gst/avi/gstavimux.c: Rename api from _flush to _reset_tags.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/avi/gstavimux.c:
4           Rename api from _flush to _reset_tags. 
5
6 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
7
8         * gst/avi/gstavimux.c:
9           Use new tagsetter api to flush tags.
10
11 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
12
13         * tests/check/elements/deinterleave.c: (deinterleave_suite):
14         Increase timeout to 3 minutes to prevent timeouts.
15
16 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
17
18         * tests/check/elements/interleave.c: (interleave_suite):
19         Increase timeout to 3 minutes to prevent timeouts.
20
21 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
22
23         * gst/avi/gstavimux.c:
24         * gst/avi/gstavimux.h:
25           Totally remove the internal taglists and fully use tagsetter.
26
27 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
28
29         * gst/avi/gstavimux.c:
30           Instead of filtering wrongly just use the mergemode. Applications is
31           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
32           avi for real (I hope). Everyone chime in, before I fix the others.
33
34 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
35
36         * ext/pulse/pulsemixerctrl.c:
37           Add note about memleak.
38
39 2008-12-13  Edward Hervey  <bilboed@gmail.com>
40
41         * m4/Makefile.am:
42         A couple more .m4 that aren't shipped anymore with gettext 0.17.
43
44 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
45
46         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
47         (gst_flac_dec_init):
48         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
49         (gst_alaw_dec_init):
50         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
51         (gst_alaw_enc_init):
52         * gst/law/alaw.c: (plugin_init):
53         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
54         (gst_mulawdec_init):
55         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
56         (gst_mulawenc_init):
57         * gst/law/mulaw.c: (plugin_init):
58         Switch to using GstStaticPadTemplate.
59         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
60         Don't forget to free the addrinfo structure.
61         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
62         (gst_wavparse_sink_activate):
63         Don't forget to unref the GstAdapter.
64
65 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
66
67         * m4/Makefile.am:
68         inttypes.m4 hasn't been available since gettext-0.15, and since we now
69         require gettext >= 0.17 ... we can remove it from the list of files to
70         dist.
71
72 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
73
74         * gst/avi/gstavidemux.c:
75           More logging.
76
77         * gst/avi/gstavimux.c:
78           Handle more metadata fields. Better estimate of metadata size. Don't
79           merge received tags, if application has specified tags using
80           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
81
82 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
83
84         * tests/check/Makefile.am:
85         Also ignore pulsemixer for the states unit test.
86
87 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
88
89         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
90         Add an EOI marker at the end of the jpeg frame when it's missing.
91         Fixes #563056.
92
93 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
94
95         * tests/check/elements/videocrop.c: (check_1x1_buffer):
96         Update the unit test for the new color values for BT.601 red.
97         Fixes bug #563510.
98
99 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
100
101         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
102           Restore previous behaviour of not passing QoS and navigation
103           events upstream, which presumably wasn't meant to be changed.
104
105 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
106
107         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
108         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
109         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
110         (gst_dvdemux_chain), (gst_dvdemux_loop),
111         (gst_dvdemux_change_state):
112         Add srcpads only when needed and remove them again when going
113         back to READY. This prevents stalled pipelines if there's no
114         audio inside the DV stream, which happens for many MXF files.
115
116 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
117
118         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
119         (run_server):
120         The ports in libsoup are unsigned integers and not signed
121         integers.
122
123 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
124
125         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
126         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
127         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
128         (gst_dvdemux_chain), (gst_dvdemux_loop),
129         (gst_dvdemux_change_state):
130         Add srcpads only when they're needed. If we add all pads in any
131         case we will get a stalling audio pad if the stream contains
132         no audio, which is the case for many MXF files.
133
134 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
135
136         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
137         Forward all events upstream unless it's something we really
138         don't handle. This fixes latency configuration of pipelines.
139
140 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
141
142         * ext/dv/gstdv.c: (plugin_init):
143         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
144         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
145         Really call dv_init() exactly one time, not one time for
146         the demuxer and one time for the decoder.
147
148 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
149
150         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
151         Copy incomming timestamp to outgoing packets.
152
153 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
154
155         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
156         (gst_rtp_mp4v_pay_event):
157         Don't try to push packets before we could find a valid config
158         startcode. Fixes #563509.
159
160 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
161
162         Patch by: Brian Cameron <brian.cameron at sun dot com>
163
164         * sys/sunaudio/gstsunaudiomixerctrl.c:
165         (gst_sunaudiomixer_ctrl_open):
166         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
167
168 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
169
170         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
171
172         * configure.ac:
173         Make usage of libv4l optional by a configure parameter.
174         Fixes bug #563504.
175
176 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
177
178         * docs/plugins/Makefile.am:
179         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
180         * docs/plugins/gst-plugins-good-plugins-sections.txt:
181         * docs/plugins/gst-plugins-good-plugins.args:
182         * docs/plugins/gst-plugins-good-plugins.hierarchy:
183         * docs/plugins/gst-plugins-good-plugins.interfaces:
184         * docs/plugins/inspect/plugin-1394.xml:
185         * docs/plugins/inspect/plugin-aasink.xml:
186         * docs/plugins/inspect/plugin-alaw.xml:
187         * docs/plugins/inspect/plugin-alpha.xml:
188         * docs/plugins/inspect/plugin-alphacolor.xml:
189         * docs/plugins/inspect/plugin-annodex.xml:
190         * docs/plugins/inspect/plugin-apetag.xml:
191         * docs/plugins/inspect/plugin-audiofx.xml:
192         * docs/plugins/inspect/plugin-auparse.xml:
193         * docs/plugins/inspect/plugin-autodetect.xml:
194         * docs/plugins/inspect/plugin-avi.xml:
195         * docs/plugins/inspect/plugin-cacasink.xml:
196         * docs/plugins/inspect/plugin-cairo.xml:
197         * docs/plugins/inspect/plugin-cutter.xml:
198         * docs/plugins/inspect/plugin-debug.xml:
199         * docs/plugins/inspect/plugin-dv.xml:
200         * docs/plugins/inspect/plugin-efence.xml:
201         * docs/plugins/inspect/plugin-effectv.xml:
202         * docs/plugins/inspect/plugin-equalizer.xml:
203         * docs/plugins/inspect/plugin-esdsink.xml:
204         * docs/plugins/inspect/plugin-flac.xml:
205         * docs/plugins/inspect/plugin-flxdec.xml:
206         * docs/plugins/inspect/plugin-gamma.xml:
207         * docs/plugins/inspect/plugin-gconfelements.xml:
208         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
209         * docs/plugins/inspect/plugin-goom.xml:
210         * docs/plugins/inspect/plugin-goom2k1.xml:
211         * docs/plugins/inspect/plugin-halelements.xml:
212         * docs/plugins/inspect/plugin-icydemux.xml:
213         * docs/plugins/inspect/plugin-id3demux.xml:
214         * docs/plugins/inspect/plugin-interleave.xml:
215         * docs/plugins/inspect/plugin-jpeg.xml:
216         * docs/plugins/inspect/plugin-level.xml:
217         * docs/plugins/inspect/plugin-matroska.xml:
218         * docs/plugins/inspect/plugin-monoscope.xml:
219         * docs/plugins/inspect/plugin-mulaw.xml:
220         * docs/plugins/inspect/plugin-multifile.xml:
221         * docs/plugins/inspect/plugin-multipart.xml:
222         * docs/plugins/inspect/plugin-navigationtest.xml:
223         * docs/plugins/inspect/plugin-ossaudio.xml:
224         * docs/plugins/inspect/plugin-png.xml:
225         * docs/plugins/inspect/plugin-pulseaudio.xml:
226         * docs/plugins/inspect/plugin-quicktime.xml:
227         * docs/plugins/inspect/plugin-replaygain.xml:
228         * docs/plugins/inspect/plugin-rtp.xml:
229         * docs/plugins/inspect/plugin-rtsp.xml:
230         * docs/plugins/inspect/plugin-shout2send.xml:
231         * docs/plugins/inspect/plugin-smpte.xml:
232         * docs/plugins/inspect/plugin-soup.xml:
233         * docs/plugins/inspect/plugin-spectrum.xml:
234         * docs/plugins/inspect/plugin-speex.xml:
235         * docs/plugins/inspect/plugin-taglib.xml:
236         * docs/plugins/inspect/plugin-udp.xml:
237         * docs/plugins/inspect/plugin-video4linux2.xml:
238         * docs/plugins/inspect/plugin-videobalance.xml:
239         * docs/plugins/inspect/plugin-videobox.xml:
240         * docs/plugins/inspect/plugin-videocrop.xml:
241         * docs/plugins/inspect/plugin-videoflip.xml:
242         * docs/plugins/inspect/plugin-videomixer.xml:
243         * docs/plugins/inspect/plugin-wavenc.xml:
244         * docs/plugins/inspect/plugin-wavpack.xml:
245         * docs/plugins/inspect/plugin-wavparse.xml:
246         * docs/plugins/inspect/plugin-ximagesrc.xml:
247         * gst/matroska/matroska-demux.c:
248         * gst/matroska/matroska-demux.h:
249         * gst/matroska/matroska-mux.c:
250         * gst/matroska/matroska-mux.h:
251         Add documentation for matroskamux and matroskademux and
252         update the inspection xml files.
253
254 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
255
256         * configure.ac:
257         Apparently AC_CONFIG_MACRO_DIR breaks when using more
258         than one macro directory, reverting last change.
259
260 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
261
262         * configure.ac:
263         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
264         our M4 macros.
265
266 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
267
268         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
269         Provide the parameters that are required for the format string
270         to fix a compiler warning.
271
272 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
273
274         * gst/autodetect/gstautoaudiosrc.c:
275           Fix classification.
276
277 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
278
279         Patch by: Cygwin Ports maintainer
280                   <yselkowitz at users dot sourceforge dot net>
281
282         * autogen.sh:
283         * configure.ac:
284         Require gettext 0.17 because older versions don't mix with libtool
285         2.2. At build time an older gettext version will still work.
286         Fixes bug #556091.
287
288 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
289
290         Patch by: Peter Kjellerstedt <pkj at axis com>
291
292         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
293         Make gst_multiudpsink_render() ignore errors from sendto() instead of
294         breaking streaming. Emit a warning instead. Fixes #562572.
295
296 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
297
298         Patch by: Ron McOuat <rmcouat at smartt dot com>
299
300         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
301         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
302         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
303         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
304         * ext/soup/gstsouphttpsrc.h:
305         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
306         (digest_auth_cb), (run_test), (GST_START_TEST),
307         (souphttpsrc_suite), (run_server):
308         Add support for basic and digest authentication in souphttpsrc.
309         Fixes bug #561775.
310
311 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
312
313         Patch by: Pepijn Van Eeckhoudt
314                       <pepijn dot vaneeckhoudt at luciad dot com>
315
316         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
317         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
318         * gst/wavenc/gstwavenc.h:
319         * gst/wavenc/riff.h:
320         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
321
322 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
323
324         Patch by: 이문형 <iwings at gmail dot com>
325
326         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
327         Prevent further read/write actions taken to the connect-failed socket by
328         erroring out quickly. See #562258.
329
330 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
331
332         * tests/examples/level/level-example.c:
333           Set fakesink to sync. Otherwise people might question the message
334           interval. Nevertheless the timestamp in the message is what matters.
335
336 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
337
338         * tests/icles/.cvsignore:
339         cvsignore newly generated file.
340
341 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
342
343         * gst/rtp/gstasteriskh263.c:
344         * gst/rtp/gstasteriskh263.h:
345         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
346         * gst/rtp/gstrtpL16depay.h:
347         * gst/rtp/gstrtpL16pay.c:
348         * gst/rtp/gstrtpL16pay.h:
349         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
350         * gst/rtp/gstrtpac3depay.h:
351         * gst/rtp/gstrtpamrdepay.c:
352         * gst/rtp/gstrtpamrdepay.h:
353         * gst/rtp/gstrtpamrpay.c:
354         * gst/rtp/gstrtpamrpay.h:
355         * gst/rtp/gstrtpdepay.c:
356         * gst/rtp/gstrtpdepay.h:
357         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
358         * gst/rtp/gstrtpg726depay.c:
359         * gst/rtp/gstrtpg726pay.c:
360         * gst/rtp/gstrtpg729depay.c:
361         * gst/rtp/gstrtpg729pay.c:
362         * gst/rtp/gstrtpgsmdepay.c:
363         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
364         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
365         * gst/rtp/gstrtph263depay.h:
366         * gst/rtp/gstrtph263pay.c:
367         * gst/rtp/gstrtph263pay.h:
368         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
369         * gst/rtp/gstrtph263pdepay.h:
370         * gst/rtp/gstrtph263ppay.c:
371         * gst/rtp/gstrtph263ppay.h:
372         * gst/rtp/gstrtph264depay.c:
373         * gst/rtp/gstrtph264depay.h:
374         * gst/rtp/gstrtph264pay.c:
375         * gst/rtp/gstrtph264pay.h:
376         * gst/rtp/gstrtpilbcdepay.c:
377         * gst/rtp/gstrtpilbcpay.c:
378         * gst/rtp/gstrtpjpegdepay.h:
379         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
380         * gst/rtp/gstrtpmp1sdepay.h:
381         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
382         * gst/rtp/gstrtpmp2tdepay.h:
383         * gst/rtp/gstrtpmp2tpay.c:
384         * gst/rtp/gstrtpmp2tpay.h:
385         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
386         * gst/rtp/gstrtpmp4apay.c:
387         * gst/rtp/gstrtpmp4apay.h:
388         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
389         * gst/rtp/gstrtpmp4gdepay.h:
390         * gst/rtp/gstrtpmp4gpay.c:
391         * gst/rtp/gstrtpmp4gpay.h:
392         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
393         * gst/rtp/gstrtpmp4vdepay.h:
394         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
395         * gst/rtp/gstrtpmp4vpay.h:
396         * gst/rtp/gstrtpmpadepay.c:
397         * gst/rtp/gstrtpmpadepay.h:
398         * gst/rtp/gstrtpmpapay.c:
399         * gst/rtp/gstrtpmpapay.h:
400         * gst/rtp/gstrtpmpvdepay.c:
401         * gst/rtp/gstrtpmpvdepay.h:
402         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
403         * gst/rtp/gstrtppcmapay.c:
404         * gst/rtp/gstrtppcmudepay.c:
405         * gst/rtp/gstrtppcmupay.c:
406         * gst/rtp/gstrtpspeexdepay.c:
407         * gst/rtp/gstrtpspeexpay.c:
408         * gst/rtp/gstrtpsv3vdepay.c:
409         * gst/rtp/gstrtpsv3vdepay.h:
410         * gst/rtp/gstrtptheoradepay.c:
411         * gst/rtp/gstrtptheoradepay.h:
412         * gst/rtp/gstrtptheorapay.c:
413         * gst/rtp/gstrtptheorapay.h:
414         * gst/rtp/gstrtpvorbisdepay.c:
415         * gst/rtp/gstrtpvorbisdepay.h:
416         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
417         * gst/rtp/gstrtpvorbispay.h:
418         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
419         * gst/rtp/gstrtpvrawpay.c:
420         Fix the descriptions and fix some email addresses.
421
422 2008-11-25  Julien Moutte  <julien@fluendo.com>
423
424         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
425         to supported qtdemux video codecs as I found some video clips using 
426         those.
427
428 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
429
430         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
431         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
432         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
433         (gst_auto_video_sink_detect):
434         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
435         Post an error when we can't set the internal ghostpad target.
436
437 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
438
439         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
440         (gst_video_crop_transform), (gst_video_crop_transform_caps),
441         (gst_video_crop_set_caps), (gst_video_crop_set_property):
442         * gst/videocrop/gstvideocrop.h:
443         Fix renegotiation when changing properties using the new basetransform
444         features. Fixes #561502.
445
446         * tests/icles/Makefile.am:
447         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
448         Add crazy interactive test unit for dynamically changing properties.
449
450 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
451
452         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
453         (gst_rtspsrc_parse_range):
454         Add some more debugging.
455         Use the reanges received from the server unconditionally.
456         Fixes #561625.
457
458 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
459
460         * ext/pulse/pulsesink.c:
461           Change #if 0 to something more expresive and add pointer to related
462           bug ticket.
463
464 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
465
466         Patch by: Tal Shalif <tshalif at nargila dot org>
467
468         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
469         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
470         the latter don't exist on some systems (mingw). Fixes bug #561990.
471
472 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
473
474         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
475
476         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
477         Add transferMode.dnla.org header to HTTP requests as this is
478         required by the DLNA specs and doesn't hurt in other situations.
479         Fixes bug #561802.
480
481 2008-11-20  Michael Smith <msmith@songbirdnest.com>
482
483         * sys/osxvideo/osxvideosink.h:
484         * sys/osxvideo/osxvideosink.m:
485           Handle video window resizing more correctly, avoiding crashes when
486           embedding the window and resizing it.
487
488 2008-11-20  Michael Smith <msmith@songbirdnest.com>
489
490         * gst/udp/gstmultiudpsink.c:
491         * gst/udp/gstudpnetutils.c:
492         * gst/udp/gstudpnetutils.h:
493         * gst/udp/gstudpsrc.c:
494           Fix multiudpsink on OSX by passing the specific length of the socket,
495           refactor that into a function shared with the same thing in udpsrc.
496
497 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
498
499         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
500         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
501         (gst_wavparse_stream_headers):
502         Fix the scaling code.
503         Fix parsing of the INFO chunks, we were reading the wrong number of
504         bytes.  Fixes #561580.
505
506 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
507
508         * gst/matroska/matroska-mux.c:
509         Fix NULL pointer dereference of an unset codec_id in the recently 
510         added Dirac paths
511
512 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
513
514         * tests/check/Makefile.am:
515         Just keep disabling elements that hang the states test until it
516         works.
517
518 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
519
520         * ext/libpng/gstpngenc.c:
521         Don't flush downstream after every buffer - that's not what
522         this libpng callback is for at all!
523
524 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
525
526         * sys/v4l2/v4l2src_calls.c:
527           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
528           (gst_v4l2src_probe_caps_for_format):
529           Turns out we don't always get the frame sizes in a predefined
530           order from lowest to highest resolution, so let's just sort the
531           list by frame size once we've queried the possible resolutions
532           rather than assume any particular order. Fixes probed caps for
533           the camera in my HP2133 mini notebook and makes v4l2src default
534           to a decent size.
535
536 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
537
538         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
539         * gst/matroska/matroska-ids.h:
540         Make mkvdemux aware of E-AC3.
541
542 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
543
544         * gst/rtp/Makefile.am:
545         * gst/rtp/gstrtp.c: (plugin_init):
546         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
547         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
548         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
549         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
550         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
551         (gst_rtp_jpeg_depay_change_state),
552         (gst_rtp_jpeg_depay_plugin_init):
553         * gst/rtp/gstrtpjpegdepay.h:
554         Add a jpeg depayloader.
555
556         * gst/rtp/gstrtpjpegpay.c:
557         Set the default properties on the payloader to better defaults.
558
559 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
560
561         * sys/v4l2/gstv4l2.c:
562           Give it a primary rank for autovideosrc.
563
564 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
565
566         Patch by: Bjorn Ostby <bjornos at axis dot com>
567
568         * gst/rtp/Makefile.am:
569         * gst/rtp/gstrtp.c: (plugin_init):
570         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
571         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
572         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
573         (gst_rtp_jpeg_pay_read_quant_table),
574         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
575         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
576         (gst_rtp_jpeg_pay_plugin_init):
577         * gst/rtp/gstrtpjpegpay.h:
578         Add JPEG payloader. Fixes #560756.
579
580 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
581
582         Patch by: Fabricio Godoy <skarllot at gmail dot com>
583
584         * sys/oss/gstosssink.c: (gst_oss_sink_open):
585         * sys/oss/gstosssrc.c: (gst_oss_src_open):
586         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
587         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
588         Fix some spelling mistakes. Fixes #556802.
589
590 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
591
592         * gst/equalizer/GstIirEqualizer10Bands.prs:
593         * gst/equalizer/GstIirEqualizer3Bands.prs:
594         * gst/equalizer/Makefile.am:
595         * gst/equalizer/gstiirequalizer10bands.c:
596         * gst/equalizer/gstiirequalizer3bands.c:
597           Add presets for equalizer. Fixes #522183.
598
599 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
600
601         * gst/rtsp/Makefile.am:
602         * gst/rtsp/gstrtsp.c: (plugin_init):
603         * gst/rtsp/gstrtspgoogle.c:
604         * gst/rtsp/gstrtspgoogle.h:
605         Remove google extension again, it's not needed anymore because we never
606         send multiple transports anymore.
607
608 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
609
610         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
611
612         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
613         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
614         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
615         (gst_rtspsrc_stream_free),
616         (gst_rtspsrc_stream_configure_udp_sinks),
617         (gst_rtspsrc_stream_configure_transport),
618         (gst_rtspsrc_send_dummy_packets),
619         (gst_rtspsrc_create_transports_string),
620         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
621         * gst/rtsp/gstrtspsrc.h:
622         Add property to configure NAT traversal method.
623         Ignore EOS from the internal sinks.
624         Implement sending dummy packets as a (simple) method to open up
625         some firewalls.
626         Send PLAY request to the server after we started the udp sources.
627         Fixes #559545.
628
629 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
630
631         Patch by: Yotam <sh dot yotam at gmail dot com>
632
633         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
634         Flush the remaining frames on EOS. Fixes #560641.
635
636 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
637
638         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
639         Fix compiler warning about printf formatting.
640
641 2008-11-12  Andy Wingo  <wingo@pobox.com>
642
643         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
644         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
645         segment events instead of sending them from the seeking thread.
646         Fixes #559288.
647         (gst_qtdemux_push_pending_newsegment): New helper, sends out
648         queued newsegment events.
649         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
650         call it here, as we only seek when looping, and only push in the
651         movie state.
652
653 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
654
655         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
656         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
657         * gst/qtdemux/qtdemux_fourcc.h:
658         * gst/qtdemux/qtdemux_types.c:
659         Add cover and alternative copyright tag, and enhance some existing
660         ones by marking them as container atoms.
661
662 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
663
664         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
665         Don't ignore the return value of setcaps.
666
667 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
668
669         Patch by: Olivier Crete <tester at tester dot ca>
670
671         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
672         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
673         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
674         * gst/rtp/gstrtpg729pay.h:
675         Replace G729 payloader with an improved version. Fixes #532409.
676
677 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
680         (gst_rtspsrc_change_state):
681         Only send one transport at a time for improved compatibility with some
682         broken servers. See #537832.
683
684 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
685
686         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
687         (gst_rtspsrc_perform_seek):
688         Only pause/play in the seek handler when the source was playing.
689         Fixes #529379.
690
691 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
692
693         * gst/matroska/matroska-mux.c:
694         (gst_matroska_mux_handle_dirac_packet):
695         Fix muxing of Dirac streams if the input already has the format
696         we need, i.e. is the output of matroskademux.
697
698 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
699
700         * gst/avi/gstavimux.c:
701           Don't segfault on string typed tags being NULL. Fixes #560155.
702
703 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
704
705         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
706         (gst_matroska_mux_audio_pad_setcaps):
707         Fix mapping AAC profile to Matroska codec id.
708
709 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
710
711         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
712         (qtdemux_video_caps), (qtdemux_audio_caps):
713         Refactor some raw audio caps building, and handle >16-bit cases.
714         Fix/replace building caps from a string description.
715
716 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
717
718         * gst/audiofx/audiowsincband.c:
719         * gst/audiofx/audiowsinclimit.c:
720         * gst/cutter/gstcutter.c:
721           Make author name consistent with others.
722
723 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
724
725         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
726
727         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
728         (gst_rtspsrc_stream_configure_udp_sink):
729         Pause the RTSP stream before doing a new play request.
730         Make sure that adding the udpsinks does not cause the rtspsrc to become
731         a sink. Fixes #559547.
732
733 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
734
735         * gst/matroska/matroska-ids.h:
736         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
737         (gst_matroska_mux_handle_dirac_packet),
738         (gst_matroska_mux_write_data):
739         Implement Dirac muxing into Matroska comforming to the spec, i.e.
740         put all Dirac packages up to a picture into a Matroska block.
741
742         TODO: Implement writing of the ReferenceBlock Matroska elements,
743         currently the Dirac muxing is only 100% correct if Matroska version 2
744         is selected for muxing.
745
746 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
747
748         Patch by: Bastien Nocera <hadess at hadess dot net>,
749                   Hans de Goede <jwrdegoede at fedoraproject dot org>
750
751         * configure.ac:
752         * sys/v4l2/Makefile.am:
753         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
754         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
755         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
756         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
757         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
758         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
759         (gst_v4l2_get_input), (gst_v4l2_set_input):
760         * sys/v4l2/v4l2_calls.h:
761         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
762         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
763         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
764         (gst_v4l2src_fill_format_list),
765         (gst_v4l2src_probe_caps_for_format_and_size),
766         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
767         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
768         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
769         (gst_v4l2src_get_nearest_size):
770         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
771
772 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
773
774         * ext/aalib/Makefile.am:
775         * ext/annodex/Makefile.am:
776         * ext/cairo/Makefile.am:
777         * ext/dv/Makefile.am:
778         * ext/esd/Makefile.am:
779         * ext/flac/Makefile.am:
780         * ext/gconf/Makefile.am:
781         * ext/gdk_pixbuf/Makefile.am:
782         * ext/hal/Makefile.am:
783         * ext/jpeg/Makefile.am:
784         * ext/ladspa/Makefile.am:
785         * ext/libcaca/Makefile.am:
786         * ext/libmng/Makefile.am:
787         * ext/libpng/Makefile.am:
788         * ext/mikmod/Makefile.am:
789         * ext/pulse/Makefile.am:
790         * ext/raw1394/Makefile.am:
791         * ext/shout2/Makefile.am:
792         * ext/soup/Makefile.am:
793         * ext/speex/Makefile.am:
794         * ext/taglib/Makefile.am:
795         * ext/wavpack/Makefile.am:
796         * gst/alpha/Makefile.am:
797         * gst/apetag/Makefile.am:
798         * gst/audiofx/Makefile.am:
799         * gst/auparse/Makefile.am:
800         * gst/autodetect/Makefile.am:
801         * gst/avi/Makefile.am:
802         * gst/cutter/Makefile.am:
803         * gst/debug/Makefile.am:
804         * gst/effectv/Makefile.am:
805         * gst/equalizer/Makefile.am:
806         * gst/flx/Makefile.am:
807         * gst/goom/Makefile.am:
808         * gst/goom2k1/Makefile.am:
809         * gst/icydemux/Makefile.am:
810         * gst/id3demux/Makefile.am:
811         * gst/interleave/Makefile.am:
812         * gst/law/Makefile.am:
813         * gst/level/Makefile.am:
814         * gst/matroska/Makefile.am:
815         * gst/median/Makefile.am:
816         * gst/monoscope/Makefile.am:
817         * gst/multifile/Makefile.am:
818         * gst/multipart/Makefile.am:
819         * gst/oldcore/Makefile.am:
820         * gst/qtdemux/Makefile.am:
821         * gst/replaygain/Makefile.am:
822         * gst/rtp/Makefile.am:
823         * gst/rtsp/Makefile.am:
824         * gst/smpte/Makefile.am:
825         * gst/spectrum/Makefile.am:
826         * gst/udp/Makefile.am:
827         * gst/videobox/Makefile.am:
828         * gst/videocrop/Makefile.am:
829         * gst/videofilter/Makefile.am:
830         * gst/videomixer/Makefile.am:
831         * gst/wavenc/Makefile.am:
832         * gst/wavparse/Makefile.am:
833         * sys/directdraw/Makefile.am:
834         * sys/directsound/Makefile.am:
835         * sys/oss/Makefile.am:
836         * sys/osxaudio/Makefile.am:
837         * sys/osxvideo/Makefile.am:
838         * sys/sunaudio/Makefile.am:
839         * sys/v4l2/Makefile.am:
840         * sys/waveform/Makefile.am:
841         * sys/ximage/Makefile.am:
842           Don't install static libs for plugins. Fixes #550851 for -good.
843
844 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
845
846         * ext/flac/Makefile.am:
847         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
848         This fixes compilation if FLAC is installed in an uncommon location
849         that is not already handled by other CFLAGS. Fixes bug #558711.
850
851 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
852
853         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
854         Guard more uncommon formats with ifdefs so that we can compile on older
855         versions.
856
857 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
858
859         Patch by: Nick Haddad <nick at haddads dot net>
860
861         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
862         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
863         (gst_avi_demux_stream_data):
864         Invert other uncompressed RGB formats. Fixes #558554.
865
866 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
867
868         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
869         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
870         * gst/wavenc/gstwavenc.h:
871         Add support for float/double as input and remove the (nowadays)
872         useless parsing of the depth as we require width==depth.
873
874 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
875
876         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
877         * gst/rtp/gstrtpmpapay.c:
878         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
879         mpeg version 1. Fixes #558427.
880
881 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
882
883         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
884         (gst_rtp_L16_pay_getcaps):
885         Only put an integral amount of samples in the RTP packet.
886         Fixes #556641.
887
888 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
889
890         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
891         * gst/rtp/gstrtpchannels.h:
892         Add method to get possible channel positions.
893
894 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
895
896         * gst/rtp/Makefile.am:
897         Also commit updated makefile
898
899 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
900
901         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
902         Don't allow width=32,depth=24 as input. WAV requires that the width
903         is the next integer multiply of 8 from the depth.
904
905 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
906
907         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
908         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
909         (gst_rtp_L16_pay_getcaps):
910         * gst/rtp/gstrtpchannels.c: (check_channels),
911         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
912         (gst_rtp_channels_create_default):
913         * gst/rtp/gstrtpchannels.h:
914         Add mappings for multichannel support. Does not completely just work
915         because the getcaps function does not yet return the allowed channel
916         mappings. See #556641.
917
918 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
919
920         * gst/goom/Makefile.am:
921         * gst/goom/README:
922         * gst/goom/config_param.c:
923         * gst/goom/convolve_fx.c:
924         * gst/goom/drawmethods.c:
925         * gst/goom/drawmethods.h:
926         * gst/goom/filters.c:
927         * gst/goom/filters_mmx.s:
928         * gst/goom/flying_stars_fx.c:
929         * gst/goom/goom.h:
930         * gst/goom/goom_config.h:
931         * gst/goom/goom_config_param.h:
932         * gst/goom/goom_core.c:
933         * gst/goom/goom_filters.h:
934         * gst/goom/goom_fx.h:
935         * gst/goom/goom_graphic.h:
936         * gst/goom/goom_plugin_info.h:
937         * gst/goom/goom_tools.c:
938         * gst/goom/goom_tools.h:
939         * gst/goom/goom_typedefs.h:
940         * gst/goom/goom_visual_fx.h:
941         * gst/goom/graphic.c:
942         * gst/goom/ifs.c:
943         * gst/goom/ifs.h:
944         * gst/goom/lines.c:
945         * gst/goom/lines.h:
946         * gst/goom/mathtools.c:
947         * gst/goom/mathtools.h:
948         * gst/goom/mmx.c:
949         * gst/goom/motif_goom1.h:
950         * gst/goom/motif_goom2.h:
951         * gst/goom/plugin_info.c:
952         * gst/goom/ppc_drawings.h:
953         * gst/goom/ppc_zoom_ultimate.h:
954         * gst/goom/sound_tester.c:
955         * gst/goom/sound_tester.h:
956         * gst/goom/surf3d.c:
957         * gst/goom/surf3d.h:
958         * gst/goom/tentacle3d.c:
959         * gst/goom/tentacle3d.h:
960         * gst/goom/v3d.c:
961         * gst/goom/v3d.h:
962         * gst/goom/xmmx.c:
963           Add license headers in all source files. Remove filter.c from
964           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
965           which are not used right now. Fixes #557709.
966
967 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
968
969         Patch by: Olivier Crete <tester at tester dot ca>
970
971         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
972         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
973         Implement getcaps in rtpL16pay. Fixes #556484.
974
975 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
976
977         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
978         (gst_rtp_L16_depay_process):
979         Check if clock-rate and channels are valid.
980         Don't ignore the return value of setcaps.
981         No need to validate the buffer, the base class does that for us.
982         Use the marker bit to set the DISCONT flag on outgoing buffers.
983
984         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
985         Don't ignore the return value of set_outcaps.
986
987         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
988         (gst_rtp_ac3_depay_process):
989         Don't ignore the return value of set_caps.
990         No need to validate the buffer, the base class does that for us.
991
992         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
993         (gst_rtp_amr_depay_process):
994         * gst/rtp/gstrtpamrdepay.h:
995         Don't ignore the return value of setcaps.
996         No need to validate the buffer, the base class does that for us.
997         No need to set output caps on the buffers, the base class does that for
998         us.
999         The subclass will make sure we are negotiated.
1000         
1001         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1002         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1003         * gst/rtp/gstrtpdvdepay.h:
1004         Clean up caps negotiation.
1005         The subclass will make sure we are negotiated.
1006
1007         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1008         (gst_rtp_g726_depay_process):
1009         Clean up caps negotiation.
1010         Use the marker bit to set the DISCONT flag on outgoing buffers.
1011
1012         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1013         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1014         * gst/rtp/gstrtpg729depay.h:
1015         The subclass will make sure we are negotiated.
1016         Use the marker bit to set the DISCONT flag on outgoing buffers.
1017
1018         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1019         (gst_rtp_gsm_depay_process):
1020         Clean up caps negotiation.
1021         Use the marker bit to set the DISCONT flag on outgoing buffers.
1022
1023         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1024         Clean up caps negotiation.
1025         Don't ignore the return value of set_outcaps.
1026
1027         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1028         (gst_rtp_h263_depay_process):
1029         Clean up caps negotiation.
1030         No need to validate the buffer, the base class does that for us.
1031
1032         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1033         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1034         * gst/rtp/gstrtph263pay.h:
1035         Don't ignore the return value of set_outcaps.
1036         Do some more timestamps.
1037
1038         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1039         (gst_rtp_h263p_depay_process):
1040         Clean up caps negotiation.
1041         Don't ignore the return value of setcaps.
1042         No need to validate the buffer, the base class does that for us.
1043
1044         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1045         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1046         (gst_rtp_h263p_pay_handle_buffer):
1047         * gst/rtp/gstrtph263ppay.h:
1048         Don't ignore the return value of set_outcaps.
1049         Do some more timestamps.
1050
1051         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1052         (gst_rtp_h264_depay_process):
1053         Clean up caps negotiation.
1054         Don't ignore the return value of setcaps.
1055         Fix possible caps leak.
1056         No need to validate the buffer, the base class does that for us.
1057
1058         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1059         Add some more debug info.
1060
1061         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1062         (gst_rtp_ilbc_depay_process):
1063         Clean up caps negotiation.
1064         Use the marker bit to set the DISCONT flag on outgoing buffers.
1065
1066         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1067         Clean up caps negotiation.
1068
1069         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1070         (gst_rtp_mp1s_depay_process):
1071         Clean up caps negotiation.
1072         Don't ignore the return value of setcaps.
1073         No need to validate the buffer, the base class does that for us.
1074         No need to set caps on buffers, subclass does that for us.
1075
1076         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1077         (gst_rtp_mp2t_depay_process):
1078         Clean up caps negotiation.
1079         Don't ignore the return value of setcaps.
1080         No need to validate the buffer, the base class does that for us.
1081         No need to set caps on buffers, subclass does that for us.
1082
1083         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1084         (gst_rtp_mp4a_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
1089         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1090         (gst_rtp_mp4a_pay_setcaps):
1091         Don't ignore the return value of set_outcaps.
1092
1093         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1094         (gst_rtp_mp4g_depay_process):
1095         Clean up caps negotiation.
1096         Don't ignore the return value of setcaps.
1097         No need to validate the buffer, the base class does that for us.
1098         No need to set caps on buffers, subclass does that for us.
1099
1100         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1101         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1102         Don't ignore the return value of set_outcaps.
1103
1104         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1105         (gst_rtp_mp4v_depay_process):
1106         Clean up caps negotiation.
1107         Don't ignore the return value of setcaps.
1108         No need to validate the buffer, the base class does that for us.
1109         No need to set caps on buffers, subclass does that for us.
1110
1111         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1112         (gst_rtp_mp4v_pay_setcaps):
1113         Don't ignore the return value of set_outcaps.
1114
1115         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1116         (gst_rtp_mpa_depay_process):
1117         Clean up caps negotiation.
1118         Don't ignore the return value of setcaps.
1119         No need to validate the buffer, the base class does that for us.
1120         Use the marker bit to set the DISCONT flag on outgoing buffers.
1121
1122         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1123         Don't ignore the return value of set_outcaps.
1124
1125         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1126         (gst_rtp_mpv_depay_process):
1127         Clean up caps negotiation.
1128         Actually set output caps.
1129         No need to validate the buffer, the base class does that for us.
1130
1131         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1132         Don't ignore the return value of set_outcaps.
1133
1134         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1135         (gst_rtp_pcma_depay_process):
1136         Clean up caps negotiation.
1137         Set output buffer duration because we can.
1138         Use the marker bit to set the DISCONT flag on outgoing buffers.
1139
1140         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1141         Don't ignore the return value of set_outcaps.
1142
1143         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1144         (gst_rtp_pcmu_depay_process):
1145         Clean up caps negotiation.
1146         Use the marker bit to set the DISCONT flag on outgoing buffers.
1147
1148         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1149         Don't ignore the return value of set_outcaps.
1150
1151         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1152         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1153         Clean up caps negotiation.
1154         Set output caps on the pad and header buffers.
1155         Set duration on output buffers because we can.
1156
1157         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1158         Don't ignore the return value of set_outcaps.
1159
1160         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1161         (gst_rtp_sv3v_depay_process):
1162         Clean up caps negotiation.
1163         No need to validate the buffer, the base class does that for us.
1164         No need to set caps out output buffers, subclass does that.
1165
1166         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1167         (gst_rtp_theora_depay_process):
1168         Don't ignore the return value of setcaps.
1169         No need to validate the buffer, the base class does that for us.
1170
1171         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1172         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1173         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1174         (gst_rtp_theora_pay_handle_buffer):
1175         Don't ignore the return value of set_outcaps.
1176
1177         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1178         (gst_rtp_vorbis_depay_process):
1179         Don't ignore the return value of setcaps.
1180         No need to validate the buffer, the base class does that for us.
1181
1182         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1183         Don't ignore the return value of set_outcaps.
1184
1185         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1186         Clean up caps negotiation, don't ignore setcaps return.
1187
1188         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1189         Don't ignore the return value of set_outcaps.
1190
1191 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1192
1193         * gst/matroska/matroska-demux.c:
1194         (gst_matroska_demux_handle_src_event):
1195         Forward unknown events upstream.
1196
1197 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1198
1199         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1200         Add some refcount check
1201
1202         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1203         Don't ignore the result of write(), fixes a  compiler warning for me.
1204
1205         * tests/icles/videobox-test.c: (main):
1206         Make the output a little more pretty.
1207
1208 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1209
1210         * ext/esd/esdmon.c:
1211           Add doc blob.
1212
1213 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1214
1215         * docs/plugins/Makefile.am:
1216         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1217         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1218         * docs/plugins/gst-plugins-good-plugins.args:
1219         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1220         * docs/plugins/gst-plugins-good-plugins.interfaces:
1221         * docs/plugins/inspect/plugin-autodetect.xml:
1222           Add the docs of the new elements.
1223
1224 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1225
1226         * gst/autodetect/gstautoaudiosrc.c:
1227         (gst_auto_audio_src_class_init):
1228         * gst/autodetect/gstautovideosrc.c:
1229         (gst_auto_video_src_class_init):
1230         Fix "Since" tags in the documentation.
1231
1232 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1233
1234         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1235
1236         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1237         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1238         Add support for souphttpsrc to act as a live source. This makes it
1239         possible to get timestamped buffers in combination with the
1240         "do-timestamp" property. Fixes bug #556019.
1241
1242 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1243
1244         * gst/autodetect/Makefile.am:
1245         * gst/autodetect/gstautoaudiosink.c:
1246         * gst/autodetect/gstautoaudiosrc.c:
1247         * gst/autodetect/gstautoaudiosrc.h:
1248         * gst/autodetect/gstautodetect.c:
1249         * gst/autodetect/gstautovideosink.c:
1250         * gst/autodetect/gstautovideosrc.c:
1251         * gst/autodetect/gstautovideosrc.h:
1252           Implement src plugins. Little code/string cleanup in the sinks.
1253           Fixes #523813.
1254
1255 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1256
1257         Patch by: Peter Kjellerstedt <pkj at axis com>
1258
1259         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1260         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1261         Fix a memory leak when pads are requested but the pipeline never
1262         goes into PLAYING.
1263
1264         Correctly remove request pads, no matter if they have collected
1265         data or not.
1266
1267         Fixes bug #557710.
1268
1269 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1270
1271         Patch by: <lrn1986 at gmail dot com>
1272
1273         * gst/udp/gstudpnetutils.h:
1274         Define the correct WINVER so getaddinfo() can be used when using
1275         mingw32. Fixes bug #557294.
1276
1277 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1278
1279         Patch by: <lrn1986 at gmail dot com>
1280
1281         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1282         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1283         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1284         Fix "argument type mismatch" compiler warnings on Windows.
1285         Fixes bug #557293.
1286
1287 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1288
1289         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1290         Don't calculate the filter coefficients for every single buffer
1291         but only when it's needed. Fixes bug #557260.
1292
1293 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1294
1295         * configure.ac:
1296         Back to development -> 0.10.11.1
1297
1298 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1299
1300         * gst-plugins-good.doap:
1301         Fix version number of 0.10.11 release in doap file
1302
1303 === release 0.10.11 ===
1304
1305 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1306
1307         * configure.ac:
1308           releasing 0.10.11, "Secondary Consideration"
1309
1310 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1311
1312         * configure.ac:
1313         Commit 0.10.10.4 pre-release
1314
1315 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1316
1317         * gst/avi/gstavimux.c:
1318         Fix VPRP chunk setup in avimux.
1319         Fixes: #556010
1320         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1321
1322 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1323
1324         * gst/videobox/gstvideobox.c:
1325         support dynamically changing properties in videobox
1326         Fixed: #557085
1327         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1328
1329 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1330
1331         * configure.ac:
1332         0.10.10.3 pre-release
1333
1334 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1335
1336         * tests/check/Makefile.am:
1337         Don't run the states test on pulsesrc and pulsesink
1338
1339 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1340
1341         * configure.ac:
1342         Commit 0.10.10.2 pre-release bump that actually went
1343         out on 2008-10-11
1344
1345 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1346
1347         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1348         Skip entries for streams that don't have a output pad yet, thereby
1349         avoiding calling pad functions with a NULL pad.
1350         Fixes #556424
1351
1352 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1353
1354         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1355         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1356         Remove problematic and useless refcount check.
1357         Fixes #556381
1358
1359 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1360
1361         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1362         Remove problematic and useless refcount check.
1363         Fixes #556381
1364
1365 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1366
1367         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1368         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1369         Cast some size_t arguments to guint to avoid compiler
1370         warnings on 64-bit systems.
1371
1372 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1373
1374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1375         Return TRUE instead of FALSE from the event handler when we swallowed the
1376         event.
1377
1378 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1379
1380         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1381         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1382         Reset header state. Fixes #555321.
1383
1384 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1385
1386         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1387         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1388         * gst/avi/gstavidemux.h:
1389         For timestamping audio packets we need to take into account the
1390         amount of blocks in one entry using the blockalign. Fixes some sync
1391         issues with zero-padded audio blocks in the beginning of avi files.
1392
1393 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1394
1395         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1396         (gst_multi_file_src_query):
1397         Implement DEFAULT and BUFFER position queries. See #555260.
1398
1399 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1400
1401         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1402         Fix build for systems that don't have XDamage.
1403
1404 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1405
1406         * tests/examples/rtp/client-H263p.sdp:
1407         * tests/examples/rtp/client-H263p.sh:
1408         * tests/examples/rtp/server-VTS-H263p.sh:
1409         Add some more H263p server and client examples.
1410
1411 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1412
1413         * configure.ac::
1414           Depend on released versions of core and base.
1415
1416 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1417
1418         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1419         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1420         Return -1 instead of 0 in error cases. Fixes #554771.
1421
1422 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1423
1424         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1425         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1426         Stop leaking the cursor image.
1427         Unref the last_ximage and the cached cursor image on shutdown.
1428         Fixes #551570.
1429
1430 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1431
1432         * sys/v4l2/gstv4l2object.h:
1433         Getting the Class from an instance is not just a matter of casting it to
1434         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1435         instance. Fixes #549784.
1436
1437 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1438
1439         * configure.ac:
1440           Fix libs for linking directsound.
1441         * sys/directsound/gstdirectsoundsink.c:
1442           Fix buffer sizing to prevent racing the ringbuffer at startup.
1443           Add volume property.
1444
1445 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1446
1447         * ext/pulse/pulsesink.c:
1448         Fix problems with pulsesink randomly erroring with code 'OK' after a
1449         format change on the stream by waiting when disconnecting the stream.
1450
1451 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1452
1453         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1454         (gst_rtp_amr_depay_process):
1455         Mark DISCONT on output buffers when the marker bit signals a new talk
1456         spurt.
1457
1458         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1459         Set the marker bit for buffers with a DISCONT flag to signal a talk
1460         spurt.
1461
1462 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1463
1464         * gst/rtp/Makefile.am:
1465         * gst/rtp/gstrtp.c: (plugin_init):
1466         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1467         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1468         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1469         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1470         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1471         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1472         * gst/rtp/gstrtpmp4apay.h:
1473         Added MP4A-LATM payloader to match the depayloader.
1474
1475 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1476
1477         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1478         (gst_videomixer_sink_event):
1479         Handle segments a little better. Fixes #537361.
1480
1481 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1482
1483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1484         Don't assume the server supports PAUSE by default. Fixes #551048.
1485
1486 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1487
1488         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1489         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1490         Switch on the socket family to get the addrlen size right.
1491
1492 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1493
1494         Patch by: Daniel Franke <df at dfranke dot us>
1495
1496         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1497         OS X's bind() implementation is picky about its addrlen parameter and
1498         fails with EINVAL if it is larger than expected for the socket's address
1499         family. Set the length to the expected length instead. Fixes #553191.
1500
1501 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1502
1503         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1504         Handle the case where we cannot do desribe or when the describe result
1505         does not contain a valid SDP message.
1506
1507 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1508
1509         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1510         Fix setting the qos.
1511
1512 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1513
1514         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1515         (gst_qtdemux_chain):
1516         Some 'broken' files out there have atom lengths of zero...
1517         which basically results in qtdemux consuming that atom again and again
1518         until the *end of night* !
1519         Detect that and emits an adequate element error message.
1520
1521 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1522
1523         * gst/interleave/Makefile.am:
1524         * gst/matroska/Makefile.am:
1525         Fix build flags order.
1526
1527         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1528         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1529         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1530         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1531         Format fixes.
1532
1533         * tests/check/elements/multifile.c:
1534         Pull in unistd.h
1535
1536 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1537
1538         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1539         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1540         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1541         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1542         (gst_rtp_mp4g_depay_change_state):
1543         * gst/rtp/gstrtpmp4gdepay.h:
1544         Handle interleaved streams by reordering AU in a queue.
1545
1546 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1547
1548         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1549         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1550         Change some of the ranges in the caps, mostly for the amount of bits we
1551         can use.
1552         Added a little bitstream parse and use it to parse the AU header fields.
1553         Check for malformed and wrongly sized packets better.
1554         Implement more header field parsing.
1555         Handle the size of fragmented packets correctly.
1556
1557 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1558
1559         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1560         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1561         Add mapping for 'tiff' => image/tiff
1562         Fixes #552213
1563
1564 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1565
1566
1567         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1568         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1569           Pretend to care about the result of write() which works around
1570           compiler warnings.
1571
1572 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1573
1574         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1575           Make sure the desired default values are actually set, not only
1576           registered as defaults (actual problem is that the stereo-specific
1577           values are only updated if channels==2, which is not the case yet
1578           when the object is created, so the default values for the
1579           mid-side-stereo and loose-mid-side-stereo settings are never
1580           set in _update_quality()). Makes flacenc create smaller files by
1581           default (for stereo input), and fixes #550791.
1582
1583 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1584
1585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1586         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1587         (qtdemux_parse_trak), (qtdemux_video_caps):
1588         * gst/qtdemux/qtdemux.h:
1589         * gst/qtdemux/qtdemux_fourcc.h:
1590         * gst/qtdemux/qtdemux_types.c:
1591         Add support for video/mj2 mime-type and its additional atoms/boxes.
1592         Fixes #550646.
1593
1594 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1595
1596         * gst/debug/gsttaginject.c:
1597           Add warning when tags parameter is unparsable and give example for
1598           quoting in the docs.
1599
1600 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1601
1602         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1603         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1604         Add some alternative byteswapped mappings that seem to pop up sometimes.
1605         Fixes #550288.
1606
1607 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1608
1609         * po/LINGUAS:
1610         * po/POTFILES.in:
1611         * po/POTFILES.skip:
1612           Add 'ca' to LINGUAS; add some more files with translations and some
1613           files which should be ignored by translation tools.
1614
1615 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1616
1617         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1618         * ext/speex/gstspeexdec.h:
1619         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1620         * ext/speex/gstspeexenc.h:
1621         Use integer encoding and decoding functions instead of converting
1622         the integer input to float in the element. The libspeex integer
1623         functions are doing this for us already or, if libspeex was compiled
1624         in integer mode, they're doing everything using integer arithmetics.
1625         Also saves some copying around.
1626
1627 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1628
1629         * configure.ac:
1630           Fix --disable-external
1631
1632 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1633
1634         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1635         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1636         * ext/wavpack/gstwavpackenc.h:
1637         Handle non-zero start timestamps and stream discontinuities
1638         correctly. This only has an effect if we're muxing into
1639         a container format as the raw WavPack stream must contain
1640         continous sample numbers.
1641
1642 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1643
1644         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1645         Correct the timestamp and granulepos calculation by one Speex
1646         frame.
1647
1648 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1649
1650         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1651         Correctly take the granulepos from upstream if possible and
1652         correctly handle the granulepos in various calculations: the
1653         granulepos is the sample number of the _last_ sample in a frame, not
1654         the first.
1655
1656         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1657         (gst_speex_enc_encode), (gst_speex_enc_chain),
1658         (gst_speex_enc_change_state):
1659         * ext/speex/gstspeexenc.h:
1660         Handle non-zero start timestamps in the encoder and detect/handle
1661         stream discontinuities. Fixes bug #547075.
1662
1663 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1664
1665         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1666
1667         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1668         Fix compiler warnings caused by passing a string as format string
1669         instead of "%s" and then the string. This is only exposed by -Wformat=2
1670         as used by default on Ubuntu. Fixes bug #550015.
1671
1672 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1673
1674         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1675         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1676         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1677         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1678         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1679           (gst_ebml_read_element_length):
1680         * gst/matroska/matroska-demux.c:
1681           (gst_matroska_demux_check_subtitle_buffer):
1682           Make stuff compile with GST_DISABLE_GST_DEBUG.
1683
1684 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1685
1686         * gst/law/alaw.c:
1687         * gst/law/mulaw.c:
1688           Ref caps before passing to gst_pad_template_new(), since that takes
1689           ownership.
1690
1691 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1692
1693         Patch by: Mersad Jelacic <mersad at axis dot com>
1694
1695         * gst/multipart/multipartdemux.c:
1696         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1697         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1698         demuxer. Fixes #549551.
1699
1700 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1701
1702         * sys/osxaudio/gstosxaudiosink.c:
1703         (gst_osx_audio_sink_select_device):
1704         * sys/osxaudio/gstosxaudiosrc.c:
1705         (gst_osx_audio_src_create_ringbuffer),
1706         (gst_osx_audio_src_select_device):
1707         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1708         Fix the build on macosx.
1709
1710 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1711
1712         * gst/icydemux/gsticydemux.c:
1713           Small docs fix: in the example pipeline, we need to pass
1714           iradio-mode=true to the source, so the server actually sends
1715           an ICY stream.
1716
1717 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1718
1719         * sys/osxaudio/gstosxaudio.c:
1720           Oops. Revert more completely.
1721
1722 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1723
1724         * sys/osxaudio/gstosxaudio.c:
1725           Revert accidental element rename from testing.
1726
1727 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1728
1729         * gst-plugins-good.doap:
1730         Pull in 0.10.10 doap entry from release branch
1731
1732 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1733
1734         * configure.ac:
1735         Update version number to reflect 0.10.10 release from
1736         branch.
1737
1738 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1739
1740         * sys/osxaudio/Makefile.am:
1741         * sys/osxaudio/gstosxaudio.c:
1742         * sys/osxaudio/gstosxaudiosink.c:
1743         * sys/osxaudio/gstosxaudiosink.h:
1744         * sys/osxaudio/gstosxaudiosrc.c:
1745         * sys/osxaudio/gstosxaudiosrc.h:
1746         * sys/osxaudio/gstosxringbuffer.c:
1747         * sys/osxaudio/gstosxringbuffer.h:
1748           Rewrite caps setting and ring buffer initialisation.
1749           Previously we never told CoreAudio what format we were going to send it,
1750           so it only worked due to luck, and not at all on some hardware.
1751           Now we explicitly advertise what formats the hardware supports, and then
1752           configure the selected one correctly.
1753
1754 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1755
1756         * sys/v4l2/gstv4l2object.c:
1757         * sys/v4l2/gstv4l2src.c:
1758         * sys/v4l2/gstv4l2src.h:
1759         * sys/v4l2/v4l2_calls.c:
1760         * sys/v4l2/v4l2src_calls.c:
1761           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1762           need to memset instance structures. Some more FIXME's and comments.
1763
1764 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1765
1766         * tests/icles/.cvsignore:
1767           Ignore more.
1768
1769 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1770
1771         * gst/goom/.cvsignore:
1772         * gst/goom2k1/.cvsignore:
1773           Ignore files.
1774
1775 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1776
1777         * ext/cairo/gsttextoverlay.c:
1778           Fix compiler warning.
1779
1780 2008-08-25  David Schleef  <ds@schleef.org>
1781
1782         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1783
1784 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1785
1786         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1787         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1788         * gst/matroska/matroska-mux.c:
1789         (gst_matroska_mux_video_pad_setcaps),
1790         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1791         Add Real[Audio|Video] support to Matroska containers.
1792         It works fine for:
1793         * decoding real audio/video streams contained in mkv
1794         * 'transmuxing' real (.rm) files into .mkv files
1795         It will not work though for encoding real[audio/video] streams that
1796         don't contain the 'mdpr_data' extra data on the caps.
1797         The reason why this will not work is because I never intended to
1798         duplicate virtually all the 'mdpr' block creation into mkvmux.
1799         Fixes #536067
1800
1801 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1802
1803         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1804         * gst/law/mulaw-conversion.c:
1805         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1806         (gst_mulawenc_chain):
1807         The encoder can't really renegotiate at the time they perform a
1808         pad-alloc so make the srcpads use fixed caps.
1809         Check the buffer size after a pad-alloc because the returned size might
1810         not be right when the downstream element does not know the size of the
1811         new buffer (capsfilter). Fixes #549073.
1812
1813 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1814
1815         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1816
1817         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1818         v4l2src doesn't have a property named "norm" so don't try to notify
1819         about changes to that property. The "norm" property and related
1820         code are commented out currently. Fixes bug #549090.
1821
1822 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1823
1824         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1825
1826         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1827         Reprobe devices again instead of taking a cached list as new
1828         devices could've been plugged in. Fixes bug #549062.
1829
1830 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1831
1832         * gst/autodetect/Makefile.am:
1833         Don't link the autodetect plugin with GConf as it doesn't
1834         use GConf. Fixes bug #545463.
1835
1836 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1837
1838         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1839         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1840         (gst_ebml_read_sint), (gst_ebml_read_float),
1841         (gst_ebml_read_header):
1842         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1843         possible to ignore errors and not post any ERROR messages on
1844         the bus.
1845
1846         * gst/matroska/matroska-demux.c:
1847         (gst_matroska_demux_parse_contents):
1848         Ignore any errors and not just EOS when parsing the contents of
1849         a SeekHead. Errors here are usually caused by truncated files
1850         and playback of the file works fine. Fixes playback of the
1851         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1852         archive.
1853
1854 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1855
1856         * gst/multipart/multipartdemux.c:
1857         * gst/multipart/multipartmux.c:
1858         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1859
1860 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1861
1862         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1863           gst_directdraw_sink_bufferpool_clear):
1864           Fix two more buffer ref leaks.
1865
1866 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1867
1868         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1869
1870         * sys/directdraw/gstdirectdrawsink.c:
1871           (gst_directdraw_sink_show_frame):
1872           Fix buffer ref leak.
1873
1874 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1875
1876         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1877         Revert the last commit. wavenc still supports width!=depth for 32 bit
1878         width. Thanks Tim.
1879
1880 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1881
1882         * gst/matroska/matroska-demux.c:
1883         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1884         If the duration of a block is unknown only use the timestamp for the
1885         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1886         laces. Otherwise every lace has the same timestamp which leads to
1887         various problems. Really fixes bug #548831.
1888
1889 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1890
1891         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1892         If we're not allowing width!=depth in wavenc we should also disable
1893         the code that was added to support width!=depth.
1894
1895 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1896
1897         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1898         Don't calculate the default duration of a frame from the audio sampling
1899         rate. This only works for raw audio if every frame contains a single
1900         sample and results in broken buffer durations for other formats
1901         if no specified default duration is given or the blocks have no
1902         duration. Fixes bug #548831.
1903
1904 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1905
1906         * gst/matroska/matroska-demux.c:
1907         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1908         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1909         are used for text/plain subtitles as a gap-filler in some files.
1910
1911 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1912
1913         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1914         (gst_v4l2_get_caps_info):
1915         Add S910 and PWC formats with a low priority.
1916
1917         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1918         (gst_v4l2src_probe_caps_for_format):
1919         Add more debugging.
1920
1921 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1922
1923         * ext/flac/gstflacenc.c:
1924           Fix compilation against older libflac versions.
1925
1926 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1927
1928         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1929         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1930         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1931         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1932         (gst_pulsemixer_ctrl_set_volume):
1933         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1934         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1935         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1936         (gst_pulsesink_init), (gst_pulsesink_open),
1937         (gst_pulsesink_prepare), (gst_pulsesink_write),
1938         (gst_pulsesink_delay), (gst_pulsesink_reset):
1939         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1940         (gst_pulsesrc_init):
1941         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1942         Fix a locking issue in pulsesink's prepare function.
1943
1944         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1945         Check if the created channel layout is valid for GStreamer.
1946
1947 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1948
1949         * gst/rtsp/gstrtspgoogle.c:
1950         Things that can happen when your brain is in google mode trying to
1951         deal with their google rtsp server extensions and trying to type your
1952         google mail account.
1953
1954 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1955
1956         * gst/rtsp/Makefile.am:
1957         * gst/rtsp/gstrtsp.c: (plugin_init):
1958         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1959         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1960         (_do_init), (gst_rtsp_google_base_init),
1961         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1962         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1963         (gst_rtsp_google_extension_init):
1964         * gst/rtsp/gstrtspgoogle.h:
1965         Add google RTSP extension, it can only handle udp and responds with
1966         unsupported if we do anything else. Fixes #546465.
1967
1968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1969         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1970         (gst_rtspsrc_create_transports_string),
1971         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1972         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1973         Make transport setup code a bit better using GString.
1974         Add some more debug.
1975         Check for closed connections before doing anything on them.
1976
1977 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1978
1979         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1980         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1981         (gst_pulsesrc_prepare):
1982         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1983         (gst_pulse_channel_map_to_gst):
1984         * ext/pulse/pulseutil.h:
1985         If downstream provides no channel layout and >2 channels should be
1986         used use the default layout that pulseaudio chooses and also
1987         add this layout to the caps. Fixes bug #547258.
1988
1989 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1990
1991         Patch by: Peter Kjellerstedt <pkj at axis com>
1992
1993         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1994         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1995         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1996         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1997         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1998         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1999         (gst_udpsrc_set_property):
2000         Avoid leaking internally allocated file descriptors when setting
2001         custom file descriptors. Fixes #543101.
2002
2003 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2004
2005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2006         Don't try to configure RTCP back to the server when the server did not
2007         give us a valid port number.
2008
2009 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2010
2011         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2012         Use new basetransform method to renegotiate. Fixes #544956.
2013
2014         * tests/icles/Makefile.am:
2015         * tests/icles/videobox-test.c: (make_pipeline), (main):
2016         Add videobox renegotiation example.
2017
2018 2008-08-19  David Schleef  <ds@schleef.org>
2019
2020         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2021         with sane values.  Fixes #548530.
2022
2023 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2024
2025         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2026         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2027         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2028         are already filled with the correct values by
2029         gst_ring_buffer_parse_caps() so there's no need to set them again
2030         with wrong values.
2031
2032 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2033
2034         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2035         (gst_avi_demux_read_subindexes_push):
2036         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2037         and instead of using the 'ix##' nomenclature, use '##ix'.
2038         They're still valid though, this fixes the duration and indexes for
2039         virtually all the ODML files I have.
2040
2041 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2042
2043         Patch by: Olivier Crete <tester at tester dot ca>
2044
2045         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2046         (gst_rtp_vorbis_depay_process):
2047         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2048         Update the vorbis RTP pay/depay to RFC 5215.
2049         Fixes #547842.
2050
2051 2008-08-14  David Schleef  <ds@schleef.org>
2052
2053         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2054           with 3:2 pulldown, i.e., 24p.
2055
2056 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2057
2058         * tests/check/elements/level.c: (GST_START_TEST):
2059         Fix compilation some more.
2060
2061 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2062
2063         * configure.ac::
2064           Require -base CVS for wavparse acid chunk parsing.
2065
2066 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2067
2068         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2069         (gst_pulsesink_init), (gst_pulsesink_finalize),
2070         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2071         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2072         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2073         * ext/pulse/pulsesink.h:
2074         Add "device-name" property to pulsesink too and currently commented
2075         out and not working support for a "volume" property.
2076
2077 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2078
2079         * configure.ac:
2080         Remove more cdio stuff (moved to ugly)
2081
2082 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2083
2084         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2085
2086         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2087         (gst_pulsesrc_get_property):
2088         Add "device-name" property, which provides a human readable string
2089         for the audio device, to make it more consisten with other audio
2090         sources. Fixes bug #547519.
2091
2092 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2093
2094         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2095         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2096         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2097         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2098         * ext/pulse/pulsemixerctrl.h:
2099         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2100         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2101         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2102         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2103         * ext/pulse/pulseprobe.h:
2104         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2105         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2106         (gst_pulsesrc_change_state):
2107         Improve debugging a bit by including the parent object in pulsemixerctrl
2108         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2109         GST_WARNING.
2110
2111         Use the parent GObject subclass instead of a random struct as GObject
2112         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2113         when probing for another property than "device".
2114
2115 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2116
2117         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2118
2119         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2120         Fix property probing after the device property is set by calling
2121         set_server when the server property changes. Fixes bug #547518.
2122
2123 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2124
2125         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2126
2127         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2128         (gst_pulsesink_implements_interface_init),
2129         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2130         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2131         (gst_pulsesink_get_type):
2132         * ext/pulse/pulsesink.h:
2133         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2134         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2135         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2136         * ext/pulse/pulsesrc.h:
2137         Implement GstPropertyProbe interface on pulsesink for detecting
2138         sink devices and on pulsesrc for detecting source devices.
2139         Fixes bugs #547227 and #547217.
2140
2141 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2142
2143         * gst/spectrum/gstspectrum.c:
2144           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2145
2146 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2147
2148         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2149         Properly set the maximum latency value, in the same way it is done in
2150         v4lsrc.
2151         * sys/v4l2/v4l2src_calls.c:
2152         Simplify fraction equality check, no need to use GValues for this.
2153
2154 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2155
2156         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2157         Add warning messages stating exactly why the latency query failed.
2158         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2159         In some cases, the negotiated framerate might be the default one which
2160         is already set internally. But we still need to mark it down in fps_n
2161         and fps_d so that the latency query can happen properly.
2162
2163 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2164
2165         * docs/plugins/inspect/plugin-1394.xml:
2166         Whoops, forgot one doc file for people who can't/don't build the
2167         raw1394 plugin.
2168
2169 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2170
2171         * docs/plugins/Makefile.am:
2172         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2173         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2174         * docs/plugins/inspect/plugin-cdio.xml:
2175         * ext/Makefile.am:
2176         * ext/cdio/Makefile.am:
2177         * ext/cdio/gstcdio.c:
2178         * ext/cdio/gstcdio.h:
2179         * ext/cdio/gstcdiocddasrc.c:
2180         * ext/cdio/gstcdiocddasrc.h:
2181
2182         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2183         CDDA source to -ugly.
2184
2185         * po/LINGUAS:
2186         * po/POTFILES.in:
2187         * po/id.po:
2188         Pull in new translation from 0.10.9.2 release branch.
2189
2190 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2191
2192         * docs/plugins/Makefile.am:
2193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2195         * docs/plugins/gst-plugins-good-plugins.args:
2196         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2197         * docs/plugins/gst-plugins-good-plugins.interfaces:
2198         Integrate documentation for new hdv1394src element.
2199
2200 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2201
2202         * ext/raw1394/Makefile.am:
2203         * ext/raw1394/gst1394.c: (plugin_init):
2204         * ext/raw1394/gsthdv1394src.c: (_do_init),
2205         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2206         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2207         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2208         (gst_hdv1394src_from_raw1394handle),
2209         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2210         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2211         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2212         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2213         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2214         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2215         (gst_hdv1394src_uri_handler_init):
2216         * ext/raw1394/gsthdv1394src.h:
2217         mpeg2-ts (HDV) variant of firewire capture element.
2218         Fixes #350830
2219
2220 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2221
2222         * gst/level/gstlevel.c: (gst_level_message_new):
2223          Fix compilation (also known as the classic 'fix code that someone
2224          committed without compiling it first').
2225
2226 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2227
2228         * tests/check/elements/level.c:
2229           Add a test for level in stereo mode.
2230
2231 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2232
2233         * tests/examples/spectrum/demo-audiotest.c:
2234         * tests/examples/spectrum/demo-osssrc.c:
2235           Demo how to draw analyzer results synced to the clock.
2236
2237 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2238
2239         * gst/level/gstlevel.c:
2240           Little renaming (l -> level).
2241
2242         * gst/spectrum/gstspectrum.c:
2243         * gst/spectrum/gstspectrum.h:
2244           Also send full timestamp/duration details here.
2245
2246 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2247
2248         * gst/level/gstlevel.c:
2249         * gst/level/gstlevel.h:
2250           Send same timestamp/duration details as videoanalysis. This gives
2251           applications better chance to sync analysis results with playback.
2252
2253 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2254
2255         * gst/matroska/matroska-mux.c:
2256         (gst_matroska_mux_handle_sink_event),
2257         (flac_streamheader_to_codecdata):
2258         We need to drop one additional buffer for FLAC as the fLaC
2259         marker and STREAMINFO block are merged into one buffer in the caps.
2260
2261         Also don't pretend to support NEWSEGMENT events, otherwise we
2262         will most probably write some invalid data.
2263
2264 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2265
2266         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2267         (gst_matroska_mux_audio_pad_setcaps):
2268         Add support for muxing FLAC into Matroska containers.
2269         Fixes bug #311586.
2270
2271 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2272
2273         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2274         Actually provide the variables required for the format string.
2275
2276 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2277
2278         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2279         (gst_matroska_demux_element_send_event),
2280         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2281         * gst/matroska/matroska-demux.h:
2282         Close the current segment if we're doing a non-flushing seek and send
2283         the close-segment and the new segment of the seek from the streaming
2284         thread.
2285
2286 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2287
2288         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2289         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2290         (gst_flac_enc_change_state):
2291         * ext/flac/gstflacenc.h:
2292         Handle non-zero start timestamps correctly, mark header packets as
2293         IN_CAPS and print a warning and suggest using audiorate if stream
2294         discontinuities are detected. When FLAC supports flushing the encoder
2295         somehow this should be done for discontinuities instead.
2296
2297         Remove some unused variables from the instance struct.
2298
2299 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2300
2301         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2302         If seeking failed return the appropiate return value to FLAC.
2303         Otherwise it thinks seeking was successfull and tries to rewrite
2304         parts of the headers which then get appended to the output.
2305
2306 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2307
2308         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2309
2310         * ext/esd/gstesd.c: (plugin_init):
2311         * ext/flac/gstflac.c: (plugin_init):
2312         * ext/shout2/gstshout2.c: (plugin_init):
2313         * ext/wavpack/gstwavpack.c: (plugin_init):
2314         * sys/oss/gstossaudio.c: (plugin_init):
2315         * sys/v4l2/gstv4l2.c: (plugin_init):
2316         Make sure gettext returns translations in UTF-8 encoding rather
2317         than in the current locale encoding (#546822).
2318
2319 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2320
2321         * ext/flac/gstflacdec.c:
2322         Add FIXME for 0.11 to simply output everything with width=32 as given
2323         by FLAC and let audioconvert handle the conversions instead of doing
2324         them in flacdec.
2325
2326 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2327
2328         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2329         When outputting a pad template range for the size, include a framerate
2330         range too, to avoid 'not a real subset of template caps' errors.
2331
2332 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2333
2334         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2335
2336         * ext/flac/Makefile.am:
2337         * ext/flac/gstflac.c: (plugin_init):
2338         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2339         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2340         (gst_flac_tag_dispose), (gst_flac_tag_init),
2341         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2342         (gst_flac_tag_change_state):
2343         * ext/flac/gstflactag.h:
2344         Port flactag to 0.10, add documentation for it and clean it up a bit.
2345         Fixes bug #413841.
2346
2347         * docs/plugins/Makefile.am:
2348         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2349         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2350         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2351         * docs/plugins/gst-plugins-good-plugins.interfaces:
2352         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2353         * docs/plugins/inspect/plugin-flac.xml:
2354         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2355         * ext/flac/gstflacdec.h:
2356         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2357         * ext/flac/gstflacenc.h:
2358         Add flactag and flacenc to the documentation and mark
2359         the private parts of the flacdec instance structure as private.
2360
2361         Also use gst_element_class_set_details_simple() in flacdec and
2362         flacenc.
2363
2364 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2365
2366         * gst/qtdemux/qtdemux.c:
2367           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2368           for it but ffmpeg does not.
2369
2370 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2371
2372         * gst/wavparse/gstwavparse.c:
2373           Handle the list chunk and use gst_riff_parse_info() to parse the info
2374           sub-chunk.
2375
2376 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2377
2378         * gst/wavparse/gstwavparse.c:
2379           Handle the acid chunk and send tempo as part of tags. Other fields are
2380           interesting too, but need more tag-definitions. Fixes #545433.
2381
2382 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2383
2384         * gst/wavparse/gstwavparse.c:
2385           Refactor wavparse. Call _reset() from dispose() and move old code from
2386           dispose into reset. This way we don't leak taglists when we abort
2387           parsing. Fix some comments. Move code for skipping a chunk into extra
2388           function. Replace chunk sizes with a const to ease readability.         
2389
2390 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2391
2392         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2393
2394         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2395         Improve udp port setup. Fixes #545710.
2396
2397 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2398
2399         * gst/rtp/Makefile.am:
2400         * gst/rtp/gstrtp.c: (plugin_init):
2401         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2402         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2403         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2404         (gst_rtp_mp1s_depay_set_property),
2405         (gst_rtp_mp1s_depay_get_property),
2406         (gst_rtp_mp1s_depay_change_state),
2407         (gst_rtp_mp1s_depay_plugin_init):
2408         * gst/rtp/gstrtpmp1sdepay.h:
2409         Add MP1S depayloader.
2410
2411         * gst/rtsp/URLS:
2412         Some more sample rtsp streams.
2413
2414 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2415
2416         * gst/rtsp/URLS:
2417         Add another URL.
2418
2419         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2420         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2421         Add some more debug info.
2422
2423 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2424
2425         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2426         Provide cbSize field for audio extra_data size, and take care to
2427         pad extra_data.
2428
2429 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2430
2431         * gst/qtdemux/qtdemux.c:
2432           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2433           TRUE.
2434
2435 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2436
2437         * gst/qtdemux/qtdemux.c:
2438         * gst/qtdemux/qtdemux_fourcc.h:
2439           Add keyword tag support. Fixes #520694 for qtdemux.
2440
2441 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2442
2443         * gst/qtdemux/qtdemux.c:
2444           Add support for tmpo tag (BPM).
2445
2446 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2447
2448         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2449         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2450         Set an estimate for the total number of samples that will be encoded
2451         if possible to help decoders if the streaminfo can't be rewritten
2452         later (like when muxing into Ogg containers).
2453
2454         Add a warning if we get header packets after data packets as those
2455         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2456         work.
2457
2458 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2459
2460         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2461         (gst_flac_dec_write):
2462         Support decoding of all depths between 4 and 32 bits and read the
2463         depth from the streaminfo header if needed. Also support all sampling
2464         rates between 1 and 655350 Hz.
2465
2466         * ext/flac/gstflacenc.c:
2467         (gst_flac_enc_caps_append_structure_with_widths),
2468         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2469         (gst_flac_enc_chain):
2470         * ext/flac/gstflacenc.h:
2471         Support encoding in all bit depths supported by the streamable
2472         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2473         between 1 Hz and 655350 Hz.
2474
2475 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2476
2477         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2478         (gst_flac_enc_sink_getcaps):
2479         Support encoding of up to 8 channels.
2480
2481 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2482
2483         * ext/soup/gstsouphttpsrc.c:
2484         * ext/soup/gstsouphttpsrc.h:
2485         Fix seeking race condition in #540300
2486         Patch By: Wouter Cloetens  <wouter at mind be>
2487
2488 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2489
2490         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2491         (gst_matroska_demux_element_send_event),
2492         (gst_matroska_demux_handle_seek_event),
2493         (gst_matroska_demux_handle_src_event):
2494         When receiving a SEEK event on a specific pad first search for a seek
2495         table entry for the stream of the pad and then fall back to an entry
2496         for a different stream.
2497
2498 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2499
2500         * configure.ac:
2501         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2502         * gst/matroska/matroska-ids.h:
2503         Build depend on core CVS for the attachment tag.
2504
2505 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2506
2507         * configure.ac:
2508         * gst/matroska/Makefile.am:
2509         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2510         (copy_backptr), (lzo1x_decode), (main):
2511         * gst/matroska/lzo.h:
2512         * gst/matroska/matroska-demux.c:
2513         (gst_matroska_demux_read_track_encoding),
2514         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2515         (gst_matroska_decode_buffer),
2516         (gst_matroska_decode_content_encodings),
2517         (gst_matroska_demux_read_track_encodings),
2518         (gst_matroska_demux_add_stream),
2519         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2520         * gst/matroska/matroska-ids.h:
2521         Decode the codec private data and following ContentEncoding if
2522         necessary.
2523
2524         Support bzip2, lzo and header stripped compression. For lzo use the
2525         ffmpeg lzo implementation as liblzo is GPL licensed.
2526         
2527         Fix zlib decompression.
2528
2529 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2530
2531         * gst/matroska/matroska-mux.c:
2532         (gst_matroska_mux_audio_pad_setcaps):
2533         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2534         duration of a frame with the new mpegaudioversion caps field.
2535
2536 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2537
2538         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2539         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2540         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2541         (gst_matroska_demux_stream_from_num),
2542         (gst_matroska_demux_tracknumber_unique),
2543         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2544         (gst_matroska_demux_handle_seek_event),
2545         (gst_matroska_demux_sync_streams),
2546         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2547         (gst_matroska_demux_loop):
2548         * gst/matroska/matroska-demux.h:
2549         Allow an infinite number of stream inside Matroska containers and use
2550         a GPtrArray for storing them instead of allowing "only" 127 streams.
2551
2552 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2553
2554         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2555         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2556         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2557         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2558         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2559         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2560         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2561         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2562         (gst_ebml_read_master), (gst_ebml_read_binary),
2563         (gst_ebml_read_header):
2564         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2565         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2566         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2567         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2568         (gst_ebml_replace_uint):
2569         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2570         (gst_matroska_demux_read_track_encoding),
2571         (gst_matroska_demux_read_track_encodings),
2572         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2573         (gst_matroska_demux_send_event),
2574         (gst_matroska_demux_element_send_event),
2575         (gst_matroska_demux_handle_seek_event),
2576         (gst_matroska_demux_handle_src_event),
2577         (gst_matroska_demux_init_stream),
2578         (gst_matroska_demux_parse_tracks),
2579         (gst_matroska_demux_parse_index_cuetrack),
2580         (gst_matroska_demux_parse_index_pointentry),
2581         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2582         (gst_matroska_demux_parse_metadata_id_simple_tag),
2583         (gst_matroska_demux_parse_metadata_id_tag),
2584         (gst_matroska_demux_parse_metadata),
2585         (gst_matroska_demux_parse_attached_file),
2586         (gst_matroska_demux_parse_attachments),
2587         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2588         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2589         (gst_matroska_demux_push_flac_codec_priv_data),
2590         (gst_matroska_demux_push_xiph_codec_priv_data),
2591         (gst_matroska_demux_push_dvd_clut_change_event),
2592         (gst_matroska_demux_add_mpeg_seq_header),
2593         (gst_matroska_demux_add_wvpk_header),
2594         (gst_matroska_demux_check_subtitle_buffer),
2595         (gst_matroska_decode_buffer),
2596         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2597         (gst_matroska_demux_parse_cluster),
2598         (gst_matroska_demux_parse_contents_seekentry),
2599         (gst_matroska_demux_parse_contents),
2600         (gst_matroska_demux_loop_stream_parse_id),
2601         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2602         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2603         (gst_matroska_demux_subtitle_caps),
2604         (gst_matroska_demux_change_state):
2605         * gst/matroska/matroska-ids.c:
2606         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2607         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2608         (gst_matroska_mux_video_pad_setcaps),
2609         (xiph3_streamheader_to_codecdata),
2610         (vorbis_streamheader_to_codecdata),
2611         (theora_streamheader_to_codecdata),
2612         (gst_matroska_mux_audio_pad_setcaps),
2613         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2614         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2615         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2616         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2617         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2618         Fix indention everywhere. A broken indent version has added newlines
2619         after every single declaration some time ago.
2620
2621 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2622
2623         * gst/matroska/matroska-demux.c:
2624         (gst_matroska_demux_loop_stream_parse_id):
2625         If no Tracks are found error out instead of trying it again until the
2626         end of time.
2627
2628 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2629
2630         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2631         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2632         bit and signed otherwise, not the other way around.
2633
2634 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2635
2636         * gst/matroska/matroska-mux.c:
2637         Add more raw YUV formats to the list of supported formats.
2638
2639 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2640
2641         * gst/matroska/matroska-mux.c:
2642         (gst_matroska_mux_audio_pad_setcaps):
2643         Add support for muxing raw float audio now that the spec defines the
2644         endianness and add support for muxing raw integer audio with 24 and
2645         32 bits.
2646
2647         Allow muxing of more than 8 audio channels.
2648
2649 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2650
2651         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2652         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2653         Add locking to the global array of used track UIDs to prevent random
2654         crashes if more than a single matrosmux instance is used.
2655
2656         Use 64 bit values for the track UIDs.
2657
2658         Use the global GRandom of GLib instead of creating our own one
2659         for the few random numbers we need every single time.
2660
2661 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2662
2663         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2664         (gst_flac_dec_setup_stream_decoder),
2665         (gst_flac_dec_update_metadata):
2666         Always post the audio-codec tag, not only if other tags are present.
2667
2668 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2669
2670         * configure.ac:
2671         Back to development -> 0.10.9.1
2672
2673 === release 0.10.9 ===
2674
2675 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2676
2677         * configure.ac:
2678           releasing 0.10.9, "Steam Train Rolling"
2679
2680 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2681
2682         * ext/soup/gstsouphttpsrc.c:
2683         Don't throw an error when soup completes a msg with status
2684         'cancelled', as that indicates we cancelled a request while
2685         shutting down or seeking, and it's not an error.
2686         Fixes: #540300 again.
2687
2688 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2689
2690         * configure.ac:
2691         0.10.8.4 pre-release
2692
2693 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2694
2695         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2696         Fix segment-stop regression.
2697         Add documentation regarding segments in quicktime files by Wim Taymans.
2698         Fixes #544509
2699
2700 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2701
2702         * configure.ac:
2703         0.10.8.3 pre-release
2704
2705         * po/LINGUAS:
2706         * po/pt_BR.po:
2707         Add pt_BR translation
2708
2709 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2710
2711         * gst/goom/convolve_fx.c:
2712         * gst/goom/filters.c:
2713         * gst/goom/goom_config.h:
2714         * gst/goom/goom_core.c:
2715         * gst/goom/goom_tools.h:
2716           Fix build with MSVC: include glib.h to define inline appropriately,
2717           use header guards where needed.
2718         * gst/udp/gstudpnetutils.c:
2719         * gst/udp/gstudpsrc.c:
2720           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2721           g_snprintf rather than snprintf.
2722           Fixes #544433.
2723
2724 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2725
2726         * gst/debug/gsttaginject.c:
2727         * gst/debug/gsttaginject.h:
2728           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2729           partially.
2730
2731 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2732
2733         * configure.ac:
2734         0.10.8.2 pre-release
2735
2736 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2737
2738         * ext/Makefile.am:
2739         Finish hooking up pulseaudio plugin to the build.
2740
2741         * ext/pulse/pulsemixerctrl.c:
2742         Fix compilation error.
2743
2744 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2745
2746         * po/LINGUAS:
2747         * po/lt.po:
2748         Add new lithunian translation, and add french to the LINGUAS
2749         file.
2750
2751 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2752
2753         * ext/soup/gstsouphttpsrc.c:
2754         Fix Soup HTTP source seeking.
2755         Patch By: Wouter Cloetens  <wouter at mind be>
2756         Fixes: #540300
2757
2758         * tests/check/elements/.cvsignore:
2759         Ignore new check programs.
2760
2761 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2762
2763         * configure.ac:
2764         * docs/plugins/Makefile.am:
2765         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2766         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2767         * docs/plugins/gst-plugins-good-plugins.args:
2768         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2769         * docs/plugins/gst-plugins-good-plugins.interfaces:
2770         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2771         * docs/plugins/inspect/plugin-interleave.xml:
2772         * docs/plugins/inspect/plugin-replaygain.xml:
2773         * tests/check/Makefile.am:
2774
2775         Move replaygain and interleave plugins from -bad.
2776         Fixes: #543406
2777         Fixes: #536228
2778
2779 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2780
2781         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2782         (qtdemux_parse_trak):
2783         Revert ISO base media spec based pixel-aspect-ratio calculation.
2784         Fixes #543300.
2785
2786 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2787
2788         * sys/osxvideo/osxvideosink.m:
2789         Fix minor build issues on macosx.
2790         Fixes #543054
2791
2792 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2793
2794         * configure.ac::
2795         * ext/taglib/Makefile.am::
2796           Only use -Wno-attributes (which is there to work around a
2797           bug in the taglib 1.5 headers) if the c++ compiler actually
2798           supports it (#543255).
2799
2800 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2801
2802         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2803
2804         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2805           Avoid compiler warning by initialising variable to NULL (#543259).
2806
2807 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2808
2809         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2810         Don't pass NULL taglists to gst_tag_list_is_empty().
2811
2812 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2813
2814         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2815         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2816         (rtp_pipeline_run):
2817         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2818         Don't use declarations after statements.
2819
2820 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2821
2822         * ext/jpeg/gstjpegdec.c:
2823         Align documentation with reality.
2824
2825 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2826
2827         * gst/udp/gstudpnetutils.c:
2828         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2829         old value (1) if it's not defined which should not cause any problems
2830         as we're using it internal only anyway.
2831
2832 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2833
2834         Patch by: Alessandro Decina <alessandro at nnva dot org>
2835
2836         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2837         Fix build of avidemux on big endian architectures.
2838
2839 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2840
2841         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2842
2843         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2844         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2845
2846 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2847
2848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2849         (qtdemux_parse_trak):
2850         Set pixel-aspect-ratio in caps using display width and height
2851         provided in track.
2852
2853 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2854
2855         * configure.ac:
2856         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2857         flags that are invalid for C++. Fixes bug #516509.
2858
2859 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2860
2861         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2862         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2863         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2864         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2865         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2866         * tests/examples/equalizer/demo.c: (message_handler):
2867         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2868         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2869         Don't use declarations after statements and variable length arrays.
2870
2871 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2872
2873         Patch by: Daniel Drake <dsd at gentoo dot org>
2874
2875         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2876         (gst_v4l2src_get_nearest_size):
2877         Try progressive video if interlaced fails. Fixes bug #541956
2878         and the usage of v4l2src on OLPC.
2879
2880 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2881
2882         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2883         (gst_rtp_speex_depay_process):
2884         * gst/rtp/gstrtpspeexdepay.h:
2885         Revert last change: Only the jitterbuffer is able to convert RTP to
2886         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2887         Reopens bug #541787.
2888
2889 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2890
2891         * gst/rtp/gstrtpvrawdepay.c:
2892           Include stdlib.h for atoi().
2893
2894         * gst/rtsp/gstrtspsrc.c:
2895           Use floating point math for latencies < 0 sec in log output.
2896
2897 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2898
2899         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2900
2901         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2902         (gst_rtp_speex_depay_process):
2903         * gst/rtp/gstrtpspeexdepay.h:
2904         Take timestamp from the RTP packet as a first step to fix problems
2905         with transmission over RTP when the network is not reliable.
2906         Fixes bug #541787.
2907
2908 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2909
2910         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2911
2912         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2913         Fix parsing of udp:// URIs containing IPv6 addresses.
2914         Fixes bug #541650.
2915
2916 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2917
2918         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2919         Do not leak incoming buffers.
2920
2921 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2922
2923         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2924
2925         * configure.ac:
2926         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2927         for htons() and htonl(). Fixes bug #541412.
2928
2929 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2930
2931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2932         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2933         (gst_matroska_demux_element_query),
2934         (gst_matroska_demux_handle_src_query),
2935         (gst_matroska_demux_handle_seek_event):
2936         Handle position and duration query in DEFAULT format if the
2937         pad's track has a default frame duration set.
2938
2939         Fix seeking now that the segment's duration doesn't contain the
2940         (possibly wrong or inaccurate) duration of the Matroska file.
2941
2942 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2943
2944         * gst/matroska/ebml-read.c: (_ext2dbl):
2945         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2946         in math.h except on MSVC where it is defined in xmath.h.
2947         Fixes compilation with MSVC.
2948
2949 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2950
2951         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2952         (gst_matroska_demux_handle_src_query),
2953         (gst_matroska_demux_parse_info),
2954         (gst_matroska_demux_loop_stream_parse_id):
2955         * gst/matroska/matroska-demux.h:
2956         Don't set the segment duration to the duration from the Matroska
2957         header as this value could be wrong and is just informational.
2958
2959 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2960
2961         * gst/matroska/matroska-demux.c:
2962         (gst_matroska_demux_loop_stream_parse_id):
2963         If no Tracks element is found until the first Cluster is found
2964         search it and error out if none is found in the complete file.
2965
2966 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2967
2968         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2969         Resync non-subtitle tracks too if a too large gap compared to other
2970         tracks is detected.
2971
2972 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2973
2974         * gst/rtp/Makefile.am:
2975         * gst/rtp/gstrtp.c: (plugin_init):
2976         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2977         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2978         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2979         (gst_rtp_vraw_depay_change_state),
2980         (gst_rtp_vraw_depay_plugin_init):
2981         * gst/rtp/gstrtpvrawdepay.h:
2982         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2983         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2984         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2985         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2986         (gst_rtp_vraw_pay_plugin_init):
2987         * gst/rtp/gstrtpvrawpay.h:
2988         Add raw video pay and depayloaders, see RFC4175.
2989
2990 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2991
2992         * ext/libpng/gstpngdec.c:
2993         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2994         whatever it returned.
2995
2996 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2997
2998         * gst/avi/avi-ids.h:
2999         Add vprp chunk related structures.
3000         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3001         (gst_avi_demux_parse_stream):
3002         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3003         to caps.  Fixes #539482.
3004         * gst/avi/gstavimux.h:
3005         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3006         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3007         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3008
3009 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3010
3011         * tests/check/elements/avimux.c: (check_avimux_pad):
3012         Adjust avimux unit test according to increased streamheader size.
3013
3014 2008-06-27  David Schleef  <ds@schleef.org>
3015
3016         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3017
3018 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3019
3020         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3021         * gst/avi/gstavimux.h:
3022         Add 8 bytes to current streamheader to make for a complete one
3023         and to make more players happy.  Fixes #519460.
3024
3025 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3026
3027         * sys/v4l2/v4l2_calls.c::
3028           Don't include unused gstv4l2xoverlay.h. Fixes build
3029           in case where X11 headers are not installed.
3030
3031 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3032
3033         * ext/dv/gstdv.c: (plugin_init):
3034         Fix compilation.
3035
3036 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3037
3038         * ext/dv/gstdv.c: (plugin_init):
3039         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3040         DV decoder available.
3041         Fixes #532393
3042
3043 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3044
3045         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3046         Call getsockname() after the call to bind() to get updated values
3047         for the port, etc. This fixes the usage of udpsrc on anonymous
3048         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3049         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3050
3051 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3052
3053         * tests/check/pipelines/wavpack.c: (bus_handler):
3054         Remove workaround for a bug in identity that is fixed in 0.10.20.
3055
3056 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3057
3058         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3059
3060         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3061         Fix HTTP auth support with user/password passed via the URI.
3062         Fixes bug #540067.
3063
3064 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3065
3066         * configure.ac:
3067           Depend on released versions of core and -base.
3068
3069 2008-06-23  Julien Moutte  <julien@fluendo.com>
3070
3071         * gst/matroska/matroska-demux.c:
3072         (gst_matroska_demux_read_track_encoding),
3073         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3074         format strings in macros. (makes it build on OS X again...)
3075
3076 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3077
3078         * gst/rtp/gstrtptheorapay.c:
3079         * gst/udp/gstmultiudpsink.c:
3080           Added debug.
3081
3082 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3083
3084         * configure.ac: switch v4l2src over to the normal build instead of
3085         being 'experimental'. Fixes bug #536831.
3086
3087 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3088
3089         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3090         Remove unused variable so that we can compile again.
3091
3092 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3093
3094         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3095         No need to check for audio/G723 and audio/32KADPCM here as they are
3096         no longer supported.
3097
3098 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3099
3100         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3101         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3102         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3103         known length.
3104
3105 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3106
3107         * gst/matroska/matroska-demux.c:
3108         (gst_matroska_demux_add_wvpk_header),
3109         (gst_matroska_demux_audio_caps):
3110         * gst/matroska/matroska-ids.h:
3111         Fix demuxing of WavPack files. Muxing is still broken.
3112
3113 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3114
3115         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3116         (gst_matroska_demux_add_mpeg_seq_header),
3117         (gst_matroska_demux_add_wvpk_header),
3118         (gst_matroska_demux_check_subtitle_buffer),
3119         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3120         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3121         (gst_matroska_demux_subtitle_caps):
3122         * gst/matroska/matroska-ids.h:
3123         Add a "vfunc" to the track context for postprocessing frames and
3124         convert the wavpack and subtitle postprocessing to this vfunc.
3125         Copy buffer flags in those functions to the new buffers too.
3126
3127         Parse CodecState elements of Blocks.
3128
3129         Add a postprocessing function for MPEG video that adds the sequence
3130         header from the codec private data or codec state to the frames if
3131         it's not already there.
3132
3133 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3134
3135         * gst/matroska/matroska-demux.c:
3136         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3137         If a gap of more than 1/2 second is found in one stream send a
3138         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3139         This also fixes Matroska files where the first buffer doesn't start
3140         at timestamp 0. Fixes bug #429322.
3141
3142         The duration of a block is the default duration multiplied with the
3143         number of laces. Every lace is one frame and the default duration
3144         is the duration of one frame. This fixes playback of files that use
3145         lacing for some tracks.
3146
3147 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3148
3149         * gst/matroska/matroska-demux.c:
3150         (gst_matroska_demux_parse_contents_seekentry):
3151         Update FIXME/TODOs and only ignore EOS at the central, important place
3152         instead of several places.
3153
3154 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3155
3156         * gst/rtp/gstrtpg726pay.c:
3157         Fix caps, See #538891.
3158
3159 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3160
3161         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3162         (gst_matroska_demux_stream_from_num),
3163         (gst_matroska_demux_encoding_cmp),
3164         (gst_matroska_demux_encoding_order_unique),
3165         (gst_matroska_demux_read_track_encoding),
3166         (gst_matroska_demux_read_track_encodings),
3167         (gst_matroska_demux_tracknumber_unique),
3168         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3169         (gst_matroska_demux_parse_tracks),
3170         (gst_matroska_demux_parse_index_cuetrack),
3171         (gst_matroska_demux_parse_index_pointentry),
3172         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3173         (gst_matroska_demux_parse_metadata_id_simple_tag),
3174         (gst_matroska_demux_parse_metadata_id_tag),
3175         (gst_matroska_demux_parse_metadata),
3176         (gst_matroska_demux_parse_attached_file),
3177         (gst_matroska_demux_parse_attachments),
3178         (gst_matroska_demux_parse_chapters),
3179         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3180         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3181         (gst_matroska_demux_parse_cluster),
3182         (gst_matroska_demux_parse_contents_seekentry),
3183         (gst_matroska_demux_parse_contents),
3184         (gst_matroska_demux_loop_stream_parse_id),
3185         (gst_matroska_demux_loop):
3186         Improve debug output everywhere and fix the EOS logic.
3187
3188         Check the values of the ContentEncoding elements more strictly and
3189         don't use tracks for which it's invalid.
3190
3191         Check that the track number is unique for this stream.
3192
3193         Check that seek positions are below G_MAXINT64 as our seeks are
3194         int64-based and overflows will fail badly.
3195
3196         After seeks also don't push SimpleBlocks until the first one
3197         containing a keyframe is found. Before this was done only for normal
3198         Blocks.
3199
3200         Update some FIXME/TODOs.
3201         
3202         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3203         (gst_ebml_read_utf8), (gst_ebml_read_header):
3204         Improve debug output.
3205
3206         * gst/matroska/matroska-ids.c:
3207         (gst_matroska_track_init_video_context):
3208         * gst/matroska/matroska-ids.h:
3209         * gst/matroska/matroska-mux.c:
3210         (gst_matroska_mux_video_pad_setcaps):
3211         Remove eye mode and don't parse it anymore. We can't use that
3212         information in GStreamer yet so it's useless.
3213
3214
3215 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3216
3217         Patch by: Mersad Jelacic <mersad at axis dot com>
3218
3219         * gst/rtp/Makefile.am:
3220         * gst/rtp/gstrtp.c: (plugin_init):
3221         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3222         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3223         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3224         (gst_rtp_g726_depay_plugin_init):
3225         * gst/rtp/gstrtpg726depay.h:
3226         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3227         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3228         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3229         * gst/rtp/gstrtpg726pay.h:
3230         Added G726 pay/depayloaders. Fixes #538891.
3231
3232 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3233
3234         * gst/rtsp/URLS:
3235         Some more urls.
3236
3237         * gst/smpte/barboxwipes.c:
3238         Add a comment
3239
3240         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3241         Fix typo, add audioresample to the pipeline.
3242
3243 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3244
3245         * ext/libmng/Makefile.am:
3246         * ext/libmng/gstmng.c: (plugin_init):
3247         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3248         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3249         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3250         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3251         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3252         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3253         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3254         (gst_mng_dec_change_state):
3255         * ext/libmng/gstmngdec.h:
3256         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3257         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3258         (gst_mng_enc_init), (gst_mng_enc_chain),
3259         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3260         * ext/libmng/gstmngenc.h:
3261         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3262         bits ifdeffed out still.
3263
3264 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3265
3266         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3267         When comparing index elements with the same time compare their
3268         block number.
3269
3270 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3271
3272         * gst/matroska/matroska-demux.c:
3273           (gst_matroska_demux_parse_attached_file)
3274           Init variable to NULL to avoid compiler warning.
3275
3276 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3277
3278         * gst/matroska/Makefile.am:
3279         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3280         (gst_matroska_demux_parse_attached_file),
3281         (gst_matroska_demux_parse_attachments),
3282         (gst_matroska_demux_parse_contents_seekentry),
3283         (gst_matroska_demux_loop_stream_parse_id):
3284         * gst/matroska/matroska-demux.h:
3285         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3286         * gst/matroska/matroska-ids.h:
3287         * gst/matroska/matroska.c: (plugin_init):
3288         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3289         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3290         and description of the attachments in the caps. Fixes bug #537622.
3291
3292 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3293
3294         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3295         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3296         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3297         (gst_speex_enc_src_query), (gst_speex_enc_init),
3298         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3299         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3300         (gst_speex_enc_set_property):
3301         Add mode property.
3302         Some cleanups, add more debug info.
3303         Add latency query.
3304
3305 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3306
3307         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3308         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3309         If we get less bytes than requested we can't do anything except doing
3310         our EOS logic.
3311
3312 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3313
3314         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3315         (gst_matroskademux_do_index_seek),
3316         (gst_matroska_demux_parse_index_cuetrack),
3317         (gst_matroska_demux_parse_index_pointentry),
3318         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3319         (gst_matroska_demux_parse_metadata):
3320         * gst/matroska/matroska-demux.h:
3321         * gst/matroska/matroska-ids.h:
3322         Use a GArray for storing the Cue (i.e. seek) information, store
3323         the CueTrackPositions for every track, store the block number
3324         and optimize searching in the array by sorting it after the last
3325         element was added.
3326
3327         Fix a small memory leak when trying to parse a tags element that was
3328         already parsed.
3329
3330 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3331
3332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3333         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3334         (gst_matroska_mux_write_data):
3335         * gst/matroska/matroska-mux.h:
3336         Don't write another SeekHead which indexes all Clusters to the end of
3337         the file. This isn't useful for anything and just increases filesize.
3338
3339 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3340
3341         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3342         Prevent unaligned memory access when reading floats.
3343
3344 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3345
3346         * gst/matroska/ebml-read.c:
3347         * gst/matroska/ebml-read.h:
3348         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3349         (gst_matroska_demux_parse_metadata):
3350         * gst/matroska/matroska-demux.h:
3351         Make sure that every Tags element is only parsed once and it's
3352         containing tags are only posted once.
3353
3354 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3355
3356         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3357         (gst_ebml_read_header):
3358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3359         (gst_matroska_demux_parse_tracks),
3360         (gst_matroska_demux_parse_index_cuetrack),
3361         (gst_matroska_demux_parse_index_pointentry),
3362         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3363         (gst_matroska_demux_parse_metadata_id_simple_tag),
3364         (gst_matroska_demux_parse_metadata_id_tag),
3365         (gst_matroska_demux_parse_metadata),
3366         (gst_matroska_demux_parse_attachments),
3367         (gst_matroska_demux_parse_chapters),
3368         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3369         (gst_matroska_demux_parse_cluster),
3370         (gst_matroska_demux_parse_contents_seekentry),
3371         (gst_matroska_demux_parse_contents),
3372         (gst_matroska_demux_loop_stream_parse_id):
3373         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3374         already. They're not useful in the matroska parser and only cause
3375         additional code.
3376
3377 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3378
3379         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3380         (gst_ebml_finalize), (gst_ebml_read_change_state),
3381         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3382         * gst/matroska/matroska-demux.c:
3383         (gst_matroska_demux_parse_contents_seekentry):
3384         Reverse the level list as we usually are only interested in the
3385         first element or want to add a new first element. Having the
3386         first element stored at the end and calling g_list_last() and
3387         g_list_append() is more expensive.
3388
3389         Also use GSlice for allocating the GstEbmlLevel structs.
3390
3391 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3392
3393         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3394           (gst_tag_inject_class_init), (gst_tag_inject_init):
3395           Don't unref NULL taglist in finalize. Don't use c++ style
3396           comments.
3397
3398 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3399
3400         * gst/matroska/matroska-demux.c:
3401         (gst_matroska_demux_parse_metadata_id_simple_tag):
3402         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3403         (gst_matroska_mux_write_data):
3404         Use gst_value_serialize() and gst_value_deserialize() for transforming
3405         tags from some GType to a string and the other way around. The default
3406         transformations in GLib don't include transformations from string to
3407         number types.
3408
3409 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3410
3411         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3412         (gst_matroska_demux_parse_tracks),
3413         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3414         (gst_matroska_demux_parse_attachments),
3415         (gst_matroska_demux_parse_chapters),
3416         (gst_matroska_demux_parse_contents_seekentry),
3417         (gst_matroska_demux_loop_stream_parse_id):
3418         * gst/matroska/matroska-demux.h:
3419         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3420         Tags multiple times. The first ones can appear more than once but must
3421         contain the same content as the first for backup purposes so we ignore
3422         all but the first one. Tags can appear multiple times with different
3423         content.
3424
3425         Jump to all elements except Clusters that are available from a
3426         SeekHead to make it more likely to have all required informations
3427         before getting to the first Clusters.
3428
3429         Add dummy functions for parsing Attachments and Chapters.
3430
3431 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3432
3433         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3434         (gst_udpsrc_create), (gst_udpsrc_set_property),
3435         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3436         * gst/udp/gstudpsrc.h:
3437         Add property to control automatic join/leave of multicast groups.
3438         Add G_LIKELY.
3439         Remove setting caps on buffers explicitly, basesrc does that for us now.
3440         Improve debug info.
3441         Convert some non-fatal error into warnings.
3442         Use g_ntohs for better portability.
3443         Leave multicast groups when stopping.
3444         When using external sockets, use getsockname() on them to fill up the
3445         addr structure before calling methods that use the structure.
3446         Should all fix #536903.
3447         API: GstUDPSrc::auto-multicast property
3448
3449 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3450
3451         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3452         Use g_ntohl for better portability.
3453
3454 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3455
3456         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3457         (gst_multiudpsink_remove):
3458         Fix a typo and do some small cleanups.
3459
3460 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3461
3462         Patch by: Olivier Crete <tester at tester dot ca>
3463
3464         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3465         Make the delivery-method mandatory on the caps and only accept inline
3466         for now.
3467         Reverse strcmp checks for delivery-method.
3468
3469         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3470         Make delivery method optional when parsing caps and note this in the
3471         caps.
3472         Reverse strcmp checks for delivery-method.
3473
3474         * gst/rtp/gstrtpvorbispay.c:
3475         Update a comment to note that the delivery-method is optional, 
3476         Fixes #537675.
3477
3478 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3479
3480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3481         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3482         leaving them in READY. Fixes #537832.
3483
3484 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3485
3486         * gst/avi/gstavimux.c:
3487           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3488           for a random constant in tagmuxing code.
3489
3490 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3491
3492         * gst/debug/gsttaginject.c:
3493         * gst/debug/gsttaginject.h:
3494           Now actually adding the new element.
3495
3496 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3497
3498         * docs/plugins/Makefile.am:
3499         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3500         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3501         * docs/plugins/gst-plugins-good-plugins.args:
3502         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3503         * docs/plugins/gst-plugins-good-plugins.interfaces:
3504         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3505         * docs/plugins/inspect/plugin-aasink.xml:
3506         * docs/plugins/inspect/plugin-alaw.xml:
3507         * docs/plugins/inspect/plugin-alpha.xml:
3508         * docs/plugins/inspect/plugin-alphacolor.xml:
3509         * docs/plugins/inspect/plugin-annodex.xml:
3510         * docs/plugins/inspect/plugin-apetag.xml:
3511         * docs/plugins/inspect/plugin-audiofx.xml:
3512         * docs/plugins/inspect/plugin-auparse.xml:
3513         * docs/plugins/inspect/plugin-autodetect.xml:
3514         * docs/plugins/inspect/plugin-avi.xml:
3515         * docs/plugins/inspect/plugin-cacasink.xml:
3516         * docs/plugins/inspect/plugin-cairo.xml:
3517         * docs/plugins/inspect/plugin-cdio.xml:
3518         * docs/plugins/inspect/plugin-cutter.xml:
3519         * docs/plugins/inspect/plugin-debug.xml:
3520         * docs/plugins/inspect/plugin-dv.xml:
3521         * docs/plugins/inspect/plugin-efence.xml:
3522         * docs/plugins/inspect/plugin-effectv.xml:
3523         * docs/plugins/inspect/plugin-equalizer.xml:
3524         * docs/plugins/inspect/plugin-esdsink.xml:
3525         * docs/plugins/inspect/plugin-flac.xml:
3526         * docs/plugins/inspect/plugin-flxdec.xml:
3527         * docs/plugins/inspect/plugin-gamma.xml:
3528         * docs/plugins/inspect/plugin-gconfelements.xml:
3529         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3530         * docs/plugins/inspect/plugin-goom.xml:
3531         * docs/plugins/inspect/plugin-goom2k1.xml:
3532         * docs/plugins/inspect/plugin-halelements.xml:
3533         * docs/plugins/inspect/plugin-icydemux.xml:
3534         * docs/plugins/inspect/plugin-id3demux.xml:
3535         * docs/plugins/inspect/plugin-jpeg.xml:
3536         * docs/plugins/inspect/plugin-level.xml:
3537         * docs/plugins/inspect/plugin-matroska.xml:
3538         * docs/plugins/inspect/plugin-monoscope.xml:
3539         * docs/plugins/inspect/plugin-mulaw.xml:
3540         * docs/plugins/inspect/plugin-multifile.xml:
3541         * docs/plugins/inspect/plugin-multipart.xml:
3542         * docs/plugins/inspect/plugin-navigationtest.xml:
3543         * docs/plugins/inspect/plugin-ossaudio.xml:
3544         * docs/plugins/inspect/plugin-png.xml:
3545         * docs/plugins/inspect/plugin-quicktime.xml:
3546         * docs/plugins/inspect/plugin-rtp.xml:
3547         * docs/plugins/inspect/plugin-rtsp.xml:
3548         * docs/plugins/inspect/plugin-smpte.xml:
3549         * docs/plugins/inspect/plugin-soup.xml:
3550         * docs/plugins/inspect/plugin-spectrum.xml:
3551         * docs/plugins/inspect/plugin-speex.xml:
3552         * docs/plugins/inspect/plugin-taglib.xml:
3553         * docs/plugins/inspect/plugin-udp.xml:
3554         * docs/plugins/inspect/plugin-video4linux2.xml:
3555         * docs/plugins/inspect/plugin-videobalance.xml:
3556         * docs/plugins/inspect/plugin-videobox.xml:
3557         * docs/plugins/inspect/plugin-videocrop.xml:
3558         * docs/plugins/inspect/plugin-videoflip.xml:
3559         * docs/plugins/inspect/plugin-videomixer.xml:
3560         * docs/plugins/inspect/plugin-wavenc.xml:
3561         * docs/plugins/inspect/plugin-wavpack.xml:
3562         * docs/plugins/inspect/plugin-wavparse.xml:
3563         * docs/plugins/inspect/plugin-ximagesrc.xml:
3564         * gst/debug/Makefile.am:
3565         * gst/debug/breakmydata.c:
3566         * gst/debug/efence.c:
3567         * gst/debug/gstdebug.c:
3568         * gst/debug/gstnavseek.c:
3569         * gst/debug/gstpushfilesrc.c:
3570         * gst/debug/gstpushfilesrc.h:
3571         * gst/debug/negotiation.c:
3572         * gst/debug/progressreport.c:
3573         * gst/debug/progressreport.h:
3574         * gst/debug/rndbuffersize.c:
3575         * gst/debug/testplugin.c:
3576           Remove dummy plugin_init. Remove some undefined entries from doc-
3577           section file. Add taginject element and rebuild docs for it.
3578
3579 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3580
3581         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3582         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3583         Update the counter for the number of streams when pads are added or
3584         removed. This will make sure that a seek table is generated for
3585         files with just one audio stream.
3586
3587 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3588
3589         * gst/matroska/matroska-demux.c:
3590         (gst_matroska_demux_parse_metadata_id_simple_tag):
3591         * gst/matroska/matroska-ids.h:
3592         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3593         Add some more tags, improve debugging a bit and make sure that
3594         GValue transformation has succeeded before using the result
3595         as a tag.
3596
3597 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3598
3599         Patch by: Olivier Crete <tester at tester dot ca>
3600
3601         * gst/rtp/gstrtptheorapay.c:
3602         The Theora RTP payloader only supports the "inline" delievery method
3603         so let's declare this on the caps of the static pad template.
3604         Fixes bug #537675.
3605
3606 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3607
3608         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3609         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3610         Remove bogus check.
3611
3612 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3613
3614         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3615         (gst_videomixer_blend_buffers):
3616         Use stream_time to synchronize the object properties.
3617         Use running_time of the master pad to timestamp outgoing buffers.
3618         Fix the initial segment event to extend an unknown amount of time.
3619         Fixes #537361.
3620
3621 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3622
3623         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3624         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3625         (gst_avi_demux_calculate_durations_from_index),
3626         (gst_avi_demux_stream_header_push),
3627         (gst_avi_demux_stream_header_pull):
3628         Try to ignore unparsable/unknown streams and give a warning instead of
3629         erroring out. Fixes #537377.
3630
3631 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3632
3633         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3634         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3635
3636         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3637         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3638         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3639         (gst_matroska_demux_read_track_encodings),
3640         (gst_matroska_demux_add_stream),
3641         (gst_matroska_demux_handle_src_query),
3642         (gst_matroska_demux_init_stream),
3643         (gst_matroska_demux_parse_index_cuetrack),
3644         (gst_matroska_demux_parse_index_pointentry),
3645         (gst_matroska_demux_parse_info),
3646         (gst_matroska_demux_parse_metadata_id_simple_tag),
3647         (gst_matroska_demux_parse_metadata),
3648         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3649         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3650         (gst_matroska_demux_parse_cluster),
3651         (gst_matroska_demux_parse_contents_seekentry),
3652         (gst_matroska_demux_loop_stream_parse_id),
3653         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3654         (gst_matroska_demux_audio_caps),
3655         (gst_matroska_demux_subtitle_caps):
3656         * gst/matroska/matroska-demux.h:
3657         * gst/matroska/matroska-ids.c:
3658         (gst_matroska_track_init_subtitle_context):
3659         * gst/matroska/matroska-ids.h:
3660         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3661         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3662         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3663         (gst_matroska_mux_video_pad_setcaps),
3664         (gst_matroska_mux_audio_pad_setcaps),
3665         (gst_matroska_mux_subtitle_pad_setcaps),
3666         (gst_matroska_mux_request_new_pad),
3667         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3668         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3669         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3670         (gst_matroska_mux_set_property):
3671         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3672         elements, do some checks for valid values in the demuxer, handle
3673         tracktimecodescale in the demuxer, set correct default values for all
3674         settings in the demuxer, review and add all missing matroska
3675         IDs and some more raw YUV formats, and some trivial cleanup.
3676
3677 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3678
3679         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3680         (gst_pulsemixer_class_init):
3681         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3682         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3683         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3684         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3685         (gst_pulsesrc_prepare):
3686         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3687         gst_element_class_set_details_simple() and fix coding style a bit
3688         more.
3689
3690 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3691
3692         * docs/plugins/Makefile.am:
3693         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3694         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3695         * docs/plugins/gst-plugins-good-plugins.args:
3696         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3697         * docs/plugins/gst-plugins-good-plugins.interfaces:
3698         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3699         * docs/plugins/inspect/plugin-aasink.xml:
3700         * docs/plugins/inspect/plugin-alaw.xml:
3701         * docs/plugins/inspect/plugin-alpha.xml:
3702         * docs/plugins/inspect/plugin-alphacolor.xml:
3703         * docs/plugins/inspect/plugin-annodex.xml:
3704         * docs/plugins/inspect/plugin-apetag.xml:
3705         * docs/plugins/inspect/plugin-audiofx.xml:
3706         * docs/plugins/inspect/plugin-auparse.xml:
3707         * docs/plugins/inspect/plugin-autodetect.xml:
3708         * docs/plugins/inspect/plugin-avi.xml:
3709         * docs/plugins/inspect/plugin-cacasink.xml:
3710         * docs/plugins/inspect/plugin-cairo.xml:
3711         * docs/plugins/inspect/plugin-cdio.xml:
3712         * docs/plugins/inspect/plugin-cutter.xml:
3713         * docs/plugins/inspect/plugin-debug.xml:
3714         * docs/plugins/inspect/plugin-dv.xml:
3715         * docs/plugins/inspect/plugin-efence.xml:
3716         * docs/plugins/inspect/plugin-effectv.xml:
3717         * docs/plugins/inspect/plugin-equalizer.xml:
3718         * docs/plugins/inspect/plugin-esdsink.xml:
3719         * docs/plugins/inspect/plugin-flac.xml:
3720         * docs/plugins/inspect/plugin-flxdec.xml:
3721         * docs/plugins/inspect/plugin-gamma.xml:
3722         * docs/plugins/inspect/plugin-gconfelements.xml:
3723         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3724         * docs/plugins/inspect/plugin-goom.xml:
3725         * docs/plugins/inspect/plugin-goom2k1.xml:
3726         * docs/plugins/inspect/plugin-halelements.xml:
3727         * docs/plugins/inspect/plugin-icydemux.xml:
3728         * docs/plugins/inspect/plugin-id3demux.xml:
3729         * docs/plugins/inspect/plugin-jpeg.xml:
3730         * docs/plugins/inspect/plugin-level.xml:
3731         * docs/plugins/inspect/plugin-matroska.xml:
3732         * docs/plugins/inspect/plugin-monoscope.xml:
3733         * docs/plugins/inspect/plugin-mulaw.xml:
3734         * docs/plugins/inspect/plugin-multifile.xml:
3735         * docs/plugins/inspect/plugin-multipart.xml:
3736         * docs/plugins/inspect/plugin-navigationtest.xml:
3737         * docs/plugins/inspect/plugin-ossaudio.xml:
3738         * docs/plugins/inspect/plugin-png.xml:
3739         * docs/plugins/inspect/plugin-pulseaudio.xml:
3740         * docs/plugins/inspect/plugin-quicktime.xml:
3741         * docs/plugins/inspect/plugin-rtp.xml:
3742         * docs/plugins/inspect/plugin-rtsp.xml:
3743         * docs/plugins/inspect/plugin-smpte.xml:
3744         * docs/plugins/inspect/plugin-soup.xml:
3745         * docs/plugins/inspect/plugin-spectrum.xml:
3746         * docs/plugins/inspect/plugin-speex.xml:
3747         * docs/plugins/inspect/plugin-taglib.xml:
3748         * docs/plugins/inspect/plugin-udp.xml:
3749         * docs/plugins/inspect/plugin-video4linux2.xml:
3750         * docs/plugins/inspect/plugin-videobalance.xml:
3751         * docs/plugins/inspect/plugin-videobox.xml:
3752         * docs/plugins/inspect/plugin-videocrop.xml:
3753         * docs/plugins/inspect/plugin-videoflip.xml:
3754         * docs/plugins/inspect/plugin-videomixer.xml:
3755         * docs/plugins/inspect/plugin-wavenc.xml:
3756         * docs/plugins/inspect/plugin-wavpack.xml:
3757         * docs/plugins/inspect/plugin-wavparse.xml:
3758         * docs/plugins/inspect/plugin-ximagesrc.xml:
3759         * ext/pulse/plugin.c:
3760         * ext/pulse/pulsemixer.c:
3761         * ext/pulse/pulsesink.c:
3762         * ext/pulse/pulsesrc.c:
3763         Add documentation to the pulseaudio plugin and run make update
3764         in docs/plugins.
3765
3766 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3767
3768         Patch by: Brian Cameron <brian.cameron at sun dot com>
3769
3770         * sys/sunaudio/gstsunaudiomixerctrl.c:
3771         (gst_sunaudiomixer_ctrl_get_volume),
3772         (gst_sunaudiomixer_ctrl_set_volume):
3773         Improvements for the SunAudio mixer by handling mute as no gain
3774         for tracks that have a gain property but no mute property.
3775         Fixes bug #536067.
3776
3777 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3778
3779         * configure.ac:
3780         * ext/pulse/Makefile.am:
3781         * ext/pulse/plugin.c: (plugin_init):
3782         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3783         (gst_pulsemixer_implements_interface_init),
3784         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3785         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3786         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3787         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3788         * ext/pulse/pulsemixer.h:
3789         * ext/pulse/pulsemixerctrl.c:
3790         (gst_pulsemixer_ctrl_context_state_cb),
3791         (gst_pulsemixer_ctrl_sink_info_cb),
3792         (gst_pulsemixer_ctrl_source_info_cb),
3793         (gst_pulsemixer_ctrl_subscribe_cb),
3794         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3795         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3796         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3797         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3798         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3799         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3800         * ext/pulse/pulsemixerctrl.h:
3801         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3802         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3803         * ext/pulse/pulsemixertrack.h:
3804         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3805         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3806         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3807         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3808         (gst_pulseprobe_new), (gst_pulseprobe_free),
3809         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3810         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3811         (gst_pulseprobe_set_server):
3812         * ext/pulse/pulseprobe.h:
3813         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3814         (gst_pulsesink_class_init), (gst_pulsesink_init),
3815         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3816         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3817         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3818         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3819         (gst_pulsesink_stream_request_cb),
3820         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3821         (gst_pulsesink_close), (gst_pulsesink_prepare),
3822         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3823         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3824         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3825         (gst_pulsesink_event), (gst_pulsesink_get_type):
3826         * ext/pulse/pulsesink.h:
3827         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3828         (gst_pulsesrc_implements_interface_init),
3829         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3830         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3831         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3832         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3833         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3834         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3835         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3836         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3837         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3838         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3839         (gst_pulsesrc_get_type):
3840         * ext/pulse/pulsesrc.h:
3841         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3842         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3843         * ext/pulse/pulseutil.h:
3844         Add pulseaudio GStreamer element from gst-pulse. Development will
3845         continue here instead of pulseaudio SVN. Fixes bug #400679.
3846         Only changes over gst-pulse SVN are added copyright to the top of
3847         files and coding style changes.
3848
3849 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3850
3851         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3852
3853         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3854           (gst_cdio_add_cdtext_album_tags):
3855         * ext/cdio/gstcdio.h:
3856         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3857           Also extract album title and album genre from CD-TEXT if
3858           available (#537021).
3859
3860 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3861
3862         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3863
3864         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3865         Improve negotiation a bit more by picking the smallest possible
3866         resolution that is larger than the resolution specified in the
3867         first caps entry of the peer caps. Fixes bug #536994.
3868
3869 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3870
3871         Patch by: Bastien Nocera <hadess at hadess dot net>
3872
3873         * sys/v4l2/gstv4l2vidorient.c:
3874         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3875         Fix compilation with newer GIT kernels that deprecated
3876         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3877
3878 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3879
3880         * configure.ac:
3881         * ext/cdio/gstcdio.c:
3882         * ext/cdio/gstcdio.h:
3883         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3884           Require libcdio >= 0.76.
3885
3886 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3887
3888         * gst/avi/gstavidemux.c:
3889         Catch UNEXPECTED when downstream has reached end of
3890         segment in reverse mode.
3891
3892 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3893
3894         * gst/avi/gstavidemux.c:
3895         Fix typo in comment
3896
3897 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3898
3899         * gst/avi/gstavidemux.c:
3900         Because we don't know the frame order we need to push till
3901         the next keyframe
3902
3903 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3904
3905         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3906
3907         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3908         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3909         Provide a custom negotiation function to make sure to pick the highest
3910         possible framerate and resolution. Fixes bug #536646.
3911
3912 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3913
3914         * gst/avi/gstavidemux.c:
3915         Set EOS when going out of the segment in reverse playback
3916
3917 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3918
3919         * ext/taglib/Makefile.am::
3920           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3921           taglib headers (with gcc 4.3.1).
3922
3923 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3924
3925         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3926         Use the new gst_rtsp_connection_get_ip() to access the IP address
3927         of a GstRTSPConnection since it is a private member.
3928
3929 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3930
3931         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3932         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3933           Use new utility functions in libgsttag to process coverart (#512333).
3934
3935 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3936
3937         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3938         We actually support left/side, right/side and mid/side files. The
3939         conversion to normal, interleaved stereo is done by libflac.
3940
3941 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3942
3943         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3944         (gst_ebml_write_set_cache):
3945         Unref the write cache in finalize if it was set and add add "FIXME"
3946         to a comment that needs it.
3947
3948 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3949
3950         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3951
3952         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3953         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3954         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3955         (gst_avi_demux_process_next_entry):
3956         * gst/avi/gstavidemux.h:
3957         Implement reverse playback. Fixes #535300.
3958         Small cleanups.
3959
3960 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3961
3962         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3963         (gst_videomixer_query_latency):
3964         When using gst_element_iterate_pads() one has to unref every pad
3965         after usage.
3966
3967 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3968
3969         Patch by: Bastien Nocera <hadess at hadess dot net>
3970         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3971         (qtdemux_parse_udta):
3972         * gst/qtdemux/qtdemux_fourcc.h:
3973         Improve meta-data handling, add 'comment', 'description' and
3974         'copyright' tag handling.
3975         Fixes #535935
3976
3977 2008-05-31  Julien Moutte  <julien@fluendo.com>
3978
3979         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3980         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3981         (gst_qtdemux_seek_to_previous_keyframe),
3982         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3983         we don't clip the segment's stop using the main segment duration as
3984         that could crop quite some video frames. Make reverse playback support
3985         more robust and support edit lists. Support seeking to the last frame,
3986         and fix reverse looping playback. Add some debugging.
3987         * win32/common/config.h: Updated.
3988
3989 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3990
3991         * gst/equalizer/gstiirequalizer.c:
3992         (gst_iir_equalizer_transform_ip):
3993         Don't clip float/double samples, correctly unset passthrough mode
3994         and use better rounding for integer samples.
3995
3996 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3997
3998         * gst/equalizer/gstiirequalizer.c:
3999         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4000         (setup_filter), (set_passthrough), (update_coefficients),
4001         (gst_iir_equalizer_compute_frequencies),
4002         (gst_iir_equalizer_transform_ip):
4003         * gst/equalizer/gstiirequalizer.h:
4004         Update the filter coefficients only when needed in the transform_ip
4005         function and correctly set the element into passthrough mode if the
4006         gain of all bands is 0.
4007
4008 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4009
4010         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4011
4012         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4013         (gst_alpha_set_property), (gst_alpha_get_property),
4014         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4015         Try to skip pixels or areas that are too dark or too bright for us to do
4016         meaningfull color detection.
4017         Added properties to control the sensitivity to light and darkness.
4018         Added some small cleanups. Fixes #512345.
4019
4020 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4021
4022         * docs/plugins/.cvsignore:
4023         * tests/check/elements/.cvsignore:
4024         Ignore some more generated things
4025
4026         * tests/check/Makefile.am:
4027         Ignore OSS elements in the state changes test too.
4028
4029 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4030
4031         * docs/plugins/Makefile.am:
4032         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4033         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4034         Add SMPTE effect elements to docs.
4035
4036 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4037
4038         * docs/plugins/Makefile.am:
4039         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4040         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4041         * ext/raw1394/gstdv1394src.c:
4042           Document whats first shown on the fdo plugin docs page :)
4043
4044 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4045
4046         * docs/plugins/Makefile.am:
4047         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4048         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4049         * docs/plugins/gst-plugins-good-plugins.args:
4050         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4051         * docs/plugins/inspect/plugin-audiofx.xml:
4052         * gst/audiofx/Makefile.am:
4053         * gst/audiofx/audiofx.c:
4054         * gst/audiofx/audiokaraoke.c:
4055         * gst/audiofx/audiokaraoke.h:
4056         * gst/audiofx/audiovoice.c:
4057         * gst/audiofx/audiovoice.h:
4058           Rename audiovoice to audiokaraoke and add it to the docs.
4059
4060 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4061
4062         * REQUIREMENTS:
4063         * docs/plugins/Makefile.am:
4064         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4066         * docs/plugins/gst-plugins-good-plugins.args:
4067         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4068         * docs/plugins/gst-plugins-good-plugins.interfaces:
4069         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4070         * docs/plugins/inspect/plugin-aasink.xml:
4071         * docs/plugins/inspect/plugin-alaw.xml:
4072         * docs/plugins/inspect/plugin-alpha.xml:
4073         * docs/plugins/inspect/plugin-alphacolor.xml:
4074         * docs/plugins/inspect/plugin-annodex.xml:
4075         * docs/plugins/inspect/plugin-apetag.xml:
4076         * docs/plugins/inspect/plugin-audiofx.xml:
4077         * docs/plugins/inspect/plugin-auparse.xml:
4078         * docs/plugins/inspect/plugin-autodetect.xml:
4079         * docs/plugins/inspect/plugin-avi.xml:
4080         * docs/plugins/inspect/plugin-cacasink.xml:
4081         * docs/plugins/inspect/plugin-cairo.xml:
4082         * docs/plugins/inspect/plugin-cdio.xml:
4083         * docs/plugins/inspect/plugin-cutter.xml:
4084         * docs/plugins/inspect/plugin-debug.xml:
4085         * docs/plugins/inspect/plugin-dv.xml:
4086         * docs/plugins/inspect/plugin-efence.xml:
4087         * docs/plugins/inspect/plugin-effectv.xml:
4088         * docs/plugins/inspect/plugin-equalizer.xml:
4089         * docs/plugins/inspect/plugin-esdsink.xml:
4090         * docs/plugins/inspect/plugin-flac.xml:
4091         * docs/plugins/inspect/plugin-flxdec.xml:
4092         * docs/plugins/inspect/plugin-gamma.xml:
4093         * docs/plugins/inspect/plugin-gconfelements.xml:
4094         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4095         * docs/plugins/inspect/plugin-goom.xml:
4096         * docs/plugins/inspect/plugin-goom2k1.xml:
4097         * docs/plugins/inspect/plugin-halelements.xml:
4098         * docs/plugins/inspect/plugin-icydemux.xml:
4099         * docs/plugins/inspect/plugin-id3demux.xml:
4100         * docs/plugins/inspect/plugin-jpeg.xml:
4101         * docs/plugins/inspect/plugin-level.xml:
4102         * docs/plugins/inspect/plugin-matroska.xml:
4103         * docs/plugins/inspect/plugin-monoscope.xml:
4104         * docs/plugins/inspect/plugin-mulaw.xml:
4105         * docs/plugins/inspect/plugin-multifile.xml:
4106         * docs/plugins/inspect/plugin-multipart.xml:
4107         * docs/plugins/inspect/plugin-navigationtest.xml:
4108         * docs/plugins/inspect/plugin-ossaudio.xml:
4109         * docs/plugins/inspect/plugin-png.xml:
4110         * docs/plugins/inspect/plugin-quicktime.xml:
4111         * docs/plugins/inspect/plugin-rtp.xml:
4112         * docs/plugins/inspect/plugin-rtsp.xml:
4113         * docs/plugins/inspect/plugin-smpte.xml:
4114         * docs/plugins/inspect/plugin-soup.xml:
4115         * docs/plugins/inspect/plugin-spectrum.xml:
4116         * docs/plugins/inspect/plugin-speex.xml:
4117         * docs/plugins/inspect/plugin-taglib.xml:
4118         * docs/plugins/inspect/plugin-udp.xml:
4119         * docs/plugins/inspect/plugin-video4linux2.xml:
4120         * docs/plugins/inspect/plugin-videobalance.xml:
4121         * docs/plugins/inspect/plugin-videobox.xml:
4122         * docs/plugins/inspect/plugin-videocrop.xml:
4123         * docs/plugins/inspect/plugin-videoflip.xml:
4124         * docs/plugins/inspect/plugin-videomixer.xml:
4125         * docs/plugins/inspect/plugin-wavenc.xml:
4126         * docs/plugins/inspect/plugin-wavpack.xml:
4127         * docs/plugins/inspect/plugin-wavparse.xml:
4128         * docs/plugins/inspect/plugin-ximagesrc.xml:
4129         * ext/aalib/gstaasink.c:
4130         * ext/libcaca/gstcacasink.c:
4131           Document aasink and cacasink.
4132
4133 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4134
4135         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4136         (gst_videomixer_init), (gst_videomixer_query_duration),
4137         (gst_videomixer_query_latency), (gst_videomixer_query),
4138         (gst_videomixer_blend_buffers):
4139         * gst/videomixer/videomixer.h:
4140         Implement position (in time), duration and latency queries.
4141
4142 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4143
4144         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4145         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4146         (gst_videomixer_fill_queues), (forward_event_func),
4147         (forward_event), (gst_videomixer_src_event),
4148         (gst_videomixer_sink_event):
4149         * gst/videomixer/videomixer.h:
4150         Implement proper seek/newsegment handling.
4151         Based on adder's implementation.
4152         Fixes #535121
4153
4154 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4155
4156         Patch by: Jan Gerber <j at oil21 dot org>
4157
4158         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4159         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4160
4161 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4162
4163         * gst/audiofx/Makefile.am:
4164         * gst/audiofx/audiofx.c: (plugin_init):
4165         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4166         (gst_audio_voice_class_init), (gst_audio_voice_init),
4167         (update_filter), (gst_audio_voice_set_property),
4168         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4169         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4170         (gst_audio_voice_transform_ip):
4171         * gst/audiofx/audiovoice.h:
4172         Add simple voice removal element. Yay karaoke.
4173
4174 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4175
4176         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4177
4178         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4179         Fix potential caps leak.
4180         If we can't get the framerate with an ioctl, try to get it with the
4181         current norm. Fixes #520092.
4182
4183 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4184
4185         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4186
4187         * sys/v4l2/v4l2src_calls.c:
4188         (gst_v4l2src_probe_caps_for_format_and_size):
4189         If we fail to get the frame intervals, simply don't touch the framerates
4190         on the template caps instead of discarding the format. See #520092.
4191
4192 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4193
4194         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4195
4196         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4197         (gst_v4l2_get_caps_info):
4198         Add NV12, NV21 and bayer support. See #520092.
4199
4200 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4201
4202         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4203         (gst_qtdemux_activate_segment):
4204         Unbreak segment activation again. Fixes #531672.
4205
4206 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4207
4208         * ext/flac/Makefile.am:
4209         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4210         Set the channel layout when decoding FLAC files with more than 2
4211         channels as defined by the FLAC spec. Fixes bug #534570.
4212
4213         Also don't try to decode left/side, right/side and mid/side files
4214         as we don't support this at all.
4215
4216 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4217
4218         * configure.ac:
4219           We need -base CVS (rtsp).
4220
4221 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4222
4223         * gst/udp/Makefile.am:
4224           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4225           when including netdb.h when building against glibc >= 2.8.
4226
4227 2008-05-22  Julien Moutte  <julien@fluendo.com>
4228
4229         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4230         debug statement arguments.
4231         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4232         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4233         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4234         on more platforms.
4235
4236 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4237
4238         * tests/check/elements/avimux.c: (setup_src_pad),
4239         (teardown_src_pad):
4240         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4241         (GST_START_TEST):
4242         * tests/check/elements/matroskamux.c: (setup_src_pad),
4243         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4244         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4245         (GST_START_TEST):
4246         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4247         (setup_wavpackparse), (cleanup_wavpackparse):
4248         Don't use gst_element_get_pad(), it's a bad, bad method.
4249
4250 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4251
4252         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4253         (do_toggle_element):
4254         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4255         (do_toggle_element):
4256         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4257         (do_toggle_element):
4258         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4259         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4260         (do_toggle_element):
4261         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4262         (do_toggle_element):
4263         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4264         (gst_auto_audio_sink_detect):
4265         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4266         (gst_auto_video_sink_detect):
4267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4268         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4269         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4270         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4271         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4272         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4273         * tests/icles/videocrop-test.c: (test_with_caps),
4274         (video_crop_get_test_caps):
4275         Don't use gst_element_get_pad(), it's a bad method.
4276
4277 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4278
4279         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4280         (gst_multiudpsink_add_internal):
4281         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4282         (gst_udp_join_group):
4283         * gst/udp/gstudpnetutils.h:
4284         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4285         Joining a multicast group and setting the loop/ttl properties are
4286         totally unrelated tasks are must be separated.
4287
4288 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4289
4290         * gst/avi/gstavimux.c:
4291           Also support alaw/mulaw.
4292
4293 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4294
4295         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4296         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4297         * gst/udp/gstmultiudpsink.h:
4298         Add a fixme for the auto-multicast property.
4299         Fix some confusing debug messages.
4300         Disable setting a qos value by default.
4301
4302 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4303
4304         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4305
4306         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4307         Ignore EPERM errors from sendto. Fixes #533619.
4308
4309 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4310
4311         Patch by: Henrik Eriksson <henriken at axis dot com>
4312
4313         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4314         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4315         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4316         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4317         * gst/udp/gstmultiudpsink.h:
4318         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4319
4320 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4321
4322         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4323         Improve debugging of the ident.
4324
4325 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4326
4327         Patch by: Bruno Santos <brunof at ua dot pt>
4328
4329         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4330         (gst_udp_join_group), (gst_udp_leave_group),
4331         (gst_udp_is_multicast):
4332         * gst/udp/gstudpnetutils.h:
4333         Provide a bunch of helper methods to deal with IPv4 and IPv6
4334         transparently.
4335
4336         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4337         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4338         (gst_multiudpsink_get_property), (join_multicast),
4339         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4340         (gst_multiudpsink_remove):
4341         * gst/udp/gstmultiudpsink.h:
4342         Add multicast TTL and loopback properties.
4343         Use the helper methods to implement ip4 and ip6.
4344
4345         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4346         * gst/udp/gstudpsrc.h:
4347         Use the helper methods to implement ip4 and ip6.
4348         Fixes #515962.
4349
4350 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4351
4352         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4353
4354         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4355         (gst_multipart_demux_get_gstname),
4356         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4357         * gst/multipart/multipartdemux.h:
4358         Don't blindly copy the mime-type as the caps name because they not
4359         always map directly. Instead use a hashtable with common mappings.
4360         Fixes #533287.
4361
4362 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4363
4364         * ext/esd/esdsink.c: (gst_esdsink_write):
4365         When we post an error, we must return -1 to let the parent know that we
4366         cannot write the segment else it will loop and continue to call us again
4367         forever. Patch by Michael Meeks.
4368
4369 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4370
4371         * gst/videomixer/videomixer.c:
4372           Add missing incudes.
4373
4374 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4375
4376         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4377         (gst_rtp_h264_pay_handle_buffer):
4378         * gst/rtp/gstrtph264pay.h:
4379         Correct a typo (sinle -> single).
4380
4381 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4382
4383         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4384         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4385         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4386         (gst_rtp_h264_depay_process):
4387         * gst/rtp/gstrtph264depay.h:
4388         Add experimental support for outputting quicktime-like AVC output in
4389         addition to the existing bytestream output.
4390
4391         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4392         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4393         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4394         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4395         (gst_rtp_h264_pay_get_property):
4396         * gst/rtp/gstrtph264pay.h:
4397         Make the parsing mode configurable, for some inputs we don't need to
4398         scan every byte for start codes.
4399         Only set the marker bit on ACCESS units.
4400
4401 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4402
4403         * gst/equalizer/gstiirequalizer.c:
4404         Use a bigger type in integer mode for the intermediate results to
4405         prevent overflows. This fixes the crippled sound when using the
4406         equalizer in integer mode. Fixes bug #510865.
4407
4408 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4409
4410         * gst/videomixer/videomixer.c:
4411         * gst/videomixer/videomixer.h:
4412         Instead of a random number for the request pad id's,
4413         use a counter.
4414
4415         Register the videomixerpad class from the element's class_init
4416         where it's safer, and allows the docs generator to scan it.
4417
4418 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4419
4420         * gst/smpte/Makefile.am:
4421         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4422         * gst/smpte/gstsmpte.h:
4423         * gst/smpte/gstsmptealpha.c:
4424         (gst_smpte_alpha_transition_type_get_type),
4425         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4426         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4427         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4428         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4429         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4430         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4431         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4432         * gst/smpte/gstsmptealpha.h:
4433         * gst/smpte/plugin.c: (plugin_init):
4434         Add new plugin that adds the SMPTE transition in the alpha channel of
4435         I420 and AYUV frames so that they can be blended with videomixer later
4436         on. Uses all niceties such as using base transform for efficient alloc
4437         and negotiation. It currently requires GstController to control the
4438         position in the transition effect.
4439
4440 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4441
4442         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4443         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4444         * docs/plugins/gst-plugins-good-plugins.args:
4445         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4446         * docs/plugins/gst-plugins-good-plugins.interfaces:
4447         * docs/plugins/gst-plugins-good-plugins.types:
4448         * gst/videomixer/videomixer.c:
4449           Try using thaytans new mechanism to get extra classes into plugin
4450           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4451           missing still.
4452
4453 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4454
4455         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4456         Set proper rate in avi stream header for PCM audio, and also do some
4457         more sanity checks on caps in this case.  Fixes #511489.
4458
4459 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4460
4461         * sys/v4l2/gstv4l2src.c:
4462         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4463         isn't implemented at all yet and this requires X headers to be
4464         installed. Fixes bug #533264.
4465
4466 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4467
4468         reviewed by: <delete if not using a buddy>
4469
4470         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4471         (gst_ebml_write_set_cache):
4472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4473         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4474         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4475         (gst_matroska_demux_read_track_encodings),
4476         (gst_matroska_demux_add_stream),
4477         (gst_matroska_demux_handle_src_query),
4478         (gst_matroska_demux_init_stream),
4479         (gst_matroska_demux_parse_index_cuetrack),
4480         (gst_matroska_demux_parse_index_pointentry),
4481         (gst_matroska_demux_parse_info),
4482         (gst_matroska_demux_parse_metadata_id_simple_tag),
4483         (gst_matroska_demux_parse_metadata),
4484         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4485         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4486         (gst_matroska_demux_parse_cluster),
4487         (gst_matroska_demux_parse_contents_seekentry),
4488         (gst_matroska_demux_loop_stream_parse_id),
4489         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4490         (gst_matroska_demux_audio_caps),
4491         (gst_matroska_demux_subtitle_caps):
4492         * gst/matroska/matroska-demux.h:
4493         * gst/matroska/matroska-ids.c:
4494         (gst_matroska_track_init_subtitle_context):
4495         * gst/matroska/matroska-ids.h:
4496         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4497         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4498         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4499         * sys/v4l2/gstv4l2src.c:
4500         * tests/check/pipelines/wavpack.c: (bus_handler):
4501         * win32/common/config.h:
4502
4503 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4504
4505         * ext/wavpack/gstwavpackstreamreader.c:
4506         * tests/examples/spectrum/demo-audiotest.c:
4507         * tests/examples/spectrum/demo-osssrc.c:
4508         Fix some compiler warnings.
4509
4510 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4511
4512         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4513         Small comment added.
4514
4515         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4516         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4517         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4518         Debug string cleanups (remove trailing \n)
4519         Refactor and clean up the payloader a bit and make sure that we only
4520         put one NAL unit in an RTP packet even if the input buffer contains
4521         multiple NAL units.
4522         Add suport for AVC format input.
4523
4524 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4525
4526         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4527         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4528         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4529         * gst/rtp/gstrtph264pay.h:
4530         Make it possible to specify profile-level-id and sprop-parameter-sets
4531         using properties in case they are not available in-stream.
4532
4533 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4534
4535         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4536         * docs/plugins/gst-plugins-good-plugins.args:
4537         * docs/plugins/inspect/plugin-ladspa.xml:
4538           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4539
4540 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4541
4542         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4543         Send an initial BYTE segment to inform downstream of later seeking,
4544         and to forego sync attempts.
4545
4546 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4547
4548         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4549         Fix wrong caps string.
4550
4551 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4552
4553         Based on patch by: Olivier Crete <tester at tester dot ca>
4554
4555         * gst/rtp/Makefile.am:
4556         * gst/rtp/gstrtp.c: (plugin_init):
4557         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4558         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4559         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4560         (gst_rtp_g729_depay_plugin_init):
4561         * gst/rtp/gstrtpg729depay.h:
4562         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4563         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4564         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4565         * gst/rtp/gstrtpg729pay.h:
4566         Added G729 pay and depayloaders. Fixes #532409.
4567
4568 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4569
4570         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4571         Fix the calculation of the duration of the concealment packets.
4572
4573 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4574
4575         Based on patch by: Olivier Crete <tester at tester dot ca>
4576
4577         * gst/rtp/Makefile.am:
4578         * gst/rtp/gstrtp.c: (plugin_init):
4579         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4580         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4581         (parse_encode), (gst_rtp_dv_depay_setcaps),
4582         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4583         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4584         (gst_rtp_dv_depay_plugin_init):
4585         * gst/rtp/gstrtpdvdepay.h:
4586         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4587         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4588         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4589         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4590         (gst_dv_pay_negotiate), (include_dif),
4591         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4592         * gst/rtp/gstrtpdvpay.h:
4593         Add DV pay and depayloaders. Fixes #532423.
4594
4595 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4596
4597         * gst/matroska/matroska-demux.c:
4598         (gst_matroska_demux_push_dvd_clut_change_event):
4599         Convert subtitle palette info in VobSub private data from VobSub's
4600         (buggy) RGB to YUV.
4601
4602 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4603
4604         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4605         Do not leave fourcc stream header field empty upon reset.
4606         Fixes #519301.
4607
4608 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4609
4610         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4611         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4612         * docs/plugins/inspect/plugin-goom.xml:
4613         * docs/plugins/inspect/plugin-goom2k1.xml:
4614         * gst/goom/gstgoom.c:
4615         * gst/goom2k1/gstgoom.c:
4616         Add goom2k1 into the docs.
4617
4618 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4619
4620         Based on patch by: Wouter Cloetens  <wouter at mind be>
4621
4622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4623         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4624         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4625         (gst_rtsp_decode_quoted_string),
4626         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4627         (gst_rtspsrc_setup_auth):
4628         Support Digest authentication. Fixes #532065.
4629
4630 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4631
4632         * gst/level/gstlevel.c:
4633           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4634           about whats needed for liboil acceleration. Simplify docs a bit.
4635
4636 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4637
4638         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4639
4640         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4641         Update the track duration if the old one was invalid.
4642         Fixes bug #532117.
4643
4644 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4645
4646         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4647           Use GST_STR_NULL when trying to print sps and pps strings that could
4648           be NULL, as this might crash on some platforms.
4649
4650 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4651
4652         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4653
4654         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4655           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4656           set after creating the clipper.
4657
4658 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4659
4660         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4661
4662         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4663           Added checking of surface lost case after an unsuccessful
4664           IDirectDrawSurface7_Lock() call.
4665           If surface is lost, return GST_FLOW_OK.
4666
4667 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4668
4669         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4670
4671         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4672           WndProc, gst_directdraw_sink_window_thread):
4673           Improved Windows message loop and fixed window destruction issue.
4674           When the window which DirectDraw is rendering to is destroyed, the
4675           render/show_frame function will return GST_FLOW_ERROR.
4676           Partially fixes #520885.
4677
4678 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4679
4680         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4681
4682         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4683           Fixed mid stream resolution change bug, the offscreen surface is now
4684           released when set_caps is called.
4685           Partially fixes #520885.
4686
4687 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4688
4689         * sys/directdraw/gstdirectdrawsink.c
4690           (gst_directdraw_sink_buffer_alloc):
4691           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4692           width/height.
4693
4694           Especially when looking through the pool of buffers, make sure that
4695           the width/height of caps is used instead of the already negotiated
4696           dimensions.
4697           For example if a buffer with different caps is requested, i.e.
4698           higher resolution, the caller would get a buffer with the old
4699           dimensions and thus corrupt the heap.
4700
4701 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4702
4703         * sys/directdraw/gstdirectdrawsink.c
4704           (gst_directdraw_sink_buffer_alloc):
4705           Clear the flags on recycled buffers from buffer_alloc.
4706           Partially fixes #520885.
4707
4708 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4709
4710         * gst/rtp/gstrtpilbcpay.c:
4711           Added missing stdlib.h include for strtol(), and made include ordering and
4712           style consistent with the corresponding depayloader.
4713
4714 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4715
4716         * configure.ac:
4717           Error out if we don't have the required core/base versions.
4718
4719 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4720
4721         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4722
4723         * sys/osxvideo/cocoawindow.m:
4724         Fix compiler warnings on PPC64. Fixes bug #499318.
4725
4726 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4727
4728         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4729
4730         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4731         Don't leak file descriptors on error. Fixes #531532.
4732
4733 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4734
4735         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4736         (gst_gconf_audio_src_change_state):
4737         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4738         (gst_gconf_video_sink_change_state):
4739         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4740         (gst_gconf_video_src_change_state):
4741         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4742         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4743         When we can't create a fakesink/fakesrc complain instead of unreffing
4744         NULL pointers and crashing later. See bug #530535.
4745
4746 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4747
4748         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4749         Add some more debug info and guard against small payloads.
4750
4751         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4752         Set duration on outgoing buffers because we can.
4753
4754 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4755
4756         Patch by: Olivier Crete <tester at tester dot ca>
4757
4758         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4759         (gst_speex_enc_init), (gst_speex_enc_chain):
4760         Add negotiation for the speex channels and rate. Fixes #465146.
4761
4762 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4763
4764         Patch by: Olivier Crete <tester at tester dot ca>
4765
4766         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4767         (gst_rtp_speex_pay_getcaps):
4768         Add negotiation for the speex channels and rate. See #465146.
4769
4770 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4771
4772         Patch by: Olivier Crete <tester at tester dot ca>
4773
4774         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4775         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4776         Add negotiation for the ILBC mode. See #465146.
4777
4778 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4779
4780         * ext/soup/gstsouphttpsrc.c:
4781           Include stdlib to fix the build. Use g_free instead of free, libsoup
4782           uses glib.
4783
4784 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4785
4786         Patch by: j^ <j@bootlab.org>
4787
4788         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4789         Add more mpeg2 variants. Fixes #530886.
4790
4791 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4792
4793         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4794
4795         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4796           Don't error out if we get an ICMP destination-unreachable
4797           message when trying to read packets on win32 (#529454).
4798
4799 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4800
4801         * configure.ac:
4802         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4803           Use new error code for encrypted streams (which requires core CVS).
4804
4805 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4806
4807         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4808           (gst_qtdemux_audiosrc_template):
4809           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4810
4811 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4812
4813         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4814         (speex_dec_chain_parse_data):
4815         Produce concealment data when time progresses in a segment update.
4816
4817 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4818
4819         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4820         (speex_dec_chain):
4821         Try to preserve input timestamps when we can.
4822         Do beginnings of error concealment.
4823
4824 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4825
4826         * gst/debug/gstnavigationtest.c:
4827           MSVC doesn't provide rint(), define an adequate replacement locally as
4828           elsewhere.
4829
4830 2008-04-28  Julien Moutte  <julien@fluendo.com>
4831
4832         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4833         format to pacify Mac OSX's gcc.
4834
4835 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4836
4837         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4838           (DEFAULT_MAX), (src_template), (sink_template),
4839           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4840           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4841           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4842           Bring rndbuffersize element into a state that doesn't require us
4843           to move it to -bad immediately. For one, fix up default min/max
4844           values so that the element actuall works using the default values.
4845           Also, don't ignore flow return values and do some kind of minimal
4846           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4847           other gratuitious clean-ups.
4848
4849 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4850
4851         * docs/plugins/Makefile.am:
4852         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4853         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4854         * docs/plugins/gst-plugins-good-plugins.args:
4855         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4856         * docs/plugins/gst-plugins-good-plugins.interfaces:
4857         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4858         * docs/plugins/inspect/plugin-1394.xml:
4859         * docs/plugins/inspect/plugin-aasink.xml:
4860         * docs/plugins/inspect/plugin-alaw.xml:
4861         * docs/plugins/inspect/plugin-alpha.xml:
4862         * docs/plugins/inspect/plugin-alphacolor.xml:
4863         * docs/plugins/inspect/plugin-annodex.xml:
4864         * docs/plugins/inspect/plugin-apetag.xml:
4865         * docs/plugins/inspect/plugin-audiofx.xml:
4866         * docs/plugins/inspect/plugin-auparse.xml:
4867         * docs/plugins/inspect/plugin-autodetect.xml:
4868         * docs/plugins/inspect/plugin-avi.xml:
4869         * docs/plugins/inspect/plugin-cacasink.xml:
4870         * docs/plugins/inspect/plugin-cairo.xml:
4871         * docs/plugins/inspect/plugin-cdio.xml:
4872         * docs/plugins/inspect/plugin-cutter.xml:
4873         * docs/plugins/inspect/plugin-debug.xml:
4874         * docs/plugins/inspect/plugin-dv.xml:
4875         * docs/plugins/inspect/plugin-efence.xml:
4876         * docs/plugins/inspect/plugin-effectv.xml:
4877         * docs/plugins/inspect/plugin-equalizer.xml:
4878         * docs/plugins/inspect/plugin-esdsink.xml:
4879         * docs/plugins/inspect/plugin-flac.xml:
4880         * docs/plugins/inspect/plugin-flxdec.xml:
4881         * docs/plugins/inspect/plugin-gamma.xml:
4882         * docs/plugins/inspect/plugin-gconfelements.xml:
4883         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4884         * docs/plugins/inspect/plugin-goom.xml:
4885         * docs/plugins/inspect/plugin-halelements.xml:
4886         * docs/plugins/inspect/plugin-icydemux.xml:
4887         * docs/plugins/inspect/plugin-id3demux.xml:
4888         * docs/plugins/inspect/plugin-jpeg.xml:
4889         * docs/plugins/inspect/plugin-level.xml:
4890         * docs/plugins/inspect/plugin-matroska.xml:
4891         * docs/plugins/inspect/plugin-monoscope.xml:
4892         * docs/plugins/inspect/plugin-mulaw.xml:
4893         * docs/plugins/inspect/plugin-multifile.xml:
4894         * docs/plugins/inspect/plugin-multipart.xml:
4895         * docs/plugins/inspect/plugin-navigationtest.xml:
4896         * docs/plugins/inspect/plugin-ossaudio.xml:
4897         * docs/plugins/inspect/plugin-png.xml:
4898         * docs/plugins/inspect/plugin-quicktime.xml:
4899         * docs/plugins/inspect/plugin-rtp.xml:
4900         * docs/plugins/inspect/plugin-rtsp.xml:
4901         * docs/plugins/inspect/plugin-shout2send.xml:
4902         * docs/plugins/inspect/plugin-smpte.xml:
4903         * docs/plugins/inspect/plugin-spectrum.xml:
4904         * docs/plugins/inspect/plugin-speex.xml:
4905         * docs/plugins/inspect/plugin-taglib.xml:
4906         * docs/plugins/inspect/plugin-udp.xml:
4907         * docs/plugins/inspect/plugin-video4linux2.xml:
4908         * docs/plugins/inspect/plugin-videobalance.xml:
4909         * docs/plugins/inspect/plugin-videobox.xml:
4910         * docs/plugins/inspect/plugin-videocrop.xml:
4911         * docs/plugins/inspect/plugin-videoflip.xml:
4912         * docs/plugins/inspect/plugin-videomixer.xml:
4913         * docs/plugins/inspect/plugin-wavenc.xml:
4914         * docs/plugins/inspect/plugin-wavpack.xml:
4915         * docs/plugins/inspect/plugin-wavparse.xml:
4916         * docs/plugins/inspect/plugin-ximagesrc.xml:
4917           Add docs for gdkpixbufsink; update docs to CVS version.
4918
4919 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4920
4921         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4922         Remove test sync-offset by default.
4923
4924 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4925
4926         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4927         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4928         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4929           Use GLib versions of htonl, htons, ntohl and ntohs in order
4930           to avoid problems on win32 (#529707).
4931
4932 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4933
4934         Patch by: Jesús Corrius <jesus at softcatala org>
4935
4936         * gst/goom/filters.c: (zoomVector):
4937         * gst/goom/goom_core.c: (init_buffers):
4938           Fix build with mingw32: use rand() instead of random() and
4939           replace bzero() with memset(). Fixes #529692.
4940
4941 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4942
4943         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4944         Fix typo in comments.
4945
4946         * tests/examples/rtp/client-H263p-PCMA.sdp:
4947         * tests/examples/rtp/client-H263p-PCMA.sh:
4948         * tests/examples/rtp/client-H264-PCMA.sdp:
4949         * tests/examples/rtp/client-H264-PCMA.sh:
4950         * tests/examples/rtp/client-H264.sdp:
4951         * tests/examples/rtp/client-H264.sh:
4952         * tests/examples/rtp/client-PCMA.sdp:
4953         * tests/examples/rtp/client-PCMA.sh:
4954         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4955         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4956         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4957         Add some more docs and fix examples.
4958
4959 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4960
4961         * tests/check/elements/multifile.c:
4962         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4963         declared in the former, some have it declared in the latter.
4964
4965 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4966
4967         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4968         * gst/debug/tests.c: (md5_get_value):
4969         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4970         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4971         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4972         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4973         Stop using deprecated GLib functions.
4974
4975 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4976
4977         * configure.ac:
4978         Back to development -> 0.10.8.1
4979
4980 === release 0.10.8 ===
4981
4982 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4983
4984         * configure.ac:
4985           releasing 0.10.8, "One For The Money"
4986
4987 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4988
4989         * configure.ac:
4990         0.10.7.4 pre-release
4991
4992 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4993
4994         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4995         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4996         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4997         * gst/goom/flying_stars_fx.c: (fs_free):
4998         * gst/goom/goom_config_param.h:
4999         * gst/goom/goom_core.c: (goom_init), (goom_close):
5000         * gst/goom/goom_plugin_info.h:
5001         * gst/goom/gstgoom.c: (gst_goom_finalize):
5002         * gst/goom/lines.c: (goom_lines_free):
5003         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5004         * gst/goom/surf3d.c: (grid3d_free):
5005         * gst/goom/surf3d.h:
5006         * gst/goom/tentacle3d.c: (tentacle_free):
5007         Free a bunch of stuff, and initialise things to fix leaks
5008         and valgrind warnings in the testsuite.
5009
5010         Fixes: #529268
5011
5012 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5013
5014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5015         (gst_rtspsrc_configure_caps):
5016         Ref caps as the return value for the request_pt_map signal.
5017         Remove some caps weirdness when configuring a stream. See #528245.
5018
5019 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5020
5021         * tests/icles/gdkpixbufsink-test.c:
5022           Add cast to placate gcc 4.1.2.
5023
5024 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5025
5026         * configure.ac:
5027         0.10.7.3 pre-release
5028
5029 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5030
5031         * tests/check/Makefile.am:
5032         Disable some more elements in the state test.
5033         Add a define so the soup test can find the test files
5034         it needs at runtime.
5035
5036         * tests/check/elements/souphttpsrc.c: (run_server):
5037
5038         Add a define so the soup test can find the test files
5039         it needs at runtime.
5040
5041 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5042
5043         * gst/goom/convolve_fx.c: (convolve_apply):
5044         Don't ever draw the GOOM logo.
5045         Fixes: #528615
5046
5047 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5048
5049         * ext/cdio/gstcdiocddasrc.c:
5050         * ext/dv/gstdvdemux.c: 
5051         gst_atomic_int_set ==> g_atomic_int_set
5052
5053 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5054
5055         * configure.ac:
5056         * gst/goom/Makefile.am:
5057         * gst/goom/convolve_fx.c:
5058         * gst/goom/default_scripts.h:
5059         * gst/goom/goom.h:
5060         * gst/goom/goom_core.c: (choose_a_goom_line):
5061         * gst/goom/goom_plugin_info.h:
5062         * gst/goom/goomsl.c:
5063         * gst/goom/goomsl.h:
5064         * gst/goom/goomsl_hash.c:
5065         * gst/goom/goomsl_hash.h:
5066         * gst/goom/goomsl_heap.c:
5067         * gst/goom/goomsl_heap.h:
5068         * gst/goom/goomsl_private.h:
5069         * gst/goom/plugin_info.c:
5070           Strip out the config/script parsing stuff, we don't need it.
5071           Fixes #527999.
5072
5073 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5074
5075         * gst/goom/plugin_info.c: (setOptimizedMethods):
5076           Disable altivec optimisations for 32-bit PPC as well to make
5077           things build properly on all PPC systems. Fixes #528143
5078
5079 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5080
5081         * gst-plugins-good.spec.in:
5082           Update for souphttpsrc plugin which has moved to -good.
5083
5084 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5085
5086         * gst/matroska/matroska-demux.c:
5087         (gst_matroska_demux_handle_seek_event):
5088         Fix open-ended seeks in matroskademux
5089         Patch by: Mark Nauwelaerts <manauw skynet be>
5090         Fixes: #526557
5091
5092 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5093
5094         * tests/check/Makefile.am:
5095         Add soup test certificates to the dist.
5096
5097 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5098
5099         * ext/Makefile.am:
5100         Remove LADSPA reference I missed.
5101
5102 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5103
5104         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5105         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5106         over gnome-vfs and everything else. Fixes bug #527848.
5107
5108 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5109
5110         * configure.ac:
5111         * ext/Makefile.am:
5112         Remove LADSPA plugin. Fixes: #515978
5113
5114 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5115
5116         * configure.ac:
5117         * docs/plugins/Makefile.am:
5118         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5119         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5120         * docs/plugins/gst-plugins-good-plugins.args:
5121         * docs/plugins/inspect/plugin-soup.xml:
5122         * ext/Makefile.am:
5123         * tests/check/Makefile.am:
5124         Move soup plugin from -bad (Fixes: #523124)
5125
5126 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5127
5128         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5129         Fix bounds checking of mode in Speex header, which may
5130         produce negative numbers in speex <= 1.1.12
5131
5132 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5133
5134         * gst/goom/Makefile.am:
5135         * gst/goom/gfontlib.c:
5136         * gst/goom/gfontlib.h:
5137         * gst/goom/gfontrle.c:
5138         * gst/goom/gfontrle.h:
5139         * gst/goom/goom.h:
5140         * gst/goom/goom_core.c: (goom_update):
5141         * gst/goom/goom_plugin_info.h:
5142         * gst/goom/gstgoom.c: (gst_goom_chain):
5143         * gst/goom/plugin_info.c:
5144           Remove a bunch of font/text related code that we don't need.
5145
5146 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5147
5148         * gst/goom/ppc_drawings.s:
5149         * gst/goom/ppc_zoom_ultimate.s:
5150           Change license of these files to LGPL, as permitted by the
5151           author, Guillaume Borios. See #515073.
5152
5153 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5154
5155         * gst/goom/convolve_fx.c:
5156         * gst/goom/motif_goom1.h:
5157         * gst/goom/motif_goom2.h:
5158           As hinted in Bug #518213, revert one change and fix warnings properly.
5159           This fixes both #518213 and #520073 for me.     
5160
5161 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5162
5163         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5164         * gst/matroska/matroska-demux.c:
5165         (gst_matroska_demux_handle_seek_event),
5166         (gst_matroska_demux_parse_contents_seekentry),
5167         (gst_matroska_demux_loop):
5168         Fix the Forte build by making function declaration signatures
5169         match the implementations.
5170
5171 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5172
5173         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5174         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5175         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5176           More logging when probing (see #518474), some comments in _reset().
5177
5178 2008-04-07  Julien Moutte  <julien@fluendo.com>
5179
5180         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5181         because of a bad argument number.
5182
5183 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5184
5185         * tests/icles/.cvsignore:
5186         * tests/icles/Makefile.am:
5187         * tests/icles/gdkpixbufsink-test.c:
5188           Interactive test app for gdkpixbufsink.
5189
5190 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5191
5192         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5193
5194         * configure.ac:
5195         Actually build dlls when cross-compiling with mingw32.
5196         Fixes bug #526247.
5197
5198 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5199
5200         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5201           Don't munge device string to 'default:x' for capture devices.
5202           Fixes #525833.
5203
5204 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5205
5206         * ext/wavpack/gstwavpackparse.c:
5207         (gst_wavpack_parse_index_entry_free):
5208         Always use GSlice as we actually depend on GLib 2.12 already.
5209
5210 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5211
5212         * configure.ac:
5213           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5214           Also bump the GLib requirement to the current de-facto requirement
5215           (ie. 2.12).
5216
5217 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5218
5219         * gst/rtp/gstrtph264pay.c: (encode_base64),
5220         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5221         * gst/rtp/gstrtph264pay.h:
5222         Parse codec_data for future AVC compatibility.
5223         Fail when we encounter AVC data for now.
5224
5225 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5226
5227         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5228           (gst_spectrum_init), (gst_spectrum_set_property),
5229           (gst_spectrum_get_property), (gst_spectrum_message_new):
5230           Rename property enums and default defines for the properties to match
5231           the property names and rephrase property descriptions to make them a
5232           bit clearer (hopefully). See #518188.
5233
5234 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5235
5236         * tests/check/Makefile.am:
5237         * tests/check/elements/.cvsignore:
5238         * tests/check/elements/gdkpixbufsink.c:
5239           Add unit test for gdkpixbufsink element.
5240
5241 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5242
5243         * ext/gdk_pixbuf/Makefile.am:
5244         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5245         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5246           (gst_gdk_pixbuf_sink_base_init),
5247           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5248           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5249           (gst_gdk_pixbuf_sink_set_caps),
5250           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5251           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5252           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5253           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5254           (gst_gdk_pixbuf_sink_get_property):
5255         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5256           Add gdkpixbufsink element for easy snapshotting (#525946).
5257
5258 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5259
5260         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5261         Bump timeout from 3 to 60 seconds.
5262
5263 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5264
5265         * tests/check/pipelines/.cvignore:
5266         Remove useless file.
5267
5268         * tests/check/pipelines/.cvsignore:
5269         Add new test to .cvsignore.
5270
5271 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5272
5273         * tests/check/Makefile.am:
5274         * tests/check/pipelines/wavpack.c: (bus_handler),
5275         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5276         (wavpack_suite), (main):
5277         Add unit test that encodes and decodes some data, checks that it
5278         is still the same and that all timestamps/offsets are perfect.
5279
5280 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5281
5282         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5283         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5284         * ext/wavpack/gstwavpackparse.c:
5285         (gst_wavpack_parse_index_entry_new),
5286         (gst_wavpack_parse_index_entry_free),
5287         (gst_wavpack_parse_base_init),
5288         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5289         Use GSlice for allocating index entries and use
5290         gst_element_class_set_details_simple().
5291
5292 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5293
5294         Patch by: Brian Cameron <brian.cameron at sun dot com>
5295
5296         * sys/sunaudio/gstsunaudio.c:
5297         * sys/sunaudio/gstsunaudiomixer.c:
5298         * sys/sunaudio/gstsunaudiomixer.h:
5299         * sys/sunaudio/gstsunaudiomixerctrl.c:
5300         * sys/sunaudio/gstsunaudiomixerctrl.h:
5301         * sys/sunaudio/gstsunaudiomixertrack.c:
5302         * sys/sunaudio/gstsunaudiomixertrack.h:
5303         * sys/sunaudio/gstsunaudiosink.c:
5304         * sys/sunaudio/gstsunaudiosink.h:
5305         * sys/sunaudio/gstsunaudiosrc.c:
5306         * sys/sunaudio/gstsunaudiosrc.h:
5307           Fix up copyrights (#525860).
5308
5309 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5310
5311         * gst/goom/goomsl.c: (gsl_read_file):
5312           Check return value of fread() to avoid compiler warnings.
5313
5314 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5315
5316         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5317
5318         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5319         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5320         * gst/law/alaw-decode.h:
5321         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5322         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5323         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5324         * gst/law/mulaw-decode.h:
5325         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5326         Make negotiation a bit modern.
5327         Use pad_alloc. Fixes #525359.
5328
5329 2008-03-31  David Schleef  <ds@schleef.org>
5330
5331         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5332           compiles consistently.  Fixes #522278.
5333
5334 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5335
5336         Patch by: Brian Cameron <brian.cameron at sun dot com>
5337
5338         * sys/sunaudio/gstsunaudiomixerctrl.c:
5339           (gst_sunaudiomixer_ctrl_get_volume),
5340           (gst_sunaudiomixer_ctrl_set_volume):
5341         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5342           Fix up the mixer tracks to use a volume range of 0-255, which is what
5343           the sun audio API uses. This simplifies the code and avoids rounding
5344           errors. Fixes #524593.
5345
5346 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5347
5348         * sys/v4l2/gstv4l2object.c:
5349         * sys/v4l2/gstv4l2object.h:
5350         Add device-fd property to make it possible to apps to call ioctl's.
5351
5352 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5353
5354         * gst/qtdemux/qtdemux.c: (next_entry_size):
5355         Unbreak streaming mode again.
5356
5357 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5358
5359         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5360           Remove superfluous DEBUG macro.
5361
5362 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5363
5364         Based on patch by: William M. Brack <wbrack at mmm com hk>
5365
5366         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5367           (gst_v4l2src_set_capture):
5368           Check whether the device supports setting the framerate before
5369           trying to set it and then posting a warning or error if it doesn't
5370           work (#516649, #520092). Also compare fractions more correctly.
5371
5372 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5373
5374         * gst/goom/Makefile.am:
5375           Remove ppc assembler optimisations from the build until they
5376           actually build (they also seem to have GPL headers).
5377
5378 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5379
5380         * m4/Makefile.am:
5381           Better not dist files that don't exist any longer (lrint*m4).
5382
5383 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5384
5385         * configure.ac:
5386         * m4/lrint.m4:
5387         * m4/lrintf.m4:
5388         Remove lrint/lrintf checks. We don't use it anywhere.
5389
5390 2008-03-18  Andy Wingo  <wingo@pobox.com>
5391
5392         * sys/osxvideo/osxvideosink.m
5393         (gst_osx_video_sink_osxwindow_destroy)
5394         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5395         task, whoopdee.
5396         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5397         2 ms.
5398
5399 2008-03-18  Andy Wingo  <wingo@pobox.com>
5400
5401         * sys/osxvideo/osxvideosink.m
5402         (gst_osx_video_sink_osxwindow_destroy)
5403         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5404         task, whoopdee.
5405         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5406         2 ms.
5407         
5408 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5409
5410         Patch by: William M. Brack <wbrack at mmm com hk>
5411
5412         * sys/v4l2/v4l2src_calls.c:
5413           (gst_v4l2src_probe_caps_for_format_and_size),
5414           (gst_v4l2src_probe_caps_for_format):
5415           Make sure the probed frame sizes are reversed in the resulting
5416           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5417           highest resolution first); also remove unused variable.
5418           (Partly fixes #520092)
5419
5420 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5421
5422         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5423
5424         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5425         (gst_rtspsrc_finalize):
5426         Call WSAStartup() and WSACleanup before using the Winsock API.
5427         See #520808.
5428
5429 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5430
5431         * gst/avi/gstavidemux.c:
5432           Erm, the buffer-size is just guint, no need for the special format
5433           specifier.
5434
5435 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5436
5437         * gst/goom/plugin_info.c:
5438         * gst/goom/ppc_zoom_ultimate.h:
5439           Small fixes to build more on PPC: ifdef out code that uses unknown
5440           define; add newline at end of header file to avoid compiler warning.
5441           Assembler code still doesn't build though.
5442
5443 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5444
5445         * gst/avi/gstavidemux.c:
5446           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5447           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5448
5449 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5450
5451         * gst/avi/gstavidemux.c:
5452           Chunksize is uint32. Fix format specifier.
5453
5454 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5455
5456         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5457         mistake. Return file to pure MIT text.
5458
5459 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5460
5461         * gst/audiofx/audiofx.c:
5462         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5463         of hardcoding values.
5464
5465 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5466
5467         Patch by: Mark Nauwelaerts <manauw skynet be>
5468
5469         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5470           (gst_oss_src_close):
5471         * sys/oss/gstosssrc.h:
5472           Cache probed caps, so _get_caps() during recording doesn't cause
5473           ioctl calls which may disrupt the recording (fixes #521875).
5474
5475 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5476
5477         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5478         (gst_qtdemux_activate_segment),
5479         (gst_qtdemux_prepare_current_sample),
5480         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5481         Make sure we always send a DISCONT after a seek by setting the sample
5482         index to an undefined value after a seek.
5483
5484 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5485
5486         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5487           (GST_IS_AVI_SUBTITLE_CLASS):
5488           Fix up IS_FOO macros, which makes gtk-doc much happier.
5489
5490 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5491
5492         * tests/icles/Makefile.am:
5493           Move the -lgstfoo where it belongs.
5494
5495 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5496
5497         * gst/matroska/ebml-ids.h:
5498         Add ID for EBML CRC32 elements.
5499
5500         * gst/matroska/Makefile.am:
5501         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5502         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5503         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5504         (gst_ebml_read_header):
5505         Support reading 80bit floats, add finalize method to clean up
5506         in any case, support reading length/id elements with any length
5507         as long as it's smaller than our supported maximum, don't leak
5508         buffers if reading as much data as we wanted failed and some
5509         smaller cleanup.
5510
5511 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5512
5513         Patch by: Olivier Crete <tester at tester dot ca>
5514
5515         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5516         Check that a buffer is large enough before reading from it.
5517         Fixes bug #521102.
5518         
5519 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5520
5521         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5522         Fix compilation after removing the GstPollMode from the
5523         constructor.
5524
5525 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5526
5527         * configure.ac:
5528         * gst/audiofx/Makefile.am:
5529         * gst/audiofx/audiochebband.c:
5530         * gst/audiofx/audiocheblimit.c:
5531         * gst/audiofx/math_compat.h:
5532         Check for sinh(), cosh() and asinh() and define our own
5533         implementations if they're not available. Fixes bug #520880.
5534
5535 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5536
5537         Patch by: Olivier Crete <tester at tester dot ca>
5538
5539         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5540         Unref the buffers only once when handling not-negotiated errors.
5541         Fixes bug #520764.
5542
5543 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5544
5545         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5546
5547         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5548         (gst_udpsrc_stop):
5549         Properly balance WSA_Cleanup with WSA_Startup.
5550         Also make the poll controllable on windows. Fixes #520888.
5551
5552 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5553
5554         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5555         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5556         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5557         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5558         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5559         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5560         (gst_ebml_read_date), (gst_ebml_read_master),
5561         (gst_ebml_read_binary), (gst_ebml_read_header):
5562         * gst/matroska/ebml-read.h:
5563         * gst/matroska/matroska-demux.c:
5564         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5565         (gst_matroska_demux_read_track_encodings),
5566         (gst_matroska_demux_add_stream),
5567         (gst_matroska_demux_handle_src_query),
5568         (gst_matroska_demux_handle_seek_event),
5569         (gst_matroska_demux_init_stream),
5570         (gst_matroska_demux_parse_tracks),
5571         (gst_matroska_demux_parse_index_cuetrack),
5572         (gst_matroska_demux_parse_index_pointentry),
5573         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5574         (gst_matroska_demux_parse_metadata_id_simple_tag),
5575         (gst_matroska_demux_parse_metadata_id_tag),
5576         (gst_matroska_demux_parse_metadata),
5577         (gst_matroska_demux_sync_streams),
5578         (gst_matroska_demux_push_hdr_buf),
5579         (gst_matroska_demux_push_flac_codec_priv_data),
5580         (gst_matroska_demux_push_xiph_codec_priv_data),
5581         (gst_matroska_demux_add_wvpk_header),
5582         (gst_matroska_demux_check_subtitle_buffer),
5583         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5584         (gst_matroska_demux_parse_cluster),
5585         (gst_matroska_demux_parse_contents_seekentry),
5586         (gst_matroska_demux_parse_contents),
5587         (gst_matroska_demux_loop_stream_parse_id),
5588         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5589         * gst/matroska/matroska-demux.h:
5590         * gst/matroska/matroska-ids.h:
5591         Handle return values from pull_range in a more granular way to properly
5592         shut down on seeks.
5593         Combine return values from push.
5594         Implement proper error handling.
5595         Prepare for handling seeking correctly.
5596
5597 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5598
5599         * gst/matroska/ebml-read.c:
5600         Use GINT64 formatting constants from GLIB.
5601
5602         * gst/matroska/matroska-demux.c:
5603         Add some guards to avoid a possible division by 0 and crashing
5604         with NULL events on some systems.
5605         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5606         conversion. 
5607
5608         * gst/matroska/matroska-mux.c:
5609         Check for invalid timestamps in a bunch of places to avoid
5610         writing bogus durations into the output file.
5611         Fix some double<->gint64 conversions that weren't using
5612         gst_guint64_to_gdouble
5613
5614 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5615
5616         * configure.ac:
5617         Move the checks for bison, flex and as to the program section and the
5618         check for gcc inline asm to the compiler characteristics section.
5619
5620 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5621
5622         * configure.ac:
5623         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5624         plug-ins are included/excluded. (#498222)
5625
5626 2008-02-29  Michael Smith <msmith@fluendo.com>
5627
5628         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5629           Don't call gst_object_sync_values() unless we have a valid timestamp.
5630
5631 2008-02-28  David Schleef  <ds@schleef.org>
5632
5633         * gst/matroska/matroska-demux.c:
5634         * gst/matroska/matroska-ids.h:
5635         * gst/matroska/matroska-mux.c:
5636           Fix Dirac mapping.  I had previously added a VfW-type
5637           mapping, but it looks like Dirac will get a native Matroska
5638           mapping, and this is the most likely method.
5639
5640 2008-02-28  David Schleef  <ds@schleef.org>
5641
5642         * gst/avi/gstavimux.c: Add Dirac encoding
5643
5644 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5645
5646         Patch by: Peter Kjellerstedt <pkj at axis com>
5647
5648         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5649         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5650         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5651         * gst/udp/gstudpsrc.h:
5652         Port to GstPoll. See #505417.
5653
5654 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5655
5656         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5657         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5658         yet on the srcpad. We need rate and channels before we
5659         can do any processing. Fixes bug #519088.
5660
5661 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5662
5663         * configure.ac:
5664         Detect and indicate if GCC inline assembly syntax is
5665         available.
5666
5667         * gst/goom/Makefile.am:
5668         * gst/goom/convolve_fx.c:
5669         * gst/goom/flying_stars_fx.c:
5670         * gst/goom/goom_config.h:
5671         * gst/goom/goom_core.c:
5672         * gst/goom/goomsl.c:
5673         * gst/goom/ifs.c:
5674         * gst/goom/mmx.c:
5675         * gst/goom/plugin_info.c:
5676         * gst/goom/xmmx.c:
5677         Fix various GCC-isms, and only build the inline assembly
5678         with compilers that support GCC inline assembly.
5679
5680         Fix a couple of other warnings shown with Forte.
5681
5682 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5683
5684         * gst/goom/xmmx.c:
5685           Use 'emms' instead of 'femms' to not crash on cpus that do not
5686           implement this 3dnow specific instruction.
5687
5688 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5689
5690         * gst/goom/plugin_info.c: (setOptimizedMethods):
5691         Use extended MMX for draw_line() too if available, not only
5692         normal MMX.
5693
5694 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5695
5696         * ext/jpeg/gstjpeg.c: (plugin_init):
5697         Remove (commented out) smoke typefinder. This is in base now.
5698
5699 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5700
5701         * gst/goom2k1/Makefile.am:
5702         * gst/goom2k1/gstgoom.c:
5703
5704         Rename the installed library, and don't register the same 
5705         GType name as the new goom.
5706
5707 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5708
5709         * configure.ac:
5710         * ext/taglib/Makefile.am:
5711           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5712           when building C++ code (#516509).
5713
5714 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5715
5716         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5717         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5718           (setOptimizedMethods):
5719           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5720           anything useful. Export goom debug category so we can get
5721           rid of the VERBOSE define and the printfs.
5722
5723 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5724
5725         * gst/goom/goomsl_heap.c: (align_it):
5726         * gst/goom/plugin_info.c: (setOptimizedMethods):
5727           Compile fixes for x86-64.
5728
5729 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5730
5731         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5732         with warnings, but add other CFLAGS
5733
5734         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5735         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5736         (calculate_labels), (gsl_read_file):
5737         * gst/goom/goomsl_lex.l:
5738         * gst/goom/goomsl_yacc.y:
5739         * gst/goom/plugin_info.c: Remove a few live printf, and
5740         fprintf, replace exit() calls with g_assert_not_reached()
5741         if it not optimal for a library
5742
5743 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5744
5745         * gst/goom/Makefile.am: Remove the warnings being disabled,
5746         fix linkage on x86, spotted by Sebastian Dröge
5747         <slomo@circular-chaos.org>
5748
5749         * gst/goom/convolve_fx.c (convolve_init),
5750         (create_output_with_brightness), (convolve_apply):
5751         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5752         * gst/goom/goomsl.c:
5753         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5754         * gst/goom/plugin_info.c:
5755         * gst/goom/tentacle3d.c (tentacle_fx_create):
5756         Fix warnings, and disable the motifs in the convolve_fx
5757         plugin (they were causing warnings, and they were just
5758         "Goom" in funny letterring)
5759
5760 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5761
5762         * configure.ac: Add checks for Flex/Yacc/Bison and other
5763         furry animals, for the new goom 2k4 based plugin
5764
5765         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5766         CPU optimisations (not working yet), move the old plugin to...
5767
5768         * gst/goom2k1/*: ... here, in case somebody is sick enough
5769
5770         Fixes #515073
5771
5772 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5773
5774         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5775         Post the server response code in an error message instead of a generic
5776         'error' message. Fixes #517237.
5777
5778 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5779
5780         * tests/check/Makefile.am:
5781         Ignore gconfaudiosrc for the states unit test too. It will fallback
5782         to alsasrc if the gconf settings can't be read and not everybody has
5783         alsa.
5784
5785 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5786
5787         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5788         (gst_wavpack_parse_create_src_pad):
5789         * ext/wavpack/gstwavpackparse.h:
5790         Always report the duration if we know it in push mode and don't
5791         return 0 just to make totem believe we can't seek in push mode.
5792         Newer totem version use the SEEKING query which properly reports
5793         if we can seek or not.
5794
5795 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5796
5797         Patch by: Jens Granseuer <jensgr at gmx dot net>
5798
5799         * tests/examples/equalizer/demo.c: (main):
5800         C89 fix, moving variable declarations to the beginning of
5801         the block. Fixes bug #517933.
5802
5803 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5804
5805         * configure.ac:
5806         Back to development...
5807
5808 === release 0.10.7 ===
5809
5810 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5811
5812         * configure.ac:
5813           releasing 0.10.7, "Red Door Black"
5814
5815 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5816
5817         * gst/alpha/Makefile.am:
5818         Link alpha plugin with libgstbase. Fixes bug #517386.
5819
5820 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5821
5822         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5823         Init values to -1 instead of the default 0 value.
5824         Fixes #516524.
5825
5826 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5827
5828         * tests/examples/spectrum/spectrum-example.c:
5829         Add missing include to fix compilation when libxml usage is disabled.
5830         Fixes: #516371
5831
5832 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5833
5834         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5835         fixes: #514889
5836
5837         * gst/rtp/gstrtph264pay.c:
5838         * gst/rtp/gstrtpmp4gdepay.c:
5839         * gst/rtp/gstrtpmp4gpay.c:
5840         * gst/rtp/gstrtpmp4gpay.h:
5841         * gst/rtp/gstrtptheorapay.c:
5842         * gst/rtp/gstrtpvorbispay.c:
5843
5844         Fix various leaks shown up in valgrind
5845         - free sprops and buffer in error cases in H264 payloader
5846         - fix leak in mp4g depayloader when construction the caps
5847         - don't leak config string in the mp4g payloader
5848         - don't leak buffers and headers in theora and vorbis payloaders
5849
5850         * tests/check/elements/rtp-payloading.c:
5851
5852         Fix the RTP data test
5853         - Actually send valid amr data to the payloader instead of 20
5854         zero-bytes
5855         - The mp4g payloader expects codec_data on the caps
5856
5857 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5858
5859         * win32/MANIFEST:
5860         Add libgstpng.dsp to MANIFEST.
5861         * win32/vs6/libgstaudiofx.dsp:
5862         Add new source files to VS project file.
5863
5864 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5865
5866         * sys/ximage/gstximagesrc.c:
5867         Initialise variables when opening the X display rather
5868         than in _start(), as the display can be opened before that.
5869
5870         Fixes: #515985
5871
5872 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5873
5874         * sys/directdraw/gstdirectdrawsink.c:
5875         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5876         (gst_directdraw_sink_finalize):
5877         Properly chain up finalize functions. Fixes bug #515980.
5878
5879 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5880
5881         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5882         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5883         (gst_v4l2_buffer_pool_class_init):
5884         Chain up the finalize functions. Fixes bug #515984.
5885
5886 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5887
5888         * sys/ximage/ximageutil.c:
5889         Chain up in the finalize function for our custom
5890         buffer sub-class.
5891         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5892         Fixes: #515706
5893
5894 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5895
5896         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5897         (gst_fenced_buffer_class_init):
5898         Properly chain up finalize method. Fixes bug #515979.
5899
5900 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5901
5902         * sys/ximage/gstximagesrc.c:
5903         Free allocated Damage memory before closing our connection to the
5904         X server. Partially fixes: #515706
5905
5906 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5907
5908         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5909         * tests/check/Makefile.am:
5910         * tests/check/gst-plugins-good.supp:
5911         Add a few libjpeg suppressions and initialize a variable to
5912         make smokeenc valgrind clean. Fixes bug #515701.
5913
5914 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5915
5916         * gst/avi/gstavidemux.c:
5917         Revert patch which sends timestamps only on keyframes, as it
5918         breaks playback with current gst-ffmpeg.
5919
5920         Fixes: #515562
5921
5922 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5923
5924         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5925         * tests/check/elements/multifile.c: (GST_START_TEST):
5926         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5927
5928 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5929
5930         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5931         Use and unset the GError when pipeline creation fails instead of
5932         simply leaking it. Fixes bug #515704.
5933
5934 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5935
5936         * gst/audiofx/audioamplify.c:
5937         * gst/audiofx/audiochebband.c:
5938         * gst/audiofx/audiocheblimit.c:
5939         * gst/audiofx/audiodynamic.c:
5940         * gst/audiofx/audioinvert.c:
5941         * gst/audiofx/audiopanorama.c:
5942         * gst/audiofx/audiowsincband.c:
5943         * gst/audiofx/audiowsinclimit.c:
5944         Fix long description of audiofx elements. Fixes bug #515457.
5945
5946 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5947
5948         * docs/plugins/Makefile.am:
5949         * gst/spectrum/gstspectrum.c:
5950         * tests/examples/spectrum/.cvsignore:
5951         * tests/examples/spectrum/Makefile.am:
5952         * tests/examples/spectrum/spectrum-example.c:
5953
5954         Add a simple example application for the spectrum element, include it
5955         in the docs, and fix some documentation ambiguities.
5956
5957         Fixes: #348085
5958
5959 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5960
5961         * gst/equalizer/Makefile.am:
5962         * gst/spectrum/Makefile.am:
5963         Fix includes order
5964
5965         * tests/check/Makefile.am:
5966         Exclude v4l2src from the states test - it takes too long to start.
5967
5968         * tests/check/elements/spectrum.c:
5969         Make the test run properly with CK_FORK=no
5970
5971 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5972
5973         * gst/audiofix/Makefile.am: add missing header files 
5974
5975 2008-02-08  Julien Moutte  <julien@fluendo.com>
5976
5977         * gst/matroska/matroska-demux.c:
5978         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5979         keyframe and delta units correctly when dealign with a BlockGroup.
5980         Fixes: #514397
5981
5982 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5983
5984         * tests/check/elements/.cvsignore:
5985         Spell the new tests correctly in .cvsignore
5986
5987 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5990           Need to use gsize here for the size, fixes compiler warning.
5991
5992         * tests/examples/equalizer/.cvsignore:
5993         * tests/examples/equalizer/Makefile.am:
5994         * tests/examples/spectrum/.cvsignore:
5995         * tests/examples/spectrum/Makefile.am:
5996           Add missing files to fix the build.
5997
5998 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5999
6000         * configure.ac:
6001         * docs/plugins/Makefile.am:
6002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6003         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6004         * docs/plugins/gst-plugins-good-plugins.args:
6005         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6006         * docs/plugins/inspect/plugin-multifile.xml:
6007         * tests/check/Makefile.am:
6008         * tests/check/elements/.cvsignore:
6009
6010         Move multifile plugin from -bad.
6011         Fixes: #490283
6012
6013 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6014
6015         * configure.ac:
6016         * docs/plugins/Makefile.am:
6017         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6018         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6019         * docs/plugins/gst-plugins-good-plugins.args:
6020         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6021         * docs/plugins/inspect/plugin-spectrum.xml:
6022         * gst/spectrum/Makefile.am:
6023         * tests/check/Makefile.am:
6024         * tests/check/elements/.cvsignore:
6025         * tests/examples/Makefile.am:
6026
6027         Move spectrum plugin from -bad.
6028         Move examples into tests/examples/spectrum.
6029
6030 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6031
6032         * configure.ac:
6033         * docs/plugins/Makefile.am:
6034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6036         * docs/plugins/gst-plugins-good-plugins.args:
6037         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6038         * docs/plugins/gst-plugins-good-plugins.interfaces:
6039         * docs/plugins/inspect/plugin-equalizer.xml:
6040         * gst/equalizer/Makefile.am:
6041         * tests/check/Makefile.am:
6042         * tests/examples/Makefile.am:
6043         Move the equalizer plugin across from -bad
6044
6045         * tests/check/elements/.cvsignore:
6046         Add equalizer, audiosincwband and audiosincwlimit
6047
6048         * tests/check/elements/equalizer.c:
6049         Fix compiler warnings
6050
6051         Fixes: #415627
6052
6053 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6054
6055         * configure.ac:
6056         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6057         are treated like releases and build without it.
6058
6059 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6060
6061         * docs/plugins/Makefile.am:
6062         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6063         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6064         * docs/plugins/gst-plugins-good-plugins.args:
6065         * docs/plugins/inspect/plugin-audiofx.xml:
6066         * gst/audiofx/Makefile.am:
6067         * gst/audiofx/audiofx.c:
6068         * gst/audiofx/audiowsincband.c:
6069         * gst/audiofx/audiowsincband.h:
6070         * gst/audiofx/audiowsinclimit.c:
6071         * gst/audiofx/audiowsinclimit.h:
6072         * tests/check/Makefile.am:
6073         * tests/check/elements/audiowsincband.c:
6074         * tests/check/elements/audiowsinclimit.c:
6075
6076         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6077         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6078         respectively.
6079
6080         Fixes: #467666
6081
6082 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6083
6084         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6085         * tests/check/elements/icydemux.c:
6086           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6087           caps, and add a somewhat useful debug message. Plus test.
6088
6089 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6090
6091         * gst/rtsp/gstrtspsrc.c:
6092         Include unistd.h only if HAVE_UNISTD_H is defined
6093         * win32/common/config.h.in:
6094         * win32/common/config.h:
6095         Define socklen_t as it seems it's not defined in default 
6096         Visual Studio headers.
6097         * win32/vs6/libgstalpha.dsp:
6098         * win32/vs6/libgstapetag.dsp:
6099         * win32/vs6/libgstavi.dsp:
6100         * win32/vs6/libgstrtp.dsp:
6101         * win32/vs6/libgstrtsp.dsp:
6102         * win32/vs6/libgstvideomixer.dsp:
6103         Update project file dependencies and add new source files       
6104
6105 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6106
6107         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6108
6109         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6110         Don't leak buffers when we don't push them downstream.
6111         Fixes bug #514965.
6112
6113 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6114
6115         * configure.ac:
6116           Bump requirements to (good) released versions to avoid
6117           confusion and make implicit core requirement explicit.
6118
6119 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6120
6121         * docs/plugins/Makefile.am:
6122         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6123         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6124         * docs/plugins/gst-plugins-good-plugins.args:
6125         * docs/plugins/inspect/plugin-audiofx.xml:
6126         * gst/audiofx/Makefile.am:
6127         * gst/audiofx/audiochebband.c:
6128         * gst/audiofx/audiochebband.h:
6129         * gst/audiofx/audiocheblimit.c:
6130         * gst/audiofx/audiocheblimit.h:
6131         * gst/audiofx/audiochebyshevfreqband.c:
6132         * gst/audiofx/audiochebyshevfreqband.h:
6133         * gst/audiofx/audiochebyshevfreqlimit.c:
6134         * gst/audiofx/audiochebyshevfreqlimit.h:
6135         * gst/audiofx/audiofx.c:
6136         * tests/check/Makefile.am:
6137         * tests/check/elements/.cvsignore:
6138         * tests/check/elements/audiochebband.c:
6139         * tests/check/elements/audiocheblimit.c:
6140         * tests/check/elements/audiochebyshevfreqband.c:
6141         * tests/check/elements/audiochebyshevfreqlimit.c:
6142
6143         Rename audiochebyshevfreqband -> audiochebband and
6144         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6145         surgery.
6146
6147         Closes: #491811
6148
6149 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6150
6151         Patch by: Orjan Friberg <orjanf at axis dot com>
6152
6153         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6154         Fix caps memory leak. Fixes #514573.
6155
6156 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6157
6158         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6159         If there's no entries in the subindex, don't try to do anything stupid,
6160         just return.
6161
6162 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6163
6164         Patch by: John Millikin <jmillikin at gmail dot com>
6165
6166         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6167           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6168           Fix extraction of picture blocks with newer libflac versions again:
6169           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6170
6171 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6172
6173         * tests/check/Makefile.am:
6174           Add rtp-payloading test to VALGRIND_TO_FIX.
6175
6176         * tests/check/elements/rtp-payloading.c:
6177           Add semicolons after GST_TEST_END so gst-indent gets the
6178           formatting right; make test less verbose in general, but
6179           more verbose in the error case (which should probably
6180           make the test fail anyway).
6181
6182 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6183
6184         * docs/plugins/Makefile.am:
6185         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6186         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6187         * gst/avi/gstavisubtitle.c:
6188         Add documentation for avisubtitle and change class to
6189         Codec/Parser/Subtitle
6190
6191 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6192
6193         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6194         Treat ENOTTY (driver does not implement ioctl) the same as
6195         EINVAL since it implies there are no available standards.
6196
6197         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6198         (gst_v4l2src_get_nearest_size):
6199         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6200         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6201         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6202         reason, and if we aren't yet actively capturing.
6203
6204         * sys/v4l2/v4l2src_calls.h:
6205         Remove replaced function declaration.
6206
6207 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6208
6209         * configure.ac:
6210         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6211         API.
6212
6213 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6214
6215         * configure.ac:
6216         Fix typo.
6217
6218 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6219
6220         * gst/alpha/Makefile.am:
6221         * gst/alpha/gstalpha.c:
6222
6223         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6224         some stuff, and making buffer-alloc and resizing work automatically.
6225         No longer crashes on odd frame widths and heights, although there
6226         seems to be a disagreement with ffmpegcolorspace about what size
6227         an AYUV frame with odd height should be.
6228
6229 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6230
6231         Patch by: Alessandro Decina <alessandro at nnva dot org>
6232
6233         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6234         * ext/libpng/gstpngenc.h:
6235         Preallocate the output buffer so that g_memdup() and
6236         gst_buffer_merge() aren't needed anymore. This greatly improves
6237         performances and fixes #512544.
6238
6239 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6240
6241         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6242         (gst_avi_demux_stream_data):
6243         GStreamer timestamps are PTS values while AVI only knows about DTS
6244         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6245         we are dealing with a key frame.
6246
6247 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6248
6249         * tests/check/Makefile.am:
6250         * tests/check/elements/.cvsignore:
6251         * tests/check/elements/rtp-payloading.c:
6252           Add add testsuite for the rtp-payloader that tries simulating
6253           dataflow. Needs more test data.
6254
6255 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6256
6257         * tests/check/elements/alphacolor.c:
6258           Remove two unused variables.
6259
6260 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6261
6262         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6263           Use g_ascii_strtoll() instead of atoll, which is only
6264           available in C99.
6265
6266 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6267
6268         * gst/rtp/Makefile.am:
6269         * gst/rtp/gstrtp.c:
6270         * gst/rtp/gstrtpmpvpay.c:
6271         * gst/rtp/gstrtpmpvpay.h:
6272         Add MPEG2 video payloader
6273
6274 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6275
6276         * gst/level/gstlevel.c:
6277         Use #include <math.h> instead of #include "math.h".
6278
6279 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6280
6281         * tests/check/Makefile.am:
6282         Fix up some CFLAGS sets.
6283         Don't include gconfvideosrc in the states test.
6284
6285         * tests/check/elements/autodetect.c: (GST_START_TEST):
6286         Add some error strings to fail_unless arguments to fix some weird
6287         compiler errors on Solaris.
6288
6289 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6290
6291         * configure.ac:
6292         Detect video4linux headers on Solaris too.
6293         * sys/v4l2/gstv4l2colorbalance.h:
6294         * sys/v4l2/gstv4l2object.h:
6295         * sys/v4l2/v4l2_calls.c:
6296         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6297         (gst_v4l2_buffer_new):
6298
6299         Make v4l2 build on Solaris.
6300         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6301         Fixes: #510505
6302
6303 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6304
6305         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6306           Update list from (still local) scanning script.
6307
6308 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6309
6310         Based on a patch by:
6311             Victor STINNER <victor dot stinner at haypocalc dot com>
6312
6313         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6314         Set variable to NULL after freeing it to prevent double frees
6315         or make failures by another use of it afterwards more obvious
6316         and fix use of it after the freeing. Fixes bug #510592.
6317
6318 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6319
6320         * gst/udp/gstmultiudpsink.c:
6321         use GST_WARNING for logging
6322
6323 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6324
6325         * gst/udp/gstmultiudpsink.c:
6326         Don't try to leave a multicast group with an invalid socket
6327
6328 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         * ext/flac/gstflacdec.c:
6331           Fix compilation against flac 1.1.2 (as on debian stable), where
6332           the picture metadata defines and structs don't exist yet.
6333           Fixes #509301.
6334
6335 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6336
6337         Patch by: Olivier Crete <tester at tester dot ca>
6338
6339         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6340         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6341         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6342         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6343         * gst/udp/gstmultiudpsink.h:
6344         Add property to automatically join a multicast group or not. This can be
6345         useful when sharing a socket between multiple elements.
6346         Fixes #509531.
6347
6348 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6349
6350         * gst/videomixer/Makefile.am:
6351           Add controller flags.
6352
6353 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6354
6355         * gst/videomixer/videomixer.c:
6356           Also commit the missing gst_object_sync_values().
6357
6358 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6359
6360         * docs/plugins/Makefile.am:
6361           Remove duplicate entry.
6362
6363 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6364
6365         * docs/plugins/Makefile.am:
6366         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6367         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6368         * docs/plugins/inspect/plugin-gamma.xml:
6369         * docs/plugins/inspect/plugin-monoscope.xml:
6370         * docs/plugins/inspect/plugin-video4linux2.xml:
6371           Add 3 more plugins to docs.
6372
6373 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6374
6375         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6376         * sys/osxvideo/osxvideosink.h:
6377           Revert previous change caused by a file that got stuck on an old
6378           revision.
6379
6380 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6381
6382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6383         * gst/multipart/Makefile.am:
6384         * gst/multipart/multipartdemux.c:
6385         * gst/multipart/multipartdemux.h:
6386         * gst/multipart/multipartmux.c:
6387         * gst/multipart/multipartmux.h:
6388           Re-add multipartdemux to the docs. Last round of section cleanup.
6389
6390 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6391
6392         * docs/plugins/Makefile.am:
6393         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6394         * sys/osxaudio/gstosxaudiosink.h:
6395         * sys/osxvideo/osxvideosink.h:
6396           Managed to resolve most unused declarations. Filed a bug for one left.          
6397
6398 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6399
6400         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6401           Cleanup section file.
6402
6403 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6404
6405         * docs/plugins/Makefile.am:
6406         * docs/plugins/gst-plugins-good-plugins.args:
6407         * docs/plugins/gst-plugins-good-plugins.signals:
6408         * docs/plugins/inspect/plugin-alaw.xml:
6409         * docs/plugins/inspect/plugin-alpha.xml:
6410         * docs/plugins/inspect/plugin-alphacolor.xml:
6411         * docs/plugins/inspect/plugin-annodex.xml:
6412         * docs/plugins/inspect/plugin-apetag.xml:
6413         * docs/plugins/inspect/plugin-audiofx.xml:
6414         * docs/plugins/inspect/plugin-auparse.xml:
6415         * docs/plugins/inspect/plugin-autodetect.xml:
6416         * docs/plugins/inspect/plugin-avi.xml:
6417         * docs/plugins/inspect/plugin-cairo.xml:
6418         * docs/plugins/inspect/plugin-cdio.xml:
6419         * docs/plugins/inspect/plugin-cutter.xml:
6420         * docs/plugins/inspect/plugin-debug.xml:
6421         * docs/plugins/inspect/plugin-dv.xml:
6422         * docs/plugins/inspect/plugin-efence.xml:
6423         * docs/plugins/inspect/plugin-effectv.xml:
6424         * docs/plugins/inspect/plugin-flac.xml:
6425         * docs/plugins/inspect/plugin-flxdec.xml:
6426         * docs/plugins/inspect/plugin-gconfelements.xml:
6427         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6428         * docs/plugins/inspect/plugin-goom.xml:
6429         * docs/plugins/inspect/plugin-halelements.xml:
6430         * docs/plugins/inspect/plugin-icydemux.xml:
6431         * docs/plugins/inspect/plugin-id3demux.xml:
6432         * docs/plugins/inspect/plugin-jpeg.xml:
6433         * docs/plugins/inspect/plugin-ladspa.xml:
6434         * docs/plugins/inspect/plugin-level.xml:
6435         * docs/plugins/inspect/plugin-matroska.xml:
6436         * docs/plugins/inspect/plugin-mulaw.xml:
6437         * docs/plugins/inspect/plugin-multipart.xml:
6438         * docs/plugins/inspect/plugin-navigationtest.xml:
6439         * docs/plugins/inspect/plugin-png.xml:
6440         * docs/plugins/inspect/plugin-quicktime.xml:
6441         * docs/plugins/inspect/plugin-rtp.xml:
6442         * docs/plugins/inspect/plugin-rtsp.xml:
6443         * docs/plugins/inspect/plugin-shout2send.xml:
6444         * docs/plugins/inspect/plugin-smpte.xml:
6445         * docs/plugins/inspect/plugin-speex.xml:
6446         * docs/plugins/inspect/plugin-taglib.xml:
6447         * docs/plugins/inspect/plugin-udp.xml:
6448         * docs/plugins/inspect/plugin-videobalance.xml:
6449         * docs/plugins/inspect/plugin-videobox.xml:
6450         * docs/plugins/inspect/plugin-videocrop.xml:
6451         * docs/plugins/inspect/plugin-videoflip.xml:
6452         * docs/plugins/inspect/plugin-videomixer.xml:
6453         * docs/plugins/inspect/plugin-wavenc.xml:
6454         * docs/plugins/inspect/plugin-wavpack.xml:
6455         * docs/plugins/inspect/plugin-wavparse.xml:
6456           Update plugin docs.
6457
6458         * gst/videomixer/Makefile.am:
6459         * gst/videomixer/videomixer.c:
6460         * gst/videomixer/videomixer.h:
6461         * gst/videomixer/videomixerpad.h:
6462           Split out header to fix warnings from the doc-build.
6463
6464 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6465
6466         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6467
6468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6469         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6470
6471 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6472
6473         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6474         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6475           Initialise variables to work around (false) 'foo might be used
6476           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6477
6478 2008-01-11  David Schleef  <ds@schleef.org>
6479
6480         * docs/plugins/.cvsignore:
6481         * tests/check/pipelines/.cvsignore:
6482           Ignore more files for the buildbot.
6483
6484 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6485
6486         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6487         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6488         Generate the image-type values correctly. Leave them out of the caps
6489         when outputting a "preview image" tag, since it only makes sense
6490         to have one of those - the type is irrelevant.
6491
6492         * sys/sunaudio/gstsunaudiomixerctrl.c:
6493         (gst_sunaudiomixer_ctrl_open):
6494         If we can, mark the mixer multiple open when we use it, in case
6495         (for some reason) the process wants to open it again elsewhere.
6496
6497 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6498
6499         Patch by: Olivier Crete <tester at tester dot ca>
6500
6501         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6502         * gst/rtp/gstrtptheorapay.c:
6503         Fix the clock rate to 90000 as required by the RFC.
6504         Fixes #508644.
6505
6506 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6507
6508         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6509           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6510
6511 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6512
6513         * autogen.sh:
6514           Add -Wno-portability to the automake parameters to stop warnings
6515           about GNU make extensions being used. We require GNU make in almost
6516           every Makefile anyway.
6517           
6518         * configure.ac:
6519           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6520           at the same time is required for per target flags.
6521
6522 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6523
6524         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6525         Fix error from my last commit.
6526
6527 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6528
6529         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6530
6531         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6532           Make sure the ISO 639-X language code in ID3v2 COMM frames
6533           is actually valid UTF-8 (or rather: ASCII), so we don't end
6534           up with non-UTF8 strings in tags if there's garbage in the
6535           language field. Also make sure the language code is always
6536           lower case. Fixes: #508291.
6537
6538 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6539
6540         * ChangeLog:
6541           Fix ChangeLog typo.
6542
6543 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6544
6545         * Makefile.am:
6546           Include lcov.mak to allow building coverage reports. Guard
6547           check-torture target like in the other packages.
6548
6549 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6550
6551         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6552
6553         * gst/videomixer/videomixer.c:
6554         (gst_videomixer_set_master_geometry), (_do_init),
6555         (gst_videomixer_child_proxy_get_child_by_index),
6556         (gst_videomixer_child_proxy_get_children_count),
6557         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6558         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6559         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6560         Implement GstChildProxy interface.
6561         Send newsegment at the right moment
6562         Fixes #488879
6563
6564 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6565
6566         * gst/alpha/Makefile.am:
6567         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6568         (gst_alpha_sink_event), (gst_alpha_chain),
6569         (gst_alpha_change_state), (plugin_init):
6570         Make the various properties of 'alpha' controllable. This allows doing
6571         niceties like fade-in/fade-out.
6572
6573 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6574
6575         * gst/rtp/gstasteriskh263.c:
6576         * gst/rtp/gstrtpL16depay.c:
6577         * gst/rtp/gstrtpac3depay.c:
6578         * gst/rtp/gstrtpamrpay.c:
6579         * gst/rtp/gstrtpdepay.c:
6580         * gst/rtp/gstrtpgsmdepay.c:
6581         * gst/rtp/gstrtph263depay.c:
6582         * gst/rtp/gstrtph263pdepay.c:
6583         * gst/rtp/gstrtph263ppay.c:
6584         * gst/rtp/gstrtph264depay.c:
6585         * gst/rtp/gstrtph264pay.c:
6586         * gst/rtp/gstrtpmp2tdepay.c:
6587         * gst/rtp/gstrtpmp4adepay.c:
6588         * gst/rtp/gstrtpmp4gdepay.c:
6589         * gst/rtp/gstrtpmp4gpay.c:
6590         * gst/rtp/gstrtpmp4vdepay.c:
6591         * gst/rtp/gstrtpmpadepay.c:
6592         * gst/rtp/gstrtpmpvdepay.c:
6593         * gst/rtp/gstrtpsv3vdepay.c:
6594         * gst/rtp/gstrtptheoradepay.c:
6595         * gst/rtp/gstrtptheorapay.c:
6596         * gst/rtp/gstrtpvorbisdepay.c:
6597         * gst/rtp/gstrtpvorbispay.c:
6598           Remove copy/paste unused code (property setters and getter) found by
6599           the coverage suite (yay, saves ~20k on disk).
6600
6601 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6602
6603         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6604           (videosink_templ):
6605           Also fix up pad templates to indicate that image/jpeg doesn't
6606           absolutely require the framerate property to be set (#504081).
6607
6608 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         Based on patch by: Wouter Cloetens  <wouter at mind be>
6611
6612         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6613           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6614           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6615         * gst/matroska/matroska-mux.h:
6616           Keep track of first and last timestamps for each incoming stream,
6617           so we can calculate the total duration for live sources and other
6618           input where we can't query the duration from the start or where
6619           there's no constant framerate from which we can deduce the
6620           duration; also use calculated/observed duration if it is bigger
6621           than the previously queried duration. Furthermore, use
6622           gst_pad_query_peer_duration() and take into account that it may
6623           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6624           screws up comparisons when using unsigned integers. Fixes #504081.
6625
6626 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6627
6628         * configure.ac:
6629         * gst/audiofx/audioamplify.c:
6630         (gst_audio_amplify_clipping_method_get_type),
6631         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6632         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6633         (gst_audio_dynamic_transform_ip):
6634         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6635         (gst_audio_invert_transform_ip):
6636         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6637         (gst_audio_panorama_transform):
6638         * gst/level/gstlevel.c: (gst_level_init):
6639         Make elements GST_BUFFER_FLAG_GAP aware and call
6640         gst_base_transform_set_gap_aware for this.
6641         Bump core requirement to CVS.
6642         
6643         * gst/audiofx/audiochebyshevfreqband.c:
6644         (gst_audio_chebyshev_freq_band_transform_ip):
6645         * gst/audiofx/audiochebyshevfreqlimit.c:
6646         (gst_audio_chebyshev_freq_limit_transform_ip):
6647         Also sync GObject properties to the controller if operating
6648         in passthrough mode.
6649
6650 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6651
6652         * sys/directdraw/gstdirectdrawsink.c:
6653           (gst_directdraw_sink_window_thread):
6654           FALSE is not a gpointer.
6655
6656 2008-01-05  Julien Moutte  <julien@fluendo.com>
6657
6658         * sys/directdraw/gstdirectdrawsink.c:
6659         (gst_directdraw_sink_set_window_id),
6660         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6661         (gst_directdraw_sink_buffer_alloc),
6662         (gst_directdraw_sink_draw_borders),
6663         (gst_directdraw_sink_show_frame),
6664         (gst_directdraw_sink_setup_ddraw),
6665         (gst_directdraw_sink_window_thread),
6666         (gst_directdraw_sink_get_ddrawcaps),
6667         (gst_directdraw_sink_surface_create): Make sure we create our
6668         internal window only when we need it. That will give a chance to
6669         the application to get the prepare-xwindow-id bus message. Draw
6670         black borders when keeping aspect ratio. Handle the case where our
6671         rendering window disappears (closed or errors) like other sinks
6672         do. Various 80 columns fixes, improve state change order. That
6673         element could need some more love.
6674
6675 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6676
6677         * ext/taglib/gstapev2mux.h:
6678         * ext/taglib/gstid3v2mux.h:
6679         Remove useless typedefs without new type name. Fixes a warning with
6680         gcc 4.3.
6681
6682 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6683
6684         Patch by: John Millikin <jmillikin at gmail dot com>
6685
6686         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6687         (gst_flac_dec_setup_stream_decoder),
6688         (gst_flac_normalize_picture_mime_type),
6689         (gst_flac_extract_picture_buffer),
6690         (gst_flac_dec_metadata_callback):
6691         Emit metadata messages when a PICTURE block is encountered.
6692         Fixes #506715.
6693
6694 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6695
6696         * gst/avi/gstavi.c:
6697         increase rank because no known issues anymore ...
6698         * gst/avi/gstavisubtitle.c:
6699         send subtitle name to the srcpad
6700
6701 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6702
6703         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6704         * gst/rtsp/gstrtspsrc.h:
6705         Implement redirect for the DESCRIBE reply. Fixes #506025.
6706
6707 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6708
6709         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6710         Fix 'xyz may be used uninitialized' compiler warnings caused
6711         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6712         abort() in any case but properly report the error.
6713
6714 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6715
6716         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6717         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6718         * sys/ximage/gstximagesrc.c: (composite_pixel):
6719           Fix 'xyz may be used uninitialized' compiler warnings caused
6720           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6721           not really nice to abort in any case). Fixes #505745.
6722
6723 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6724
6725         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6726           Small unit test fix (has no practical impact at the moment,
6727           since we're only feeding utf8 and hence just create a sub-
6728           buffer for the output).
6729
6730 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6731
6732         * gst/avi/gstavisubtitle.c:
6733         * tests/check/elements/avisubtitle.c:
6734         Add seeking support for avi subtitle
6735
6736 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6737
6738         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6739         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6740         (gst_flac_dec_write):
6741         * ext/flac/gstflacdec.h:
6742         Remove some unused vars.
6743         Do more cleanup of leftover events and tags.
6744         Output tags after the segment event. Fixes #504018.
6745
6746 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6747
6748         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6749           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6750           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6751           Detect other UTF byte order markers and convert to UTF-8 as
6752           appropriate.
6753
6754 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * gst/avi/gstavisubtitle.c: (src_template),
6757           (gst_avi_subtitle_extract_utf8_file),
6758           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6759           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6760           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6761         * gst/avi/gstavisubtitle.h:
6762           Refactor a bit; fix name extraction; don't assume all the data
6763           in the chunk is actually subtitle data, there may be padding at
6764           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6765           file so it's there to send again after a seek (for future use).
6766
6767 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6768
6769         * gst/avi/Makefile.am:
6770         * gst/avi/gstavi.c:
6771         * gst/avi/gstavisubtitle.c:
6772         * gst/avi/gstavisubtitle.h:
6773         * tests/check/Makefile.am:
6774         * tests/check/elements/avisubtitle.c:
6775         * win32/common/config.h:
6776                 Add avi subtitle element for bug #442034. Need seeking support
6777                 and more support for character conversion.
6778
6779 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         * Makefile.am:
6782           Include common/win32.mak for CRLF check of win32 project
6783           files (see #393626).
6784
6785         * win32/vs6/libgstpng.dsp:
6786           Fix line endings and do cvs admin -kb.
6787
6788 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6789
6790         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6791         Actually drop the buffers which are outside the currently configured
6792         segment instead of just emitting a WARNING.
6793
6794 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6795
6796         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6797         (gst_flac_dec_write):
6798         * ext/flac/gstflacdec.h:
6799         Send segments from the streaming thread. Fixes #502187.
6800         Fix segment seeking and a bunch of other seeking cases.
6801
6802 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6803
6804         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6805           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6806           which is where it would end up if the same information was
6807           put in a vorbis comment (don't think it's worth adding a
6808           new URI tag for this). Fixes #488112.
6809
6810 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * configure.ac:
6813           We need core/base 0.10.15 or later.
6814
6815 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6816
6817         Patch by: Mark Nauwelaerts <manauw skynet be>
6818
6819         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6820         Fix regression in stream numbering. Fixes #502655.
6821
6822 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6823
6824         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6825
6826         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6827         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6828         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6829         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6830         (gst_rtp_h264_pay_handle_buffer):
6831         * gst/rtp/gstrtph264pay.h:
6832         Use higher performance start-code searching.
6833         Parse NALs and store SPS, PPS and profile in the caps so that they can
6834         be used in the SDP. Fixes #502814.
6835
6836 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6837
6838         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6839         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6840           Init some structs to zero before we pass them to ioctl, which
6841           avoids valgrind warnings.  Also fix a small memory leak.
6842
6843 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6844
6845         Patch by: Wouter Cloetens <wouter at mind dot be>
6846
6847         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6848         Copy timestamp from input to output. Not very perfect yet but better
6849         than nothing. Fixes #503023.
6850
6851 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6852
6853         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6854           Also print a useful error message with the old Wavpack API
6855           if possible.
6856
6857 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6858
6859         * ext/wavpack/gstwavpackdec.c:
6860           More build fixes for old libwavpack versions: include config.h so
6861           that WAVPACK_OLD_API is actually defined as detected; only use
6862           WavpackGetErrorMessage if it is available. This fixes the build
6863           on debian stable for me.
6864
6865 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6866
6867         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6868         * ext/wavpack/gstwavpackparse.c:
6869           (gst_wavpack_parse_create_src_pad):
6870           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6871           versions below 4.40.0.
6872
6873 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6874
6875         * configure.ac:
6876           And now do it right for real...
6877
6878 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6879
6880         * configure.ac:
6881           Correctly reset $LIBS to not contain -lm.
6882
6883 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6884
6885         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6886
6887         * configure.ac:
6888         * ext/cairo/gsttimeoverlay.c:
6889           (gst_cairo_time_overlay_print_smpte_time):
6890           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6891           and checking for rint() and implementing it ourself if it doesn't
6892           exist. Fixes #497293.
6893
6894 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6895
6896         * configure.ac:
6897           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6898
6899 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6900
6901         * sys/oss/gstosshelper.c:
6902         Verify that the format returned after the ioctl is the one
6903         we requested. It is valid for the ioctl to succeed while
6904         substituting an alternate 'supported' sample format.
6905
6906 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6907
6908         * sys/oss/gstossaudio.c: (plugin_init):
6909         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6910         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6911           Post decent (and translated) error message when we can't
6912           open the audio device for some reason.
6913
6914 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6915
6916         * sys/oss/gstosssink.c:
6917         * sys/oss/gstosssrc.c:
6918         Allow the AUDIODEV environment variable to redirect us
6919         to a different default OSS device, like sunaudiosink does
6920         on Solaris (makes audio play automatically on SunRays).
6921
6922 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6923
6924         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6925         * gst/audiofx/audiochebyshevfreqband.c:
6926         (gst_audio_chebyshev_freq_band_transform_ip):
6927         * gst/audiofx/audiochebyshevfreqlimit.c:
6928         (gst_audio_chebyshev_freq_limit_transform_ip):
6929         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6930         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6931         The transform_ip() methods should do nothing if in passthrough mode.
6932         It might get non-writable buffers in that case but the buffer might
6933         as well be writable.
6934
6935         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6936         The transform() methods won't be called in passthrough mode and
6937         otherwise the buffer is always writable so don't check here.
6938
6939 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6940
6941         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6942           Fix seeking in .wav files again (#501775).  Some people seem to think
6943           they don't need to test their changes when they're just 'reflowing'
6944           some code.
6945
6946 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6947
6948         * gst/autodetect/gstautovideosink.c:
6949         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6950         (gst_auto_video_sink_init),
6951         (gst_auto_video_sink_create_element_with_pretty_name),
6952         (gst_auto_video_sink_find_best),
6953         (gst_auto_video_sink_set_property),
6954         (gst_auto_video_sink_get_property):
6955         * gst/autodetect/gstautovideosink.h:
6956         Fix docs.
6957         Use same error reporting code as autoaudiosink.
6958         Add property to filter sinks based on caps. Only select raw video sinks
6959         by default for backwards compat.
6960         API: GstAutoVideoSink::filter-caps
6961
6962 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6963
6964         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6965
6966         * gst/autodetect/gstautoaudiosink.c:
6967         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6968         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6969         (gst_auto_audio_sink_set_property),
6970         (gst_auto_audio_sink_get_property):
6971         * gst/autodetect/gstautoaudiosink.h:
6972         Add property to filter sinks based on caps. Only select raw audio sinks
6973         by default for backwards compat.  Fixes #417420.
6974         API: GstAutoAudioSink::filter-caps
6975
6976 2007-11-29  Michael Smith <msmith@fluendo.com>
6977
6978         Patch by: Arek Korbik <arkadini@gmail.com>
6979
6980         * gst/videobox/gstvideobox.c: (plugin_init):
6981           Initialise liboil in plugin_init()
6982
6983 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6984
6985         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6986         Post error before sending EOS. Fixes #499178.
6987
6988 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6989
6990         * win32/vs6/gst_plugins_good.dsw:
6991         * win32/vs6/libgstpng.dsp:
6992         Add a project file for libgstpng
6993
6994 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6995
6996         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6997         (gst_rtp_h263_depay_process):
6998         Code beautification.
6999         Added debug statements.
7000         Don't bit-shift everything, just do operations on last/first byte
7001         instead.
7002
7003 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7004
7005         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7006
7007         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7008         Fix wrong comparison in overrun check. Fixes #499239 some more.
7009
7010 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7011
7012         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7013         (gst_rtp_h263_depay_process):
7014         * gst/rtp/gstrtph263depay.h:
7015         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7016         stream.
7017
7018 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7019
7020         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7021
7022         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7023         (gst_rtp_mp4a_depay_process):
7024         * gst/rtp/gstrtpmp4adepay.h:
7025         Fix depayloading when multiple frames are inside one RTP packet.
7026         Fixes #499239.
7027
7028 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7029
7030         * gst/level/gstlevel.c:
7031           Add GAP-flag support.
7032
7033 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7034
7035         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7036         Read the I flag for Mode A h263 rtp stream and set the
7037         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7038         Fixes #499383
7039
7040 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7041
7042         * gst/level/gstlevel.c:
7043           Remove some dead code and do cleanups.
7044
7045 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7046
7047         * tests/check/pipelines/simple-launch-lines.c:
7048           Improve the tests by allowing to set a target state.
7049
7050 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7051
7052         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7053         Don't check the caps of the output buffer if they're equal some
7054         other caps. The caps can change in a backward compatible way
7055         and did at this point.
7056
7057 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7058
7059         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7060         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7061         (gst_qtdemux_seek_to_previous_keyframe),
7062         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7063         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7064         reverse playback support.
7065
7066 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7067
7068         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7069         Also set the channel layout on the Wavpack caps if we're having
7070         a mono layout. Of course only do it for "audio/x-wavpack".
7071
7072 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7073
7074         * ext/wavpack/gstwavpackcommon.c:
7075         (gst_wavpack_get_default_channel_mask),
7076         (gst_wavpack_set_channel_layout),
7077         (gst_wavpack_get_default_channel_positions),
7078         (gst_wavpack_get_channel_mask_from_positions),
7079         (gst_wavpack_set_channel_mapping):
7080         * ext/wavpack/gstwavpackcommon.h:
7081         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7082         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7083         * ext/wavpack/gstwavpackdec.h:
7084         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7085         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7086         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7087         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7088         (gst_wavpack_enc_rewrite_first_block),
7089         (gst_wavpack_enc_sink_event):
7090         * ext/wavpack/gstwavpackenc.h:
7091         * ext/wavpack/gstwavpackparse.c:
7092         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7093         (gst_wavpack_parse_scan_to_find_sample),
7094         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7095         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7096         * ext/wavpack/gstwavpackparse.h:
7097         Add support for encoding, parsing and decoding multichannel
7098         files with up to 8 channels. This also improves the robustness
7099         of parsing quite a bit.
7100
7101         * ext/wavpack/gstwavpackstreamreader.c:
7102         (gst_wavpack_stream_reader_read_bytes),
7103         (gst_wavpack_stream_reader_get_pos),
7104         (gst_wavpack_stream_reader_set_pos_abs),
7105         (gst_wavpack_stream_reader_set_pos_rel),
7106         (gst_wavpack_stream_reader_push_back_byte),
7107         (gst_wavpack_stream_reader_get_length),
7108         (gst_wavpack_stream_reader_can_seek),
7109         (gst_wavpack_stream_reader_write_bytes):
7110         Improve debugging.
7111
7112 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7113
7114         * ext/libpng/gstpngdec.c:
7115         * ext/libpng/gstpngdec.h:
7116           Don't release the png-memory from within the callback.
7117
7118 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7119
7120         Patch by: René Stadler <mail at renestadler dot de>
7121
7122         * ext/libpng/gstpngenc.c:
7123           Don't leak buffer data memory. Fixes #498395.
7124
7125 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7126
7127         Patch by: René Stadler <mail at renestadler dot de>
7128
7129         * tests/check/pipelines/simple-launch-lines.c:
7130           Tests for #498395.
7131
7132 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7133
7134         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7135         (gst_tag_lib_mux_adjust_event_offsets):
7136         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7137         * sys/osxaudio/Makefile.am:
7138         * sys/osxvideo/cocoawindow.h:
7139         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7140
7141 2007-11-15  David Schleef  <ds@schleef.org>
7142
7143         * ext/cairo/gsttextoverlay.c:
7144           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7145
7146 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7147
7148         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7149
7150         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7151         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7152         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7153         * gst/rtp/gstrtpmp2tpay.h:
7154         Fill the MTU with as many packets as possible. Fixes #491323.
7155
7156 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7157
7158         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7159
7160         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7161         Fix some more leaks. Fixes #497007.
7162
7163 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7164
7165         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7166
7167         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7168         (gst_rtspsrc_stream_configure_tcp):
7169         Fix 3 pad leaks. Fixes #496983.
7170
7171 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7172
7173         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7174
7175         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7176         Fix small leak. Fixes #497017.
7177
7178 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7179
7180         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7181         (gst_qtdemux_prepare_current_sample),
7182         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7183         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7184         * gst/qtdemux/qtdemux_fourcc.h:
7185         * gst/qtdemux/qtdemux_types.c:
7186         Add suppport for theora in quicktime according to XiphQT.
7187
7188 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7189
7190         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7191         (gst_v4l2src_init), (gst_v4l2src_set_property),
7192         (gst_v4l2src_get_property):
7193         * sys/v4l2/gstv4l2src.h:
7194         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7195           Always copy buffers by default (handle safer with bugged drivers)
7196           and added a property to make it possible to use mmap effectively (no
7197           copy if possible) when application wants to. Fixes: #480557.
7198
7199 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7200
7201         * gst/id3demux/id3tags.c:
7202         * gst/id3demux/id3tags.h:
7203         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7204           We don't want the same string multiple times in a tag list for the
7205           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7206           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7207
7208 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7209
7210         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7211           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7212           into ID3v2 TXXX frames (fixes #347848).
7213
7214 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7215
7216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7217           Don't leak sdp message contents (fixes #496773).
7218
7219         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7220           Don't leak URI string.
7221
7222 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7223
7224         Patch by: Julien Puydt <julien dot puydt at laposte net>
7225
7226         * ext/raw1394/Makefile.am:
7227         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7228           (gst_1394_property_probe_get_properties),
7229           (gst_1394_property_probe_probe_property),
7230           (gst_1394_property_probe_needs_probe),
7231           (gst_1394_property_probe_get_values),
7232           (gst_1394_property_probe_interface_init),
7233           (gst_1394_type_add_property_probe_interface):
7234         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7235         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7236           (gst_dv1394src_init), (gst_dv1394src_dispose),
7237           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7238           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7239           (gst_dv1394src_update_device_name):
7240         * ext/raw1394/gstdv1394src.h:
7241           Implement GstPropertyProbe interface and add "device-name" property,
7242           so applications can use this to probe for available devices in the
7243           same way they can already with v4lsrc and v4l2src (however horrible
7244           this property probe interface may be). Fixes #358841.
7245
7246 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7247
7248         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7249
7250         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7251           (gst_rtspsrc_parse_range):
7252           Don't leak event, don't leak range (fixes #496752).
7253
7254 2007-11-14  Michael Smith <msmith@fluendo.com>
7255
7256         Patch by: Arek Korbik <arkadini@gmail.com>
7257
7258         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7259           Detect RGBA/BGRA correctly on little endian systems.
7260
7261 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7262
7263         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7264           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7265           corresponding ioctl() call fails even though the driver claims to
7266           support this format, just fall back to the pre-2.6.19 kernel
7267           routine that creates caps with suitable height and width ranges
7268           (see #448278).
7269
7270 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         Patch by: Mark Nauwelaerts <manauw skynet be>
7273
7274         * gst/matroska/matroska-demux.c:
7275           (gst_matroska_demux_push_dvd_clut_change_event),
7276           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7277           (gst_matroska_demux_subtitle_caps):
7278         * gst/matroska/matroska-ids.h:
7279           Extract palette data for dvd subpicture streams and send it
7280           downstream as custom gstreamer dvd event (fixes #453417).
7281
7282 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7283
7284         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7285           Implement minimal parsing of the passed pango font description
7286           string, so passing a font size works the same as with the
7287           pango textoverlay plugin; fixes #455086.
7288           (Maybe we could just use pangocairo here at some point).
7289
7290 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7291
7292         * gst/avi/gstavidemux.c:
7293         * gst/wavparse/gstwavparse.c:
7294           Return the result in _activate_pull(). Don't ref element there.
7295
7296 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7297
7298         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7299         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7300         (gst_wavparse_srcpad_event):
7301           Ref the element when we should, but not when we its not needed. Reflow
7302           the event_handling to not leak the event.       
7303
7304 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7305
7306         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7307         (qtdemux_parse_samples):
7308         Properly free QTDemuxSamples array.
7309         Protect table write with a sensible check, some files apparently DO contain
7310         stts values starting with 0 :(
7311
7312 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7313
7314         * gst/avi/gstavidemux.c:
7315         * gst/qtdemux/qtdemux.c:
7316           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7317           previous commit messed up.
7318
7319 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7320
7321         * gst/avi/gstavidemux.c:
7322         * gst/qtdemux/qtdemux.c:
7323           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7324           element when we should, but not when we its not needed.
7325
7326 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7327
7328         * gst/wavparse/gstwavparse.c:
7329           Return FALSE if we can't handle a query instead of changing the
7330           format. Ignore fact when dealing with mpeg audio.
7331
7332 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7333
7334         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7335
7336         * configure.ac:
7337         * gst/udp/gstdynudpsink.c:
7338         * gst/udp/gstdynudpsink.h:
7339         * gst/udp/gstmultiudpsink.c:
7340         * gst/udp/gstmultiudpsink.h:
7341         * gst/udp/gstudpsink.c:
7342         * gst/udp/gstudpsink.h:
7343           Fix includes for MSVC and GLib-2.14.0 (#492388).
7344
7345         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7346           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7347
7348 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7349
7350         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7351         (gst_mulawdec_chain):
7352         * gst/law/mulaw-decode.h:
7353         Calculate outgoing buffer duration if incoming buffer didn't have a
7354         valid duration.
7355
7356 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7357
7358         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7359         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7360         Smarter combine_flow code that also deals with downstream elements
7361         returning UNEXPECTED when they receive data out of the segment
7362         boundaries. Fixes #491305.
7363
7364 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7365
7366         * sys/v4l2/v4l2src_calls.c:
7367           Fix 'unused variable' compiler warning when compiling against
7368           older kernel headers.
7369
7370 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7371
7372         * ext/taglib/gstid3v2mux.cc (add_funcs):
7373           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7374
7375 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7376
7377         * tests/check/pipelines/simple-launch-lines.c:
7378            Improve the tests a little more.
7379
7380 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7381
7382         patch by: Yun Zheng Hu
7383
7384         * sys/osxaudio/gstosxaudiosrc.c:
7385         Use default input device instead of default output device and
7386         only memcpy actual available bytes.
7387
7388 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7389
7390         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7391           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7392           early. It is temporary until we find something better.
7393
7394 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7395
7396         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7397
7398         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7399         Fix race when pausing a RTSP stream in interleaved.
7400         Fixes #475784.
7401
7402 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7403
7404         Patch by: Peter Kjellerstedt <pkj at axis com>
7405
7406         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7407         Use correct unref function for buffers. #488844.
7408
7409 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7410
7411         * gst/avi/gstavimux.c:
7412         * tests/check/elements/avimux.c:
7413           Add some debug and sync tests with the fix.     
7414
7415 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7416
7417         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7418
7419         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7420         When the socket is used by the app for other purposes, don't generate an
7421         error if there is activaty on the socket that is not data related.
7422         Fixes #487488.
7423
7424 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7425
7426         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7427         (gst_v4l2src_grab_frame):
7428         Add some more debug info. Generate an error when we run out of buffers
7429         for some reason. See #480557.
7430
7431 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7432
7433         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7434
7435         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7436         Set marker bit correctly.
7437
7438 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7439
7440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7441         Use allowed name for the GstStructure.
7442
7443 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7444
7445         * ext/gconf/gstswitchsink.c:
7446         * gst/autodetect/gstautoaudiosink.c:
7447           Use new gst_bus_pop_filtered().
7448
7449 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7450
7451         * sys/v4l2/gstv4l2src.c:
7452         * sys/v4l2/v4l2src_calls.c:
7453           When probing the formats and sizes a camera supports, make
7454           sure the best ones (highest resolution, prefered format)
7455           end up at the beginning of the probed caps and the less
7456           desirable ones at the end.  This is important because the
7457           order within the caps matters for things like fixation and
7458           negotiation, ie. what format is chosen in the end.
7459           With recent kernels, the current probing code will end up
7460           querying the supported sizes from lowest resolution to
7461           highest resolution, adding them to the probed caps in that
7462           order, resulting to v4l2src fixating to the lowest possible
7463           resolution if downstream does not express a size preference.
7464           Also make up a somewhat random ranking of prefered output
7465           formats for the same reason. Fixes #485828.
7466         
7467 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7468
7469         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7470
7471         * gst/id3demux/id3v2frames.c:
7472           Extract license/copyright URIs from ID3v2 WCOP frames
7473           (Fixes #447000).
7474
7475         * tests/check/elements/id3demux.c:
7476         * tests/files/Makefile.am:
7477         * tests/files/id3-447000-wcop.tag:
7478           Add simple unit test.
7479
7480 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7481
7482         * ext/taglib/gstid3v2mux.cc:
7483           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7484           Prerequisite for #447000.
7485
7486 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7487
7488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7489         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7490         a GstClockTime.
7491
7492 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7493
7494         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7495         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7496         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7497         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7498         (gst_rtspsrc_change_state):
7499         More seeking fixes, mostly passing around the new playback segment in
7500         order to configure it properly.
7501         Also reset base_time of udp sources when setting them back to PLAYING as
7502         a temporary hack until core supports seek in live sources properly.
7503
7504 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7505
7506         * gst/rtp/gstrtpmp4adepay.c:
7507         Fix caps as to not confuse autopluggers.
7508
7509 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7510
7511         * gst/id3demux/gstid3demux.c:
7512         * gst/id3demux/gstid3demux.h:
7513         * gst/id3demux/id3tags.c:
7514         * gst/id3demux/id3tags.h:
7515         * gst/id3demux/id3v2frames.c:
7516           Port ID3 tag demuxer over to the new GstTagDemux in -base
7517           (now would be a good time to test re-importing your music
7518           collection).
7519
7520 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7521
7522         * gst/apetag/Makefile.am:
7523         * gst/apetag/gstapedemux.c:
7524         * gst/apetag/gstapedemux.h:
7525         * gst/apetag/gsttagdemux.c:
7526         * gst/apetag/gsttagdemux.h:
7527           Port APE tag demuxer over to the new GstTagDemux in -base.
7528
7529 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7530
7531         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7532         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7533         (gst_rtspsrc_handle_internal_src_query),
7534         (gst_rtspsrc_handle_src_query), (new_session_pad),
7535         (gst_rtspsrc_stream_configure_tcp),
7536         (gst_rtspsrc_stream_configure_transport),
7537         (gst_rtspsrc_loop_send_cmd):
7538         Improve flushing behaviour.
7539         Set state of the udp sources to PAUSE/PLAYING correctly.
7540         Handle events and queries for UDP and TCP transport now.
7541
7542 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7543
7544         * gst/rtp/gstrtpgsmdepay.c:
7545         * gst/rtp/gstrtpgsmpay.c:
7546           Add log category.
7547
7548 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7549
7550         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7551
7552         * tests/check/Makefile.am:
7553         * tests/check/pipelines/simple-launch-lines.c:
7554           Add unit tests for payloaders/depayloaders.
7555
7556 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7557
7558         * gst/avi/gstavimux.c:
7559         * gst/avi/gstavimux.h:
7560           Also save codec data for audio streams. Fixes #482495.
7561
7562 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7563
7564         * gst/avi/gstavimux.c:
7565           Fix "Index entry has invalid stream nr 1".
7566           Add support for muxing aac - work in progress (see #482495).
7567
7568 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7569
7570         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7571         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7572         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7573         * gst/rtsp/gstrtspsrc.h:
7574         Parse bandwidth modifiers, they are not yet configured in the session
7575         manager because we don't have an API for that yet.
7576
7577 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7578
7579         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7580         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7581         Use shiny new function in -base to get the default clock-rate.
7582         Update some docs.
7583
7584 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7585
7586         * win32/MANIFEST:
7587         Add files to win32 manifest.
7588         * win32/vs6/libgstaudiofx.dsp:
7589         * win32/vs6/libgstqtdemux.dsp:
7590         * win32/vs6/libgstrtp.dsp:
7591         * win32/vs6/libgstrtsp.dsp:
7592         Update project files.
7593
7594 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7595
7596         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7597         (gst_rtspsrc_play):
7598         * gst/rtsp/gstrtspsrc.h:
7599         In TCP mode, only timestamp the first buffer. TCP is not real time and
7600         it does not make sense to try to skew compensate, also some servers send
7601         the first batch of data in a burst.
7602
7603 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7604
7605         * gst/matroska/matroska-demux.c:
7606           Fix setting the discont flag on the first buffer
7607           pushed downstream for formats with private codec
7608           data that needs to be deserialised into buffers
7609           (such as vorbis and FLAC when in a matroska container).
7610
7611 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7612
7613         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7614
7615         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7616         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7617         (gst_rtp_mp4v_pay_handle_buffer):
7618         * gst/rtp/gstrtpmp4vpay.h:
7619         Free the config string. Fixes #480707.
7620         Clean up the timestamp code a little.
7621
7622 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7623
7624         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7625         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7626         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7627         * gst/rtsp/gstrtspsrc.h:
7628         Set timestamps on RTP buffers in interleaved mode.
7629         Mark first buffers with a DISCONT.
7630         Remove flush hack now that sync for live sources has been figured out.
7631
7632 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7633
7634         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7635         Update documentation.
7636
7637 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7638
7639         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7640         (gst_rtp_xqt_depay_change_state):
7641         * gst/qtdemux/gstrtpxqtdepay.h:
7642         Fail if we don't know the quicktime format.
7643
7644 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7645
7646         * ext/flac/gstflacenc.c:
7647         * ext/flac/gstflacenc.h:
7648           Save the flow return from the last gst_pad_push() and
7649           make sure we pass the right flow return value upstream
7650           in the case of failure; minor clean-ups.
7651
7652 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7653
7654         * ext/taglib/gstapev2mux.cc:
7655         * ext/taglib/gstid3v2mux.cc:
7656         * gst/apetag/gstapedemux.c:
7657           Add support for the new GST_TAG_COMPOSER (#459809).
7658
7659 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7660
7661         * gst/law/alaw-decode.c:
7662         * gst/law/alaw-decode.h:
7663         * gst/law/alaw-encode.c:
7664         * gst/law/alaw-encode.h:
7665         * gst/law/alaw.c:
7666         * gst/law/mulaw-conversion.h:
7667           Compulsive clean-ups: use boilerplate macros, add debug
7668           categories, fix up things to conform to symbol nomenklatura,
7669           etc.
7670
7671 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7672
7673         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7674
7675         * gst/law/alaw-decode.c:
7676         * gst/law/alaw-encode.c:
7677           Use static tables for A-Law decoding and encoding; this makes
7678           A-Law decoding and encoding less CPU-intensive, but increases
7679           the binary size a bit. Leaving old code around for now,
7680           selectable by a define in the code. Fixes #435435.
7681
7682 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7683
7684         * configure.ac:
7685         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7686         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7687         in configure.ac.
7688
7689 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7690
7691         Patch by: Jan Gerber <j at bootlab dot org>
7692
7693         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7694         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7695
7696 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7697
7698         * sys/oss/gstosshelper.c:
7699           Use GST_WARNING instead of a g_critical. This situation is not caused
7700           by the application.
7701
7702 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7703
7704         * po/LINGUAS:
7705         * po/nl.po:
7706           Updated translations.
7707
7708 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7709
7710         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7711
7712         * po/eu.po:
7713           Added Basque translation.
7714
7715 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7716
7717         translated by: Abel Cheung <abelcheung@gmail.com>
7718
7719         * po/zh_HK.po:
7720         * po/zh_TW.po:
7721           Added Chinese (traditional and Hong Kong) translation.
7722
7723 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7724
7725         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7726
7727         * po/pl.po:
7728           Added Polish translation.
7729
7730 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7731
7732         translated by: Ilkka Tuohela <hile@iki.fi>
7733
7734         * po/fi.po:
7735           Added Finnish translation.
7736
7737 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7738
7739         translated by: Jorge González González <aloriel@gmail.com>
7740
7741         * po/es.po:
7742           Added Spanish translation.
7743
7744 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7745
7746         translated by: Mogens Jaeger <mogens@jaeger.tf>
7747
7748         * po/da.po:
7749           Added Danish translation.
7750
7751 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7752
7753         translated by: Funda Wang <fundawang@linux.net.cn>
7754
7755         * po/zh_CN.po:
7756           Added Chinese (simplified) translation.
7757
7758 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7759
7760         translated by: Alexander Shopov <ash@contact.bg>
7761
7762         * po/bg.po:
7763           Added Bulgarian translation.
7764
7765 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7766
7767         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7768         Set outgoing packet duration because we can. Fixes #478244 some more.
7769
7770 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7771
7772         * ext/cairo/gsttextoverlay.c:
7773           Add info about static leak.
7774         
7775         * tests/check/Makefile.am:
7776         * tests/check/generic/states.c:
7777           Improved state change unit test.
7778
7779 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7780
7781         * docs/plugins/.cvsignore:
7782         * tests/check/.cvsignore:
7783           Ignore registries in any format.
7784
7785 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7786
7787         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7788         Removed some unused code.
7789
7790         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7791         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7792         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7793         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7794         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7795         (gst_rtp_theora_pay_flush_packet):
7796         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7797         Try to preserve the incomming buffer duration on the outgoing
7798         packets. Fixes #478244.
7799
7800 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7801
7802         * ext/taglib/gstapev2mux.cc:
7803         * ext/taglib/gstid3v2mux.cc:
7804           Work around compiler warnings with g++-4.2 when assigning a
7805           string constant to a gchar * (partially fixes #478092).
7806
7807 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * configure.ac:
7810           We require core CVS now for gst_base_src_set_do_timestamp().
7811
7812 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7813
7814         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7816         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7817         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7818         (gst_rtspsrc_handle_message):
7819         Fix compiler warnings shown with Forte.
7820
7821 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7822
7823         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7824         (gst_rtspsrc_dup_printf):
7825         Give meaningfull error when all streams failed to configure for some
7826         reason.
7827
7828 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7829
7830         * gst/rtp/README:
7831         Update README with the design for synchronisation rules of RTP on
7832         sender and receiver.
7833
7834 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7835
7836         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7837         (gst_wavparse_chain):
7838         Don't push EOS from the chain function, the element
7839         driving the pipeline is responsible for this. The bug
7840         this was meant to fix seems to be queue not forwarding
7841         EOS in all cases (see #476514).
7842
7843 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7844
7845         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7846         (gst_level_transform_ip):
7847         * gst/level/gstlevel.h:
7848         Use basetransform segment so that it is correctly managed on flushes and
7849         start/stop.
7850         Report message timestamp as stream time, which is what an application
7851         can understand.
7852
7853 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7854
7855         * ext/taglib/gstapev2mux.cc:
7856         * ext/taglib/gstapev2mux.h:
7857         * ext/taglib/gsttaglibmux.c:
7858         * tests/check/elements/apev2mux.c:
7859         Update my mail address.
7860
7861 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7862
7863         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7864         (gst_wavparse_loop), (gst_wavparse_chain):
7865         Add EOS logic for the push-based mode too. Fixes #476514.
7866
7867 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7868
7869         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7870         * gst/law/alaw-encode.h:
7871         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7872         (gst_mulawenc_chain):
7873         * gst/law/mulaw-encode.h:
7874         Fix law encoder timestamps.
7875
7876 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7877
7878         * ext/gconf/gstgconfaudiosink.c:
7879           Fix warning when building without debug.
7880
7881         * sys/oss/gstossmixertrack.c:
7882           Use const like in alsamixertrack.c (fixes warnings).
7883
7884 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7885
7886         * sys/v4l2/v4l2src_calls.c:
7887         (gst_v4l2src_probe_caps_for_format_and_size):
7888         Fix framerate detection code some more.
7889         Handle the case where there is a weird step in the stepwise framerates.
7890         Don't overwrite the min interval with the framerate, use a temp variable
7891         instead.
7892         Use max in the Continuous framerate intervals instead of step, which is
7893         1 according to the docs. Fixes #475424.
7894
7895 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7896
7897         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7898         Make udpsrc timestamp outgoing buffers based on when they were received.
7899         Also make it output a segment in time.
7900
7901 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7902
7903         * gst/avi/gstavidemux.c:
7904           Plug a little leak. Little code cleanups.
7905
7906 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7907
7908         * configure.ac:
7909           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7910           flac versions, 's good for cross-compilation karma.
7911
7912 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7913
7914         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7915
7916         * gst/rtp/gstrtph263pay.c:
7917           Fix up header structure so that compilers don't add padding
7918           between the structure fields, since that would lead to us
7919           sending RTP packets with broken headers (as is currently the
7920           case when compiling with MSVC). Also see similar fixes in
7921           libgstrtp in gst-plugins-base. (#474616; #471194)
7922
7923 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7924
7925         * sys/v4l2/v4l2src_calls.c:
7926         (gst_v4l2src_probe_caps_for_format_and_size):
7927         Don't overwrite our GValue with 0 but instead use the previously
7928         computed value. Fixes #471823 some more.
7929
7930 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7931
7932         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7933           No tabs in this file please, or gtk-doc will end up documenting
7934           rather absurd class hierarchies.
7935
7936 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7937
7938         * ext/gconf/gstswitchsink.c:
7939           If the new kid element fails to change state for some reason
7940           (e.g. esdsink not being able to connect to the sound server),
7941           forward the error message it posted on the bus instead of just
7942           posting a generic 'Internal state change error: please file a
7943           bug' error message. Fixes #471364.
7944
7945 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7946
7947         * gst/qtdemux/Makefile.am:
7948         * gst/qtdemux/qtdemux.c:
7949           Don't assume tags are encoded as UTF-8 (#473670).
7950
7951 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7952
7953         * sys/v4l2/gstv4l2src.c:
7954         * sys/v4l2/gstv4l2src.h:
7955         * sys/v4l2/v4l2src_calls.c:
7956           Implement LATENCY queries in the crudest way possible so I don't
7957           have to use sync=false any longer when testing with videosinks.
7958
7959 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7960
7961         * configure.ac:
7962           Fix build.
7963
7964 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7965
7966         * sys/v4l2/v4l2src_calls.c:
7967         (gst_v4l2src_probe_caps_for_format_and_size):
7968         Add some more debugging in the framerate function.
7969         Iterate stepwise framerate up to and _including_ the max and if nothing
7970         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7971         don't end up with an empty list. Fixes #471823
7972
7973 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7974
7975         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7976         (gst_multiudpsink_set_clients_string),
7977         (gst_multiudpsink_get_clients_string),
7978         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7979         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7980         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7981         (gst_multiudpsink_clear):
7982         Add property do configure destination address/port pairs
7983         API:GstMultiUDPSink::clients
7984
7985 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7986
7987         * tests/examples/Makefile.am:
7988         * tests/examples/rtp/Makefile.am:
7989         * tests/examples/rtp/client-H263p-AMR.sh:
7990         * tests/examples/rtp/client-H263p-PCMA.sdp:
7991         * tests/examples/rtp/client-H263p-PCMA.sh:
7992         * tests/examples/rtp/client-H264-PCMA.sdp:
7993         * tests/examples/rtp/client-H264-PCMA.sh:
7994         * tests/examples/rtp/client-PCMA.sh:
7995         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7996         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7997         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7998         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7999         Added some RTP example scripts for sending and receiving RTP streams.
8000
8001 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8002
8003         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8004         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8005         Restructure the setcaps function so that we can also compute the
8006         expected GStreamer output size of the video frames.
8007         Set frame_byte_size correctly so that read-based devices have a chance
8008         of working correctly.
8009         When grabbing a frame, discard frames that are not of the expected size.
8010         Some cameras don't output the right framesize for the first buffer.
8011         Try only a couple of times to get a valid frame, else error out.
8012
8013         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8014         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8015         Add some more debug info when scanning the device.
8016
8017         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8018         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8019         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8020         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8021         Add some more debug info when dequeing a frame.
8022
8023 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8024
8025         * gst/wavparse/gstwavparse.c:
8026           More code cleanups. Add some more comment and improve debugs logs.
8027
8028 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8029
8030         * gst/wavparse/gstwavparse.c:
8031         * gst/wavparse/gstwavparse.h:
8032           Implement seek-query. Refactor duration calculations. Appropriate use
8033           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8034           out of loops.
8035
8036 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8037
8038         * gst/avi/gstavidemux.c:
8039           Implement seek-query.
8040
8041 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8042
8043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8044         (gst_rtspsrc_dup_printf):
8045         Use new basesink async property to make sparse RTCP packet not wait for
8046         preroll.
8047
8048 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8049
8050         * gst/audiofx/Makefile.am:
8051         Dist the right file.
8052
8053 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8054
8055         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8056         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8057         Make sure we generate and parse floating point values in the POSIX
8058         locale instead of the current locale. 
8059
8060 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8061
8062         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8063         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8064         (gst_rtspsrc_play):
8065         * gst/rtsp/gstrtspsrc.h:
8066         Fix method detection again.
8067         Keep track of when we must send a Range header.
8068         Use segment values for Range, Speed and Scale headers.
8069         Parse Speed and Scale headers to update the segment values.
8070
8071 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8072
8073         patch by: Mark Nauwelaerts <manauw@skynet.be>
8074
8075         * sys/v4l2/v4l2src_calls.c:
8076           Handle optional v4l2 ioctls gracefully.
8077
8078 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8079
8080         * gst/rtp/Makefile.am:
8081         * gst/rtp/gstrtp.c: (plugin_init):
8082         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8083         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8084         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8085         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8086         (gst_rtp_h263_depay_get_property),
8087         (gst_rtp_h263_depay_change_state),
8088         (gst_rtp_h263_depay_plugin_init):
8089         * gst/rtp/gstrtph263depay.h:
8090         Added an H263 depayloader. Fixes #369392.
8091
8092         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8093         (gst_rtp_h263p_depay_process):
8094         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8095         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8096         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8097         payloads.
8098         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8099
8100 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8101
8102         * gst/audiofx/audiochebyshevfreqband.c:
8103         * gst/audiofx/audiochebyshevfreqlimit.c:
8104         Add small comparision with the windowed sinc filters in the docs.
8105
8106 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8107
8108         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8109         (audiochebyshevfreqband_suite):
8110         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8111         (audiochebyshevfreqlimit_suite):
8112         Also test 32 bit float mode and the type 2 variants of the filters.
8113
8114 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8115
8116         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8117         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8118         (gst_rtspsrc_loop):
8119         Refactor the udp and interleaved loop function a bit.
8120
8121 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8122
8123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8124         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8125         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8126         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8127         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8128         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8129         * gst/rtsp/gstrtspsrc.h:
8130         Protect connection activity with a new lock, avoids deadlocks when going
8131         to PAUSED. Fixes #455808.
8132
8133 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8134
8135         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8136         Fix debug statement.
8137
8138 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8139
8140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8141         Fix stray %u in debug line as spotted by Saur on IRC.
8142
8143 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8144
8145         * gst/audiofx/audiochebyshevfreqband.c:
8146         (gst_audio_chebyshev_freq_band_class_init):
8147         * gst/audiofx/audiochebyshevfreqlimit.c:
8148         (gst_audio_chebyshev_freq_limit_class_init):
8149         Use generator macros for the process functions for the different
8150         sample types, add lower upper boundaries for the GObject properties
8151         so automatically generated UIs can use sliders and add a note about
8152         the number of poles as a too high number of poles combined with
8153         very low or very high frequencies will produce only noise.
8154         * docs/plugins/gst-plugins-good-plugins.args:
8155         Regenerated for the property changes.
8156
8157 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8158
8159         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8160         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8161         (gst_rtspsrc_stream_configure_udp_sink),
8162         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8163         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8164         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8165         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8166         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8167         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8168         * gst/rtsp/gstrtspsrc.h:
8169         Improve timeout handling.
8170         Use the same socket for sending and receiving RTCP packets so that some
8171         servers can track clients better.
8172         Improve connection closed handling. Try to reconnect.
8173         Don't overwrite our content base with NULL.
8174         Improve debugging.
8175         Improve range parsing and handling.
8176         Remove flushing hack now that core does the right thing.
8177
8178 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8179
8180         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8181         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8182         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8183         (gst_multiudpsink_close), (gst_multiudpsink_add):
8184         * gst/udp/gstmultiudpsink.h:
8185         Add support for getting and setting the socket to use.
8186
8187         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8188         (gst_udpsrc_create), (gst_udpsrc_get_property):
8189         Add support for getting the currently used socket.
8190
8191 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8192
8193         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8194
8195         * gst/audiofx/Makefile.am:
8196         * gst/audiofx/audiochebyshevfreqband.c:
8197         (gst_audio_chebyshev_freq_band_mode_get_type),
8198         (gst_audio_chebyshev_freq_band_base_init),
8199         (gst_audio_chebyshev_freq_band_dispose),
8200         (gst_audio_chebyshev_freq_band_class_init),
8201         (gst_audio_chebyshev_freq_band_init),
8202         (generate_biquad_coefficients), (calculate_gain),
8203         (generate_coefficients),
8204         (gst_audio_chebyshev_freq_band_set_property),
8205         (gst_audio_chebyshev_freq_band_get_property),
8206         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8207         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8208         (gst_audio_chebyshev_freq_band_start):
8209         * gst/audiofx/audiochebyshevfreqband.h:
8210         * gst/audiofx/audiochebyshevfreqlimit.c:
8211         (gst_audio_chebyshev_freq_limit_mode_get_type),
8212         (gst_audio_chebyshev_freq_limit_base_init),
8213         (gst_audio_chebyshev_freq_limit_dispose),
8214         (gst_audio_chebyshev_freq_limit_class_init),
8215         (gst_audio_chebyshev_freq_limit_init),
8216         (generate_biquad_coefficients), (calculate_gain),
8217         (generate_coefficients),
8218         (gst_audio_chebyshev_freq_limit_set_property),
8219         (gst_audio_chebyshev_freq_limit_get_property),
8220         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8221         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8222         (gst_audio_chebyshev_freq_limit_start):
8223         * gst/audiofx/audiochebyshevfreqlimit.h:
8224         * gst/audiofx/audiofx.c: (plugin_init):
8225         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8226         Fixes #464800.
8227
8228         * tests/check/Makefile.am:
8229         * tests/check/elements/.cvsignore:
8230         * tests/check/elements/audiochebyshevfreqband.c:
8231         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8232         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8233         * tests/check/elements/audiochebyshevfreqlimit.c:
8234         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8235         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8236         Add unit tests for the chebyshev filters.
8237
8238         * docs/plugins/Makefile.am:
8239         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8240         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8241         * docs/plugins/gst-plugins-good-plugins.args:
8242         * docs/plugins/inspect/plugin-1394.xml:
8243         * docs/plugins/inspect/plugin-audiofx.xml:
8244         * docs/plugins/inspect/plugin-dv.xml:
8245         * docs/plugins/inspect/plugin-flac.xml:
8246         * docs/plugins/inspect/plugin-jpeg.xml:
8247         * docs/plugins/inspect/plugin-png.xml:
8248         * docs/plugins/inspect/plugin-rtp.xml:
8249         * docs/plugins/inspect/plugin-shout2send.xml:
8250         * docs/plugins/inspect/plugin-wavpack.xml:
8251         And add docs for the chebyshev filters. While doing
8252         that also run make update in docs/plugins.
8253
8254 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8255
8256         * ext/annodex/gstcmmltag.c:
8257         * gst/rtp/gstrtpvorbispay.c:
8258           Make ro memory to share.
8259
8260 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8261
8262         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8263         Improve UDP performance by avoiding a select() when we have data
8264         available immediatly.
8265
8266 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8267
8268         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8269         (gst_rtp_dec_class_init):
8270         * gst/rtsp/gstrtpdec.h:
8271         Add (dummy) SSRC management signals.
8272
8273         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8274         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8275         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8276         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8277         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8278         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8279         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8280         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8281         * gst/rtsp/gstrtspsrc.h:
8282         Add connection-speed property.
8283         Add find_stream helper functions.
8284         Handle stream EOS based on BYE messages or SSRC timeout.
8285         Returns SUCCESS from the state change function as we hide our async
8286         elements from the parent.
8287
8288 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8289
8290         * gst/debug/rndbuffersize.c:
8291           Fix da leak.
8292
8293 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8294
8295         * gst/debug/Makefile.am:
8296         * gst/debug/breakmydata.c:
8297         * gst/debug/gstdebug.c:
8298         * gst/debug/negotiation.c:
8299         * gst/debug/progressreport.c:
8300         * gst/debug/rndbuffersize.c:
8301         * gst/debug/testplugin.c:
8302           Add new test element and clean-up the others a little.
8303
8304 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8305
8306         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8307         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8308
8309 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8310
8311         * gst/rtp/gstrtpilbcdepay.c:
8312           Include stdlib.
8313
8314 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8315
8316         * gst/rtp/gstrtpmpvdepay.c:
8317         Set the mpegversion in the caps so that autoplugging does not get
8318         confused.
8319
8320 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8321
8322         * po/hu.po:
8323         * po/uk.po:
8324         * po/vi.po:
8325           Updated translations.
8326
8327 2007-08-08  Michael Smith <msmith@fluendo.com>
8328
8329         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8330           Render right border in the correct location.
8331
8332 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8333
8334         Patch by: Olivier Crete <tester at tester dot ca>
8335
8336         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8337         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8338         Make mode property a string. Fixes #464475.
8339
8340 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8341
8342         * ext/flac/gstflacenc.c:
8343           Widen caps to match decoder a bit and add more FIXMEs.
8344
8345 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8346
8347         patch by: Mark Nauwelaerts <manauw@skynet.be>
8348
8349         * gst/avi/gstavimux.c:
8350           Fix ODML index tag numbering. Fixes #463624.
8351
8352 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8353
8354         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8355         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8356         (gst_rtspsrc_stream_configure_tcp),
8357         (gst_rtspsrc_stream_configure_udp_sink):
8358         Fix default clock-rate for realmedia.
8359         Fix parsing of transport.
8360         Don't try to link NULL pads.
8361
8362 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8363
8364         * po/POTFILES.skip:
8365           Add POTFILES.skip with list of source files that aren't disted at the
8366           moment but contain translatable strings. Should hopefully pacify
8367           broken tools and make it clearer that these files are left out
8368           intentionally (#461600).
8369
8370 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8371
8372         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8373         If the buffer was entirely clipped ... don't try sending it :)
8374
8375 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8376
8377         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8378         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8379         (gst_rtspsrc_create_transports_string),
8380         (gst_rtspsrc_prepare_transports):
8381         If we don't hav a session manager, set the caps on outgoing buffers
8382         ourselves.
8383         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8384         Append final bit of the transport string even when it does not contain a
8385         placeholder.
8386
8387 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8388
8389         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8390         (gst_rtsp_ext_list_connect):
8391         * gst/rtsp/gstrtspext.h:
8392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8393         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8394         Clean up the interface list.
8395         Allow connecting to interface signals for the extensions.
8396         Remove old extension code.
8397         Free list on cleanup.
8398         Allow extensions to send additional RTSP messages.
8399
8400 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8401
8402         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8403         Handle a NULL gconf key gracefully by rendering the default element.
8404
8405 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8406
8407         * gst/rtsp/gstrtspext.h:
8408         Fix include path for extension interface.
8409
8410 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8411
8412         * gst/audiofx/audioamplify.h:
8413         Also remove a now unecessary variable here.
8414
8415 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8416
8417         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8418         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8419         * gst/audiofx/audiodynamic.c:
8420         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8421         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8422         * gst/audiofx/audiodynamic.h:
8423         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8424         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8425         * gst/audiofx/audioinvert.h:
8426         Don't save format information ourselves, this is already saved in
8427         GstAudioFilter.
8428
8429 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8430
8431         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8432         (gst_rtsp_ext_list_stream_select):
8433         * gst/rtsp/gstrtspext.h:
8434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8435         Use rank to filter out extensions.
8436         Add url to stream_select interface call.
8437
8438 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8439
8440         * gst/rtsp/Makefile.am:
8441         * gst/rtsp/base64.c:
8442         * gst/rtsp/base64.h:
8443         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8444         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8445         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8446         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8447         (gst_rtsp_ext_list_setup_media),
8448         (gst_rtsp_ext_list_configure_stream),
8449         (gst_rtsp_ext_list_get_transports),
8450         (gst_rtsp_ext_list_stream_select):
8451         * gst/rtsp/gstrtspext.h:
8452         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8453         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8454         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8455         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8456         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8457         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8458         (gst_rtspsrc_stream_configure_tcp),
8459         (gst_rtspsrc_stream_configure_mcast),
8460         (gst_rtspsrc_stream_configure_udp),
8461         (gst_rtspsrc_stream_configure_udp_sink),
8462         (gst_rtspsrc_stream_configure_transport),
8463         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8464         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8465         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8466         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8467         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8468         (gst_rtspsrc_parse_methods),
8469         (gst_rtspsrc_create_transports_string),
8470         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8471         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8472         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8473         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8474         * gst/rtsp/gstrtspsrc.h:
8475         * gst/rtsp/rtsp.h:
8476         * gst/rtsp/rtspconnection.c:
8477         * gst/rtsp/rtspconnection.h:
8478         * gst/rtsp/rtspdefs.c:
8479         * gst/rtsp/rtspdefs.h:
8480         * gst/rtsp/rtspext.h:
8481         * gst/rtsp/rtspextwms.c:
8482         * gst/rtsp/rtspextwms.h:
8483         * gst/rtsp/rtspmessage.c:
8484         * gst/rtsp/rtspmessage.h:
8485         * gst/rtsp/rtsprange.c:
8486         * gst/rtsp/rtsprange.h:
8487         * gst/rtsp/rtsptransport.c:
8488         * gst/rtsp/rtsptransport.h:
8489         * gst/rtsp/rtspurl.c:
8490         * gst/rtsp/rtspurl.h:
8491         * gst/rtsp/sdp.h:
8492         * gst/rtsp/sdpmessage.c:
8493         * gst/rtsp/sdpmessage.h:
8494         * gst/rtsp/test.c:
8495         Use shiny new RTSP and SDP library.
8496         Implement RTSP extensions using the new interface.
8497         Remove a lot of old code.
8498
8499 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8500
8501         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8502         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8503
8504 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8505
8506         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8507         Don't unref the outgoing buffer twice when dropping it because it's
8508         outside of the segment.
8509
8510 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8511
8512         * configure.ac:
8513         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8514         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8515         Use the new buffer clipping function from gstaudio here and
8516         require gst-plugins-base CVS.
8517         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8518         For framed Wavpack buffers we require a valid timestamp.
8519
8520 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8521
8522         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8523         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8524         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8525         Clip raw audio and video when we can, keep track of current output
8526         segment.
8527         Don't leak buffers and events when there is no output pad.
8528         Improve debugging here and there.
8529
8530 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8531
8532         * configure.ac:
8533           Sync liboil check with plugins-base.
8534
8535 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8536
8537         * ext/annodex/Makefile.am:
8538           Fix CFLAGS/LIBS.
8539
8540         * ext/cdio/gstcdiocddasrc.c:
8541         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8542           Include stdlib
8543
8544         * ext/cairo/Makefile.am:
8545         * gst/videofilter/Makefile.am:
8546         * tests/examples/level/Makefile.am:
8547           Use $(LIBM) instead of -lm
8548
8549 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8550
8551         * sys/v4l2/gstv4l2src.c:
8552           Add another example pipeline.
8553
8554 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8555
8556         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8557
8558         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8559           Use define here.
8560
8561         * sys/v4l2/gstv4l2tuner.c:
8562         (gst_v4l2_tuner_set_frequency_and_notify):
8563           Don't touch the property - its still disabled.
8564
8565         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8566         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8567         * sys/v4l2/v4l2src_calls.h:
8568           Improve fallback format negotionation. Fixes #451388
8569
8570 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8571
8572         * tests/check/elements/videocrop.c: (GST_START_TEST):
8573           Fix the test.
8574
8575 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8576
8577         * docs/plugins/Makefile.am:
8578         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8579         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8580         * docs/plugins/inspect/plugin-jpeg.xml:
8581         * docs/plugins/inspect/plugin-png.xml:
8582         * ext/jpeg/gstjpegdec.c:
8583         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8584         (gst_pngdec_sink_setcaps):
8585           More docs. More logs in pngdec.
8586
8587 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8588
8589         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8590           Initialize num_buffers with minimum value.
8591
8592         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8593         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8594           Handle frame-size query failure gracefully.
8595
8596 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8597
8598         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8599         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8600         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8601         of qt/aac files.
8602
8603 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8604
8605         * ext/wavpack/gstwavpackdec.c:
8606         (gst_wavpack_dec_clip_outgoing_buffer):
8607         Fix buffer clipping to correctly clip to the segment stop.
8608
8609 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8610
8611         * configure.ac:
8612         * tests/Makefile.am:
8613         Remove bogus check for libcheck, since we check for
8614         gstreamer-check and it pulls in the required info from there,
8615         and we weren't actually _using_ the information for libcheck
8616         ourselves anyway.
8617
8618 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8619
8620         * configure.ac:
8621           Use pkg-config to locate check.
8622
8623 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8624
8625         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8626         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8627         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8628         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8629         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8630         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8631         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8632         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8633         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8634         * gst/effectv/gstrev.c: (gst_revtv_transform):
8635         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8636         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8637         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8638         * gst/matroska/matroska-demux.c:
8639         (gst_matroska_demux_add_wvpk_header),
8640         (gst_matroska_demux_check_subtitle_buffer),
8641         (gst_matroska_decode_buffer):
8642         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8643           Fix build against core CVS.
8644
8645 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8646
8647         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8648         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8649         don't have enough granularity to convert that boolean into a
8650         GstFlowReturn.
8651
8652 2007-07-06  Michael Smith <msmith@fluendo.com>
8653
8654         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8655         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8656         (gst_alawdec_change_state):
8657         * gst/law/alaw-decode.h:
8658         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8659         (gst_mulawdec_class_init), (gst_mulawdec_init),
8660         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8661         * gst/law/mulaw-decode.h:
8662           Fix capsnego bogosity in *law decoders. 
8663
8664 2007-07-06  Michael Smith <msmith@fluendo.com>
8665
8666         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8667         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8668         (gst_smokeenc_change_state):
8669         * ext/jpeg/gstsmokeenc.h:
8670           Remove stupidity in get/set caps functions.
8671           Fix some refcounting problems.
8672
8673 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8674
8675         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8676         Remove endianness-flipping hack that seems to have been required
8677         only because of a bug in ffmpegcolorspace.
8678         Partially Fixes: #451908
8679
8680 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8681
8682         * docs/plugins/Makefile.am:
8683           Simplify --extra-dir as gtkdoc scans recursively.
8684
8685 2007-07-03  Wim Taymans  <wim@fluendo.com>
8686
8687         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8688
8689         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8690         Set the encoding-name in the rtp caps to all uppercase, as required by
8691         the caps spec.
8692         Some small cleanups in the error paths. Fixes #453037.
8693
8694 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8695
8696         * ext/wavpack/gstwavpackparse.c:
8697         (gst_wavpack_parse_index_get_last_entry),
8698         (gst_wavpack_parse_index_get_entry_from_sample),
8699         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8700         (gst_wavpack_parse_scan_to_find_sample):
8701         * ext/wavpack/gstwavpackparse.h:
8702         Use a GSList for the GArray that is used like a list anyway.
8703
8704 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8705
8706         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8707         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8708         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8709           Add state change function where we set 0/1 as default framerate in
8710           case our setcaps function isn't called, like it might not in a
8711           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8712           gdkpixbufdec trying to create caps with a 0/0 framerate.
8713           Also post an error message on the bus if gst_pad_push() fails when
8714           called from our sink event handler (+1 for flow returns for event
8715           functions in 0.11) instead of failing silently.
8716
8717 2007-06-27  Wim Taymans  <wim@fluendo.com>
8718
8719         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8720         Cast stack args to the proper types. Fixes #451249.
8721
8722 2007-06-27  Wim Taymans  <wim@fluendo.com>
8723
8724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8725         (new_session_pad), (gst_rtspsrc_setup_streams):
8726         * gst/rtsp/gstrtspsrc.h:
8727         For container formats we only need to activate one of the streams so
8728         that we correctly signal no-more-pads. Fixes #451015.
8729
8730 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8731
8732         * docs/plugins/gst-plugins-good-plugins.args:
8733         * docs/plugins/inspect/plugin-aasink.xml:
8734         * docs/plugins/inspect/plugin-alaw.xml:
8735         * docs/plugins/inspect/plugin-alpha.xml:
8736         * docs/plugins/inspect/plugin-alphacolor.xml:
8737         * docs/plugins/inspect/plugin-annodex.xml:
8738         * docs/plugins/inspect/plugin-apetag.xml:
8739         * docs/plugins/inspect/plugin-audiofx.xml:
8740         * docs/plugins/inspect/plugin-auparse.xml:
8741         * docs/plugins/inspect/plugin-autodetect.xml:
8742         * docs/plugins/inspect/plugin-avi.xml:
8743         * docs/plugins/inspect/plugin-cacasink.xml:
8744         * docs/plugins/inspect/plugin-cairo.xml:
8745         * docs/plugins/inspect/plugin-cdio.xml:
8746         * docs/plugins/inspect/plugin-cutter.xml:
8747         * docs/plugins/inspect/plugin-debug.xml:
8748         * docs/plugins/inspect/plugin-efence.xml:
8749         * docs/plugins/inspect/plugin-effectv.xml:
8750         * docs/plugins/inspect/plugin-esdsink.xml:
8751         * docs/plugins/inspect/plugin-flac.xml:
8752         * docs/plugins/inspect/plugin-flxdec.xml:
8753         * docs/plugins/inspect/plugin-gconfelements.xml:
8754         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8755         * docs/plugins/inspect/plugin-goom.xml:
8756         * docs/plugins/inspect/plugin-halelements.xml:
8757         * docs/plugins/inspect/plugin-icydemux.xml:
8758         * docs/plugins/inspect/plugin-id3demux.xml:
8759         * docs/plugins/inspect/plugin-jpeg.xml:
8760         * docs/plugins/inspect/plugin-ladspa.xml:
8761         * docs/plugins/inspect/plugin-level.xml:
8762         * docs/plugins/inspect/plugin-matroska.xml:
8763         * docs/plugins/inspect/plugin-mulaw.xml:
8764         * docs/plugins/inspect/plugin-multipart.xml:
8765         * docs/plugins/inspect/plugin-navigationtest.xml:
8766         * docs/plugins/inspect/plugin-ossaudio.xml:
8767         * docs/plugins/inspect/plugin-png.xml:
8768         * docs/plugins/inspect/plugin-quicktime.xml:
8769         * docs/plugins/inspect/plugin-rtp.xml:
8770         * docs/plugins/inspect/plugin-rtsp.xml:
8771         * docs/plugins/inspect/plugin-smpte.xml:
8772         * docs/plugins/inspect/plugin-speex.xml:
8773         * docs/plugins/inspect/plugin-taglib.xml:
8774         * docs/plugins/inspect/plugin-udp.xml:
8775         * docs/plugins/inspect/plugin-videobalance.xml:
8776         * docs/plugins/inspect/plugin-videobox.xml:
8777         * docs/plugins/inspect/plugin-videocrop.xml:
8778         * docs/plugins/inspect/plugin-videoflip.xml:
8779         * docs/plugins/inspect/plugin-videomixer.xml:
8780         * docs/plugins/inspect/plugin-wavenc.xml:
8781         * docs/plugins/inspect/plugin-wavparse.xml:
8782         * docs/plugins/inspect/plugin-ximagesrc.xml:
8783           Update docs with caps info.
8784
8785 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * po/POTFILES.in:
8788           Add more files with translatable strings (#450878).
8789
8790 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8791
8792         * MAINTAINERS:
8793         Updating all the maintainers files
8794
8795 2007-06-22  Edward Hervey  <edward@fluendo.com>
8796
8797         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8798         * gst/interleave/deinterleave.c: (deinterleave_init),
8799         (deinterleave_sink_link):
8800         * gst/interleave/interleave.c: (interleave_init):
8801         * gst/median/gstmedian.c: (gst_median_init):
8802         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8803         Fix memory leaks.
8804         * tests/check/elements/id3demux.c: (pad_added_cb):
8805         Remove unused variable.
8806
8807 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8808
8809         * ext/gconf/gconf.h:
8810         Make the prototype of gst_gconf_get_key_for_sink_profile
8811         match the implementation.
8812         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8813         Fixes: #449747
8814
8815 2007-06-20  Michael Smith <msmith@fluendo.com>
8816
8817         * gst/rtp/gstrtpdepay.c:
8818           Fix description - rtpdepay is not a payloader.
8819
8820 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8821
8822         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8823         (qtdemux_video_caps):
8824         * gst/qtdemux/qtdemux_fourcc.h:
8825           Add MJPG to the variants of motion jpeg.
8826
8827 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8828
8829         * tests/check/Makefile.am:
8830         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8831         * tests/check/elements/videocrop.c: (GST_START_TEST):
8832         * tests/check/elements/videofilter.c:
8833         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8834         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8835           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8836           error flags are included and it errors out on compiler warnings
8837           for CVS builds; remove unused variables in various unit tests.
8838
8839 2007-06-19  Wim Taymans  <wim@fluendo.com>
8840
8841         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8842         (rtsp_connection_close), (rtsp_connection_free):
8843         Use threadsafe inet_ntop to convert an ip number to a string. 
8844         Fixes #447961.
8845         Don't leak fd (and ip) when freeing a connection without first closing
8846         it.
8847
8848 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8849
8850         * configure.ac:
8851         Back to CVS
8852
8853         * gst-plugins-good.doap:
8854         Add 0.10.6 to the doap file.
8855
8856 === release 0.10.6 ===
8857
8858 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8859
8860         * configure.ac:
8861           releasing 0.10.6, "Wobble Board"
8862
8863 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8864
8865         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8866         (rtsp_connection_free):
8867           Revert previous commit again, since we are frozen (sorry).
8868
8869 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8870
8871         Patch by: Peter Kjellerstedt <pkj at axis com>
8872
8873         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8874         (rtsp_connection_free):
8875           inet_ntoa() uses a static buffer internally, so we need to copy the
8876           returned string if we want to store it for later (#447961).
8877
8878 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8879
8880         * win32/vs6/autogen.dsp:
8881         * win32/vs6/gst_plugins_good.dsw:
8882         * win32/vs6/libgstalaw.dsp:
8883         * win32/vs6/libgstalpha.dsp:
8884         * win32/vs6/libgstalphacolor.dsp:
8885         * win32/vs6/libgstapetag.dsp:
8886         * win32/vs6/libgstaudiofx.dsp:
8887         * win32/vs6/libgstauparse.dsp:
8888         * win32/vs6/libgstautodetect.dsp:
8889         * win32/vs6/libgstavi.dsp:
8890         * win32/vs6/libgstcutter.dsp:
8891         * win32/vs6/libgstdirectdraw.dsp:
8892         * win32/vs6/libgstdirectsound.dsp:
8893         * win32/vs6/libgsteffectv.dsp:
8894         * win32/vs6/libgstflx.dsp:
8895         * win32/vs6/libgstgoom.dsp:
8896         * win32/vs6/libgsticydemux.dsp:
8897         * win32/vs6/libgstid3demux.dsp:
8898         * win32/vs6/libgstinterleave.dsp:
8899         * win32/vs6/libgstjpeg.dsp:
8900         * win32/vs6/libgstlevel.dsp:
8901         * win32/vs6/libgstmatroska.dsp:
8902         * win32/vs6/libgstmedian.dsp:
8903         * win32/vs6/libgstmonoscope.dsp:
8904         * win32/vs6/libgstmulaw.dsp:
8905         * win32/vs6/libgstmultipart.dsp:
8906         * win32/vs6/libgstqtdemux.dsp:
8907         * win32/vs6/libgstrtp.dsp:
8908         * win32/vs6/libgstrtsp.dsp:
8909         * win32/vs6/libgstsmpte.dsp:
8910         * win32/vs6/libgstspeex.dsp:
8911         * win32/vs6/libgstudp.dsp:
8912         * win32/vs6/libgstvideobalance.dsp:
8913         * win32/vs6/libgstvideobox.dsp:
8914         * win32/vs6/libgstvideocrop.dsp:
8915         * win32/vs6/libgstvideoflip.dsp:
8916         * win32/vs6/libgstvideomixer.dsp:
8917         * win32/vs6/libgstwaveform.dsp:
8918         * win32/vs6/libgstwavenc.dsp:
8919         * win32/vs6/libgstwavparse.dsp:
8920         Mark *.dsp & *.dsw as binary files and convert to DOS line
8921         endings, as they don't load into VS6 correctly otherwise.
8922
8923 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8924
8925         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8926         (rtsp_connection_connect):
8927         Fix the MingW build. 
8928         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8929         Fixes: #446981
8930
8931 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8932
8933         * tests/check/elements/.cvsignore:
8934         * tests/icles/.cvsignore:
8935         Hush the buildbots up
8936
8937 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8938
8939         * configure.ac:
8940         * sys/Makefile.am:
8941         * sys/directdraw/Makefile.am:
8942         * sys/directsound/Makefile.am:
8943         * sys/waveform/Makefile.am:
8944         Make sure to dist everything needed for win32 builds.
8945
8946 2007-06-14  Edward Hervey  <edward@fluendo.com>
8947
8948         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8949         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8950         caps.
8951         Fixes #447458
8952
8953 2007-06-13  Wim Taymans  <wim@fluendo.com>
8954
8955         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8956         Make sure we allocate enough memory for the codec_data.
8957         Fixes #447210.
8958
8959 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8960
8961         * win32/MANIFEST:
8962         Add videocrop project file to the win32 manifest.
8963         * win32/vs6/gst_plugins_good.dsw:
8964         Add qtdemux,videocrop and waveform projects to the workspace.
8965         * win32/vs6/libgstqtdemux.dsp:
8966         Add zlib to the link list of qtdemux.
8967         * win32/vs6/libgstvideocrop.dsp:
8968         Add a project file for videocrop.
8969
8970 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8971
8972         * po/POTFILES.in:
8973         Add qtdemux for translation
8974
8975 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8976
8977         * configure.ac:
8978         * docs/plugins/Makefile.am:
8979         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8980         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8981         * docs/plugins/inspect/plugin-videocrop.xml:
8982         * gst-plugins-good.spec.in:
8983         * sys/Makefile.am:
8984         * tests/check/Makefile.am:
8985         * tests/icles/Makefile.am:
8986         * tests/icles/videocrop-test.c:
8987         Move videocrop and osxvideo from -bad.
8988
8989 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8990
8991         * configure.ac:
8992         * docs/plugins/Makefile.am:
8993         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8994         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8995         * docs/plugins/gst-plugins-good-plugins.args:
8996         * docs/plugins/inspect/plugin-qtdemux.xml:
8997         * docs/plugins/inspect/plugin-quicktime.xml:
8998         * win32/MANIFEST:
8999         Move qtdemux from -bad.
9000
9001         * gst-plugins-good.spec.in:
9002         Update spec file to reflect moving of qtdemux and wavpack
9003
9004 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9005         
9006         * win32/MANIFEST:
9007         * docs/plugins/Makefile.am:
9008         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9009         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9010         * docs/plugins/inspect/plugin-directdraw.xml:
9011         * docs/plugins/inspect/plugin-directsound.xml:
9012         * docs/plugins/inspect/plugin-waveform.xml:
9013         Move the waveform plugin from -bad too. Update the inspect xml
9014         files to mention Plugins Good instead of Plugins Bad.
9015
9016 2007-06-12  Andy Wingo  <wingo@pobox.com>
9017
9018         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9019         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9020         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9021         finalization and resuscitation. No longer public.
9022         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9023         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9024         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9025         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9026         miniobject semantics, and be threadsafe.
9027         (gst_v4l2src_queue_frame): Remove this function, as we just call
9028         the ioctls directly in the two places where we queue buffers.
9029         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9030         directly.
9031         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9032         to allocate the pool, which also preallocates the GstBuffers.
9033         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9034         queueing the frames directly.
9035         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9036         mmap buffers have been dequeued.
9037
9038         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9039         real MiniObject instead of rolling our own refcounting and
9040         finalizing. Give it a lock.
9041         (struct _GstV4l2Buffer): Remove one intermediary object, having
9042         the buffers hold the struct v4l2_buffer directly.
9043
9044         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9045         capture_init so that it can set them on the buffers that it will
9046         create.
9047         (gst_v4l2src_get_read): For better or for worse, include the
9048         timestamping and offsetting code here; really we should be using
9049         bufferalloc though.
9050         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9051         preallocated, mmap'd buffers.
9052
9053 2007-06-11  Wim Taymans  <wim@fluendo.com>
9054
9055         Patch by: daniel fischer <dan at f3c dot com>
9056
9057         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9058         (gst_ximage_src_get_caps):
9059         Actually use the display_name property so that we can dump any
9060         available X display. Fixes #445905.
9061
9062 2007-06-11  Wim Taymans  <wim@fluendo.com>
9063
9064         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9065
9066         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9067         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9068         Add missing rate fields to caps. Fixes #441118.
9069
9070 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9071
9072         * win32/vs6/gst_plugins_good.dsw:
9073         * win32/vs8/gst-plugins-good.sln:
9074         Add DirectSound and DirectDraw sinks project files to
9075         workspace and solution files.
9076
9077 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9078
9079         Patch by: Josh Coalson <xflac at yahoo dot com>,
9080         updated by Alexis Ballier <aballier at gentoo dot org>:
9081
9082         * configure.ac:
9083         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9084         (gst_flac_dec_setup_seekable_decoder),
9085         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9086         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9087         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9088         * ext/flac/gstflacdec.h:
9089         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9090         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9091         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9092         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9093         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9094         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9095         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9096         * ext/flac/gstflacenc.h:
9097         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9098         
9099 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9100
9101         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9102         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9103         not necessary anymore as we need at least that core version. 
9104
9105 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9106
9107         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9108         (gst_wavpack_dec_chain):
9109         * ext/wavpack/gstwavpackdec.h:
9110         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9111         (gst_wavpack_parse_push_buffer):
9112         * ext/wavpack/gstwavpackparse.h:
9113         Improve discont handling by checking if the next Wavpack block has
9114         the expected, following block index.
9115
9116 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9117
9118         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9119           Fix element description.
9120
9121 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9122
9123         * configure.ac:
9124         * docs/plugins/Makefile.am:
9125         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9126         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9127         * docs/plugins/gst-plugins-good-plugins.args:
9128         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9129         * docs/plugins/gst-plugins-good-plugins.signals:
9130         * docs/plugins/inspect/plugin-autodetect.xml:
9131         * docs/plugins/inspect/plugin-gconfelements.xml:
9132         * docs/plugins/inspect/plugin-ladspa.xml:
9133         * docs/plugins/inspect/plugin-rtp.xml:
9134         * docs/plugins/inspect/plugin-wavpack.xml:
9135         * ext/Makefile.am:
9136         * tests/check/Makefile.am:
9137           move wavpack plugin.  See #352605.
9138
9139 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9140
9141         * configure.ac:
9142         * docs/plugins/Makefile.am:
9143         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9144         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9145         * docs/plugins/gst-plugins-good-plugins.args:
9146         * sys/Makefile.am:
9147         * win32/MANIFEST:
9148         Add DirectDraw & DirectSound plugins to the build and docs.
9149
9150 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9151
9152         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9153         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9154           When operating in pull mode, error out correct on not-linked.
9155
9156 2007-06-06  Andy Wingo  <wingo@pobox.com>
9157
9158         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9159         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9160         format and size if the ioctls are defined; should fix compilation
9161         on Linux < 2.16.19.
9162
9163 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9164
9165         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9166           Printf fixes in debug statements; use LOG level for debug statements
9167           that are printed for each and every frame; convert c++ comments to
9168           C-style comments; not much point using g_try_malloc() if we then not
9169           even check the return value.
9170
9171 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9172
9173         * configure.ac:
9174           Bump requirements to released versions (core and base 0.10.13).
9175
9176         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9177           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9178           own implementation.
9179
9180 2007-06-05  Andy Wingo  <wingo@pobox.com>
9181
9182         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9183         some useless comments.
9184
9185         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9186         frames before calling STREAMON, that might leave them in a state
9187         where they can't be dequeued if we go back to NULL without calling
9188         STREAMON, according to the docs.
9189         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9190         before we call STREAMON.
9191         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9192         failures. (For me this code hung.) The pool refcounting is still
9193         crack; added a note to that effect.
9194
9195 2007-06-05  Wim Taymans  <wim@fluendo.com>
9196
9197         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9198         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9199         Add support for mapping gst structure names to the MIME type equivalent.
9200         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9201
9202 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9203
9204         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9205         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9206         (gst_wavenc_chain), (gst_wavenc_change_state):
9207         * gst/wavenc/gstwavenc.h:
9208         Properly write wav files with width!=depth by having the depth most
9209         significant bytes set and all others zero. Fixes #442535.
9210
9211 2007-06-01  Wim Taymans  <wim@fluendo.com>
9212
9213         * gst/rtsp/rtspconnection.c:
9214         Add include to make buildbot happy.
9215
9216 2007-06-01  Wim Taymans  <wim@fluendo.com>
9217
9218         Patch by: Peter Kjellerstedt  <pkj at axis com>
9219
9220         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9221         (rtsp_connection_connect), (add_date_header),
9222         (rtsp_connection_send), (parse_response_status),
9223         (parse_request_line), (parse_line), (rtsp_connection_receive):
9224         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9225         * gst/rtsp/rtspdefs.h:
9226         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9227         (rtsp_message_init_request), (rtsp_message_init_response),
9228         (rtsp_message_remove_header), (rtsp_message_append_headers),
9229         (rtsp_message_dump):
9230         * gst/rtsp/rtspmessage.h:
9231         Improves version checking, allowing an RTSP server to reply with "505
9232         RTSP Version not supported.
9233         Adds a Date header to all messages.
9234         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9235         want to be able to send a response even if something in the request was
9236         invalid. EINVAL is only used when passing wrong arguments to functions.
9237         Do not handle an invalid method in parse_request_line(). Defer this to
9238         the caller so it can respond with "405 Method Not Allowed".
9239         Improves parsing of the timeout parameter to the Session header,
9240         allowing whitespace after the semicolon. 
9241         Avoids a compiler warning due to variables shadowing a function argument.
9242
9243 2007-06-01  Wim Taymans  <wim@fluendo.com>
9244
9245         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9246
9247         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9248         (gst_rtp_amr_depay_process):
9249         * gst/rtp/gstrtpamrdepay.h:
9250         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9251         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9252         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9253         * gst/rtp/gstrtpamrpay.h:
9254         Add support for AMR-WB.
9255         Small cleanups such as using BOILERPLATE.
9256
9257 2007-05-31  Wim Taymans  <wim@fluendo.com>
9258
9259         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9260         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9261
9262 2007-05-30  Andy Wingo  <wingo@pobox.com>
9263
9264         * sys/v4l2/gstv4l2object.h: 
9265         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9266         unintended changes.
9267
9268         * sys/v4l2/v4l2src_calls.h: 
9269         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9270         the format list in the order that the driver gives it to us.
9271         (gst_v4l2src_probe_caps_for_format_and_size)
9272         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9273         based on the capabilities of the device.
9274         (gst_v4l2src_grab_frame): Update for object variable renaming.
9275         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9276         as in the set_caps below.
9277         (gst_v4l2src_capture_init): Update for object variable renaming,
9278         and reflow.
9279         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9280         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9281         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9282         (gst_v4l2src_get_fps): Remove; these functions don't have much
9283         meaning outside of an atomic set_caps method.
9284         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9285         known.
9286
9287         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9288         call to update_fps; not sure about this change.
9289         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9290         moment we don't have an update_fps_func.
9291
9292         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9293         structures in the object, just store what we need. Do store the
9294         probed caps of the device. Don't store the current frame rate.
9295
9296         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9297         update_fps_function, for now. Update for new object variable
9298         naming.
9299         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9300         new object variable naming.
9301         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9302         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9303         (gst_v4l2src_get_caps): Rework to probe the device for supported
9304         frame sizes and frame rates.
9305         (gst_v4l2src_set_caps): Rework to be strict in the given
9306         parameters: if someone asks us to have a certain size and rate,
9307         that is what we configure.
9308         (gst_v4l2src_get_read): Update for object variable naming. Don't
9309         leak buffers on short reads.
9310         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9311         comments.
9312         (gst_v4l2src_create): Update for object variable naming.
9313
9314 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9315
9316         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9317         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9318         * gst/avi/gstavidemux.h:
9319           Parse subtitle text streams instead of erroring out (#442034). Still
9320           needs a parser for the subtitles to actually show up.
9321
9322 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9323
9324         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9325         (gst_avi_demux_loop):
9326           Make _push_event() return TRUE if the event could be pushed on at
9327           least one pad and not only if it could be pushed on all pads,
9328           otherwise we'll end up posting an error message on EOS if one or
9329           more source pads are not connected.
9330
9331 2007-05-28  Wim Taymans  <wim@fluendo.com>
9332
9333         * gst/rtsp/rtsptransport.c:
9334         Use renamed RTP bin.
9335
9336 2007-05-28  Wim Taymans  <wim@fluendo.com>
9337
9338         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9339
9340         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9341         (gst_video_box_set_property), (gst_video_box_transform_caps),
9342         (video_box_recalc_transform), (gst_video_box_set_caps),
9343         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9344         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9345         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9346         (gst_video_box_i420_i420), (gst_video_box_transform),
9347         (plugin_init):
9348         Add AYUV->AYUV and AYUV->I420 formats. 
9349         Fix negotiation and I420->AYUV conversion.
9350         Fixes #429329.
9351
9352 2007-05-26  Wim Taymans  <wim@fluendo.com>
9353
9354         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9355         Use different variables for nested for loops so that the outer loop
9356         functions properly and speex files with multiple frames per buffer work
9357         properly.
9358         Fixes #441408.
9359
9360 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9361
9362         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9363           Don't leak newsegment events.
9364
9365 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9366
9367         * gst/wavparse/Makefile.am:
9368           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9369           drags it in.
9370
9371 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9372
9373         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9374         (notgst_value_array_append_buffer),
9375         (gst_flac_enc_process_stream_headers),
9376         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9377         (gst_flac_enc_change_state):
9378         * ext/flac/gstflacenc.h:
9379           Collect headers, add "streamheader" field to output caps and set
9380           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9381           produces output according to the official FLAC-to-Ogg mapping
9382           instead of completely broken files. Fixes #426044.
9383
9384 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9385
9386         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9387         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9388         (gst_id3demux_sink_event):
9389         * gst/id3demux/gstid3demux.h:
9390         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9391         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9392         (gst_tag_demux_send_new_segment):
9393         Handle and adjust new-segment events so that downstream really
9394         sees a stream with the tag pieces stripped off the front and back.
9395         Fixes strangeness in seeking when mp3 decoders use the new-segment
9396         byte position to estimate their current playback position timestamp
9397         and then the arriving buffers don't match up.
9398
9399 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9400
9401         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9402           Don't unnecessarily perform a READY->NULL->READY transition on the
9403           detected audio sink when starting up. Fixes: #440127
9404
9405 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9406
9407         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9408         (gst_flac_enc_chain):
9409           Don't crash in chain function if setcaps hasn't been called.
9410
9411 2007-05-24  Wim Taymans  <wim@fluendo.com>
9412
9413         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9414         Init value to avoid infinte loops.
9415
9416 2007-05-24  Wim Taymans  <wim@fluendo.com>
9417
9418         Patch by: Peter Kjellerstedt  <pkj at axis com>
9419
9420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9421         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9422         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9423         (gst_rtspsrc_play):
9424         (rtsp_connection_send), (rtsp_connection_receive):
9425         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9426         Fix for new API.
9427
9428         * gst/rtsp/rtspconnection.c: (add_auth_header),
9429         Only add authorisation and session headers when sending messages.
9430
9431         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9432         (rtsp_message_init_request), (rtsp_message_init_response),
9433         (rtsp_message_unset), (rtsp_message_add_header),
9434         (rtsp_message_remove_header), (rtsp_message_get_header),
9435         (rtsp_message_append_headers), (dump_key_value),
9436         (rtsp_message_dump):
9437         * gst/rtsp/rtspmessage.h:
9438         Add support for multiple headers of the same type by storing the parsed
9439         headers in a GArray instaed of a hashtable.
9440
9441 2007-05-21  Wim Taymans  <wim@fluendo.com>
9442
9443         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9444         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9445         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9446         safer shutdown.
9447
9448 2007-05-21  Wim Taymans  <wim@fluendo.com>
9449
9450         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9451         * gst/rtsp/gstrtpdec.h:
9452         Added signal for backwards compat.
9453
9454 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9455         
9456         Patch by: René Stadler <mail at renestadler dot de>
9457
9458         * configure.ac:
9459         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9460         (gst_au_parse_parse_header), (gst_au_parse_chain):
9461         * gst/auparse/gstauparse.h:
9462         Use audioconvert for converting from non-native endianness floats
9463         in auparse instead of doing it ourself. Fixes #424527.
9464         This needs the audioconvert from plugins-base CVS.
9465         
9466 2007-05-21  Wim Taymans  <wim@fluendo.com>
9467
9468         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9469         (gst_rtp_h263p_pay_flush):
9470         Fix enum registration.
9471
9472 2007-05-21  Wim Taymans  <wim@fluendo.com>
9473
9474         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9475
9476         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9477         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9478         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9479         (gst_rtp_h263p_pay_flush):
9480         * gst/rtp/gstrtph263ppay.h:
9481         Add new fragmentation mode base on GOB headers. Fixes #438940.
9482
9483 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9484
9485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9486           Printf format fix.
9487
9488 2007-05-18  Wim Taymans  <wim@fluendo.com>
9489
9490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9491         Don't crash when an unsupported transport error was returned by the
9492         server, just try to configure the next stream. Fixes #439255.
9493
9494 2007-05-18  Wim Taymans  <wim@fluendo.com>
9495
9496         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9497         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9498         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9499         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9500         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9501         * gst/rtsp/gstrtspsrc.h:
9502         Add TCP timeout property and use it for all TCP connection.
9503
9504         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9505         (rtsp_connection_write), (rtsp_connection_next_timeout),
9506         (rtsp_connection_reset_timeout):
9507         Make connect and writes cancelable and make them use the timeout.
9508
9509 2007-05-18  Wim Taymans  <wim@fluendo.com>
9510
9511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9512         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9513         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9514         (gst_rtspsrc_setup_streams):
9515         Refactor timeout handling.
9516         Also send keep-alive when dealing with TCP transport.
9517
9518         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9519         (rtsp_connection_free), (rtsp_connection_next_timeout),
9520         (rtsp_connection_reset_timeout):
9521         * gst/rtsp/rtspconnection.h:
9522         Use a timer to handle the session timeouts, add some methods to deal
9523         with timeouts.
9524
9525 2007-05-17  Wim Taymans  <wim@fluendo.com>
9526
9527         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9528         (gst_rtspsrc_setup_streams):
9529         Ignore streams that fail the setup command, we will retry with a
9530         different transport later on.
9531
9532         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9533         (rtsp_ext_wms_configure_stream):
9534         Fix encoding name case.
9535
9536 2007-05-16  Edward Hervey  <edward@fluendo.com>
9537
9538         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9539         Fix build on macosx.
9540
9541 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9542
9543         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9544         Replace direct comparison of a string with the string literal "" with
9545         a comparison of the first character with '\0'. Fixes #438926.
9546
9547 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9548
9549         * gst/debug/breakmydata.c (gst_break_my_data_init):
9550           One more try. This should be the proper fix now.
9551
9552 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9553
9554         * gst/debug/breakmydata.c:
9555           Ooops, no // comments please.
9556
9557 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9558
9559         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9560         (gst_break_my_data_init):
9561           Fix gst_buffer_is_writable() assertion.
9562
9563 2007-05-14  David Schleef  <ds@schleef.org>
9564
9565         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9566           video/x-raw-bayer.  Fixes #314160.
9567
9568 2007-05-14  Wim Taymans  <wim@fluendo.com>
9569
9570         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9571         (gst_rtp_theora_depay_parse_configuration):
9572         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9573         (gst_rtp_theora_pay_finish_headers),
9574         (gst_rtp_theora_pay_handle_buffer):
9575         Update theora pay/depayloader in a similar to vorbis.
9576
9577         * gst/rtp/gstrtpvorbisdepay.c:
9578         (gst_rtp_vorbis_depay_parse_configuration):
9579         Update docs.
9580
9581 2007-05-14  Wim Taymans  <wim@fluendo.com>
9582
9583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9584         When we try to execute a method that is not supported by the server,
9585         don't error out but remove the method from the accepted methods so that
9586         we never try to perform this method again.
9587
9588 2007-05-14  Wim Taymans  <wim@fluendo.com>
9589
9590         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9591         Remove annoying _dump_mem.
9592
9593 2007-05-14  Wim Taymans  <wim@fluendo.com>
9594
9595         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9596         Parse range correctly.
9597
9598         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9599         The baseurl now always has a '/' at the start.
9600
9601 2007-05-14  Wim Taymans  <wim@fluendo.com>
9602
9603         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9604         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9605         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9606         Factor out caps configuration and configure more stuff such as the time
9607         ranges and speed/scale values.
9608
9609         * gst/rtsp/rtsptransport.c:
9610         Add Copyright after non-trival fixes.
9611
9612 2007-05-12  Wim Taymans  <wim@fluendo.com>
9613
9614         Patch by: Peter Kjellerstedt  <pkj at axis com>
9615
9616         * gst/rtsp/gstrtspsrc.h:
9617         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9618         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9619         (rtsp_message_get_header):
9620         * gst/rtsp/rtspmessage.h:
9621         Make channel guint8 where possible.
9622         Make rtsp_message_init_data() take the channel as a guint8.
9623
9624         * gst/rtsp/rtspdefs.c:
9625         Fixed a typo: Timout -> Timeout
9626
9627         * gst/rtsp/rtspdefs.h:
9628         Make RTSP_CHECK() behave as a statement.
9629
9630         * gst/rtsp/sdpmessage.c:
9631         Avoid a compiler warning in INIT_ARRAY().
9632         Fixes #437692.
9633
9634 2007-05-12  Wim Taymans  <wim@fluendo.com>
9635
9636         Patch by: Peter Kjellerstedt  <pkj at axis com>
9637
9638         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9639         (rtsp_url_get_request_uri):
9640         * gst/rtsp/rtspurl.h:
9641         Add support for query parameters to RTSP URLs.
9642
9643 2007-05-12  Wim Taymans  <wim@fluendo.com>
9644
9645         Patch by: Peter Kjellerstedt  <pkj at axis com>
9646
9647         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9648         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9649         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9650         (rtsp_transport_parse), (rtsp_transport_as_text):
9651         * gst/rtsp/rtsptransport.h:
9652         Add validation to rtsp_transport_parse().
9653         Add rtsp_transport_as_text() to generate an RTSP header from an
9654         RTSPTransport.
9655         Change ssrc to guint (was a string) since that is what it is, even
9656         though it is sent as a hex string.
9657         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9658         incorrect, which can be seen when looking at the examples in the RFC).
9659         Fixes #437670.
9660
9661 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9662
9663         Patch by: Eric Anholt
9664
9665         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9666           gst_ximage_src_ximage_get):
9667         Use union of all damage between frames to make it faster.
9668         Fixes bug #342463.
9669         Also fix crasher when cursor is at bottom right of window.
9670
9671 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9672
9673         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9674           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9675           streaming mode regression for file from #343837 with 'bext' chunk
9676           before the 'fmt' chunk.
9677
9678 2007-05-11  Wim Taymans  <wim@fluendo.com>
9679
9680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9681         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9682         (gst_rtspsrc_handle_src_event),
9683         (gst_rtspsrc_stream_configure_manager),
9684         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9685         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9686         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9687         * gst/rtsp/gstrtspsrc.h:
9688         * gst/rtsp/rtspdefs.h:
9689         Preliminary seek support.
9690         Activate internal pads so that we can receive events on them.
9691         Don't try to parse a range string when it's NULL.
9692
9693 2007-05-11  Wim Taymans  <wim@fluendo.com>
9694
9695         * gst/rtp/README:
9696         Update README with new RTP variables that will be used for
9697         synchronisation.
9698
9699         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9700         (gst_rtp_vorbis_depay_parse_configuration),
9701         (gst_rtp_vorbis_depay_process):
9702         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9703         (gst_rtp_vorbis_pay_finish_headers),
9704         (gst_rtp_vorbis_pay_handle_buffer):
9705         Update vorbis pay and depayloader to draft-04.
9706
9707 2007-05-11  Wim Taymans  <wim@fluendo.com>
9708
9709         * gst/rtsp/rtsptransport.c:
9710         UDP MCAST is actually the default for RTP/AVP.
9711 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9712
9713         * gst/level/gstlevel.c: (gst_level_transform_ip):
9714         Use guint8 * instead of gpointer then vs6 can build 
9715         in_data += (filter->width / 8).
9716
9717 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9718
9719         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9720           gst_ximage_src_ximage_get):
9721         * sys/ximage/gstximagesrc.h (last_ximage):
9722         When using Damage actually keep the last frame, and not assume
9723         that the buffer we get already has the last frame on it.
9724         Copy the cursor over if we specify a non-zero start x and
9725         start y.
9726
9727 2007-05-11  Wim Taymans  <wim@fluendo.com>
9728
9729         * gst/rtsp/rtsptransport.c:
9730         Make UDP the default transport when not specified.
9731
9732 2007-05-09  David Schleef  <ds@schleef.org>
9733
9734         * gst/level/gstlevel.c:
9735           Revert last change.
9736
9737 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9738
9739         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9740         (gst_level_transform_ip):
9741         Use guint8 * instead of gpointer then vs6 know the size of data
9742         pointed when moving the pointer.
9743         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9744         Move instructions after variables declaration.
9745         * win32/vs6/autogen.dsp:
9746         * win32/vs6/libgstrtp.dsp:
9747         * win32/vs6/libgstrtsp.dsp:
9748         Update vs6 project files.
9749
9750 2007-05-09  Wim Taymans  <wim@fluendo.com>
9751
9752         * gst/rtsp/Makefile.am:
9753         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9754         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9755         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9756         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9757         (rtsp_range_free):
9758         * gst/rtsp/rtsprange.h:
9759         Add code to parse time ranges.
9760         Report DURATION on the stream when possible.
9761
9762 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9763
9764         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9765         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9766         (gst_videomixer_collected):
9767           Fix strides calculation for AYUV (it's just width*4) (#436910).
9768
9769 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9770
9771         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9772         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9773         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9774         Sync the GObject properties before each processing step to properly
9775         work with the controller.
9776
9777 2007-05-04  Wim Taymans  <wim@fluendo.com>
9778
9779         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9780         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9781         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9782         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9783         (gst_rtspsrc_change_state):
9784         Let more error state trickle down so that we can catch more error
9785         cases.
9786         Handle keep-alive a little smarter by selecting a method the server
9787         actually supports.
9788         Fix a race in UDP streaming shutdown.
9789
9790 2007-05-04  Wim Taymans  <wim@fluendo.com>
9791
9792         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9793         Ignore errors when trying to use the keep-alive messages.
9794
9795 2007-05-04  Wim Taymans  <wim@fluendo.com>
9796
9797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9798         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9799         (gst_rtspsrc_stream_configure_manager),
9800         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9801         (gst_rtspsrc_stream_configure_mcast),
9802         (gst_rtspsrc_stream_configure_udp),
9803         (gst_rtspsrc_stream_configure_udp_sink),
9804         (gst_rtspsrc_stream_configure_transport):
9805         Send RTCP messages back to the server over the TCP connection.
9806
9807         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9808         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9809         (rtsp_connection_receive):
9810         * gst/rtsp/rtspconnection.h:
9811         Factor out and expose lowlevel _write and _read methods.
9812         Implement sending data messages to the server.
9813
9814 2007-05-03  Wim Taymans  <wim@fluendo.com>
9815
9816         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9817         (gst_multipart_mux_collected):
9818         Fix timestamps on outgoing buffers.
9819
9820 2007-05-03  Wim Taymans  <wim@fluendo.com>
9821
9822         * gst/multipart/multipartmux.c:
9823         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9824         (gst_multipart_mux_change_state):
9825         Emit NEWSEGMENT events before pushing the first buffer.
9826
9827 2007-05-03  Wim Taymans  <wim@fluendo.com>
9828
9829         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9830         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9831         (gst_rtspsrc_handle_src_query),
9832         (gst_rtspsrc_stream_configure_manager),
9833         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9834         (gst_rtspsrc_stream_configure_mcast),
9835         (gst_rtspsrc_stream_configure_udp),
9836         (gst_rtspsrc_stream_configure_udp_sink),
9837         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9838         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9839         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9840         (gst_rtspsrc_pause):
9841         Refactor transport configuration code.
9842         Create internal pads for TCP transport so that we can implement events
9843         and queries.
9844         Handle events and queries.
9845         Parse range from the SDP.
9846         Fix race in pause handler where the connection could still be flushing.
9847
9848 2007-05-02  Wim Taymans  <wim@fluendo.com>
9849
9850         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9851         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9852         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9853         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9854         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9855         (gst_rtspsrc_change_state):
9856         * gst/rtsp/gstrtspsrc.h:
9857         Fix race when multiple udp sources post timeouts, just act on the first
9858         received timeout.
9859         Protect stream list with a recursive lock to fix some races.
9860         Flush connection when we need to do a reconnect or stop.
9861         Make state lock recursive.
9862
9863         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9864         (rtsp_connection_close):
9865         Some small cleanups.
9866
9867 2007-05-02  Wim Taymans  <wim@fluendo.com>
9868
9869         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9870         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9871         Only set DISCONT when there actually is a discont or when we just
9872         started.
9873
9874 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9875
9876         * ext/flac/gstflac.c: (plugin_init):
9877         Call bindtextdomain() to get localized strings.
9878
9879 2007-05-02  Wim Taymans  <wim@fluendo.com>
9880
9881         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9882         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9883         (gst_wavparse_stream_data):
9884         * gst/wavparse/gstwavparse.h:
9885         Be a bit more clever when dealing with VBR files with FACT tags, we
9886         don't want to timestamp buffers in that case but the estimated BPS can
9887         be used for seeking.
9888         Only send close segment in the streaming thread.
9889
9890 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9891
9892         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9893         Correctly post an error on the bus if something went wrong in the loop
9894         function. This fixes a few cases where the task was paused and nothing
9895         happened anymore.
9896
9897 2007-05-02  Wim Taymans  <wim@fluendo.com>
9898
9899         * gst/rtsp/test.c: (main):
9900         Fix compilation of deprecated test just because I'm too lazy to delete
9901         it.
9902
9903 2007-05-02  Wim Taymans  <wim@fluendo.com>
9904
9905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9906         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9907         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9908         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9909         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9910         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9911         * gst/rtsp/gstrtspsrc.h:
9912         Fix sending RTCP to the right place.
9913         Fix bug in reffing the wrong UDP element.
9914         Use new pad names for the session manager.
9915         Implement handling server requests in interleaved and UDP modes.
9916         Handle session keep-alive in UDP modes.
9917         Remove GCond for handling UDP timeouts.
9918
9919         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9920         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9921         (rtsp_connection_receive), (rtsp_connection_close):
9922         * gst/rtsp/rtspconnection.h:
9923         Store connection IP address for later.
9924         Add timeout args to all operations that might block forever.
9925         Parse session timeout.
9926         Only close sockets when not already closed.
9927
9928         * gst/rtsp/rtspdefs.c:
9929         * gst/rtsp/rtspdefs.h:
9930         Add timeout return value and error string.
9931
9932         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9933         Add small comment.
9934
9935 2007-05-01  Wim Taymans  <wim@fluendo.com>
9936
9937         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9938
9939         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9940         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9941         * gst/rtp/gstrtpmp4vpay.h:
9942         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9943
9944 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9945
9946         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9947           Remove v4l2src from docs, since it breaks the docs build, and the
9948           plugin is only built if --enable-experimental is used anyway.
9949
9950         * docs/plugins/Makefile.am:
9951           Spaces => tab.
9952
9953 2007-04-29  Wim Taymans  <wim@fluendo.com>
9954
9955         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9956         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9957         Add code to drop membership of a multicast group.
9958
9959         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9960         (gst_udpsink_set_uri):
9961         Implement URI handler.
9962
9963         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9964         (gst_rtspsrc_parse_rtpinfo):
9965         Use URI handler to make udpsink instace.
9966         Improve code to configure port and destination.
9967
9968 2007-04-29  Wim Taymans  <wim@fluendo.com>
9969
9970         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9971         Fix multicast detection.
9972         Don't try to join a multicast group if the address is not multicast.
9973
9974         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9975         Small debug improvement.
9976
9977 2007-04-27  Wim Taymans  <wim@fluendo.com>
9978
9979         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9980         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9981         (gst_rtspsrc_handle_message):
9982         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9983         parent.
9984
9985 2007-04-27  Wim Taymans  <wim@fluendo.com>
9986
9987         * gst/rtp/gstrtpilbcdepay.h:
9988         Fix mode property when specified as an arg.
9989
9990 2007-04-26  Edward Hervey  <edward@fluendo.com>
9991
9992         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9993         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9994         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9995         * docs/plugins/inspect/plugin-osxaudio.xml:
9996         Add documentation for osxaudio plugin.
9997
9998 2007-04-26  Wim Taymans  <wim@fluendo.com>
9999
10000         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10001         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10002         (gst_rtspsrc_open), (gst_rtspsrc_close),
10003         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10004         (gst_rtspsrc_pause):
10005         * gst/rtsp/gstrtspsrc.h:
10006         Protect state changes with a lock.
10007
10008         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10009         (parse_line):
10010         * gst/rtsp/rtspconnection.h:
10011         Remove some unused stuff.
10012
10013 2007-04-26  Wim Taymans  <wim@fluendo.com>
10014
10015         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10016         Handle the case where there are exactly 0 bytes to read and the ioctl
10017         did not report an error. Fixes #433530.
10018
10019 2007-04-26  Wim Taymans  <wim@fluendo.com>
10020
10021         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10022         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10023         * gst/wavparse/gstwavparse.h:
10024         Apply DISCONT to buffers.
10025         Only apply timestamp to the first sample after a DISCONT, too many VBR
10026         files cause random jitter in the timestamps. Fixes #433119.
10027
10028 2007-04-25  Wim Taymans  <wim@fluendo.com>
10029
10030         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10031         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10032         (gst_rtp_dec_get_property):
10033         * gst/rtsp/gstrtpdec.h:
10034         Add dummy latency property to be backwards compat with rtpbin.
10035
10036         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10037         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10038         (gst_rtspsrc_stream_configure_transport),
10039         (gst_rtspsrc_parse_rtpinfo):
10040         * gst/rtsp/gstrtspsrc.h:
10041         Add latency property and configure in the session manager.
10042         Don't set invalid clock-base and seqnum-base on caps, some servers
10043         sometimes don't send them.
10044
10045 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10046
10047         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10048         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10049           Double-check that RGB input caps are really RGBA caps (apparently
10050           the core doesn't always catch it if those caps aren't a subset of
10051           our template caps, also see #421543). Fixes #429319 in a way.
10052           Also, don't leak the pad template in the transform_caps function.
10053
10054         * tests/check/Makefile.am:
10055         * tests/check/elements/.cvsignore:
10056         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10057         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10058         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10059         (GST_START_TEST), (alphacolor_suite):
10060           Add some basic unit tests for alphacolor.
10061
10062 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10063
10064         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10065           If we get a fatal flow return in the loop function, first post the
10066           error message and only then send the EOS event downstream, otherwise
10067           applications might get an eos message before the error message and
10068           think everything was ok (related to #429319).
10069
10070 2007-04-25  Wim Taymans  <wim@fluendo.com>
10071
10072         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10073         Read the channel byte as an unsigned byte.
10074
10075 2007-04-25  Wim Taymans  <wim@fluendo.com>
10076
10077         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10078         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10079         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10080         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10081         (gst_rtp_gsm_depay_setcaps):
10082         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10083         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10084         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10085         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10086         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10087         (gst_ilbc_depay_get_property):
10088         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10089         * gst/rtp/gstrtpmp4adepay.c:
10090         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10091         (gst_rtp_pcma_depay_setcaps):
10092         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10093         (gst_rtp_pcmu_depay_setcaps):
10094         Make sure we configure the clock_rate in the baseclass in the setcaps
10095         function. Fixes #431282.
10096
10097 2007-04-25  Wim Taymans  <wim@fluendo.com>
10098
10099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10100         (gst_rtspsrc_stream_free), (request_pt_map),
10101         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10102         * gst/rtsp/gstrtspsrc.h:
10103         Parse server address from SDP.
10104         Hook up a udpsink to send RTCP back to the server.
10105
10106         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10107         * gst/rtsp/rtsptransport.h:
10108         Add some docs.
10109
10110 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10111
10112         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10113           Make header field check conditional. Fixes #433135
10114
10115 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10116
10117         * docs/plugins/Makefile.am:
10118         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10119         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10120         * docs/plugins/inspect/plugin-alphacolor.xml:
10121         * gst/alpha/Makefile.am:
10122         * gst/alpha/gstalphacolor.c:
10123         * gst/alpha/gstalphacolor.h:
10124           Add minimal docs blurb to alphacolor; split out headers into
10125           separate header file for gtk-doc.
10126
10127 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10128
10129         * gst/debug/progressreport.c: (gst_progress_report_report):
10130           Don't try to post NULL message (in case we can't query upstream
10131           position or duration).
10132
10133 2007-04-18  Michael Smith  <msmith@fluendo.com>
10134
10135         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10136         (gst_cutter_get_caps):
10137         * gst/cutter/gstcutter.h:
10138           Fix some of the most obvious bugs in cutter. Now doesn't leak
10139           everything if input is silent.
10140
10141 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10142
10143         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10144         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10145         * gst/wavenc/gstwavenc.h:
10146         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10147         else results in a invalid block align and invalid files.
10148
10149 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10150
10151         Patch by: Snaik <snaik32 gmail com>
10152
10153         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10154           Add missing break statement for BOX_HORIZONTAL case.
10155
10156 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10157
10158         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10159
10160         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10161         Use correct format strings for integer types.
10162
10163 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10164
10165         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10166         (gst_wavparse_create_sourcepad):
10167         Use gst_riff_create_audio_template_caps () instead of the local caps.
10168         This makes updates of the local caps unecessary whenever libgstriff
10169         gets support for new formats.
10170
10171 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10172
10173         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10174
10175         * sys/sunaudio/gstsunaudio.c:
10176         * sys/sunaudio/gstsunaudiomixer.c:
10177         * sys/sunaudio/gstsunaudiomixer.h:
10178         * sys/sunaudio/gstsunaudiomixerctrl.c:
10179         * sys/sunaudio/gstsunaudiomixerctrl.h:
10180         * sys/sunaudio/gstsunaudiomixertrack.h:
10181         * sys/sunaudio/gstsunaudiosink.c:
10182         * sys/sunaudio/gstsunaudiosink.h:
10183         * sys/sunaudio/gstsunaudiosrc.c:
10184         * sys/sunaudio/gstsunaudiosrc.h:
10185           Fix and/or update copyright attributions (#430228).
10186
10187 2007-04-13  Wim Taymans  <wim@fluendo.com>
10188
10189         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10190         Fix docs.
10191
10192         * gst/rtsp/URLS:
10193         Add some more example urls.
10194
10195         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10196         (gst_rtp_dec_chain_rtp):
10197         Better debugging.
10198
10199         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10200         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10201         (gst_rtspsrc_parse_rtpinfo):
10202         Remove unused code.
10203
10204 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10205
10206         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10207         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10208         (gst_wavparse_stream_data):
10209           Relax the audio/mpeg caps again and add FIXME: comment.
10210
10211 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10212
10213         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10214         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10215         (gst_wavparse_stream_data):
10216         * gst/wavparse/gstwavparse.h:
10217           More sanity check for the header fields. Fix type for 'rate' header
10218           field.
10219
10220 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10221
10222         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10223         (gst_icydemux_unicodify):
10224           If the metadata strings we get in the stream are not UTF-8, try to
10225           interpret them according to the character encodings specified in the
10226           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10227           only fall back to locale/ISO-8859-1 if those aren't set or don't
10228           work. Should fix #428901.
10229
10230 2007-04-12  Wim Taymans  <wim@fluendo.com>
10231
10232         * gst/rtp/gstrtph264depay.c:
10233         Use the proper sync word for SPS and PPS.
10234
10235 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10236
10237         * gst/rtp/Makefile.am:
10238         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10239           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10240         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10241           Add a simple hashing implementation that we can use to generate
10242           a 24-bit ident value based on the codebooks for vorbis and theora.
10243         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10244           gst_rtp_theora_pay_handle_buffer):
10245         * gst/rtp/gstrtpvorbisdepay.c
10246           (gst_rtp_vorbis_depay_parse_configuration,
10247           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10248         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10249           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10250           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10251           Use the hashing function, ensuring that the same codebooks result
10252           in the same ident and thus the same SDP description.
10253           Various log fixes/changes.
10254
10255 2007-04-12  Wim Taymans  <wim@fluendo.com>
10256
10257         Patch by: jerry tan <jerry dot tan at sun dot com>
10258
10259         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10260         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10261         application's responsibility to make sure it open the device once.
10262         Remove a careless error if AUDIODEV is set. Fixes #392620.
10263
10264 2007-04-12  Wim Taymans  <wim@fluendo.com>
10265
10266         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10267         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10268         * gst/rtsp/gstrtpdec.h:
10269         Make backward compat with rtpbin by adding the request-pt-map signals.
10270
10271         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10272         (new_session_pad), (request_pt_map),
10273         (gst_rtspsrc_stream_configure_transport),
10274         (gst_rtspsrc_stream_configure_caps),
10275         (gst_rtspsrc_activate_streams):
10276         * gst/rtsp/gstrtspsrc.h:
10277         Implement request-pt-map signals instead of setting caps on the buffers
10278         for the session manager.
10279
10280 2007-04-11  Wim Taymans  <wim@fluendo.com>
10281
10282         * gst/udp/gstudp.c: (plugin_init):
10283         Register GstNetBuffer in plugin_init so that the type can be used from
10284         multiple threads without races.
10285
10286 2007-04-10  Wim Taymans  <wim@fluendo.com>
10287
10288         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10289         (gst_rtp_amr_depay_process):
10290         Fix depayloader clock_rate and some cleanups.
10291
10292         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10293         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10294         * gst/rtp/gstrtph264depay.h:
10295         Don't push codec_data in the adapter because it might get flushed when
10296         we get a discont.
10297
10298         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10299         Handle multiple AU per packet.
10300
10301         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10302         (gst_rtp_sv3v_depay_plugin_init):
10303         Disable rank, this one does not work.
10304         Remove timestamping, base class does that.
10305
10306 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10307
10308         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10309           limit caps to the formats we announce in the template
10310
10311         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10312         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10313         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10314           fix some crashers/asserts when dealing with broken files
10315
10316 2007-04-10  Wim Taymans  <wim@fluendo.com>
10317
10318         Patch by: Peter Kjellerstedt  <pkj at axis com>
10319
10320         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10321         * gst/rtp/gstrtpL16depay.c:
10322         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10323         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10324         (gst_rtp_speex_depay_setcaps):
10325         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10326         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10327         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10328         Fix some compiler warnings. Fixes #428182.
10329
10330 2007-04-06  Wim Taymans  <wim@fluendo.com>
10331
10332         * gst/rtsp/Makefile.am:
10333         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10334         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10335         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10336         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10337         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10338         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10339         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10340         (create_rtcp), (gst_rtp_dec_request_new_pad),
10341         (gst_rtp_dec_release_pad):
10342         * gst/rtsp/gstrtpdec.h:
10343         * gst/rtsp/gstrtsp.c: (plugin_init):
10344         Morph RTPDec into something compatible with RTPBin as a fallback.
10345         Various other style fixes.
10346
10347         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10348         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10349         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10350         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10351         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10352         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10353         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10354         * gst/rtsp/gstrtspsrc.h:
10355         Implement RTPBin session manager handling.
10356         Don't try to add empty properties to caps.
10357         Implement fallback session manager, handling.
10358         Don't combine errors from RTCP streams, just ignore them.
10359
10360         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10361         * gst/rtsp/rtsptransport.h:
10362         Implement fallback session manager.
10363         Make RTPBin the default one when available.
10364
10365 2007-04-05  Wim Taymans  <wim@fluendo.com>
10366
10367         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10368         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10369         This element is ready to be autoplugged.
10370
10371 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10372
10373         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10374         Don't leave the offsets defined by upstream element on the
10375         compressed data buffer we are pushing downstream. Make them
10376         GST_BUFFER_OFFSET_NONE.
10377
10378 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10379
10380         * gst/avi/README:
10381         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10382         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10383         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10384         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10385         (gst_avi_demux_calculate_durations_from_index),
10386         (gst_avi_demux_stream_header_push),
10387         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10388         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10389           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10390
10391 2007-04-03  Wim Taymans  <wim@fluendo.com>
10392
10393         * gst/smpte/barboxwipes.c:
10394         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10395
10396 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10397
10398         * gst/wavparse/gstwavparse.c:
10399         Support audio/x-raw-float in wav files. This only works with
10400         plugins-base CVS, using an older version doesn't have any
10401         disadvantages though.
10402
10403 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10404
10405         * configure.ac:
10406         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10407         (gst_au_parse_parse_header), (gst_au_parse_chain):
10408         * gst/auparse/gstauparse.h:
10409         Revert last change as we don't want plugins-good to depend on
10410         plugins-base CVS now.
10411
10412 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10413
10414         * configure.ac:
10415         Require gst-plugins-base CVS for audioconvert with non-native
10416         float support and width/depth fix in libgstriff.
10417
10418         Patch by: René Stadler <mail at renestadler dot de>
10419
10420         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10421         (gst_au_parse_parse_header), (gst_au_parse_chain):
10422         * gst/auparse/gstauparse.h:
10423         Don't swap the floats ourself if they're not in native endianness.
10424         Instead let audioconvert handle this. Fixes #339838.
10425
10426 2007-03-29  Wim Taymans  <wim@fluendo.com>
10427
10428         * gst/rtp/gstasteriskh263.h:
10429         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10430         (gst_rtp_h263p_depay_change_state):
10431         * gst/rtp/gstrtph263pdepay.h:
10432         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10433         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10434         (gst_rtp_h264_depay_change_state):
10435         * gst/rtp/gstrtph264depay.h:
10436         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10437         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10438         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10439         Flush adapter on disconts.
10440
10441 2007-03-29  Wim Taymans  <wim@fluendo.com>
10442
10443         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10444         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10445         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10446         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10447         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10448         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10449         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10450         (gst_rtp_mp4v_depay_process):
10451         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10452         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10453         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10454         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10455         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10456         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10457         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10458         Use more efficient adapter and rtpbuffer methods when possible.
10459
10460 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10461
10462         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10463         (gst_wavenc_sink_setcaps):
10464         Correctly handle width!=depth input.
10465         * gst/wavparse/gstwavparse.c:
10466         Already export in the caps that width==8 uses unsigned samples and
10467         everything else uses signed samples.
10468
10469 2007-03-29  Wim Taymans  <wim@fluendo.com>
10470
10471         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10472
10473         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10474         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10475         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10476         (gst_dynudpsink_close):
10477         * gst/udp/gstdynudpsink.h:
10478         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10479         (gst_udpsrc_create), (gst_udpsrc_set_property),
10480         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10481         * gst/udp/gstudpsrc.h:
10482         Rework the socket allocation a bit based on the sockfd argument so that
10483         it becomes usable.
10484         Add a closefd property to instruct the udp elements to close the custom
10485         file descriptors when going to READY. Fixes #423304.
10486         API:GstUDPSrc::closefd property
10487         API:GstDynUDPSink::closefd property
10488
10489 2007-03-29  Wim Taymans  <wim@fluendo.com>
10490
10491         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10492
10493         * gst/rtp/Makefile.am:
10494         * gst/rtp/gstrtp.c: (plugin_init):
10495         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10496         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10497         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10498         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10499         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10500         (gst_rtp_h264_pay_plugin_init):
10501         * gst/rtp/gstrtph264pay.h:
10502         Added H264 payloader. Fixes #423782.
10503
10504         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10505         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10506         Small fixes.
10507
10508 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10509
10510         * gst/wavparse/gstwavparse.c:
10511         Actually support depths from 1 to 32, not only 8 to 32.
10512
10513 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10514
10515         * gst/wavparse/gstwavparse.c:
10516         Add support for wav files containing audio/x-raw-int with random
10517         depths between 1 and 32 bits.
10518
10519 2007-03-28  Wim Taymans  <wim@fluendo.com>
10520
10521         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10522
10523         * gst/rtp/Makefile.am:
10524         * gst/rtp/gstrtp.c: (plugin_init):
10525         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10526         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10527         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10528         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10529         (gst_rtp_mp4a_depay_get_property),
10530         (gst_rtp_mp4a_depay_change_state),
10531         (gst_rtp_mp4a_depay_plugin_init):
10532         * gst/rtp/gstrtpmp4adepay.h:
10533         Added MP4A-LATM depayloader. Fixes #417792.
10534
10535         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10536         (gst_rtp_mp4v_depay_process):
10537         Fixup depayloader, setting codec_data, using more efficient adaptor and
10538         rtpbuffer handling.
10539
10540         * gst/rtsp/URLS:
10541         Add url to test above.
10542
10543 2007-03-25  Wim Taymans  <wim@fluendo.com>
10544
10545         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10546         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10547         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10548         (gst_rtspsrc_media_to_caps),
10549         (gst_rtspsrc_stream_configure_transport),
10550         (gst_rtspsrc_stream_configure_caps),
10551         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10552         * gst/rtsp/gstrtspsrc.h:
10553         Handle default clock-rates for static payload types, rearrange stuff so
10554         that the rtpmap field in the sdp can override the defaults.
10555         Parse RTP-Info field to get the seqnum and timebase fields that should
10556         go in the caps.
10557         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10558         the server. 
10559
10560 2007-03-22  Wim Taymans  <wim@fluendo.com>
10561
10562         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10563
10564         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10565         Accept complex pipeline descriptions as an audio profile instead of just
10566         a single element. Fixes #420658.
10567
10568 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10569
10570         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10571           Rename registered type in preparation of GstTagDemux moving to
10572           -base at some point in the future.
10573
10574 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10575
10576         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10577           Streaming mode fixes: don't unref buffer we don't own any longer;
10578           remove bogus adapter flush. Fixes #419338.
10579
10580 2007-03-17  David Schleef  <ds@schleef.org>
10581
10582         * REQUIREMENTS: Change the format to key/value, add a bunch of
10583           information, remove a bunch of requirements that are for
10584           other GStreamer packages.
10585
10586 2007-03-17  David Schleef  <ds@schleef.org>
10587
10588         * REQUIREMENTS: Fix a few things.  This file really needs a
10589         good once-over.
10590
10591 2007-03-15  Edward Hervey  <edward@fluendo.com>
10592
10593         * sys/Makefile.am:
10594         Don't forget to distribute the sys/osxaudio/ directory.
10595
10596 2007-03-15  Edward Hervey  <edward@fluendo.com>
10597
10598         * configure.ac:
10599         * sys/Makefile.am:
10600         * sys/osxaudio/Makefile.am:
10601         * sys/osxaudio/gstosxaudio.c:
10602         * sys/osxaudio/gstosxaudiosink.c:
10603         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10604         (gst_osx_audio_sink_getcaps),
10605         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10606         * sys/osxaudio/gstosxaudiosrc.c:
10607         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10608         (gst_osx_audio_src_create_ringbuffer):
10609         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10610         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10611         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10612         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10613         * sys/osxaudio/gstosxringbuffer.h:
10614         Activate osxaudio in gst-plugins-good with proper build setup.
10615         Add inlined documentation.
10616         Fix debug statements
10617         Fix ringbuffer when pausing.
10618         Fixes #323471
10619
10620 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10621         * gst/rtp/gstrtppcmapay.c:
10622         * gst/rtp/gstrtppcmapay.h:
10623         * gst/rtp/gstrtppcmupay.c:
10624         * gst/rtp/gstrtppcmupay.h:
10625         Ported mulaw and alaw payloaders to use new base class
10626
10627 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10628
10629         * po/af.po:
10630         * po/az.po:
10631         * po/cs.po:
10632         * po/en_GB.po:
10633         * po/it.po:
10634         * po/nl.po:
10635         * po/or.po:
10636         * po/sq.po:
10637         * po/sr.po:
10638         * po/sv.po:
10639         * po/uk.po:
10640         * po/vi.po:
10641           Update translations.
10642
10643 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * configure.ac:
10646           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10647
10648 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10649
10650         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10651           Fix handling of -1 values for start and stop values when seeking,
10652           and SEEK_CUR+SEEK_END here as well.
10653
10654 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10655
10656         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10657           Fix handling of -1 values for start and stop values when seeking, 
10658           and SEEK_CUR+SEEK_END.
10659
10660 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10661
10662         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10663           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10664           the image format a variable-length NUL-terminated string; in
10665           versions before that the image format is a fixed-length string of
10666           3 characters (see #348644 for a sample tag).
10667           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10668
10669 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10670
10671         * win32/MANIFEST:
10672         Add new project files to MANIFEST.
10673         * win32/vs6/libgstaudiofx.dsp:
10674         * win32/vs6/libgstrtp.dsp:
10675         * win32/vs6/libgstrtsp.dsp:
10676         Update project files.
10677         
10678 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10679
10680         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10681         (gst_avi_demux_parse_index):
10682         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10683         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10684           Printf format fixes; also add some missing quotes in translated
10685           strings. Fixes #416728 and #416727.
10686
10687 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10688
10689         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10690           Tim and I can't think of any reason the child audio sink needs to 
10691           be set back to NULL after successfully determining that it can 
10692           reach READY - it gets immediately set back to READY by the caller
10693           anyway, causing an unnecessary close/open of any audio devices
10694           involved.
10695
10696 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10697
10698         * po/LINGUAS:
10699         * po/ja.po:
10700           Add ja.po file from #377306.
10701
10702 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10703
10704         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10705         * sys/sunaudio/gstsunaudiomixertrack.c:
10706         (gst_sunaudiomixer_track_new):
10707           Actually translate sunaudio mixer track labels instead of just
10708           marking the strings as translatable (#377306); clean up weird
10709           label string mapping code that serves no apparent purpose. Also
10710           set the 'untranslated-label' property when creating mixer tracks
10711           if the GstMixerTrack base class supports this.
10712
10713         * tests/check/Makefile.am:
10714         * tests/check/elements/.cvsignore:
10715         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10716         (sunaudio_suite):
10717           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10718           actually tested on a system where sunaudiomixer is available).
10719
10720 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10721
10722         * tests/check/Makefile.am:
10723         Re-enable the states test and see if it works on the buildbots.
10724
10725 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10726
10727         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10728         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10729         (gst_dvdec_change_state):
10730         * ext/dv/gstdvdec.h:
10731         Infer pixel-aspect-ratio from the video frame format if it isn't
10732         provided by the container, as happens when playing DV from AVI
10733         or Quicktime containers.
10734
10735         Patch by: Wim Taymans <wim@fluendo.com>
10736         Fixes #380944
10737
10738 2007-03-09  Wim Taymans  <wim@fluendo.com>
10739
10740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10741         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10742         will later be handled by the jitterbuffer.
10743
10744 2007-03-09  Wim Taymans  <wim@fluendo.com>
10745
10746         * ext/taglib/gstid3v2mux.cc:
10747         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10748         Fixes #414496.
10749         
10750         Patch by: Alex Lancaster <alexl at users sourceforge net>
10751
10752 2007-03-09  Wim Taymans  <wim@fluendo.com>
10753
10754         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10755         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10756         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10757         (gst_avi_demux_chain):
10758         Fix stream position reporting after a seek. Fixes #416445.
10759
10760 2007-03-08  Wim Taymans  <wim@fluendo.com>
10761
10762         Patch by: René Stadler <mail at renestadler dot de>
10763
10764         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10765         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10766         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10767         Make avidemux accept optional header chunks in any order.
10768         Fixes #415446.
10769
10770 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10771
10772         * tests/check/Makefile.am:
10773         Disable the states check until the remaining Valgrind errors
10774         are fixed or suppressed.
10775
10776 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10777
10778         * tests/check/elements/.cvsignore:
10779           Add audiodynamic check to .cvsignore
10780
10781 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10782
10783         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10784
10785         * gst/audiofx/Makefile.am:
10786         * gst/audiofx/audiodynamic.c:
10787         (gst_audio_dynamic_characteristics_get_type),
10788         (gst_audio_dynamic_mode_get_type),
10789         (gst_audio_dynamic_set_process_function),
10790         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10791         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10792         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10793         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10794         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10795         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10796         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10797         (gst_audio_dynamic_transform_hard_knee_expander_int),
10798         (gst_audio_dynamic_transform_hard_knee_expander_float),
10799         (gst_audio_dynamic_transform_soft_knee_expander_int),
10800         (gst_audio_dynamic_transform_soft_knee_expander_float),
10801         (gst_audio_dynamic_transform_ip):
10802         * gst/audiofx/audiodynamic.h:
10803         * gst/audiofx/audiofx.c: (plugin_init):
10804         Add new audiodynamic element which can act as a compressor or
10805         expander. Supported are hard-knee and soft-knee operation modes with
10806         user-specified ratio and threshold.
10807         Attack and release parameters are not yet implemented but will follow.
10808         * docs/plugins/Makefile.am:
10809         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10810         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10811         * docs/plugins/gst-plugins-good-plugins.args:
10812         * docs/plugins/inspect/plugin-audiofx.xml:
10813         Integrate audiodynamic into the docs.
10814         * tests/check/Makefile.am:
10815         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10816         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10817         Add unit test for audiodynamic.
10818
10819 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10820
10821         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10822         Free handles that we allocated when exiting via the error paths.
10823
10824 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10825
10826         * gst/level/gstlevel.c: (gst_level_class_init),
10827         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10828         (gst_level_transform_ip):
10829         * gst/level/gstlevel.h:
10830           Resolve message timestamps against the playback segment.
10831
10832 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10833
10834         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10835         (gst_id3demux_sink_activate):
10836           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10837           caps passed to it (previously one code path assumed it took ownership
10838           while another one assumed it didn't, while in fact it sometimes did and
10839           sometimes didn't ...).
10840
10841         * configure.ac:
10842         * tests/files/Makefile.am:
10843         * tests/files/id3-407349-1.tag:
10844         * tests/files/id3-407349-2.tag:
10845           Add directory where data for unit tests can be stored.
10846
10847         * tests/Makefile.am:
10848         * tests/check/Makefile.am:
10849         * tests/check/elements/.cvsignore:
10850         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10851         (read_tags_from_file), (run_check_for_file),
10852         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10853           Add unit test for id3demux, and in particular for bug #407349. Only
10854           testing pull-mode for now; push mode doesn't work yet because the test
10855           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10856
10857 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10858
10859         * tests/check/Makefile.am:
10860           Add missing backslash at end of line.
10861
10862 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10863
10864         Trigger rebuild.
10865
10866 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10867
10868         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10869         * gst/id3demux/id3tags.h:
10870         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10871         (parse_obsolete_tdat_frame):
10872           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10873           the four-digit number will be interpreted as a year, whereas it is
10874           month and day in DDMM format. Instead, parse TDAT frames and fix up
10875           the date in the GST_TAG_DATE tag later if we also extracted a year.
10876           Fixes #407349.
10877
10878 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10879
10880         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10881         (gst_switch_commit_new_kid):
10882         Fix up the dispose logic so it doesn't leak, and fix setting of 
10883         the child state so that we don't set a child to our current state 
10884         just as we are changing it to something else.
10885
10886 2007-03-06  Wim Taymans  <wim@fluendo.com>
10887
10888         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10889         (gst_goom_chain):
10890         * gst/goom/gstgoom.h:
10891         Document, fix and improve goom adapter behaviour.
10892         Fixes #407006.
10893
10894 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10895
10896         * ext/esd/esdsink.c: (gst_esdsink_open):
10897         Unref static pad template after using it.
10898
10899 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10900
10901         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10902         (gst_switch_commit_new_kid):
10903         Fix up the reference counting of the child elements.
10904
10905 2007-03-05  Wim Taymans  <wim@fluendo.com>
10906
10907         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10908         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10909         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10910         Fix encoding-name case.
10911
10912 2007-03-05  Wim Taymans  <wim@fluendo.com>
10913
10914         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10915         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10916         (gst_rtp_speex_depay_process):
10917         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10918         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10919         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10920         (gst_rtp_speex_pay_change_state):
10921         * gst/rtp/gstrtpspeexpay.h:
10922         Fix speex (de)payloader. Fixes #358040.
10923
10924 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10925
10926         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10927         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10928         Install fakesink in NULL by fixing some broken logic. This obviates
10929         the need to manually set _IS_SINK.
10930         Add some comments and remove a little cruft while I'm at it.
10931
10932 2007-03-05  Wim Taymans  <wim@fluendo.com>
10933
10934         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10935         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10936
10937 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         * po/POTFILES.in:
10940           Update.
10941
10942 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10943
10944         * tests/check/Makefile.am:
10945         Gah! Also disable gconfvideosink from the tests, otherwise
10946         it will instantiate autovideosink, and dfbvideosink and
10947         leak on the buildbots.
10948
10949 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10950
10951         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10952         (gst_cdio_cdda_src_finalize):
10953         Make sure we always destroy our libcdio handle.
10954
10955 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10956
10957         * tests/check/Makefile.am:
10958         Disable autovideosink so the buildbots don't barf over memory
10959         leaked in the directfb sink.
10960
10961 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10962
10963         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10964         Chain up in dispose
10965
10966 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10967
10968         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10969         (gst_multipart_find_pad_by_mime):
10970         Use gst_pad_new_from_static_template instead of
10971         static_pad_template_get+pad_new.
10972
10973 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10974
10975         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10976         Catch the case where no clock has been set.
10977
10978 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10979
10980         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10981         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10982         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10983         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10984         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10985         (gst_gconf_audio_src_finalize), (do_toggle_element):
10986         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10987         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10988         (do_toggle_element):
10989         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10990         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10991         (gst_gconf_video_src_finalize), (do_toggle_element):
10992         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10993         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10994         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10995         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10996         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10997         (gst_shout2send_init), (gst_shout2send_finalize):
10998         * gst/debug/testplugin.c: (gst_test_class_init),
10999         (gst_test_finalize):
11000         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11001         (gst_flxdec_dispose):
11002         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11003         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11004         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11005         (gst_rtspsrc_finalize):
11006         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11007         * gst/rtsp/rtspextwms.h:
11008         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11009         (gst_smpte_finalize):
11010         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11011         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11012         (gst_udpsink_finalize):
11013         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11014         (gst_wavparse_sink_activate):
11015         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11016         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11017         (gst_oss_src_finalize):
11018         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11019         * sys/v4l2/gstv4l2object.h:
11020         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11021         (gst_v4l2src_finalize):
11022         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11023
11024         Fix a bunch of leaks shown by the newly-added states test.
11025
11026 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11027
11028         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11029         Use gst_pad_new_from_static_template instead of 
11030         static_pad_template_get+pad_new.
11031
11032 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11035
11036         * ext/libcaca/Makefile.am:
11037         * gst/debug/Makefile.am:
11038           Don't mix tabs and spaces (#414168).
11039
11040 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11041
11042         * tests/check/generic/.cvsignore:
11043           Ignore files to please buildbot.
11044
11045 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11046
11047         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11048         (gst_wavparse_stream_data):
11049           Unbreak my previous commit (swapped nominator & denominator). Tim,
11050           thanks for spotting.
11051
11052 2007-03-02  Wim Taymans  <wim@fluendo.com>
11053
11054         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11055         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11056         (gst_cdio_cdda_src_finalize):
11057         Small code cleanups.
11058         Don't use pad_alloc as the base class cannot deal with the error codes.
11059
11060 2007-03-02  Wim Taymans  <wim@fluendo.com>
11061
11062         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11063         (gst_udpsrc_create):
11064         Fix doc.
11065
11066 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11067
11068         Patch by: René Stadler <mail@renestadler.de>
11069
11070         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11071         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11072         (gst_wavparse_stream_data):
11073           Handle rounding better to not drop last sample frame. Fixes #356692
11074
11075 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11076
11077         * tests/check/Makefile.am:
11078         Disable cacasink from the states check too - it also calls exit(1)
11079         on us when it can't find a terminal to talk to.
11080
11081 2007-03-02  Wim Taymans  <wim@fluendo.com>
11082
11083         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11084
11085         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11086         (gst_udpsrc_create), (gst_udpsrc_set_property),
11087         (gst_udpsrc_get_property):
11088         * gst/udp/gstudpsrc.h:
11089         Add support to strip proprietary headers. Fixes #350296.
11090
11091 2007-03-02  Wim Taymans  <wim@fluendo.com>
11092
11093         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11094         Fix compilation.
11095
11096 2007-03-02  Wim Taymans  <wim@fluendo.com>
11097
11098         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11099
11100         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11101         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11102         (gst_rtp_mp2t_depay_set_property),
11103         (gst_rtp_mp2t_depay_get_property):
11104         * gst/rtp/gstrtpmp2tdepay.h:
11105         Add support to strip off proprietary headers. Fixes #350278.
11106
11107 2007-03-02  Wim Taymans  <wim@fluendo.com>
11108
11109         * ext/hal/hal.c:
11110         Fix compilation.
11111
11112 2007-03-02  Wim Taymans  <wim@fluendo.com>
11113
11114         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11115         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11116         (gst_sunaudiosrc_open):
11117         * sys/sunaudio/gstsunaudiosrc.h:
11118         Remove device-name from GstSunAudioSrc. Fixes #412597.
11119
11120 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11121
11122         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11123         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11124         Having NULL as UDI previously selected the default sink/src. Change
11125         this back but mention it in the debug output.
11126         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11127         (gst_hal_get_oss_element), (gst_hal_get_string),
11128         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11129         (gst_hal_get_audio_src):
11130         * ext/hal/hal.h:
11131         Refactor a bit, check all error conditions, greatly improve debugging
11132         and fix some possible memory leaks. Also implement OSS support
11133         and allow specifying an UDI that points to a real device. For this the
11134         child device which supports ALSA (preferred) or OSS is used.
11135         As a side effect this makes it impossible now to get a alsasink in
11136         halaudiosrc and a alsasrc in halaudiosink.
11137
11138 2007-03-01  Wim Taymans  <wim@fluendo.com>
11139
11140         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11141         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11142         Errors from the udp sources are not fatal unless all of them are in
11143         error.
11144
11145 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11146
11147         * tests/check/Makefile.am:
11148         Disable aasink in the states test. I suspect this is the element that
11149         is calling exit(1) when it can't proceed.
11150
11151 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11152
11153         * tests/check/Makefile.am:
11154         Draw plugins in from the build tree sys/ dir, rather than picking
11155         up the already installed versions.
11156
11157 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11158
11159         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11160         Error out correctly when getting xcontext fails.
11161
11162 2007-03-01  Wim Taymans  <wim@fluendo.com>
11163
11164         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11165         Make state change to PAUSED NO_PREROLL because that's what it will be in
11166         the future and rtspsrc relies on it.
11167
11168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11169         (gst_rtspsrc_change_state):
11170         Don't error out when we don't get an error from the state change
11171         function.
11172
11173 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11174
11175         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11176         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11177           Check if the device UDI is set before trying to query HAL
11178           about it and give a useful error message if it wasn't set.
11179         * ext/hal/hal.c: (gst_hal_get_string):
11180           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11181           gives an assertion failure in D-Bus when running with
11182           DBUS_FATAL_WARNINGS=1.
11183
11184 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11185
11186         * configure.ac:
11187           Convert to new AG_GST style.
11188
11189 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11190
11191         * tests/check/Makefile.am:
11192         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11193           add test for states
11194
11195 2007-02-28  Wim Taymans  <wim@fluendo.com>
11196
11197         * tests/check/elements/.cvsignore:
11198         Add new videofilter check to .cvsignore.
11199
11200 2007-02-28  Wim Taymans  <wim@fluendo.com>
11201
11202         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11203         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11204         (gst_avi_demux_loop), (gst_avi_demux_chain):
11205         Fix combined flow return. Fixes #412608.
11206
11207 2007-02-28  Wim Taymans  <wim@fluendo.com>
11208
11209         * gst/videofilter/Makefile.am:
11210         Dist header..
11211
11212 2007-02-28  Wim Taymans  <wim@fluendo.com>
11213
11214         * gst/videofilter/gstgamma.h:
11215         Add header too.
11216
11217 2007-02-28  Wim Taymans  <wim@fluendo.com>
11218
11219         Patch by: Mark Nauwelaerts <manauw at skynet be>
11220
11221         * gst/videofilter/Makefile.am:
11222         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11223         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11224         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11225         (oil_tablelookup_u8), (gst_gamma_set_caps),
11226         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11227         Port gamma filter to 0.10. Fixes #412704.
11228
11229         * tests/check/Makefile.am:
11230         * tests/check/elements/videofilter.c: (setup_filter),
11231         (cleanup_filter), (check_filter), (GST_START_TEST),
11232         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11233         Add unit tests for videofilters.
11234
11235 2007-02-28  Wim Taymans  <wim@fluendo.com>
11236
11237         * gst/rtsp/URLS:
11238         Add another interesting test url.
11239
11240         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11241         Don't allow getting header fields from data packets.
11242
11243 2007-02-28  Michael Smith  <msmith@fluendo.com>
11244
11245         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11246         (gst_shout2send_init), (gst_shout2send_start),
11247         (gst_shout2send_set_property), (gst_shout2send_get_property):
11248         * ext/shout2/gstshout2.h:
11249           Add a property for username.
11250
11251 2007-02-27  Christian Schallerr <christian@fluendo.com>
11252
11253         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11254
11255 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11256
11257         * gst/rtsp/Makefile.am:
11258         Fix make check too.
11259
11260 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11261
11262         * gst/rtsp/base64.c: (util_base64_encode):
11263         * gst/rtsp/base64.h:
11264         Commit missing files for base64 encoding.
11265
11266 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11267
11268         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11269
11270         * configure.ac:
11271         * ext/annodex/Makefile.am:
11272         * ext/jpeg/Makefile.am:
11273         * ext/speex/Makefile.am:
11274         * gst/alpha/Makefile.am:
11275         * gst/cutter/Makefile.am:
11276         * gst/debug/Makefile.am:
11277         * gst/effectv/Makefile.am:
11278         * gst/goom/Makefile.am:
11279         * gst/level/Makefile.am:
11280         * gst/smpte/Makefile.am:
11281         * gst/videofilter/Makefile.am:
11282           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11283
11284 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11285
11286         * gst/rtsp/Makefile.am:
11287         * gst/rtsp/rtspconnection.c: (append_auth_header),
11288         (rtsp_connection_send), (rtsp_connection_set_auth):
11289         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11290         from icecast to replace it. Relicensed from GPL courtesy of Mike
11291         Smith.
11292
11293 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11294
11295         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11296         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11297         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11298         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11299         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11300         (gst_rtspsrc_uri_set_uri):
11301         * gst/rtsp/gstrtspsrc.h:
11302         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11303         (append_auth_header), (rtsp_connection_send),
11304         (rtsp_connection_free), (rtsp_connection_set_auth):
11305         * gst/rtsp/rtspconnection.h:
11306         * gst/rtsp/rtspdefs.h:
11307         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11308         * gst/rtsp/rtspurl.h:
11309
11310         Implement simple Basic Authentication support so that urls like
11311         rtsp://user:pass@hostname/rtspstream work on hosts that require
11312         authentication.
11313
11314 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11315
11316         * sys/v4l2/gstv4l2object.c:
11317         * sys/v4l2/gstv4l2tuner.c:
11318         * sys/v4l2/v4l2_calls.c:
11319         Fix segfault when oppening a radio device.
11320         
11321 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11322
11323         * gst/level/gstlevel.c: (gst_level_set_caps),
11324         (gst_level_transform_ip):
11325         * sys/v4l2/README:
11326         * tests/check/elements/level.c: (GST_START_TEST):
11327           Fix level for multi-channel case.
11328
11329 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11330
11331         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11332         (gst_level_transform_ip):
11333         * gst/level/gstlevel.h:
11334           Use function pointer for process function and add process functions
11335           for float audio.
11336
11337 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11338
11339         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11340         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11341         (gst_v4l2src_capture_init):
11342           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11343           fixes #407369
11344
11345 2007-02-18  Wim Taymans  <wim@fluendo.com>
11346
11347         * gst/rtp/Makefile.am:
11348         * gst/rtp/gstrtp.c: (plugin_init):
11349         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11350         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11351         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11352         (gst_rtp_mp2t_pay_plugin_init):
11353         * gst/rtp/gstrtpmp2tpay.h:
11354         Added simple mpeg transport stream payloader.
11355
11356 2007-02-16  Wim Taymans  <wim@fluendo.com>
11357
11358         * gst/rtsp/URLS:
11359         Add example H264 rtsp url.
11360
11361         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11362         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11363         Don't convert values to lowercase or we might mess up base64 encoded
11364         properties.
11365
11366 2007-02-16  Wim Taymans  <wim@fluendo.com>
11367
11368         * gst/rtp/README:
11369         Fix case of string params.
11370
11371         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11372         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11373         Fix depayloader, support more packet types.
11374         Add sync codes to make sure the packetizer can do its job.
11375
11376         * gst/rtp/gstrtpmp4gdepay.c:
11377         * gst/rtp/gstrtpmp4gpay.c:
11378         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11379         Fix caps case again.
11380
11381 2007-02-15  Wim Taymans  <wim@fluendo.com>
11382
11383         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11384         Set right caps on output buffers.
11385
11386 2007-02-14  Wim Taymans  <wim@fluendo.com>
11387
11388         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11389         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11390         Clear stack allocated SDPMedia struct before calling _init() on it.
11391         Clarify this in the docs as well.
11392
11393 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11394
11395         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11396         (do_change_child):
11397         Don't reset the profile when going switching states, as it makes
11398         the element non-reusable.
11399
11400 2007-02-14  Wim Taymans  <wim@fluendo.com>
11401
11402         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11403         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11404         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11405         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11406         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11407         (sdp_parse_line):
11408         * gst/rtsp/sdpmessage.h:
11409         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11410         Fix memory management of SDP messages. Fixes #407793.
11411
11412 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11413
11414         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11415
11416         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11417         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11418
11419 2007-02-14  Wim Taymans  <wim@fluendo.com>
11420
11421         Patch by: jp.liu <jp_liu at astrocom dot cn>
11422
11423         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11424         Fix parsing of password field in url. Fixes #407797.
11425
11426 2007-02-14  Wim Taymans  <wim@fluendo.com>
11427
11428         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11429         (gst_wavparse_reset), (gst_wavparse_init),
11430         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11431         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11432         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11433         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11434         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11435         (gst_wavparse_loop), (gst_wavparse_chain),
11436         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11437         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11438         (plugin_init):
11439         * gst/wavparse/gstwavparse.h:
11440         Update docs.
11441         Use boilerplate.
11442         Various code cleanups.
11443         When the bitrate is not known (bps == 0 or compressed formats) let
11444         downstream element guestimate the duration and position and don't
11445         generate timestamps or durations. Fixes #405213.
11446         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11447         error flowreturn upstream.
11448
11449 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11450
11451         * ext/gconf/Makefile.am:
11452         * ext/gconf/gconf.c: (gst_gconf_get_string),
11453         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11454         (gst_gconf_render_bin_with_default):
11455         * ext/gconf/gconf.h:
11456         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11457         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11458         (gst_gconf_audio_sink_dispose), (do_change_child),
11459         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11460         (cb_change_child), (gst_gconf_audio_sink_change_state):
11461         * ext/gconf/gstgconfaudiosink.h:
11462         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11463         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11464         (gst_switch_sink_init), (gst_switch_sink_dispose),
11465         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11466         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11467         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11468         * ext/gconf/gstswitchsink.h:
11469         * gst/autodetect/gstautoaudiosink.c:
11470         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11471         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11472         (gst_auto_audio_sink_detect):
11473         * gst/autodetect/gstautovideosink.c:
11474         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11475         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11476         (gst_auto_video_sink_detect):
11477         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11478         and a child that implements the GConf key monitoring. The end goal of
11479         this is an audio sink that can be changed on the fly, but at the 
11480         moment it still only changes on the next READY transition.
11481
11482 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11483
11484         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11485         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11486         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11487         (gst_avi_demux_calculate_durations_from_index),
11488         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11489         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11490         (gst_avi_demux_loop):
11491           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11492
11493 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11494
11495         * configure.ac:
11496         * docs/plugins/Makefile.am:
11497           Add crossreferences to glib/gobject/gstream docs.
11498
11499 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11500
11501         * gst/monoscope/Makefile.am:
11502         * gst/monoscope/gstmonoscope.c:
11503           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11504           (but no LIBS, since we only use defines from the headers).
11505
11506 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11507
11508         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11509
11510         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11511         (gst_wavparse_stream_data):
11512           Fix massive memory leak when operating in streaming mode due to
11513           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11514           Fixes #407057.
11515
11516 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11517
11518         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11519         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11520         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11521         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11522         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11523         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11524         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11525         (gst_avi_demux_calculate_durations_from_index),
11526         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11527         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11528         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11529         * gst/avi/gstavidemux.h:
11530           Save some memory (8%) by repacking the index entry structure (more to
11531           come). Add more FIXMEs to questionable parts.
11532
11533 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11534
11535         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11536         (gst_v4l2src_get_caps):
11537         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11538         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11539         (gst_v4l2src_capture_init):
11540           More FIXME comments and messaging changes.
11541
11542 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11543
11544         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11545         (gst_goom_change_state):
11546         * gst/goom/gstgoom.h:
11547           Improved docs and use GST_DEBUG_FUNCPTR.
11548
11549         * gst/level/gstlevel.c: (gst_level_class_init):
11550           Use GST_DEBUG_FUNCPTR.
11551
11552         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11553         (gst_monoscope_chain), (gst_monoscope_change_state):
11554           Improved docs source cleanups.
11555
11556 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11557
11558         * gst/debug/Makefile.am:
11559         * gst/debug/gstdebug.c: (plugin_init):
11560         * gst/debug/gstpushfilesrc.c:
11561         * gst/debug/gstpushfilesrc.h:
11562           Add code for a pushfilesrc element that implements a pushfile:// URI
11563           handler, to make debugging push-mode operation of demuxer/decoders
11564           that support both easier in connection with seek/playbin/etc.
11565           The element isn't registered at the moment.
11566
11567 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11568
11569         * gst/avi/gstavimux.c:
11570           Comment a #if 0 in caps template definition as VS6 seems to 
11571         do not support it.
11572         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11573           Use gst_guint64_to_gdouble for conversion.
11574         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11575           Move variables declaration before the first instruction.
11576         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11577           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11578           And don't include netdb.h for G_OS_WIN32
11579         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11580           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11581           by VS6 then use an other way to initialize SDPMedia structure.
11582         * gst/udp/gstdynudpsink.h:
11583         * gst/udp/gstdynudpnetutils.h:
11584           Do not include <sys/time.h> for G_OS_WIN32
11585         * gst/udp/gstudpsrc.c:
11586           Define socklen_t as int for G_OS_WIN32
11587         * win/common/config.h.in:
11588           Undef HAVE_NETINET_IN_H
11589         * win32/vs6/gst_plugins_good.dsw:
11590         * win32/vs6/libgstrtp.dsp:
11591         * win32/vs6/libgstrtsp.dsp:
11592         * win32/vs6/libgstautogen.dsp:
11593         * win32/vs6/libgstaudiofx.dsp:
11594         * win32/vs6/libgstudp.dsp:
11595           Add and update project files.
11596         * win32/common/gstudp-enumtypes.c:
11597         * win32/common/gstudp-enumtypes.h:
11598           Add a copy of udp enumtypes to win32/common as in core 
11599           and base.
11600         
11601 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11602
11603         * configure.ac:
11604           Activate monoscope when building with --enable-experimental. Fix
11605           --enable-external configure switch description.
11606
11607         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11608         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11609           Help gst-indent.
11610
11611 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11612
11613         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11614           Explicitly cast result of pointer arithmetic to integer in order to
11615           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11616
11617 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11618
11619         * gst/debug/progressreport.c:
11620           Some more docs.
11621
11622 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * docs/plugins/inspect/plugin-rtp.xml:
11625           Update for new elements.
11626
11627         * gst/debug/progressreport.h:
11628           Commit newly-created header file as well.
11629
11630 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11631
11632         * docs/plugins/Makefile.am:
11633         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11634         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11635         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11636         * gst/debug/Makefile.am:
11637         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11638         (gst_progress_report_do_query), (gst_progress_report_report):
11639           Make progressreport element post messages with the current progress
11640           on the bus. Also add some basic docs for it.
11641
11642 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11643
11644         * ext/hal/hal.c: (gst_hal_get_string):
11645         * ext/hal/hal.h:
11646           Some small cleanups; deal with errors when parsing the HAL ALSA
11647           capabilities a bit better.
11648
11649 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11652           Let's try this again and use the right cast this time.
11653
11654 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11657           Add cast to avoid compiler warnings with older GLib versions
11658           where the nick/name members in GEnumValue are not declared as
11659           constant strings.
11660
11661 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11662
11663         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11664         (gst_gconf_render_bin_from_key),
11665         (gst_gconf_get_default_audio_sink):
11666         * ext/gconf/gconf.h:
11667         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11668         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11669         (gst_gconf_audio_sink_get_property):
11670           In gconfaudiosink, get the right key as the old key in do_toggle
11671           (ie. one dependent on the profile selected). Log some more stuff so
11672           we can see what's actually going on.
11673
11674 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11675
11676         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11677         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11678         (gst_audio_amplify_set_process_function),
11679         (gst_audio_amplify_setup):
11680         * gst/audiofx/audioamplify.h:
11681         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11682         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11683         * gst/audiofx/audioinvert.h:
11684         Some small cleanups and port both elements to the new GstAudioFilter
11685         base class to save a few lines of common code.
11686         * gst/audiofx/Makefile.am:
11687         Link against libgstaudio for the above changes
11688
11689 2007-01-29  Wim Taymans  <wim@fluendo.com>
11690
11691         * tests/check/elements/.cvsignore:
11692         Some more ignores.
11693
11694 2007-01-26  Wim Taymans  <wim@fluendo.com>
11695
11696         Patch by: charles <charlesg3 at gmail dot com>
11697
11698         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11699         (set_shout_metadata), (gst_shout2send_event):
11700         * ext/shout2/gstshout2.h:
11701         Properly handle tags in shout2send. Fixes #399825.
11702
11703 2007-01-25  Wim Taymans  <wim@fluendo.com>
11704
11705         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11706         (gst_rtspsrc_activate_streams):
11707         Convert SDP fields to upper/lowercase following the rules in the SDP to
11708         caps document. 
11709
11710 2007-01-25  Wim Taymans  <wim@fluendo.com>
11711
11712         * gst/rtp/README:
11713         * gst/rtp/gstrtpilbcdepay.c:
11714         * gst/rtp/gstrtpilbcpay.c:
11715         * gst/rtp/gstrtpmp4gdepay.c:
11716         * gst/rtp/gstrtpmp4gpay.c:
11717         * gst/rtp/gstrtpspeexdepay.c:
11718         * gst/rtp/gstrtpspeexpay.c:
11719         * gst/rtp/gstrtpsv3vdepay.c:
11720         * gst/rtp/gstrtptheoradepay.c:
11721         * gst/rtp/gstrtptheorapay.c:
11722         * gst/rtp/gstrtpvorbisdepay.c:
11723         * gst/rtp/gstrtpvorbispay.c:
11724         Fix case of encoding-name and key/value pairs to match the document.
11725         This is to make interoperation with SDP case-insensitive as required by
11726         the relevant RFCs.
11727
11728 2007-01-25  Wim Taymans  <wim@fluendo.com>
11729
11730         * configure.ac:
11731         Bump required -core/-base to CVS
11732
11733 2007-01-25  Wim Taymans  <wim@fluendo.com>
11734
11735         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11736         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11737         * gst/rtp/gstrtpL16pay.h:
11738         Fill up to MTU using adapter.
11739         Timestamp rtp packets.
11740
11741 2007-01-25  Edward Hervey  <edward@fluendo.com>
11742
11743         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11744         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11745         Use G_GSIZE_FORMAT in print statements for portability.
11746         Fixes build on macosx.
11747
11748 2007-01-24  Wim Taymans  <wim@fluendo.com>
11749
11750         * gst/rtp/Makefile.am:
11751         * gst/rtp/gstrtp.c: (plugin_init):
11752         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11753         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11754         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11755         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11756         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11757         (gst_rtp_L16_depay_plugin_init):
11758         * gst/rtp/gstrtpL16depay.h:
11759         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11760         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11761         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11762         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11763         (gst_rtp_L16_pay_plugin_init):
11764         * gst/rtp/gstrtpL16pay.h:
11765         Port and enable raw audio payloader/depayloader. Needs a bit more work
11766         on the payloader side.
11767
11768 2007-01-24  Wim Taymans  <wim@fluendo.com>
11769
11770         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11771         (gst_rtspsrc_stream_configure_transport),
11772         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11773         * gst/rtsp/gstrtspsrc.h:
11774         Only unblock the udp pads when we linked and activated them all.
11775         Fixes #395688.
11776
11777 2007-01-24  Wim Taymans  <wim@fluendo.com>
11778
11779         * gst/rtp/Makefile.am:
11780         * gst/rtp/gstrtp.c: (plugin_init):
11781         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11782         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11783         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11784         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11785         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11786         * gst/rtp/gstrtpac3depay.h:
11787         Added simple AC3 depayloader (RFC 4184).
11788
11789         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11790         Fix a leak.
11791
11792 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11793
11794         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11795
11796         * gst/audiofx/Makefile.am:
11797         * gst/audiofx/audioamplify.c:
11798         (gst_audio_amplify_clipping_method_get_type),
11799         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11800         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11801         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11802         (gst_audio_amplify_set_caps),
11803         (gst_audio_amplify_transform_int_clip),
11804         (gst_audio_amplify_transform_int_wrap_negative),
11805         (gst_audio_amplify_transform_int_wrap_positive),
11806         (gst_audio_amplify_transform_float_clip),
11807         (gst_audio_amplify_transform_float_wrap_negative),
11808         (gst_audio_amplify_transform_float_wrap_positive),
11809         (gst_audio_amplify_transform_ip):
11810         * gst/audiofx/audioamplify.h:
11811         * gst/audiofx/audiofx.c: (plugin_init):
11812         Add new element "audioamplify". This allows scaling of raw audio
11813         samples, similar to the "volume" element, but provides different modes
11814         for clipping and allows unlimited amplification. It's mainly targeted
11815         for creative sound design and not as a replacement of the "volume"
11816         element. Fixes #397162
11817         * docs/plugins/Makefile.am:
11818         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11819         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11820         * docs/plugins/gst-plugins-good-plugins.args:
11821         * docs/plugins/inspect/plugin-audiofx.xml:
11822         Add docs for audioamplify and integrate them into the build system
11823         * tests/check/Makefile.am:
11824         * tests/check/elements/audioamplify.c: (setup_amplify),
11825         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11826         Add fairly extensive unit test suite for audioamplify
11827
11828 2007-01-24  Wim Taymans  <wim@fluendo.com>
11829
11830         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11831         Unblock pads after adding the pads to the element so that autopluggers
11832         get a change to link something. Possibly fixes #395688.
11833
11834 2007-01-24  Wim Taymans  <wim@fluendo.com>
11835
11836         * gst/rtp/gstrtpamrdepay.c:
11837         * gst/rtp/gstrtpgsmdepay.c:
11838         * gst/rtp/gstrtph263pdepay.c:
11839         * gst/rtp/gstrtph263ppay.c:
11840         * gst/rtp/gstrtph264depay.c:
11841         * gst/rtp/gstrtpilbcdepay.c:
11842         * gst/rtp/gstrtpmp2tdepay.c:
11843         * gst/rtp/gstrtpmp4gdepay.c:
11844         * gst/rtp/gstrtpmp4gpay.c:
11845         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11846         * gst/rtp/gstrtpmp4vpay.c:
11847         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11848         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11849         (gst_rtp_mpa_depay_process):
11850         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11851         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11852         * gst/rtp/gstrtppcmadepay.c:
11853         * gst/rtp/gstrtppcmudepay.c:
11854         * gst/rtp/gstrtpspeexdepay.c:
11855         * gst/rtp/gstrtpspeexpay.c:
11856         * gst/rtp/gstrtpsv3vdepay.c:
11857         * gst/rtp/gstrtptheoradepay.c:
11858         * gst/rtp/gstrtptheorapay.c:
11859         * gst/rtp/gstrtpvorbisdepay.c:
11860         * gst/rtp/gstrtpvorbispay.c:
11861         Fix caps with payload numbers.
11862         Add some fixed payload numbers to caps when possible.
11863
11864 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11865
11866         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11867
11868         * gst/audiofx/Makefile.am:
11869         * gst/audiofx/audiofx.c: (plugin_init):
11870         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11871         (gst_audio_invert_class_init), (gst_audio_invert_init),
11872         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11873         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11874         (gst_audio_invert_transform_float),
11875         (gst_audio_invert_transform_ip):
11876         * gst/audiofx/audioinvert.h:
11877         Add new audiofx element "audioinvert". This element swaps the upper
11878         and lower half of samples and can be used for example for a
11879         wide-stereo effect. Fixes #396057
11880         * docs/plugins/Makefile.am:
11881         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11882         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11883         * docs/plugins/gst-plugins-good-plugins.args:
11884         * docs/plugins/inspect/plugin-audiofx.xml:
11885         Add docs for the audioinvert element and add them to the build system.
11886         * tests/check/Makefile.am:
11887         * tests/check/elements/audioinvert.c: (setup_invert),
11888         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11889         Add unit test suite for the audioinvert element.
11890
11891 2007-01-23  Wim Taymans  <wim@fluendo.com>
11892
11893         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11894         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11895         Parse config params as string and int.
11896         Parse and use AU header length
11897
11898 2007-01-23  Wim Taymans  <wim@fluendo.com>
11899
11900         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11901         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11902         * gst/smpte/gstmask.c: (_gst_mask_register):
11903         * gst/smpte/gstmask.h:
11904         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11905         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11906         (gst_smpte_paint_triangle_clock):
11907         constify some static structs.
11908         Don't update the mask if nothing changed to the params.
11909         Make sure we never draw outside of the picture. Fixes #398325.
11910
11911 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11912
11913         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11914           Error out properly when pull_range fails while we're reading the
11915           headers, instead of just pausing the task silently. Fixes #399338.
11916
11917 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11918
11919         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11920           Some more sanity checks to make sure the input formats match and the
11921           input pads are actually negotiated, in case someone tries to feed
11922           buffers from fakesrc or filesrc. Fixes #398299.
11923           Also const-ify an array, just because we can.
11924
11925 2007-01-19  Edward Hervey  <edward@fluendo.com>
11926
11927         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11928         Ignore previous commit, that was only valid for widths and heights
11929         that are multiples of 4.
11930         Copy over size/stride macros from jpegdec. This allows the element
11931         to work with any width,height...
11932         ... but puts in evidence that the actual transformations only work
11933         with width/height that are multiples of 4.
11934
11935 2007-01-19  Edward Hervey  <edward@fluendo.com>
11936
11937         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11938         Allocate buffers of the right size.
11939         The proper size of a I420 buffer in bytes is:
11940         
11941             width * height * 3
11942             ------------------
11943                     2
11944
11945 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11946
11947         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11948           Proxy getcaps on sink pads too, so that we either end up with the
11949           same dimensions on all pads or error out if that's not possible
11950           (seems to work even!). Fixes #398086, I think.
11951
11952 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11953
11954         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11955         * docs/plugins/gst-plugins-good-plugins.args:
11956         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11957           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11958           fix integer properties with -1 as minimum value.
11959
11960         * docs/plugins/inspect/plugin-1394.xml:
11961         * docs/plugins/inspect/plugin-aasink.xml:
11962         * docs/plugins/inspect/plugin-alaw.xml:
11963         * docs/plugins/inspect/plugin-alpha.xml:
11964         * docs/plugins/inspect/plugin-alphacolor.xml:
11965         * docs/plugins/inspect/plugin-annodex.xml:
11966         * docs/plugins/inspect/plugin-apetag.xml:
11967         * docs/plugins/inspect/plugin-audiofx.xml:
11968         * docs/plugins/inspect/plugin-auparse.xml:
11969         * docs/plugins/inspect/plugin-autodetect.xml:
11970         * docs/plugins/inspect/plugin-avi.xml:
11971         * docs/plugins/inspect/plugin-cacasink.xml:
11972         * docs/plugins/inspect/plugin-cairo.xml:
11973         * docs/plugins/inspect/plugin-cdio.xml:
11974         * docs/plugins/inspect/plugin-cutter.xml:
11975         * docs/plugins/inspect/plugin-debug.xml:
11976         * docs/plugins/inspect/plugin-dv.xml:
11977         * docs/plugins/inspect/plugin-efence.xml:
11978         * docs/plugins/inspect/plugin-effectv.xml:
11979         * docs/plugins/inspect/plugin-esdsink.xml:
11980         * docs/plugins/inspect/plugin-flac.xml:
11981         * docs/plugins/inspect/plugin-flxdec.xml:
11982         * docs/plugins/inspect/plugin-gconfelements.xml:
11983         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11984         * docs/plugins/inspect/plugin-goom.xml:
11985         * docs/plugins/inspect/plugin-halelements.xml:
11986         * docs/plugins/inspect/plugin-icydemux.xml:
11987         * docs/plugins/inspect/plugin-id3demux.xml:
11988         * docs/plugins/inspect/plugin-jpeg.xml:
11989         * docs/plugins/inspect/plugin-level.xml:
11990         * docs/plugins/inspect/plugin-matroska.xml:
11991         * docs/plugins/inspect/plugin-mulaw.xml:
11992         * docs/plugins/inspect/plugin-multipart.xml:
11993         * docs/plugins/inspect/plugin-navigationtest.xml:
11994         * docs/plugins/inspect/plugin-ossaudio.xml:
11995         * docs/plugins/inspect/plugin-png.xml:
11996         * docs/plugins/inspect/plugin-rtp.xml:
11997         * docs/plugins/inspect/plugin-rtsp.xml:
11998         * docs/plugins/inspect/plugin-shout2send.xml:
11999         * docs/plugins/inspect/plugin-smpte.xml:
12000         * docs/plugins/inspect/plugin-speex.xml:
12001         * docs/plugins/inspect/plugin-taglib.xml:
12002         * docs/plugins/inspect/plugin-udp.xml:
12003         * docs/plugins/inspect/plugin-videobalance.xml:
12004         * docs/plugins/inspect/plugin-videobox.xml:
12005         * docs/plugins/inspect/plugin-videoflip.xml:
12006         * docs/plugins/inspect/plugin-videomixer.xml:
12007         * docs/plugins/inspect/plugin-wavenc.xml:
12008         * docs/plugins/inspect/plugin-wavparse.xml:
12009         * docs/plugins/inspect/plugin-ximagesrc.xml:
12010           Update to CVS.
12011
12012 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12013
12014         Patch by: Sebastian Dröge <slomo circular-chaos org>
12015
12016         * gst/audiofx/audiopanorama.c:
12017           Fix doc section name (Fixes #397946)
12018
12019 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12020
12021         * sys/v4l2/gstv4l2object.c:
12022         (gst_v4l2_object_install_properties_helper),
12023         (gst_v4l2_object_set_property_helper),
12024         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12025         * sys/v4l2/gstv4l2object.h:
12026         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12027         (gst_v4l2src_init), (gst_v4l2src_set_property),
12028         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12029         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12030         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12031         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12032         (gst_v4l2src_capture_deinit):
12033           Fix EIO handing when capturing. Add new property to specify the number of
12034           buffers to enque (and remove the borked num-buffers usage).
12035
12036 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12037
12038         Patch by: Sebastian Dröge <slomo circular-chaos org>
12039
12040         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12041         (gst_audio_panorama_set_process_function):
12042           Use a function array for process methods, add more docs and define the
12043           startindex of enums.
12044
12045 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12046
12047         Patch by: Mark Nauwelaerts <manauw at skynet be>
12048
12049         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12050         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12051         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12052         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12053         (gst_avi_mux_riff_get_avi_header),
12054         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12055         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12056         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12057         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12058         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12059         (gst_avi_mux_change_state):
12060         * gst/avi/gstavimux.h:
12061         * tests/check/elements/avimux.c: (teardown_src_pad):
12062           Add support for more than one audio stream; write better AVIX
12063           header; refactor code a bit; don't announce vorbis caps on our audio
12064           sink pads since we don't support it anyway. Closes #379298.
12065
12066 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12067
12068         Patch by: Sebastian Dröge <slomo circular-chaos org>
12069
12070         * gst/audiofx/audiopanorama.c:
12071         (gst_audio_panorama_method_get_type),
12072         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12073         (gst_audio_panorama_set_process_function),
12074         (gst_audio_panorama_set_property),
12075         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12076         (gst_audio_panorama_transform_m2s_int_simple),
12077         (gst_audio_panorama_transform_s2s_int_simple),
12078         (gst_audio_panorama_transform_m2s_float_simple),
12079         (gst_audio_panorama_transform_s2s_float_simple):
12080         * gst/audiofx/audiopanorama.h:
12081           Add 'method' property and provide a simple (non-psychoacustic)
12082           processing method (#394859).
12083
12084         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12085         (panorama_suite):
12086           Tests for new method.
12087
12088 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12089
12090         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12091         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12092           Set correct caps on outgoing pulled buffers, or things blow up
12093           after recent core changes.
12094
12095 2007-01-11  Wim Taymans  <wim@fluendo.com>
12096
12097         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12098
12099         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12100         (gst_multipart_mux_request_new_pad),
12101         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12102         (gst_multipart_mux_change_state):
12103         Return FLOW errors ASAP. Fixes #394977.
12104         Misc cleanups.
12105
12106 2007-01-11  Wim Taymans  <wim@fluendo.com>
12107
12108         Patch by: Lutz Mueller <lutz at topfrose dot de>
12109
12110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12111         Check for stream pad before activating. 
12112
12113 2007-01-10  Wim Taymans  <wim@fluendo.com>
12114
12115         Patch by: Peter Kjellerstedt  <pkj at axis com>
12116
12117         * gst/rtsp/COPYING.MIT:
12118         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12119         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12120         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12121         (gst_rtspsrc_stream_configure_transport),
12122         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12123         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12124         (gst_rtspsrc_parse_methods),
12125         (gst_rtspsrc_create_transports_string),
12126         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12127         (gst_rtspsrc_open), (gst_rtspsrc_close):
12128         * gst/rtsp/gstrtspsrc.h:
12129         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12130         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12131         (parse_request_line), (parse_line), (rtsp_connection_read),
12132         (rtsp_connection_close):
12133         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12134         (rtsp_method_as_text), (rtsp_header_as_text),
12135         (rtsp_status_as_text), (rtsp_find_header_field),
12136         (rtsp_find_method):
12137         * gst/rtsp/rtspdefs.h:
12138         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12139         (rtsp_ext_wms_configure_stream):
12140         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12141         (rtsp_message_new_request), (rtsp_message_init_request),
12142         (rtsp_message_new_response), (rtsp_message_init_response),
12143         (rtsp_message_init_data), (rtsp_message_unset),
12144         (rtsp_message_free), (rtsp_message_add_header),
12145         (rtsp_message_get_header), (rtsp_message_set_body),
12146         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12147         * gst/rtsp/rtspmessage.h:
12148         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12149         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12150         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12151         (sdp_message_dump):
12152         Allow url to be NULL to be able to use it for server connections.
12153         Can now send responses as well as requests.
12154         No longer hangs in an endless loop if EOF is received.
12155         Can now convert a status code to a text string.
12156         Return RTSP_HDR_INVALID for unknown headers.
12157         Return RTSP_INVALID for unknown methods.
12158         Copy CSeq and Session headers from the request.
12159         Only free memory corresponding to the currently set message type.
12160         Added const to function arguments as appropriate.
12161         Avoid a compiler warning when initializing nmedia.
12162         Use guint rather than gint to avoid compiler warnings.
12163         Fix crasher in wms extension.
12164         Factor out stream setup from open_connection.
12165         Delay activation of streams when actual data is received from the
12166         server, this prepares us to do proper protocol switching.
12167         Added new license.
12168         Fixes #380895.
12169
12170
12171 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12172
12173         Patch by: Sebastian Dröge <slomo ubuntu com>
12174
12175         * docs/plugins/Makefile.am:
12176         * gst/audiofx/audiopanorama.c:
12177           Some small docs fixes (#394851).
12178
12179 2007-01-09  Wim Taymans  <wim@fluendo.com>
12180
12181         * gst/avi/gstavidemux.c:
12182         Fix docs.
12183
12184 2007-01-09  Wim Taymans  <wim@fluendo.com>
12185
12186         * gst/rtp/Makefile.am:
12187         * gst/rtp/gstrtp.c: (plugin_init):
12188         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12189         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12190         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12191         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12192         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12193         * gst/rtp/gstrtpmpvdepay.h:
12194           Added RFC 2250 MPEG Video Depayloader.
12195
12196         * gst/rtp/gstrtpL16depay.h:
12197         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12198         (gst_rtp_h263p_depay_process):
12199         Fix Header file. Small cleanups.
12200
12201         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12202         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12203         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12204         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12205         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12206         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12207         (gst_rtp_mp4v_depay_change_state):
12208         Remove usused code. Remove Adapter from state Change. Added debug.
12209
12210         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12211         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12212         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12213         * gst/rtp/gstrtpmpadepay.h:
12214         Subclass base depayloader.
12215         Added debug.
12216         Support static payload type assignment as well.
12217
12218         * gst/rtp/gstrtpmpapay.c:
12219         Fix caps.
12220
12221 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12222
12223         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12224
12225         * ext/jpeg/gstjpegdec.c:
12226         * ext/jpeg/gstjpegenc.c:
12227         * ext/jpeg/smokecodec.c:
12228           These libjpeg callbacks should return a 'boolean' (unsigned char
12229           apparently) and not a 'gboolean' (which maps to gint). Fixes
12230           warnings when compiling with MingW (#393427).
12231
12232         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12233           Use ioctlsocket on win32.
12234
12235         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12236           Some printf format fixes for win32.
12237
12238 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12239
12240         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12241           Use gst_guint64_to_gdouble for conversion.
12242         * win32/vs6/libgstmatroska.dsp:
12243           Add zlib to the link.
12244         * win32/vs6/libgstvideobox.dsp:
12245           Update liboil library name (project is linked to 
12246           liboil-0.3-0.lib now).
12247           
12248 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12249
12250         * gst/matroska/Makefile.am:
12251           If zlib is available and used, we must link it explicitly for
12252           things to work on MingW (fixes #392855).
12253
12254 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12255
12256         * ext/esd/esdsink.c: (gst_esdsink_delay):
12257           Don't return bogus values when esd_get_delay() fails for some
12258           reason (#392189).
12259
12260 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12261
12262         * sys/ximage/gstximagesrc.c: (composite_pixel):
12263           Fix presumably copy'n'pasto for 16bpp depth.
12264
12265 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         * gst/matroska/matroska-mux.c:
12268         (gst_matroska_mux_audio_pad_setcaps):
12269           The "signed" field in audio caps is of boolean type, trying to use
12270           gst_structure_get_int() to extract it will fail. Fixing this makes
12271           matroskamux accept raw audio input (#387121) (use at your own risk
12272           though, due to the matroska spec being not entirely useful in this
12273           respect).
12274           Also fix up raw audio structures in template caps so that they
12275           represent what our setcaps function will actually accept, so that
12276           converters know what to convert to.
12277           Finally, don't fail if there isn't an "endianness" field in 8-bit
12278           PCM caps.
12279
12280 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12281
12282         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12283         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12284         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12285         (teardown_cmmldec):
12286         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12287         (teardown_cmmlenc):
12288         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12289           reapply consistent pad (de)activation
12290
12291 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12292
12293         * configure.ac:
12294         Back to CVS
12295
12296         * gst-plugins-good.doap:
12297         Add 0.10.5 doap entry
12298
12299 === release 0.10.5 ===
12300
12301 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12302
12303         * configure.ac:
12304           releasing 0.10.5, "The Path of Thorns"
12305
12306 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12307
12308         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12309         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12310         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12311         (teardown_cmmldec):
12312         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12313         (teardown_cmmlenc):
12314         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12315           revert my freeze breakage
12316
12317 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12318
12319         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12320         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12321         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12322         (teardown_cmmldec):
12323         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12324         (teardown_cmmlenc):
12325         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12326           consistent pad (de)activation
12327
12328 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12329
12330         * configure.ac:
12331         * ext/Makefile.am:
12332         Disable LADPSA, as it has moved to the -bad module for the duration.
12333
12334 2006-12-18  Wim Taymans  <wim@fluendo.com>
12335
12336         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12337         (gst_signal_processor_event):
12338         Reset flow_state back to _OK after a flush stop so that we exit our
12339         error state after the flush. Fixes #374213
12340
12341 2006-12-16  David Schleef  <ds@schleef.org>
12342
12343         * sys/osxvideo/osxvideosink.h:
12344         * sys/osxvideo/osxvideosink.m:
12345           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12346
12347 2006-12-16  David Schleef  <ds@schleef.org>
12348
12349         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12350
12351         * sys/osxvideo/Makefile.am:
12352         * sys/osxvideo/osxvideosink.h:
12353         * sys/osxvideo/osxvideosink.m:
12354           Preliminary patch for porting osxvideosink
12355
12356 2006-12-16  Wim Taymans  <wim@fluendo.com>
12357
12358         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12359
12360         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12361         (gst_videomixer_set_master_geometry),
12362         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12363         (gst_videomixer_reset), (gst_videomixer_init),
12364         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12365         (gst_videomixer_release_pad), (gst_videomixer_collected),
12366         (gst_videomixer_change_state):
12367         Introduce some locking around the videomixer state so that it does not
12368         crash when adding/removing pads. Fixes #383043.
12369
12370 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12371
12372         * configure.ac:
12373           Make sure libcaca can actually be used instead of just checking for
12374           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12375           cross-compiling (fixes #384587).
12376
12377 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12378
12379         * Makefile.am:
12380         * gst-plugins-good.doap:
12381         * gst-plugins-good.spec.in:
12382           adding doap file
12383
12384 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12385
12386         * configure.ac:
12387           libflac-1.1.3 changed API again, but we can't build against it yet,
12388           so make sure our check doesn't use libflac-1.1.3 and add a comment
12389           to this effect.
12390
12391 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12392
12393         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12394         (gst_quarktv_planetable_clear):
12395           Add some NULL pointer checks (possibly related to #385623).
12396
12397 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12398
12399         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12400         (gst_tag_demux_chain):
12401         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12402           In streaming mode, if the first buffer we get doesn't have an
12403           offset, fix it up to be 0, otherwise trimming won't work later on
12404           and we'll be typefinding application/x-id3, which may result in
12405           decodebin plugging an endless number of id3demux elements as a
12406           consequence. Fixes #385031.
12407           
12408 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12409
12410         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12411           Ignore the buffer_time the sound device reports. Turns out it is 
12412           sometimes completely bogus and we're better off without it.
12413
12414 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12415
12416         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12417         (gst_matroska_demux_video_caps):
12418         * gst/matroska/matroska-ids.c:
12419         (gst_matroska_track_init_video_context):
12420         * gst/matroska/matroska-ids.h:
12421           Try harder to extract the framerate for video tracks correctly and
12422           save it directly instead of converting it back and forth a few
12423           times. Mostly makes a difference for very small framerates (<1).
12424           Fixes #380199.
12425
12426 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12427
12428         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12429         (gst_gconf_audio_src_dispose), (do_toggle_element):
12430         * ext/gconf/gstgconfaudiosrc.h:
12431           Remove gconf notify hook when the gconfaudiosrc element is
12432           destroyed, otherwise the callback may be called on an
12433           already-destroyed instance and bad things happen. Should fix
12434           #378184.
12435           Also ignore gconf key changes when the source is already running.
12436
12437 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12438
12439         Patch by: Sebastian Dröge  <mail at slomosnail de>
12440
12441         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12442           We need to be able to read and parse any possible floating point string
12443           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12444           will parse the former only in certain locales though, so we really need
12445           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12446           make sure we can parse either version at all times.
12447           Fixes #382982 for real.
12448
12449 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12450
12451         * sys/sunaudio/gstsunaudiomixerctrl.c:
12452         * sys/sunaudio/gstsunaudiosrc.c:
12453
12454         Use the sunaudio debug category.
12455
12456         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12457         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12458         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12459         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12460         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12461         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12462         (gst_sunaudiosink_reset):
12463         * sys/sunaudio/gstsunaudiosink.h:
12464
12465         Uses the sunaudio debug category for all debug output
12466         Implements the _delay() callback to synchronise video playback better
12467         Change the segtotal and segsize values back to the parent class 
12468           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12469           respectively)
12470         Measure the samples written to the device vs. played.
12471         Keep track of segments in the device by writing empty eof frames, and
12472         sleep using a GCond when we get too far ahead and risk overrunning the
12473         sink's ringbuffer.
12474
12475         Fixes: #360673
12476
12477 2006-12-08  Wim Taymans  <wim@fluendo.com>
12478
12479         Patch by: Sebastian Dröge  <mail at slomosnail de >
12480
12481         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12482         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12483         * gst/audiofx/audiopanorama.h:
12484         Fix audiopanorame with float samples. Fixes #383726.
12485
12486 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12487
12488         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12489         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12490         (gst_sunaudiosrc_reset):
12491
12492         Implement reset functions to unblock the src/sink more quickly on 
12493         state change requests.
12494         Patch by: Brian Cameron <brian dot cameron at sun com>
12495
12496 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12497
12498         * sys/sunaudio/gstsunaudiomixer.c:
12499         (gst_sunaudiomixer_change_state):
12500         Construct the correct mixer device name when the AUDIODEV env var
12501         is set.
12502
12503         Patch by: Jerry Tan <jerry.tan at sun dot com>
12504         Fixes: #383596
12505
12506 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12507
12508         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12509         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12510         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12511         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12512         Patch by: Jerry Tan <jerry.tan at sun dot com>
12513         Fixes: #349015
12514
12515 2006-12-07  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst/smpte/gstmask.h:
12518         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12519         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12520         (gst_smpte_collected), (gst_smpte_set_property),
12521         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12522         * gst/smpte/gstsmpte.h:
12523         Port to 0.10 some more. 
12524         Added duration property to specify the duration of the transition.
12525         Make framerate a fraction.
12526         Deprecate fps property, we only use negotiated fps.
12527         Added docs.
12528         Fix collectpad usage.
12529         Reset state in READY.
12530         Send NEWSEGMENT event.
12531         Fix racy updates of object properties.
12532         Added debug category.
12533         Fixes #383323.
12534
12535 2006-12-06  Wim Taymans  <wim@fluendo.com>
12536
12537         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12538
12539         * gst/videomixer/videomixer.c:
12540         (gst_videomixer_set_master_geometry),
12541         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12542         Don't reset xpos and ypos in the setcaps function because causes
12543         unexpected behaviour.
12544         Fixes #382179.
12545
12546 2006-12-06  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12549         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12550         Keep track of the buffer timestamp in the collectdata member instead
12551         of modifying the buffer without making the metadata writable first.
12552         Fixes #382277.
12553
12554 2006-12-06  Wim Taymans  <wim@fluendo.com>
12555
12556         Patch by: Rob Taylor <robtaylor at floopily dot org>
12557
12558         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12559         If using multicast in udpsrc, bind to the multicast address rather than
12560         IN_ADDR_ANY.
12561         This allows the simultanous use of multiple udpsrcs listening on
12562         different multicat addresses. Without this all udpsrcs will receive all
12563         packets from all subscribed multicast addresses.
12564         Fixes #383001.
12565
12566 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12567
12568         * ext/taglib/gstid3v2mux.cc:
12569         Don't attempt to write a NULL frame into the ID3 tag set when the 
12570         createFrame method returned NULL.
12571         Fixes: #381857
12572         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12573
12574 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12575
12576         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12577         Use g_strtod() instead of sscanf to parse doubles, so that it will
12578         try parsing in the C locale if the current locale fails.
12579         Fixes: #382982
12580         Patch by: Sebastian Dröge  <mail at slomosnail de >
12581
12582 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12583
12584         * win32/MANIFEST:
12585         Fix compilation on win32 under VS8
12586         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12587         Partially fixes #381175
12588
12589 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12590
12591         * gst/avi/gstavimux.c:
12592           accept all mpegversions,fixes #380825
12593           spotted by: Jerome Alet  
12594
12595 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12596
12597         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12598         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12599         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12600         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12601           cleanup the error message a bit more
12602
12603 2006-11-28  Wim Taymans  <wim@fluendo.com>
12604
12605         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12606         Fix width and height properties.
12607
12608         * ext/libcaca/gstcacasink.h:
12609         Fix compilation on newer libcaca that require us to include a new
12610         header. Fixes #379918.
12611
12612 2006-11-28  Wim Taymans  <wim@fluendo.com>
12613
12614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12615         * gst/rtsp/gstrtspsrc.h:
12616         * gst/rtsp/rtspext.h:
12617         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12618         (rtsp_ext_wms_get_context):
12619         Add method so that extensions can choose to disable the setup of
12620         a stream.
12621         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12622
12623 2006-11-27  Wim Taymans  <wim@fluendo.com>
12624
12625         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12626
12627         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12628         Push header in a separate buffer instead of memcpy:ing all data.
12629         Change LF => CRLF in headers.
12630         Move trailing LF to header. Fixes #379792.
12631
12632 2006-11-27  Wim Taymans  <wim@fluendo.com>
12633
12634         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12635         Small buffer overflow fix and improve debugging.
12636
12637 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12638
12639         * ext/esd/esdmon.h:
12640         * ext/esd/esdsink.h:
12641           remove obsolete _factory_init protos
12642
12643 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12644
12645         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12646         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12647         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12648         (gst_avi_demux_read_subindexes_push),
12649         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12650         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12651         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12652         (gst_avi_demux_massage_index),
12653         (gst_avi_demux_calculate_durations_from_index),
12654         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12655         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12656         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12657           remove dead code, tweak debugs statements, add comments, use
12658           _uint64_scale instead _uint64_scale_int when using guint64 values,
12659           small optimizations, reflow some error handling
12660
12661 2006-11-22  Edward Hervey  <edward@fluendo.com>
12662
12663         * po/.cvsignore:
12664         We never put .pot files in cvs. Let's ignore them all.
12665
12666 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12667
12668         * po/POTFILES.in:
12669           ... but better exclude files that aren't disted.
12670
12671 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12672
12673         * po/POTFILES.in:
12674           Add v4l2 source files to list of files with translations, so the
12675           strings are actually extracted (however bad they still may be).
12676
12677 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12678
12679         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12680           Minor clean-ups: const-ify static array, remove trailing comma from
12681           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12682
12683 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12684
12685         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12686         Make sure that g_free always gets called on the same pointer that was 
12687         returned by g_malloc.  Fixes #376594.
12688         Do not leak memory if decompressed size is wrong.
12689         Remove unneeded check of return value of g_malloc.
12690         Patch by: René Stadler <mail@renestadler.de>
12691
12692 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12695           Add missing curly brackets.
12696
12697 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12698
12699         * sys/v4l2/v4l2src_calls.c:
12700         Fix capture_deinit.
12701
12702 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12705         (gst_matroska_mux_request_new_pad):
12706           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12707
12708         * tests/check/elements/matroskamux.c: (setup_src_pad),
12709         (setup_sink_pad), (GST_START_TEST):
12710         Activate pads before using them.
12711
12712 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12713
12714         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12715           Initialise variable to get rid of bogus compiler warning.
12716
12717 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12718
12719         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12720
12721         * gst/rtp/gstrtph263pay.c:
12722         * gst/rtp/gstrtph263pdepay.c:
12723         * gst/rtp/gstrtph263ppay.c:
12724           Specify H.263 variant and version in the caps (fixes #361637)
12725
12726 2006-11-15  Wim Taymans  <wim@fluendo.com>
12727
12728         * gst/rtsp/rtspconnection.c: (read_body):
12729         Don't set a data pointer to NULL and a size > 0 when we deal
12730         with empty packets.
12731
12732         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12733         (rtsp_message_init_response), (rtsp_message_init_data),
12734         (rtsp_message_unset), (rtsp_message_free),
12735         (rtsp_message_take_body):
12736         Check that we can't create invalid empty packets. 
12737
12738 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12739
12740         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12741
12742         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12743         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12744         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12745         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12746         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12747         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12748         * gst/matroska/matroska-mux.h:
12749           Add basic tag writing support; implement releasing pads (#374658).
12750
12751 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12752
12753         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12754         (gst_matroska_demux_audio_caps):
12755           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12756
12757 2006-11-14  David Schleef  <ds@schleef.org>
12758
12759         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12760
12761 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12762
12763         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12764
12765         * win32/vs8/gst-plugins-good.sln:
12766         * win32/vs8/libgst1394.vcproj:
12767         * win32/vs8/libgstaasink.vcproj:
12768         * win32/vs8/libgstalaw.vcproj:
12769         * win32/vs8/libgstalpha.vcproj:
12770         * win32/vs8/libgstalphacolor.vcproj:
12771         * win32/vs8/libgstannodex.vcproj:
12772         * win32/vs8/libgstapetag.vcproj:
12773         * win32/vs8/libgstaudiofx.vcproj:
12774         * win32/vs8/libgstauparse.vcproj:
12775         * win32/vs8/libgstautodetect.vcproj:
12776         * win32/vs8/libgstavi.vcproj:
12777         * win32/vs8/libgstcacasink.vcproj:
12778         * win32/vs8/libgstcdio.vcproj:
12779         * win32/vs8/libgstcutter.vcproj:
12780         * win32/vs8/libgstdv.vcproj:
12781         * win32/vs8/libgsteffectv.vcproj:
12782         * win32/vs8/libgstflac.vcproj:
12783         * win32/vs8/libgstflxdec.vcproj:
12784         * win32/vs8/libgstgoom.vcproj:
12785         * win32/vs8/libgsticydemux.vcproj:
12786         * win32/vs8/libgstid3demux.vcproj:
12787         * win32/vs8/libgstjpeg.vcproj:
12788         * win32/vs8/libgstladspa.vcproj:
12789         * win32/vs8/libgstlevel.vcproj:
12790         * win32/vs8/libgstmatroska.vcproj:
12791         * win32/vs8/libgstmikmod.vcproj:
12792         * win32/vs8/libgstmng.vcproj:
12793         * win32/vs8/libgstmonoscope.vcproj:
12794         * win32/vs8/libgstmulaw.vcproj:
12795         * win32/vs8/libgstmultipart.vcproj:
12796         * win32/vs8/libgstpng.vcproj:
12797         * win32/vs8/libgstrtp.vcproj:
12798         * win32/vs8/libgstrtsp.vcproj:
12799         * win32/vs8/libgstshout2.vcproj:
12800         * win32/vs8/libgstsmpte.vcproj:
12801         * win32/vs8/libgstspeex.vcproj:
12802         * win32/vs8/libgsttaglib.vcproj:
12803         * win32/vs8/libgstudp.vcproj:
12804         * win32/vs8/libgstvideobalance.vcproj:
12805         * win32/vs8/libgstvideobox.vcproj:
12806         * win32/vs8/libgstvideoflip.vcproj:
12807         * win32/vs8/libgstvideomixer.vcproj:
12808         * win32/vs8/libgstwavenc.vcproj:
12809         * win32/vs8/libgstwavparse.vcproj:
12810           Make end-of-line returns unixy, so that when the files are checked
12811           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12812           Hopefully fixes #366492.
12813
12814 2006-11-14  Wim Taymans  <wim@fluendo.com>
12815
12816         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12817         Disable init_frames delay timestamp adjustment, it does not
12818         seem to be needed at all. Fixes #369621.
12819
12820 2006-11-13  Wim Taymans  <wim@fluendo.com>
12821
12822         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12823
12824         * gst/videomixer/videomixer.c:
12825         (gst_videomixer_set_master_geometry),
12826         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12827         (gst_videomixer_collect_free), (gst_videomixer_reset),
12828         (gst_videomixer_init), (gst_videomixer_finalize),
12829         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12830         (gst_videomixer_collected), (gst_videomixer_change_state):
12831         Fix memleak by unref'ing collectpads instance (when finalizing)
12832         Implement releasing a request pad. Fixes #374479.
12833
12834 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12835
12836         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12837
12838         * win32/vs8/gst-plugins-good.sln:
12839         * win32/vs8/libgst1394.vcproj:
12840         * win32/vs8/libgstaasink.vcproj:
12841         * win32/vs8/libgstalaw.vcproj:
12842         * win32/vs8/libgstalpha.vcproj:
12843         * win32/vs8/libgstalphacolor.vcproj:
12844         * win32/vs8/libgstannodex.vcproj:
12845         * win32/vs8/libgstapetag.vcproj:
12846         * win32/vs8/libgstaudiofx.vcproj:
12847         * win32/vs8/libgstauparse.vcproj:
12848         * win32/vs8/libgstautodetect.vcproj:
12849         * win32/vs8/libgstavi.vcproj:
12850         * win32/vs8/libgstcacasink.vcproj:
12851         * win32/vs8/libgstcdio.vcproj:
12852         * win32/vs8/libgstcutter.vcproj:
12853         * win32/vs8/libgstdv.vcproj:
12854         * win32/vs8/libgsteffectv.vcproj:
12855         * win32/vs8/libgstflac.vcproj:
12856         * win32/vs8/libgstflxdec.vcproj:
12857         * win32/vs8/libgstgoom.vcproj:
12858         * win32/vs8/libgsticydemux.vcproj:
12859         * win32/vs8/libgstid3demux.vcproj:
12860         * win32/vs8/libgstjpeg.vcproj:
12861         * win32/vs8/libgstladspa.vcproj:
12862         * win32/vs8/libgstlevel.vcproj:
12863         * win32/vs8/libgstmatroska.vcproj:
12864         * win32/vs8/libgstmikmod.vcproj:
12865         * win32/vs8/libgstmng.vcproj:
12866         * win32/vs8/libgstmonoscope.vcproj:
12867         * win32/vs8/libgstmulaw.vcproj:
12868         * win32/vs8/libgstmultipart.vcproj:
12869         * win32/vs8/libgstpng.vcproj:
12870         * win32/vs8/libgstrtp.vcproj:
12871         * win32/vs8/libgstrtsp.vcproj:
12872         * win32/vs8/libgstshout2.vcproj:
12873         * win32/vs8/libgstsmpte.vcproj:
12874         * win32/vs8/libgstspeex.vcproj:
12875         * win32/vs8/libgsttaglib.vcproj:
12876         * win32/vs8/libgstudp.vcproj:
12877         * win32/vs8/libgstvideobalance.vcproj:
12878         * win32/vs8/libgstvideobox.vcproj:
12879         * win32/vs8/libgstvideoflip.vcproj:
12880         * win32/vs8/libgstvideomixer.vcproj:
12881         * win32/vs8/libgstwavenc.vcproj:
12882         * win32/vs8/libgstwavparse.vcproj:
12883           Add VS8 project files (note that many of the plugins in ext are
12884           disabled by default). Fixes #366492.
12885
12886 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12887
12888         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12889           we do not translate debug messages
12890
12891 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12892
12893         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12894           fix categorisation, make short desc more explicit, remove unused code
12895           Fixes #372021
12896
12897 2006-11-08  Wim Taymans  <wim@fluendo.com>
12898
12899         * gst/rtp/gstrtpL16depay.c:
12900         * gst/rtp/gstrtpamrdepay.c:
12901         * gst/rtp/gstrtpamrpay.c:
12902         * gst/rtp/gstrtpgsmdepay.c:
12903         * gst/rtp/gstrtph263pay.c:
12904         * gst/rtp/gstrtph263pdepay.c:
12905         * gst/rtp/gstrtph263ppay.c:
12906         * gst/rtp/gstrtph264depay.c:
12907         * gst/rtp/gstrtpmp2tdepay.c:
12908         * gst/rtp/gstrtpmp4gdepay.c:
12909         * gst/rtp/gstrtpmp4gpay.c:
12910         * gst/rtp/gstrtpmp4vdepay.c:
12911         * gst/rtp/gstrtpmp4vpay.c:
12912         * gst/rtp/gstrtpmpadepay.c:
12913         * gst/rtp/gstrtpmpapay.c:
12914         * gst/rtp/gstrtppcmadepay.c:
12915         * gst/rtp/gstrtppcmapay.c:
12916         * gst/rtp/gstrtppcmudepay.c:
12917         * gst/rtp/gstrtppcmupay.c:
12918         * gst/rtp/gstrtpspeexdepay.c:
12919         * gst/rtp/gstrtpspeexpay.c:
12920         * gst/rtp/gstrtpsv3vdepay.c:
12921         Fix element descriptions.
12922
12923 2006-11-08  Wim Taymans  <wim@fluendo.com>
12924
12925         * gst/rtp/gstrtpvorbisdepay.c:
12926         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12927         Fix description.
12928         Small cleanup in the payloader.
12929
12930 2006-11-08  Wim Taymans  <wim@fluendo.com>
12931
12932         * gst/rtp/Makefile.am:
12933         * gst/rtp/gstrtp.c: (plugin_init):
12934         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12935         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12936         (gst_rtp_theora_depay_finalize),
12937         (gst_rtp_theora_depay_parse_configuration),
12938         (gst_rtp_theora_depay_setcaps),
12939         (gst_rtp_theora_depay_switch_codebook),
12940         (gst_rtp_theora_depay_process),
12941         (gst_rtp_theora_depay_set_property),
12942         (gst_rtp_theora_depay_get_property),
12943         (gst_rtp_theora_depay_change_state),
12944         (gst_rtp_theora_depay_plugin_init):
12945         * gst/rtp/gstrtptheoradepay.h:
12946         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12947         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12948         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12949         (gst_rtp_theora_pay_init_packet),
12950         (gst_rtp_theora_pay_flush_packet),
12951         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12952         (gst_rtp_theora_pay_handle_buffer),
12953         (gst_rtp_theora_pay_plugin_init):
12954         * gst/rtp/gstrtptheorapay.h:
12955         Add theora pay/depayloaders.
12956
12957 2006-11-06  Wim Taymans  <wim@fluendo.com>
12958
12959         * gst/rtp/Makefile.am:
12960         We depend on gsttag to generate the vorbis comments.
12961
12962         * gst/rtp/gstrtpvorbisdepay.c:
12963         (gst_rtp_vorbis_depay_parse_configuration),
12964         (gst_rtp_vorbis_depay_setcaps),
12965         (gst_rtp_vorbis_depay_switch_codebook),
12966         (gst_rtp_vorbis_depay_process):
12967         * gst/rtp/gstrtpvorbisdepay.h:
12968         Parse configuration string in the depayloader.
12969         Implement selecting and switching to a new codebook.
12970         Receiving vorbis over RTP now works.
12971
12972         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12973         (gst_rtp_vorbis_pay_init_packet),
12974         (gst_rtp_vorbis_pay_finish_headers),
12975         (gst_rtp_vorbis_pay_handle_buffer):
12976         * gst/rtp/gstrtpvorbispay.h:
12977         Set timestamps on outgoing buffers and RTP packets.
12978         Fix configuration string, prepend number of Packet headers.
12979         Fix encoding of ident string.
12980         Add delivery-method to caps.
12981         Streaming vorbis over RTP now works.
12982
12983 2006-11-06  Wim Taymans  <wim@fluendo.com>
12984
12985         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12986         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12987         (gst_rtp_vorbis_pay_handle_buffer):
12988         * gst/rtp/gstrtpvorbispay.h:
12989         Generate a valid configuration string in the caps based on the
12990         vorbis headers.
12991
12992 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12993
12994         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12995         * ext/cdio/gstcdio.h:
12996         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12997           Move CD-TEXT utility function into common file so it can also be
12998           used by a future cdioparanoiasrc.
12999
13000 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13001         
13002         * sys/v4l2/Makefile.am:
13003         * sys/v4l2/gstv4l2object.c:
13004         * sys/v4l2/gstv4l2src.c:
13005         * sys/v4l2/gstv4l2xoverlay.c:
13006         * sys/v4l2/v4l2_calls.c:
13007         * sys/v4l2/v4l2src_calls.c:
13008         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13009         xoverlay code that is still not implemented.
13010
13011 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13012
13013         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13014           We require a -base more recent than 0.10.9, so it's safe to use
13015           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13016
13017         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13018         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13019           Use _newsegment_full() now that we depend on a recent enough core.
13020
13021         * gst/wavparse/gstwavparse.c:
13022           Remove cruft that we don't need any longer now that we depend on
13023           a recent enough -base.
13024
13025 2006-10-31  Wim Taymans  <wim@fluendo.com>
13026
13027         * gst/rtp/Makefile.am:
13028         * gst/rtp/gstrtp.c: (plugin_init):
13029         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13030         (gst_rtpilbcpay_setcaps):
13031         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13032
13033 2006-10-31  Wim Taymans  <wim@fluendo.com>
13034
13035         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13036         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13037         Some small cleanups, use _scale.
13038
13039 2006-10-31  Wim Taymans  <wim@fluendo.com>
13040
13041         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13042         Use higher precision scale function.
13043
13044 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13045
13046         Patch by: Michal Benes  <michal dot benes at itonis tv>
13047
13048         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13049         (gst_matroska_demux_read_track_encodings),
13050         (gst_matroska_decode_buffer):
13051           Fix several issues with encoded/compressed/encrypted/signed tracks;
13052           also, remove superfluous newline characters from some debug
13053           statements. (#366155)
13054
13055 2006-10-30  Wim Taymans  <wim@fluendo.com>
13056
13057         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13058         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13059         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13060         (gst_smokedec_change_state):
13061         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13062         (gst_smokeenc_init), (gst_smokeenc_finalize),
13063         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13064         (gst_smokeenc_resync), (gst_smokeenc_chain),
13065         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13066         (gst_smokeenc_change_state):
13067         Various cleanups, capsnego and leak fixes.
13068
13069 2006-10-30  Wim Taymans  <wim@fluendo.com>
13070
13071         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13072
13073         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13074         Fix videomixer so that it can handle any combination of framerates.
13075         Fixes #367221.
13076
13077 2006-10-28  Wim Taymans  <wim@fluendo.com>
13078
13079         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13080         (gst_avi_demux_parse_file_header),
13081         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13082         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13083         (gst_avi_demux_chain):
13084         Fix position query for audio. also fixes timestamps in streaming
13085         mode and bug #364958.
13086         Small cleanups.
13087
13088 2006-10-27  Wim Taymans  <wim@fluendo.com>
13089
13090         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13091         * ext/libpng/gstpngenc.h:
13092         Fix strides. Fixes #364856.
13093         Cleanup capsnego.
13094         Set caps on outgoing buffers.
13095
13096 2006-10-18  Wim Taymans  <wim@fluendo.com>
13097
13098         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13099
13100         * gst/rtp/gstrtpgsmpay.c:
13101         * gst/rtp/gstrtph263pay.c:
13102         * gst/rtp/gstrtpmpapay.c:
13103         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13104         (gst_rtp_pcma_pay_handle_buffer):
13105         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13106         Add static payload numbers in addition to the dynamic ones.
13107         Fixes #361639.
13108
13109 2006-10-18  Wim Taymans  <wim@fluendo.com>
13110
13111         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13112         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13113         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13114         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13115         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13116         * gst/rtsp/rtspdefs.h:
13117         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13118         * gst/rtsp/rtspurl.h:
13119         Reuse already existing enum for lower transport.
13120         Add rtspt and rtspu protocols.
13121         Send redirect to rtspt when udp times out.
13122
13123 2006-10-18  Wim Taymans  <wim@fluendo.com>
13124
13125         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13126         (gst_wavparse_stream_data):
13127         Fix seeking some more, mostly for speed changes.
13128
13129 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13130
13131         Patch by: Fredrik Persson  <frepe at bredband net>
13132
13133         * sys/v4l2/gstv4l2tuner.c:
13134         * sys/v4l2/gstv4l2tuner.h:
13135           Fix _set_channel(): remove useless g_object_notify() for "channel"
13136           property that doesn't exist any longer and therefore now also
13137           useless redirect (#338818).
13138
13139 2006-10-17  Wim Taymans  <wim@fluendo.com>
13140
13141         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13142         Some drivers do not support unsetting the non-blocking flag once the
13143         device is opened. In those cases, close/open the device in
13144         non-blocking mode. Fixes #362673.
13145
13146 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13147
13148         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13149         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13150         (gst_v4l2src_get_fps):
13151           dear stefan, framespersecond is not frameperiod, reverting but adding
13152           comment
13153
13154 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13155
13156         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13157         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13158         (gst_v4l2src_get_fps):
13159           Numerator is numerator and denominator is denominator. Say that aloud
13160           5 times and retry after next beer.
13161
13162 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13163
13164         Patch by: Josep Torra Valles  <josep at fluendo com>
13165
13166         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13167         * ext/esd/esdsink.c: (gst_esdsink_write):
13168         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13169         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13170         (gst_flac_dec_send_newsegment):
13171         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13172         (gst_flac_enc_tell_callback):
13173         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13174         (smokecodec_parse_header), (smokecodec_decode):
13175         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13176         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13177         * gst/goom/Makefile.am:
13178         * gst/goom/gstgoom.c:
13179         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13180         * gst/rtsp/gstrtspsrc.c:
13181         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13182         * gst/udp/gstudpsink.c:
13183         * gst/udp/gstudpsrc.c:
13184         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13185         * sys/sunaudio/gstsunaudiomixertrack.h:
13186           Fix a bunch of problems discovered by the Forte compiler, mostly type
13187           mixups and pointer arithmetics with void pointers. Fixes #362603.
13188
13189 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13190
13191         * ext/speex/gstspeex.c: (plugin_init):
13192         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13193         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13194         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13195         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13196         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13197         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13198         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13199         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13200         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13201         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13202         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13203         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13204         * ext/speex/gstspeexenc.h:
13205           Miscellaneous clean-ups, among other things: speexenc => enc to
13206           enhance code readability; change speexenc => speex_enc; in chain
13207           function unref input buffer in case of error; take reference in
13208           event function; use boilerplate macro; use gst_pad_query_peer_*
13209           convenience functions.
13210
13211 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13212
13213         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13214         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13215         (gst_speexenc_set_header_on_caps):
13216           Fix some mem leaks.
13217
13218 2006-10-11  Wim Taymans  <wim@fluendo.com>
13219
13220         * gst/rtsp/URLS:
13221         Added some other URL.
13222
13223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13224         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13225         (gst_rtspsrc_open), (gst_rtspsrc_play),
13226         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13227         * gst/rtsp/gstrtspsrc.h:
13228         Work on fallback to TCP connection when the UDP socket times out.
13229         Handler server requests, just reply with OK for now.
13230
13231         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13232         * gst/rtsp/rtspdefs.h:
13233         Added some more Real extension headers.
13234
13235         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13236         Fix parsing of urls with a ':' that is not part of the hostname:port
13237         part of the url.
13238
13239 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13240
13241         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13242         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13243         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13244           Activate pad before adding it to the already-running element.
13245
13246         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13247           Activate newly-created pad too.
13248
13249 2006-10-11  Wim Taymans  <wim@fluendo.com>
13250
13251         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13252
13253         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13254         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13255         (gst_udpsrc_start):
13256         Fix some leaks in caps and uris. Fixes #361252.
13257
13258 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13259
13260         * gst/wavparse/Makefile.am:
13261           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13262
13263 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13264
13265         * sys/v4l2/gstv4l2xoverlay.c:
13266         * sys/v4l2/gstv4l2xoverlay.h:
13267         Fix build as per the patch in #338818 comment 36.
13268
13269 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13272           Activate pads before adding them to the source.
13273
13274 2006-10-06  Wim Taymans  <wim@fluendo.com>
13275
13276         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13277         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13278         Activate pads before adding.
13279
13280 2006-10-06  Wim Taymans  <wim@fluendo.com>
13281
13282         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13283         (gst_multipart_find_pad_by_mime):
13284         Activate pads before adding.
13285
13286         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13287         BOILERPLATE sets parent_class for us.
13288
13289 2006-10-06  Wim Taymans  <wim@fluendo.com>
13290
13291         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13292         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13293         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13294         (gst_rtspsrc_alloc_udp_ports),
13295         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13296         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13297         (gst_rtspsrc_create_transports_string),
13298         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13299         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13300         * gst/rtsp/gstrtspsrc.h:
13301         Rework how the transport string is constructed, try to share channels
13302         and udp ports.
13303         Make most of the stuff less dependant on RTP as we are also going to use
13304         it for RDT.
13305         Add support for transport specific session managers.
13306
13307         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13308         Implement _flush().
13309
13310         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13311         * gst/rtsp/rtspdefs.h:
13312         Add generic error return code.
13313
13314         * gst/rtsp/rtspext.h:
13315         Add support for pluggable tranport strings.
13316
13317         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13318         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13319         (rtsp_ext_wms_get_context):
13320         Detect WMServer and activate the extension.
13321
13322         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13323         (rtsp_transport_get_manager), (rtsp_transport_parse):
13324         * gst/rtsp/rtsptransport.h:
13325         Added methods to get mime/manager for certain transports.
13326
13327 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13328
13329         * ext/cairo/gsttimeoverlay.c:
13330         (gst_cairo_time_overlay_update_font_height):
13331         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13332         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13333         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13334         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13335         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13336         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13337         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13338         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13339         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13340         (gst_avi_demux_stream_data):
13341         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13342         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13343         (gst_fenced_buffer_copy):
13344         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13345         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13346         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13347         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13348         (gst_rtspsrc_handle_message):
13349         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13350         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13351           Printf format fixes.
13352
13353 2006-10-04  Wim Taymans  <wim@fluendo.com>
13354
13355         * gst/rtsp/Makefile.am:
13356         Dist new .h file too.
13357
13358 2006-10-04  Wim Taymans  <wim@fluendo.com>
13359
13360         * gst/rtsp/Makefile.am:
13361         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13362         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13364         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13365         (gst_rtspsrc_parse_rtpmap),
13366         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13367         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13368         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13369         * gst/rtsp/gstrtspsrc.h:
13370         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13371         * gst/rtsp/rtspdefs.h:
13372         * gst/rtsp/rtspext.h:
13373         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13374         (rtsp_ext_wms_get_context):
13375         * gst/rtsp/rtspextwms.h:
13376         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13377         (rtsp_transport_parse):
13378         * gst/rtsp/rtsptransport.h:
13379         Factor out extension in separate module.
13380         Fix getcaps to filter against the padtemplate.
13381         Use Content-Base if the server gives one.
13382         Rework the transport parsing a bit for future extensions.
13383         Added some Real Header field definitions.
13384
13385 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13386
13387         * docs/plugins/Makefile.am:
13388         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13389         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13390           added v4l2 stubs
13391         * gst-plugins-good.spec.in:
13392           add v4l2
13393
13394 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13395
13396         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13397           Extract disc/album/medium number and count and try harder
13398           to extract track number/count.
13399
13400 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13401
13402         * configure.ac:
13403         * sys/Makefile.am:
13404           add build stuff for v4l2, needs --enable-experimental until
13405           the last bits are resolved
13406
13407 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13408
13409         * tests/check/Makefile.am:
13410           Disable autodetect test temporarily, so that the build bots
13411           update -bad and the ranks of unreliable video sinks in there.
13412
13413         * tests/check/elements/autodetect.c: (GST_START_TEST):
13414           Skip test if no usable videosink is found.
13415
13416 2006-09-29  Wim Taymans  <wim@fluendo.com>
13417
13418         * gst/rtsp/URLS:
13419         Add some more URLs.
13420
13421         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13422         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13423         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13424         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13425         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13426         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13427         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13428         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13429         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13430         * gst/rtsp/gstrtspsrc.h:
13431         Add timeout property to control UDP timeouts.
13432         Fix error messages.
13433         Also start a loop function when operating in UDP mode so that we can
13434         do some more stuff async.
13435         Handle element messages from udpsrc to detect timeouts. If a timeout
13436         happens we currently generate an error.
13437         API: rtspsrc::timeout property.
13438
13439         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13440         (gst_udpsrc_create):
13441         Really implement the timeout in microseconds and not milliseconds.
13442
13443 2006-09-29  Wim Taymans  <wim@fluendo.com>
13444
13445         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13446         (gst_udpsrc_create), (gst_udpsrc_set_property),
13447         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13448         * gst/udp/gstudpsrc.h:
13449         Added property to post a message on timeout.
13450         Updated docs.
13451         When restarting the select, initialize the fdsets again.
13452         Init control sockets so we don't accidentally close a random socket.
13453         API: GstUDPSrc::timeout property
13454
13455 2006-09-29  Wim Taymans  <wim@fluendo.com>
13456
13457         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13458         Fix flag registration.
13459
13460         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13461         Reading 0 also means 'no more commands'
13462
13463 2006-09-29  Wim Taymans  <wim@fluendo.com>
13464
13465         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13466
13467         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13468         Fix possible infinite loop when shutting down, a read can also return
13469         0 to indicate no more messages are available. Fixes #358156.
13470
13471 2006-09-25  Wim Taymans  <wim@fluendo.com>
13472
13473         * gst/autodetect/gstautoaudiosink.c:
13474         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13475         (gst_auto_audio_sink_find_best):
13476         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13477         Small cleanups.
13478         don't try to set "sync" property when it is not available.
13479
13480 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13481
13482         Patch by: Peter Kjellerstedt  <pkj at axis com>
13483
13484         * gst/alpha/gstalpha.c:
13485         * gst/rtp/gstrtpamrdepay.c:
13486         * gst/rtsp/gstrtspsrc.c:
13487         * gst/udp/gstudpsrc.c:
13488         * gst/videomixer/videomixer.c:
13489           Include stdlib.h in some more places, makes things compile
13490           with uClibc and -Werror (#357592).
13491
13492 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13493
13494         * ext/jpeg/gstjpegdec.c:
13495           Set minimum height to 8 (from 16), our code should handle
13496           that fine. Some of the buttons on the apple trailer site
13497           are apparently only 15 pixels high (see #357470).
13498
13499 2006-09-23  Wim Taymans  <wim@fluendo.com>
13500
13501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13502         (gst_rtspsrc_open):
13503         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13504         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13505         (rtsp_connection_receive):
13506         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13507         * gst/rtsp/rtspdefs.h:
13508         Improve error reporting.
13509
13510 2006-09-23  Wim Taymans  <wim@fluendo.com>
13511
13512         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13513         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13514         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13515         * gst/rtp/gstrtpdepay.c:
13516         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13517         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13518         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13519         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13520         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13521         (gst_rtp_mp2t_depay_plugin_init):
13522         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13523         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13524         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13525         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13526         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13527         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13528         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13529         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13530         Fix klass typos.
13531         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13532
13533 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13534
13535         * configure.ac:
13536           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13537
13538 2006-09-22  Wim Taymans  <wim@fluendo.com>
13539
13540         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13541         Don't check for a tag that is never there and check if we read the
13542         correct tag. Fixes seeking again.
13543         We must post an error when all pads are unlinked.
13544
13545 2006-09-22  Wim Taymans  <wim@fluendo.com>
13546
13547         * gst/rtp/Makefile.am:
13548         * gst/rtp/gstrtp.c: (plugin_init):
13549         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13550         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13551         (gst_rtp_vorbis_pay_reset_packet),
13552         (gst_rtp_vorbis_pay_init_packet),
13553         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13554         (gst_rtp_vorbis_pay_handle_buffer):
13555         More fixage, set endoder-params correctly in the payloader.
13556
13557 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13558
13559         * gst/autodetect/gstautoaudiosink.c:
13560         (gst_auto_audio_sink_base_init):
13561         * gst/autodetect/gstautovideosink.c:
13562         (gst_auto_video_sink_base_init):
13563           Make static pad templates static to appease valgrind's leak
13564           detector.
13565
13566         * tests/check/Makefile.am:
13567         * tests/check/elements/.cvsignore:
13568         * tests/check/elements/autodetect.c: (GST_START_TEST),
13569         (autodetect_suite):
13570           Add simple test for the ghostpad lockup on shutdown fixed in core
13571           CVS (audio bit disabled because it would need dozens of alsa
13572           suppressions and I'm too lazy to add those now).
13573
13574 2006-09-22  Wim Taymans  <wim@fluendo.com>
13575
13576         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13577         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13578         Small cleanups.
13579
13580         * gst/rtp/Makefile.am:
13581         * gst/rtp/gstrtp.c: (plugin_init):
13582         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13583         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13584         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13585         (gst_rtp_vorbis_depay_process),
13586         (gst_rtp_vorbis_depay_set_property),
13587         (gst_rtp_vorbis_depay_get_property),
13588         (gst_rtp_vorbis_depay_change_state),
13589         (gst_rtp_vorbis_depay_plugin_init):
13590         * gst/rtp/gstrtpvorbisdepay.h:
13591         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13592         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13593         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13594         (gst_rtp_vorbis_pay_flush_packet),
13595         (gst_rtp_vorbis_pay_append_buffer),
13596         (gst_rtp_vorbis_pay_handle_buffer),
13597         (gst_rtp_vorbis_pay_plugin_init):
13598         * gst/rtp/gstrtpvorbispay.h:
13599         Add experimental vorbis pay and depayloaders.
13600
13601 2006-09-21  Wim Taymans  <wim@fluendo.com>
13602
13603         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13604         Fix profile-level-id parsing and setup.
13605
13606 2006-09-21  Wim Taymans  <wim@fluendo.com>
13607
13608         * gst/udp/README:
13609         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13610         Update README, simple cleanup.
13611
13612 2006-09-21  Wim Taymans  <wim@fluendo.com>
13613
13614         * gst/rtp/README:
13615         Update README with some examples.
13616
13617         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13618         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13619         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13620         (gst_rtp_mp4g_pay_setcaps):
13621         * gst/rtp/gstrtpmp4gpay.h:
13622         Make optional RTP parameters of type STRING, as required by the
13623         application/x-rtp caps specification.
13624
13625 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13626
13627         * gst/rtp/gstrtph263pdepay.c:
13628         * gst/rtp/gstrtph263ppay.c:
13629         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13630         RTP header.
13631
13632 2006-09-20  Wim Taymans  <wim@fluendo.com>
13633
13634         * gst/rtp/Makefile.am:
13635         And makefile too.
13636
13637 2006-09-20  Wim Taymans  <wim@fluendo.com>
13638
13639         * gst/rtp/gstrtp.c: (plugin_init):
13640         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13641         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13642         (decode_base64), (gst_rtp_asf_depay_setcaps),
13643         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13644         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13645         (gst_rtp_asf_depay_plugin_init):
13646         * gst/rtp/gstrtpasfdepay.h:
13647         Added preliminary ASF depayloader.
13648
13649         * gst/rtp/gstrtph264depay.c: (decode_base64):
13650         Fix base64 decoding.
13651
13652 2006-09-20  Wim Taymans  <wim@fluendo.com>
13653
13654         * gst/rtsp/URLS:
13655         Added some test URLS.
13656
13657         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13658         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13659         * gst/rtsp/gstrtspsrc.h:
13660         When creating streams, give access to the complete SDP.
13661         Fix some leaks.
13662         Collect and merge global stream properties in stream caps.
13663         Preliminary support for WMServer.
13664
13665         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13666         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13667         (rtsp_connection_receive):
13668         * gst/rtsp/rtspconnection.h:
13669         Make connection interruptable.
13670         Refactor to make it reconnectable.
13671         Don't fail on short reads when reading data packets.
13672
13673         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13674         (rtsp_url_get_port):
13675         * gst/rtsp/rtspurl.h:
13676         Add methods for getting/setting the port.
13677
13678         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13679         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13680         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13681         (sdp_media_get_format), (sdp_parse_line),
13682         (sdp_message_parse_buffer):
13683         Fix headers. 
13684         Add methods for getting multiple attributes with the same name.
13685         Increase buffer size when parsing.
13686         Fix parsing of a=foo fields.
13687
13688         * gst/rtsp/test.c: (main):
13689         Update to new connection API.
13690
13691         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13692         (rtsp_message_init_response), (rtsp_message_init_data),
13693         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13694         * gst/rtsp/rtspmessage.h:
13695         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13696         * gst/rtsp/rtsptransport.h:
13697         * gst/rtsp/sdp.h:
13698         * gst/rtsp/sdpmessage.h:
13699         * gst/rtsp/gstrtsp.c:
13700         * gst/rtsp/gstrtsp.h:
13701         * gst/rtsp/gstrtpdec.c:
13702         * gst/rtsp/gstrtpdec.h:
13703         * gst/rtsp/rtsp.h:
13704         * gst/rtsp/rtspdefs.c:
13705         * gst/rtsp/rtspdefs.h:
13706         Dual licensed under MIT and LGPL now.
13707
13708 2006-09-19  Wim Taymans  <wim@fluendo.com>
13709
13710         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13711         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13712         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13713         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13714         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13715         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13716         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13717         * gst/rtsp/gstrtspsrc.h:
13718         Reorganize stream parsing and creation.
13719         Detect container formats in interleaved mode.
13720         Keep more state about the streams.
13721         Assume a server also supports PLAY if it does not say.
13722         Add unicast and interleaved properties to TCP transport requests to make
13723         some servers happy (WMServer).
13724
13725         * gst/rtsp/sdpmessage.h:
13726         Add some defines for the standard Bandwidth types.
13727
13728 2006-09-19  Wim Taymans  <wim@fluendo.com>
13729
13730         * gst/rtsp/test.c: (main):
13731         Fix build.
13732
13733 2006-09-19  Wim Taymans  <wim@fluendo.com>
13734
13735         * gst/wavparse/gstwavparse.c:
13736         Add ms-gsm to the src template.
13737
13738 2006-09-18  Wim Taymans  <wim@fluendo.com>
13739
13740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13741         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13742         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13743         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13744         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13745         * gst/rtsp/gstrtspsrc.h:
13746         Small cleanups, added documentation.
13747         Try to clean up the requests and responses.
13748         Refactor parsing the supported methods.
13749
13750         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13751         (rtsp_connection_create), (rtsp_connection_send),
13752         (parse_response_status), (parse_request_line),
13753         (rtsp_connection_receive), (rtsp_connection_close),
13754         (rtsp_connection_free):
13755         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13756         (rtsp_transport_init), (rtsp_transport_parse),
13757         (rtsp_transport_free):
13758         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13759         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13760         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13761         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13762         Use g_return_val some more.
13763
13764         * gst/rtsp/rtspdefs.h:
13765         Add more enum values to track initial states.
13766
13767         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13768         (rtsp_message_init_request), (rtsp_message_new_response),
13769         (rtsp_message_init_response), (rtsp_message_init_data),
13770         (rtsp_message_unset), (rtsp_message_free),
13771         (rtsp_message_add_header), (rtsp_message_remove_header),
13772         (rtsp_message_get_header), (rtsp_message_set_body),
13773         (rtsp_message_take_body), (rtsp_message_get_body),
13774         (rtsp_message_steal_body), (rtsp_message_dump):
13775         * gst/rtsp/rtspmessage.h:
13776         Reorder arguments, object goes as the first one.
13777         Use g_return_val some more.
13778
13779 2006-09-18  Wim Taymans  <wim@fluendo.com>
13780
13781         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13782         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13783         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13784         * gst/rtsp/gstrtspsrc.h:
13785         Export sometimes source pad with correct caps on the template, create
13786         the ghostpad from the template.
13787         Remove RTCP template as we never expose RTCP.
13788         Protect against invalid body size.
13789         Avoid memcpy when creating the output buffer.
13790         Properly post an error and send EOS when the loop function is shut down.
13791
13792 2006-09-18  Wim Taymans  <wim@fluendo.com>
13793
13794         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13795
13796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13797         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13798         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13799         * gst/rtsp/gstrtspsrc.h:
13800         Make sure we can never set an invalid location.
13801
13802         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13803         * gst/rtsp/rtspmessage.h:
13804         Added _steal_body method for future use.
13805
13806         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13807         Make freeing of NULL url return immediatly.
13808
13809 2006-09-18  Wim Taymans  <wim@fluendo.com>
13810
13811         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13812
13813         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13814         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13815         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13816         (gst_rtspsrc_change_state):
13817         * gst/rtsp/gstrtspsrc.h:
13818         Use boilerplate.
13819         Make rtspsrc subclass GstBin to make state changes easier.
13820         Add Range header field on the PLAY request.
13821
13822 2006-09-18  Wim Taymans  <wim@fluendo.com>
13823
13824         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13825
13826         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13827         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13828         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13829         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13830         * gst/rtsp/rtspconnection.c: (inet_aton):
13831         Small cleanups.
13832         when multicast is selected as the transport, create UDP sources and
13833         connect to the multicast group.
13834         Move parsing and setting of caps to a common place.
13835         Fixes #349894.
13836
13837 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13838
13839         * ext/flac/gstflactag.c:
13840         * gst/alpha/gstalpha.c:
13841         * gst/debug/breakmydata.c:
13842         * gst/debug/negotiation.c:
13843         * gst/debug/testplugin.c:
13844         * gst/effectv/gstaging.c:
13845         * gst/effectv/gstdice.c:
13846         * gst/effectv/gstedge.c:
13847         * gst/effectv/gstquark.c:
13848         * gst/effectv/gstrev.c:
13849         * gst/effectv/gstshagadelic.c:
13850         * gst/effectv/gstvertigo.c:
13851         * gst/effectv/gstwarp.c:
13852         * gst/multipart/multipartdemux.c:
13853         * gst/multipart/multipartmux.c:
13854         * gst/videobox/gstvideobox.c:
13855         * gst/videofilter/gstgamma.c:
13856         * gst/videofilter/gstvideotemplate.c:
13857         * gst/videomixer/videomixer.c:
13858         * sys/sunaudio/gstsunaudiosrc.h:
13859         More G_OBJECT macro fixing.
13860
13861 2006-09-16  Wim Taymans  <wim@fluendo.com>
13862
13863         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13864
13865         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13866         Correctly set the dwLength in strh.
13867         With this patch, the file duration is now displayed correctly in window
13868         media player and the AVI plays completely. Fixes #356147
13869
13870 2006-09-15  Wim Taymans  <wim@fluendo.com>
13871
13872         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13873
13874         * sys/sunaudio/gstsunaudiomixerctrl.c:
13875         (gst_sunaudiomixer_ctrl_build_list):
13876         Set the output track as the MASTER so that the gnome-settings-daemon
13877         keybindings for changing the volume using the keyboard works.
13878         Fixes #356142.
13879
13880 2006-09-15  Wim Taymans  <wim@fluendo.com>
13881
13882         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13883         Fix documentation, it is not possible to control the framerate of jpegdec
13884         using filtered caps yet. Fixes #355210.
13885         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13886         stop when there is an error.
13887
13888 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13889
13890         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13891         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13892           Don't interpret a first buffer with an offset of NONE as
13893           'from the middle of the stream', but only a first buffer
13894           that has a valid buffer offset that's non-zero (see #345449).
13895
13896 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13897
13898         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13899         (gst_icydemux_typefind_or_forward):
13900         * gst/icydemux/gsticydemux.h:
13901           When we merge/collect multiple incoming buffers for typefinding
13902           purposes, keep an initial 0 offset on the first outgoing buffer
13903           as well (otherwise id3demux won't work right). Fixes #345449.
13904           Also Make buffer metadata writable before setting buffer caps.
13905
13906         * tests/check/elements/icydemux.c: (typefind_succeed),
13907         (cleanup_icydemux), (push_data), (GST_START_TEST),
13908         (icydemux_suite):
13909           Small test case for the above.
13910
13911 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13912
13913         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13914         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13915         (gst_avi_demux_stream_header_push),
13916         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13917         (gst_avi_demux_loop):
13918           More code reuse and better logging in _peek_chunk(). Reintroduce check
13919           for chunk sizes before reading them (avoid oom). Better handling for 
13920           invalid chunksizes when streaming.
13921
13922 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13923
13924         * gst/level/gstlevel.c: (gst_level_set_property):
13925         * gst/level/gstlevel.h:
13926           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13927           René Stadler
13928
13929 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13930
13931         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13932         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13933         (gst_avi_demux_stream_data):
13934           Revert one change to fix streaming avi (adapter size != data size).
13935
13936 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13937
13938         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13939
13940         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13941         (gst_matroska_demux_reset),
13942         (gst_matroska_demux_read_track_encodings),
13943         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13944         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13945         (gst_matroska_demux_subtitle_caps):
13946         * gst/matroska/matroska-ids.h:
13947           Add support for VOBSUB subtitle tracks and zlib-compressed
13948           tracks. Make sure we start on a keyframe after a seek. (#343348)
13949
13950 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13951
13952         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13953         (gst_matroska_demux_push_flac_codec_priv_data),
13954         (gst_matroska_demux_push_xiph_codec_priv_data),
13955         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13956         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13957         * gst/matroska/matroska-ids.h:
13958           Add basic FLAC support (#311586), not perfect yet though, needs some
13959           tweaking in flacdec; also, seeking could be better.
13960           Do better bounds checking when deserialising vorbis stream headers
13961           to make sure we don't read beyond the end of the buffer on bad input.
13962
13963 2006-09-04  Wim Taymans  <wim@fluendo.com>
13964
13965         Patch by: Alessandro Decina <alessandro at nnva dot org>
13966
13967         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13968         Seeking back in a file containing a CMML stream errors out if the seek
13969         goes back up to the CMML headers. This is because after the seek the xml
13970         processing instruction <?xml ...?> is submitted to the xml parser again, 
13971         which results in an error. The attached patch fixes the problem. 
13972         Fixes #353908.
13973
13974         * ext/annodex/gstcmmlenc.h:
13975         Fix authors name.
13976
13977
13978 2006-08-28  Andy Wingo  <wingo@pobox.com>
13979
13980         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13981         New helper function to lessen the ifdefs.
13982         (GST_INFO_OBJECT): 
13983         (gst_dv1394src_iso_receive): Use it.
13984         (gst_dv1394src_create): Also use the control sockets in iec61883
13985         mode.
13986         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13987         handle for AVC operations; fixes #348233.
13988
13989 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13990
13991         * configure.ac:
13992         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13993         * docs/plugins/inspect/plugin-audiofx.xml:
13994         * docs/plugins/inspect/plugin-audiofxgood.xml:
13995         * gst/audiofx/Makefile.am:
13996         * gst/audiofx/audiofx.c:
13997         * gst/audiofxgood/.cvsignore:
13998         * gst/audiofxgood/Makefile.am:
13999         * gst/audiofxgood/audiofx.c:
14000         * gst/audiofxgood/audiopanorama.c:
14001         * gst/audiofxgood/audiopanorama.h:
14002           Rename again (audiofxgood -> audiofx).
14003
14004 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14005
14006         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14007         (gst_avi_demux_stream_scan):
14008           Initialze variables.
14009
14010 2006-08-25  Wim Taymans  <wim@fluendo.com>
14011
14012         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14013         (gst_avi_demux_init), (gst_avi_demux_finalize),
14014         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14015         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14016         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14017         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14018         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14019         (gst_avi_demux_massage_index),
14020         (gst_avi_demux_calculate_durations_from_index),
14021         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14022         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14023         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14024         (gst_avi_demux_change_state):
14025         * gst/avi/gstavidemux.h:
14026         More attempts to turn this into readable code.
14027         Don't leak adapters.
14028         Calculate duration according to index more efficiently.
14029         Don't try to act like we drive the pipeline in chain mode.
14030
14031 2006-08-25  Wim Taymans  <wim@fluendo.com>
14032
14033         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14034         Fix build.
14035
14036 2006-08-25  Wim Taymans  <wim@fluendo.com>
14037
14038         Patch by: Alessandro Decina <alessandro at nnva dot org>
14039
14040         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14041         Do some extra sanity checks.
14042         Fixes #350340.
14043
14044         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14045         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14046         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14047         Check if clip->start_time is valid before adding the clip to the
14048         track list.
14049         Reset enc->preamble going from PAUSED to READY.
14050         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14051         only used for EOS.
14052         Only post an error message if we were the one that created the fatal
14053         GstFlowReturn value.
14054
14055         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14056         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14057         Parse the seconds field of the npt-sec time format using %llu rather than
14058         %d and check that the value scaled by GST_SECOND doesn't overflow.
14059         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14060         Lookup a clip's track with clip->track rather than clip->id which
14061         makes no sense.
14062         Identify a clip by its track and start time and not its xml id.
14063         do some more input checking and make sure we don't do undefined shifts.
14064
14065         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14066         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14067         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14068         (push_clip), (push_empty_clip), (check_output_clip),
14069         (GST_START_TEST), (cmmldec_suite):
14070         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14071         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14072         (check_headers), (push_clip), (check_clip_times), (check_clip),
14073         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14074         Added some more checks.
14075
14076 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14077
14078         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14079         (gst_audio_panorama_set_property),
14080         (gst_audio_panorama_get_property),
14081         (gst_audio_panorama_transform_m2s_int),
14082         (gst_audio_panorama_transform_s2s_int),
14083         (gst_audio_panorama_transform_m2s_float),
14084         (gst_audio_panorama_transform_s2s_float):
14085         * gst/audiofxgood/audiopanorama.h:
14086         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14087           Make also the pan-property float (saves scaling and yields better
14088           resolution)
14089
14090 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14091
14092         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14093         (gst_audio_panorama_transform_m2s_float),
14094         (gst_audio_panorama_transform_s2s_float):
14095           ChangeLog surgery to add cymax's real name
14096
14097
14098 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14099
14100         Patch by: René Stadler <mail@renestadler.de>
14101
14102         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14103         (gst_audio_panorama_transform_m2s_int),
14104         (gst_audio_panorama_transform_s2s_int),
14105         (gst_audio_panorama_transform_m2s_float),
14106         (gst_audio_panorama_transform_s2s_float),
14107         (gst_audio_panorama_transform):
14108         * gst/audiofxgood/audiopanorama.h:
14109           Added float support
14110
14111 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14112
14113         * gst/audiofxgood/audiopanorama.c:
14114         (gst_audio_panorama_transform_m2s):
14115           Fix docs & debug category. Add Fixme for volume pan levels.
14116
14117 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14118
14119         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14120         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14121         (gst_avi_demux_stream_header_pull),
14122         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14123         (gst_avi_demux_chain):
14124           unbreak AVI index handling, some more debug, remove an obsolete
14125           adapter_flush that caused streaming to wander off in the wild
14126
14127 2006-08-24  Wim Taymans  <wim@fluendo.com>
14128
14129         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14130         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14131         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14132         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14133         (gst_avi_demux_calculate_durations_from_index),
14134         (gst_avi_demux_stream_header_push),
14135         (gst_avi_demux_stream_header_pull):
14136         * gst/avi/gstavidemux.h:
14137         Some more cleanups. 
14138         Fix totalFrames parsing in ODML.
14139         Disable use of index for length calculation in case of ODML as this is
14140         broken now.
14141
14142 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14143
14144         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14145           Use libgsttag helper function here too.
14146
14147 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14148
14149         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14150         (gst_avi_demux_init), (gst_avi_demux_dispose),
14151         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14152         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14153         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14154         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14155         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14156         (gst_avi_demux_parse_subindex),
14157         (gst_avi_demux_read_subindexes_push),
14158         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14159         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14160         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14161         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14162         (gst_avi_demux_stream_header_pull),
14163         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14164         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14165         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14166         (gst_avi_demux_change_state):
14167         * gst/avi/gstavidemux.h:
14168           Initial streaming support for avidemux (fixes #336465)
14169
14170 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14171
14172         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14173           There is no taglibmux element ...
14174
14175         * gst/rtsp/gstrtspsrc.c:
14176           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14177           was complaining about unknown entity here.
14178
14179 2006-08-22  Wim Taymans  <wim@fluendo.com>
14180
14181         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14182         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14183         (gst_avi_demux_process_next_entry):
14184         * gst/avi/gstavidemux.h:
14185         Mark DISCONT.
14186         Remove old unused fields and reorder the struct a bit.
14187
14188 2006-08-22  Wim Taymans  <wim@fluendo.com>
14189
14190         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14191         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14192         (gst_rtspsrc_pause):
14193         * gst/rtsp/gstrtspsrc.h:
14194         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14195         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14196         Small documentation updates.
14197
14198 2006-08-22  Wim Taymans  <wim@fluendo.com>
14199
14200         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14201         (gst_avi_demux_index_entry_for_time),
14202         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14203         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14204         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14205         (gst_avi_demux_next_data_buffer),
14206         (gst_avi_demux_calculate_durations_from_index),
14207         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14208         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14209         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14210         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14211         * gst/avi/gstavidemux.h:
14212         Precalc most of the duration query for each stream.
14213         Make seeking more correct.
14214         Use GstSegment to track position and duration.
14215         Code cleanups and leak fixes.
14216         Calculate correct total duration based on index length.
14217
14218 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14219
14220         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14221         (parse_insert_string_field):
14222           If strings in text fields are marked ISO8859-1, but contain
14223           valid UTF-8 already, then handle them as UTF-8 and ignore
14224           the encoding. (#351794)
14225
14226 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14227
14228         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14229         (gst_flac_dec_write), (gst_flac_dec_loop),
14230         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14231         (gst_flac_dec_src_query):
14232         * ext/flac/gstflacdec.h:
14233           Make flac-in-ogg work (#352100).
14234
14235 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14236
14237         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14238           Don't unref buffers of which we've already given away
14239           ownership to the adapter.
14240
14241 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14242
14243         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14244           Make metadata extraction actually work.
14245
14246         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14247         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14248         (gst_speexenc_chain):
14249           Fix metadata writing: replace old code which wrote completely
14250           broken tags with libgsttag-based code. Plus miscellaneous
14251           code cleanups (use static pad templates etc.) and a bunch
14252           of leak fixes.
14253
14254 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14255
14256         * gst/audiopanorama/.cvsignore:
14257         * gst/audiopanorama/Makefile.am:
14258         * gst/audiopanorama/audiofx.c:
14259         * gst/audiopanorama/audiopanorama.c:
14260         * gst/audiopanorama/audiopanorama.h:
14261           die! die! die! you should never have been there
14262
14263 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14264
14265         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14266         Fix invalid memory access in audiopanorama test suite.
14267
14268 2006-08-21  Edward Hervey  <edward@fluendo.com>
14269
14270         * tests/check/elements/.cvsignore:
14271         ignore built file
14272
14273 2006-08-21  Wim Taymans  <wim@fluendo.com>
14274
14275         * gst/rtp/Makefile.am:
14276         Fix the build again.
14277
14278 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14279
14280         * gst/audiofxgood/.cvsignore:
14281         * gst/audiofxgood/Makefile.am:
14282         * gst/audiofxgood/audiofx.c: (plugin_init):
14283         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14284         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14285         (gst_audio_panorama_set_property),
14286         (gst_audio_panorama_get_property),
14287         (gst_audio_panorama_get_unit_size),
14288         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14289         (gst_audio_panorama_transform_m2s),
14290         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14291         * gst/audiofxgood/audiopanorama.h:
14292           resubmit with the desired name *again*
14293
14294 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14295
14296         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14297         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14298           use g_assert in _get_unit_size
14299
14300 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14301
14302         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14303         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14304         * docs/plugins/inspect/plugin-audiofxgood.xml:
14305           cleanup -unused.txt to make it useful, add previously missing docs
14306
14307         * ext/Makefile.am:
14308           Quietly (accidentally) enable LADSPA for building by default, 
14309           despite the fact that it doesn't meet the plugin checklist.
14310             -- Added by Jan Schmidt 18 Dec 2006
14311
14312         * ext/esd/esdmon.c:
14313         * ext/esd/esdsink.c:
14314         * ext/esd/gstesd.c: (plugin_init):
14315           reflow to get rid of two external symbols
14316
14317         * gst/audiofxgood/audiofx.c: (plugin_init):
14318           re-add
14319
14320 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14321
14322         * configure.ac:
14323         * gst/audiofxgood/.cvsignore:
14324         * gst/audiofxgood/Makefile.am:
14325         * gst/audiofxgood/audiofx.c
14326         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14327         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14328         (gst_audio_panorama_set_property),
14329         (gst_audio_panorama_get_property),
14330         (gst_audio_panorama_get_unit_size),
14331         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14332         (gst_audio_panorama_transform_m2s),
14333         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14334         * gst/audiofxgood/audiopanorama.h:
14335         * tests/check/Makefile.am:
14336         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14337         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14338         (panorama_suite), (main):
14339         Add audiofxgood plugin with audiopanorama element
14340
14341 2006-08-18  Wim Taymans  <wim@fluendo.com>
14342
14343         * docs/plugins/Makefile.am:
14344         More Oss docs fixage. 
14345
14346 2006-08-18  Wim Taymans  <wim@fluendo.com>
14347
14348         * gst/rtp/Makefile.am:
14349         * gst/rtp/gstrtp.c: (plugin_init):
14350         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14351         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14352         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14353         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14354         (gst_rtp_sv3v_depay_get_property),
14355         (gst_rtp_sv3v_depay_change_state),
14356         (gst_rtp_sv3v_depay_plugin_init):
14357         * gst/rtp/gstrtpsv3vdepay.h:
14358         Added experimental SVQ3 depayloader.
14359
14360 2006-08-18  Edward Hervey  <edward@fluendo.com>
14361
14362         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14363         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14364         * ext/dv/gstdvdemux.h:
14365         When handling seek requests, don't send the newsegment event from the
14366         calling thread. Instead save it so it can be sent from the streaming
14367         thread.
14368
14369 2006-08-17  Wim Taymans  <wim@fluendo.com>
14370
14371         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14372
14373         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14374         Accept leading whitespace before the boundary
14375         This patch makes the demuxer allow some whitespace before the actual
14376         boundary. This makes the demuxer work with the ``old'' gstreamer
14377         multipartmuxer again (which placed an extra \n before the start
14378         of the stream) Fixes #349068.
14379
14380 2006-08-17  Wim Taymans  <wim@fluendo.com>
14381
14382         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14383         Error out on non-implemented stuff.
14384
14385 2006-08-16  Wim Taymans  <wim@fluendo.com>
14386
14387         Patch by: Andy Wingo <wingo at pobox dot com>
14388
14389         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14390         (gst_signal_processor_start), (gst_signal_processor_stop),
14391         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14392         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14393         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14394         (gst_signal_processor_change_state):
14395         Make ladspa elements reusable. Fixes #350006.
14396
14397 2006-08-16  Wim Taymans  <wim@fluendo.com>
14398
14399         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14400         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14401         names as possible. Fixes #349901.
14402
14403 2006-08-16  Wim Taymans  <wim@fluendo.com>
14404
14405         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14406         (gst_signal_processor_do_pushes):
14407         A push() gives away our refcount so we should not use the buffer on the
14408         pen anymore.
14409
14410 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14411
14412         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14413         (gst_oss_mixer_element_finalize):
14414           Don't leak device string.
14415
14416 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14417
14418         * configure.ac:
14419           Require CVS of GStreamer core and -base (for
14420           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14421
14422         * ext/taglib/gstid3v2mux.cc:
14423           Write extended comment tags properly (#348762).
14424
14425         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14426         (parse_comment_frame):
14427           Extract COMM frames into extended comments, which makes it
14428           easier to properly retain the description bit of the tag
14429           and maintain this information when re-tagging (#348762).
14430
14431 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14432
14433         * tests/check/Makefile.am:
14434           Don't try to run annodex unit tests if the annodex
14435           plugin has not been built (Fixes #351116).
14436
14437 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14438
14439         * gst/autodetect/gstautoaudiosink.c:
14440         (gst_auto_audio_sink_find_best):
14441           When we can't find a usable audiosink, don't error out,
14442           but use a fake sink instead and post a warning message
14443           on the bus (#341278).
14444
14445 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14446
14447         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14448         * sys/oss/gstosssink.c:
14449         * sys/oss/gstosssrc.c:
14450           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14451           ossmixer's new device property.
14452
14453         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14454         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14455           Add docs for OSS elements.
14456
14457         * docs/plugins/inspect/plugin-aasink.xml:
14458         * docs/plugins/inspect/plugin-alaw.xml:
14459         * docs/plugins/inspect/plugin-alpha.xml:
14460         * docs/plugins/inspect/plugin-alphacolor.xml:
14461         * docs/plugins/inspect/plugin-annodex.xml:
14462         * docs/plugins/inspect/plugin-apetag.xml:
14463         * docs/plugins/inspect/plugin-auparse.xml:
14464         * docs/plugins/inspect/plugin-autodetect.xml:
14465         * docs/plugins/inspect/plugin-avi.xml:
14466         * docs/plugins/inspect/plugin-cacasink.xml:
14467         * docs/plugins/inspect/plugin-cairo.xml:
14468         * docs/plugins/inspect/plugin-cdio.xml:
14469         * docs/plugins/inspect/plugin-cutter.xml:
14470         * docs/plugins/inspect/plugin-debug.xml:
14471         * docs/plugins/inspect/plugin-dv.xml:
14472         * docs/plugins/inspect/plugin-efence.xml:
14473         * docs/plugins/inspect/plugin-effectv.xml:
14474         * docs/plugins/inspect/plugin-esdsink.xml:
14475         * docs/plugins/inspect/plugin-flac.xml:
14476         * docs/plugins/inspect/plugin-flxdec.xml:
14477         * docs/plugins/inspect/plugin-gconfelements.xml:
14478         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14479         * docs/plugins/inspect/plugin-goom.xml:
14480         * docs/plugins/inspect/plugin-halelements.xml:
14481         * docs/plugins/inspect/plugin-icydemux.xml:
14482         * docs/plugins/inspect/plugin-id3demux.xml:
14483         * docs/plugins/inspect/plugin-jpeg.xml:
14484         * docs/plugins/inspect/plugin-level.xml:
14485         * docs/plugins/inspect/plugin-matroska.xml:
14486         * docs/plugins/inspect/plugin-mulaw.xml:
14487         * docs/plugins/inspect/plugin-multipart.xml:
14488         * docs/plugins/inspect/plugin-navigationtest.xml:
14489         * docs/plugins/inspect/plugin-ossaudio.xml:
14490         * docs/plugins/inspect/plugin-png.xml:
14491         * docs/plugins/inspect/plugin-rtp.xml:
14492         * docs/plugins/inspect/plugin-rtsp.xml:
14493         * docs/plugins/inspect/plugin-shout2send.xml:
14494         * docs/plugins/inspect/plugin-smpte.xml:
14495         * docs/plugins/inspect/plugin-speex.xml:
14496         * docs/plugins/inspect/plugin-taglib.xml:
14497         * docs/plugins/inspect/plugin-udp.xml:
14498         * docs/plugins/inspect/plugin-videobalance.xml:
14499         * docs/plugins/inspect/plugin-videobox.xml:
14500         * docs/plugins/inspect/plugin-videoflip.xml:
14501         * docs/plugins/inspect/plugin-videomixer.xml:
14502         * docs/plugins/inspect/plugin-wavenc.xml:
14503         * docs/plugins/inspect/plugin-wavparse.xml:
14504         * docs/plugins/inspect/plugin-ximagesrc.xml:
14505           Update to CVS version.
14506           
14507 2006-08-16  Wim Taymans  <wim@fluendo.com>
14508
14509         * gst/rtp/gstrtpamrdepay.c:
14510         * gst/rtp/gstrtpmp4gdepay.c:
14511         Caps extra properties must be defined as strings for
14512         depayloaders because they are generated from an SDP.
14513
14514         * gst/rtp/Makefile.am:
14515         * gst/rtp/gstrtp.c: (plugin_init):
14516         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14517         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14518         (gst_rtp_h264_depay_finalize), (decode_base64),
14519         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14520         (gst_rtp_h264_depay_set_property),
14521         (gst_rtp_h264_depay_get_property),
14522         (gst_rtp_h264_depay_change_state),
14523         (gst_rtp_h264_depay_plugin_init):
14524         * gst/rtp/gstrtph264depay.h:
14525         Added basic, not completely functional RFC 3984 H264 depayloader.
14526
14527 2006-08-16  Wim Taymans  <wim@fluendo.com>
14528
14529         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14530         Add pads after setting them up.
14531
14532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14533         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14534         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14535         (gst_rtspsrc_stream_setup_rtp),
14536         (gst_rtspsrc_stream_configure_transport),
14537         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14538         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14539         (gst_rtspsrc_pause):
14540         * gst/rtsp/gstrtspsrc.h:
14541         Fix interleaved mode.
14542          - Protect streaming with lock.
14543          - Combine flows
14544          - set caps on outgoing buffers.
14545          - strip trailing \0 from data packets.
14546          - Configure RTP/RTCP in stream.
14547         Use DEBUG_OBJECT more.
14548
14549 2006-08-16  Wim Taymans  <wim@fluendo.com>
14550
14551         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14552         Turn a g_print into a DEBUG line.
14553
14554 2006-08-13  Wim Taymans  <wim@fluendo.com>
14555
14556         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14557         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14558         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14559         (gst_oss_mixer_element_get_property),
14560         (gst_oss_mixer_element_change_state):
14561         * sys/oss/gstossmixerelement.h:
14562         Small cleanups. Better error reporting.
14563         Add device property for the mixer instead of the hardcoded
14564         /dev/mixer. Fixes #350785.
14565         API: GstOssMixerElement::device property
14566
14567 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14568
14569         Patch by: Jens Granseuer <jensgr at gmx net>
14570
14571         * gconf/Makefile.am:
14572           Make --disable-schemas work right (they still need
14573           to be copied to the installation directory, just not
14574           applied). Fixes #351347 (also #344100).
14575           
14576 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14577
14578         * configure.ac: back to HEAD
14579
14580 === release 0.10.4 ===
14581
14582 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14583
14584         * configure.ac:
14585           releasing 0.10.4, "Dear Leader"
14586
14587 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14588
14589         Patch by: Edward Hervey <edward@fluendo.com>
14590
14591         * configure.ac:
14592         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14593         (gst_wavparse_stream_data):
14594         Send the newsegment event in the streaming thread.
14595         Fixes #347529
14596
14597 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14598
14599         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14600         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14601         (gst_smokeenc_resync), (gst_smokeenc_chain):
14602           Refuse sink caps in the encoder if width or height is not a
14603           multiple of 16, the encoder does not support that yet (#349939);
14604           along the same lines, check the return value of the encoder
14605           setup function; also remove some debug log clutter.
14606
14607 2006-08-04  Andy Wingo  <wingo@pobox.com>
14608
14609         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14610         whether a processor can work in place or not, and for keeping
14611         track of its state. Change the FlowReturn instance variable from
14612         "state" to "flow_state", all callers changed.
14613
14614         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14615         (gst_signal_processor_start, gst_signal_processor_stop)
14616         (gst_signal_processor_cleanup): New functions to manage the
14617         processor's state.
14618         (gst_signal_processor_setcaps): start() as well as setup() here.
14619         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14620         (gst_signal_processor_change_state): Stop and cleanup the
14621         processor as we go to NULL.
14622
14623         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14624         INPLACE_BROKEN is not set.
14625
14626         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14627         Do the alloc_buffer in bytes, not frames.
14628         
14629 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14630
14631         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14632         Fix rgb masks when recording in < 24bpp.
14633
14634 2006-08-04  Andy Wingo  <wingo@pobox.com>
14635
14636         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14637         (gst_signal_processor_prepare)
14638         (gst_signal_processor_update_inputs)
14639         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14640         (gst_signal_processor_flush)
14641         (gst_signal_processor_sink_activate_push)
14642         (gst_signal_processor_src_activate_pull)
14643         (gst_signal_processor_change_state): Remove the last of the code
14644         that assumes that we process whole buffers at a time. Fix some
14645         debugging. Seems to work now in some cases.
14646         (gst_signal_processor_src_activate_pull): BPB
14647
14648 2006-08-01  Andy Wingo  <wingo@pobox.com>
14649
14650         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14651         Fix nframes-choosing.
14652         (gst_signal_processor_init): Init pending_in and pending_out.
14653
14654         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14655         more default sample rate, although we never check that the sample
14656         rate actually gets set. Something for the future.
14657         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14658         (gst_signal_processor_event): Refcount fixen.
14659         (gst_signal_processor_process): Pull the number of frames to
14660         process from the sizes of the buffers in the input pens.
14661         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14662         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14663         it instead of buffer_frames.
14664         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14665         to do_pulls.
14666         (gst_signal_processor_chain)
14667         (gst_signal_processor_sink_activate_push)
14668         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14669
14670         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14671
14672 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14673
14674         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14675         (gst_signal_processor_process):
14676           don't query buffer-frames from caps, add lots of debug-log,
14677           try fix for assert (#349189)
14678
14679 2006-07-31  Wim Taymans  <wim@fluendo.com>
14680
14681         * gst/udp/gstudpsrc.c:
14682         Fix docs.
14683
14684 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14685
14686         * ext/ladspa/gstsignalprocessor.c:
14687         (gst_signal_processor_add_pad_from_template),
14688         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14689         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14690         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14691         (gst_signal_processor_sink_activate_push),
14692         (gst_signal_processor_src_activate_pull),
14693         (gst_signal_processor_change_state):
14694          Add debugs logs here and there, add more error handling, add some
14695          FIXME comments, filed #349189
14696
14697 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14698
14699         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14700         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14701         Set caps on buffer correctly.  Fixes bug #349155.
14702
14703 2006-07-28  Wim Taymans  <wim@fluendo.com>
14704
14705         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14706
14707         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14708         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14709         (gst_multipart_demux_finalize), (get_line_end),
14710         (multipart_parse_header), (multipart_find_boundary),
14711         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14712         (gst_multipart_set_property), (gst_multipart_get_property):
14713         Uses GstAdapter instead of own buffering.
14714         Actually parses the mime-type correctly (In tests the mime-type was
14715         always "" with the old version).
14716         Uses the Content-length header if available to speed up things.
14717         Reliably autoscans the boundary name by default.
14718         Fixes #349068.
14719
14720         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14721         Don't start the stream with a \n.
14722
14723 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14724
14725         Patch by: Brian Cameron <brian dot cameron at sun com>
14726
14727         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14728           Open source with O_NONBLOCK (#349015).
14729
14730 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14731
14732         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14733         (gst_avi_demux_massage_index):
14734         * gst/avi/gstavidemux.h:
14735           Whitespace fixes and more debug
14736
14737 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14738
14739         * gst/autodetect/gstautoaudiosink.c:
14740         (gst_auto_audio_sink_create_element_with_pretty_name),
14741         (gst_auto_audio_sink_find_best),
14742         (gst_auto_audio_sink_change_state):
14743           Get rid of old and unused magic sound-server properties stuff.
14744           Add suffix to child sink's name that makes it easy to see from
14745           the name alone which type it actually is (alsa, oss, esd, etc.).
14746
14747 2006-07-27  Wim Taymans  <wim@fluendo.com>
14748
14749         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14750         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14751         (gst_udpsrc_start):
14752         * gst/udp/gstudpsrc.h:
14753         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14754         not some sort of feature we enable.
14755
14756 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14757
14758         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14759           Use CLOSE_SOCKET() here instead of close() to maintain
14760           win32 workiness.
14761
14762 2006-07-27  Wim Taymans  <wim@fluendo.com>
14763
14764         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14765
14766         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14767         (gst_udpsrc_create), (gst_udpsrc_set_property),
14768         (gst_udpsrc_get_property), (gst_udpsrc_start):
14769         * gst/udp/gstudpsrc.h:
14770         Added "buffer-size" property to control the kernel receive buffer size.
14771         Update documentation.
14772         Small cleanups. Fixes #348752.
14773         API: buffer-size property
14774
14775 2006-07-26  Wim Taymans  <wim@fluendo.com>
14776
14777         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14778
14779         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14780         (gst_rtp_pcma_pay_handle_buffer):
14781         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14782         (gst_rtp_pcmu_pay_handle_buffer):
14783         Fix timestamp calculation on outgoing RTP packets.
14784         Fixes #348675.
14785
14786 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14787
14788         * ext/taglib/gstid3v2mux.cc:
14789           Fix writing of comment frames (should be COMM not TCOM),
14790           is still sub-optimal though, since we don't retain or
14791           extract the comment descriptions properly (#334375,
14792           also see #334375).
14793
14794 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * gst/wavparse/gstwavparse.c:
14797           #define 'fact' RIFF chunk if we are not compiling against
14798           -base CVS (we don't want to depend on -base CVS for this
14799           one define only, and also not for release order reasons).
14800
14801 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14802
14803         * ext/taglib/gstid3v2mux.cc:
14804           Handle multiple tags of the same type properly. Re-inject
14805           unparsed ID3v2 frames that we get as binary blobs from
14806           id3demux into the tag again so we don't lose information
14807           when retagging (#334375).
14808
14809 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14810
14811         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14812           Document newly-added properties properly, so that there is a
14813           'Since: 0.10.4' in the plugin docs. Convert some property
14814           names into canonical GObject style (GObject will do that
14815           internally anyway).
14816
14817 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14818
14819         * gst/id3demux/id3tags.c:
14820         (id3demux_add_id3v2_frame_blob_to_taglist):
14821           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14822           well, and add the version to the blob's buffer caps, since that
14823           information will be needed for deserialisation later on (#348644).
14824
14825 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14826
14827         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14828         (gst_avi_demux_parse_stream):
14829          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14830          indentation and spacing.
14831
14832 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14833
14834         * docs/plugins/Makefile.am:
14835         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14836         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14837         * docs/plugins/gst-plugins-good-plugins.args:
14838         * docs/plugins/inspect/plugin-1394.xml:
14839         * docs/plugins/inspect/plugin-aasink.xml:
14840         * docs/plugins/inspect/plugin-alaw.xml:
14841         * docs/plugins/inspect/plugin-alpha.xml:
14842         * docs/plugins/inspect/plugin-alphacolor.xml:
14843         * docs/plugins/inspect/plugin-annodex.xml:
14844         * docs/plugins/inspect/plugin-apetag.xml:
14845         * docs/plugins/inspect/plugin-auparse.xml:
14846         * docs/plugins/inspect/plugin-autodetect.xml:
14847         * docs/plugins/inspect/plugin-avi.xml:
14848         * docs/plugins/inspect/plugin-cacasink.xml:
14849         * docs/plugins/inspect/plugin-cairo.xml:
14850         * docs/plugins/inspect/plugin-cdio.xml:
14851         * docs/plugins/inspect/plugin-cutter.xml:
14852         * docs/plugins/inspect/plugin-debug.xml:
14853         * docs/plugins/inspect/plugin-dv.xml:
14854         * docs/plugins/inspect/plugin-efence.xml:
14855         * docs/plugins/inspect/plugin-effectv.xml:
14856         * docs/plugins/inspect/plugin-esdsink.xml:
14857         * docs/plugins/inspect/plugin-flac.xml:
14858         * docs/plugins/inspect/plugin-flxdec.xml:
14859         * docs/plugins/inspect/plugin-gconfelements.xml:
14860         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14861         * docs/plugins/inspect/plugin-goom.xml:
14862         * docs/plugins/inspect/plugin-halelements.xml:
14863         * docs/plugins/inspect/plugin-icydemux.xml:
14864         * docs/plugins/inspect/plugin-id3demux.xml:
14865         * docs/plugins/inspect/plugin-jpeg.xml:
14866         * docs/plugins/inspect/plugin-level.xml:
14867         * docs/plugins/inspect/plugin-matroska.xml:
14868         * docs/plugins/inspect/plugin-mulaw.xml:
14869         * docs/plugins/inspect/plugin-multipart.xml:
14870         * docs/plugins/inspect/plugin-navigationtest.xml:
14871         * docs/plugins/inspect/plugin-ossaudio.xml:
14872         * docs/plugins/inspect/plugin-png.xml:
14873         * docs/plugins/inspect/plugin-rtp.xml:
14874         * docs/plugins/inspect/plugin-rtsp.xml:
14875         * docs/plugins/inspect/plugin-shout2send.xml:
14876         * docs/plugins/inspect/plugin-smpte.xml:
14877         * docs/plugins/inspect/plugin-speex.xml:
14878         * docs/plugins/inspect/plugin-udp.xml:
14879         * docs/plugins/inspect/plugin-videobalance.xml:
14880         * docs/plugins/inspect/plugin-videobox.xml:
14881         * docs/plugins/inspect/plugin-videoflip.xml:
14882         * docs/plugins/inspect/plugin-videomixer.xml:
14883         * docs/plugins/inspect/plugin-wavenc.xml:
14884         * docs/plugins/inspect/plugin-wavparse.xml:
14885         * docs/plugins/inspect/plugin-ximagesrc.xml:
14886           Update files to CVS/Prerelease version, add esdsink docs.
14887
14888         * ext/esd/esdsink.c:
14889           Add gtk-doc blurb.
14890
14891         * gst/rtp/gstrtpmp4vpay.c:
14892           Fix typo in element description.
14893
14894 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14895
14896         * ext/esd/esdsink.c: (gst_esdsink_open),
14897         (gst_esdsink_factory_init):
14898           Prevent libesd from auto-spawning a sound daemon if it
14899           is not already running. Now that we don't do evil stuff
14900           like that any longer we can give esdsink a rank so that
14901           autoaudiosink will try it as well if all other audio
14902           sinks fail (#343051).
14903
14904 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14905
14906         * ext/esd/Makefile.am:
14907           Oops, need to remove README from EXTRA_DIST as well.
14908
14909 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14910
14911         * ext/esd/README:
14912           Remove, it contains nothing useful anyway.
14913
14914         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14915         (gst_esdsink_delay):
14916           Some small clean-ups; use GST_BOILERPLATE etc.
14917
14918 2006-07-24  Wim Taymans  <wim@fluendo.com>
14919
14920         * gst/law/alaw-decode.c: (alawdec_getcaps):
14921         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14922         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14923         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14924         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14925
14926 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14927
14928         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14929         (gst_wavparse_other), (gst_wavparse_perform_seek),
14930         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14931         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14932         (gst_wavparse_pad_query):
14933         * gst/wavparse/gstwavparse.h:
14934           Use information from 'fact' chunk for length calculation of compressed
14935           samples. Calculate bps if bogus value is found in wav header (embeded
14936           mp2/mp3).
14937           
14938
14939 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14940
14941         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14942
14943         * configure.ac:
14944         * gst/udp/Makefile.am:
14945         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14946         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14947         * gst/udp/gstdynudpsink.h:
14948         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14949         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14950         * gst/udp/gstmultiudpsink.h:
14951         * gst/udp/gstudp.c: (plugin_init):
14952         * gst/udp/gstudpsink.h:
14953         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14954         (gst_udpsrc_start), (gst_udpsrc_stop):
14955         * gst/udp/gstudpsrc.h:
14956         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14957         (gst_udp_net_utils_win32_wsa_startup):
14958         * gst/udp/gstudpnetutils.h:
14959           Port udp plugin to win32 (#345288).
14960
14961 2006-07-24  Wim Taymans  <wim@fluendo.com>
14962
14963         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14964         Remove unwanted DEBUG line.
14965
14966 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14967
14968         * gst/id3demux/gstid3demux.c: (plugin_init):
14969         * gst/id3demux/id3tags.c:
14970         (id3demux_add_id3v2_frame_blob_to_taglist):
14971         * gst/id3demux/id3tags.h:
14972           On second thought, it might be wiser and more efficient
14973           not to do tag registration from a streaming thread.
14974
14975 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14976
14977         * gst/id3demux/id3tags.c:
14978         (id3demux_add_id3v2_frame_blob_to_taglist),
14979         (id3demux_id3v2_frames_to_tag_list):
14980           Put ID3v2 frames we can't parse as binary blobs into private
14981           tags, so that they are not lost when retagging, at least once
14982           id3v2mux has been taught to re-inject those frames again.
14983           See bug #334375.
14984
14985 2006-07-21  Wim Taymans  <wim@fluendo.com>
14986
14987         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14988         (gst_avi_demux_process_next_entry):
14989         Fix some leaks.
14990
14991         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14992         Don't use \n in debug lines.
14993
14994 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14995
14996         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14997         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14998           Add annodex and icydemux, cleanup the sections a bit
14999
15000 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15001
15002         Patch by: Alex Lancaster <alexl at users sourceforge net>
15003
15004         * ext/taglib/gstid3v2mux.cc:
15005           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15006           ID3v2 TSSE frames (#347898).
15007
15008 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15009
15010         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15011           Respect mpegversion for "video/mpeg" and give message in case of
15012           unhandled versions.
15013
15014 2006-07-17  Wim Taymans  <wim@fluendo.com>
15015
15016         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15017         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15018         (gst_pngdec_chain), (gst_pngdec_sink_event),
15019         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15020         (gst_pngdec_sink_activate_push):
15021         * ext/libpng/gstpngdec.h:
15022         Use statically allocated segment instead of leaking.
15023         Various cleanups.
15024         Fix flush and seek handling.
15025
15026 2006-07-16  Wim Taymans  <wim@fluendo.com>
15027
15028         * gst/rtp/Makefile.am:
15029         * gst/rtp/gstrtp.c: (plugin_init):
15030         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15031         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15032         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15033         (gst_rtp_mp4g_depay_set_property),
15034         (gst_rtp_mp4g_depay_get_property),
15035         (gst_rtp_mp4g_depay_change_state),
15036         (gst_rtp_mp4g_depay_plugin_init):
15037         * gst/rtp/gstrtpmp4gdepay.h:
15038         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15039         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15040         (gst_rtp_mp4g_pay_flush):
15041         Added simple generic mpeg4 depayloader.
15042         Fix generic mpeg4 payloader.
15043
15044 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15045
15046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15047           Don't try doing state changes on a NULL pointer.
15048
15049 2006-07-14  Wim Taymans  <wim@fluendo.com>
15050
15051         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15052
15053         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15054         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15055         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15056         * gst/rtp/gstrtpamrdepay.h:
15057         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15058         Fixes #321191
15059
15060 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15061
15062         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15063         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15064         Fix segfault when moving mouse pointer to the bottom right corner.
15065
15066 2006-07-12  Wim Taymans  <wim@fluendo.com>
15067
15068         * gst/rtp/Makefile.am:
15069         * gst/rtp/gstrtp.c: (plugin_init):
15070         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15071         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15072         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15073         (gst_rtp_mp2t_depay_set_property),
15074         (gst_rtp_mp2t_depay_get_property),
15075         (gst_rtp_mp2t_depay_change_state),
15076         (gst_rtp_mp2t_depay_plugin_init):
15077         * gst/rtp/gstrtpmp2tdepay.h:
15078         Added mpeg2 TS depayloader. Closing #347234.
15079
15080 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15081
15082         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15083           Remove g_assert that shouldn't be there and was triggered
15084           after trying to open a device that doesn't exist or can't
15085           be opened for some other reason (#347972).
15086
15087 2006-07-10  Edward Hervey  <edward@fluendo.com>
15088
15089         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15090         (gst_avi_demux_stream_header), (push_tag_lists):
15091         * gst/avi/gstavidemux.h:
15092         Don't push tag events found by gst_riff_parse_info() before outputting
15093         GST_EVENT_NEWSEGMENT.
15094
15095 2006-07-10  Wim Taymans  <wim@fluendo.com>
15096
15097         * gst/rtsp/Makefile.am:
15098         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15099         (rtsp_connection_close):
15100         * gst/rtsp/rtspdefs.h:
15101         replaced closesocket and close in code with one CLOSE_SOCKET. 
15102         Some more cleanups. Fixes #345301.
15103
15104 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15105
15106         * gst/autodetect/gstautoaudiosink.c:
15107           Fix example pipeline in docs.
15108
15109 2006-07-10  Wim Taymans  <wim@fluendo.com>
15110
15111         Patch by: Rob Taylor <robtaylor at floopily dot org>
15112
15113         * gst/udp/gstmultiudpsink.c: (join_multicast),
15114         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15115         If a destination is added before the stream is set to PAUSED, the
15116         multicast group is not joined as the socket is not created yet. 
15117         Also TTL and LOOP should also be set. Fixes #346921.
15118
15119 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15120
15121         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15122         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15123         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15124         (gst_ximage_src_init):
15125         * sys/ximage/gstximagesrc.h:
15126         Fix use-damage property to actually work :)
15127         Add startx, starty, endx, endy properties so screencasts other than full
15128         screen ones can work.
15129
15130 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15131
15132         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15133         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15134         (gst_ximage_src_class_init), (gst_ximage_src_init):
15135         * sys/ximage/gstximagesrc.h:
15136         Add use_damage property to offer ability to choose whether to use
15137         XDamage or not.
15138
15139 2006-07-07  Wim Taymans  <wim@fluendo.com>
15140
15141         * gst/goom/filters.c: (zoomFilterSetResolution):
15142         Avoid goom coredumping by clearing memory. 
15143         Fixes 345679.
15144
15145 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15146
15147         * win32/vs6/libgstid3demux.dsp:
15148         Add a link to libgsttag-0.10.lib.
15149
15150 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15151
15152         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15153         (gst_tag_demux_read_range):
15154         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15155         (gst_id3demux_read_range):
15156           Don't return FLOW_UNEXPECTED when a buffer is before
15157           the start of the stream (which might happen with
15158           large ID3v2 tags if the tag reading was done pullrange
15159           based and we then switched to push mode later on).
15160           Fixes regression introduced by commit from June 29th.
15161
15162 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15163
15164         * ext/taglib/gstid3v2mux.cc:
15165           Make UTF-8 the default encoding when writing string
15166           tags (before, our UTF-8 strings would automatically
15167           be converted to ISO-8859-1 by taglib and written as
15168           ISO-8859-1 fields if that was possible).
15169
15170         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15171         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15172         (test_taglib_id3mux_with_tags):
15173           Add test case that makes sure our UTF-8 strings have
15174           actually been written into the tag as UTF-8.
15175
15176 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15177
15178         * configure.ac:
15179           Let's try that again.
15180
15181 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15182
15183         * configure.ac:
15184           Disable monoscope plugin for now until it fulfills
15185           all the requirements.
15186
15187 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15188
15189         * configure.ac:
15190         * gst/monoscope/Makefile.am:
15191         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15192         (gst_monoscope_class_init), (gst_monoscope_init),
15193         (gst_monoscope_finalize), (gst_monoscope_reset),
15194         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15195         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15196         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15197         (gst_monoscope_change_state), (plugin_init):
15198         * gst/monoscope/gstmonoscope.h:
15199           Port monoscope visualisation to 0.10.
15200
15201 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15202
15203         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15204         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15205           Return FLOW_UNEXPECTED when at the end of the file, not
15206           FLOW_ERROR. Fixes 'internal stream error' errors that
15207           would sometimes occur in totem when scrubbing to the
15208           end of an ID3v1 tagged mp3 file.
15209
15210 2006-07-03  Edward Hervey  <edward@fluendo.com>
15211
15212         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15213         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15214         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15215         * ext/libpng/gstpngdec.h:
15216         Implement buffer clipping/dropping using GstSegment.
15217         This provides accurate seeking.
15218
15219 2006-07-03  Edward Hervey  <edward@fluendo.com>
15220
15221         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15222         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15223         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15224         (gst_avi_demux_process_next_entry), (push_tag_lists),
15225         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15226         * gst/avi/gstavidemux.h:
15227         Proper aggregation of each stream's GstFlowReturn in order to figure out
15228         whether the task should stop or not.
15229         Don't send inline events before pushing out a NEW_SEGMENT, more
15230         specifically for GST_TAG_EVENT.
15231         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15232         sub-indexes.
15233
15234 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15235
15236         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15237
15238         * sys/sunaudio/gstsunaudiomixerctrl.c:
15239         (gst_sunaudiomixer_ctrl_build_list):
15240           Move "Monitor" slider to input tab so it works more like
15241           sdtaudiocontrol, which is what people on Solaris are used
15242           to using for their mixer program (#346259).
15243
15244 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15245
15246         * tests/check/elements/level.c: (GST_START_TEST):
15247           fix a leak, clean up at the end
15248
15249 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15250
15251         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15252         (gst_matroska_demux_send_event),
15253         (gst_matroska_demux_loop_stream_parse_id):
15254         * gst/matroska/matroska-ids.h:
15255           Send tag event after newsegment event.
15256
15257 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15258
15259         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15260         (gst_id3demux_read_range):
15261           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15262           certain cases where a read beyond the end of the file is
15263           requested. Fixes #345930.
15264
15265         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15266         (gst_tag_demux_read_range):
15267           Fix same issue here as well.
15268
15269 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15270
15271         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15272         
15273         Fix hypothetical crash.
15274
15275 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15276
15277         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15278
15279         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15280           Do not modify the ports value. If the user has turned off the
15281           built-in speakers, then we should not reset it in the prepare
15282           function, since this causes the built-in speakers to turn
15283           back on anytime the user changes a track in totem, rhythmbox,
15284           etc. (#346066).
15285
15286 2006-06-23  Wim Taymans  <wim@fluendo.com>
15287
15288         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15289         Fix double caps unref when negotiation fails.
15290
15291 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         * ext/annodex/gstcmmldec.c:
15294         * ext/annodex/gstcmmlenc.c:
15295         * ext/annodex/gstcmmlparser.c:
15296         * ext/dv/gstdvdec.c:
15297         * ext/dv/gstdvdemux.c:
15298         * ext/gdk_pixbuf/pixbufscale.c:
15299         * ext/jpeg/gstjpegenc.c:
15300         * ext/jpeg/gstsmokedec.c:
15301         * ext/jpeg/gstsmokeenc.c:
15302         * ext/libpng/gstpngdec.c:
15303         * ext/libpng/gstpngenc.c:
15304         * ext/speex/gstspeexenc.c:
15305         * gst/alpha/gstalphacolor.c:
15306         * gst/cutter/gstcutter.c:
15307         * gst/debug/gstnavigationtest.c:
15308         * gst/icydemux/gsticydemux.c:
15309         * gst/level/gstlevel.c:
15310         * gst/multipart/multipart.c:
15311         * gst/rtp/gstrtpamrpay.c:
15312         * gst/rtp/gstrtpdepay.c:
15313         * gst/rtp/gstrtpilbcpay.c:
15314         * gst/rtp/gstrtpmp4gpay.c:
15315         * gst/rtp/gstrtpmp4vpay.c:
15316         * gst/rtsp/gstrtpdec.c:
15317         * gst/rtsp/gstrtspsrc.c:
15318         * gst/udp/gstdynudpsink.c:
15319         * gst/udp/gstmultiudpsink.c:
15320         * gst/udp/gstudpsrc.c:
15321         * gst/videobox/gstvideobox.c:
15322         * gst/videofilter/gstvideoflip.c:
15323           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15324           plus two minor macro fixes.
15325
15326 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15327
15328         * gst/matroska/matroska-demux.c:
15329         (gst_matroska_demux_check_subtitle_buffer),
15330         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15331         (gst_matroska_demux_subtitle_caps):
15332         * gst/matroska/matroska-ids.c:
15333         (gst_matroska_track_init_subtitle_context):
15334         * gst/matroska/matroska-ids.h:
15335           Try to fix up broken matroska files containing subtitle
15336           streams with non-UTF8 character encodings (courtesy of
15337           mkvmerge) using either the encoding specified in the
15338           GST_SUBTITLE_ENCODING environment variable or the
15339           current locale's character set if it is non-UTF8.
15340           Fixes #337076.
15341
15342 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15343
15344         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15345           Set image type from APIC frame as "image-type" field
15346           of GST_TAG_IMAGE buffer caps (#344605).
15347
15348 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15349
15350         * ext/flac/Makefile.am:
15351         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15352         (gst_flac_dec_reset_decoders),
15353         (gst_flac_dec_setup_seekable_decoder),
15354         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15355         (gst_flac_dec_metadata_callback),
15356         (gst_flac_dec_metadata_callback_seekable),
15357         (gst_flac_dec_metadata_callback_stream),
15358         (gst_flac_dec_error_callback),
15359         (gst_flac_dec_error_callback_seekable),
15360         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15361         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15362         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15363         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15364         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15365         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15366         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15367         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15368         (gst_flac_dec_sink_activate_push),
15369         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15370         * ext/flac/gstflacdec.h:
15371           Support chain-based operation, should make flac-over-DAAP
15372           work (#340492).
15373
15374 2006-06-20  Wim Taymans  <wim@fluendo.com>
15375
15376         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15377         Doc updates, merge some unused symbols.
15378
15379 2006-06-20  Wim Taymans  <wim@fluendo.com>
15380
15381         * docs/plugins/Makefile.am:
15382         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15383         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15384         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15385         * gst/rtsp/gstrtspsrc.c:
15386         * gst/rtsp/gstrtspsrc.h:
15387         Added documentation for the rtsp plugin. Fixes #345393.
15388
15389 2006-06-20  Wim Taymans  <wim@fluendo.com>
15390
15391         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15392         (rtsp_connection_close), (rtsp_connection_free):
15393         Use better G_OS_* macros. Fixes #345301 some more.
15394
15395 2006-06-20  Wim Taymans  <wim@fluendo.com>
15396
15397         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15398
15399         * sys/sunaudio/Makefile.am:
15400         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15401         * sys/sunaudio/gstsunaudiomixerctrl.c:
15402         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15403         (gst_sunaudiomixer_ctrl_list_tracks),
15404         (gst_sunaudiomixer_ctrl_get_volume),
15405         (gst_sunaudiomixer_ctrl_set_volume),
15406         (gst_sunaudiomixer_ctrl_set_mute),
15407         (gst_sunaudiomixer_ctrl_set_record):
15408         * sys/sunaudio/gstsunaudiomixerctrl.h:
15409         * sys/sunaudio/gstsunaudiomixertrack.c:
15410         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15411         * sys/sunaudio/gstsunaudiomixertrack.h:
15412         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15413         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15414         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15415         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15416         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15417         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15418         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15419         (gst_sunaudiosrc_reset):
15420         * sys/sunaudio/gstsunaudiosrc.h:
15421         Add a SunAudio source plugin.
15422         Support stereo and right/left channel gain in the mixer plugin.
15423         Support the RECORD flag so that you can switch between line-input and
15424         microphone in gnome-volume-control.
15425         Code cleanups like using an enumerator for track number instead of an 
15426         integer. Fixes #344923.
15427
15428 2006-06-20  Wim Taymans  <wim@fluendo.com>
15429
15430         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15431
15432         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15433         (rtsp_connection_close):
15434         Make RTSP plugin compile on windows. Fixes #345301.
15435         Some changes to original patch to catch errors better.
15436         use ifdef WIN32 instead of ifndef.
15437
15438 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15439
15440         * configure.ac:
15441         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15442
15443 2006-06-18  Edward Hervey  <edward@fluendo.com>
15444
15445         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15446         After a failed buffer alloc, we need to abort the jpeg decoding (it
15447         started when parsing headers to figure out how many bytes we need
15448         to request downstream).
15449
15450 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15451
15452         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15453
15454         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15455           Make sure we don't read beyond the end of the file (#345232).
15456
15457 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15458
15459         * configure.ac:
15460           Fix --disable-external (can't set conditionals conditionally,
15461           #343602).
15462
15463 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15464
15465         * autogen.sh:
15466         * configure.ac:
15467         * docs/Makefile.am:
15468           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15469
15470         * docs/plugins/Makefile.am:
15471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15472         * docs/plugins/inspect/plugin-taglib.xml:
15473           Add/fix apev2mux docs.
15474
15475 2006-06-14  Wim Taymans  <wim@fluendo.com>
15476
15477         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15478         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15479         (gst_dvdec_change_state):
15480         Reset segment info on flush.
15481         Alloc segment in _init, free in _finalize.
15482
15483         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15484         Don't send segments twice.
15485
15486 2006-06-14  Wim Taymans  <wim@fluendo.com>
15487
15488         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15489         Respect segment.stop. Fixes #342592.
15490
15491 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15492
15493         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15494           No language specified means the implied language is English
15495           according to the matroska spec (partially fixes #344708);
15496           add some more debug output.
15497
15498 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15499
15500         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15501         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15502         (gst_wavparse_chain):
15503           When operating chain-based, don't make any assumptions about the
15504           chunking of the incoming data and make streaming work on days other
15505           than the second Thursday after a full moon. Also fix up debug
15506           messages here and there and make use of the most excellent new
15507           gst_pad_query_peer_duration() utility function.
15508           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15509
15510         * gst/wavparse/gstwavparse.h:
15511           Remove trailing comma after last enum value, some compilers don't
15512           like that.
15513
15514 2006-06-13  Wim Taymans  <wim@fluendo.com>
15515
15516         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15517         Handle premature EOS gracefully.
15518
15519 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15520
15521         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15522           Prevent out of bounds array access when scrubbing towards
15523           the end of the file between the last index entry and the
15524           end. Fixes occasional 'start <= stop' newsegment event
15525           assertions when scrubbing in MJPEG files.
15526
15527 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15528
15529         * tests/check/elements/.cvsignore:
15530           And another one.
15531
15532 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15533
15534         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15535         (scan_encoded_string), (parse_picture_frame):
15536           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15537
15538         * configure.ac:
15539           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15540           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15541
15542 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15543
15544         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15545           gratuitous comment changes
15546         * tests/check/elements/level.c: (GST_START_TEST):
15547           fix level test leaks
15548
15549 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15550
15551         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15552         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15553           Use gst_pad_query_peer_duration() utility function here.
15554
15555 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15556
15557         * autogen.sh:
15558           require am17
15559         * configure.ac:
15560         * ext/annodex/Makefile.am:
15561         * ext/cdio/Makefile.am:
15562         * ext/dv/Makefile.am:
15563         * ext/esd/Makefile.am:
15564         * ext/flac/Makefile.am:
15565         * ext/gdk_pixbuf/Makefile.am:
15566         * ext/ladspa/Makefile.am:
15567         * ext/libcaca/Makefile.am:
15568         * ext/speex/Makefile.am:
15569         * ext/taglib/Makefile.am:
15570         * sys/oss/Makefile.am:
15571         * sys/sunaudio/Makefile.am:
15572         * sys/ximage/Makefile.am:
15573           clean up build further
15574
15575 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * gconf/Makefile.am:
15578           Honour --disable-schemas-install configure option. Fixes #344100.
15579
15580 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15581
15582         * tests/examples/level/Makefile.am:
15583           Add -lm to LIBS for pow() function, don't assume one of our
15584           dependencies (such as libxml-2.0) drags it in automatically
15585           (#343603).
15586
15587 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15588
15589         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15590
15591         * configure.ac:
15592           We should use $SED and not $(SED) in configure.ac (#343678).
15593
15594 2006-06-09  Wim Taymans  <wim@fluendo.com>
15595
15596         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15597
15598         * sys/sunaudio/gstsunaudiomixerctrl.c:
15599         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15600         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15601         (gst_sunaudiomixer_ctrl_set_mute):
15602         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15603         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15604         (gst_sunaudiosink_write):
15605         Attached find a patch that fixes a number of bugs with the SunAudio
15606         mixer plugin and fixes #344101:
15607         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15608            tracks onto the tracklist causing gnome-volume-control's preferences
15609            dialog to be messed up and would core dump if you checked/unchecked
15610            any item.
15611         2. We weren't previously setting the MUTE flag properly.  Fixing this
15612            makes gnome-volume-control work better.
15613         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15614            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15615            gnome-volume-control look better.
15616         Also some minor cleanup in gstsunaudiosink.c.
15617
15618 2006-06-09  Wim Taymans  <wim@fluendo.com>
15619
15620         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15621         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15622         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15623         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15624         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15625         * ext/jpeg/gstjpegdec.h:
15626         API: Added IDCT method property
15627         Small cleanups.
15628         Avoid dynamic allocation of trivial fixed structure.
15629         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15630
15631 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15632
15633         * configure.ac:
15634         We now require libraw1394 >= 1.1.0 and that version onwards all
15635         have .pc files.
15636
15637 2006-06-02  Edward Hervey  <edward@fluendo.com>
15638
15639         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15640         Trying to get items from an ANY or EMPTY caps is ... stupid.
15641
15642 2006-06-02  Edward Hervey  <edward@fluendo.com>
15643
15644         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15645         (gst_dvdec_chain), (gst_dvdec_change_state):
15646         * ext/dv/gstdvdec.h:
15647         Added GstSegment handling, now implements dropping/clipping.
15648
15649 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15650
15651         * ext/aalib/gstaasink.h:
15652         * ext/annodex/gstcmmldec.h:
15653         * ext/cairo/gsttimeoverlay.h:
15654         * ext/dv/gstdvdec.h:
15655         * ext/dv/gstdvdemux.h:
15656         * ext/esd/esdmon.h:
15657         * ext/esd/esdsink.h:
15658         * ext/flac/gstflacenc.h:
15659         * ext/gconf/gstgconfaudiosink.h:
15660         * ext/gconf/gstgconfaudiosrc.h:
15661         * ext/gconf/gstgconfvideosink.h:
15662         * ext/gconf/gstgconfvideosrc.h:
15663         * ext/gdk_pixbuf/gstgdkanimation.h:
15664         * ext/gdk_pixbuf/pixbufscale.h:
15665         * ext/hal/gsthalaudiosink.h:
15666         * ext/hal/gsthalaudiosrc.h:
15667         * ext/jpeg/gstjpegenc.h:
15668         * ext/jpeg/gstsmokedec.h:
15669         * ext/jpeg/gstsmokeenc.h:
15670         * ext/libcaca/gstcacasink.h:
15671         * ext/libmng/gstmngdec.h:
15672         * ext/libmng/gstmngenc.h:
15673         * ext/libpng/gstpngdec.h:
15674         * ext/libpng/gstpngenc.h:
15675         * ext/raw1394/gstdv1394src.h:
15676         * ext/speex/gstspeexenc.h:
15677         * gst/autodetect/gstautoaudiosink.h:
15678         * gst/autodetect/gstautovideosink.h:
15679         * gst/avi/gstavidemux.h:
15680         * gst/cutter/gstcutter.h:
15681         * gst/debug/efence.h:
15682         * gst/debug/gstnavigationtest.h:
15683         * gst/debug/gstnavseek.h:
15684         * gst/flx/gstflxdec.h:
15685         * gst/goom/gstgoom.h:
15686         * gst/icydemux/gsticydemux.h:
15687         * gst/id3demux/gstid3demux.h:
15688         * gst/law/alaw-decode.h:
15689         * gst/law/alaw-encode.h:
15690         * gst/law/mulaw-decode.h:
15691         * gst/law/mulaw-encode.h:
15692         * gst/matroska/matroska-mux.h:
15693         * gst/median/gstmedian.h:
15694         * gst/oldcore/gstaggregator.h:
15695         * gst/oldcore/gstfdsink.h:
15696         * gst/oldcore/gstmd5sink.h:
15697         * gst/oldcore/gstmultifilesrc.h:
15698         * gst/oldcore/gstpipefilter.h:
15699         * gst/oldcore/gstshaper.h:
15700         * gst/oldcore/gststatistics.h:
15701         * gst/rtp/gstasteriskh263.h:
15702         * gst/rtp/gstrtpL16depay.h:
15703         * gst/rtp/gstrtpL16pay.h:
15704         * gst/rtp/gstrtpamrdepay.h:
15705         * gst/rtp/gstrtpamrpay.h:
15706         * gst/rtp/gstrtpdepay.h:
15707         * gst/rtp/gstrtpgsmdepay.h:
15708         * gst/rtp/gstrtpgsmpay.h:
15709         * gst/rtp/gstrtph263pay.h:
15710         * gst/rtp/gstrtph263pdepay.h:
15711         * gst/rtp/gstrtph263ppay.h:
15712         * gst/rtp/gstrtpmp4gpay.h:
15713         * gst/rtp/gstrtpmp4vdepay.h:
15714         * gst/rtp/gstrtpmp4vpay.h:
15715         * gst/rtp/gstrtpmpadepay.h:
15716         * gst/rtp/gstrtpmpapay.h:
15717         * gst/rtp/gstrtppcmadepay.h:
15718         * gst/rtp/gstrtppcmapay.h:
15719         * gst/rtp/gstrtppcmudepay.h:
15720         * gst/rtp/gstrtppcmupay.h:
15721         * gst/rtp/gstrtpspeexdepay.h:
15722         * gst/rtp/gstrtpspeexpay.h:
15723         * gst/rtsp/gstrtpdec.h:
15724         * gst/rtsp/gstrtspsrc.h:
15725         * gst/smpte/gstsmpte.h:
15726         * gst/udp/gstdynudpsink.h:
15727         * gst/udp/gstmultiudpsink.h:
15728         * gst/udp/gstudpsink.h:
15729         * gst/udp/gstudpsrc.h:
15730         * gst/videofilter/gstvideobalance.h:
15731         * gst/videofilter/gstvideoflip.h:
15732         * sys/oss/gstossdmabuffer.h:
15733         * sys/oss/gstossmixerelement.h:
15734         * sys/oss/gstosssink.h:
15735         * sys/oss/gstosssrc.h:
15736         * sys/osxvideo/osxvideosink.h:
15737         * sys/sunaudio/gstsunaudiomixer.h:
15738         * sys/sunaudio/gstsunaudiosink.h:
15739         * sys/ximage/gstximagesrc.h:
15740         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15741
15742 2006-05-31  Wim Taymans  <wim@fluendo.com>
15743
15744         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15745         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15746         (gst_goom_src_setcaps), (gst_goom_src_event),
15747         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15748         (gst_goom_change_state):
15749         * gst/goom/gstgoom.h:
15750         Handle QoS.
15751         Handle flushing, discont and events.
15752         Fix timestamps and various other cleanups.
15753
15754 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15755
15756         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15757         Fix bus reset when using libiec61883
15758
15759 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15760
15761         * configure.ac:
15762         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15763         * ext/raw1394/Makefile.am:
15764         Add CFLAGS.
15765         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15766         New method, to receive using libiec61883.
15767         (gst_dv1394src_iso_receive),
15768         #ifdef'd out if libiec61883 is present.
15769         (gst_dv1394src_bus_reset),
15770         Get userdata correctly if using libiec61883. 
15771         (gst_dv1394src_create),
15772         When using libiec61883, only poll one fd and no need to read.
15773         (gst_dv1394src_discover_avc_node),
15774         Replace g_warnings.
15775         (gst_dv1394src_start),
15776         Create new handle when we know which dv port.  More reliable
15777         than setting port on an existing handle.  Initialise libiec61883.
15778         (gst_dv1394src_stop):
15779         If using libiec61883, then cleanup its handle properly.
15780         * ext/raw1394/gstdv1394src.h:
15781         Add libiec61883 handle.
15782
15783 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15784
15785         * gst/avi/gstavidemux.c:
15786           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15787         * win32/MANIFEST:
15788           sort file listing
15789         * win32/vs6/libgstavi.dsp:
15790           add gstavimux.c to the project
15791         * win32/vs6/libgstid3demux.dsp:
15792           add link to zlib library
15793         * win32/vs6/libgstmatroska.dsp:
15794           add matroska-ids.c to the project
15795
15796 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15797
15798         Patch by: Sebastian Dröge  <mail at slomosnail de >
15799
15800         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15801         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15802         * ext/taglib/Makefile.am:
15803         * ext/taglib/gstapev2mux.cc:
15804         * ext/taglib/gstapev2mux.h:
15805         * ext/taglib/gstid3v2mux.cc:
15806         * ext/taglib/gsttaglibmux.c: (plugin_init):
15807         * ext/taglib/gsttaglibmux.h:
15808           Add apev2mux element (#343122).
15809         
15810         * tests/check/Makefile.am:
15811         * tests/check/elements/apev2mux.c:
15812         (test_taglib_apev2mux_create_tags),
15813         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15814         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15815         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15816         (apev2mux_suite), (main):
15817           Add unit test for apev2mux element.
15818
15819 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15820
15821         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15822         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15823         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15824           GST_PTR_FORMAT should be used to print caps in debug statements.
15825
15826 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15827
15828         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15829
15830         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15831         (ape_demux_parse_tags):
15832           Some clean-ups and additions: map APE 'file' tag to
15833           GST_TAG_LOCATION (#343123); add support for extracting
15834           the track count and clean up parsing a bit (#343127).
15835
15836 2006-05-28  Edward Hervey  <edward@fluendo.com>
15837
15838         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15839         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15840
15841 2006-05-28  Edward Hervey  <edward@fluendo.com>
15842
15843         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15844         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15845         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15846         * ext/jpeg/gstjpegdec.h:
15847         Clip outgoing buffers according to currently configured segment.
15848
15849 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15850
15851         * ext/taglib/gstid3v2mux.cc:
15852           Handle  writing of track-count or album-volume-count without
15853           track-number or albume-volume-number (in this case the number
15854           will just be set to 0).
15855
15856         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15857           It would be nice if we actually checked the values received for
15858           track/album-volume number/count in  _check_tags(), rather than
15859           setting them again ...
15860
15861 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15862
15863         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15864           A track/volume number or count of 0 does not make sense,
15865           just ignore it along with negative numbers (a tag might
15866           only contain a track count without a track number).
15867
15868 2006-05-27  Edward Hervey  <edward@fluendo.com>
15869
15870         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15871         (gst_jpeg_dec_sink_event):
15872         Abort decompression when receiving FLUSH_STOP. This should avoid
15873         issues when interrupting decoding with flushes.
15874
15875 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15876
15877         * ext/flac/gstflac.c:
15878           Don't #include file we don't dist any longer.
15879
15880 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15881
15882         * README:
15883           Replace current README (containing the release notes from
15884           some 0.9.x version) with a proper README taken from the core.
15885
15886 2006-05-24  Wim Taymans  <wim@fluendo.com>
15887
15888         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15889         Implement EOS correctly by either posting
15890         SEGMENT_DONE or pushing an EOS message depending
15891         on the seek type. Fixes #342592
15892
15893 2006-05-24  Wim Taymans  <wim@fluendo.com>
15894
15895         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15896         * gst/law/alaw-decode.h:
15897         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15898         * gst/law/alaw-encode.h:
15899         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15900         * gst/law/mulaw-decode.h:
15901         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15902         * gst/law/mulaw-encode.h:
15903         Some cleanups in the chain functions.
15904         Remove some GStreamer 0.0.2 bits.
15905
15906 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15907
15908         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15909
15910         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15911           gst_collect_pads_stop() needs to be called before chaining up
15912           to the parent class (#342734).
15913
15914 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15915
15916         * ext/flac/Makefile.am:
15917         * ext/flac/flac_compat.h:
15918         * ext/flac/gstflac.c:
15919         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15920         * ext/flac/gstflacenc.c:
15921           Remove backwards compatibility cruft for dealing with FLAC API
15922           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15923
15924 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15925
15926         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15927         (gst_matroska_demux_push_xiph_codec_priv_data),
15928         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15929         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15930         * gst/matroska/matroska-ids.h:
15931         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15932         (gst_matroska_mux_video_pad_setcaps),
15933         (xiph3_streamheader_to_codecdata),
15934         (vorbis_streamheader_to_codecdata),
15935         (theora_streamheader_to_codecdata),
15936         (gst_matroska_mux_audio_pad_setcaps),
15937         (gst_matroska_mux_write_data):
15938           Add support for muxing/demuxing theora video (#342448; too bad
15939           none of the usual linux players can actually play this). Playback
15940           in GStreamer will require additional changes to theoradec in -base.
15941           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15942           cleanups.
15943
15944 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15945
15946         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15947         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15948           Fix crashes when the horizontal subsampling is 1.
15949           Fixes #342097.
15950
15951 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15952
15953         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15954
15955         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15956         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15957         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15958         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15959         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15960         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15961         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15962         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15963         (gst_avi_mux_change_state):
15964         * gst/avi/gstavimux.h:
15965           Some enhancements for avimux (#342526):
15966            - add odml (large file) index support
15967            - store codec init data (e.g. huffyuv)
15968            - miscellaneous other fixes/cleanups
15969
15970 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15971
15972         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15973         Don't output any tag when we encounter a negative track number - the
15974         tag type is uint, so we end up outputting huge positive numbers
15975         instead. (Fixes: #342029)
15976
15977 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15978
15979         * configure.ac:
15980           update for new GSTPB_PLUGINS_DIR
15981
15982 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15983
15984         * rtp/gst/gstrtph263pay.c:
15985         Properly set static caps for H263 at 34.
15986
15987 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15988
15989         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15990
15991         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15992           Merge event tags and tag setter tags correctly (#339918). Also,
15993           don't leak taglist in case of an error.
15994           
15995 2006-05-17  Edward Hervey  <edward@fluendo.com>
15996
15997         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15998         We can only do caps intersection if the othercaps are non-empty and not
15999         ANY. Else we return the pad template (base_caps).
16000
16001 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16002
16003         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16004           Fix crash when outputting debugging information for certain
16005           pictures (always good to use the right struct member for
16006           the number of records in an array).
16007
16008 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16009
16010         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16011
16012         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16013         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16014         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16015         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16016         (gst_ebml_read_float), (gst_ebml_read_ascii),
16017         (gst_ebml_read_binary):
16018           Don't create unnecessary sub-buffers all the time. Dramatically
16019           improves performance with multiple concurrently running
16020           matroskademux instances (#341818) (and avoids doing
16021           unnecessarily inefficient things in the general case).
16022
16023 2006-05-16  Edward Hervey  <edward@fluendo.com>
16024
16025         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16026         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16027         return value of gst_pad_push_event().
16028
16029 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16030
16031         * gst/autodetect/gstautoaudiosink.c:
16032         (gst_auto_audio_sink_find_best):
16033         * gst/autodetect/gstautovideosink.c:
16034         (gst_auto_video_sink_find_best):
16035         Make the name of the child element be based on the name of the
16036         parent, so that debug output is more useful.
16037         
16038         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16039         (parse_insert_string_field), (parse_split_strings):
16040         Rework string parsing to always walk over BOM markers in UTF16
16041         strings, using the endianness indicated by the innermost one,
16042         then trying the opposite endianness if that fails to convert
16043         to valid UTF-8. Fixes #341774
16044
16045 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16046
16047         Patch from: Matthieu <matthieu at fluendo dot com>
16048
16049         * ext/libpng/Makefile.am:
16050         Add LIBPNG_CFLAGS.
16051
16052 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16053
16054         * ext/taglib/gstid3v2mux.cc:
16055           Add support for writing images (APIC frames) into ID3v2
16056           tags (picture type always set to 'other' for now though).
16057
16058 2006-05-14  Michael Smith  <msmith@fluendo.com>
16059
16060         * gst/wavparse/gstwavparse.c:
16061           Update docs; wavparse implements push and pull modes.
16062
16063 2006-05-12  Wim Taymans  <wim@fluendo.com>
16064
16065         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16066         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16067         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16068         Ooops, bitten by the copy-and-paste design paradigm, fixes
16069         seek again.
16070
16071 2006-05-12  Wim Taymans  <wim@fluendo.com>
16072
16073         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16074         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16075         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16076         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16077         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16078         (gst_avi_demux_massage_index),
16079         (gst_avi_demux_calculate_durations_from_index),
16080         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16081         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16082         (gst_avi_demux_loop):
16083         * gst/avi/gstavidemux.h:
16084         Some cleanups, prepare to use GstSegment.
16085         Fix error in entry walking code.
16086         Fix VBR detection.
16087         Smarter timestamp calculation code.
16088         Uniform error/eos handling.
16089
16090 2006-05-12  Michael Smith  <msmith@fluendo.com>
16091
16092         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16093         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16094           Fix use of uninitialised values if we're NOT seeking in ready.
16095           Fix typos.
16096
16097 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16098
16099         * gst/wavparse/Makefile.am:
16100           Add CFLAGS and LIBS for libgstbase, fixes build on
16101           Cygwin (#341489).
16102
16103 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16104
16105         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16106           Some more debug info. No need to check whether the string
16107           returned by g_convert() is really UTF-8 - either it is or
16108           we get NULL returned.
16109
16110 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16111
16112         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16113           Fix parsing of numeric genre strings some more, by ensuring that
16114           we only try and parse strings that a) Start with '(' and b) Consist
16115           only of digits.
16116           Also, when finding an escaping '((' sequence, bust it back to '(' by
16117           swallowing the first parenthesis
16118
16119 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16120
16121         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16122         (gst_esdsink_open), (gst_esdsink_close):
16123         * ext/esd/esdsink.h:
16124           Move the esd_get_server_info() into gst_esdsink_open() and fail
16125           with a decent error message on errors.
16126
16127 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16128
16129         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16130         (gst_esdmon_channels_get_type):
16131         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16132         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16133         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16134         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16135         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16136         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16137         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16138         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16139         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16140         * gst/videomixer/videomixer.c:
16141         (gst_video_mixer_background_get_type):
16142           Const-ify GEnumValue arrays.
16143
16144 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16145
16146         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16147
16148         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16149         (gst_avi_mux_do_video_buffer):
16150           Work around gst_buffer_make_metadata_writable() bug that
16151           results in avimux marking all frames in the index as
16152           keyframes (#340859).
16153           
16154 2006-05-08  Wim Taymans  <wim@fluendo.com>
16155
16156         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16157         Make parsing of urls suck slightly less.
16158
16159 2006-05-08  Edward Hervey  <edward@fluendo.com>
16160
16161         * autogen.sh: (CONFIGURE_DEF_OPT): 
16162         libtoolize on Darwin/MacOSX is called glibtoolize.
16163
16164 2006-05-08  Wim Taymans  <wim@fluendo.com>
16165
16166         Patch by: Jens Granseuer <jensgr at gmx dot net>
16167
16168         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16169         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16170         C89 compliance fixes. Fixes #340980
16171
16172 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16173
16174         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16175         * ext/flac/gstflacdec.h:
16176           Handle segment seeks that include the end of the file as stop point
16177           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16178           message instead of an EOS event in case we're in segment seek
16179           mode (fixes #340699).
16180           
16181 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16182
16183         * ext/cairo/gsttextoverlay.c:
16184         * ext/flac/gstflacdec.c:
16185         * ext/gdk_pixbuf/pixbufscale.c:
16186         * gst/apetag/gstapedemux.c:
16187         * gst/debug/breakmydata.c:
16188         * gst/debug/testplugin.c:
16189         * gst/matroska/ebml-write.c:
16190         * gst/multipart/multipartdemux.c:
16191         * sys/osxaudio/gstosxaudiosink.c:
16192         * sys/osxaudio/gstosxaudiosrc.c:
16193         Add semicolons after GST_BOILERPLATE[_FULL] so that
16194         indent doesn't mess up following lines.
16195
16196 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16197
16198         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16199
16200         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16201           Don't leak caps when freeing the stream context (#340623).
16202
16203 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16204
16205         * configure.ac:
16206           Back to CVS
16207
16208 === release 0.10.3 ===
16209
16210 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16211
16212         * configure.ac:
16213           releasing 0.10.3, "Desplazado"
16214
16215 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         * gst/matroska/matroska-mux.c:
16218         (gst_matroska_mux_stream_is_vorbis_header),
16219         (gst_matroska_mux_write_data):
16220           Don't strcmp() NULL strings.
16221           Only start new clusters on video keyframes, not on any
16222           random audio buffer that doesn't have the DELTA_UNIT
16223           flag set (fixes 'make check' again).
16224
16225 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16228
16229         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16230         (gst_matroska_mux_stream_is_vorbis_header),
16231         (gst_matroska_mux_write_data):
16232           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16233           value and then dead-lock when muxing vorbis audio streams
16234           (the three vorbis header buffers carry no timestamp, and it
16235           would try to mux these after all video buffers). Fixes #340346.
16236
16237           Improve clustering: start a new cluster also whenever we get
16238           a keyframe.     
16239
16240 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16241
16242         * win32/common/config.h:
16243         * win32/MANIFEST
16244           add the generated file as well
16245
16246 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16247
16248         * Makefile.am:
16249         * configure.ac:
16250         * win32/common/config.h.in:
16251           add win32 stuff
16252
16253 2006-05-03  Michael Smith  <msmith@fluendo.com>
16254
16255         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16256           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16257           SUCKS.
16258
16259 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16260
16261         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16262         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16263         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16264           don't leak caps-string
16265
16266 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16267
16268         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16269         (gst_id3demux_sink_activate):
16270           Let core insert default error message for TYPE_NOT_FOUND
16271           errors, it's just as good as our own and has the added
16272           bonus of being translated.
16273
16274 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16275
16276         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16277         (gst_tag_demux_sink_event):
16278         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16279         (gst_id3demux_sink_event):
16280           Post an error message when we get an EOS event and were not
16281           able to find out the type of stream.
16282
16283         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16284         (test_taglib_id3mux_with_tags):
16285           Decrease num-buffers to 16 per iteration again, otherwise the
16286           many memcpy()s and reallocations in the test will hammer slow
16287           CPUs completely and make the test timeout.
16288
16289 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16290
16291         * configure.ac:
16292           figure out where plugins-base plugins are
16293         * tests/check/Makefile.am:
16294           use plugins-base plugins, so we have typefind functions
16295         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16296           increase num-buffers, this makes sure the test errors out instead
16297           of timing out when no typefind functions are present
16298
16299 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16300
16301         * docs/plugins/Makefile.am:
16302           also check .cc files for gtk-doc markup
16303         * configure.ac:
16304         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16305         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16306         * tests/check/Makefile.am:
16307         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16308         * ext/Makefile.am:
16309         * ext/taglib/Makefile.am:
16310         * ext/taglib/gstid3v2mux.h:
16311         * ext/taglib/gsttaglibmux.c:
16312         * ext/taglib/gsttaglibmux.h:
16313           move taglib-based id3v2muxer to -good.  Fixes #336110.
16314
16315 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16316
16317         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16318           ... and fix multichannel/WAVFORMATEX support again.
16319
16320 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16321
16322         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16323         (gst_wavparse_class_init), (gst_wavparse_dispose),
16324         (gst_wavparse_reset), (gst_wavparse_init),
16325         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16326         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16327         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16328         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16329         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16330         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16331         (gst_wavparse_stream_data), (gst_wavparse_loop),
16332         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16333         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16334         (gst_wavparse_change_state), (plugin_init):
16335         * gst/wavparse/gstwavparse.h:
16336           Add push (streaming) mode to wavparse (fixes #337625)
16337
16338 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16339
16340         * configure.ac:
16341         * tests/Makefile.am:
16342           add ximagesrc icles test
16343
16344 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16345
16346         * configure.ac:
16347         * docs/plugins/Makefile.am:
16348         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16349         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16350         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16351         (gst_cmml_enc_push_clip):
16352         * sys/Makefile.am:
16353         * sys/ximage/Makefile.am:
16354         * sys/ximage/gstximagesrc.c:
16355           Move ximagesrc plug-in to good after review.  Fixes #336756.
16356
16357 2006-04-28  Michael Smith  <msmith@fluendo.com>
16358
16359         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16360         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16361         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16362         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16363         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16364         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16365         * gst/icydemux/gsticydemux.h:
16366           Fix event handling: cache events when typefinding and forward later.
16367
16368 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16369
16370         * sys/osxaudio/gstosxaudiosink.c:
16371         (plugin_init):
16372          Register osxaudiosrc to the plugin.
16373         * sys/osxaudio/gstosxaudiosrc.c:
16374         (gst_osx_audio_src_osxelement_do_init),
16375         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16376         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16377         (gst_osx_audio_src_get_property),
16378         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16379         (gst_osx_audio_src_osxelement_init):
16380         * sys/osxaudio/gstosxaudiosrc.h:
16381           Port of osxaudiosrc to 0.10.
16382         * sys/osxaudio/Makefile.am:
16383           Add osxaudiosrc
16384
16385 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16386
16387         * sys/osxaudio/gstosxringbuffer.c:
16388         * sys/osxaudio/gstosxringbuffer.h:
16389           Forgot to commit earlier, part of the OSX audio plugin port
16390
16391 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16392
16393         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16394         (parse_split_strings):
16395           Recognise and skip any byte order marker (BOM) in
16396           UTF-16 strings.
16397
16398 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16399
16400         * docs/plugins/Makefile.am:
16401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16402         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16403         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16404         * docs/plugins/inspect/plugin-avi.xml:
16405         * gst/avi/gstavidemux.c:
16406         * gst/avi/gstavimux.c:
16407           Add docs for both avidemux and avimux.
16408
16409 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16410
16411         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16412
16413         * gst/avi/Makefile.am:
16414         * gst/avi/gstavi.c: (plugin_init):
16415         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16416         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16417         (gst_avi_mux_class_init), (gst_avi_mux_init),
16418         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16419         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16420         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16421         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16422         (gst_avi_mux_riff_get_avix_header),
16423         (gst_avi_mux_riff_get_video_header),
16424         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16425         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16426         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16427         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16428         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16429         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16430         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16431         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16432         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16433         (gst_avi_mux_change_state):
16434         * gst/avi/gstavimux.h:
16435           Port AVI muxer to GStreamer-0.10 (#332031).
16436
16437         * tests/check/Makefile.am:
16438         * tests/check/elements/avimux.c:
16439         * tests/check/elements/.cvsignore:
16440           Add unit test for AVI muxer.
16441
16442 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16443
16444         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16445         (gst_wavparse_class_init), (gst_wavparse_reset),
16446         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16447         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16448         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16449         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16450         (gst_wavparse_stream_data), (gst_wavparse_loop),
16451         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16452         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16453         (plugin_init):
16454         * gst/wavparse/gstwavparse.h:
16455           reverted patch #337625 for the price of 1 hour sleep
16456
16457 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16458
16459         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16460         (gst_wavparse_class_init), (gst_wavparse_reset),
16461         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16462         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16463         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16464         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16465         (gst_wavparse_stream_data), (gst_wavparse_loop),
16466         (gst_wavparse_chain), (plugin_init):
16467         * gst/wavparse/gstwavparse.h:
16468           correct partial implementation of push mode
16469           (from my last commit)
16470
16471 2006-04-26  Wim Taymans  <wim@fluendo.com>
16472
16473         * ext/esd/esdsink.c:
16474         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16475         it is not in esd.h
16476
16477 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16478
16479         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16480         (gst_au_parse_class_init), (gst_au_parse_init),
16481         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16482         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16483         (gst_au_parse_chain), (gst_au_parse_src_convert),
16484         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16485         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16486         (gst_au_parse_change_state):
16487         * gst/auparse/gstauparse.h:
16488           Rewrite auparse to suck a little bit less: make source pad
16489           dynamic, so decodebin/playbin work with non-raw formats
16490           like alaw/mulaw; add query function for duration/position
16491           queries; check whether we have enough data before attempting
16492           to parse the header (instead of crashing when that is not the
16493           case); work around audioconvert sucking by swapping endianness
16494           to the native endianness ourselves for float formats; send
16495           initial newsegment event. Fixes #161712.
16496
16497 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16498
16499         * sys/osxaudio/Makefile.am:
16500         * sys/osxaudio/gstosxaudioelement.c:
16501         (gst_osx_audio_element_get_type),
16502         (gst_osx_audio_element_class_init):
16503         * sys/osxaudio/gstosxaudioelement.h:
16504         * sys/osxaudio/gstosxaudiosink.c:
16505         (gst_osx_audio_sink_osxelement_do_init),
16506         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16507         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16508         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16509         (gst_osx_audio_sink_create_ringbuffer),
16510         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16511         (plugin_init):
16512         * sys/osxaudio/gstosxaudiosink.h:
16513         Port of osxaudiosink to 0.10
16514
16515 2006-04-26  Wim Taymans  <wim@fluendo.com>
16516
16517         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16518         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16519         the size of the ringbuffer. This should fix hangs with older 
16520         esd sound servers.
16521
16522 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16523
16524         * ext/aalib/gstaasink.c:
16525         * ext/annodex/gstcmmldec.c:
16526         * ext/annodex/gstcmmlenc.c:
16527         * ext/cairo/gsttextoverlay.c:
16528         * ext/cairo/gsttimeoverlay.c:
16529         * ext/cdio/gstcdiocddasrc.c:
16530         * ext/dv/gstdvdec.c:
16531         * ext/dv/gstdvdemux.c:
16532         * ext/esd/esdmon.c:
16533         * ext/esd/esdsink.c:
16534         * ext/flac/gstflacenc.c:
16535         * ext/flac/gstflactag.c:
16536         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16537         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16538         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16539         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16540         * ext/gdk_pixbuf/pixbufscale.c:
16541         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16542         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16543         * ext/jpeg/gstjpegdec.c:
16544         * ext/jpeg/gstjpegenc.c:
16545         * ext/jpeg/gstsmokedec.c:
16546         * ext/jpeg/gstsmokeenc.c:
16547         * ext/libcaca/gstcacasink.c:
16548         * ext/libmng/gstmngdec.c:
16549         * ext/libmng/gstmngenc.c:
16550         * ext/libpng/gstpngdec.c:
16551         * ext/libpng/gstpngenc.c:
16552         * ext/mikmod/gstmikmod.c:
16553         * ext/raw1394/gstdv1394src.c:
16554         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16555         * ext/shout2/gstshout2.h:
16556         * ext/speex/gstspeexdec.c:
16557         * ext/speex/gstspeexenc.c:
16558         * gst/alpha/gstalpha.c:
16559         * gst/alpha/gstalphacolor.c:
16560         * gst/apetag/gstapedemux.c:
16561         * gst/auparse/gstauparse.c:
16562         * gst/autodetect/gstautoaudiosink.c:
16563         (gst_auto_audio_sink_base_init):
16564         * gst/autodetect/gstautovideosink.c:
16565         (gst_auto_video_sink_base_init):
16566         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16567         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16568         * gst/cutter/gstcutter.c:
16569         * gst/debug/breakmydata.c:
16570         * gst/debug/efence.c:
16571         * gst/debug/gstnavigationtest.c:
16572         * gst/debug/gstnavseek.c:
16573         * gst/debug/negotiation.c:
16574         * gst/debug/progressreport.c:
16575         * gst/debug/testplugin.c:
16576         * gst/effectv/gstaging.c:
16577         * gst/effectv/gstdice.c:
16578         * gst/effectv/gstedge.c:
16579         * gst/effectv/gstquark.c:
16580         * gst/effectv/gstrev.c:
16581         * gst/effectv/gstshagadelic.c:
16582         * gst/effectv/gstvertigo.c:
16583         * gst/effectv/gstwarp.c:
16584         * gst/flx/gstflxdec.c:
16585         * gst/goom/gstgoom.c:
16586         * gst/icydemux/gsticydemux.c:
16587         * gst/id3demux/gstid3demux.c:
16588         * gst/interleave/deinterleave.c:
16589         * gst/interleave/interleave.c:
16590         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16591         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16592         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16593         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16594         * gst/level/gstlevel.c:
16595         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16596         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16597         * gst/median/gstmedian.c:
16598         * gst/monoscope/gstmonoscope.c:
16599         * gst/multipart/multipartdemux.c:
16600         * gst/multipart/multipartmux.c:
16601         * gst/oldcore/gstaggregator.c:
16602         * gst/oldcore/gstfdsink.c:
16603         * gst/oldcore/gstmd5sink.c:
16604         * gst/oldcore/gstmultifilesrc.c:
16605         * gst/oldcore/gstpipefilter.c:
16606         * gst/oldcore/gstshaper.c:
16607         * gst/oldcore/gststatistics.c:
16608         * gst/rtp/gstasteriskh263.c:
16609         * gst/rtp/gstrtpL16depay.c:
16610         * gst/rtp/gstrtpL16pay.c:
16611         * gst/rtp/gstrtpamrdepay.c:
16612         * gst/rtp/gstrtpamrpay.c:
16613         * gst/rtp/gstrtpdepay.c:
16614         * gst/rtp/gstrtpgsmpay.c:
16615         * gst/rtp/gstrtph263pay.c:
16616         * gst/rtp/gstrtph263pdepay.c:
16617         * gst/rtp/gstrtph263ppay.c:
16618         * gst/rtp/gstrtpilbcdepay.c:
16619         * gst/rtp/gstrtpmp4gpay.c:
16620         * gst/rtp/gstrtpmp4vdepay.c:
16621         * gst/rtp/gstrtpmp4vpay.c:
16622         * gst/rtp/gstrtpmpadepay.c:
16623         * gst/rtp/gstrtpmpapay.c:
16624         * gst/rtp/gstrtppcmadepay.c:
16625         * gst/rtp/gstrtppcmapay.c:
16626         * gst/rtp/gstrtppcmudepay.c:
16627         * gst/rtp/gstrtppcmupay.c:
16628         * gst/rtp/gstrtpspeexdepay.c:
16629         * gst/rtp/gstrtpspeexpay.c:
16630         * gst/rtsp/gstrtpdec.c:
16631         * gst/rtsp/gstrtspsrc.c:
16632         * gst/smpte/gstsmpte.c:
16633         * gst/udp/gstdynudpsink.c:
16634         * gst/udp/gstmultiudpsink.c:
16635         * gst/udp/gstudpsink.c:
16636         * gst/udp/gstudpsrc.c:
16637         * gst/videobox/gstvideobox.c:
16638         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16639         * gst/videofilter/gstvideobalance.c:
16640         * gst/videofilter/gstvideoflip.c:
16641         * gst/videofilter/gstvideotemplate.c:
16642         (gst_videotemplate_base_init):
16643         * gst/videomixer/videomixer.c:
16644         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16645         (gst_wavparse_class_init), (gst_wavparse_dispose),
16646         (gst_wavparse_reset), (gst_wavparse_init),
16647         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16648         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16649         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16650         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16651         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16652         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16653         (gst_wavparse_change_state):
16654         * gst/wavparse/gstwavparse.h:
16655         * sys/oss/gstossmixerelement.c:
16656         * sys/oss/gstosssink.c:
16657         * sys/oss/gstosssrc.c:
16658         * sys/osxaudio/gstosxaudioelement.c:
16659         * sys/osxaudio/gstosxaudiosink.c:
16660         * sys/osxaudio/gstosxaudiosrc.c:
16661         * sys/sunaudio/gstsunaudiomixer.c:
16662         * sys/sunaudio/gstsunaudiosink.c:
16663           Define GstElementDetails as const and also static (when defined as
16664           global)
16665
16666 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16667
16668         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16669           Source pad has fixed caps. If we don't set this, bad
16670           things happen when the window is resized.
16671
16672 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16673
16674         * gst/matroska/Makefile.am:
16675         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16676         (gst_matroska_demux_handle_src_event):
16677         * gst/matroska/matroska-ids.c:
16678         (gst_matroska_track_init_video_context),
16679         (gst_matroska_track_init_audio_context),
16680         (gst_matroska_track_init_subtitle_context),
16681         (gst_matroska_track_init_complex_context):
16682         * gst/matroska/matroska-ids.h:
16683           Handle case where the TrackType ebml chunk does not come before the
16684           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16685           events.
16686
16687 2006-04-25  Wim Taymans  <wim@fluendo.com>
16688
16689         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16690         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16691         It's codec_data, not codec_info.
16692
16693 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16694
16695         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16696
16697         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16698           Handle codec_data for VfW compatibility codec IDs (#339451)
16699
16700         * gst/matroska/matroska-mux.c:
16701         (gst_matroska_mux_video_pad_setcaps):
16702           Same here, handle codec_data and add additional caps we can handle
16703           now to the pad template (huffyuv, dv and h263 video) (#339451)
16704
16705 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16706
16707         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16708
16709         * gst/matroska/matroska-mux.c:
16710         (gst_matroska_mux_create_buffer_header),
16711         (gst_matroska_mux_write_data):
16712           Fix timestamping of B-frames, use signed integers, do
16713           some rounding (#339678).
16714
16715 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16716
16717         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16718         just make it compile with --disable-gst-debug.
16719
16720 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16721
16722         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16723         Fix a bad conversion using gst_guint64_to_gdouble.
16724         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16725         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16726         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16727     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16728         mistake.
16729
16730 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16731
16732         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16733         Use gst_guint64_to_gdouble for conversions
16734         * win32/vs6/gst_plugins_good.dsw:
16735         * win32/vs6/libgsticydemux.dsp:
16736         Add a project file for icydemux
16737
16738 2006-04-21  Wim Taymans  <wim@fluendo.com>
16739
16740         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16741
16742         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16743         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16744         When splitting audio chunks, the block alignment is not taken in
16745         consideration, so the smaller chunks could be of size which is 
16746         not a multiple of the block alignment. Fixes #336904
16747
16748 2006-04-21  Wim Taymans  <wim@fluendo.com>
16749
16750         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16751         Use scale functions
16752
16753 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16754
16755         * ext/dv/gstdv.c: (plugin_init):
16756           Fix build.
16757
16758 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16759
16760         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16761         (gst_progress_report_class_init), (gst_progress_report_init),
16762         (gst_progress_report_do_query), (gst_progress_report_report),
16763         (gst_progress_report_set_property),
16764         (gst_progress_report_get_property):
16765           Add 'format' property to force querying to a particular format.
16766
16767 2006-04-21  Andy Wingo  <wingo@pobox.com>
16768
16769         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16770         best, on big endian systems. Drop its rank in that case. OTOH on
16771         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16772
16773 2006-04-21  Michael Smith  <msmith@fluendo.com>
16774
16775         * configure.ac:
16776         * gst/icydemux/Makefile.am:
16777         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16778         (gst_icydemux_base_init), (gst_icydemux_class_init),
16779         (gst_icydemux_reset), (gst_icydemux_init),
16780         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16781         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16782         (unicodify), (gst_icydemux_unicodify),
16783         (gst_icydemux_parse_and_send_tags),
16784         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16785         (gst_icydemux_chain), (gst_icydemux_change_state),
16786         (gst_icydemux_send_tag_event), (plugin_init):
16787         * gst/icydemux/gsticydemux.h:
16788         * tests/check/Makefile.am:
16789         * tests/check/elements/icydemux.c: (typefind_succeed),
16790         (plugin_init), (icydemux_found_pad), (create_icydemux),
16791         (cleanup_icydemux), (push_data), (GST_START_TEST),
16792         (icydemux_suite), (main):
16793           Add icydemux, and tests.
16794
16795 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16796
16797         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16798           Post SEGMENT_DONE message in TIME format.
16799
16800 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16803
16804         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16805         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16806           Fix index creation when we have to scan the file to create
16807           an index. There may be other types of RIFF 'LIST' chunks than
16808           'movi' and we need to skip them properly as well or we'll end up
16809           reading garbage (#336889). Some other cosmetic changes.
16810           
16811 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16812
16813         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16814         (gst_flac_dec_handle_seek_event):
16815           Add support for segment seeks (fixes #338290). Also demote
16816           some recurring debug message from DEBUG to LOG level.
16817
16818 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16819
16820         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16821         (gst_matroskademux_do_index_seek),
16822         (gst_matroska_demux_handle_seek_event),
16823         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16824         * gst/matroska/matroska-ids.h:
16825           Set DISCONT flag on first buffer after a discontinuity.
16826           Fix newsegment events sent when seeking and honour KEY_UNIT
16827           seek flag. Create pad with bogus caps if we don't recognise
16828           the stream codec id.
16829
16830         * gst/matroska/matroska-demux.h:
16831           Fix GObject macros.
16832
16833 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16834
16835         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16836
16837         * gst/matroska/matroska-demux.c:
16838         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16839           Handle end of segment properly when set; don't dead-lock when
16840           posting start of segment message when doing a segment seek.
16841           Fixes #338810.
16842
16843 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16844
16845         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16846         (gst_matroska_demux_plugin_init):
16847           Make mpeg2 aac audio work: create artificial private codec data
16848           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16849           Also call gst_riff_init(). Partially fixes #338767.
16850
16851 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16852
16853         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16854         (gst_wavenc_class_init), (gst_wavenc_init),
16855         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16856         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16857         (gst_wavenc_chain), (gst_wavenc_change_state):
16858         * gst/wavenc/gstwavenc.h:
16859           Set caps on first outgoing buffer, so that it doesn't error out
16860           immediately with a non-negotiated error (#338716). Rewrite and
16861           clean up a bit; fix setcaps function to parse things properly;
16862           fix sink caps (8bit audio is unsigned and doesn't have depth);
16863           use boilerplate macros; remove unused properties stuff.
16864
16865 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16866
16867         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16868           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16869           handle MJPEG streams and might be autoplugged for those if the
16870           user doesn't have jpegdec installed (resulting in a cryptic error
16871           message about huffman tables). Better to disable JPEG decoding here
16872           and let the user figure out that she needs to install jpegdec.
16873
16874 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16875
16876         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16877         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16878         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16879         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16880           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16881           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16882           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16883           debug messages. Fix boilerplate macros.
16884
16885 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16886
16887         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16888         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16889           No need to special-case for Gdk-2.0 any longer, we require
16890           Gdk 2.2 or newer; minor clean-ups.
16891
16892 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16893
16894         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16895         (gst_shout2send_class_init), (gst_shout2send_init),
16896         (set_shout_metadata), (gst_shout2send_set_metadata),
16897         (gst_shout2send_event), (gst_shout2send_start),
16898         (gst_shout2send_connect), (gst_shout2send_stop),
16899         (gst_shout2send_render), (gst_shout2send_set_property),
16900         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16901         (plugin_init):
16902         * ext/shout2/gstshout2.h:
16903         * po/POTFILES.in:
16904           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16905           change function; use GST_ELEMENT_ERROR for error reporting, not
16906           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16907           will cause crashes or assertion failures; remove (unused) "sync"
16908           property, basesink already has such a property; misc. other
16909           minor fixes and cleanups.
16910
16911 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16914         * ext/esd/gstesd.c: (plugin_init):
16915         * po/POTFILES.in:
16916           Add translatable error message for when we cannot
16917           connect to the sound server, as "Cannot open resource
16918           for writing" isn't really an acceptable message to show
16919           to the user in this case.
16920
16921 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16922
16923         * sys/oss/gst-i18n-plugin.h:
16924           Remove bogus file that doesn't belong here.
16925
16926 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16927
16928         Patch by: Philippe Valembois
16929
16930         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16931         (gst_shout2send_set_metadata), (gst_shout2send_event),
16932         (gst_shout2send_render), (gst_shout2send_change_state):
16933         * ext/shout2/gstshout2.h:
16934           Handle tags being received before the connection to
16935           the server is established properly (see #338636).
16936
16937 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16938
16939         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16940           Don't crash in case the connection to the server fails:
16941           don't set pointer to NULL by assigning FALSE; error out
16942           properly by using GST_ELEMENT_ERROR and returning
16943           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16944           before resetting the pointer.
16945
16946 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16947
16948         * gst/id3demux/id3tags.c:
16949         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16950         (Fixes #338713)
16951
16952 2006-04-12  Wim Taymans  <wim@fluendo.com>
16953
16954         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16955         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16956         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16957         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16958         (gst_gdk_pixbuf_chain):
16959         Some cleanups.
16960         Added RGBA as a possible output format.
16961         Correctly free the supported mimetypes.
16962         deprecate silent arg, it's not used.
16963         Return result from _alloc_buffer to peer.
16964
16965 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16966
16967         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16968           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16969           overwriting GST_BUFFER_MALLOCDATA.
16970
16971 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16972
16973         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16974         (user_endrow_callback), (user_end_callback),
16975         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16976         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16977         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16978         * ext/libpng/gstpngdec.h:
16979           Handle more than one frame if the content is framed,
16980           like with png-in-quicktime (#331917).
16981
16982 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16983
16984         * sys/oss/Makefile.am:
16985         * sys/oss/common.h:
16986         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16987         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16988         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16989         (gst_oss_src_unprepare):
16990           - the user-visible error strings were in the wrong category
16991           - and the messages were not marked for translation
16992           - which is actually a good thing, because they were exactly
16993             the kind of message you would never want anyone to see
16994           - the macros were using variables that didn't exist in the macro
16995             arguments
16996           - and they were obviously copied from each other and then modified
16997           - so a common header makes sense
16998
16999 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17000
17001         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17002           Don't try to modify read-only data.
17003
17004         * gst/matroska/matroska-demux.c:
17005         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17006           Fix comment (won't crash any longer now).
17007
17008 2006-04-10  Michael Smith  <msmith@fluendo.com>
17009
17010         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17011           Use copies of header buffers for caps to avoid circular refcounting
17012           problems (as in theoradec, vorbisdec).
17013
17014         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17015           Fix a typo in test that meant it was testing the wrong thing.
17016
17017         * tests/check/elements/cmmlenc.c: (check_headers):
17018           Fix refcount checks now that we use buffer-copies for caps.
17019
17020 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17021
17022         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17023         (gst_matroska_demux_handle_seek_event),
17024         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17025         (gst_matroska_demux_subtitle_caps),
17026         (gst_matroska_demux_plugin_init):
17027           Use static pad templates with ANY caps for audio and video
17028           source pads and get rid of a lot of unnecessary (and partially
17029           broken) code for the template caps. Clean up caps finding
17030           functions. Fixes playback of audio files/streams that do not
17031           contain the sample rate and/or number of channels in the audio
17032           context (happens a lot with vorbis/mp3 .mka files it seems).
17033           Fixes #337183.
17034           Also add myself to copyright holders.
17035
17036 2006-04-10  Michael Smith  <msmith@fluendo.com>
17037
17038         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17039           Use g_list_delete_link () instead of g_list_remove_link () so that
17040           we free the link as well as the contained data.
17041
17042 2006-04-10  Wim Taymans  <wim@fluendo.com>
17043
17044         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17045
17046         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17047         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17048         (gst_avi_demux_stream_header):
17049         Fix some crashers with empty chunks. (Fixes #337749)
17050
17051 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17052
17053         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17054           use G_GINT64_CONSTANT for INT64 constants
17055         * gst/videofilter/gstvideobalance.c:
17056           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17057         * win32/vs6/libgstavi.dsp:
17058          add missing libraries for the link and remove avimux.c from
17059          the project as it isn't ported to 0.10 yet
17060         
17061 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17062
17063         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17064           Even better would be if we actually did the right thing
17065           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17066
17067 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17068
17069         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17070           Can't just replace 1LL with 1L here just because MSVC doesn't
17071           support it, as it might lead to incorrect results when doing the
17072           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17073           force a 64-bit constant in a way that all compilers are happy with.
17074
17075 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17076
17077         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17078         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17079         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17080         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17081         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17082         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17083         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17084         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17085         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17086         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17087         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17088         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17089         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17090         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17091         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17092         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17093         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17094         * gst/debug/efence.c: (gst_efence_class_init):
17095         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17096         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17097         * gst/goom/gstgoom.c: (gst_goom_class_init):
17098         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17099         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17100         * gst/interleave/interleave.c: (interleave_class_init):
17101         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17102         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17103         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17104         * gst/median/gstmedian.c: (gst_median_class_init):
17105         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17106         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17107         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17108         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17109         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17110         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17111         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17112         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17113         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17114         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17115         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17116         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17117         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17118         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17119         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17120         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17121         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17122         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17123         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17124         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17125         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17126         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17127         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17128         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17129         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17130         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17131         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17132         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17133         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17134         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17135         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17136         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17137         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17138         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17139         * sys/osxaudio/gstosxaudioelement.c:
17140         (gst_osxaudioelement_class_init):
17141         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17142         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17143         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17144         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17145
17146 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17147
17148         * ext/mikmod/gstmikmod.h:
17149         * gst/level/gstlevel.h:
17150         Fix more broken GObject macros
17151
17152 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17153
17154         * ext/annodex/gstcmmldec.h:
17155         * ext/annodex/gstcmmlenc.h:
17156         * ext/annodex/gstcmmltag.h:
17157         * ext/cairo/gsttextoverlay.h:
17158         * ext/ladspa/gstsignalprocessor.h:
17159         * gst/matroska/ebml-read.h:
17160         * gst/matroska/ebml-write.h:
17161         * sys/osxaudio/gstosxaudioelement.h:
17162         Fix broken GObject macros
17163
17164 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17165
17166         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17167           Don't try to seek beyond the end of the file (would
17168           occasionally display error dialogs in totem when seeking
17169           to the end) (#335869). Will still throw an error though
17170           if the file is truncated and the total_samples value in
17171           the stream header is wrong.
17172
17173 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17174
17175         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17176         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17177         (gst_flac_dec_metadata_callback):
17178         * ext/flac/gstflacdec.h:
17179           If the stream header doesn't contain the total number of samples,
17180           search for the last flac frame at the end of the file and calculate
17181           the total duration from that frame's offset (fixes #337609).
17182
17183 2006-04-07  Edward Hervey  <edward@fluendo.com>
17184
17185         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17186         Don't unref the GstPadTemplate returned by
17187         gst_element_class_get_pad_template().
17188
17189 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17190
17191         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17192
17193         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17194         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17195         * sys/sunaudio/gstsunaudiosink.h:
17196           Use spec->segsize and spec->segtotal in the prepare function
17197           to initialise the ring buffer instead of using the buffer-time
17198           property (#337421).
17199
17200 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17201
17202         * configure.ac:
17203           Bump core requirements to CVS for gst_pad_query_peer_duration()
17204           which is used by speexdec.
17205
17206 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17207
17208         * ext/speex/gstspeex.c: (plugin_init):
17209         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17210         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17211         (speex_get_sink_query_types), (speex_dec_sink_query),
17212         (speex_get_src_query_types), (speex_dec_src_query),
17213         (speex_dec_src_event), (speex_dec_sink_event),
17214         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17215         (speex_dec_chain_parse_data), (speex_dec_chain),
17216         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17217         (speex_dec_change_state):
17218         * ext/speex/gstspeexdec.h:
17219           Fix seeking and duration queries (#337033); clean up and
17220           refactor a bit.
17221
17222 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17223
17224         * ext/raw1394/gstdv1394src.c:
17225           distinguish between device not found and could not open for
17226           reading
17227
17228 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17229
17230         * Makefile.am:
17231         * configure.ac:
17232         * pkgconfig/.cvsignore:
17233         * pkgconfig/Makefile.am:
17234         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17235           add a .pc file so other modules can use good plugins in tests
17236
17237 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17238
17239         * configure.ac:
17240           clean up, use AS_VERSION and AS_NANO
17241         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17242           use PACKAGE_VERSION define
17243         * po/af.po:
17244         * po/az.po:
17245         * po/cs.po:
17246         * po/en_GB.po:
17247         * po/hu.po:
17248         * po/it.po:
17249         * po/nb.po:
17250         * po/nl.po:
17251         * po/or.po:
17252         * po/sq.po:
17253         * po/sr.po:
17254         * po/sv.po:
17255         * po/uk.po:
17256         * po/vi.po:
17257           updated
17258
17259 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17260
17261         * ext\jpeg\smokecodec.c:
17262           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17263         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17264           move first instruction after all variables declarations
17265         * gst\alpha\gstalpha.c:
17266         * gst\effectv\gstshagadelic.c:
17267         * gst\smpte\paint.c:
17268         * gst\videofilter\gstvideobalance.c:
17269           define M_PI if it's not defined (it's not defined on WIN32)
17270         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17271         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17272         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17273         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17274         (gst_matroska_demux_video_caps):
17275         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17276         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17277           use gst_guint64_to_gdouble for conversions
17278         * gst\goom\filters.c: (setPixelRGB_):
17279           fix a debug which was using undefined variable
17280         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17281         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17282           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17283         * win32/vs6:
17284           add vs6 projects files for most of plugins-good
17285         
17286 2006-03-30  j^  <j@bootlab.org>
17287
17288         * ext/aalib/gstaasink.c:
17289         * ext/annodex/gstcmmldec.c:
17290         * ext/annodex/gstcmmlenc.c:
17291         * ext/cairo/gsttextoverlay.c:
17292         * ext/cairo/gsttimeoverlay.c:
17293         * ext/cdio/gstcdiocddasrc.c:
17294         * ext/dv/gstdvdec.c:
17295         * ext/esd/esdmon.c:
17296         * ext/esd/esdsink.c:
17297         * ext/flac/gstflacdec.c:
17298         * ext/flac/gstflacenc.c:
17299         * ext/flac/gstflactag.c:
17300         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17301         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17302         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17303         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17304         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17305         * ext/gdk_pixbuf/pixbufscale.c:
17306         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17307         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17308         * ext/jpeg/gstjpegdec.c:
17309         * ext/jpeg/gstjpegenc.c:
17310         * ext/jpeg/gstsmokedec.c:
17311         * ext/jpeg/gstsmokeenc.c:
17312         * ext/libcaca/gstcacasink.c:
17313         * ext/libmng/gstmngdec.c:
17314         * ext/libmng/gstmngenc.c:
17315         * ext/libpng/gstpngdec.c:
17316         * ext/libpng/gstpngenc.c:
17317         * ext/mikmod/gstmikmod.c:
17318         * ext/raw1394/gstdv1394src.c:
17319         * ext/shout2/gstshout2.c:
17320         * ext/speex/gstspeexdec.c:
17321         * ext/speex/gstspeexenc.c:
17322         * gst/alpha/gstalpha.c:
17323         * gst/alpha/gstalphacolor.c:
17324         * gst/auparse/gstauparse.c:
17325         * gst/autodetect/gstautoaudiosink.c:
17326         (gst_auto_audio_sink_base_init):
17327         * gst/autodetect/gstautovideosink.c:
17328         (gst_auto_video_sink_base_init):
17329         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17330         * gst/cutter/gstcutter.c:
17331         * gst/debug/breakmydata.c:
17332         * gst/debug/efence.c:
17333         * gst/debug/gstnavigationtest.c:
17334         * gst/debug/negotiation.c:
17335         * gst/debug/progressreport.c:
17336         * gst/debug/testplugin.c:
17337         * gst/effectv/gstaging.c:
17338         * gst/effectv/gstdice.c:
17339         * gst/effectv/gstedge.c:
17340         * gst/effectv/gstquark.c:
17341         * gst/effectv/gstrev.c:
17342         * gst/effectv/gstvertigo.c:
17343         * gst/effectv/gstwarp.c:
17344         * gst/flx/gstflxdec.c:
17345         * gst/goom/gstgoom.c:
17346         * gst/interleave/deinterleave.c:
17347         * gst/interleave/interleave.c:
17348         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17349         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17350         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17351         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17352         * gst/level/gstlevel.c:
17353         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17354         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17355         * gst/median/gstmedian.c:
17356         * gst/monoscope/gstmonoscope.c:
17357         * gst/multipart/multipartdemux.c:
17358         * gst/multipart/multipartmux.c:
17359         * gst/oldcore/gstmd5sink.c:
17360         * gst/oldcore/gstmultifilesrc.c:
17361         * gst/oldcore/gstpipefilter.c:
17362         * gst/oldcore/gstshaper.c:
17363         * gst/oldcore/gststatistics.c:
17364         * gst/rtp/gstasteriskh263.c:
17365         * gst/rtp/gstrtpL16depay.c:
17366         * gst/rtp/gstrtpL16pay.c:
17367         * gst/rtp/gstrtpamrdepay.c:
17368         * gst/rtp/gstrtpamrpay.c:
17369         * gst/rtp/gstrtpdepay.c:
17370         * gst/rtp/gstrtpgsmpay.c:
17371         * gst/rtp/gstrtph263pay.c:
17372         * gst/rtp/gstrtph263pdepay.c:
17373         * gst/rtp/gstrtph263ppay.c:
17374         * gst/rtp/gstrtpmp4gpay.c:
17375         * gst/rtp/gstrtpmp4vdepay.c:
17376         * gst/rtp/gstrtpmp4vpay.c:
17377         * gst/rtp/gstrtpmpadepay.c:
17378         * gst/rtp/gstrtpmpapay.c:
17379         * gst/rtp/gstrtppcmadepay.c:
17380         * gst/rtp/gstrtppcmapay.c:
17381         * gst/rtp/gstrtppcmudepay.c:
17382         * gst/rtp/gstrtppcmupay.c:
17383         * gst/rtp/gstrtpspeexdepay.c:
17384         * gst/rtp/gstrtpspeexpay.c:
17385         * gst/rtsp/gstrtpdec.c:
17386         * gst/smpte/gstsmpte.c:
17387         * gst/videobox/gstvideobox.c:
17388         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17389         * gst/videofilter/gstvideobalance.c:
17390         * gst/videofilter/gstvideoflip.c:
17391         * gst/videofilter/gstvideotemplate.c:
17392         (gst_videotemplate_base_init):
17393         * gst/videomixer/videomixer.c:
17394         * gst/wavenc/gstwavenc.c:
17395         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17396          better/unified long descriptions
17397          Fixed #336602
17398          Some cleanups to auparse, don't send multiple newsegments.
17399
17400 2006-03-29  Wim Taymans  <wim@fluendo.com>
17401
17402         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17403
17404         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17405         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17406         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17407         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17408         * ext/dv/gstdvdemux.h:
17409         Seek in READY patch. Only works for pull based mode.
17410         Fixes #323880
17411
17412 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17413
17414         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17415         (gst_gdk_pixbuf_event):
17416           Fix two crashers: don't unref the same caps twice, and
17417           set pixbuf loader to NULL after freeing it.
17418
17419 2006-03-27  Wim Taymans  <wim@fluendo.com>
17420
17421         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17422         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17423         (gst_speexenc_chain):
17424         * ext/speex/gstspeexenc.h:
17425         Don't leak adapter.
17426         A push *always* takes ownership of the buffer, even on
17427         errors.
17428         Small cleanups.
17429
17430 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17431
17432         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17433           Create source pad without leaking.
17434
17435 2006-03-24  Wim Taymans  <wim@fluendo.com>
17436
17437         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17438         * ext/flac/gstflacdec.h:
17439         * ext/flac/gstflacenc.h:
17440         Spifify a bit.
17441         Fix deadly lock order error in seeking code, STREAM_LOCK
17442         cannot be taken within LOCK and the streaming variables are
17443         protected with the STREAM_LOCK anyway.
17444
17445 2006-03-24  Wim Taymans  <wim@fluendo.com>
17446
17447         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17448         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17449         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17450         this patch combines the global init_frames with the stream
17451         init_frames. Rationale being that the global delay should 
17452         be subtracted from any stream delay.
17453         Fixes #335858.
17454
17455 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17456
17457         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17458         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17459         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17460         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17461         use DEBUG_FUNCPTR for collectpads
17462
17463 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17464
17465         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17466           Don't crash when encoding images where the number of rows isn't
17467           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17468
17469 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17470
17471         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17472         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17473         * gst/interleave/interleave.c: (interleave_change_state):
17474         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17475           More state change function fixes.
17476
17477 2006-03-23  Wim Taymans  <wim@fluendo.com>
17478
17479         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17480         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17481         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17482         (gst_esdsink_delay), (gst_esdsink_reset):
17483         * ext/esd/esdsink.h:
17484         Fix esd choppy playback by configuring audiosink
17485         correctly. Fixes #325191
17486
17487 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17488
17489         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17490           Make state change function thread-safe.
17491
17492 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17493
17494         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17495         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17496           Don't try to read beyond the end of the file just because
17497           the header claims a bigger size (like with truncated files).
17498
17499 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17500
17501         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17502         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17503         (gst_wavparse_stream_data), (gst_wavparse_loop):
17504         * gst/wavparse/gstwavparse.h:
17505           Delay source pad creation until we have the first chunk of
17506           media data, so the we can examine the data and adjust the
17507           caps accordingly if required. This makes playback of .wav
17508           files with DTS-declared-as-PCM content work (#313266).
17509
17510 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17511
17512         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17513         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17514         Don't attempt typefinding on too-short buffers that have been
17515         completely trimmed away. (Fixes #330239)
17516
17517         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17518         Improve the debug output
17519
17520 2006-03-21  Wim Taymans  <wim@fluendo.com>
17521
17522         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17523         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17524         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17525         (gst_esdsink_set_property), (gst_esdsink_get_property):
17526         Some cleanups.
17527         Reset fd to -1 when we close them.
17528
17529 2006-03-21  Wim Taymans  <wim@fluendo.com>
17530
17531         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17532         the OPTIONS request result is optional so don't
17533         fail on it.
17534
17535 2006-03-21  Edward Hervey  <edward@fluendo.com>
17536
17537         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17538         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17539         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17540         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17541         (gst_wavparse_change_state):
17542         gcc 4.1 unreferenced pointer fixes.
17543
17544 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17545
17546         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17547
17548         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17549           Fix block alignment calculation. Alignment should be done before
17550           adding the byte offset where the data starts (#335231).
17551
17552 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17553
17554         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17555           Ensure that we set correct caps on buffers that are transferred
17556           direct from the input.
17557
17558 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17559
17560         * gst/goom/filters.c: (zoomFilterDestroy):
17561         * gst/goom/goom_core.c: (goom_close):
17562           Free filter data when cleaning up. (Fixes: #334995)
17563
17564 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17565
17566         * configure.ac:
17567           Don't compile udp and rtsp plugins on win32 (mingw) or other
17568           systems that don't have <sys/socket.h> for some reason (#316203).
17569
17570 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17571
17572         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17573         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17574         * ext/raw1394/gstdv1394src.h:
17575           Change bus reset handler so it reports useful information such as
17576           whether the device being used connected or disconnected
17577
17578 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17579
17580         * gst/id3demux/id3v2frames.c:
17581         (parse_relative_volume_adjustment_two):
17582           We only care about gain and peak data for the master volume.
17583
17584 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17585
17586         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17587         (parse_id_string), (parse_unique_file_identifier),
17588         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17589           Read replay gain tags (#323721).
17590
17591 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17592
17593         * configure.ac:
17594           Bump requirements to gst-plugins-base CVS because
17595           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17596
17597 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17598
17599         * rtp/gst/gstrtppcmadepay.c:
17600         Fixed one of the caps in the code from mulaw to alaw.
17601
17602 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17603
17604         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17605           Ensure that we set caps on the buffers we pass.
17606
17607         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17608         (gst_id3demux_sink_activate):
17609           Ensure that we set caps on the buffers we pass.
17610
17611           Use STREAM, TYPE_NOT_FOUND as the error class when
17612           typefinding fails.
17613
17614 2006-03-15  Edward Hervey  <edward@fluendo.com>
17615
17616         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17617         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17618         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17619         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17620         (gst_jpeg_dec_setcaps):
17621         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17622         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17623         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17624         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17625         (gst_mngdec_src_getcaps):
17626         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17627         (gst_pngdec_caps_create_and_set):
17628         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17629         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17630         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17631         * gst/alpha/gstalpha.c: (gst_alpha_init):
17632         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17633         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17634         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17635         * gst/cutter/gstcutter.c: (gst_cutter_init):
17636         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17637         (gst_efence_checkgetrange):
17638         * gst/debug/negotiation.c: (gst_negotiation_init):
17639         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17640         * gst/goom/gstgoom.c: (gst_goom_init):
17641         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17642         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17643         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17644         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17645         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17646         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17647         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17648         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17649         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17650         (gst_wavparse_create_sourcepad):
17651         Fix memleak with gst_static_pad_template_get().
17652         This uses gst_pad_new_from_static_template() instead.
17653         Fixes #333512
17654
17655 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17656
17657         * configure.ac:
17658           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17659           used by id3demux.
17660
17661         * gst/id3demux/gstid3demux.c: (plugin_init):
17662         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17663         (parse_user_text_identification_frame),
17664         (parse_unique_file_identifier):
17665           Add support for UFID and TXXX frames and extract musicbrainz tags.
17666
17667 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17668
17669         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17670           Catch short reads, like they might happen with truncated
17671           files (see #305279); remove unnecessary indentation.
17672
17673 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17674
17675         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17676           Fix DIB image inversion for pictures with a
17677           depth != 8 (#305279).
17678
17679 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17680
17681         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17682         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17683         * ext/jpeg/gstjpegdec.h:
17684           Fix durations on outgoing buffers after seeking
17685           in MJPEG files (#334083); some minor clean-ups.
17686
17687 2006-03-13  Wim Taymans  <wim@fluendo.com>
17688
17689         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17690         (gst_wavparse_change_state):
17691         Implement seek in READY (re-fixes #327658)
17692
17693 2006-03-13  Wim Taymans  <wim@fluendo.com>
17694
17695         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17696         * ext/esd/esdmon.c: (gst_esdmon_get):
17697         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17698         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17699         (gst_gdk_pixbuf_sink_getcaps):
17700         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17701         (gst_jpegenc_setcaps):
17702         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17703         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17704         (gst_smokeenc_setcaps):
17705         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17706         (gst_mngdec_src_getcaps):
17707         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17708         (gst_mngenc_chain):
17709         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17710         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17711         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17712         (speex_dec_src_event), (speex_dec_chain):
17713         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17714         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17715         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17716         (gst_negotiation_pad_link), (gst_negotiation_chain):
17717         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17718         (gst_flxdec_chain):
17719         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17720         (deinterleave_chain):
17721         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17722         * gst/median/gstmedian.c: (gst_median_link):
17723         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17724         (gst_monoscope_chain):
17725         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17726         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17727         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17728         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17729         close #333784 unref the result of gst_pad_get_parent()
17730         by: Christophe Fergeau.
17731
17732 2006-03-09  Wim Taymans  <wim@fluendo.com>
17733
17734         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17735         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17736         Handle events in push mode better, can now do non-flushing
17737         seeks in push mode as well.
17738
17739 2006-03-07  Wim Taymans  <wim@fluendo.com>
17740
17741         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17742         Applied patch from Kai Vehmanen, fixes #333624.
17743
17744 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17745
17746         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17747         Implement paletted and grayscale png files handling.
17748         (#150363).
17749
17750 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17751
17752         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17753         (gst_speexenc_chain):
17754           fix a tag list assert
17755           follow gst-plugins-base/ext/ogg/README; set OFFSET
17756           and OFFSET_END.  Muxes correctly with gst-plugins-base
17757           > 0.9.3
17758
17759 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17760
17761         * gst/id3demux/Makefile.am:
17762         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17763         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17764           Use new typefind helper functions here as well, and
17765           do typefinding in pull-mode if upstream supports that.
17766
17767 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17768
17769         * sys/sunaudio/gstsunaudiomixerctrl.c:
17770         (gst_sunaudiomixer_ctrl_get_volume),
17771         (gst_sunaudiomixer_ctrl_set_volume):
17772         * sys/sunaudio/gstsunaudiomixertrack.c:
17773         (gst_sunaudiomixer_track_new):
17774           Remove unused variables, breaks build from CVS
17775           with -Werror (#333392, patch by: Benjamin Pineau)
17776
17777 2006-03-03  Wim Taymans  <wim@fluendo.com>
17778
17779         * docs/plugins/Makefile.am:
17780         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17781         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17782         Added wavparse docs.
17783
17784         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17785         (gst_wavparse_reset), (gst_wavparse_init),
17786         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17787         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17788         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17789         (gst_wavparse_stream_data), (gst_wavparse_loop),
17790         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17791         (gst_wavparse_change_state):
17792         * gst/wavparse/gstwavparse.h:
17793         Implement seek in READY (fixes #327658)
17794         Added docs and did some cleanups.
17795
17796 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17797
17798         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17799         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17800         (gst_avi_demux_calculate_durations_from_index),
17801         (gst_avi_demux_stream_header):
17802         * gst/avi/gstavidemux.h:
17803           If we have an index, use a duration based on the index instead
17804           of blindly trusting the information in the stream headers
17805           (fixes #331817).
17806
17807 2006-03-03  Wim Taymans  <wim@fluendo.com>
17808
17809         * docs/plugins/Makefile.am:
17810         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17811         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17812         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17813         Added smoke and jpeg to the docs.
17814
17815         * ext/jpeg/Makefile.am:
17816         * ext/jpeg/gstjpeg.c: (plugin_init):
17817         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17818         * ext/jpeg/gstjpegenc.h:
17819         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17820         (gst_smokedec_chain):
17821         * ext/jpeg/gstsmokedec.h:
17822         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17823         * ext/jpeg/gstsmokeenc.h:
17824         * ext/jpeg/smokecodec.h:
17825         Port smokedec (fixes #331905).
17826         Added some docs.
17827         Some cleanups.
17828
17829 2006-03-03  Wim Taymans  <wim@fluendo.com>
17830
17831         * docs/plugins/Makefile.am:
17832         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17833         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17834         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17835         Added videobalance and videoflip to the docs.
17836
17837         * gst/videofilter/Makefile.am:
17838         * gst/videofilter/gstvideobalance.c:
17839         (gst_video_balance_update_tables_planar411),
17840         (gst_video_balance_is_passthrough),
17841         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17842         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17843         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17844         (gst_video_balance_finalize), (gst_video_balance_class_init),
17845         (gst_video_balance_init), (gst_video_balance_interface_supported),
17846         (gst_video_balance_interface_init),
17847         (gst_video_balance_colorbalance_list_channels),
17848         (gst_video_balance_colorbalance_set_value),
17849         (gst_video_balance_colorbalance_get_value),
17850         (gst_video_balance_colorbalance_init),
17851         (gst_video_balance_set_property), (gst_video_balance_get_property),
17852         (gst_video_balance_get_type), (plugin_init):
17853         * gst/videofilter/gstvideobalance.h:
17854         Ported to 0.10. (Fixes #326160)
17855         Added docs.
17856
17857         * gst/videofilter/gstvideoflip.c:
17858         * gst/videofilter/gstvideoflip.h:
17859         Added docs.
17860
17861 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17862
17863         * configure.ac:
17864           Bump requirements to current core and -base CVS
17865           (core for new typefind helper API, and -base for the
17866           WAVFORMATEX support that was added to libgstriff and
17867           is needed by wavparse).
17868         
17869         * gst/apetag/Makefile.am:
17870         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17871         (gst_tag_demux_sink_activate):
17872           Use new typefind helpers for typefinding instead of our
17873           home-grown stuff; also, do typefinding in pull-mode if
17874           upstream supports that.
17875
17876 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17877
17878         Reviewed by: Christian Schaller <christian@fluendo.com>
17879
17880         This patch fixes bug: 329107
17881
17882         This Changelog entry is for a commit done on February 17
17883
17884         * ext/gconf/gconf.c
17885         * ext/gconf/gconf.h
17886         * ext/gconf/gstgconfaudiosink.c
17887         * ext/gconf/gstgconfaudiosink.h
17888         * gconf/gstreamer.schemas.in
17889
17890 2006-02-28  Wim Taymans  <wim@fluendo.com>
17891
17892         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17893         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17894         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17895         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17896         Use DEBUG_OBJECT more.
17897
17898 2006-02-28  Wim Taymans  <wim@fluendo.com>
17899
17900         * docs/plugins/Makefile.am:
17901         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17902         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17903         Added dvdec and dvdemux to docs.
17904
17905         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17906         Added docs.
17907         Check frame sizes so we don't crash when don't have enough
17908         data.
17909         Send nice error messages on error.
17910
17911         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17912         (gst_dvdemux_class_init), (gst_dvdemux_init),
17913         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17914         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17915         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17916         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17917         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17918         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17919         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17920         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17921         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17922         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17923         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17924         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17925         * ext/dv/gstdvdemux.h:
17926         Added docs.
17927         Implement pull mode.
17928         Fix memleaks.
17929         Reduce memcpy for the video demuxing.
17930
17931 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17932
17933         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17934         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17935         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17936         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17937           Add a little extra debug. Make the decoder not return NOT_LINKED,
17938           as we want to continue decoding all CMML and emitting tags.
17939
17940 2006-02-27  Michael Smith  <msmith@fluendo.com>
17941
17942         * ext/annodex/gstskeltag.c:
17943         * ext/annodex/gstskeltag.h:
17944           Deleted; these files aren't used any more either.
17945
17946 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17947
17948         * ext/Makefile.am: Fix dist-check.
17949
17950 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17951
17952         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17953         memleak.
17954
17955 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17956
17957         * ext/annodex/Makefile.am:
17958         * ext/annodex/gstannodex.c:
17959         * ext/annodex/gstcmmldec.c:
17960         * ext/annodex/gstcmmlenc.c:
17961         * ext/annodex/gstcmmlparser.c:
17962         * ext/annodex/gstcmmlparser.h:
17963         * ext/annodex/gstcmmlutils.c:
17964         * tests/check/elements/cmmldec.c:
17965         * tests/check/elements/cmmlenc.c:
17966           Fix a memleak in gst_cmml_track_list_add_clip.
17967           Handle overflows in clip's start and end times.
17968           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17969           Do not parse junk at the end of a CMML preamble buffer.
17970           Register a libxml error handler to not print stuff on stderr.
17971           Check for bad clip start and end times in the testsuites.
17972
17973 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17974
17975         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17976         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17977         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17978         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17979         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17980         possible memleaks.
17981
17982 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17983
17984         * tests/check/Makefile.am:
17985         * tests/check/elements/cmmldec.c:
17986         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17987         the plugins-base tags.
17988
17989 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17990
17991         * ext/Makefile.am: Re-enable module.
17992
17993 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17994
17995         * tests/check/Makefile.am: Forgot to remove that test.
17996
17997 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17998
17999         * ext/annodex/Makefile.am:
18000         * ext/annodex/gstannodex.c: (plugin_init):
18001         * ext/annodex/gstcmmldec.c:
18002         * ext/annodex/gstskeldec.c:
18003         * ext/annodex/gstskeldec.h:
18004         * tests/check/Makefile.am:
18005         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18006
18007 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18008
18009         * tests/check/Makefile.am: Disable those checks as well.
18010
18011 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18012
18013         * ext/Makefile.am: Disable annodex for now until we figure out
18014         how to make it build.
18015         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18016         Add a rule to your checklist : "please try to at least build 
18017         what you are going to commit into -good, or if you are too lazy
18018         to do that, please check that the buildbots are not crying because
18019         of your commit."
18020
18021 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18022
18023         * configure.ac:
18024         * ext/Makefile.am:
18025         * ext/gdk_pixbuf/Makefile.am:
18026         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18027         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18028         * ext/gdk_pixbuf/pixbufscale.c:
18029         * ext/gdk_pixbuf/pixbufscale.h:
18030           Gdkpixbuf ported from 0.8 to 0.10 by
18031           Renato Filho <renato.filho@indt.org.br>.
18032           gst_loader and gdkpixbufanimation still need port.
18033
18034 2006-02-24  Michael Smith  <msmith@fluendo.com>
18035
18036         * configure.ac:
18037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18038         * ext/Makefile.am:
18039         * ext/annodex/Makefile.am:
18040         * ext/annodex/gstannodex.c:
18041         * ext/annodex/gstannodex.h:
18042         * ext/annodex/gstcmmldec.c:
18043         * ext/annodex/gstcmmldec.h:
18044         * ext/annodex/gstcmmlenc.c:
18045         * ext/annodex/gstcmmlenc.h:
18046         * ext/annodex/gstcmmlparser.c:
18047         * ext/annodex/gstcmmlparser.h:
18048         * ext/annodex/gstcmmltag.c:
18049         * ext/annodex/gstcmmltag.h:
18050         * ext/annodex/gstcmmlutils.c:
18051         * ext/annodex/gstcmmlutils.h:
18052         * ext/annodex/gstskeldec.c:
18053         * ext/annodex/gstskeldec.h:
18054         * ext/annodex/gstskeltag.c:
18055         * ext/annodex/gstskeltag.h:
18056         * tests/check/Makefile.am:
18057         * tests/check/elements/cmmldec.c:
18058         * tests/check/elements/cmmlenc.c:
18059         * tests/check/elements/skeldec.c:
18060           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18061           Includes tests & docs, oh my! Passes Thomas's -good checklist
18062           entirely. Wow.
18063
18064 2006-02-24  Michael Smith  <msmith@fluendo.com>
18065
18066         * autogen.sh:
18067           Check for automake 1.9 as well.
18068
18069 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18070
18071         * ext/flac/gstflacenc.c:
18072           Change min. sample rate to 8kHz to match flacdec's.
18073           
18074 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18075
18076         * ext/cdio/Makefile.am:
18077           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18078           required for Cygwin, see #317048)
18079
18080         * gst/rtp/gstasteriskh263.c:
18081           Cygwin has includes for both the unix network socket API
18082           and the windows API, but only one can be included, so fix
18083           includes to only use one or the other, prefering the unxi
18084           one (#317048).
18085
18086 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18087
18088         * rtp/gst/gstrtppcmadepay.c:
18089         * rtp/gst/gstrtppcmadepay.h:
18090         * rtp/gst/gstgstrtppcmapay.c:
18091         * rtp/gst/gstgstrtppcmapay.h:
18092         * rtp/gst/gstrtppcmudepay.c:
18093         * rtp/gst/gstrtppcmudepay.h:
18094         * rtp/gst/gstrtppcmupay.c:
18095         * rtp/gst/gstrtppcmupay.h:
18096         * rtp/gst/Makefile.am:
18097         * rtp/gst/gstrtp.c:
18098         * rtp/gst/README:
18099         Separated the G711 payloaders/depayloaders into separate elements for
18100         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18101
18102 2006-02-22  Wim Taymans  <wim@fluendo.com>
18103
18104         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18105         (gst_dvdec_change_state):
18106         * ext/dv/gstdvdec.h:
18107         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18108         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18109         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18110         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18111         (gst_dvdemux_flush), (gst_dvdemux_chain),
18112         (gst_dvdemux_change_state):
18113         * ext/dv/gstdvdemux.h:
18114         Ueber spiffify some more, added debug category.
18115         Use _scale.
18116         Use segments, respect playback rate from newsegment.
18117         Fix refcount issue.
18118
18119 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18120
18121         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18122         (gst_signal_processor_process):
18123         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18124         enabled for the build, but it helps me win the feature-count
18125         competitions ooh yeah.
18126
18127 2006-02-19  Wim Taymans  <wim@fluendo.com>
18128
18129         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18130         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18131         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18132         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18133         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18134         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18135         Use scaling code for added precission and more correct stop
18136         position in case scale==0.
18137
18138 2006-02-19  Wim Taymans  <wim@fluendo.com>
18139
18140         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18141         (gst_flxdec_chain):
18142         * gst/flx/gstflxdec.h:
18143         Implement DURATION query.
18144
18145 2006-02-19  Wim Taymans  <wim@fluendo.com>
18146
18147         * gst/flx/flx_color.h:
18148         * gst/flx/flx_fmt.h:
18149         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18150         (gst_flxdec_src_query_handler), (flx_decode_color),
18151         (gst_flxdec_chain):
18152         * gst/flx/gstflxdec.h:
18153         Set MALLOCDATA for the temp buffers so we don't leak.
18154         Some debug cleanups.
18155         Consume all data in the adapter before leaving the chain
18156         function. Fixes #330678.
18157
18158 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18159
18160         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18161         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18162          Handle 0 data size in otherwise valid frames.
18163          Handle numeric strings in 2.4.0 even when not in parentheses 
18164
18165 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18166
18167         * gst/matroska/matroska-demux.c:
18168         (gst_matroska_demux_subtitle_caps),
18169         (gst_matroska_demux_plugin_init):
18170         * gst/matroska/matroska-ids.h:
18171           Recognise SSA/ASS and USF subtitle formats and
18172           set proper caps when they are found.
18173
18174 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18175
18176         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18177         (gst_jpeg_dec_chain):
18178           Fix invalid memory access for some odd-sized images
18179           (see image contained in quicktime stream in #327083);
18180           use g_malloc() instead of g_alloca().
18181
18182 2006-02-17  Wim Taymans  <wim@fluendo.com>
18183
18184         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18185         Patch from Sebastien Cote, fixes #319884
18186
18187 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18188
18189         * ext/cdio/gstcdio.c: (plugin_init):
18190           Init debug category (#331253).
18191
18192 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18193
18194         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18195           Pass extra_data to gst_riff_create_audio_caps(), so that
18196           WAVEFORMATEX stuff works. Post audio codec name and post
18197           it as taglist on the bus. Allow up to 8 channesl for raw
18198           PCM in the source pad template caps.
18199
18200 2006-02-16  Wim Taymans  <wim@fluendo.com>
18201
18202         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18203         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18204         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18205         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18206         (gst_multipart_set_property), (gst_multipart_get_property):
18207         Applied #318663. Gives quite a few false positives in
18208         autoscan mode, but it's better than nothing. Not closing yet.
18209
18210 2006-02-16  Wim Taymans  <wim@fluendo.com>
18211
18212         * docs/plugins/Makefile.am:
18213         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18214         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18215         * docs/plugins/gst-plugins-good-plugins.args:
18216         * docs/plugins/inspect/plugin-udp.xml:
18217         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18218         (gst_udpsrc_start):
18219         Update documentation.
18220         Fix args.
18221
18222 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18223
18224         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18225         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18226         frame size. (Fixes #331368)
18227
18228 2006-02-16  Wim Taymans  <wim@fluendo.com>
18229
18230         * gst/rtsp/README:
18231         Updated README.
18232
18233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18234         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18235         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18236         * gst/rtsp/gstrtspsrc.h:
18237         Make sure the RTP port is an even port an try to allocate 
18238         another if not.
18239         Added retry property to control max retries for port allocation.
18240         Make sure RTCP port is RTP port+1.
18241         Cleanup when port allocation fails.
18242         Fixes #319183.
18243         
18244 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18245
18246         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18247           Don't ignore return value of the parent class's state
18248           change function (#331385, patch by: Wouter Paesen).
18249
18250 2006-02-15  Wim Taymans  <wim@fluendo.com>
18251
18252         * configure.ac:
18253         * docs/plugins/Makefile.am:
18254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18256         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18257         * ext/Makefile.am:
18258         * ext/hal/Makefile.am:
18259         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18260         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18261         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18262         (do_toggle_element), (gst_hal_audio_sink_set_property),
18263         (gst_hal_audio_sink_get_property),
18264         (gst_hal_audio_sink_change_state):
18265         * ext/hal/gsthalaudiosink.h:
18266         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18267         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18268         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18269         (do_toggle_element), (gst_hal_audio_src_set_property),
18270         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18271         * ext/hal/gsthalaudiosrc.h:
18272         * ext/hal/gsthalelements.c: (plugin_init):
18273         * ext/hal/gsthalelements.h:
18274         * ext/hal/hal.c: (gst_hal_get_string),
18275         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18276         (gst_hal_get_audio_src):
18277         * ext/hal/hal.h:
18278         Add HAL sound device wrapper plugins. Closes #329106
18279
18280 2006-02-15  Wim Taymans  <wim@fluendo.com>
18281
18282         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18283         Add comment in a fultile attempt to stop the copy-and-paste 
18284         paradigm leading to duplication of bad code.
18285
18286         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18287         Mime parameters have to be checked case insensitive
18288
18289 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18290
18291         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18292           Advance stream time for lagging subtitle streams by sending
18293           newsegment events with the update flag set.
18294
18295 2006-02-14  Edward Hervey  <edward@fluendo.com>
18296
18297         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18298         There can be bogus data before the hdrl LIST tag in the RIFF header.
18299         It's hard to say if it's not respecting the AVI specifications or not,
18300         but since Google Video is producing AVIs like that and the other player
18301         don't seem to complain, I guess we should do the same.
18302
18303 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18304
18305         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18306         (parse_split_strings):
18307         Add more validation to ensure that a char encoding conversion
18308         produced a valid UTF-8 string.
18309
18310 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18311
18312         Reviewed by: Edward Hervey  <edward@fluendo.com>
18313
18314         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18315         Properly handle end of segment. Closes #330885.
18316
18317 2006-02-13  Wim Taymans  <wim@fluendo.com>
18318
18319         * gst/rtp/gstrtpmp4gpay.h:
18320         For got to commit this one.
18321
18322 2006-02-12  Wim Taymans  <wim@fluendo.com>
18323
18324         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18325         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18326         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18327         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18328         * gst/rtp/gstrtpmp4gpay.h:
18329         Make more things work.
18330         Handle ACC config strings.
18331
18332 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18333
18334         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18335           set timestamps if no incoming timestamps set
18336
18337 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18338
18339         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18340         (gst_tag_demux_do_typefind):
18341           ... and fix the very same leaks in GstTagDemux.
18342
18343 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18344
18345         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18346         (gst_id3demux_do_typefind):
18347         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18348         <jonathan at kaolin dot wh9 dot net>)
18349
18350 2006-02-10  Wim Taymans  <wim@fluendo.com>
18351
18352         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18353         First set options, then set caps or else the baseclass
18354         will not know about the options, duh.
18355
18356 2006-02-10  Wim Taymans  <wim@fluendo.com>
18357
18358         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18359         (gst_rtp_mp4v_pay_setcaps):
18360         Don't waste time looking for a config string if we have codec_info
18361         on the incomming caps.
18362
18363 2006-02-10  Wim Taymans  <wim@fluendo.com>
18364
18365         * gst/rtp/README:
18366         Say something about case-sensitivity of caps vs mime-attributes.
18367
18368         * gst/rtp/Makefile.am:
18369         * gst/rtp/gstrtp.c: (plugin_init):
18370         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18371         (gst_rtp_amr_pay_handle_buffer):
18372         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18373         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18374         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18375         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18376         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18377         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18378         (gst_rtp_mp4g_pay_plugin_init):
18379         * gst/rtp/gstrtpmp4gpay.h:
18380         Added beginnings of mpeg4-generic payloader (RFC 3640)
18381
18382 2006-02-09  Wim Taymans  <wim@fluendo.com>
18383
18384         * gst/rtsp/Makefile.am:
18385         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18386         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18387         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18388         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18389         (gst_rtpdec_change_state):
18390         * gst/rtsp/gstrtpdec.h:
18391         * gst/rtsp/gstrtsp.c: (plugin_init):
18392         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18393         * gst/rtsp/rtspconnection.c: (read_body),
18394         (rtsp_connection_receive):
18395         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18396         Resurected rtpdec to make rtspsrc happy again.
18397         Skip attributes from the session id.
18398         Don't crash when dumping a message with an empty body.
18399
18400
18401 2006-02-09  Wim Taymans  <wim@fluendo.com>
18402
18403         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18404         Added more meaningfull warnings when something goes wrong.
18405         Clear F bit on outgoing AMR packets.
18406
18407         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18408         (gst_rtp_amr_pay_handle_buffer):
18409         Added debugging category
18410         Support payloading of multiple AMR frames.
18411
18412         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18413         Added some debugging.
18414
18415 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18416
18417         * configure.ac:
18418           Back to CVS
18419
18420 === release 0.10.2 ===
18421
18422 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18423
18424         * configure.ac:
18425           releasing 0.10.2, "Papa was a rolling stone"
18426
18427 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18428
18429         * configure.ac:
18430           Bump core and plugins-base requirement to 0.10.2.2
18431           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18432
18433 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18434
18435         * ext/flac/gstflac.c: (plugin_init):
18436         * ext/speex/gstspeex.c: (plugin_init):
18437           Register musicbrainz tags.
18438
18439 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18440
18441         * ext/gconf/gconf.h:
18442           Remove declaration of function that no longer exists.
18443
18444 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18445
18446         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18447         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18448         Make shout2 work for non ogg streams
18449
18450 2006-02-06  Wim Taymans  <wim@fluendo.com>
18451
18452         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18453         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18454         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18455         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18456         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18457         * gst/udp/gstmultiudpsink.h:
18458         Updated docs.
18459         Added properties bytes-served, bytes_to_serve.
18460         Post proper error messages,
18461         Emit client added signal too.
18462
18463 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18464
18465         * docs/plugins/Makefile.am:
18466         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18467         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18468         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18469         (gst_multiudpsink_get_stats):
18470           adding docs for multiudpsink
18471
18472 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18473
18474         * gst/level/gstlevel.c: (gst_level_transform_ip):
18475           peak below decay is not necessarily an error, so don't ERROR log
18476
18477 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18478
18479         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18480         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18481         (gst_ebml_write_seek):
18482         * gst/matroska/ebml-write.h:
18483           Make sure we send a newsegment event in BYTES format
18484           before sending buffers (#328531).
18485
18486 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18487
18488         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18489         (gst_dvdemux_sink_query):
18490         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18491         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18492         (speex_dec_src_query):
18493         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18494         (gst_speexenc_sink_query):
18495         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18496         * gst/matroska/matroska-demux.c:
18497         (gst_matroska_demux_get_src_query_types),
18498         (gst_matroska_demux_handle_src_query):
18499         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18500         (gst_wavparse_pad_query):
18501           Pass unhandled queries upstream instead of just dropping
18502           them (#326446). Update query type arrays here and there.
18503
18504 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18505
18506         * tests/check/elements/matroskamux.c: (setup_src_pad):
18507           Collectpads in core got changed and now also holds a
18508           reference to any pad that is part of it. Fix refcount
18509           checks in test case accordingly.
18510
18511 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18512
18513         * gst/apetag/gstapedemux.h:
18514           Fix include, for now GstTagDemux is in the apetag dir.
18515
18516 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18517
18518         * docs/plugins/Makefile.am:
18519         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18520         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18521         * docs/plugins/inspect/plugin-cdio.xml:
18522           Add cdio plugin to docs.
18523
18524         * ext/cdio/gstcdiocddasrc.c:
18525           Add gtk-doc blurb.
18526
18527         * ext/cdio/gstcdio.c:
18528           The plugin is called 'cdio' not 'cddio'.
18529
18530 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18531
18532         * configure.ac:
18533         * docs/plugins/Makefile.am:
18534         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18535         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18536         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18537         * docs/plugins/inspect/plugin-apetag.xml:
18538         * gst/apetag/Makefile.am:
18539         * gst/apetag/gstapedemux.c:
18540         * gst/apetag/gstapedemux.h:
18541         * gst/apetag/gsttagdemux.c:
18542         * gst/apetag/gsttagdemux.h:
18543           Add APE tag demuxer (#325649).
18544
18545 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18546
18547         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18548         (gst_gconf_get_default_video_sink),
18549         (gst_gconf_get_default_audio_src),
18550         (gst_gconf_get_default_video_src):
18551         * ext/gconf/gconf.h:
18552         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18553         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18554         (do_toggle_element):
18555         * ext/gconf/gstgconfaudiosink.h:
18556         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18557         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18558         (do_toggle_element):
18559         * ext/gconf/gstgconfaudiosrc.h:
18560         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18561         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18562         (do_toggle_element):
18563         * ext/gconf/gstgconfvideosink.h:
18564         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18565         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18566         (do_toggle_element):
18567         * ext/gconf/gstgconfvideosrc.h:
18568           Ignore changing the GConf key to "". Ignore GConf key updates
18569           that don't actually change the string.
18570           For now, ignore the GConf key when the state is > READY, as
18571           it breaks streaming. Sometime it will be nice to bring the
18572           new sink online even mid-stream, by sending NEWSEGMENT info
18573           and possibly prerolling.
18574           (Fixes #326736)
18575
18576 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18577
18578         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18579         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18580         (zoomFilterSetResolution), (zoomFilterDestroy),
18581         (zoomFilterFastRGB), (pointFilter):
18582         * gst/goom/filters.h:
18583         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18584         (goom_update), (goom_close):
18585         * gst/goom/goom_core.h:
18586         * gst/goom/goom_tools.h:
18587         * gst/goom/graphic.c:
18588         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18589         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18590         * gst/goom/gstgoom.h:
18591         * gst/goom/lines.c: (goom_lines):
18592         * gst/goom/lines.h:
18593           Make goom reentrant by moving all important static variables
18594           into instance structures.
18595           (Fixes #329181)
18596
18597 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18598
18599         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18600         (gst_avi_demux_all_source_pads_unlinked),
18601         (gst_avi_demux_process_next_entry):
18602         * gst/avi/gstavidemux.h:
18603           Third attempt, use gst_pad_is_linked() this time.
18604
18605 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18606
18607         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18608         (parse_split_strings):
18609         Adjust for data length indicators when parsing (Fixes #329810)
18610         Fix stupid bug parsing UTF-8 tag text.
18611         Output tag strings with multiple fields as multiple tags, so the
18612         app gets all the data.
18613
18614 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18615
18616         * ext/flac/gstflacenc.c:
18617         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18618         show me.
18619         
18620 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18621
18622         * ext/flac/gstflacenc.c:
18623         * gst/matroska/ebml-read.c:
18624         Just make it compile with --disable-gst-debug.
18625
18626 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18627
18628         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18629         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18630         (id3v2_genre_fields_to_taglist):
18631           Never output a tag with a null contents string.
18632
18633 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18634
18635         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18636           Only pause if all pads are unlinked AND we've tried to send data
18637           on all of them at least once.
18638
18639 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18640
18641         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18642         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18643           Make loop function/task pause itself when all source pads are
18644           unlinked.
18645
18646 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18647
18648         * configure.ac:
18649         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18650           Use new functions from core to render a bin from a
18651           string. Fixes build. Up requirements to core CVS.
18652
18653 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18654
18655         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18656           Don't push buffers into the adapter that we are going to
18657           push downstream again without framing anyway. Also, the
18658           adaptor takes ownership of buffers put into it (fixes
18659           auparse pushing invalid buffers for .au files with
18660           ADPCM contents). Finally, set caps on all outgoing buffers.
18661
18662 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18663
18664         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18665         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18666         (gst_id3demux_send_tag_event):
18667         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18668         Someone should kick my butt. Remove ID3v1 tags from the end of the
18669         file.
18670
18671         Improve error messages. Send the TAG message as soon as we complete
18672         typefinding, instead of waiting until we send the first buffer.
18673         Downstream tag event is still sent before the first buffer.
18674
18675 2006-01-27  Jan Gerber  <j@bootlab.org>
18676
18677         Reviewed by: Andy Wingo <wingo@pobox.com>
18678
18679         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18680         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18681         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18682         to not have warings flooding stderr. this is the suggested way
18683         also used in dvgrab and kino. (#328336)
18684
18685 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18686
18687         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18688         (gst_oss_sink_init), (gst_oss_sink_finalise):
18689           Free the device name string when finalised.
18690
18691 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18692
18693         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18694           Don't put function calls in g_return_if_fail() statements,
18695           or they'll be replaced with NOOPs if someone compiles with
18696           G_DISABLE_CHECKS defined.
18697           
18698 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18699
18700         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18701         Never trust ANY information encoded in a media file, especially
18702         when it's giving you sizes. (Fixes #328452)
18703
18704 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18705
18706         * gst/rtp/gstrtpg711pay.c:
18707         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18708         bug #325148.
18709
18710 2006-01-23  Edward Hervey  <edward@fluendo.com>
18711
18712         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18713         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18714         * gst/matroska/matroska-ids.h:
18715         Added recognition of Real Audio and Video streams in matroska demuxer.
18716
18717 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18718
18719         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18720           Remove errant break statement, and fix compilation with
18721           older GCC.
18722
18723 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18724
18725         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18726
18727         * sys/sunaudio/gstsunaudiomixerctrl.c:
18728         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18729           Export functions that are needed in other parts of the code,
18730           makes the mixer actually work; adjust magic minimum buffer-time
18731           value from 3ms to 5ms to work around stuttering during mp3
18732           playback (#327765).
18733
18734 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18735
18736         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18737
18738         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18739         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18740           Fix possible deadlock in matroska muxer (#327825).
18741
18742 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18743
18744         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18745         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18746         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18747         * gst/rtsp/sdpmessage.h:
18748         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18749         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18750           C89 fixes: declare variables at the beginning of a block and
18751           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18752           <jensgr at gmx dot net>).
18753
18754 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18755
18756         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18757         * gst/id3demux/id3tags.h:
18758         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18759         (parse_comment_frame), (parse_text_identification_frame),
18760         (id3v2_tag_to_taglist), (id3v2_are_digits),
18761         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18762         (parse_split_strings), (free_tag_strings):
18763           Rewrite parsing of text tags to handle multiple NULL terminated
18764           strings. Parse numeric genre strings and ID3v2 type
18765           "(3)(6)Alternative" style genre strings.
18766           Parse dates that are only YYYY or YYYY-mm format.
18767           (Fixes #328241 and #322154)
18768
18769 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18770
18771         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18772           Don't forget to initialize liboil, otherwise our oil functions
18773           will crash (fixes #327871; patch by: Christoph Burghardt
18774           <hawkes at web dot de>).
18775
18776 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18777
18778         * configure.ac:
18779           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18780           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18781           patch by: Brian Cameron <brian dot cameron at sun dot com>
18782
18783 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18784
18785         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18786         * ext/cdio/gstcdio.h:
18787         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18788           Fix build for libcdio versions >= 76; give slightly lower rank
18789           than cdparanoia.
18790
18791 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18792
18793         * configure.ac:
18794         * ext/Makefile.am:
18795         * ext/cdio/Makefile.am:
18796         * ext/cdio/gstcdio.c:
18797         * ext/cdio/gstcdio.h:
18798         * ext/cdio/gstcdiocddasrc.c:
18799         * ext/cdio/gstcdiocddasrc.h:
18800           Port libcdio cdda source, formerly known as cddasrc, now known as
18801           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18802           but that's not tested (fixes #317658).
18803
18804 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18805
18806         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18807           Fix conversion from TIME to BYTES format (fixes #326864;
18808           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18809
18810 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18811
18812         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18813           Fix compilation of id3demux when zlib is not present.
18814           (Fixes #326602; patch by: Sergey Scobich)
18815
18816 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18817
18818         * ext/esd/Makefile.am:
18819           Add $(ESD_CFLAGS), otherwise build will fail for folks
18820           with libesd in a non-standard prefix (#327009).
18821
18822 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18823
18824         * configure.ac:
18825           back to HEAD
18826
18827 === release 0.10.1 ===
18828
18829 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18830
18831         * configure.ac:
18832           releasing 0.10.1, "Li"
18833
18834 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18835
18836           patch by: Wim Taymans
18837
18838         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18839           fix memleak.  Fixes #326618
18840
18841 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18842
18843           patch by: Mike Smith
18844
18845         * gst/level/gstlevel.c: (gst_level_message_new),
18846         (gst_level_message_append_channel):
18847           Fix memleak.  Fixes #326612
18848
18849 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18850
18851         * configure.ac:
18852           prereleasing
18853         * po/af.po:
18854         * po/az.po:
18855         * po/cs.po:
18856         * po/en_GB.po:
18857         * po/hu.po:
18858         * po/it.po:
18859         * po/nb.po:
18860         * po/nl.po:
18861         * po/or.po:
18862         * po/sq.po:
18863         * po/sr.po:
18864         * po/sv.po:
18865         * po/uk.po:
18866         * po/vi.po:
18867           update translations
18868
18869 2006-01-10  Michael Smith  <msmith@fluendo.com>
18870
18871         * gst/level/gstlevel.c: (gst_level_class_init),
18872         (gst_level_dispose):
18873           Don't leak filter arrays.
18874
18875 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18876
18877         reviewed by: Christian Schaller <uraeus@gnome.org>
18878         
18879         * configure.ac:
18880         * gst-plugins-good.spec.in:
18881         * sys/Makefile.am:
18882         * sys/sunaudio/Makefile.am:
18883         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18884         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18885         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18886         (gst_sunaudiomixer_change_state):
18887         * sys/sunaudio/gstsunaudiomixer.h:
18888         * sys/sunaudio/gstsunaudiomixerctrl.c:
18889         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18890         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18891         (gst_sunaudiomixer_ctrl_list_tracks),
18892         (gst_sunaudiomixer_ctrl_get_volume),
18893         (gst_sunaudiomixer_ctrl_set_volume),
18894         (gst_sunaudiomixer_ctrl_set_mute),
18895         (gst_sunaudiomixer_ctrl_set_record):
18896         * sys/sunaudio/gstsunaudiomixerctrl.h:
18897         * sys/sunaudio/gstsunaudiomixertrack.c:
18898         (gst_sunaudiomixer_track_class_init),
18899         (gst_sunaudiomixer_track_init), (fill_labels),
18900         (gst_sunaudiomixer_track_new):
18901         * sys/sunaudio/gstsunaudiomixertrack.h:
18902         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18903         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18904         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18905         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18906         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18907         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18908         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18909         * sys/sunaudio/gstsunaudiosink.h:
18910
18911         Add SunAudio plugin - tested to make sure it doesn't break
18912         the build under GNU/Linux.      
18913
18914 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18915
18916         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18917         * gst-plugins-good/gst/udp/gstudpsrc.c:
18918         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18919         overrides the port or multicast parameters. Fixes bugs #323021.
18920         API addition: adds GstUDPSrc::sockfd property   
18921
18922 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18923
18924         * ext/gconf/Makefile.am:
18925         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18926         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18927         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18928         (do_toggle_element), (cb_toggle_element),
18929         (gst_gconf_audio_src_change_state):
18930         * ext/gconf/gstgconfaudiosrc.h:
18931         * ext/gconf/gstgconfelements.c: (plugin_init):
18932         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18933         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18934         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18935         (do_toggle_element), (cb_toggle_element),
18936         (gst_gconf_video_src_change_state):
18937         * ext/gconf/gstgconfvideosrc.h:
18938           Add new gconfaudiosrc and gconfvideosrc elements
18939           (needed for gnome-sound-recorder).
18940
18941 2006-01-06  Edward Hervey  <edward@fluendo.com>
18942
18943         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18944         Add gst_element_no_more_pads() for proper decodebin behaviour.
18945         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18946         (parse_text_identification_frame), (parse_split_strings):
18947         Failure to decode some tags is not a GST_ERROR() but a
18948         GST_WARNING()
18949         When iterating over a chunk of text, check that we haven't gone too
18950         far.
18951
18952 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18953
18954         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18955         (plugin_init):
18956           call oil_init() when using liboil
18957
18958 2006-01-04  Wim Taymans  <wim@fluendo.com>
18959
18960         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18961         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18962         Fix leaks.
18963
18964 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18965
18966         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18967
18968         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18969         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18970         (gst_flac_dec_change_state):
18971           Don't g_assert() where we should just return FALSE; remove
18972           unnecessary g_assert(); initialize some fields properly in
18973           state change function (fixes #325504). Also, use
18974           GST_DEBUG_OBJECT in two more places.
18975
18976 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18977
18978         * configure.ac:
18979           also remove smoothwave's Makefile.am
18980         * docs/plugins/Makefile.am:
18981           fix plugin docs
18982
18983 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18984
18985         * tests/examples/Makefile.am:
18986           added missing Makefile.am
18987
18988 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18989
18990         * configure.ac:
18991         * gst/level/Makefile.am:
18992         * gst/level/level-example.c:
18993         * tests/Makefile.am:
18994         * tests/examples/level/Makefile.am:
18995         * tests/examples/level/level-example.c: (message_handler), (main):
18996           moved level-example to tests/examples/level-example
18997         * tests/old/examples/level/demo.c: (main):
18998         * tests/old/examples/level/plot.c: (main):
18999           some initial fixes
19000
19001 2005-12-29  Michael Smith  <msmith@fluendo.com>
19002
19003         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19004         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19005         * gst/udp/gstmultiudpsink.h:
19006           Track packets sent per client in addition to bytes sent; provide
19007           this info through get-stats signal
19008
19009 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19010
19011         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19012           Can't use gst_object_unref() on a GstAdapter (#325191).
19013
19014 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19015
19016         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19017         If a broken tag has 0 bytes payload, at least still skip
19018         the 10 byte header
19019
19020 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19021
19022         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19023         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19024         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19025         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19026           Making these depayloaders (H263+ and mpeg4 video) inherit from
19027           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19028
19029 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19030
19031         * docs/plugins/gst-plugins-good-plugins.args:
19032         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19033         Regenerate the plugin hiearchy.
19034
19035 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19036
19037         * docs/plugins/Makefile.am:
19038         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19039         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19040         * docs/plugins/gst-plugins-good-plugins.args:
19041         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19042         (gst_id3demux_base_init), (gst_id3demux_class_init),
19043         (gst_id3demux_chain):
19044         * gst/id3demux/gstid3demux.h:
19045           Add documentation for id3demux.
19046           Don't fail if the first buffer is not at offset 0, just
19047           attempt to typefind and do pass through
19048           Rename the gst_type function from gst_gst_id3demux..
19049
19050 2005-12-20  Michael Smith  <msmith@fluendo.com>
19051
19052         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19053         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19054         (gst_multiudpsink_get_stats):
19055         * gst/udp/gstmultiudpsink.h:
19056           Collect statistics; return them from get_stats.
19057
19058 2005-12-19  Edward Hervey  <edward@fluendo.com>
19059
19060         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19061         Stupid signedness issue...
19062
19063 2005-12-19  Edward Hervey  <edward@fluendo.com>
19064
19065         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19066         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19067         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19068         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19069         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19070         Construct index for indexless files.
19071         Make sure pad/buffers are correctly reset to NULL once we don't need
19072         them anymore, else we get lovely segfaults/assertions.
19073         * gst/wavparse/gstwavparse.c:
19074         Yes, you can have 96KHz audio and wma in wav :(
19075
19076 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19077
19078         * configure.ac:
19079           Check for optional dependency on zlib for id3demux
19080
19081         * gst/id3demux/Makefile.am:
19082         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19083         (gst_id3demux_base_init), (gst_id3demux_class_init),
19084         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19085         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19086         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19087         (gst_id3demux_set_property), (gst_id3demux_get_property),
19088         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19089         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19090         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19091         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19092         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19093         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19094         (simple_find_peek), (simple_find_suggest),
19095         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19096         (plugin_init):
19097         * gst/id3demux/gstid3demux.h:
19098         * gst/id3demux/id3tags.c: (read_synch_uint),
19099         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19100         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19101         (id3demux_id3v2_frames_to_tag_list):
19102         * gst/id3demux/id3tags.h:
19103         * gst/id3demux/id3v2.4.0-frames.txt:
19104         * gst/id3demux/id3v2.4.0-structure.txt:
19105         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19106         (parse_comment_frame), (parse_text_identification_frame),
19107         (id3v2_tag_to_taglist), (parse_split_strings):
19108           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19109           otherwise it discards them. Works on my test files. 
19110
19111         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19112           Don't send EOS to a non-existing srcpad
19113           The debug category can be static
19114
19115 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19116
19117         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19118         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19119         * gst/multipart/multipartdemux.c:
19120           change some char* into char[]
19121
19122 2005-12-16  Wim Taymans  <wim@fluendo.com>
19123
19124         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19125         (gst_wavparse_other), (gst_wavparse_perform_seek),
19126         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19127         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19128         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19129         * gst/wavparse/gstwavparse.h:
19130         Use GstSegment to implement more seeking features.
19131
19132 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19133
19134         * gst/rtsp/rtspconnection.c:
19135           Add <netinet/in.h> include and move <arpa/inet.h> include
19136           to make things work on OpenBSD as well (fixes #323717;
19137           patch by: Benjamin Pineau)
19138
19139 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19140
19141         * gst/rtp/gstrtpspeexdepay.c:
19142         * gst/rtp/gstrtpspeexpay.c:
19143         Set clock rate to be fixed in 8000. It fixes bug #324012.
19144
19145 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19146
19147         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19148         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19149         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19150         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19151         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19152         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19153         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19154         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19155         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19156         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19157         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19158         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19159         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19160         * gst-plugins-good/gst/rtp/README:
19161         Fixed payload range in payloder caps. Removed payload range completely
19162         from depayloaders as they don't require payload type in their caps.
19163         In effect, there isn't any specific payload type for any given codec,
19164         only suggestions.
19165         Fixes bug #324011.
19166
19167 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19168
19169         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19170         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19171         (gst_videomixer_collected): Code cleanup and re-enabling 
19172         queued time validity check for correct EOS handling.
19173
19174 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19175
19176         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19177         (gst_oss_mixer_element_get_property),
19178         (gst_oss_mixer_element_change_state):
19179         Add 'device-name' property and fix state change function.
19180
19181 2005-12-13  Edward Hervey  <edward@fluendo.com>
19182
19183         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19184         If the speed of the file is null in the header, set the frame_time to
19185         the default setting of GST_SECOND / 70. Which is the default
19186         frame_delay for .fli files as stated in this document :
19187         http://www.compuphase.com/flic.htm
19188         Would be nice to have the time conversion done properly too (duration =
19189         flxh->frames * flxdec->frame_time)
19190
19191 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19192
19193         * docs/plugins/Makefile.am:
19194         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19195         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19196         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19197         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19198         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19199         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19200         documentation for videomixer on my way with a funny sample
19201         pipeline.
19202
19203 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19204
19205         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19206         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19207         (gst_videomixer_update_queues), (gst_videomixer_collected):
19208         Fix caps negotiation. (#323896)
19209
19210 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19211
19212         * gst/matroska/matroska-demux.c:
19213         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19214           Set correct timestamps on audio laces, fixes playback of mp3 from
19215                 matroska.
19216
19217 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19218
19219         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19220         (gst_au_parse_class_init), (gst_au_parse_init),
19221         (gst_au_parse_dispose), (gst_au_parse_chain),
19222         (gst_au_parse_change_state), (plugin_init):
19223         * gst/auparse/gstauparse.h:
19224           Use gst_object_unref() for GstObjects instead of
19225           g_object_unref() and fix a mem leak in a debug
19226           statement; while we're at it, also borgify, use
19227           boilerplate macros and clean up a little bit.
19228
19229 2005-12-11  Edward Hervey  <edward@fluendo.com>
19230
19231         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19232         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19233         Added pull mode.
19234
19235 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19236
19237         * gst/goom/gstgoom.c:
19238         * gst/level/level-example.c: (main):
19239         * gst/smoothwave/demo-osssrc.c: (main):
19240           Use audiotestsrc instead of sinesrc (#323798).
19241
19242 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19243
19244         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19245           more debug-func-ptr usage
19246
19247 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19248
19249         * gst/flx/flx_color.c: (flx_colorspace_convert):
19250         * gst/flx/flx_color.h:
19251         * gst/flx/flx_fmt.h:
19252         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19253         * gst/flx/gstflxdec.h:
19254           Now flxdec works on big-endian machines as well.
19255
19256 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19257
19258         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19259         (gst_fenced_buffer_copy):
19260           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19261           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19262           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19263           and use GST_DEBUG_FUNCPTR for pad functions.
19264
19265 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19266
19267         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19268         (gst_flac_dec_class_init), (gst_flac_dec_init),
19269         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19270         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19271         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19272         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19273         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19274         (gst_flac_dec_change_state):
19275         * ext/flac/gstflacdec.h:
19276           Rewrite flacdec a bit, so that even seeking might work now. Most
19277           importantly, don't act upon any flow return values we get, just tell
19278           the decoder everything's dandy and act on the flow return values
19279           later on in the loop function. We don't want to mess up the internal
19280           decoder state for non-fatal things like flushing pads etc. Other
19281           than that, use GstSegment (segment seeks don't work yet though, but
19282           should be easy to add), use boilerplate macros, drop the superfluous
19283           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19284           lots of other things.
19285
19286 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19287
19288         * configure.ac:
19289           Update comment in OSS includes check.
19290
19291         * sys/oss/gstossdmabuffer.c:
19292         * sys/oss/gstosshelper.c:
19293         * sys/oss/gstossmixer.c:
19294         * sys/oss/gstossmixertrack.c:
19295         * sys/oss/gstosssink.c:
19296         * sys/oss/gstosssrc.c:
19297         * sys/oss/oss_probe.c:
19298           Don't assume the OSS soundcard.h include is always in
19299           the sys/ directory. Instead, use the existing defines
19300           from config.h to include the right file. Fixes
19301           compilation on OpenBSD 3.8 (#323718).
19302
19303 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19304
19305         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19306         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19307         * docs/plugins/inspect/plugin-1394.xml:
19308         * docs/plugins/inspect/plugin-aasink.xml:
19309         * docs/plugins/inspect/plugin-alaw.xml:
19310         * docs/plugins/inspect/plugin-alpha.xml:
19311         * docs/plugins/inspect/plugin-alphacolor.xml:
19312         * docs/plugins/inspect/plugin-auparse.xml:
19313         * docs/plugins/inspect/plugin-autodetect.xml:
19314         * docs/plugins/inspect/plugin-avi.xml:
19315         * docs/plugins/inspect/plugin-cacasink.xml:
19316         * docs/plugins/inspect/plugin-cairo.xml:
19317         * docs/plugins/inspect/plugin-cutter.xml:
19318         * docs/plugins/inspect/plugin-debug.xml:
19319         * docs/plugins/inspect/plugin-dv.xml:
19320         * docs/plugins/inspect/plugin-efence.xml:
19321         * docs/plugins/inspect/plugin-effectv.xml:
19322         * docs/plugins/inspect/plugin-esdsink.xml:
19323         * docs/plugins/inspect/plugin-flac.xml:
19324         * docs/plugins/inspect/plugin-flxdec.xml:
19325         * docs/plugins/inspect/plugin-gconfelements.xml:
19326         * docs/plugins/inspect/plugin-goom.xml:
19327         * docs/plugins/inspect/plugin-jpeg.xml:
19328         * docs/plugins/inspect/plugin-level.xml:
19329         * docs/plugins/inspect/plugin-matroska.xml:
19330         * docs/plugins/inspect/plugin-mulaw.xml:
19331         * docs/plugins/inspect/plugin-multipart.xml:
19332         * docs/plugins/inspect/plugin-navigationtest.xml:
19333         * docs/plugins/inspect/plugin-ossaudio.xml:
19334         * docs/plugins/inspect/plugin-png.xml:
19335         * docs/plugins/inspect/plugin-rtp.xml:
19336         * docs/plugins/inspect/plugin-rtsp.xml:
19337         * docs/plugins/inspect/plugin-shout2send.xml:
19338         * docs/plugins/inspect/plugin-smpte.xml:
19339         * docs/plugins/inspect/plugin-speex.xml:
19340         * docs/plugins/inspect/plugin-udp.xml:
19341         * docs/plugins/inspect/plugin-videobox.xml:
19342         * docs/plugins/inspect/plugin-videoflip.xml:
19343         * docs/plugins/inspect/plugin-videomixer.xml:
19344         * docs/plugins/inspect/plugin-wavenc.xml:
19345         * docs/plugins/inspect/plugin-wavparse.xml:
19346         * ext/flac/gstflac.c: (plugin_init):
19347         * ext/flac/gstflacdec.c: (flacdec_get_type),
19348         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19349         (gst_flac_dec_init), (gst_flac_dec_finalize),
19350         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19351         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19352         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19353         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19354         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19355         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19356         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19357         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19358         * ext/flac/gstflacdec.h:
19359         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19360         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19361         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19362         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19363         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19364         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19365         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19366         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19367         (gst_flac_enc_change_state):
19368         * ext/flac/gstflacenc.h:
19369           borgify and fix up documentation
19370
19371 2005-12-09  Michael Smith  <msmith@fluendo.com>
19372
19373         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19374           Accept a wider range of flac files, more closely matching flac spec.
19375
19376 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19377
19378         * docs/plugins/Makefile.am: Add multipart elements.
19379         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19380         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19381         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19382         * gst/multipart/multipartdemux.c:
19383         * gst/multipart/multipartmux.c: Add docs.
19384
19385 2005-12-07  Edward Hervey  <edward@fluendo.com>
19386
19387         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19388         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19389         (gst_avi_demux_invert):
19390         Memleak and crasher fixes.
19391         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19392         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19393         Memleak fixes
19394
19395 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19396
19397         * ext/aalib/gstaasink.h:
19398         * ext/cairo/gsttextoverlay.h:
19399         * ext/dv/gstdvdec.h:
19400         * ext/dv/gstdvdemux.c:
19401         * ext/dv/gstdvdemux.h:
19402         * ext/esd/esdsink.h:
19403         * ext/flac/flac_compat.h:
19404         * ext/flac/gstflacdec.h:
19405         * ext/flac/gstflacenc.h:
19406         * ext/gconf/gconf.h:
19407         * ext/gconf/gstgconfaudiosink.h:
19408         * ext/gconf/gstgconfvideosink.h:
19409         * ext/gdk_pixbuf/gstgdkanimation.h:
19410         * ext/jpeg/gstjpegdec.h:
19411         * ext/jpeg/smokecodec.h:
19412         * ext/jpeg/smokeformat.h:
19413         * ext/ladspa/gstsignalprocessor.h:
19414         * ext/ladspa/search.c: (LADSPAPluginSearch):
19415         * ext/ladspa/utils.h:
19416         * ext/libmng/gstmng.c:
19417         * ext/libmng/gstmngdec.h:
19418         * ext/libmng/gstmngenc.c:
19419         * ext/libmng/gstmngenc.h:
19420         * ext/libpng/gstpng.c:
19421         * ext/libpng/gstpngenc.c:
19422         * ext/libpng/gstpngenc.h:
19423         * ext/shout2/gstshout2.h:
19424         * ext/speex/gstspeexdec.h:
19425         * ext/speex/gstspeexenc.c:
19426         * ext/speex/gstspeexenc.h:
19427         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19428         * gst/autodetect/gstautoaudiosink.h:
19429         * gst/autodetect/gstautovideosink.h:
19430         * gst/avi/gstavidemux.h:
19431         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19432         (gst_cutter_set_property), (gst_cutter_get_caps):
19433         * gst/cutter/gstcutter.h:
19434         * gst/debug/tests.c: (md5_process_block):
19435         * gst/debug/tests.h:
19436         * gst/effectv/gstwarp.c:
19437         * gst/flx/flx_fmt.h:
19438         * gst/flx/gstflxdec.h:
19439         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19440         (zoomFilterFastRGB):
19441         * gst/goom/filters.h:
19442         * gst/goom/goom_tools.h:
19443         * gst/law/alaw-encode.c:
19444         * gst/level/gstlevel.c:
19445         * gst/level/gstlevel.h:
19446         * gst/matroska/ebml-write.h:
19447         * gst/matroska/matroska-demux.h:
19448         * gst/matroska/matroska-ids.h:
19449         * gst/matroska/matroska-mux.h:
19450         * gst/monoscope/convolve.c: (convolve_match):
19451         * gst/monoscope/convolve.h:
19452         * gst/multipart/multipartmux.c:
19453         * gst/oldcore/gstaggregator.c:
19454         * gst/oldcore/gstaggregator.h:
19455         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19456         * gst/oldcore/gstmd5sink.h:
19457         * gst/oldcore/gstmultifilesrc.c:
19458         * gst/oldcore/gstmultifilesrc.h:
19459         * gst/oldcore/gstpipefilter.h:
19460         * gst/oldcore/gstshaper.h:
19461         * gst/rtp/gstrtpL16depay.h:
19462         * gst/rtp/gstrtpL16pay.h:
19463         * gst/rtp/gstrtpdepay.h:
19464         * gst/rtp/gstrtpmp4vpay.c:
19465         * gst/rtp/gstrtpmp4vpay.h:
19466         * gst/rtsp/gstrtspsrc.c:
19467         * gst/rtsp/gstrtspsrc.h:
19468         * gst/rtsp/rtspconnection.h:
19469         * gst/rtsp/rtspdefs.h:
19470         * gst/rtsp/rtspmessage.h:
19471         * gst/rtsp/rtsptransport.h:
19472         * gst/rtsp/rtspurl.c:
19473         * gst/rtsp/rtspurl.h:
19474         * gst/rtsp/sdpmessage.c:
19475         * gst/rtsp/sdpmessage.h:
19476         * gst/smpte/barboxwipes.c:
19477         * gst/smpte/gstmask.h:
19478         * gst/smpte/gstsmpte.h:
19479         * gst/smpte/paint.c:
19480         * gst/smpte/paint.h:
19481         * gst/udp/gstdynudpsink.h:
19482         * gst/udp/gstmultiudpsink.h:
19483         * gst/udp/gstudpsink.c:
19484         * gst/udp/gstudpsink.h:
19485         * gst/udp/gstudpsrc.c:
19486         * gst/videomixer/videomixer.c:
19487         * gst/wavenc/riff.h:
19488         * gst/wavparse/gstwavparse.h:
19489         * sys/oss/gstossdmabuffer.h:
19490         * sys/oss/gstossmixer.h:
19491         * sys/oss/gstossmixerelement.h:
19492         * sys/oss/gstossmixertrack.h:
19493         * sys/oss/gstosssink.c:
19494         * sys/oss/gstosssink.h:
19495         * sys/oss/gstosssrc.c:
19496         * sys/oss/gstosssrc.h:
19497         * sys/osxaudio/gstosxaudioelement.h:
19498         * sys/osxaudio/gstosxaudiosink.h:
19499         * sys/osxaudio/gstosxaudiosrc.h:
19500           expand tabs
19501
19502 === release 0.10.0 ===
19503
19504 2005-12-05   <thomas (at) apestaart (dot) org>
19505
19506         * configure.ac:
19507           releasing 0.10.0, "Abondance"
19508
19509 2005-12-05  Andy Wingo  <wingo@pobox.com>
19510
19511         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19512         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19513         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19514         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19515         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19516         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19517         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19518         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19519         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19520         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19521         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19522         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19523         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19524         * gst/goom/gstgoom.c: (gst_goom_chain):
19525         * gst/matroska/matroska-demux.c:
19526         (gst_matroska_demux_push_vorbis_codec_priv_data),
19527         (gst_matroska_demux_add_wvpk_header):
19528         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19529         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19530         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19531         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19532         alloc_buffer changes.
19533
19534 2005-12-05  Michael Smith  <msmith@fluendo.com>
19535
19536         * docs/plugins/gst-plugins-good-plugins.args:
19537           Remove args for plugins that aren't in -good.
19538
19539 === release 0.9.7 ===
19540
19541 2005-12-01   <thomas (at) apestaart (dot) org>
19542
19543         * configure.ac:
19544           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19545
19546 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19547
19548         * docs/plugins/.cvsignore:
19549         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19550         * docs/plugins/inspect/plugin-multipart.xml:
19551         * docs/plugins/inspect/plugin-rtp.xml:
19552           add multipart plugin to docs
19553
19554 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19555
19556         * configure.ac:
19557         * ext/Makefile.am:
19558         * ext/pango/Makefile.am:
19559         * ext/pango/gstclockoverlay.c:
19560         * ext/pango/gstclockoverlay.h:
19561         * ext/pango/gsttextoverlay.c:
19562         * ext/pango/gsttextoverlay.h:
19563         * ext/pango/gsttextrender.c:
19564         * ext/pango/gsttextrender.h:
19565         * ext/pango/gsttimeoverlay.c:
19566         * ext/pango/gsttimeoverlay.h:
19567           move pango to base
19568
19569 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19570
19571         * gst/rtp/Makefile.am:
19572         * gst/rtp/gstrtpL16depay.c:
19573         * gst/rtp/gstrtpL16depay.h:
19574         * gst/rtp/gstrtpL16parse.c:
19575         * gst/rtp/gstrtpL16parse.h:
19576         * gst/rtp/gstrtpgsmdepay.c:
19577         * gst/rtp/gstrtpgsmdepay.h:
19578         * gst/rtp/gstrtpgsmparse.c:
19579         * gst/rtp/gstrtpgsmparse.h:
19580           parsers are depayers
19581
19582 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19583
19584         * gst/rtp/Makefile.am:
19585         * gst/rtp/gstasteriskh263.c:
19586         * gst/rtp/gstrtp.c:
19587         * gst/rtp/gstrtpL16enc.c:
19588         * gst/rtp/gstrtpL16enc.h:
19589         * gst/rtp/gstrtpL16parse.c:
19590         * gst/rtp/gstrtpL16parse.h:
19591         * gst/rtp/gstrtpL16pay.c:
19592         * gst/rtp/gstrtpL16pay.h:
19593         * gst/rtp/gstrtpamrdec.c:
19594         * gst/rtp/gstrtpamrdec.h:
19595         * gst/rtp/gstrtpamrdepay.c:
19596         * gst/rtp/gstrtpamrdepay.h:
19597         * gst/rtp/gstrtpamrenc.c:
19598         * gst/rtp/gstrtpamrenc.h:
19599         * gst/rtp/gstrtpamrpay.c:
19600         * gst/rtp/gstrtpamrpay.h:
19601         * gst/rtp/gstrtpdec.c:
19602         * gst/rtp/gstrtpdec.h:
19603         * gst/rtp/gstrtpdepay.c:
19604         * gst/rtp/gstrtpdepay.h:
19605         * gst/rtp/gstrtpg711dec.c:
19606         * gst/rtp/gstrtpg711dec.h:
19607         * gst/rtp/gstrtpg711depay.c:
19608         * gst/rtp/gstrtpg711depay.h:
19609         * gst/rtp/gstrtpg711enc.c:
19610         * gst/rtp/gstrtpg711enc.h:
19611         * gst/rtp/gstrtpg711pay.c:
19612         * gst/rtp/gstrtpg711pay.h:
19613         * gst/rtp/gstrtpgsmenc.c:
19614         * gst/rtp/gstrtpgsmenc.h:
19615         * gst/rtp/gstrtpgsmparse.c:
19616         * gst/rtp/gstrtpgsmparse.h:
19617         * gst/rtp/gstrtpgsmpay.c:
19618         * gst/rtp/gstrtpgsmpay.h:
19619         * gst/rtp/gstrtph263enc.c:
19620         * gst/rtp/gstrtph263enc.h:
19621         * gst/rtp/gstrtph263pay.c:
19622         * gst/rtp/gstrtph263pay.h:
19623         * gst/rtp/gstrtph263pdec.c:
19624         * gst/rtp/gstrtph263pdec.h:
19625         * gst/rtp/gstrtph263pdepay.c:
19626         * gst/rtp/gstrtph263pdepay.h:
19627         * gst/rtp/gstrtph263penc.c:
19628         * gst/rtp/gstrtph263penc.h:
19629         * gst/rtp/gstrtph263ppay.c:
19630         * gst/rtp/gstrtph263ppay.h:
19631         * gst/rtp/gstrtpmp4vdec.c:
19632         * gst/rtp/gstrtpmp4vdec.h:
19633         * gst/rtp/gstrtpmp4vdepay.c:
19634         * gst/rtp/gstrtpmp4vdepay.h:
19635         * gst/rtp/gstrtpmp4venc.c:
19636         * gst/rtp/gstrtpmp4venc.h:
19637         * gst/rtp/gstrtpmp4vpay.c:
19638         * gst/rtp/gstrtpmp4vpay.h:
19639         * gst/rtp/gstrtpmpadec.c:
19640         * gst/rtp/gstrtpmpadec.h:
19641         * gst/rtp/gstrtpmpadepay.c:
19642         * gst/rtp/gstrtpmpadepay.h:
19643         * gst/rtp/gstrtpmpaenc.c:
19644         * gst/rtp/gstrtpmpaenc.h:
19645         * gst/rtp/gstrtpmpapay.c:
19646         * gst/rtp/gstrtpmpapay.h:
19647         * gst/rtp/gstrtpspeexdec.c:
19648         * gst/rtp/gstrtpspeexdec.h:
19649         * gst/rtp/gstrtpspeexdepay.c:
19650         * gst/rtp/gstrtpspeexdepay.h:
19651         * gst/rtp/gstrtpspeexenc.c:
19652         * gst/rtp/gstrtpspeexenc.h:
19653         * gst/rtp/gstrtpspeexpay.c:
19654         * gst/rtp/gstrtpspeexpay.h:
19655           Do burger's rename for rtp payloaders and depayloaders
19656
19657 2005-11-30  Wim Taymans  <wim@fluendo.com>
19658
19659         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19660         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19661         * ext/dv/gstdvdemux.h:
19662         Fix seeking in dvdemux again, add some more debug info.
19663
19664 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19665
19666         * configure.ac:
19667           fix tests
19668
19669 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19670
19671         * PORTED_09:
19672         * docs/random/PORTED_09:
19673           move
19674         * tests/Makefile.am:
19675           add
19676         * win32/gst.sln:
19677           remove
19678
19679 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19680
19681         * Makefile.am:
19682         * check/.cvsignore:
19683         * check/Makefile.am:
19684         * check/elements/.cvsignore:
19685         * check/elements/level.c:
19686         * check/elements/matroskamux.c:
19687         * configure.ac:
19688         * examples/Makefile.am:
19689         * examples/capsfilter/Makefile.am:
19690         * examples/capsfilter/capsfilter1.c:
19691         * examples/gob/Makefile.am:
19692         * examples/gob/gst-identity2.gob:
19693         * examples/gstplay/.cvsignore:
19694         * examples/gstplay/Makefile.am:
19695         * examples/gstplay/player.c:
19696         * examples/indexing/.cvsignore:
19697         * examples/indexing/Makefile.am:
19698         * examples/indexing/indexmpeg.c:
19699         * examples/level/Makefile.am:
19700         * examples/level/README:
19701         * examples/level/demo.c:
19702         * examples/level/plot.c:
19703         * examples/stats/Makefile.am:
19704         * examples/stats/mp2ogg.c:
19705         * examples/switch/.cvsignore:
19706         * examples/switch/Makefile.am:
19707         * examples/switch/switcher.c:
19708           move under tests/
19709
19710 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19711
19712         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19713         (gst_text_render_class_init), (resize_bitmap),
19714         (gst_text_render_render_text), (gst_text_render_setcaps),
19715         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19716         (gst_text_render_chain), (gst_text_render_finalize),
19717         (gst_text_render_init), (gst_text_render_set_property):
19718         * ext/pango/gsttextrender.h:
19719           Add missing files.
19720
19721 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19722
19723         * configure.ac:
19724         * ext/Makefile.am:
19725         * ext/pango/Makefile.am:
19726         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19727         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19728         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19729         * ext/pango/gstclockoverlay.h:
19730         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19731         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19732         (gst_text_overlay_finalize), (gst_text_overlay_init),
19733         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19734         (gst_text_overlay_text_pad_linked),
19735         (gst_text_overlay_text_pad_unlinked),
19736         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19737         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19738         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19739         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19740         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19741         (gst_text_overlay_change_state), (plugin_init):
19742         * ext/pango/gsttextoverlay.h:
19743         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19744         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19745         (gst_time_overlay_class_init), (gst_time_overlay_init):
19746         * ext/pango/gsttimeoverlay.h:
19747           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19748           and add background shading and text wrapping modes. Make 
19749           timoverlay derive from textoverlay. Also add new clockoverlay
19750           element.
19751
19752 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19753
19754         * gst/udp/Makefile.am: Moved to netbuffer.
19755
19756 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19757
19758         * configure.ac:
19759         * PORTED_O9:
19760         * gst/multipart/Makefile.am:
19761         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19762         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19763         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19764         (gst_multipart_demux_change_state),
19765         (gst_multipart_demux_plugin_init):
19766         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19767         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19768         (gst_multipart_mux_sinkconnect),
19769         (gst_multipart_mux_request_new_pad),
19770         (gst_multipart_mux_handle_src_event),
19771         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19772         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19773         0.9.
19774
19775 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19776
19777         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19778         * gst/debug/gstnavigationtest.h:
19779         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19780         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19781         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19782         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19783         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19784         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19785         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19786         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19787         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19788         (gst_video_flip_get_type):
19789         * gst/videofilter/gstvideoflip.h:
19790           update for symbols change
19791
19792 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19793
19794         * gst/udp/gstdynudpsink.c:
19795         * gst/udp/gstudpsrc.c:
19796           the old gstnet lib was renamed gstnetbuffer (#322257)
19797
19798 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19799
19800         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19801         (gst_text_overlay_collected):
19802           Actually render the text from the text pad.
19803
19804 2005-11-29  Edward Hervey  <edward@fluendo.com>
19805
19806         * gst/debug/gstnavseek.c: (gst_navseek_event):
19807         * gst/debug/progressreport.c: (gst_progress_report_event):
19808         Update for GstBaseTransform event virtual method
19809
19810 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19811
19812         * ext/cairo/Makefile.am:
19813           no need to link to videofilter
19814
19815 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19816
19817         * gst/debug/Makefile.am:
19818         * gst/debug/gstnavigationtest.h:
19819         * gst/effectv/Makefile.am:
19820         * gst/effectv/gstaging.c:
19821         * gst/effectv/gstdice.c:
19822         * gst/effectv/gstedge.c:
19823         * gst/effectv/gstquark.c:
19824         * gst/effectv/gstrev.c:
19825         * gst/effectv/gstshagadelic.c:
19826         * gst/effectv/gstvertigo.c:
19827         * gst/effectv/gstwarp.c:
19828         * gst/videofilter/Makefile.am:
19829         * gst/videofilter/gstvideofilter.c:
19830         * gst/videofilter/gstvideofilter.h:
19831         * gst/videofilter/gstvideoflip.h:
19832           remove the videofilter library and link to the one in base
19833
19834 2005-11-28  Edward Hervey  <edward@fluendo.com>
19835
19836         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19837         Useless check now we're setting the current entry correctly.
19838
19839 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19840
19841         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19842         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19843         (gst_jpegenc_change_state):
19844           Don't leak input buffer in chain function (fixes #322667); make 
19845           state change function thread-safe; don't repeat the current function
19846           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19847           gst_pad_alloc_buffer(); misc. minor cleanups.
19848
19849 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19850
19851         * gst/matroska/matroska-mux.c:
19852         (gst_matroska_mux_video_pad_setcaps):
19853         Look for pixel-aspect-ratio in caps, not pixel_width and
19854         pixel_height (Fixes: #322645)
19855
19856 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19857
19858         * gst/matroska/matroska-mux.c:
19859         (gst_matroska_mux_video_pad_setcaps):
19860         From Michal Benes:
19861         frame duration should be GST_SECOND / framerate, not
19862         GST_SECOND * framerate. (Fixes: #322643)
19863
19864 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19865
19866         * configure.ac:
19867           fix up GST_PLUGIN_LDFLAGS
19868         * gst/rtsp/rtspconnection.c:
19869           fix includes (see #317043)
19870         * gst/videofilter/Makefile.am:
19871           stop installing this library
19872
19873 2005-11-26  Edward Hervey  <edward@fluendo.com>
19874
19875         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19876         Handle the case where the incoming Video dv stream doesn't have
19877         a pixel aspect ratio set.
19878
19879 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19880
19881         * docs/plugins/Makefile.am:
19882         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19883         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19884         * ext/flac/gstflacdec.c:
19885           document flacdec
19886
19887 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19888
19889         * docs/plugins/Makefile.am:
19890         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19891         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19892         * docs/plugins/inspect/plugin-autodetect.xml:
19893         * ext/cairo/gstcairo.c: (plugin_init):
19894         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19895         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19896         (gst_text_overlay_init), (gst_text_overlay_font_init),
19897         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19898         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19899         (gst_text_overlay_text_pad_linked),
19900         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19901         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19902         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19903         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19904         (gst_text_overlay_change_state):
19905         * ext/cairo/gsttextoverlay.h:
19906         * ext/cairo/gsttimeoverlay.c:
19907         (gst_cairo_time_overlay_update_font_height),
19908         (gst_cairo_time_overlay_set_caps),
19909         (gst_cairo_time_overlay_get_unit_size),
19910         (gst_cairo_time_overlay_print_smpte_time),
19911         (gst_cairo_time_overlay_transform),
19912         (gst_cairo_time_overlay_base_init),
19913         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19914         (gst_cairo_time_overlay_get_type):
19915         * ext/cairo/gsttimeoverlay.h:
19916           do some name borgifying
19917           document
19918
19919 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19920
19921         * docs/plugins/Makefile.am:
19922         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19923         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19924         * gst/autodetect/gstautoaudiosink.c:
19925         (gst_auto_audio_sink_base_init):
19926         * gst/autodetect/gstautovideosink.c:
19927         (gst_auto_video_sink_base_init),
19928         (gst_auto_video_sink_factory_filter):
19929           documenting auto*sink
19930           using strstr for the video sink lookup, class field is not ordered
19931         * docs/plugins/inspect/plugin-1394.xml:
19932         * docs/plugins/inspect/plugin-aasink.xml:
19933         * docs/plugins/inspect/plugin-alaw.xml:
19934         * docs/plugins/inspect/plugin-alpha.xml:
19935         * docs/plugins/inspect/plugin-alphacolor.xml:
19936         * docs/plugins/inspect/plugin-auparse.xml:
19937         * docs/plugins/inspect/plugin-autodetect.xml:
19938         * docs/plugins/inspect/plugin-avi.xml:
19939         * docs/plugins/inspect/plugin-cacasink.xml:
19940         * docs/plugins/inspect/plugin-cairo.xml:
19941         * docs/plugins/inspect/plugin-cutter.xml:
19942         * docs/plugins/inspect/plugin-debug.xml:
19943         * docs/plugins/inspect/plugin-dv.xml:
19944         * docs/plugins/inspect/plugin-efence.xml:
19945         * docs/plugins/inspect/plugin-effectv.xml:
19946         * docs/plugins/inspect/plugin-esdsink.xml:
19947         * docs/plugins/inspect/plugin-flac.xml:
19948         * docs/plugins/inspect/plugin-flxdec.xml:
19949         * docs/plugins/inspect/plugin-gconfelements.xml:
19950         * docs/plugins/inspect/plugin-goom.xml:
19951         * docs/plugins/inspect/plugin-jpeg.xml:
19952         * docs/plugins/inspect/plugin-level.xml:
19953         * docs/plugins/inspect/plugin-matroska.xml:
19954         * docs/plugins/inspect/plugin-mulaw.xml:
19955         * docs/plugins/inspect/plugin-navigationtest.xml:
19956         * docs/plugins/inspect/plugin-ossaudio.xml:
19957         * docs/plugins/inspect/plugin-png.xml:
19958         * docs/plugins/inspect/plugin-rtp.xml:
19959         * docs/plugins/inspect/plugin-rtsp.xml:
19960         * docs/plugins/inspect/plugin-shout2send.xml:
19961         * docs/plugins/inspect/plugin-smpte.xml:
19962         * docs/plugins/inspect/plugin-speex.xml:
19963         * docs/plugins/inspect/plugin-udp.xml:
19964         * docs/plugins/inspect/plugin-videobox.xml:
19965         * docs/plugins/inspect/plugin-videoflip.xml:
19966         * docs/plugins/inspect/plugin-videomixer.xml:
19967         * docs/plugins/inspect/plugin-wavenc.xml:
19968         * docs/plugins/inspect/plugin-wavparse.xml:
19969           update for HEAD version
19970
19971 2005-11-25  Michael Smith  <msmith@fluendo.com>
19972
19973         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19974           Patch from Sebastien Cote to close control sockets in udpsrc.
19975
19976 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19977
19978         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19979         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19980         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19981         (gst_quarktv_base_init), (gst_quarktv_class_init),
19982         (gst_quarktv_init): Flush the planes list on reverse caps
19983         negotiation. This was crashing because of differently sized
19984         buffers.
19985
19986 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19987
19988         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19989         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19990         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19991         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19992         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19993         (gst_videoflip_set_property), (gst_videoflip_base_init),
19994         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19995         correctly, fix identity flipping, convert navigation event 
19996         correctly again.
19997
19998 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19999
20000         * configure.ac: back to HEAD
20001
20002 === release 0.9.6 ===
20003
20004 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20005
20006         * configure.ac:
20007           releasing 0.9.6, "Everything's Not Lost"
20008
20009 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20010
20011         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20012         Oops, initialise the framerate GValue
20013
20014 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20015
20016         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20017         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20018         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20019         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20020         (gst_timeoverlay_get_type):
20021         * ext/cairo/gsttimeoverlay.h:
20022         * gst/debug/Makefile.am:
20023         * gst/debug/gstnavigationtest.c:
20024         (gst_navigationtest_handle_src_event),
20025         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20026         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20027         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20028         (gst_navigationtest_init), (gst_navigationtest_get_type),
20029         (plugin_init):
20030         * gst/debug/gstnavigationtest.h:
20031         * gst/effectv/Makefile.am:
20032         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20033         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20034         (gst_agingtv_base_init), (gst_agingtv_class_init),
20035         (gst_agingtv_init), (gst_agingtv_get_type):
20036         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20037         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20038         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20039         (gst_dicetv_get_type):
20040         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20041         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20042         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20043         (gst_edgetv_get_type):
20044         * gst/effectv/gsteffectv.c:
20045         * gst/effectv/gsteffectv.h:
20046         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20047         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20048         (gst_quarktv_change_state), (gst_quarktv_base_init),
20049         (gst_quarktv_class_init), (gst_quarktv_init),
20050         (gst_quarktv_get_type):
20051         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20052         (gst_revtv_get_unit_size), (gst_revtv_transform),
20053         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20054         (gst_revtv_get_type):
20055         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20056         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20057         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20058         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20059         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20060         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20061         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20062         (gst_vertigotv_init), (gst_vertigotv_get_type):
20063         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20064         (gst_warptv_get_unit_size), (gst_warptv_transform),
20065         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20066         (gst_warptv_get_type):
20067         * gst/videofilter/Makefile.am:
20068         * gst/videofilter/gstvideobalance.c:
20069         * gst/videofilter/gstvideobalance.h:
20070         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20071         (gst_videofilter_class_init), (gst_videofilter_init):
20072         * gst/videofilter/gstvideofilter.h:
20073         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20074         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20075         (gst_videoflip_flip), (gst_videoflip_transform),
20076         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20077         (gst_videoflip_base_init), (gst_videoflip_class_init),
20078         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20079         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20080         BaseTransform, it's just a place holder for now and every video
20081         effect plugin has been ported to use BaseTransform features 
20082         directly. QuarkTV was fixed too (was broken), navigationtest works
20083         and best for the end, videoflip converts navigation events depending
20084         on flip method ! Fixes #320953
20085
20086 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20087
20088         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20089         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20090         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20091         (gst_goom_src_negotiate), (gst_goom_chain):
20092         * gst/matroska/matroska-mux.c:
20093         (gst_matroska_mux_video_pad_setcaps):
20094         * sys/osxvideo/osxvideosink.m:
20095           Fixes for API changes
20096
20097 2005-11-23  Michael Smith <msmith@fluendo.com>
20098
20099         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20100         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20101         * ext/jpeg/gstjpegdec.h:
20102         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20103         * ext/jpeg/gstjpegenc.h:
20104         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20105         (gst_smokeenc_resync):
20106         * ext/jpeg/gstsmokeenc.h:
20107           JPEG fractiony goodness.
20108
20109 2005-11-22  Michael Smith <msmith@fluendo.com>
20110
20111         * gst/goom/filters.c:
20112         * gst/goom/graphic.h:
20113           Fix compilation by making some functions static inline instead of
20114           extern inline, matching the way they're used.
20115
20116 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20117
20118         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20119         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20120         * ext/cairo/gsttextoverlay.h:
20121         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20122         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20123         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20124         (gst_pngdec_caps_create_and_set):
20125         * ext/libpng/gstpngdec.h:
20126         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20127         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20128         * gst/avi/gstavimux.c: (gst_avimux_init),
20129         (gst_avimux_vidsinkconnect):
20130         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20131         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20132         (gst_goom_src_negotiate), (gst_goom_chain):
20133         * gst/goom/gstgoom.h:
20134         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20135         * gst/matroska/matroska-mux.c:
20136         (gst_matroska_mux_video_pad_setcaps):
20137         * sys/osxvideo/osxvideosink.h:
20138         * sys/osxvideo/osxvideosink.m:
20139           More fractional framerate conversions 
20140
20141 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20142
20143         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20144         * gst/debug/gstnavigationtest.c:
20145         (gst_navigationtest_handle_src_event):
20146         * gst/videofilter/gstvideofilter.c:
20147         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20148         (gst_videofilter_init):
20149         * gst/videofilter/gstvideofilter.h:
20150           Convert to fractional framerates.
20151
20152 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20153
20154         * ext/aalib/gstaasink.c:
20155         * ext/dv/gstdvdec.c:
20156         * ext/esd/esdmon.c:
20157         * ext/flac/gstflacenc.c:
20158         * ext/gdk_pixbuf/pixbufscale.c:
20159         * ext/libcaca/gstcacasink.c:
20160         * ext/shout2/gstshout2.c:
20161         * gst/alpha/gstalpha.c:
20162         * gst/oldcore/gstaggregator.c:
20163         * gst/oldcore/gstshaper.c:
20164         * gst/smpte/barboxwipes.c:
20165         * gst/smpte/gstsmpte.c:
20166         * gst/videobox/gstvideobox.c:
20167         * gst/videofilter/gstvideoflip.c:
20168         * gst/videomixer/videomixer.c:
20169           fix up more enums
20170
20171 2005-11-22  Michael Smith <msmith@fluendo.com>
20172
20173         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20174         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20175         (gst_videomixer_update_queues):
20176           Fractional framerates, videomixer.
20177
20178 2005-11-22  Michael Smith <msmith@fluendo.com>
20179
20180         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20181         * ext/dv/gstdvdec.h:
20182         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20183         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20184         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20185         (gst_dvdemux_flush):
20186         * ext/dv/gstdvdemux.h:
20187           Fractional framerates for DV. 
20188
20189 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20190
20191         * gst/autodetect/gstautoaudiosink.c:
20192         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20193         * gst/autodetect/gstautovideosink.c:
20194         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20195           Use gst_plugin_feature_list_free() to free feature list and
20196           in the case of autovideosink free the list at all. Also
20197           miscellaneous cosmetic fixes.
20198
20199 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20200
20201         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20202         (gst_cutter_set_property), (gst_cutter_get_caps):
20203           copy calculation code from level; remove use of some audio
20204           functions
20205
20206 2005-11-22  Andy Wingo  <wingo@pobox.com>
20207
20208         * Update for gst_tag_setter API changes.
20209
20210 2005-11-22  Andy Wingo  <wingo@pobox.com>
20211
20212         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20213         (gst_dvdemux_demux_frame)
20214         * ext/flac/gstflacdec.c (gst_flacdec_write)
20215         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20216         (gst_flacenc_sink_event)
20217         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20218         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20219         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20220         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20221         * gst/auparse/gstauparse.c (gst_auparse_chain)
20222         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20223         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20224         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20225         (gst_avi_demux_handle_seek)
20226         * gst/goom/gstgoom.c (gst_goom_event)
20227         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20228         * gst/matroska/matroska-demux.c
20229         (gst_matroska_demux_handle_seek_event)
20230         (gst_matroska_demux_loop_stream_parse_id)
20231         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20232         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20233         (gst_wavparse_stream_headers): Run update-funcnames.
20234
20235 2005-11-22  Edward Hervey  <edward@fluendo.com>
20236
20237         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20238         (gst_dv1394src_init), (gst_dv1394src_dispose),
20239         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20240         (gst_dv1394src_uri_set_uri):
20241         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20242         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20243         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20244         URIHandler interface and element properties are now properly
20245         synchronized for DV1394src and UDPSrc
20246
20247 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20248
20249         * ext/flac/Makefile.am:
20250         * ext/speex/Makefile.am:
20251           libgsttagedit has been renamed to libgsttag.
20252
20253 2005-11-21  Wim Taymans  <wim@fluendo.com>
20254
20255         * gst/rtsp/rtspconnection.c: (read_body):
20256         Apply patch from Sebastien Cote to fix #319184.
20257
20258 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20259
20260         * configure.ac:
20261         * gst/cutter/Makefile.am:
20262         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20263         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20264         (gst_cutter_set_property), (gst_cutter_get_property),
20265         (plugin_init), (gst_cutter_get_caps):
20266           port cutter
20267         * gst/level/gstlevel.c:
20268           fix up plugin details
20269
20270 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20271
20272         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20273         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20274         (gst_flacdec_src_event):
20275         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20276         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20277         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20278         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20279         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20280         (gst_flxdec_sink_event_handler):
20281         * gst/matroska/matroska-demux.c:
20282         (gst_matroska_demux_handle_seek_event):
20283         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20284           Update for stream lock API changes: don't take stream log
20285           in sink event handlers any longer and change GST_STREAM_LOCK
20286           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20287           functions.
20288
20289 2005-11-21  Michael Smith <msmith@fluendo.com>
20290
20291         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20292           gst_object_unref, not g_object_unref
20293
20294 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20295
20296         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20297         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20298           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20299
20300 2005-11-21  Michael Smith <msmith@fluendo.com>
20301
20302         * gst/auparse/Makefile.am:
20303         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20304         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20305         (gst_auparse_change_state):
20306         * gst/auparse/gstauparse.h:
20307           Partially fix #161712. playbin still doesn't work on these files,
20308           (on the bug report, Andy says we aren't typefinding it for some
20309           reason?) but at least auparse isn't totally busted like it was before.
20310
20311 2005-11-21  Andy Wingo  <wingo@pobox.com>
20312
20313         * *.h:
20314         * *.c: Ran scripts/update-macros. Oh yes.
20315
20316 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20317
20318         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20319           Filler events are gone for now, comment out section generating
20320           them.
20321
20322 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20323
20324         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20325         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20326         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20327         * sys/osxvideo/osxvideosink.m:
20328           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20329           (#322027)
20330
20331 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20332
20333         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20334         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20335         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20336         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20337         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20338         (gst_avi_demux_stream_data):
20339         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20340         * gst/wavenc/gstwavenc.c: (write_metadata):
20341         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20342         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20343         Fixes for GST_FOURCC_FORMAT API change.
20344
20345 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20346
20347         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20348         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20349         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20350         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20351         (gst_text_overlay_change_state):
20352         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20353         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20354         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20355         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20356         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20357         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20358         (gst_videomixer_change_state):
20359           Fix for collect pads API change. Also fix textoverlay state
20360           change function.
20361
20362 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20363
20364         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20365         GST_PAD_IS_USABLE by something approaching it.
20366
20367 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20368
20369         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20370         API changes.
20371         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20372         but also fix the code that was not checking return values from
20373         pad_push neither using pad_alloc_buffer.
20374
20375 2005-11-18  Edward Hervey  <edward@fluendo.com>
20376
20377         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20378         (gst_pngenc_chain):
20379         Added debug category
20380         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20381         goes to EOS.
20382
20383 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20384
20385         * gst/rtp/Makefile.am
20386         * gst/rtp/gstrtp.c
20387         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20388         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20389         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20390         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20391         * gst/rtp/gstrtpg711enc.h:
20392         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20393         * gst/rtp/gstrtpspeexenc.c:
20394         * gst/rtp/gstrtpspeexenc.h:
20395         * gst/rtp/gstrtpspeexdec.c:
20396         * gst/rtp/gstrtpspeexdec.h:
20397         Created Speex payloader and depayloader; Optimize G711 payloader to
20398         use adapter and send packets until MTU size.
20399
20400 2005-11-16  Wim Taymans  <wim@fluendo.com>
20401
20402         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20403         Fix leak in check.
20404
20405 2005-11-16  Wim Taymans  <wim@fluendo.com>
20406
20407         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20408         Fix state change.
20409
20410 2005-11-16  Andy Wingo  <wingo@pobox.com>
20411
20412         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20413         (gst_udpsrc_create): Move comment.
20414
20415 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20416
20417         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20418
20419         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20420           When seeking, seek to closest index entry at or before the requested
20421           seek position, not just the closest one (#321001).
20422
20423 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20424
20425         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20426         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20427           Invert DIB images again (see #132341).
20428
20429 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20430
20431         * configure.ac:
20432           rework configure.ac file
20433         * ext/aalib/gstaasink.c:
20434         * ext/cairo/gstcairo.c:
20435         * ext/dv/gstdv.c:
20436         * ext/esd/gstesd.c:
20437         * ext/flac/gstflac.c:
20438         * ext/gconf/gstgconfelements.c:
20439         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20440         * ext/jpeg/gstjpeg.c:
20441         * ext/ladspa/gstladspa.c:
20442         * ext/libcaca/gstcacasink.c:
20443         * ext/libmng/gstmng.c:
20444         * ext/libpng/gstpng.c:
20445         * ext/mikmod/gstmikmod.c:
20446         * ext/pango/gsttextoverlay.c:
20447         * ext/pango/gsttimeoverlay.c:
20448         * ext/raw1394/gst1394.c:
20449         * ext/speex/gstspeex.c:
20450         * gst/alpha/Makefile.am:
20451         * gst/alpha/gstalpha.c:
20452         * gst/alpha/gstalphacolor.c:
20453         * gst/auparse/gstauparse.c:
20454         * gst/autodetect/gstautoaudiosink.c:
20455         (gst_auto_audio_sink_factory_filter),
20456         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20457         * gst/autodetect/gstautodetect.c:
20458         * gst/avi/gstavi.c:
20459         * gst/cutter/gstcutter.c:
20460         * gst/debug/efence.c:
20461         * gst/debug/gstdebug.c:
20462         * gst/debug/gstnavigationtest.c:
20463         * gst/effectv/gsteffectv.c:
20464         * gst/flx/gstflxdec.c:
20465         * gst/goom/gstgoom.c:
20466         * gst/interleave/plugin.c:
20467         * gst/law/alaw.c:
20468         * gst/law/mulaw.c:
20469         * gst/level/gstlevel.c:
20470         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20471         * gst/matroska/matroska.c:
20472         * gst/median/gstmedian.c:
20473         * gst/monoscope/gstmonoscope.c:
20474         * gst/multipart/multipart.c:
20475         * gst/oldcore/gstelements.c:
20476         * gst/rtp/gstrtp.c:
20477         * gst/rtsp/gstrtsp.c:
20478         * gst/smoothwave/gstsmoothwave.c:
20479         * gst/smpte/gstsmpte.c:
20480         * gst/udp/gstudp.c:
20481         * gst/videobox/gstvideobox.c:
20482         * gst/videofilter/gstgamma.c:
20483         * gst/videofilter/gstvideobalance.c:
20484         * gst/videofilter/gstvideoflip.c:
20485         * gst/videofilter/gstvideotemplate.c:
20486         * gst/videomixer/videomixer.c:
20487         * gst/wavenc/gstwavenc.c:
20488         * gst/wavparse/gstwavparse.c:
20489         * sys/oss/gstossaudio.c:
20490         * sys/osxaudio/gstosxaudio.c:
20491           update GST_PLUGIN_DEFINE
20492         * gst/rtp/Makefile.am:
20493         * gst/rtp/gstasteriskh263.c:
20494           check for htons/htonl headers and possibly link to winsock2 lib
20495
20496 2005-11-12  Edward Hervey  <edward@fluendo.com>
20497
20498         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20499         Only GST_DEBUG() information on the valid components.
20500
20501 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20502
20503         * configure.ac: back to HEAD
20504
20505 === release 0.9.5 ===
20506
20507 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20508
20509         * configure.ac:
20510           releasing 0.9.5, "Phone Alarm"
20511
20512 2005-11-11  Edward Hervey  <edward@fluendo.com>
20513
20514         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20515         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20516         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20517         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20518         (gst_avi_demux_loop):
20519         * gst/avi/gstavidemux.h:
20520         Yeah, implement proper seeking. Exact seeking and segment seeking.
20521         Still need to do some checks for segment_stop.
20522
20523 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20524
20525         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20526
20527         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20528           Don't try to ready buffer duration from buffer that we don't
20529           own any  longer and that might already have been unreffed.
20530           (#321136)
20531
20532 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20533
20534         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20535         (flx_decode_delta_flc), (gst_flxdec_chain):
20536         Attempting to optimize the code for embedded systems.
20537
20538 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20539
20540         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20541
20542         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20543           Don't re-use already closed file descriptor. (#320920)
20544
20545 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20546
20547         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20548         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20549         (gst_oss_sink_prepare):
20550         * sys/oss/gstosssink.h:
20551           Cache probed caps; fix debug output for SET_PARAM macros.
20552
20553 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20554
20555         * ext/cairo/Makefile.am:
20556         * ext/cairo/gstcairo.c: (plugin_init):
20557         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20558         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20559         (gst_text_overlay_init), (gst_text_overlay_font_init),
20560         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20561         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20562         (gst_text_overlay_text_pad_linked),
20563         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20564         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20565         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20566         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20567         (gst_text_overlay_change_state):
20568         * ext/cairo/gsttextoverlay.h:
20569           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20570           property and redo positioning. Doesn't handle upstream renegotiation
20571           yet though.
20572
20573 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20574
20575         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20576         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20577         (gst_avi_demux_loop):
20578           No need to take the STREAM_LOCK in the loop function. Improve
20579           some debug messages. Don't leak pad names in debug messages.
20580
20581 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20582
20583         * gst/matroska/matroska-demux.c:
20584         (gst_matroska_demux_push_vorbis_codec_priv_data),
20585         (gst_matroska_demux_add_wvpk_header):
20586           Don't error out when the source pad isn't linked.
20587
20588 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20589
20590         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20591         (gst_gconf_audio_sink_change_state):
20592         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20593         (gst_gconf_video_sink_change_state):
20594           Fix state change functions here as well and set kid
20595           to NULL state before removing it.
20596
20597 2005-11-01  Edward Hervey  <edward@fluendo.com>
20598
20599         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20600         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20601         Added proper event handlind, 
20602         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20603         ignored),
20604         and don't set a duration of 0 for buffers otherwise they are discarded
20605         by GstBaseSink.
20606
20607         GstWavEnc needs some serious loving, after going through the code I'm
20608         really wondering how this can stay in -good ...
20609
20610 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20611
20612         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20613         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20614         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20615         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20616         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20617         (gst_matroska_mux_collected):
20618           Fix leaks and invalid memory access as reported by valgrind
20619
20620 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20621
20622         Patch by: Michal Benes <michal.benes@xeris.cz>
20623
20624         * check/Makefile.am:
20625         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20626         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20627         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20628           add a unit test for matroskamux
20629           fix the bugs that the unit test exposed
20630
20631 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20632
20633         * gst/autodetect/gstautoaudiosink.c:
20634         (gst_auto_audio_sink_class_init),
20635         (gst_auto_audio_sink_change_state):
20636         * gst/autodetect/gstautovideosink.c:
20637         (gst_auto_video_sink_class_init),
20638         (gst_auto_video_sink_change_state):
20639           Fix state change function and use GST_DEBUG_FUNCPTR in
20640           class_init.
20641
20642 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20643
20644         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20645
20646         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20647         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20648         * gst/matroska/ebml-write.h:
20649         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20650           Set timestamps on outgoing ebml headers as well, so that the
20651           element after matroskamux can get the timestamp already when
20652           reading the first ebml element and doesn't have to wait for
20653           the actual data buffer for that (#320308).
20654           
20655 2005-10-31  Andy Wingo  <wingo@pobox.com>
20656
20657         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20658         (gst_videomixer_pad_link): Kill some memleaks.
20659         (gst_videomixer_pad_get_property): Style fix.
20660         (gst_videomixer_pad_set_property): Style fix.
20661         (gst_videomixer_pad_init): Style fix.
20662         (gst_videomixer_update_queues): Kill memleak.
20663         (gst_videomixer_loop): Kill memleak.
20664         (gst_videomixer_collected): Kill memleak.
20665
20666 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20667
20668         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20669         gst_auparse_change_state:
20670         Just some cleanup.
20671
20672 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20673
20674         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20675         Add checks to GST_FLOW_NOT_LINKED for values returned
20676         from gst_pad_push.
20677         
20678 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20679
20680         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20681         (gst_rtpg711dec_process):
20682         * gst/rtp/gstrtpgsmenc.c:
20683         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20684         are never set. This is important for the g711 to work with burger's rtpbin
20685         element.
20686
20687 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20688
20689         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20690         (gst_speexenc_push_buffer):
20691         Add checks for return values from gst_pad_push and
20692         gst_pad_alloc_buffer.
20693
20694 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20695
20696         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20697
20698         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20699         (gst_matroska_demux_parse_info),
20700         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20701         (gst_matroska_demux_parse_cluster):
20702         * gst/matroska/matroska-ids.h:
20703         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20704         (gst_matroska_mux_init), (gst_matroska_mux_start),
20705         (gst_matroska_mux_create_buffer_header),
20706         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20707         (gst_matroska_mux_get_property):
20708         * gst/matroska/matroska-mux.h:
20709           Add SimpleBlock support to matroska demuxer and muxer (part of
20710           Matroska v2). (#319731)
20711
20712 2005-10-28  Wim Taymans  <wim@fluendo.com>
20713
20714         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20715         (gst_jpeg_dec_change_state):
20716         * ext/jpeg/gstjpegdec.h:
20717         Cleanups. Don't create caps for every chain.
20718
20719 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20720
20721         * gst/law/alaw-encode.c: (gst_alawenc_init),
20722         (alawenc_setcaps), (gst_alawenc_chain)
20723         * gst/law/alaw-encode.h:
20724         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20725         (mulawenc_setcaps), (gst_mulawenc_chain)
20726         * gst/law/mulaw-encode.h:
20727         Set timestamp on buffer and it allows RTP G711 elements
20728         work properly.
20729
20730 2005-10-27  Wim Taymans  <wim@fluendo.com>
20731
20732         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20733         Set correct format on oss instead of a silly value. 
20734
20735 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20736
20737         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20738         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20739         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20740         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20741         I420 rendering as well, doesn't bring much for my platform.
20742         Might help on some other platforms.
20743
20744 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20745
20746         * gst/rtp/gstrtpgsmenc.c:
20747         * gst/rtp/gstrtpgsmparse.c:
20748         Declaring the padtemplate correctly.
20749
20750 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20751
20752         * gst/rtp/gstrtpg711dec.c:
20753         * gst/rtp/gstrtpg711enc.c:
20754         * gst/rtp/gstrtpgsmenc.c:
20755         * gst/rtp/gstrtpgsmparse.c:
20756         Setting the proper copyright notice.
20757
20758 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20759
20760         * gst/videobox/Makefile.am: Use liboil.
20761         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20762         (gst_video_box_set_property), (gst_video_box_transform_caps),
20763         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20764         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20765         using liboil. Will dot the same to I420 border generation
20766         tomorrow.
20767
20768 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20769
20770         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20771         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20772         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20773         * gst/rtp/gstrtpg711dec.h:
20774         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20775         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20776         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20777         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20778         (gst_rtpgsmenc_handle_buffer):
20779         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20780         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20781         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20782         * gst/rtp/gstrtpgsmparse.h:
20783         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20784         inherits from the basertpdepayloader.
20785
20786 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20787
20788         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20789         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20790         (gst_video_box_ayuv): Removing this forgotten debug.
20791
20792 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20793
20794         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20795         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20796         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20797
20798 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20799
20800         * sys/oss/gstossaudio.c:
20801         * sys/oss/gstossdmabuffer.c:
20802         * sys/oss/gstosshelper.c:
20803         * sys/oss/gstossmixer.c:
20804         * sys/oss/gstossmixerelement.c:
20805         * sys/oss/gstossmixertrack.c:
20806         * sys/oss/gstosssink.c:
20807         * sys/oss/gstosssrc.c:
20808           Actually use the 'oss' debug category we register.
20809
20810 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20811
20812         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20813         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20814         Use gst_pad_get_parent and drop the ref that was added through
20815         that call.
20816
20817 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20818
20819         * gst/rtp/gstrtpgsmenc.c:
20820           Fix compilation
20821
20822 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20823
20824         * gst/rtp/gstrtpg711dec.c
20825         Just removed a couple of lines of weird code used during
20826         development/test time.
20827
20828 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20829
20830         * gst/rtp/Makefile.am
20831         * gst/rtp/gstrtp.c
20832         * gst/rtp/gstrtpg711enc.c
20833         * gst/rtp/gstrtpg711enc.h
20834         * gst/rtp/gstrtpg711dec.c
20835         * gst/rtp/gstrtpg711dec.h
20836         Created G711 payloader and depayloader (it supports mulaw and alaw
20837         (dec)encoders)
20838
20839 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20840
20841         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20842         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20843         Doh ! I introduced wingo's bug again ! Sorry...
20844
20845 2005-10-25  Christian Schaller <christian@fluendo.com> 
20846
20847         * gst/rtp/Makefile.am: add missing header files for disting
20848
20849 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20850
20851         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20852         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20853         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20854         (gst_rtpgsmenc_handle_buffer):
20855         * gst/rtp/gstrtpgsmenc.h:
20856         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20857         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20858         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20859         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20860         * gst/rtp/gstrtpgsmparse.h:
20861         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20862
20863 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20864
20865         * ext/libpng/gstpngdec.c: (user_info_callback),
20866         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20867         a newsegment event, move some redundant code in a single place.
20868
20869 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20870
20871         * ext/libpng/gstpngdec.c: (user_info_callback),
20872         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20873         hack to get correct colors order when we have a png image with
20874         alpha channel.
20875
20876 2005-10-24  Edward Hervey  <edward@fluendo.com>
20877
20878         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20879         Call gst_element_no_more_pads when there will be no more pads.
20880
20881 2005-10-24  Wim Taymans  <wim@fluendo.com>
20882
20883         * gst/rtp/Makefile.am:
20884         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20885         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20886         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20887         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20888         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20889         (gst_asteriskh263_plugin_init):
20890         * gst/rtp/gstasteriskh263.h:
20891         * gst/rtp/gstrtp.c: (plugin_init):
20892         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20893         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20894         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20895         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20896         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20897         (gst_rtph263enc_plugin_init):
20898         * gst/rtp/gstrtph263enc.h:
20899         Added two new payloaders, an RFC 2190 payloader for h263 and
20900         a payload convertor for an asterisk server.
20901
20902 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20903
20904         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20905           Set bytes_per_sample correctly (is not always 4, but 
20906           depends on width and number of channels).
20907
20908 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20909
20910         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20911         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20912         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20913         (gst_flacenc_sink_event), (gst_flacenc_chain),
20914         (gst_flacenc_set_property), (gst_flacenc_get_property),
20915         (gst_flacenc_change_state):
20916         * ext/flac/gstflacenc.h:
20917           Fix seeking, so that flacenc can rewrite the header with the
20918           correct duration and amount of samples and all that at EOS;
20919           also set timestamps and granulepos on outgoing buffers; add
20920           debug category; fix state change function.
20921           
20922 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20923
20924         * gst/videomixer/videomixer.c: Don't restrict video geometry
20925         from 16 to 4096.
20926
20927 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20928
20929         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20930         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20931         Fix caps negotiation correctly, add debugging category.
20932
20933 2005-10-24  Christian Schaller  <christian@fluendo.com>
20934
20935         * configure.ac: Port over Thomas's change from base listing all plugins
20936
20937 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20938
20939         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20940         a sink pad.
20941
20942 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20943
20944         * configure.ac:
20945         * docs/upload.mak:
20946           back to HEAD
20947
20948 === release 0.9.4 ===
20949
20950 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20951
20952         * configure.ac:
20953           Releasing 0.9.4, "Dromiceiomimus"
20954
20955 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20956
20957         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20958         (gst_speexenc_src_query):
20959           Add position and duration query, fix query type function.
20960           
20961         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20962         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20963           Let's not set non-fixed caps on source pads.
20964
20965 2005-10-21  Wim Taymans  <wim@fluendo.com>
20966
20967         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20968         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20969         (gst_avi_demux_handle_seek):
20970         Set correct stream_time in newsegment event.
20971         avi can also handle a duration query now.
20972
20973 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20974
20975         * gst/matroska/matroska-demux.c:
20976         (gst_matroska_demux_handle_src_query),
20977         (gst_matroska_demux_handle_seek_event),
20978         (gst_matroska_demux_loop_stream_parse_id):
20979           Fix duration query; fix basetime in newsegment event after
20980           seek; fix duration in initial newsegment event.
20981
20982         * gst/matroska/matroska-mux.c:
20983         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20984           Extract number of channels and samplerate from vorbis headers;
20985           add some debug messages when querying the durations of the
20986           input streams.
20987
20988 2005-10-20  Wim Taymans  <wim@fluendo.com>
20989
20990         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20991         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20992         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20993         Set stream time correctly in newsegment.
20994
20995 2005-10-20  Wim Taymans  <wim@fluendo.com>
20996
20997         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20998         Correctly fill in the stream time.
20999
21000 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21001
21002         * check/elements/level.c: (GST_START_TEST):
21003         * gst/level/gstlevel.c: (gst_level_message_new):
21004         * gst/level/level-example.c: (message_handler):
21005           use ELEMENT messages instead
21006
21007 2005-10-19  Wim Taymans  <wim@fluendo.com>
21008
21009         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21010         (gst_dvdemux_src_query):
21011         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21012         (gst_flacdec_src_query):
21013         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21014         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21015         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21016         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21017         * gst/debug/progressreport.c: (gst_progress_report_report):
21018         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21019         * gst/matroska/matroska-demux.c:
21020         (gst_matroska_demux_handle_src_query):
21021         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21022         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21023         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21024         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21025         (gst_wavparse_srcpad_event):
21026         API change fix.
21027
21028 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21029
21030         * gst/goom/filters.c:
21031         * gst/goom/graphic.h:
21032         * gst/goom/lines.c:
21033           Make inline functions either 'static inline' or 'extern inline',
21034           otherwise the Forte compiler apparently won't inline them (#317300).
21035
21036 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21037
21038         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21039         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21040         (user_info_callback), (user_endrow_callback), (user_end_callback),
21041         (user_read_data), (gst_pngdec_caps_create_and_set),
21042         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21043         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21044         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21045         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21046         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21047         very nice and handle push/pull based model. if you have filesrc
21048         connected to it, it will do random access to load the png file.
21049         If you have a network source that can't do _getrange, it does 
21050         progressive loading through the chain function.
21051         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21052         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21053         thanks to Master Wim Taymans ;-)
21054
21055 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21056
21057         * gst/matroska/Makefile.am:
21058         * gst/matroska/ebml-read.c:
21059         * gst/matroska/ebml-read.h:
21060         * gst/matroska/matroska-demux.c:
21061         * gst/matroska/matroska-demux.h:
21062         * gst/matroska/matroska.c: (plugin_init):
21063           Ported matroska demuxer to 0.9.
21064
21065 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21066
21067         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21068
21069         * gst/matroska/matroska-mux.c:
21070         (gst_matroska_mux_video_pad_setcaps),
21071         (gst_matroska_mux_audio_pad_setcaps):
21072           Fix mpeg4 input handling (#318847); also, while we're at it,
21073           fix media type for Motion-JPEG: should be image/jpeg.
21074
21075 2005-10-18  Wim Taymans  <wim@fluendo.com>
21076
21077         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21078         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21079         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21080         Fix for segment-start/stop API change.
21081
21082 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21083
21084         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21085         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21086         way.
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 caps nego some more to get AYUV
21092         output declared in transform_caps.
21093
21094 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21095
21096         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21097
21098 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21099
21100         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21101         (gst_video_box_get_unit_size): Fix wrong size calculations and
21102         implement get_unit_size correctly.
21103
21104 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21105
21106         * configure.ac:
21107           Enable flx plugin.
21108
21109         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21110           Fix gcc4 signedness issue.
21111
21112 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21113
21114         * configure.ac: Adding videomixer.
21115         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21116         (user_read_data), (gst_pngdec_chain): More debugging.
21117         * gst/alpha/Makefile.am: Adding alphacolor
21118         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21119         (gst_alpha_color_class_init), (gst_alpha_color_init),
21120         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21121         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21122         (plugin_init): Ported to 0.9 using in place base tranform.
21123         * gst/videomixer/Makefile.am:
21124         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21125         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21126         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21127         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21128         (gst_videomixer_init), (gst_videomixer_getcaps),
21129         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21130         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21131         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21132         to 0.9 using collectpads.
21133
21134 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21135
21136         * configure.ac:
21137         * gst/flx/Makefile.am:
21138         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21139         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21140         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21141         * gst/flx/gstflxdec.h:
21142         flx plugin ported to 0.9
21143
21144 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21145
21146         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21147           use new gst_version_string()
21148
21149 2005-10-16  Andy Wingo  <wingo@pobox.com>
21150
21151         * configure.ac: GLIB_CHECK.
21152
21153 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21154
21155         * ext/libpng/Makefile.am:
21156         * ext/libpng/gstpng.c: (plugin_init):
21157         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21158         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21159         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21160
21161 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21162
21163         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21164
21165         * configure.ac:
21166         * gst/matroska/Makefile.am:
21167         * gst/matroska/ebml-ids.h:
21168         * gst/matroska/ebml-write.c:
21169         * gst/matroska/ebml-write.h:
21170         * gst/matroska/matroska-ids.h:
21171         * gst/matroska/matroska-mux.c:
21172         * gst/matroska/matroska-mux.h:
21173         * gst/matroska/matroska.c: (plugin_init):
21174           Port matroska muxer to 0.9 (#318847).
21175
21176 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21177
21178         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21179         (comment_init), (comment_add):
21180           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21181           use GST_READ_UINT32_LE() and friends rather than the private
21182           implementation of those same macros.
21183
21184 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21185
21186         * examples/stats/mp2ogg.c:
21187           more typo fixes
21188
21189 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21190
21191         * examples/indexing/indexmpeg.c: (main):
21192         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21193         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21194         * ext/esd/esdmon.h:
21195         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21196         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21197         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21198         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21199         * gst/avi/gstavimux.c: (gst_avimux_init):
21200         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21201         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21202         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21203         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21204         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21205         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21206         * gst/oldcore/gstmultifilesrc.h:
21207         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21208         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21209         (gst_pipefilter_change_state):
21210         * gst/oldcore/gstpipefilter.h:
21211         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21212         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21213         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21214         * sys/osxaudio/gstosxaudiosink.h:
21215         * sys/osxaudio/gstosxaudiosrc.h:
21216           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21217           moved bitshift from macro to enum definition
21218
21219 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21220
21221         * ext/Makefile.am:
21222         * ext/cairo/Makefile.am:
21223         * ext/cairo/gstcairo.c: (plugin_init):
21224         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21225         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21226         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21227         * ext/cairo/gsttimeoverlay.h:
21228           update of cairo-based timeoverlay to 1.0 Cairo API
21229           doesn't work yet for resizing of output sink
21230
21231 2005-10-11  Wim Taymans  <wim@fluendo.com>
21232
21233         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21234         newsegment API fix.
21235
21236 2005-10-11  Wim Taymans  <wim@fluendo.com>
21237
21238         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21239         (gst_dvdemux_demux_frame):
21240         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21241         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21242         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21243         (gst_avi_demux_handle_seek):
21244         * gst/goom/gstgoom.c: (gst_goom_event):
21245         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21246         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21247         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21248         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21249         (gst_wavparse_srcpad_event):
21250         newsegment API update.
21251
21252 2005-10-11  Andy Wingo  <wingo@pobox.com>
21253
21254         * ext/speex/gstspeexenc.c: Signedness cleanups.
21255
21256 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21257
21258         * PORTED_09:
21259         * ext/speex/Makefile.am:
21260         * ext/speex/gstspeex.c:
21261         * ext/speex/gstspeexenc.c:
21262         Speexenc ported to 0.9
21263
21264 2005-10-10  Wim Taymans  <wim@fluendo.com>
21265
21266         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21267         (gst_oss_sink_init), (gst_oss_sink_set_property),
21268         (gst_oss_sink_get_property), (gst_oss_sink_open),
21269         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21270         * sys/oss/gstosssink.h:
21271         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21272         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21273         (gst_oss_src_prepare):
21274         Cleanups, make device configurable in the sink, handle and report
21275         errors.
21276
21277 2005-10-10  Wim Taymans  <wim@fluendo.com>
21278
21279         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21280         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21281         Make sure element is NULL before removing from the bin.
21282
21283 2005-10-07  Andy Wingo  <wingo@pobox.com>
21284
21285         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21286         block forever in a read().
21287         (gst_dv1394src_bus_reset): Post a message when the cable is
21288         unplugged.
21289         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21290         (gst_dv1394src_bus_reset): Don't unref the message.
21291
21292         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21293         hacking. The only change should be that the state change stuff was
21294         put into basesrc's start() and stop() routines, which coalesces
21295         some steps.
21296
21297 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21298
21299         * configure.ac:
21300           Add check for mmap
21301           
21302         * gst/debug/Makefile.am:
21303           Only compile efence plugin on systems that have mmap.
21304
21305 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21306
21307         * gst/debug/Makefile.am:
21308         * gst/debug/breakmydata.c:
21309         * gst/debug/gstdebug.c:
21310         * gst/debug/gstnavigationtest.c:
21311         * gst/debug/gstnavseek.c: 
21312         * gst/debug/gstnavseek.h:
21313         * gst/debug/progressreport.c: 
21314         * gst/debug/testplugin.c:
21315           Port progressreport, navseek, navigationtest, testsink and
21316           breakmydata.
21317
21318 2005-10-05  Edward Hervey  <edward@fluendo.com>
21319
21320         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21321         (gst_dvdemux_src_query):
21322         Fixes for better conversion
21323
21324 2005-10-04  Michael Smith <msmith@fluendo.com>
21325
21326         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21327         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21328         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21329         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21330           Set state of elements to NULL before removing from bins.
21331           Set state of test element to NULL if we failed to move it to READY
21332
21333 2005-10-04  Edward Hervey  <edward@fluendo.com>
21334
21335         * ext/dv/Makefile.am:
21336         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21337         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21338         Corrected the query function for position so it doesn't forget what
21339         format was asked, and calls the conversion functions on the correct pad.
21340
21341 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21342
21343         * configure.ac:
21344           back to development
21345
21346 === release 0.9.3 ===
21347
21348 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21349
21350         * configure.ac:
21351           Releasing 0.9.3, "Aramis"
21352
21353 2005-10-03  Andy Wingo  <wingo@pobox.com>
21354
21355         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21356         error returns.
21357
21358 2005-10-02  Andy Wingo  <wingo@pobox.com>
21359
21360         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21361
21362         * ext/flac/gstflacenc.c: Ported to 0.9.
21363
21364         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21365
21366         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21367         and link to gsttagedit. Enable flacenc.
21368
21369         * ext/flac/gstflacdec.c: Re-enable tag reading.
21370
21371 2005-09-30  Wim Taymans  <wim@fluendo.com>
21372
21373         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21374         * gst/rtp/gstrtpgsmparse.c:
21375         * gst/rtp/gstrtph263penc.c:
21376         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21377         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21378         (gst_rtpmp4venc_set_property):
21379         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21380         Various class and caps fixes from Andre Magalhaes (andrunko)
21381
21382 2005-09-29  Wim Taymans  <wim@fluendo.com>
21383
21384         * gst/level/level-example.c: (main):
21385         Update for new bus API.
21386
21387 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21388
21389         * configure.ac:
21390           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21391           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21392
21393 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21394
21395         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21396           Fix playback of mono streams (bytes_per_sample should be set
21397           from the sample width and the number of channels negotiated,
21398           and not just be set to 4) (#317338)
21399
21400 2005-09-26  Wim Taymans  <wim@fluendo.com>
21401
21402         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21403         (gst_rtpmpaenc_handle_buffer):
21404         Set buffer duration correctly.
21405
21406 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21407
21408         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21409         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21410         (gst_avi_demux_change_state):
21411           Don't crash when encountering a stream with an unknown fourcc or
21412           codec id. Instead, create a pad of type video/x-avi-unknown or
21413           audio/x-avi-unknown, which as a side-effect also results in less
21414           confusing error messages in players ('no decoder' vs. 'no streams');
21415           minor fixes to state change function and class_init function.
21416
21417 2005-09-24  Wim Taymans  <wim@fluendo.com>
21418
21419         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21420         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21421         These are sinks.
21422
21423 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21424
21425         * check/elements/level.c: (GST_START_TEST):
21426           fix test for new GstClockTime use
21427         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21428         (gst_level_transform_ip):
21429         * gst/level/gstlevel.h:
21430           fix up the decay peak, ensuring the decay peak is never lower
21431           than the peak for that interval
21432
21433 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21434
21435         * docs/plugins/gst-plugins-good-plugins.args:
21436         * docs/plugins/inspect/plugin-alpha.xml:
21437         * docs/plugins/inspect/plugin-rtp.xml:
21438         * gst/level/gstlevel.c: (gst_level_set_caps),
21439         (gst_level_transform_ip):
21440           updating docs
21441
21442 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21443
21444         * Makefile.am:
21445         * check/elements/level.c: (GST_START_TEST):
21446         * gst/level/Makefile.am:
21447         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21448         (gst_level_set_property), (gst_level_get_property),
21449         (gst_level_set_caps), (gst_level_message_new),
21450         (gst_level_transform_ip):
21451         * gst/level/gstlevel.h:
21452         * gst/level/level-example.c: (message_handler), (main):
21453           convert to using GstClockTime for all time values, finally.
21454
21455 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21456
21457         * gst/auparse/Makefile.am:
21458         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21459           fix up build
21460         * configure.ac:
21461         * ext/cairo/Makefile.am:
21462         * ext/dv/Makefile.am:
21463         * ext/esd/Makefile.am:
21464         * ext/flac/Makefile.am:
21465         * ext/gconf/Makefile.am:
21466         * ext/gdk_pixbuf/Makefile.am:
21467         * ext/jpeg/Makefile.am:
21468         * ext/ladspa/Makefile.am:
21469         * ext/libcaca/Makefile.am:
21470         * ext/libmng/Makefile.am:
21471         * ext/libpng/Makefile.am:
21472         * ext/mikmod/Makefile.am:
21473         * ext/pango/Makefile.am:
21474         * ext/raw1394/Makefile.am:
21475         * ext/shout2/Makefile.am:
21476         * ext/speex/Makefile.am:
21477         * gst/alpha/Makefile.am:
21478         * gst/autodetect/Makefile.am:
21479         * gst/avi/Makefile.am:
21480         * gst/cutter/Makefile.am:
21481         * gst/debug/Makefile.am:
21482         * gst/effectv/Makefile.am:
21483         * gst/flx/Makefile.am:
21484         * gst/goom/Makefile.am:
21485         * gst/interleave/Makefile.am:
21486         * gst/law/Makefile.am:
21487         * gst/matroska/Makefile.am:
21488         * gst/median/Makefile.am:
21489         * gst/monoscope/Makefile.am:
21490         * gst/multipart/Makefile.am:
21491         * gst/oldcore/Makefile.am:
21492         * gst/rtp/Makefile.am:
21493         * gst/rtsp/Makefile.am:
21494         * gst/smoothwave/Makefile.am:
21495         * gst/smpte/Makefile.am:
21496         * gst/videobox/Makefile.am:
21497         * gst/videofilter/Makefile.am:
21498         * gst/videomixer/Makefile.am:
21499         * gst/wavenc/Makefile.am:
21500         * gst/wavparse/Makefile.am:
21501         * sys/oss/Makefile.am:
21502         * sys/osxaudio/Makefile.am:
21503         * sys/osxvideo/Makefile.am:
21504           fix up GST_LIBS use
21505
21506 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21507
21508         * gst/auparse/Makefile.am:
21509         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21510           fix build of auparse
21511
21512 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21513
21514         * configure.ac:
21515         * PORTED_09:
21516         * gst/auparse/gstauparse.c:
21517         * gst/auparse/gstauparse.h:
21518         Auparse ported to 0.9.
21519
21520 2005-09-22  Wim Taymans  <wim@fluendo.com>
21521
21522         * gst/rtp/TODO:
21523         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21524         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21525         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21526         (gst_rtpmp4venc_set_property):
21527         * gst/rtp/gstrtpmp4venc.h:
21528         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21529         * gst/rtp/gstrtpmpaenc.h:
21530         Use is_filled to both check MTU and max-ptime of base class.
21531
21532 2005-09-22  Wim Taymans  <wim@fluendo.com>
21533
21534         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21535         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21536         (gst_rtpmp4venc_set_property):
21537         Don't fragment packets with multiple frames.
21538
21539 2005-09-22  Wim Taymans  <wim@fluendo.com>
21540
21541         * gst/rtp/TODO:
21542         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21543         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21544         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21545         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21546         (gst_rtpmp4venc_get_property):
21547         * gst/rtp/gstrtpmp4venc.h:
21548         Remove g_print.
21549         Update TODO
21550         Make payload encoder a bit smarter and more correct with
21551         timestamps.
21552         Added option in payloader to include config string in-band.
21553
21554 2005-09-21  Wim Taymans  <wim@fluendo.com>
21555
21556         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21557         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21558         (gst_rtspsrc_send):
21559         Strip spaces for key/value pairs.
21560
21561 2005-09-21  Wim Taymans  <wim@fluendo.com>
21562
21563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21564         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21565         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21566         (gst_rtspsrc_change_state):
21567         More SDP parsing and caps setting.
21568         Do NO_PREROLL differently.
21569         add pads only after negotiated.
21570
21571         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21572         (gst_udpsrc_getcaps):
21573         Implement the getcaps function.
21574
21575 2005-09-21  Wim Taymans  <wim@fluendo.com>
21576
21577         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21578         (gst_rtpamrdec_chain):
21579         Handle multiple AMr packets per payload. Handle CRC and
21580         parse ILL/ILP.
21581
21582         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21583         Make caps params strings for easy SDP mapping.
21584         
21585         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21586         Handle capsnego better.
21587
21588         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21589         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21590         Generate and parse config string in the caps.
21591
21592 2005-09-21  Wim Taymans  <wim@fluendo.com>
21593
21594         * gst/rtp/README:
21595         Update README
21596
21597         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21598         Make extra params as strings.
21599
21600         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21601         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21602         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21603         Make state change return NO_PREROLL as this is a live
21604         source.
21605
21606         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21607         Don't unref old caps when NULL.
21608
21609 2005-09-20  Wim Taymans  <wim@fluendo.com>
21610
21611         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21612         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21613         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21614         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21615         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21616         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21617         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21618         * gst/rtsp/sdpmessage.h:
21619         Add URI handler.
21620         Parse SDP and create caps.
21621
21622 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21623
21624         * gst/alpha/gstalpha.c:
21625           fix element description
21626
21627 2005-09-19  Wim Taymans  <wim@fluendo.com>
21628
21629         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21630         Don't check payload for now.
21631
21632 2005-09-19  Wim Taymans  <wim@fluendo.com>
21633
21634         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21635         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21636         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21637         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21638         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21639         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21640         (gst_wavparse_change_state):
21641         * gst/wavparse/gstwavparse.h:
21642         Fix wavparse some more.
21643
21644 2005-09-19  Wim Taymans  <wim@fluendo.com>
21645
21646         * check/elements/level.c: (GST_START_TEST):
21647         Fix for bus API change.
21648
21649 2005-09-19  Wim Taymans  <wim@fluendo.com>
21650
21651         * gst/level/level-example.c: (main):
21652         Fix for new bus API.
21653
21654         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21655         Set caps on pads.
21656
21657 2005-09-15  Wim Taymans  <wim@fluendo.com>
21658
21659         * gst/rtp/Makefile.am:
21660         * gst/rtp/README:
21661         * gst/rtp/gstrtp.c: (plugin_init):
21662         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21663         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21664         (gst_rtpamrdec_change_state):
21665         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21666         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21667         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21668         * gst/rtp/gstrtpamrenc.h:
21669         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21670         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21671         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21672         * gst/rtp/gstrtpgsmenc.h:
21673         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21674         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21675         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21676         (gst_rtpgsmparse_change_state):
21677         * gst/rtp/gstrtpgsmparse.h:
21678         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21679         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21680         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21681         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21682         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21683         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21684         * gst/rtp/gstrtph263penc.h:
21685         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21686         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21687         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21688         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21689         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21690         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21691         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21692         * gst/rtp/gstrtpmp4venc.h:
21693         * gst/rtp/gstrtpmpadec.c:
21694         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21695         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21696         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21697         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21698         * gst/rtp/gstrtpmpaenc.h:
21699         Updates to payloader/depayloaders, make payloaders use
21700         the base classes.
21701         Updated README with suggested RTP caps and how to convert
21702         to/from SDP.
21703         Added config descriptor in mp4v payloader.
21704
21705 2005-09-15  Andy Wingo  <wingo@pobox.com>
21706
21707         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21708         * gst/autodetect/gstautovideosink.c
21709         (gst_auto_video_sink_find_best): Update for new registry API.
21710
21711 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21712
21713         * common/c-to-xml.py:
21714         * common/gtk-doc-plugins.mak:
21715           a simple py script to generate valid xml from a C example
21716           probably also need to strip an MIT license when we decide
21717         * docs/plugins/Makefile.am:
21718         * gst/level/Makefile.am:
21719         * gst/level/gstlevel.c: (gst_level_init):
21720         * gst/level/level-example.c: (message_handler), (main):
21721           add an example to level that will show up in the docs
21722         * gst/rtp/TODO:
21723           add a note for the future
21724
21725 2005-09-14  Michael Smith <msmith@fluendo.com>
21726
21727         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21728           Actually define the debug object being used in wavenc. Fixes #316205
21729
21730 2005-09-14  Michael Smith <msmith@fluendo.com>
21731
21732         * gst/smpte/Makefile.am:
21733           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21734           needed to build on windows (bug 316204)
21735
21736 2005-09-12  Andy Wingo  <wingo@pobox.com>
21737
21738         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21739
21740 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21741
21742         * configure.ac:
21743         * gst/fdsrc/Makefile.am:
21744         * gst/fdsrc/gstfdsrc.c:
21745         * gst/fdsrc/gstfdsrc.h:
21746           Move fdsrc back into gstreamer core elements.
21747
21748         * gst/level/gstlevel.c: (gst_level_class_init),
21749         (gst_level_transform_ip):
21750         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21751           Basetransform changes.
21752
21753 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21754
21755         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21756         * ext/jpeg/smokecodec.c: (find_best_size):
21757           fix compiler warnings
21758
21759 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21760
21761         * gst-plugins-good.spec.in:
21762           spec file fixes
21763         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21764         (gst_multiudpsink_render), (gst_multiudpsink_add),
21765         (gst_multiudpsink_clear):
21766           it actually helps to actually stream if we hook up the
21767           "add" signal to an actual implementation
21768         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21769           some debugging
21770
21771 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21772
21773         * ext/jpeg/Makefile.am:
21774         * ext/jpeg/gstjpeg.c
21775         * ext/jpeg/gstjpegenc.c:
21776         * ext/jpeg/gstsmokeenc.c:
21777
21778 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21779
21780         * ext/flac/gstflacdec.c:
21781         * ext/flac/gstflacenc.c:
21782         * ext/flac/gstflactag.c:
21783         * ext/speex/gstspeexenc.c:
21784           gsttaginterface.h -> gsttagsetter.h
21785
21786 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21787
21788         * configure.ac:
21789         * gst/debug/Makefile.am:
21790         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21791         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21792         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21793         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21794         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21795           Port to 0.9 and re-enable efence plugin.
21796
21797 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21798
21799         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21800         (gst_flacdec_write), (gst_flacdec_convert_src):
21801         * ext/flac/gstflacdec.h:
21802           Add support for flac files with 24/32 bits per sample; and misc.
21803           minor clean-ups. Seeking is still partly broken (for me at least).
21804
21805 2005-09-06  Wim Taymans  <wim@fluendo.com>
21806
21807         * gst/rtp/Makefile.am:
21808         * gst/rtp/gstrtp.c: (plugin_init):
21809         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21810         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21811         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21812         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21813         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21814         (gst_rtpmp4vdec_plugin_init):
21815         * gst/rtp/gstrtpmp4vdec.h:
21816         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21817         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21818         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21819         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21820         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21821         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21822         * gst/rtp/gstrtpmp4venc.h:
21823         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21824         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21825         Added mpeg4 video payload encoder/decoder.
21826         Added some docs in mpa payloader.
21827
21828 === release 0.9.1 ===
21829
21830 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21831
21832         * NEWS:
21833         * README:
21834         * RELEASE:
21835         * autogen.sh:
21836         * configure.ac:
21837           releasing 0.9.1, "Blondie"
21838
21839 2005-09-05  Andy Wingo  <wingo@pobox.com>
21840
21841         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21842         here from the state change handler, so we fire signals without
21843         holding the state lock.
21844
21845 2005-09-02  Andy Wingo  <wingo@pobox.com>
21846
21847         * All plugins updated for element state changes.
21848
21849 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21850
21851         * Makefile.am:
21852         * check/.cvsignore:
21853         * check/Makefile.am:
21854         * check/elements/.cvsignore:
21855         * check/elements/level.c: (setup_level), (cleanup_level),
21856         (GST_START_TEST), (level_suite), (main):
21857           add a test for level
21858         * common/release.mak:
21859           move the enum checking to release.mak
21860         * configure.ac:
21861           add valgrind and check checking
21862         * gst/level/gstlevel.c: (gst_level_transform):
21863         * gst/level/gstlevel.h:
21864           fix Andy's cast bug
21865           convert a field to int
21866           fix the arithmetic to int when checking for emit so that a
21867           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21868
21869 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21870
21871         * Makefile.am:
21872         * configure.ac:
21873           add docs to build
21874         * common/plugins.xsl:
21875           wrap Description into a refsect2
21876         * docs/Makefile.am:
21877         * docs/plugins/Makefile.am:
21878         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21879         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21880         * gst/goom/Makefile.am:
21881         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21882         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21883         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21884         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21885         (gst_goom_change_state):
21886         * gst/goom/gstgoom.h:
21887           GstGOOM -> GstGoom
21888           add an example launch line
21889         * gst/level/gstlevel.h:
21890         * gst/monoscope/gstmonoscope.c:
21891           cleanups
21892
21893 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * configure.ac:
21896         * docs/plugins/Makefile.am:
21897         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21898         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21899         * docs/plugins/gst-plugins-good-plugins.types:
21900           document elements and plugins.  Shazam !
21901
21902 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21903
21904         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21905           be found under doc/random/ChangeLog-0.8