f4f86ceb2e252b500f58177b95e0e28fc782b3ff
[platform/upstream/gst-plugins-good.git] / ChangeLog
1 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
2
3         * configure.ac:
4           Require core cvs.
5
6 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
7
8         * gst/avi/gstavimux.c:
9           Rename api from _flush to _reset_tags. 
10
11 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
12
13         * gst/avi/gstavimux.c:
14           Use new tagsetter api to flush tags.
15
16 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
17
18         * tests/check/elements/deinterleave.c: (deinterleave_suite):
19         Increase timeout to 3 minutes to prevent timeouts.
20
21 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
22
23         * tests/check/elements/interleave.c: (interleave_suite):
24         Increase timeout to 3 minutes to prevent timeouts.
25
26 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
27
28         * gst/avi/gstavimux.c:
29         * gst/avi/gstavimux.h:
30           Totally remove the internal taglists and fully use tagsetter.
31
32 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
33
34         * gst/avi/gstavimux.c:
35           Instead of filtering wrongly just use the mergemode. Applications is
36           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
37           avi for real (I hope). Everyone chime in, before I fix the others.
38
39 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
40
41         * ext/pulse/pulsemixerctrl.c:
42           Add note about memleak.
43
44 2008-12-13  Edward Hervey  <bilboed@gmail.com>
45
46         * m4/Makefile.am:
47         A couple more .m4 that aren't shipped anymore with gettext 0.17.
48
49 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
50
51         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
52         (gst_flac_dec_init):
53         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
54         (gst_alaw_dec_init):
55         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
56         (gst_alaw_enc_init):
57         * gst/law/alaw.c: (plugin_init):
58         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
59         (gst_mulawdec_init):
60         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
61         (gst_mulawenc_init):
62         * gst/law/mulaw.c: (plugin_init):
63         Switch to using GstStaticPadTemplate.
64         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
65         Don't forget to free the addrinfo structure.
66         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
67         (gst_wavparse_sink_activate):
68         Don't forget to unref the GstAdapter.
69
70 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
71
72         * m4/Makefile.am:
73         inttypes.m4 hasn't been available since gettext-0.15, and since we now
74         require gettext >= 0.17 ... we can remove it from the list of files to
75         dist.
76
77 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
78
79         * gst/avi/gstavidemux.c:
80           More logging.
81
82         * gst/avi/gstavimux.c:
83           Handle more metadata fields. Better estimate of metadata size. Don't
84           merge received tags, if application has specified tags using
85           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
86
87 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
88
89         * tests/check/Makefile.am:
90         Also ignore pulsemixer for the states unit test.
91
92 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
93
94         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
95         Add an EOI marker at the end of the jpeg frame when it's missing.
96         Fixes #563056.
97
98 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
99
100         * tests/check/elements/videocrop.c: (check_1x1_buffer):
101         Update the unit test for the new color values for BT.601 red.
102         Fixes bug #563510.
103
104 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
105
106         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
107           Restore previous behaviour of not passing QoS and navigation
108           events upstream, which presumably wasn't meant to be changed.
109
110 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
111
112         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
113         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
114         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
115         (gst_dvdemux_chain), (gst_dvdemux_loop),
116         (gst_dvdemux_change_state):
117         Add srcpads only when needed and remove them again when going
118         back to READY. This prevents stalled pipelines if there's no
119         audio inside the DV stream, which happens for many MXF files.
120
121 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
122
123         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
124         (run_server):
125         The ports in libsoup are unsigned integers and not signed
126         integers.
127
128 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
129
130         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
131         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
132         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
133         (gst_dvdemux_chain), (gst_dvdemux_loop),
134         (gst_dvdemux_change_state):
135         Add srcpads only when they're needed. If we add all pads in any
136         case we will get a stalling audio pad if the stream contains
137         no audio, which is the case for many MXF files.
138
139 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
140
141         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
142         Forward all events upstream unless it's something we really
143         don't handle. This fixes latency configuration of pipelines.
144
145 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
146
147         * ext/dv/gstdv.c: (plugin_init):
148         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
149         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
150         Really call dv_init() exactly one time, not one time for
151         the demuxer and one time for the decoder.
152
153 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
154
155         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
156         Copy incomming timestamp to outgoing packets.
157
158 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
159
160         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
161         (gst_rtp_mp4v_pay_event):
162         Don't try to push packets before we could find a valid config
163         startcode. Fixes #563509.
164
165 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
166
167         Patch by: Brian Cameron <brian.cameron at sun dot com>
168
169         * sys/sunaudio/gstsunaudiomixerctrl.c:
170         (gst_sunaudiomixer_ctrl_open):
171         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
172
173 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
174
175         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
176
177         * configure.ac:
178         Make usage of libv4l optional by a configure parameter.
179         Fixes bug #563504.
180
181 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
182
183         * docs/plugins/Makefile.am:
184         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
185         * docs/plugins/gst-plugins-good-plugins-sections.txt:
186         * docs/plugins/gst-plugins-good-plugins.args:
187         * docs/plugins/gst-plugins-good-plugins.hierarchy:
188         * docs/plugins/gst-plugins-good-plugins.interfaces:
189         * docs/plugins/inspect/plugin-1394.xml:
190         * docs/plugins/inspect/plugin-aasink.xml:
191         * docs/plugins/inspect/plugin-alaw.xml:
192         * docs/plugins/inspect/plugin-alpha.xml:
193         * docs/plugins/inspect/plugin-alphacolor.xml:
194         * docs/plugins/inspect/plugin-annodex.xml:
195         * docs/plugins/inspect/plugin-apetag.xml:
196         * docs/plugins/inspect/plugin-audiofx.xml:
197         * docs/plugins/inspect/plugin-auparse.xml:
198         * docs/plugins/inspect/plugin-autodetect.xml:
199         * docs/plugins/inspect/plugin-avi.xml:
200         * docs/plugins/inspect/plugin-cacasink.xml:
201         * docs/plugins/inspect/plugin-cairo.xml:
202         * docs/plugins/inspect/plugin-cutter.xml:
203         * docs/plugins/inspect/plugin-debug.xml:
204         * docs/plugins/inspect/plugin-dv.xml:
205         * docs/plugins/inspect/plugin-efence.xml:
206         * docs/plugins/inspect/plugin-effectv.xml:
207         * docs/plugins/inspect/plugin-equalizer.xml:
208         * docs/plugins/inspect/plugin-esdsink.xml:
209         * docs/plugins/inspect/plugin-flac.xml:
210         * docs/plugins/inspect/plugin-flxdec.xml:
211         * docs/plugins/inspect/plugin-gamma.xml:
212         * docs/plugins/inspect/plugin-gconfelements.xml:
213         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
214         * docs/plugins/inspect/plugin-goom.xml:
215         * docs/plugins/inspect/plugin-goom2k1.xml:
216         * docs/plugins/inspect/plugin-halelements.xml:
217         * docs/plugins/inspect/plugin-icydemux.xml:
218         * docs/plugins/inspect/plugin-id3demux.xml:
219         * docs/plugins/inspect/plugin-interleave.xml:
220         * docs/plugins/inspect/plugin-jpeg.xml:
221         * docs/plugins/inspect/plugin-level.xml:
222         * docs/plugins/inspect/plugin-matroska.xml:
223         * docs/plugins/inspect/plugin-monoscope.xml:
224         * docs/plugins/inspect/plugin-mulaw.xml:
225         * docs/plugins/inspect/plugin-multifile.xml:
226         * docs/plugins/inspect/plugin-multipart.xml:
227         * docs/plugins/inspect/plugin-navigationtest.xml:
228         * docs/plugins/inspect/plugin-ossaudio.xml:
229         * docs/plugins/inspect/plugin-png.xml:
230         * docs/plugins/inspect/plugin-pulseaudio.xml:
231         * docs/plugins/inspect/plugin-quicktime.xml:
232         * docs/plugins/inspect/plugin-replaygain.xml:
233         * docs/plugins/inspect/plugin-rtp.xml:
234         * docs/plugins/inspect/plugin-rtsp.xml:
235         * docs/plugins/inspect/plugin-shout2send.xml:
236         * docs/plugins/inspect/plugin-smpte.xml:
237         * docs/plugins/inspect/plugin-soup.xml:
238         * docs/plugins/inspect/plugin-spectrum.xml:
239         * docs/plugins/inspect/plugin-speex.xml:
240         * docs/plugins/inspect/plugin-taglib.xml:
241         * docs/plugins/inspect/plugin-udp.xml:
242         * docs/plugins/inspect/plugin-video4linux2.xml:
243         * docs/plugins/inspect/plugin-videobalance.xml:
244         * docs/plugins/inspect/plugin-videobox.xml:
245         * docs/plugins/inspect/plugin-videocrop.xml:
246         * docs/plugins/inspect/plugin-videoflip.xml:
247         * docs/plugins/inspect/plugin-videomixer.xml:
248         * docs/plugins/inspect/plugin-wavenc.xml:
249         * docs/plugins/inspect/plugin-wavpack.xml:
250         * docs/plugins/inspect/plugin-wavparse.xml:
251         * docs/plugins/inspect/plugin-ximagesrc.xml:
252         * gst/matroska/matroska-demux.c:
253         * gst/matroska/matroska-demux.h:
254         * gst/matroska/matroska-mux.c:
255         * gst/matroska/matroska-mux.h:
256         Add documentation for matroskamux and matroskademux and
257         update the inspection xml files.
258
259 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
260
261         * configure.ac:
262         Apparently AC_CONFIG_MACRO_DIR breaks when using more
263         than one macro directory, reverting last change.
264
265 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
266
267         * configure.ac:
268         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
269         our M4 macros.
270
271 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
272
273         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
274         Provide the parameters that are required for the format string
275         to fix a compiler warning.
276
277 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
278
279         * gst/autodetect/gstautoaudiosrc.c:
280           Fix classification.
281
282 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
283
284         Patch by: Cygwin Ports maintainer
285                   <yselkowitz at users dot sourceforge dot net>
286
287         * autogen.sh:
288         * configure.ac:
289         Require gettext 0.17 because older versions don't mix with libtool
290         2.2. At build time an older gettext version will still work.
291         Fixes bug #556091.
292
293 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
294
295         Patch by: Peter Kjellerstedt <pkj at axis com>
296
297         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
298         Make gst_multiudpsink_render() ignore errors from sendto() instead of
299         breaking streaming. Emit a warning instead. Fixes #562572.
300
301 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
302
303         Patch by: Ron McOuat <rmcouat at smartt dot com>
304
305         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
306         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
307         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
308         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
309         * ext/soup/gstsouphttpsrc.h:
310         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
311         (digest_auth_cb), (run_test), (GST_START_TEST),
312         (souphttpsrc_suite), (run_server):
313         Add support for basic and digest authentication in souphttpsrc.
314         Fixes bug #561775.
315
316 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
317
318         Patch by: Pepijn Van Eeckhoudt
319                       <pepijn dot vaneeckhoudt at luciad dot com>
320
321         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
322         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
323         * gst/wavenc/gstwavenc.h:
324         * gst/wavenc/riff.h:
325         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
326
327 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
328
329         Patch by: 이문형 <iwings at gmail dot com>
330
331         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
332         Prevent further read/write actions taken to the connect-failed socket by
333         erroring out quickly. See #562258.
334
335 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
336
337         * tests/examples/level/level-example.c:
338           Set fakesink to sync. Otherwise people might question the message
339           interval. Nevertheless the timestamp in the message is what matters.
340
341 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
342
343         * tests/icles/.cvsignore:
344         cvsignore newly generated file.
345
346 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
347
348         * gst/rtp/gstasteriskh263.c:
349         * gst/rtp/gstasteriskh263.h:
350         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
351         * gst/rtp/gstrtpL16depay.h:
352         * gst/rtp/gstrtpL16pay.c:
353         * gst/rtp/gstrtpL16pay.h:
354         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
355         * gst/rtp/gstrtpac3depay.h:
356         * gst/rtp/gstrtpamrdepay.c:
357         * gst/rtp/gstrtpamrdepay.h:
358         * gst/rtp/gstrtpamrpay.c:
359         * gst/rtp/gstrtpamrpay.h:
360         * gst/rtp/gstrtpdepay.c:
361         * gst/rtp/gstrtpdepay.h:
362         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
363         * gst/rtp/gstrtpg726depay.c:
364         * gst/rtp/gstrtpg726pay.c:
365         * gst/rtp/gstrtpg729depay.c:
366         * gst/rtp/gstrtpg729pay.c:
367         * gst/rtp/gstrtpgsmdepay.c:
368         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
369         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
370         * gst/rtp/gstrtph263depay.h:
371         * gst/rtp/gstrtph263pay.c:
372         * gst/rtp/gstrtph263pay.h:
373         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
374         * gst/rtp/gstrtph263pdepay.h:
375         * gst/rtp/gstrtph263ppay.c:
376         * gst/rtp/gstrtph263ppay.h:
377         * gst/rtp/gstrtph264depay.c:
378         * gst/rtp/gstrtph264depay.h:
379         * gst/rtp/gstrtph264pay.c:
380         * gst/rtp/gstrtph264pay.h:
381         * gst/rtp/gstrtpilbcdepay.c:
382         * gst/rtp/gstrtpilbcpay.c:
383         * gst/rtp/gstrtpjpegdepay.h:
384         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
385         * gst/rtp/gstrtpmp1sdepay.h:
386         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
387         * gst/rtp/gstrtpmp2tdepay.h:
388         * gst/rtp/gstrtpmp2tpay.c:
389         * gst/rtp/gstrtpmp2tpay.h:
390         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
391         * gst/rtp/gstrtpmp4apay.c:
392         * gst/rtp/gstrtpmp4apay.h:
393         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
394         * gst/rtp/gstrtpmp4gdepay.h:
395         * gst/rtp/gstrtpmp4gpay.c:
396         * gst/rtp/gstrtpmp4gpay.h:
397         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
398         * gst/rtp/gstrtpmp4vdepay.h:
399         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
400         * gst/rtp/gstrtpmp4vpay.h:
401         * gst/rtp/gstrtpmpadepay.c:
402         * gst/rtp/gstrtpmpadepay.h:
403         * gst/rtp/gstrtpmpapay.c:
404         * gst/rtp/gstrtpmpapay.h:
405         * gst/rtp/gstrtpmpvdepay.c:
406         * gst/rtp/gstrtpmpvdepay.h:
407         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
408         * gst/rtp/gstrtppcmapay.c:
409         * gst/rtp/gstrtppcmudepay.c:
410         * gst/rtp/gstrtppcmupay.c:
411         * gst/rtp/gstrtpspeexdepay.c:
412         * gst/rtp/gstrtpspeexpay.c:
413         * gst/rtp/gstrtpsv3vdepay.c:
414         * gst/rtp/gstrtpsv3vdepay.h:
415         * gst/rtp/gstrtptheoradepay.c:
416         * gst/rtp/gstrtptheoradepay.h:
417         * gst/rtp/gstrtptheorapay.c:
418         * gst/rtp/gstrtptheorapay.h:
419         * gst/rtp/gstrtpvorbisdepay.c:
420         * gst/rtp/gstrtpvorbisdepay.h:
421         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
422         * gst/rtp/gstrtpvorbispay.h:
423         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
424         * gst/rtp/gstrtpvrawpay.c:
425         Fix the descriptions and fix some email addresses.
426
427 2008-11-25  Julien Moutte  <julien@fluendo.com>
428
429         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
430         to supported qtdemux video codecs as I found some video clips using 
431         those.
432
433 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
434
435         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
436         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
437         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
438         (gst_auto_video_sink_detect):
439         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
440         Post an error when we can't set the internal ghostpad target.
441
442 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
443
444         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
445         (gst_video_crop_transform), (gst_video_crop_transform_caps),
446         (gst_video_crop_set_caps), (gst_video_crop_set_property):
447         * gst/videocrop/gstvideocrop.h:
448         Fix renegotiation when changing properties using the new basetransform
449         features. Fixes #561502.
450
451         * tests/icles/Makefile.am:
452         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
453         Add crazy interactive test unit for dynamically changing properties.
454
455 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
456
457         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
458         (gst_rtspsrc_parse_range):
459         Add some more debugging.
460         Use the reanges received from the server unconditionally.
461         Fixes #561625.
462
463 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
464
465         * ext/pulse/pulsesink.c:
466           Change #if 0 to something more expresive and add pointer to related
467           bug ticket.
468
469 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
470
471         Patch by: Tal Shalif <tshalif at nargila dot org>
472
473         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
474         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
475         the latter don't exist on some systems (mingw). Fixes bug #561990.
476
477 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
478
479         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
480
481         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
482         Add transferMode.dnla.org header to HTTP requests as this is
483         required by the DLNA specs and doesn't hurt in other situations.
484         Fixes bug #561802.
485
486 2008-11-20  Michael Smith <msmith@songbirdnest.com>
487
488         * sys/osxvideo/osxvideosink.h:
489         * sys/osxvideo/osxvideosink.m:
490           Handle video window resizing more correctly, avoiding crashes when
491           embedding the window and resizing it.
492
493 2008-11-20  Michael Smith <msmith@songbirdnest.com>
494
495         * gst/udp/gstmultiudpsink.c:
496         * gst/udp/gstudpnetutils.c:
497         * gst/udp/gstudpnetutils.h:
498         * gst/udp/gstudpsrc.c:
499           Fix multiudpsink on OSX by passing the specific length of the socket,
500           refactor that into a function shared with the same thing in udpsrc.
501
502 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
503
504         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
505         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
506         (gst_wavparse_stream_headers):
507         Fix the scaling code.
508         Fix parsing of the INFO chunks, we were reading the wrong number of
509         bytes.  Fixes #561580.
510
511 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
512
513         * gst/matroska/matroska-mux.c:
514         Fix NULL pointer dereference of an unset codec_id in the recently 
515         added Dirac paths
516
517 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
518
519         * tests/check/Makefile.am:
520         Just keep disabling elements that hang the states test until it
521         works.
522
523 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
524
525         * ext/libpng/gstpngenc.c:
526         Don't flush downstream after every buffer - that's not what
527         this libpng callback is for at all!
528
529 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
530
531         * sys/v4l2/v4l2src_calls.c:
532           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
533           (gst_v4l2src_probe_caps_for_format):
534           Turns out we don't always get the frame sizes in a predefined
535           order from lowest to highest resolution, so let's just sort the
536           list by frame size once we've queried the possible resolutions
537           rather than assume any particular order. Fixes probed caps for
538           the camera in my HP2133 mini notebook and makes v4l2src default
539           to a decent size.
540
541 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
542
543         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
544         * gst/matroska/matroska-ids.h:
545         Make mkvdemux aware of E-AC3.
546
547 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
548
549         * gst/rtp/Makefile.am:
550         * gst/rtp/gstrtp.c: (plugin_init):
551         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
552         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
553         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
554         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
555         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
556         (gst_rtp_jpeg_depay_change_state),
557         (gst_rtp_jpeg_depay_plugin_init):
558         * gst/rtp/gstrtpjpegdepay.h:
559         Add a jpeg depayloader.
560
561         * gst/rtp/gstrtpjpegpay.c:
562         Set the default properties on the payloader to better defaults.
563
564 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
565
566         * sys/v4l2/gstv4l2.c:
567           Give it a primary rank for autovideosrc.
568
569 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
570
571         Patch by: Bjorn Ostby <bjornos at axis dot com>
572
573         * gst/rtp/Makefile.am:
574         * gst/rtp/gstrtp.c: (plugin_init):
575         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
576         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
577         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
578         (gst_rtp_jpeg_pay_read_quant_table),
579         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
580         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
581         (gst_rtp_jpeg_pay_plugin_init):
582         * gst/rtp/gstrtpjpegpay.h:
583         Add JPEG payloader. Fixes #560756.
584
585 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
586
587         Patch by: Fabricio Godoy <skarllot at gmail dot com>
588
589         * sys/oss/gstosssink.c: (gst_oss_sink_open):
590         * sys/oss/gstosssrc.c: (gst_oss_src_open):
591         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
592         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
593         Fix some spelling mistakes. Fixes #556802.
594
595 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
596
597         * gst/equalizer/GstIirEqualizer10Bands.prs:
598         * gst/equalizer/GstIirEqualizer3Bands.prs:
599         * gst/equalizer/Makefile.am:
600         * gst/equalizer/gstiirequalizer10bands.c:
601         * gst/equalizer/gstiirequalizer3bands.c:
602           Add presets for equalizer. Fixes #522183.
603
604 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
605
606         * gst/rtsp/Makefile.am:
607         * gst/rtsp/gstrtsp.c: (plugin_init):
608         * gst/rtsp/gstrtspgoogle.c:
609         * gst/rtsp/gstrtspgoogle.h:
610         Remove google extension again, it's not needed anymore because we never
611         send multiple transports anymore.
612
613 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
614
615         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
616
617         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
618         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
619         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
620         (gst_rtspsrc_stream_free),
621         (gst_rtspsrc_stream_configure_udp_sinks),
622         (gst_rtspsrc_stream_configure_transport),
623         (gst_rtspsrc_send_dummy_packets),
624         (gst_rtspsrc_create_transports_string),
625         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
626         * gst/rtsp/gstrtspsrc.h:
627         Add property to configure NAT traversal method.
628         Ignore EOS from the internal sinks.
629         Implement sending dummy packets as a (simple) method to open up
630         some firewalls.
631         Send PLAY request to the server after we started the udp sources.
632         Fixes #559545.
633
634 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
635
636         Patch by: Yotam <sh dot yotam at gmail dot com>
637
638         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
639         Flush the remaining frames on EOS. Fixes #560641.
640
641 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
642
643         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
644         Fix compiler warning about printf formatting.
645
646 2008-11-12  Andy Wingo  <wingo@pobox.com>
647
648         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
649         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
650         segment events instead of sending them from the seeking thread.
651         Fixes #559288.
652         (gst_qtdemux_push_pending_newsegment): New helper, sends out
653         queued newsegment events.
654         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
655         call it here, as we only seek when looping, and only push in the
656         movie state.
657
658 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
659
660         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
661         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
662         * gst/qtdemux/qtdemux_fourcc.h:
663         * gst/qtdemux/qtdemux_types.c:
664         Add cover and alternative copyright tag, and enhance some existing
665         ones by marking them as container atoms.
666
667 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
668
669         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
670         Don't ignore the return value of setcaps.
671
672 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
673
674         Patch by: Olivier Crete <tester at tester dot ca>
675
676         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
677         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
678         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
679         * gst/rtp/gstrtpg729pay.h:
680         Replace G729 payloader with an improved version. Fixes #532409.
681
682 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
683
684         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
685         (gst_rtspsrc_change_state):
686         Only send one transport at a time for improved compatibility with some
687         broken servers. See #537832.
688
689 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
690
691         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
692         (gst_rtspsrc_perform_seek):
693         Only pause/play in the seek handler when the source was playing.
694         Fixes #529379.
695
696 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
697
698         * gst/matroska/matroska-mux.c:
699         (gst_matroska_mux_handle_dirac_packet):
700         Fix muxing of Dirac streams if the input already has the format
701         we need, i.e. is the output of matroskademux.
702
703 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
704
705         * gst/avi/gstavimux.c:
706           Don't segfault on string typed tags being NULL. Fixes #560155.
707
708 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
709
710         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
711         (gst_matroska_mux_audio_pad_setcaps):
712         Fix mapping AAC profile to Matroska codec id.
713
714 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
715
716         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
717         (qtdemux_video_caps), (qtdemux_audio_caps):
718         Refactor some raw audio caps building, and handle >16-bit cases.
719         Fix/replace building caps from a string description.
720
721 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
722
723         * gst/audiofx/audiowsincband.c:
724         * gst/audiofx/audiowsinclimit.c:
725         * gst/cutter/gstcutter.c:
726           Make author name consistent with others.
727
728 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
729
730         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
731
732         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
733         (gst_rtspsrc_stream_configure_udp_sink):
734         Pause the RTSP stream before doing a new play request.
735         Make sure that adding the udpsinks does not cause the rtspsrc to become
736         a sink. Fixes #559547.
737
738 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
739
740         * gst/matroska/matroska-ids.h:
741         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
742         (gst_matroska_mux_handle_dirac_packet),
743         (gst_matroska_mux_write_data):
744         Implement Dirac muxing into Matroska comforming to the spec, i.e.
745         put all Dirac packages up to a picture into a Matroska block.
746
747         TODO: Implement writing of the ReferenceBlock Matroska elements,
748         currently the Dirac muxing is only 100% correct if Matroska version 2
749         is selected for muxing.
750
751 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
752
753         Patch by: Bastien Nocera <hadess at hadess dot net>,
754                   Hans de Goede <jwrdegoede at fedoraproject dot org>
755
756         * configure.ac:
757         * sys/v4l2/Makefile.am:
758         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
759         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
760         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
761         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
762         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
763         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
764         (gst_v4l2_get_input), (gst_v4l2_set_input):
765         * sys/v4l2/v4l2_calls.h:
766         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
767         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
768         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
769         (gst_v4l2src_fill_format_list),
770         (gst_v4l2src_probe_caps_for_format_and_size),
771         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
772         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
773         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
774         (gst_v4l2src_get_nearest_size):
775         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
776
777 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
778
779         * ext/aalib/Makefile.am:
780         * ext/annodex/Makefile.am:
781         * ext/cairo/Makefile.am:
782         * ext/dv/Makefile.am:
783         * ext/esd/Makefile.am:
784         * ext/flac/Makefile.am:
785         * ext/gconf/Makefile.am:
786         * ext/gdk_pixbuf/Makefile.am:
787         * ext/hal/Makefile.am:
788         * ext/jpeg/Makefile.am:
789         * ext/ladspa/Makefile.am:
790         * ext/libcaca/Makefile.am:
791         * ext/libmng/Makefile.am:
792         * ext/libpng/Makefile.am:
793         * ext/mikmod/Makefile.am:
794         * ext/pulse/Makefile.am:
795         * ext/raw1394/Makefile.am:
796         * ext/shout2/Makefile.am:
797         * ext/soup/Makefile.am:
798         * ext/speex/Makefile.am:
799         * ext/taglib/Makefile.am:
800         * ext/wavpack/Makefile.am:
801         * gst/alpha/Makefile.am:
802         * gst/apetag/Makefile.am:
803         * gst/audiofx/Makefile.am:
804         * gst/auparse/Makefile.am:
805         * gst/autodetect/Makefile.am:
806         * gst/avi/Makefile.am:
807         * gst/cutter/Makefile.am:
808         * gst/debug/Makefile.am:
809         * gst/effectv/Makefile.am:
810         * gst/equalizer/Makefile.am:
811         * gst/flx/Makefile.am:
812         * gst/goom/Makefile.am:
813         * gst/goom2k1/Makefile.am:
814         * gst/icydemux/Makefile.am:
815         * gst/id3demux/Makefile.am:
816         * gst/interleave/Makefile.am:
817         * gst/law/Makefile.am:
818         * gst/level/Makefile.am:
819         * gst/matroska/Makefile.am:
820         * gst/median/Makefile.am:
821         * gst/monoscope/Makefile.am:
822         * gst/multifile/Makefile.am:
823         * gst/multipart/Makefile.am:
824         * gst/oldcore/Makefile.am:
825         * gst/qtdemux/Makefile.am:
826         * gst/replaygain/Makefile.am:
827         * gst/rtp/Makefile.am:
828         * gst/rtsp/Makefile.am:
829         * gst/smpte/Makefile.am:
830         * gst/spectrum/Makefile.am:
831         * gst/udp/Makefile.am:
832         * gst/videobox/Makefile.am:
833         * gst/videocrop/Makefile.am:
834         * gst/videofilter/Makefile.am:
835         * gst/videomixer/Makefile.am:
836         * gst/wavenc/Makefile.am:
837         * gst/wavparse/Makefile.am:
838         * sys/directdraw/Makefile.am:
839         * sys/directsound/Makefile.am:
840         * sys/oss/Makefile.am:
841         * sys/osxaudio/Makefile.am:
842         * sys/osxvideo/Makefile.am:
843         * sys/sunaudio/Makefile.am:
844         * sys/v4l2/Makefile.am:
845         * sys/waveform/Makefile.am:
846         * sys/ximage/Makefile.am:
847           Don't install static libs for plugins. Fixes #550851 for -good.
848
849 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
850
851         * ext/flac/Makefile.am:
852         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
853         This fixes compilation if FLAC is installed in an uncommon location
854         that is not already handled by other CFLAGS. Fixes bug #558711.
855
856 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
857
858         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
859         Guard more uncommon formats with ifdefs so that we can compile on older
860         versions.
861
862 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
863
864         Patch by: Nick Haddad <nick at haddads dot net>
865
866         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
867         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
868         (gst_avi_demux_stream_data):
869         Invert other uncompressed RGB formats. Fixes #558554.
870
871 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
872
873         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
874         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
875         * gst/wavenc/gstwavenc.h:
876         Add support for float/double as input and remove the (nowadays)
877         useless parsing of the depth as we require width==depth.
878
879 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
880
881         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
882         * gst/rtp/gstrtpmpapay.c:
883         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
884         mpeg version 1. Fixes #558427.
885
886 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
887
888         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
889         (gst_rtp_L16_pay_getcaps):
890         Only put an integral amount of samples in the RTP packet.
891         Fixes #556641.
892
893 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
894
895         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
896         * gst/rtp/gstrtpchannels.h:
897         Add method to get possible channel positions.
898
899 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
900
901         * gst/rtp/Makefile.am:
902         Also commit updated makefile
903
904 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
905
906         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
907         Don't allow width=32,depth=24 as input. WAV requires that the width
908         is the next integer multiply of 8 from the depth.
909
910 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
911
912         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
913         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
914         (gst_rtp_L16_pay_getcaps):
915         * gst/rtp/gstrtpchannels.c: (check_channels),
916         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
917         (gst_rtp_channels_create_default):
918         * gst/rtp/gstrtpchannels.h:
919         Add mappings for multichannel support. Does not completely just work
920         because the getcaps function does not yet return the allowed channel
921         mappings. See #556641.
922
923 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
924
925         * gst/goom/Makefile.am:
926         * gst/goom/README:
927         * gst/goom/config_param.c:
928         * gst/goom/convolve_fx.c:
929         * gst/goom/drawmethods.c:
930         * gst/goom/drawmethods.h:
931         * gst/goom/filters.c:
932         * gst/goom/filters_mmx.s:
933         * gst/goom/flying_stars_fx.c:
934         * gst/goom/goom.h:
935         * gst/goom/goom_config.h:
936         * gst/goom/goom_config_param.h:
937         * gst/goom/goom_core.c:
938         * gst/goom/goom_filters.h:
939         * gst/goom/goom_fx.h:
940         * gst/goom/goom_graphic.h:
941         * gst/goom/goom_plugin_info.h:
942         * gst/goom/goom_tools.c:
943         * gst/goom/goom_tools.h:
944         * gst/goom/goom_typedefs.h:
945         * gst/goom/goom_visual_fx.h:
946         * gst/goom/graphic.c:
947         * gst/goom/ifs.c:
948         * gst/goom/ifs.h:
949         * gst/goom/lines.c:
950         * gst/goom/lines.h:
951         * gst/goom/mathtools.c:
952         * gst/goom/mathtools.h:
953         * gst/goom/mmx.c:
954         * gst/goom/motif_goom1.h:
955         * gst/goom/motif_goom2.h:
956         * gst/goom/plugin_info.c:
957         * gst/goom/ppc_drawings.h:
958         * gst/goom/ppc_zoom_ultimate.h:
959         * gst/goom/sound_tester.c:
960         * gst/goom/sound_tester.h:
961         * gst/goom/surf3d.c:
962         * gst/goom/surf3d.h:
963         * gst/goom/tentacle3d.c:
964         * gst/goom/tentacle3d.h:
965         * gst/goom/v3d.c:
966         * gst/goom/v3d.h:
967         * gst/goom/xmmx.c:
968           Add license headers in all source files. Remove filter.c from
969           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
970           which are not used right now. Fixes #557709.
971
972 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
973
974         Patch by: Olivier Crete <tester at tester dot ca>
975
976         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
977         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
978         Implement getcaps in rtpL16pay. Fixes #556484.
979
980 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
981
982         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
983         (gst_rtp_L16_depay_process):
984         Check if clock-rate and channels are valid.
985         Don't ignore the return value of setcaps.
986         No need to validate the buffer, the base class does that for us.
987         Use the marker bit to set the DISCONT flag on outgoing buffers.
988
989         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
990         Don't ignore the return value of set_outcaps.
991
992         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
993         (gst_rtp_ac3_depay_process):
994         Don't ignore the return value of set_caps.
995         No need to validate the buffer, the base class does that for us.
996
997         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
998         (gst_rtp_amr_depay_process):
999         * gst/rtp/gstrtpamrdepay.h:
1000         Don't ignore the return value of setcaps.
1001         No need to validate the buffer, the base class does that for us.
1002         No need to set output caps on the buffers, the base class does that for
1003         us.
1004         The subclass will make sure we are negotiated.
1005         
1006         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1007         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1008         * gst/rtp/gstrtpdvdepay.h:
1009         Clean up caps negotiation.
1010         The subclass will make sure we are negotiated.
1011
1012         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1013         (gst_rtp_g726_depay_process):
1014         Clean up caps negotiation.
1015         Use the marker bit to set the DISCONT flag on outgoing buffers.
1016
1017         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1018         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1019         * gst/rtp/gstrtpg729depay.h:
1020         The subclass will make sure we are negotiated.
1021         Use the marker bit to set the DISCONT flag on outgoing buffers.
1022
1023         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1024         (gst_rtp_gsm_depay_process):
1025         Clean up caps negotiation.
1026         Use the marker bit to set the DISCONT flag on outgoing buffers.
1027
1028         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1029         Clean up caps negotiation.
1030         Don't ignore the return value of set_outcaps.
1031
1032         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1033         (gst_rtp_h263_depay_process):
1034         Clean up caps negotiation.
1035         No need to validate the buffer, the base class does that for us.
1036
1037         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1038         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1039         * gst/rtp/gstrtph263pay.h:
1040         Don't ignore the return value of set_outcaps.
1041         Do some more timestamps.
1042
1043         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1044         (gst_rtp_h263p_depay_process):
1045         Clean up caps negotiation.
1046         Don't ignore the return value of setcaps.
1047         No need to validate the buffer, the base class does that for us.
1048
1049         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1050         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1051         (gst_rtp_h263p_pay_handle_buffer):
1052         * gst/rtp/gstrtph263ppay.h:
1053         Don't ignore the return value of set_outcaps.
1054         Do some more timestamps.
1055
1056         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1057         (gst_rtp_h264_depay_process):
1058         Clean up caps negotiation.
1059         Don't ignore the return value of setcaps.
1060         Fix possible caps leak.
1061         No need to validate the buffer, the base class does that for us.
1062
1063         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1064         Add some more debug info.
1065
1066         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1067         (gst_rtp_ilbc_depay_process):
1068         Clean up caps negotiation.
1069         Use the marker bit to set the DISCONT flag on outgoing buffers.
1070
1071         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1072         Clean up caps negotiation.
1073
1074         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1075         (gst_rtp_mp1s_depay_process):
1076         Clean up caps negotiation.
1077         Don't ignore the return value of setcaps.
1078         No need to validate the buffer, the base class does that for us.
1079         No need to set caps on buffers, subclass does that for us.
1080
1081         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1082         (gst_rtp_mp2t_depay_process):
1083         Clean up caps negotiation.
1084         Don't ignore the return value of setcaps.
1085         No need to validate the buffer, the base class does that for us.
1086         No need to set caps on buffers, subclass does that for us.
1087
1088         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1089         (gst_rtp_mp4a_depay_process):
1090         Clean up caps negotiation.
1091         Don't ignore the return value of setcaps.
1092         No need to validate the buffer, the base class does that for us.
1093
1094         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1095         (gst_rtp_mp4a_pay_setcaps):
1096         Don't ignore the return value of set_outcaps.
1097
1098         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1099         (gst_rtp_mp4g_depay_process):
1100         Clean up caps negotiation.
1101         Don't ignore the return value of setcaps.
1102         No need to validate the buffer, the base class does that for us.
1103         No need to set caps on buffers, subclass does that for us.
1104
1105         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1106         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1107         Don't ignore the return value of set_outcaps.
1108
1109         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1110         (gst_rtp_mp4v_depay_process):
1111         Clean up caps negotiation.
1112         Don't ignore the return value of setcaps.
1113         No need to validate the buffer, the base class does that for us.
1114         No need to set caps on buffers, subclass does that for us.
1115
1116         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1117         (gst_rtp_mp4v_pay_setcaps):
1118         Don't ignore the return value of set_outcaps.
1119
1120         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1121         (gst_rtp_mpa_depay_process):
1122         Clean up caps negotiation.
1123         Don't ignore the return value of setcaps.
1124         No need to validate the buffer, the base class does that for us.
1125         Use the marker bit to set the DISCONT flag on outgoing buffers.
1126
1127         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1128         Don't ignore the return value of set_outcaps.
1129
1130         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1131         (gst_rtp_mpv_depay_process):
1132         Clean up caps negotiation.
1133         Actually set output caps.
1134         No need to validate the buffer, the base class does that for us.
1135
1136         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1137         Don't ignore the return value of set_outcaps.
1138
1139         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1140         (gst_rtp_pcma_depay_process):
1141         Clean up caps negotiation.
1142         Set output buffer duration because we can.
1143         Use the marker bit to set the DISCONT flag on outgoing buffers.
1144
1145         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1146         Don't ignore the return value of set_outcaps.
1147
1148         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1149         (gst_rtp_pcmu_depay_process):
1150         Clean up caps negotiation.
1151         Use the marker bit to set the DISCONT flag on outgoing buffers.
1152
1153         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1154         Don't ignore the return value of set_outcaps.
1155
1156         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1157         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1158         Clean up caps negotiation.
1159         Set output caps on the pad and header buffers.
1160         Set duration on output buffers because we can.
1161
1162         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1163         Don't ignore the return value of set_outcaps.
1164
1165         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1166         (gst_rtp_sv3v_depay_process):
1167         Clean up caps negotiation.
1168         No need to validate the buffer, the base class does that for us.
1169         No need to set caps out output buffers, subclass does that.
1170
1171         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1172         (gst_rtp_theora_depay_process):
1173         Don't ignore the return value of setcaps.
1174         No need to validate the buffer, the base class does that for us.
1175
1176         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1177         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1178         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1179         (gst_rtp_theora_pay_handle_buffer):
1180         Don't ignore the return value of set_outcaps.
1181
1182         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1183         (gst_rtp_vorbis_depay_process):
1184         Don't ignore the return value of setcaps.
1185         No need to validate the buffer, the base class does that for us.
1186
1187         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1188         Don't ignore the return value of set_outcaps.
1189
1190         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1191         Clean up caps negotiation, don't ignore setcaps return.
1192
1193         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1194         Don't ignore the return value of set_outcaps.
1195
1196 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1197
1198         * gst/matroska/matroska-demux.c:
1199         (gst_matroska_demux_handle_src_event):
1200         Forward unknown events upstream.
1201
1202 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1203
1204         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1205         Add some refcount check
1206
1207         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1208         Don't ignore the result of write(), fixes a  compiler warning for me.
1209
1210         * tests/icles/videobox-test.c: (main):
1211         Make the output a little more pretty.
1212
1213 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1214
1215         * ext/esd/esdmon.c:
1216           Add doc blob.
1217
1218 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1219
1220         * docs/plugins/Makefile.am:
1221         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1222         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1223         * docs/plugins/gst-plugins-good-plugins.args:
1224         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1225         * docs/plugins/gst-plugins-good-plugins.interfaces:
1226         * docs/plugins/inspect/plugin-autodetect.xml:
1227           Add the docs of the new elements.
1228
1229 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1230
1231         * gst/autodetect/gstautoaudiosrc.c:
1232         (gst_auto_audio_src_class_init):
1233         * gst/autodetect/gstautovideosrc.c:
1234         (gst_auto_video_src_class_init):
1235         Fix "Since" tags in the documentation.
1236
1237 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1238
1239         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1240
1241         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1242         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1243         Add support for souphttpsrc to act as a live source. This makes it
1244         possible to get timestamped buffers in combination with the
1245         "do-timestamp" property. Fixes bug #556019.
1246
1247 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1248
1249         * gst/autodetect/Makefile.am:
1250         * gst/autodetect/gstautoaudiosink.c:
1251         * gst/autodetect/gstautoaudiosrc.c:
1252         * gst/autodetect/gstautoaudiosrc.h:
1253         * gst/autodetect/gstautodetect.c:
1254         * gst/autodetect/gstautovideosink.c:
1255         * gst/autodetect/gstautovideosrc.c:
1256         * gst/autodetect/gstautovideosrc.h:
1257           Implement src plugins. Little code/string cleanup in the sinks.
1258           Fixes #523813.
1259
1260 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1261
1262         Patch by: Peter Kjellerstedt <pkj at axis com>
1263
1264         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1265         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1266         Fix a memory leak when pads are requested but the pipeline never
1267         goes into PLAYING.
1268
1269         Correctly remove request pads, no matter if they have collected
1270         data or not.
1271
1272         Fixes bug #557710.
1273
1274 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1275
1276         Patch by: <lrn1986 at gmail dot com>
1277
1278         * gst/udp/gstudpnetutils.h:
1279         Define the correct WINVER so getaddinfo() can be used when using
1280         mingw32. Fixes bug #557294.
1281
1282 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1283
1284         Patch by: <lrn1986 at gmail dot com>
1285
1286         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1287         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1288         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1289         Fix "argument type mismatch" compiler warnings on Windows.
1290         Fixes bug #557293.
1291
1292 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1293
1294         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1295         Don't calculate the filter coefficients for every single buffer
1296         but only when it's needed. Fixes bug #557260.
1297
1298 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1299
1300         * configure.ac:
1301         Back to development -> 0.10.11.1
1302
1303 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1304
1305         * gst-plugins-good.doap:
1306         Fix version number of 0.10.11 release in doap file
1307
1308 === release 0.10.11 ===
1309
1310 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1311
1312         * configure.ac:
1313           releasing 0.10.11, "Secondary Consideration"
1314
1315 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1316
1317         * configure.ac:
1318         Commit 0.10.10.4 pre-release
1319
1320 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1321
1322         * gst/avi/gstavimux.c:
1323         Fix VPRP chunk setup in avimux.
1324         Fixes: #556010
1325         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1326
1327 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1328
1329         * gst/videobox/gstvideobox.c:
1330         support dynamically changing properties in videobox
1331         Fixed: #557085
1332         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1333
1334 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1335
1336         * configure.ac:
1337         0.10.10.3 pre-release
1338
1339 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1340
1341         * tests/check/Makefile.am:
1342         Don't run the states test on pulsesrc and pulsesink
1343
1344 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1345
1346         * configure.ac:
1347         Commit 0.10.10.2 pre-release bump that actually went
1348         out on 2008-10-11
1349
1350 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1351
1352         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1353         Skip entries for streams that don't have a output pad yet, thereby
1354         avoiding calling pad functions with a NULL pad.
1355         Fixes #556424
1356
1357 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1358
1359         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1360         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1361         Remove problematic and useless refcount check.
1362         Fixes #556381
1363
1364 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1365
1366         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1367         Remove problematic and useless refcount check.
1368         Fixes #556381
1369
1370 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1371
1372         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1373         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1374         Cast some size_t arguments to guint to avoid compiler
1375         warnings on 64-bit systems.
1376
1377 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1378
1379         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1380         Return TRUE instead of FALSE from the event handler when we swallowed the
1381         event.
1382
1383 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1384
1385         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1386         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1387         Reset header state. Fixes #555321.
1388
1389 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1390
1391         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1392         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1393         * gst/avi/gstavidemux.h:
1394         For timestamping audio packets we need to take into account the
1395         amount of blocks in one entry using the blockalign. Fixes some sync
1396         issues with zero-padded audio blocks in the beginning of avi files.
1397
1398 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1399
1400         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1401         (gst_multi_file_src_query):
1402         Implement DEFAULT and BUFFER position queries. See #555260.
1403
1404 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1405
1406         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1407         Fix build for systems that don't have XDamage.
1408
1409 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1410
1411         * tests/examples/rtp/client-H263p.sdp:
1412         * tests/examples/rtp/client-H263p.sh:
1413         * tests/examples/rtp/server-VTS-H263p.sh:
1414         Add some more H263p server and client examples.
1415
1416 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1417
1418         * configure.ac::
1419           Depend on released versions of core and base.
1420
1421 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1422
1423         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1424         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1425         Return -1 instead of 0 in error cases. Fixes #554771.
1426
1427 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1428
1429         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1430         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1431         Stop leaking the cursor image.
1432         Unref the last_ximage and the cached cursor image on shutdown.
1433         Fixes #551570.
1434
1435 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1436
1437         * sys/v4l2/gstv4l2object.h:
1438         Getting the Class from an instance is not just a matter of casting it to
1439         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1440         instance. Fixes #549784.
1441
1442 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1443
1444         * configure.ac:
1445           Fix libs for linking directsound.
1446         * sys/directsound/gstdirectsoundsink.c:
1447           Fix buffer sizing to prevent racing the ringbuffer at startup.
1448           Add volume property.
1449
1450 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1451
1452         * ext/pulse/pulsesink.c:
1453         Fix problems with pulsesink randomly erroring with code 'OK' after a
1454         format change on the stream by waiting when disconnecting the stream.
1455
1456 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1457
1458         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1459         (gst_rtp_amr_depay_process):
1460         Mark DISCONT on output buffers when the marker bit signals a new talk
1461         spurt.
1462
1463         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1464         Set the marker bit for buffers with a DISCONT flag to signal a talk
1465         spurt.
1466
1467 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1468
1469         * gst/rtp/Makefile.am:
1470         * gst/rtp/gstrtp.c: (plugin_init):
1471         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1472         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1473         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1474         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1475         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1476         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1477         * gst/rtp/gstrtpmp4apay.h:
1478         Added MP4A-LATM payloader to match the depayloader.
1479
1480 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1481
1482         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1483         (gst_videomixer_sink_event):
1484         Handle segments a little better. Fixes #537361.
1485
1486 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1487
1488         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1489         Don't assume the server supports PAUSE by default. Fixes #551048.
1490
1491 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1492
1493         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1494         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1495         Switch on the socket family to get the addrlen size right.
1496
1497 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1498
1499         Patch by: Daniel Franke <df at dfranke dot us>
1500
1501         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1502         OS X's bind() implementation is picky about its addrlen parameter and
1503         fails with EINVAL if it is larger than expected for the socket's address
1504         family. Set the length to the expected length instead. Fixes #553191.
1505
1506 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1507
1508         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1509         Handle the case where we cannot do desribe or when the describe result
1510         does not contain a valid SDP message.
1511
1512 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1513
1514         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1515         Fix setting the qos.
1516
1517 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1518
1519         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1520         (gst_qtdemux_chain):
1521         Some 'broken' files out there have atom lengths of zero...
1522         which basically results in qtdemux consuming that atom again and again
1523         until the *end of night* !
1524         Detect that and emits an adequate element error message.
1525
1526 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1527
1528         * gst/interleave/Makefile.am:
1529         * gst/matroska/Makefile.am:
1530         Fix build flags order.
1531
1532         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1533         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1534         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1535         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1536         Format fixes.
1537
1538         * tests/check/elements/multifile.c:
1539         Pull in unistd.h
1540
1541 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1542
1543         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1544         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1545         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1546         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1547         (gst_rtp_mp4g_depay_change_state):
1548         * gst/rtp/gstrtpmp4gdepay.h:
1549         Handle interleaved streams by reordering AU in a queue.
1550
1551 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1552
1553         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1554         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1555         Change some of the ranges in the caps, mostly for the amount of bits we
1556         can use.
1557         Added a little bitstream parse and use it to parse the AU header fields.
1558         Check for malformed and wrongly sized packets better.
1559         Implement more header field parsing.
1560         Handle the size of fragmented packets correctly.
1561
1562 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1563
1564         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1565         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1566         Add mapping for 'tiff' => image/tiff
1567         Fixes #552213
1568
1569 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1570
1571
1572         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1573         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1574           Pretend to care about the result of write() which works around
1575           compiler warnings.
1576
1577 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1578
1579         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1580           Make sure the desired default values are actually set, not only
1581           registered as defaults (actual problem is that the stereo-specific
1582           values are only updated if channels==2, which is not the case yet
1583           when the object is created, so the default values for the
1584           mid-side-stereo and loose-mid-side-stereo settings are never
1585           set in _update_quality()). Makes flacenc create smaller files by
1586           default (for stereo input), and fixes #550791.
1587
1588 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1589
1590         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1591         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1592         (qtdemux_parse_trak), (qtdemux_video_caps):
1593         * gst/qtdemux/qtdemux.h:
1594         * gst/qtdemux/qtdemux_fourcc.h:
1595         * gst/qtdemux/qtdemux_types.c:
1596         Add support for video/mj2 mime-type and its additional atoms/boxes.
1597         Fixes #550646.
1598
1599 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1600
1601         * gst/debug/gsttaginject.c:
1602           Add warning when tags parameter is unparsable and give example for
1603           quoting in the docs.
1604
1605 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1606
1607         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1608         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1609         Add some alternative byteswapped mappings that seem to pop up sometimes.
1610         Fixes #550288.
1611
1612 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1613
1614         * po/LINGUAS:
1615         * po/POTFILES.in:
1616         * po/POTFILES.skip:
1617           Add 'ca' to LINGUAS; add some more files with translations and some
1618           files which should be ignored by translation tools.
1619
1620 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1621
1622         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1623         * ext/speex/gstspeexdec.h:
1624         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1625         * ext/speex/gstspeexenc.h:
1626         Use integer encoding and decoding functions instead of converting
1627         the integer input to float in the element. The libspeex integer
1628         functions are doing this for us already or, if libspeex was compiled
1629         in integer mode, they're doing everything using integer arithmetics.
1630         Also saves some copying around.
1631
1632 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1633
1634         * configure.ac:
1635           Fix --disable-external
1636
1637 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1638
1639         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1640         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1641         * ext/wavpack/gstwavpackenc.h:
1642         Handle non-zero start timestamps and stream discontinuities
1643         correctly. This only has an effect if we're muxing into
1644         a container format as the raw WavPack stream must contain
1645         continous sample numbers.
1646
1647 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1648
1649         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1650         Correct the timestamp and granulepos calculation by one Speex
1651         frame.
1652
1653 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1654
1655         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1656         Correctly take the granulepos from upstream if possible and
1657         correctly handle the granulepos in various calculations: the
1658         granulepos is the sample number of the _last_ sample in a frame, not
1659         the first.
1660
1661         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1662         (gst_speex_enc_encode), (gst_speex_enc_chain),
1663         (gst_speex_enc_change_state):
1664         * ext/speex/gstspeexenc.h:
1665         Handle non-zero start timestamps in the encoder and detect/handle
1666         stream discontinuities. Fixes bug #547075.
1667
1668 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1669
1670         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1671
1672         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1673         Fix compiler warnings caused by passing a string as format string
1674         instead of "%s" and then the string. This is only exposed by -Wformat=2
1675         as used by default on Ubuntu. Fixes bug #550015.
1676
1677 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1678
1679         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1680         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1681         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1682         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1683         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1684           (gst_ebml_read_element_length):
1685         * gst/matroska/matroska-demux.c:
1686           (gst_matroska_demux_check_subtitle_buffer):
1687           Make stuff compile with GST_DISABLE_GST_DEBUG.
1688
1689 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1690
1691         * gst/law/alaw.c:
1692         * gst/law/mulaw.c:
1693           Ref caps before passing to gst_pad_template_new(), since that takes
1694           ownership.
1695
1696 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1697
1698         Patch by: Mersad Jelacic <mersad at axis dot com>
1699
1700         * gst/multipart/multipartdemux.c:
1701         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1702         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1703         demuxer. Fixes #549551.
1704
1705 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1706
1707         * sys/osxaudio/gstosxaudiosink.c:
1708         (gst_osx_audio_sink_select_device):
1709         * sys/osxaudio/gstosxaudiosrc.c:
1710         (gst_osx_audio_src_create_ringbuffer),
1711         (gst_osx_audio_src_select_device):
1712         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1713         Fix the build on macosx.
1714
1715 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1716
1717         * gst/icydemux/gsticydemux.c:
1718           Small docs fix: in the example pipeline, we need to pass
1719           iradio-mode=true to the source, so the server actually sends
1720           an ICY stream.
1721
1722 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1723
1724         * sys/osxaudio/gstosxaudio.c:
1725           Oops. Revert more completely.
1726
1727 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1728
1729         * sys/osxaudio/gstosxaudio.c:
1730           Revert accidental element rename from testing.
1731
1732 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1733
1734         * gst-plugins-good.doap:
1735         Pull in 0.10.10 doap entry from release branch
1736
1737 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1738
1739         * configure.ac:
1740         Update version number to reflect 0.10.10 release from
1741         branch.
1742
1743 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1744
1745         * sys/osxaudio/Makefile.am:
1746         * sys/osxaudio/gstosxaudio.c:
1747         * sys/osxaudio/gstosxaudiosink.c:
1748         * sys/osxaudio/gstosxaudiosink.h:
1749         * sys/osxaudio/gstosxaudiosrc.c:
1750         * sys/osxaudio/gstosxaudiosrc.h:
1751         * sys/osxaudio/gstosxringbuffer.c:
1752         * sys/osxaudio/gstosxringbuffer.h:
1753           Rewrite caps setting and ring buffer initialisation.
1754           Previously we never told CoreAudio what format we were going to send it,
1755           so it only worked due to luck, and not at all on some hardware.
1756           Now we explicitly advertise what formats the hardware supports, and then
1757           configure the selected one correctly.
1758
1759 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1760
1761         * sys/v4l2/gstv4l2object.c:
1762         * sys/v4l2/gstv4l2src.c:
1763         * sys/v4l2/gstv4l2src.h:
1764         * sys/v4l2/v4l2_calls.c:
1765         * sys/v4l2/v4l2src_calls.c:
1766           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1767           need to memset instance structures. Some more FIXME's and comments.
1768
1769 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1770
1771         * tests/icles/.cvsignore:
1772           Ignore more.
1773
1774 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1775
1776         * gst/goom/.cvsignore:
1777         * gst/goom2k1/.cvsignore:
1778           Ignore files.
1779
1780 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1781
1782         * ext/cairo/gsttextoverlay.c:
1783           Fix compiler warning.
1784
1785 2008-08-25  David Schleef  <ds@schleef.org>
1786
1787         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1788
1789 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1790
1791         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1792         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1793         * gst/matroska/matroska-mux.c:
1794         (gst_matroska_mux_video_pad_setcaps),
1795         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1796         Add Real[Audio|Video] support to Matroska containers.
1797         It works fine for:
1798         * decoding real audio/video streams contained in mkv
1799         * 'transmuxing' real (.rm) files into .mkv files
1800         It will not work though for encoding real[audio/video] streams that
1801         don't contain the 'mdpr_data' extra data on the caps.
1802         The reason why this will not work is because I never intended to
1803         duplicate virtually all the 'mdpr' block creation into mkvmux.
1804         Fixes #536067
1805
1806 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1807
1808         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1809         * gst/law/mulaw-conversion.c:
1810         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1811         (gst_mulawenc_chain):
1812         The encoder can't really renegotiate at the time they perform a
1813         pad-alloc so make the srcpads use fixed caps.
1814         Check the buffer size after a pad-alloc because the returned size might
1815         not be right when the downstream element does not know the size of the
1816         new buffer (capsfilter). Fixes #549073.
1817
1818 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1819
1820         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1821
1822         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1823         v4l2src doesn't have a property named "norm" so don't try to notify
1824         about changes to that property. The "norm" property and related
1825         code are commented out currently. Fixes bug #549090.
1826
1827 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1828
1829         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1830
1831         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1832         Reprobe devices again instead of taking a cached list as new
1833         devices could've been plugged in. Fixes bug #549062.
1834
1835 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1836
1837         * gst/autodetect/Makefile.am:
1838         Don't link the autodetect plugin with GConf as it doesn't
1839         use GConf. Fixes bug #545463.
1840
1841 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1842
1843         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1844         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1845         (gst_ebml_read_sint), (gst_ebml_read_float),
1846         (gst_ebml_read_header):
1847         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1848         possible to ignore errors and not post any ERROR messages on
1849         the bus.
1850
1851         * gst/matroska/matroska-demux.c:
1852         (gst_matroska_demux_parse_contents):
1853         Ignore any errors and not just EOS when parsing the contents of
1854         a SeekHead. Errors here are usually caused by truncated files
1855         and playback of the file works fine. Fixes playback of the
1856         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1857         archive.
1858
1859 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1860
1861         * gst/multipart/multipartdemux.c:
1862         * gst/multipart/multipartmux.c:
1863         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1864
1865 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1866
1867         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1868           gst_directdraw_sink_bufferpool_clear):
1869           Fix two more buffer ref leaks.
1870
1871 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1872
1873         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1874
1875         * sys/directdraw/gstdirectdrawsink.c:
1876           (gst_directdraw_sink_show_frame):
1877           Fix buffer ref leak.
1878
1879 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1880
1881         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1882         Revert the last commit. wavenc still supports width!=depth for 32 bit
1883         width. Thanks Tim.
1884
1885 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1886
1887         * gst/matroska/matroska-demux.c:
1888         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1889         If the duration of a block is unknown only use the timestamp for the
1890         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1891         laces. Otherwise every lace has the same timestamp which leads to
1892         various problems. Really fixes bug #548831.
1893
1894 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1895
1896         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1897         If we're not allowing width!=depth in wavenc we should also disable
1898         the code that was added to support width!=depth.
1899
1900 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1901
1902         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1903         Don't calculate the default duration of a frame from the audio sampling
1904         rate. This only works for raw audio if every frame contains a single
1905         sample and results in broken buffer durations for other formats
1906         if no specified default duration is given or the blocks have no
1907         duration. Fixes bug #548831.
1908
1909 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1910
1911         * gst/matroska/matroska-demux.c:
1912         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1913         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1914         are used for text/plain subtitles as a gap-filler in some files.
1915
1916 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1917
1918         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1919         (gst_v4l2_get_caps_info):
1920         Add S910 and PWC formats with a low priority.
1921
1922         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1923         (gst_v4l2src_probe_caps_for_format):
1924         Add more debugging.
1925
1926 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1927
1928         * ext/flac/gstflacenc.c:
1929           Fix compilation against older libflac versions.
1930
1931 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1932
1933         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1934         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1935         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1936         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1937         (gst_pulsemixer_ctrl_set_volume):
1938         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1939         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1940         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1941         (gst_pulsesink_init), (gst_pulsesink_open),
1942         (gst_pulsesink_prepare), (gst_pulsesink_write),
1943         (gst_pulsesink_delay), (gst_pulsesink_reset):
1944         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1945         (gst_pulsesrc_init):
1946         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1947         Fix a locking issue in pulsesink's prepare function.
1948
1949         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1950         Check if the created channel layout is valid for GStreamer.
1951
1952 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1953
1954         * gst/rtsp/gstrtspgoogle.c:
1955         Things that can happen when your brain is in google mode trying to
1956         deal with their google rtsp server extensions and trying to type your
1957         google mail account.
1958
1959 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1960
1961         * gst/rtsp/Makefile.am:
1962         * gst/rtsp/gstrtsp.c: (plugin_init):
1963         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1964         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1965         (_do_init), (gst_rtsp_google_base_init),
1966         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1967         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1968         (gst_rtsp_google_extension_init):
1969         * gst/rtsp/gstrtspgoogle.h:
1970         Add google RTSP extension, it can only handle udp and responds with
1971         unsupported if we do anything else. Fixes #546465.
1972
1973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1974         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1975         (gst_rtspsrc_create_transports_string),
1976         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1977         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1978         Make transport setup code a bit better using GString.
1979         Add some more debug.
1980         Check for closed connections before doing anything on them.
1981
1982 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1983
1984         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1985         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1986         (gst_pulsesrc_prepare):
1987         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1988         (gst_pulse_channel_map_to_gst):
1989         * ext/pulse/pulseutil.h:
1990         If downstream provides no channel layout and >2 channels should be
1991         used use the default layout that pulseaudio chooses and also
1992         add this layout to the caps. Fixes bug #547258.
1993
1994 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1995
1996         Patch by: Peter Kjellerstedt <pkj at axis com>
1997
1998         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1999         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2000         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2001         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2002         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2003         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2004         (gst_udpsrc_set_property):
2005         Avoid leaking internally allocated file descriptors when setting
2006         custom file descriptors. Fixes #543101.
2007
2008 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2009
2010         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2011         Don't try to configure RTCP back to the server when the server did not
2012         give us a valid port number.
2013
2014 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2015
2016         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2017         Use new basetransform method to renegotiate. Fixes #544956.
2018
2019         * tests/icles/Makefile.am:
2020         * tests/icles/videobox-test.c: (make_pipeline), (main):
2021         Add videobox renegotiation example.
2022
2023 2008-08-19  David Schleef  <ds@schleef.org>
2024
2025         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2026         with sane values.  Fixes #548530.
2027
2028 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2029
2030         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2031         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2032         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2033         are already filled with the correct values by
2034         gst_ring_buffer_parse_caps() so there's no need to set them again
2035         with wrong values.
2036
2037 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2038
2039         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2040         (gst_avi_demux_read_subindexes_push):
2041         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2042         and instead of using the 'ix##' nomenclature, use '##ix'.
2043         They're still valid though, this fixes the duration and indexes for
2044         virtually all the ODML files I have.
2045
2046 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2047
2048         Patch by: Olivier Crete <tester at tester dot ca>
2049
2050         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2051         (gst_rtp_vorbis_depay_process):
2052         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2053         Update the vorbis RTP pay/depay to RFC 5215.
2054         Fixes #547842.
2055
2056 2008-08-14  David Schleef  <ds@schleef.org>
2057
2058         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2059           with 3:2 pulldown, i.e., 24p.
2060
2061 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2062
2063         * tests/check/elements/level.c: (GST_START_TEST):
2064         Fix compilation some more.
2065
2066 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2067
2068         * configure.ac::
2069           Require -base CVS for wavparse acid chunk parsing.
2070
2071 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2072
2073         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2074         (gst_pulsesink_init), (gst_pulsesink_finalize),
2075         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2076         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2077         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2078         * ext/pulse/pulsesink.h:
2079         Add "device-name" property to pulsesink too and currently commented
2080         out and not working support for a "volume" property.
2081
2082 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2083
2084         * configure.ac:
2085         Remove more cdio stuff (moved to ugly)
2086
2087 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2088
2089         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2090
2091         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2092         (gst_pulsesrc_get_property):
2093         Add "device-name" property, which provides a human readable string
2094         for the audio device, to make it more consisten with other audio
2095         sources. Fixes bug #547519.
2096
2097 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2098
2099         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2100         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2101         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2102         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2103         * ext/pulse/pulsemixerctrl.h:
2104         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2105         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2106         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2107         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2108         * ext/pulse/pulseprobe.h:
2109         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2110         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2111         (gst_pulsesrc_change_state):
2112         Improve debugging a bit by including the parent object in pulsemixerctrl
2113         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2114         GST_WARNING.
2115
2116         Use the parent GObject subclass instead of a random struct as GObject
2117         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2118         when probing for another property than "device".
2119
2120 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2121
2122         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2123
2124         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2125         Fix property probing after the device property is set by calling
2126         set_server when the server property changes. Fixes bug #547518.
2127
2128 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2129
2130         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2131
2132         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2133         (gst_pulsesink_implements_interface_init),
2134         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2135         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2136         (gst_pulsesink_get_type):
2137         * ext/pulse/pulsesink.h:
2138         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2139         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2140         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2141         * ext/pulse/pulsesrc.h:
2142         Implement GstPropertyProbe interface on pulsesink for detecting
2143         sink devices and on pulsesrc for detecting source devices.
2144         Fixes bugs #547227 and #547217.
2145
2146 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2147
2148         * gst/spectrum/gstspectrum.c:
2149           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2150
2151 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2152
2153         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2154         Properly set the maximum latency value, in the same way it is done in
2155         v4lsrc.
2156         * sys/v4l2/v4l2src_calls.c:
2157         Simplify fraction equality check, no need to use GValues for this.
2158
2159 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2160
2161         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2162         Add warning messages stating exactly why the latency query failed.
2163         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2164         In some cases, the negotiated framerate might be the default one which
2165         is already set internally. But we still need to mark it down in fps_n
2166         and fps_d so that the latency query can happen properly.
2167
2168 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2169
2170         * docs/plugins/inspect/plugin-1394.xml:
2171         Whoops, forgot one doc file for people who can't/don't build the
2172         raw1394 plugin.
2173
2174 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2175
2176         * docs/plugins/Makefile.am:
2177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2178         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2179         * docs/plugins/inspect/plugin-cdio.xml:
2180         * ext/Makefile.am:
2181         * ext/cdio/Makefile.am:
2182         * ext/cdio/gstcdio.c:
2183         * ext/cdio/gstcdio.h:
2184         * ext/cdio/gstcdiocddasrc.c:
2185         * ext/cdio/gstcdiocddasrc.h:
2186
2187         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2188         CDDA source to -ugly.
2189
2190         * po/LINGUAS:
2191         * po/POTFILES.in:
2192         * po/id.po:
2193         Pull in new translation from 0.10.9.2 release branch.
2194
2195 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2196
2197         * docs/plugins/Makefile.am:
2198         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2199         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2200         * docs/plugins/gst-plugins-good-plugins.args:
2201         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2202         * docs/plugins/gst-plugins-good-plugins.interfaces:
2203         Integrate documentation for new hdv1394src element.
2204
2205 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2206
2207         * ext/raw1394/Makefile.am:
2208         * ext/raw1394/gst1394.c: (plugin_init):
2209         * ext/raw1394/gsthdv1394src.c: (_do_init),
2210         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2211         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2212         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2213         (gst_hdv1394src_from_raw1394handle),
2214         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2215         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2216         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2217         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2218         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2219         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2220         (gst_hdv1394src_uri_handler_init):
2221         * ext/raw1394/gsthdv1394src.h:
2222         mpeg2-ts (HDV) variant of firewire capture element.
2223         Fixes #350830
2224
2225 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2226
2227         * gst/level/gstlevel.c: (gst_level_message_new):
2228          Fix compilation (also known as the classic 'fix code that someone
2229          committed without compiling it first').
2230
2231 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2232
2233         * tests/check/elements/level.c:
2234           Add a test for level in stereo mode.
2235
2236 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2237
2238         * tests/examples/spectrum/demo-audiotest.c:
2239         * tests/examples/spectrum/demo-osssrc.c:
2240           Demo how to draw analyzer results synced to the clock.
2241
2242 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2243
2244         * gst/level/gstlevel.c:
2245           Little renaming (l -> level).
2246
2247         * gst/spectrum/gstspectrum.c:
2248         * gst/spectrum/gstspectrum.h:
2249           Also send full timestamp/duration details here.
2250
2251 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2252
2253         * gst/level/gstlevel.c:
2254         * gst/level/gstlevel.h:
2255           Send same timestamp/duration details as videoanalysis. This gives
2256           applications better chance to sync analysis results with playback.
2257
2258 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2259
2260         * gst/matroska/matroska-mux.c:
2261         (gst_matroska_mux_handle_sink_event),
2262         (flac_streamheader_to_codecdata):
2263         We need to drop one additional buffer for FLAC as the fLaC
2264         marker and STREAMINFO block are merged into one buffer in the caps.
2265
2266         Also don't pretend to support NEWSEGMENT events, otherwise we
2267         will most probably write some invalid data.
2268
2269 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2270
2271         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2272         (gst_matroska_mux_audio_pad_setcaps):
2273         Add support for muxing FLAC into Matroska containers.
2274         Fixes bug #311586.
2275
2276 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2277
2278         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2279         Actually provide the variables required for the format string.
2280
2281 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2282
2283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2284         (gst_matroska_demux_element_send_event),
2285         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2286         * gst/matroska/matroska-demux.h:
2287         Close the current segment if we're doing a non-flushing seek and send
2288         the close-segment and the new segment of the seek from the streaming
2289         thread.
2290
2291 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2292
2293         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2294         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2295         (gst_flac_enc_change_state):
2296         * ext/flac/gstflacenc.h:
2297         Handle non-zero start timestamps correctly, mark header packets as
2298         IN_CAPS and print a warning and suggest using audiorate if stream
2299         discontinuities are detected. When FLAC supports flushing the encoder
2300         somehow this should be done for discontinuities instead.
2301
2302         Remove some unused variables from the instance struct.
2303
2304 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2305
2306         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2307         If seeking failed return the appropiate return value to FLAC.
2308         Otherwise it thinks seeking was successfull and tries to rewrite
2309         parts of the headers which then get appended to the output.
2310
2311 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2312
2313         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2314
2315         * ext/esd/gstesd.c: (plugin_init):
2316         * ext/flac/gstflac.c: (plugin_init):
2317         * ext/shout2/gstshout2.c: (plugin_init):
2318         * ext/wavpack/gstwavpack.c: (plugin_init):
2319         * sys/oss/gstossaudio.c: (plugin_init):
2320         * sys/v4l2/gstv4l2.c: (plugin_init):
2321         Make sure gettext returns translations in UTF-8 encoding rather
2322         than in the current locale encoding (#546822).
2323
2324 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2325
2326         * ext/flac/gstflacdec.c:
2327         Add FIXME for 0.11 to simply output everything with width=32 as given
2328         by FLAC and let audioconvert handle the conversions instead of doing
2329         them in flacdec.
2330
2331 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2332
2333         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2334         When outputting a pad template range for the size, include a framerate
2335         range too, to avoid 'not a real subset of template caps' errors.
2336
2337 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2338
2339         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2340
2341         * ext/flac/Makefile.am:
2342         * ext/flac/gstflac.c: (plugin_init):
2343         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2344         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2345         (gst_flac_tag_dispose), (gst_flac_tag_init),
2346         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2347         (gst_flac_tag_change_state):
2348         * ext/flac/gstflactag.h:
2349         Port flactag to 0.10, add documentation for it and clean it up a bit.
2350         Fixes bug #413841.
2351
2352         * docs/plugins/Makefile.am:
2353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2355         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2356         * docs/plugins/gst-plugins-good-plugins.interfaces:
2357         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2358         * docs/plugins/inspect/plugin-flac.xml:
2359         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2360         * ext/flac/gstflacdec.h:
2361         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2362         * ext/flac/gstflacenc.h:
2363         Add flactag and flacenc to the documentation and mark
2364         the private parts of the flacdec instance structure as private.
2365
2366         Also use gst_element_class_set_details_simple() in flacdec and
2367         flacenc.
2368
2369 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2370
2371         * gst/qtdemux/qtdemux.c:
2372           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2373           for it but ffmpeg does not.
2374
2375 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2376
2377         * gst/wavparse/gstwavparse.c:
2378           Handle the list chunk and use gst_riff_parse_info() to parse the info
2379           sub-chunk.
2380
2381 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2382
2383         * gst/wavparse/gstwavparse.c:
2384           Handle the acid chunk and send tempo as part of tags. Other fields are
2385           interesting too, but need more tag-definitions. Fixes #545433.
2386
2387 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2388
2389         * gst/wavparse/gstwavparse.c:
2390           Refactor wavparse. Call _reset() from dispose() and move old code from
2391           dispose into reset. This way we don't leak taglists when we abort
2392           parsing. Fix some comments. Move code for skipping a chunk into extra
2393           function. Replace chunk sizes with a const to ease readability.         
2394
2395 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2396
2397         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2398
2399         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2400         Improve udp port setup. Fixes #545710.
2401
2402 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2403
2404         * gst/rtp/Makefile.am:
2405         * gst/rtp/gstrtp.c: (plugin_init):
2406         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2407         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2408         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2409         (gst_rtp_mp1s_depay_set_property),
2410         (gst_rtp_mp1s_depay_get_property),
2411         (gst_rtp_mp1s_depay_change_state),
2412         (gst_rtp_mp1s_depay_plugin_init):
2413         * gst/rtp/gstrtpmp1sdepay.h:
2414         Add MP1S depayloader.
2415
2416         * gst/rtsp/URLS:
2417         Some more sample rtsp streams.
2418
2419 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2420
2421         * gst/rtsp/URLS:
2422         Add another URL.
2423
2424         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2425         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2426         Add some more debug info.
2427
2428 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2429
2430         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2431         Provide cbSize field for audio extra_data size, and take care to
2432         pad extra_data.
2433
2434 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2435
2436         * gst/qtdemux/qtdemux.c:
2437           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2438           TRUE.
2439
2440 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2441
2442         * gst/qtdemux/qtdemux.c:
2443         * gst/qtdemux/qtdemux_fourcc.h:
2444           Add keyword tag support. Fixes #520694 for qtdemux.
2445
2446 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2447
2448         * gst/qtdemux/qtdemux.c:
2449           Add support for tmpo tag (BPM).
2450
2451 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2452
2453         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2454         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2455         Set an estimate for the total number of samples that will be encoded
2456         if possible to help decoders if the streaminfo can't be rewritten
2457         later (like when muxing into Ogg containers).
2458
2459         Add a warning if we get header packets after data packets as those
2460         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2461         work.
2462
2463 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2464
2465         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2466         (gst_flac_dec_write):
2467         Support decoding of all depths between 4 and 32 bits and read the
2468         depth from the streaminfo header if needed. Also support all sampling
2469         rates between 1 and 655350 Hz.
2470
2471         * ext/flac/gstflacenc.c:
2472         (gst_flac_enc_caps_append_structure_with_widths),
2473         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2474         (gst_flac_enc_chain):
2475         * ext/flac/gstflacenc.h:
2476         Support encoding in all bit depths supported by the streamable
2477         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2478         between 1 Hz and 655350 Hz.
2479
2480 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2481
2482         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2483         (gst_flac_enc_sink_getcaps):
2484         Support encoding of up to 8 channels.
2485
2486 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2487
2488         * ext/soup/gstsouphttpsrc.c:
2489         * ext/soup/gstsouphttpsrc.h:
2490         Fix seeking race condition in #540300
2491         Patch By: Wouter Cloetens  <wouter at mind be>
2492
2493 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2494
2495         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2496         (gst_matroska_demux_element_send_event),
2497         (gst_matroska_demux_handle_seek_event),
2498         (gst_matroska_demux_handle_src_event):
2499         When receiving a SEEK event on a specific pad first search for a seek
2500         table entry for the stream of the pad and then fall back to an entry
2501         for a different stream.
2502
2503 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2504
2505         * configure.ac:
2506         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2507         * gst/matroska/matroska-ids.h:
2508         Build depend on core CVS for the attachment tag.
2509
2510 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2511
2512         * configure.ac:
2513         * gst/matroska/Makefile.am:
2514         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2515         (copy_backptr), (lzo1x_decode), (main):
2516         * gst/matroska/lzo.h:
2517         * gst/matroska/matroska-demux.c:
2518         (gst_matroska_demux_read_track_encoding),
2519         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2520         (gst_matroska_decode_buffer),
2521         (gst_matroska_decode_content_encodings),
2522         (gst_matroska_demux_read_track_encodings),
2523         (gst_matroska_demux_add_stream),
2524         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2525         * gst/matroska/matroska-ids.h:
2526         Decode the codec private data and following ContentEncoding if
2527         necessary.
2528
2529         Support bzip2, lzo and header stripped compression. For lzo use the
2530         ffmpeg lzo implementation as liblzo is GPL licensed.
2531         
2532         Fix zlib decompression.
2533
2534 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2535
2536         * gst/matroska/matroska-mux.c:
2537         (gst_matroska_mux_audio_pad_setcaps):
2538         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2539         duration of a frame with the new mpegaudioversion caps field.
2540
2541 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2542
2543         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2544         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2545         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2546         (gst_matroska_demux_stream_from_num),
2547         (gst_matroska_demux_tracknumber_unique),
2548         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2549         (gst_matroska_demux_handle_seek_event),
2550         (gst_matroska_demux_sync_streams),
2551         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2552         (gst_matroska_demux_loop):
2553         * gst/matroska/matroska-demux.h:
2554         Allow an infinite number of stream inside Matroska containers and use
2555         a GPtrArray for storing them instead of allowing "only" 127 streams.
2556
2557 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2558
2559         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2560         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2561         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2562         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2563         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2564         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2565         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2566         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2567         (gst_ebml_read_master), (gst_ebml_read_binary),
2568         (gst_ebml_read_header):
2569         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2570         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2571         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2572         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2573         (gst_ebml_replace_uint):
2574         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2575         (gst_matroska_demux_read_track_encoding),
2576         (gst_matroska_demux_read_track_encodings),
2577         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2578         (gst_matroska_demux_send_event),
2579         (gst_matroska_demux_element_send_event),
2580         (gst_matroska_demux_handle_seek_event),
2581         (gst_matroska_demux_handle_src_event),
2582         (gst_matroska_demux_init_stream),
2583         (gst_matroska_demux_parse_tracks),
2584         (gst_matroska_demux_parse_index_cuetrack),
2585         (gst_matroska_demux_parse_index_pointentry),
2586         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2587         (gst_matroska_demux_parse_metadata_id_simple_tag),
2588         (gst_matroska_demux_parse_metadata_id_tag),
2589         (gst_matroska_demux_parse_metadata),
2590         (gst_matroska_demux_parse_attached_file),
2591         (gst_matroska_demux_parse_attachments),
2592         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2593         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2594         (gst_matroska_demux_push_flac_codec_priv_data),
2595         (gst_matroska_demux_push_xiph_codec_priv_data),
2596         (gst_matroska_demux_push_dvd_clut_change_event),
2597         (gst_matroska_demux_add_mpeg_seq_header),
2598         (gst_matroska_demux_add_wvpk_header),
2599         (gst_matroska_demux_check_subtitle_buffer),
2600         (gst_matroska_decode_buffer),
2601         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2602         (gst_matroska_demux_parse_cluster),
2603         (gst_matroska_demux_parse_contents_seekentry),
2604         (gst_matroska_demux_parse_contents),
2605         (gst_matroska_demux_loop_stream_parse_id),
2606         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2607         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2608         (gst_matroska_demux_subtitle_caps),
2609         (gst_matroska_demux_change_state):
2610         * gst/matroska/matroska-ids.c:
2611         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2612         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2613         (gst_matroska_mux_video_pad_setcaps),
2614         (xiph3_streamheader_to_codecdata),
2615         (vorbis_streamheader_to_codecdata),
2616         (theora_streamheader_to_codecdata),
2617         (gst_matroska_mux_audio_pad_setcaps),
2618         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2619         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2620         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2621         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2622         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2623         Fix indention everywhere. A broken indent version has added newlines
2624         after every single declaration some time ago.
2625
2626 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2627
2628         * gst/matroska/matroska-demux.c:
2629         (gst_matroska_demux_loop_stream_parse_id):
2630         If no Tracks are found error out instead of trying it again until the
2631         end of time.
2632
2633 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2634
2635         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2636         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2637         bit and signed otherwise, not the other way around.
2638
2639 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2640
2641         * gst/matroska/matroska-mux.c:
2642         Add more raw YUV formats to the list of supported formats.
2643
2644 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2645
2646         * gst/matroska/matroska-mux.c:
2647         (gst_matroska_mux_audio_pad_setcaps):
2648         Add support for muxing raw float audio now that the spec defines the
2649         endianness and add support for muxing raw integer audio with 24 and
2650         32 bits.
2651
2652         Allow muxing of more than 8 audio channels.
2653
2654 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2655
2656         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2657         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2658         Add locking to the global array of used track UIDs to prevent random
2659         crashes if more than a single matrosmux instance is used.
2660
2661         Use 64 bit values for the track UIDs.
2662
2663         Use the global GRandom of GLib instead of creating our own one
2664         for the few random numbers we need every single time.
2665
2666 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2667
2668         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2669         (gst_flac_dec_setup_stream_decoder),
2670         (gst_flac_dec_update_metadata):
2671         Always post the audio-codec tag, not only if other tags are present.
2672
2673 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2674
2675         * configure.ac:
2676         Back to development -> 0.10.9.1
2677
2678 === release 0.10.9 ===
2679
2680 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2681
2682         * configure.ac:
2683           releasing 0.10.9, "Steam Train Rolling"
2684
2685 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2686
2687         * ext/soup/gstsouphttpsrc.c:
2688         Don't throw an error when soup completes a msg with status
2689         'cancelled', as that indicates we cancelled a request while
2690         shutting down or seeking, and it's not an error.
2691         Fixes: #540300 again.
2692
2693 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2694
2695         * configure.ac:
2696         0.10.8.4 pre-release
2697
2698 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2699
2700         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2701         Fix segment-stop regression.
2702         Add documentation regarding segments in quicktime files by Wim Taymans.
2703         Fixes #544509
2704
2705 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2706
2707         * configure.ac:
2708         0.10.8.3 pre-release
2709
2710         * po/LINGUAS:
2711         * po/pt_BR.po:
2712         Add pt_BR translation
2713
2714 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2715
2716         * gst/goom/convolve_fx.c:
2717         * gst/goom/filters.c:
2718         * gst/goom/goom_config.h:
2719         * gst/goom/goom_core.c:
2720         * gst/goom/goom_tools.h:
2721           Fix build with MSVC: include glib.h to define inline appropriately,
2722           use header guards where needed.
2723         * gst/udp/gstudpnetutils.c:
2724         * gst/udp/gstudpsrc.c:
2725           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2726           g_snprintf rather than snprintf.
2727           Fixes #544433.
2728
2729 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2730
2731         * gst/debug/gsttaginject.c:
2732         * gst/debug/gsttaginject.h:
2733           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2734           partially.
2735
2736 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2737
2738         * configure.ac:
2739         0.10.8.2 pre-release
2740
2741 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2742
2743         * ext/Makefile.am:
2744         Finish hooking up pulseaudio plugin to the build.
2745
2746         * ext/pulse/pulsemixerctrl.c:
2747         Fix compilation error.
2748
2749 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2750
2751         * po/LINGUAS:
2752         * po/lt.po:
2753         Add new lithunian translation, and add french to the LINGUAS
2754         file.
2755
2756 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2757
2758         * ext/soup/gstsouphttpsrc.c:
2759         Fix Soup HTTP source seeking.
2760         Patch By: Wouter Cloetens  <wouter at mind be>
2761         Fixes: #540300
2762
2763         * tests/check/elements/.cvsignore:
2764         Ignore new check programs.
2765
2766 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2767
2768         * configure.ac:
2769         * docs/plugins/Makefile.am:
2770         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2771         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2772         * docs/plugins/gst-plugins-good-plugins.args:
2773         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2774         * docs/plugins/gst-plugins-good-plugins.interfaces:
2775         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2776         * docs/plugins/inspect/plugin-interleave.xml:
2777         * docs/plugins/inspect/plugin-replaygain.xml:
2778         * tests/check/Makefile.am:
2779
2780         Move replaygain and interleave plugins from -bad.
2781         Fixes: #543406
2782         Fixes: #536228
2783
2784 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2785
2786         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2787         (qtdemux_parse_trak):
2788         Revert ISO base media spec based pixel-aspect-ratio calculation.
2789         Fixes #543300.
2790
2791 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2792
2793         * sys/osxvideo/osxvideosink.m:
2794         Fix minor build issues on macosx.
2795         Fixes #543054
2796
2797 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2798
2799         * configure.ac::
2800         * ext/taglib/Makefile.am::
2801           Only use -Wno-attributes (which is there to work around a
2802           bug in the taglib 1.5 headers) if the c++ compiler actually
2803           supports it (#543255).
2804
2805 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2806
2807         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2808
2809         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2810           Avoid compiler warning by initialising variable to NULL (#543259).
2811
2812 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2813
2814         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2815         Don't pass NULL taglists to gst_tag_list_is_empty().
2816
2817 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2818
2819         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2820         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2821         (rtp_pipeline_run):
2822         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2823         Don't use declarations after statements.
2824
2825 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2826
2827         * ext/jpeg/gstjpegdec.c:
2828         Align documentation with reality.
2829
2830 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2831
2832         * gst/udp/gstudpnetutils.c:
2833         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2834         old value (1) if it's not defined which should not cause any problems
2835         as we're using it internal only anyway.
2836
2837 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2838
2839         Patch by: Alessandro Decina <alessandro at nnva dot org>
2840
2841         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2842         Fix build of avidemux on big endian architectures.
2843
2844 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2845
2846         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2847
2848         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2849         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2850
2851 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2852
2853         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2854         (qtdemux_parse_trak):
2855         Set pixel-aspect-ratio in caps using display width and height
2856         provided in track.
2857
2858 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2859
2860         * configure.ac:
2861         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2862         flags that are invalid for C++. Fixes bug #516509.
2863
2864 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2865
2866         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2867         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2868         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2869         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2870         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2871         * tests/examples/equalizer/demo.c: (message_handler):
2872         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2873         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2874         Don't use declarations after statements and variable length arrays.
2875
2876 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2877
2878         Patch by: Daniel Drake <dsd at gentoo dot org>
2879
2880         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2881         (gst_v4l2src_get_nearest_size):
2882         Try progressive video if interlaced fails. Fixes bug #541956
2883         and the usage of v4l2src on OLPC.
2884
2885 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2886
2887         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2888         (gst_rtp_speex_depay_process):
2889         * gst/rtp/gstrtpspeexdepay.h:
2890         Revert last change: Only the jitterbuffer is able to convert RTP to
2891         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2892         Reopens bug #541787.
2893
2894 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2895
2896         * gst/rtp/gstrtpvrawdepay.c:
2897           Include stdlib.h for atoi().
2898
2899         * gst/rtsp/gstrtspsrc.c:
2900           Use floating point math for latencies < 0 sec in log output.
2901
2902 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2903
2904         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2905
2906         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2907         (gst_rtp_speex_depay_process):
2908         * gst/rtp/gstrtpspeexdepay.h:
2909         Take timestamp from the RTP packet as a first step to fix problems
2910         with transmission over RTP when the network is not reliable.
2911         Fixes bug #541787.
2912
2913 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2914
2915         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2916
2917         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2918         Fix parsing of udp:// URIs containing IPv6 addresses.
2919         Fixes bug #541650.
2920
2921 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2922
2923         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2924         Do not leak incoming buffers.
2925
2926 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2927
2928         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2929
2930         * configure.ac:
2931         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2932         for htons() and htonl(). Fixes bug #541412.
2933
2934 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2935
2936         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2937         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2938         (gst_matroska_demux_element_query),
2939         (gst_matroska_demux_handle_src_query),
2940         (gst_matroska_demux_handle_seek_event):
2941         Handle position and duration query in DEFAULT format if the
2942         pad's track has a default frame duration set.
2943
2944         Fix seeking now that the segment's duration doesn't contain the
2945         (possibly wrong or inaccurate) duration of the Matroska file.
2946
2947 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2948
2949         * gst/matroska/ebml-read.c: (_ext2dbl):
2950         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2951         in math.h except on MSVC where it is defined in xmath.h.
2952         Fixes compilation with MSVC.
2953
2954 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2955
2956         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2957         (gst_matroska_demux_handle_src_query),
2958         (gst_matroska_demux_parse_info),
2959         (gst_matroska_demux_loop_stream_parse_id):
2960         * gst/matroska/matroska-demux.h:
2961         Don't set the segment duration to the duration from the Matroska
2962         header as this value could be wrong and is just informational.
2963
2964 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2965
2966         * gst/matroska/matroska-demux.c:
2967         (gst_matroska_demux_loop_stream_parse_id):
2968         If no Tracks element is found until the first Cluster is found
2969         search it and error out if none is found in the complete file.
2970
2971 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2972
2973         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2974         Resync non-subtitle tracks too if a too large gap compared to other
2975         tracks is detected.
2976
2977 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2978
2979         * gst/rtp/Makefile.am:
2980         * gst/rtp/gstrtp.c: (plugin_init):
2981         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2982         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2983         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2984         (gst_rtp_vraw_depay_change_state),
2985         (gst_rtp_vraw_depay_plugin_init):
2986         * gst/rtp/gstrtpvrawdepay.h:
2987         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2988         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2989         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2990         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2991         (gst_rtp_vraw_pay_plugin_init):
2992         * gst/rtp/gstrtpvrawpay.h:
2993         Add raw video pay and depayloaders, see RFC4175.
2994
2995 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2996
2997         * ext/libpng/gstpngdec.c:
2998         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2999         whatever it returned.
3000
3001 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3002
3003         * gst/avi/avi-ids.h:
3004         Add vprp chunk related structures.
3005         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3006         (gst_avi_demux_parse_stream):
3007         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3008         to caps.  Fixes #539482.
3009         * gst/avi/gstavimux.h:
3010         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3011         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3012         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3013
3014 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3015
3016         * tests/check/elements/avimux.c: (check_avimux_pad):
3017         Adjust avimux unit test according to increased streamheader size.
3018
3019 2008-06-27  David Schleef  <ds@schleef.org>
3020
3021         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3022
3023 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3024
3025         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3026         * gst/avi/gstavimux.h:
3027         Add 8 bytes to current streamheader to make for a complete one
3028         and to make more players happy.  Fixes #519460.
3029
3030 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3031
3032         * sys/v4l2/v4l2_calls.c::
3033           Don't include unused gstv4l2xoverlay.h. Fixes build
3034           in case where X11 headers are not installed.
3035
3036 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3037
3038         * ext/dv/gstdv.c: (plugin_init):
3039         Fix compilation.
3040
3041 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3042
3043         * ext/dv/gstdv.c: (plugin_init):
3044         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3045         DV decoder available.
3046         Fixes #532393
3047
3048 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3049
3050         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3051         Call getsockname() after the call to bind() to get updated values
3052         for the port, etc. This fixes the usage of udpsrc on anonymous
3053         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3054         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3055
3056 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3057
3058         * tests/check/pipelines/wavpack.c: (bus_handler):
3059         Remove workaround for a bug in identity that is fixed in 0.10.20.
3060
3061 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3062
3063         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3064
3065         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3066         Fix HTTP auth support with user/password passed via the URI.
3067         Fixes bug #540067.
3068
3069 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3070
3071         * configure.ac:
3072           Depend on released versions of core and -base.
3073
3074 2008-06-23  Julien Moutte  <julien@fluendo.com>
3075
3076         * gst/matroska/matroska-demux.c:
3077         (gst_matroska_demux_read_track_encoding),
3078         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3079         format strings in macros. (makes it build on OS X again...)
3080
3081 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3082
3083         * gst/rtp/gstrtptheorapay.c:
3084         * gst/udp/gstmultiudpsink.c:
3085           Added debug.
3086
3087 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3088
3089         * configure.ac: switch v4l2src over to the normal build instead of
3090         being 'experimental'. Fixes bug #536831.
3091
3092 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3093
3094         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3095         Remove unused variable so that we can compile again.
3096
3097 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3098
3099         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3100         No need to check for audio/G723 and audio/32KADPCM here as they are
3101         no longer supported.
3102
3103 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3104
3105         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3106         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3107         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3108         known length.
3109
3110 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3111
3112         * gst/matroska/matroska-demux.c:
3113         (gst_matroska_demux_add_wvpk_header),
3114         (gst_matroska_demux_audio_caps):
3115         * gst/matroska/matroska-ids.h:
3116         Fix demuxing of WavPack files. Muxing is still broken.
3117
3118 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3119
3120         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3121         (gst_matroska_demux_add_mpeg_seq_header),
3122         (gst_matroska_demux_add_wvpk_header),
3123         (gst_matroska_demux_check_subtitle_buffer),
3124         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3125         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3126         (gst_matroska_demux_subtitle_caps):
3127         * gst/matroska/matroska-ids.h:
3128         Add a "vfunc" to the track context for postprocessing frames and
3129         convert the wavpack and subtitle postprocessing to this vfunc.
3130         Copy buffer flags in those functions to the new buffers too.
3131
3132         Parse CodecState elements of Blocks.
3133
3134         Add a postprocessing function for MPEG video that adds the sequence
3135         header from the codec private data or codec state to the frames if
3136         it's not already there.
3137
3138 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3139
3140         * gst/matroska/matroska-demux.c:
3141         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3142         If a gap of more than 1/2 second is found in one stream send a
3143         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3144         This also fixes Matroska files where the first buffer doesn't start
3145         at timestamp 0. Fixes bug #429322.
3146
3147         The duration of a block is the default duration multiplied with the
3148         number of laces. Every lace is one frame and the default duration
3149         is the duration of one frame. This fixes playback of files that use
3150         lacing for some tracks.
3151
3152 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3153
3154         * gst/matroska/matroska-demux.c:
3155         (gst_matroska_demux_parse_contents_seekentry):
3156         Update FIXME/TODOs and only ignore EOS at the central, important place
3157         instead of several places.
3158
3159 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3160
3161         * gst/rtp/gstrtpg726pay.c:
3162         Fix caps, See #538891.
3163
3164 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3165
3166         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3167         (gst_matroska_demux_stream_from_num),
3168         (gst_matroska_demux_encoding_cmp),
3169         (gst_matroska_demux_encoding_order_unique),
3170         (gst_matroska_demux_read_track_encoding),
3171         (gst_matroska_demux_read_track_encodings),
3172         (gst_matroska_demux_tracknumber_unique),
3173         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3174         (gst_matroska_demux_parse_tracks),
3175         (gst_matroska_demux_parse_index_cuetrack),
3176         (gst_matroska_demux_parse_index_pointentry),
3177         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3178         (gst_matroska_demux_parse_metadata_id_simple_tag),
3179         (gst_matroska_demux_parse_metadata_id_tag),
3180         (gst_matroska_demux_parse_metadata),
3181         (gst_matroska_demux_parse_attached_file),
3182         (gst_matroska_demux_parse_attachments),
3183         (gst_matroska_demux_parse_chapters),
3184         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3185         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3186         (gst_matroska_demux_parse_cluster),
3187         (gst_matroska_demux_parse_contents_seekentry),
3188         (gst_matroska_demux_parse_contents),
3189         (gst_matroska_demux_loop_stream_parse_id),
3190         (gst_matroska_demux_loop):
3191         Improve debug output everywhere and fix the EOS logic.
3192
3193         Check the values of the ContentEncoding elements more strictly and
3194         don't use tracks for which it's invalid.
3195
3196         Check that the track number is unique for this stream.
3197
3198         Check that seek positions are below G_MAXINT64 as our seeks are
3199         int64-based and overflows will fail badly.
3200
3201         After seeks also don't push SimpleBlocks until the first one
3202         containing a keyframe is found. Before this was done only for normal
3203         Blocks.
3204
3205         Update some FIXME/TODOs.
3206         
3207         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3208         (gst_ebml_read_utf8), (gst_ebml_read_header):
3209         Improve debug output.
3210
3211         * gst/matroska/matroska-ids.c:
3212         (gst_matroska_track_init_video_context):
3213         * gst/matroska/matroska-ids.h:
3214         * gst/matroska/matroska-mux.c:
3215         (gst_matroska_mux_video_pad_setcaps):
3216         Remove eye mode and don't parse it anymore. We can't use that
3217         information in GStreamer yet so it's useless.
3218
3219
3220 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3221
3222         Patch by: Mersad Jelacic <mersad at axis dot com>
3223
3224         * gst/rtp/Makefile.am:
3225         * gst/rtp/gstrtp.c: (plugin_init):
3226         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3227         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3228         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3229         (gst_rtp_g726_depay_plugin_init):
3230         * gst/rtp/gstrtpg726depay.h:
3231         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3232         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3233         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3234         * gst/rtp/gstrtpg726pay.h:
3235         Added G726 pay/depayloaders. Fixes #538891.
3236
3237 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3238
3239         * gst/rtsp/URLS:
3240         Some more urls.
3241
3242         * gst/smpte/barboxwipes.c:
3243         Add a comment
3244
3245         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3246         Fix typo, add audioresample to the pipeline.
3247
3248 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3249
3250         * ext/libmng/Makefile.am:
3251         * ext/libmng/gstmng.c: (plugin_init):
3252         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3253         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3254         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3255         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3256         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3257         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3258         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3259         (gst_mng_dec_change_state):
3260         * ext/libmng/gstmngdec.h:
3261         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3262         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3263         (gst_mng_enc_init), (gst_mng_enc_chain),
3264         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3265         * ext/libmng/gstmngenc.h:
3266         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3267         bits ifdeffed out still.
3268
3269 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3270
3271         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3272         When comparing index elements with the same time compare their
3273         block number.
3274
3275 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3276
3277         * gst/matroska/matroska-demux.c:
3278           (gst_matroska_demux_parse_attached_file)
3279           Init variable to NULL to avoid compiler warning.
3280
3281 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3282
3283         * gst/matroska/Makefile.am:
3284         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3285         (gst_matroska_demux_parse_attached_file),
3286         (gst_matroska_demux_parse_attachments),
3287         (gst_matroska_demux_parse_contents_seekentry),
3288         (gst_matroska_demux_loop_stream_parse_id):
3289         * gst/matroska/matroska-demux.h:
3290         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3291         * gst/matroska/matroska-ids.h:
3292         * gst/matroska/matroska.c: (plugin_init):
3293         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3294         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3295         and description of the attachments in the caps. Fixes bug #537622.
3296
3297 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3298
3299         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3300         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3301         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3302         (gst_speex_enc_src_query), (gst_speex_enc_init),
3303         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3304         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3305         (gst_speex_enc_set_property):
3306         Add mode property.
3307         Some cleanups, add more debug info.
3308         Add latency query.
3309
3310 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3311
3312         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3313         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3314         If we get less bytes than requested we can't do anything except doing
3315         our EOS logic.
3316
3317 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3318
3319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3320         (gst_matroskademux_do_index_seek),
3321         (gst_matroska_demux_parse_index_cuetrack),
3322         (gst_matroska_demux_parse_index_pointentry),
3323         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3324         (gst_matroska_demux_parse_metadata):
3325         * gst/matroska/matroska-demux.h:
3326         * gst/matroska/matroska-ids.h:
3327         Use a GArray for storing the Cue (i.e. seek) information, store
3328         the CueTrackPositions for every track, store the block number
3329         and optimize searching in the array by sorting it after the last
3330         element was added.
3331
3332         Fix a small memory leak when trying to parse a tags element that was
3333         already parsed.
3334
3335 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3336
3337         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3338         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3339         (gst_matroska_mux_write_data):
3340         * gst/matroska/matroska-mux.h:
3341         Don't write another SeekHead which indexes all Clusters to the end of
3342         the file. This isn't useful for anything and just increases filesize.
3343
3344 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3345
3346         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3347         Prevent unaligned memory access when reading floats.
3348
3349 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         * gst/matroska/ebml-read.c:
3352         * gst/matroska/ebml-read.h:
3353         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3354         (gst_matroska_demux_parse_metadata):
3355         * gst/matroska/matroska-demux.h:
3356         Make sure that every Tags element is only parsed once and it's
3357         containing tags are only posted once.
3358
3359 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3360
3361         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3362         (gst_ebml_read_header):
3363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3364         (gst_matroska_demux_parse_tracks),
3365         (gst_matroska_demux_parse_index_cuetrack),
3366         (gst_matroska_demux_parse_index_pointentry),
3367         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3368         (gst_matroska_demux_parse_metadata_id_simple_tag),
3369         (gst_matroska_demux_parse_metadata_id_tag),
3370         (gst_matroska_demux_parse_metadata),
3371         (gst_matroska_demux_parse_attachments),
3372         (gst_matroska_demux_parse_chapters),
3373         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3374         (gst_matroska_demux_parse_cluster),
3375         (gst_matroska_demux_parse_contents_seekentry),
3376         (gst_matroska_demux_parse_contents),
3377         (gst_matroska_demux_loop_stream_parse_id):
3378         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3379         already. They're not useful in the matroska parser and only cause
3380         additional code.
3381
3382 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3383
3384         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3385         (gst_ebml_finalize), (gst_ebml_read_change_state),
3386         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3387         * gst/matroska/matroska-demux.c:
3388         (gst_matroska_demux_parse_contents_seekentry):
3389         Reverse the level list as we usually are only interested in the
3390         first element or want to add a new first element. Having the
3391         first element stored at the end and calling g_list_last() and
3392         g_list_append() is more expensive.
3393
3394         Also use GSlice for allocating the GstEbmlLevel structs.
3395
3396 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3397
3398         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3399           (gst_tag_inject_class_init), (gst_tag_inject_init):
3400           Don't unref NULL taglist in finalize. Don't use c++ style
3401           comments.
3402
3403 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3404
3405         * gst/matroska/matroska-demux.c:
3406         (gst_matroska_demux_parse_metadata_id_simple_tag):
3407         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3408         (gst_matroska_mux_write_data):
3409         Use gst_value_serialize() and gst_value_deserialize() for transforming
3410         tags from some GType to a string and the other way around. The default
3411         transformations in GLib don't include transformations from string to
3412         number types.
3413
3414 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3415
3416         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3417         (gst_matroska_demux_parse_tracks),
3418         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3419         (gst_matroska_demux_parse_attachments),
3420         (gst_matroska_demux_parse_chapters),
3421         (gst_matroska_demux_parse_contents_seekentry),
3422         (gst_matroska_demux_loop_stream_parse_id):
3423         * gst/matroska/matroska-demux.h:
3424         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3425         Tags multiple times. The first ones can appear more than once but must
3426         contain the same content as the first for backup purposes so we ignore
3427         all but the first one. Tags can appear multiple times with different
3428         content.
3429
3430         Jump to all elements except Clusters that are available from a
3431         SeekHead to make it more likely to have all required informations
3432         before getting to the first Clusters.
3433
3434         Add dummy functions for parsing Attachments and Chapters.
3435
3436 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3437
3438         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3439         (gst_udpsrc_create), (gst_udpsrc_set_property),
3440         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3441         * gst/udp/gstudpsrc.h:
3442         Add property to control automatic join/leave of multicast groups.
3443         Add G_LIKELY.
3444         Remove setting caps on buffers explicitly, basesrc does that for us now.
3445         Improve debug info.
3446         Convert some non-fatal error into warnings.
3447         Use g_ntohs for better portability.
3448         Leave multicast groups when stopping.
3449         When using external sockets, use getsockname() on them to fill up the
3450         addr structure before calling methods that use the structure.
3451         Should all fix #536903.
3452         API: GstUDPSrc::auto-multicast property
3453
3454 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3455
3456         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3457         Use g_ntohl for better portability.
3458
3459 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3460
3461         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3462         (gst_multiudpsink_remove):
3463         Fix a typo and do some small cleanups.
3464
3465 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3466
3467         Patch by: Olivier Crete <tester at tester dot ca>
3468
3469         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3470         Make the delivery-method mandatory on the caps and only accept inline
3471         for now.
3472         Reverse strcmp checks for delivery-method.
3473
3474         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3475         Make delivery method optional when parsing caps and note this in the
3476         caps.
3477         Reverse strcmp checks for delivery-method.
3478
3479         * gst/rtp/gstrtpvorbispay.c:
3480         Update a comment to note that the delivery-method is optional, 
3481         Fixes #537675.
3482
3483 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3484
3485         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3486         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3487         leaving them in READY. Fixes #537832.
3488
3489 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3490
3491         * gst/avi/gstavimux.c:
3492           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3493           for a random constant in tagmuxing code.
3494
3495 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3496
3497         * gst/debug/gsttaginject.c:
3498         * gst/debug/gsttaginject.h:
3499           Now actually adding the new element.
3500
3501 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3502
3503         * docs/plugins/Makefile.am:
3504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3506         * docs/plugins/gst-plugins-good-plugins.args:
3507         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3508         * docs/plugins/gst-plugins-good-plugins.interfaces:
3509         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3510         * docs/plugins/inspect/plugin-aasink.xml:
3511         * docs/plugins/inspect/plugin-alaw.xml:
3512         * docs/plugins/inspect/plugin-alpha.xml:
3513         * docs/plugins/inspect/plugin-alphacolor.xml:
3514         * docs/plugins/inspect/plugin-annodex.xml:
3515         * docs/plugins/inspect/plugin-apetag.xml:
3516         * docs/plugins/inspect/plugin-audiofx.xml:
3517         * docs/plugins/inspect/plugin-auparse.xml:
3518         * docs/plugins/inspect/plugin-autodetect.xml:
3519         * docs/plugins/inspect/plugin-avi.xml:
3520         * docs/plugins/inspect/plugin-cacasink.xml:
3521         * docs/plugins/inspect/plugin-cairo.xml:
3522         * docs/plugins/inspect/plugin-cdio.xml:
3523         * docs/plugins/inspect/plugin-cutter.xml:
3524         * docs/plugins/inspect/plugin-debug.xml:
3525         * docs/plugins/inspect/plugin-dv.xml:
3526         * docs/plugins/inspect/plugin-efence.xml:
3527         * docs/plugins/inspect/plugin-effectv.xml:
3528         * docs/plugins/inspect/plugin-equalizer.xml:
3529         * docs/plugins/inspect/plugin-esdsink.xml:
3530         * docs/plugins/inspect/plugin-flac.xml:
3531         * docs/plugins/inspect/plugin-flxdec.xml:
3532         * docs/plugins/inspect/plugin-gamma.xml:
3533         * docs/plugins/inspect/plugin-gconfelements.xml:
3534         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3535         * docs/plugins/inspect/plugin-goom.xml:
3536         * docs/plugins/inspect/plugin-goom2k1.xml:
3537         * docs/plugins/inspect/plugin-halelements.xml:
3538         * docs/plugins/inspect/plugin-icydemux.xml:
3539         * docs/plugins/inspect/plugin-id3demux.xml:
3540         * docs/plugins/inspect/plugin-jpeg.xml:
3541         * docs/plugins/inspect/plugin-level.xml:
3542         * docs/plugins/inspect/plugin-matroska.xml:
3543         * docs/plugins/inspect/plugin-monoscope.xml:
3544         * docs/plugins/inspect/plugin-mulaw.xml:
3545         * docs/plugins/inspect/plugin-multifile.xml:
3546         * docs/plugins/inspect/plugin-multipart.xml:
3547         * docs/plugins/inspect/plugin-navigationtest.xml:
3548         * docs/plugins/inspect/plugin-ossaudio.xml:
3549         * docs/plugins/inspect/plugin-png.xml:
3550         * docs/plugins/inspect/plugin-quicktime.xml:
3551         * docs/plugins/inspect/plugin-rtp.xml:
3552         * docs/plugins/inspect/plugin-rtsp.xml:
3553         * docs/plugins/inspect/plugin-smpte.xml:
3554         * docs/plugins/inspect/plugin-soup.xml:
3555         * docs/plugins/inspect/plugin-spectrum.xml:
3556         * docs/plugins/inspect/plugin-speex.xml:
3557         * docs/plugins/inspect/plugin-taglib.xml:
3558         * docs/plugins/inspect/plugin-udp.xml:
3559         * docs/plugins/inspect/plugin-video4linux2.xml:
3560         * docs/plugins/inspect/plugin-videobalance.xml:
3561         * docs/plugins/inspect/plugin-videobox.xml:
3562         * docs/plugins/inspect/plugin-videocrop.xml:
3563         * docs/plugins/inspect/plugin-videoflip.xml:
3564         * docs/plugins/inspect/plugin-videomixer.xml:
3565         * docs/plugins/inspect/plugin-wavenc.xml:
3566         * docs/plugins/inspect/plugin-wavpack.xml:
3567         * docs/plugins/inspect/plugin-wavparse.xml:
3568         * docs/plugins/inspect/plugin-ximagesrc.xml:
3569         * gst/debug/Makefile.am:
3570         * gst/debug/breakmydata.c:
3571         * gst/debug/efence.c:
3572         * gst/debug/gstdebug.c:
3573         * gst/debug/gstnavseek.c:
3574         * gst/debug/gstpushfilesrc.c:
3575         * gst/debug/gstpushfilesrc.h:
3576         * gst/debug/negotiation.c:
3577         * gst/debug/progressreport.c:
3578         * gst/debug/progressreport.h:
3579         * gst/debug/rndbuffersize.c:
3580         * gst/debug/testplugin.c:
3581           Remove dummy plugin_init. Remove some undefined entries from doc-
3582           section file. Add taginject element and rebuild docs for it.
3583
3584 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3585
3586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3587         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3588         Update the counter for the number of streams when pads are added or
3589         removed. This will make sure that a seek table is generated for
3590         files with just one audio stream.
3591
3592 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3593
3594         * gst/matroska/matroska-demux.c:
3595         (gst_matroska_demux_parse_metadata_id_simple_tag):
3596         * gst/matroska/matroska-ids.h:
3597         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3598         Add some more tags, improve debugging a bit and make sure that
3599         GValue transformation has succeeded before using the result
3600         as a tag.
3601
3602 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3603
3604         Patch by: Olivier Crete <tester at tester dot ca>
3605
3606         * gst/rtp/gstrtptheorapay.c:
3607         The Theora RTP payloader only supports the "inline" delievery method
3608         so let's declare this on the caps of the static pad template.
3609         Fixes bug #537675.
3610
3611 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3612
3613         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3614         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3615         Remove bogus check.
3616
3617 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3618
3619         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3620         (gst_videomixer_blend_buffers):
3621         Use stream_time to synchronize the object properties.
3622         Use running_time of the master pad to timestamp outgoing buffers.
3623         Fix the initial segment event to extend an unknown amount of time.
3624         Fixes #537361.
3625
3626 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3627
3628         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3629         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3630         (gst_avi_demux_calculate_durations_from_index),
3631         (gst_avi_demux_stream_header_push),
3632         (gst_avi_demux_stream_header_pull):
3633         Try to ignore unparsable/unknown streams and give a warning instead of
3634         erroring out. Fixes #537377.
3635
3636 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3637
3638         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3639         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3640
3641         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3642         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3643         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3644         (gst_matroska_demux_read_track_encodings),
3645         (gst_matroska_demux_add_stream),
3646         (gst_matroska_demux_handle_src_query),
3647         (gst_matroska_demux_init_stream),
3648         (gst_matroska_demux_parse_index_cuetrack),
3649         (gst_matroska_demux_parse_index_pointentry),
3650         (gst_matroska_demux_parse_info),
3651         (gst_matroska_demux_parse_metadata_id_simple_tag),
3652         (gst_matroska_demux_parse_metadata),
3653         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3654         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3655         (gst_matroska_demux_parse_cluster),
3656         (gst_matroska_demux_parse_contents_seekentry),
3657         (gst_matroska_demux_loop_stream_parse_id),
3658         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3659         (gst_matroska_demux_audio_caps),
3660         (gst_matroska_demux_subtitle_caps):
3661         * gst/matroska/matroska-demux.h:
3662         * gst/matroska/matroska-ids.c:
3663         (gst_matroska_track_init_subtitle_context):
3664         * gst/matroska/matroska-ids.h:
3665         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3666         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3667         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3668         (gst_matroska_mux_video_pad_setcaps),
3669         (gst_matroska_mux_audio_pad_setcaps),
3670         (gst_matroska_mux_subtitle_pad_setcaps),
3671         (gst_matroska_mux_request_new_pad),
3672         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3673         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3674         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3675         (gst_matroska_mux_set_property):
3676         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3677         elements, do some checks for valid values in the demuxer, handle
3678         tracktimecodescale in the demuxer, set correct default values for all
3679         settings in the demuxer, review and add all missing matroska
3680         IDs and some more raw YUV formats, and some trivial cleanup.
3681
3682 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3683
3684         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3685         (gst_pulsemixer_class_init):
3686         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3687         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3688         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3689         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3690         (gst_pulsesrc_prepare):
3691         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3692         gst_element_class_set_details_simple() and fix coding style a bit
3693         more.
3694
3695 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3696
3697         * docs/plugins/Makefile.am:
3698         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3699         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3700         * docs/plugins/gst-plugins-good-plugins.args:
3701         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3702         * docs/plugins/gst-plugins-good-plugins.interfaces:
3703         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3704         * docs/plugins/inspect/plugin-aasink.xml:
3705         * docs/plugins/inspect/plugin-alaw.xml:
3706         * docs/plugins/inspect/plugin-alpha.xml:
3707         * docs/plugins/inspect/plugin-alphacolor.xml:
3708         * docs/plugins/inspect/plugin-annodex.xml:
3709         * docs/plugins/inspect/plugin-apetag.xml:
3710         * docs/plugins/inspect/plugin-audiofx.xml:
3711         * docs/plugins/inspect/plugin-auparse.xml:
3712         * docs/plugins/inspect/plugin-autodetect.xml:
3713         * docs/plugins/inspect/plugin-avi.xml:
3714         * docs/plugins/inspect/plugin-cacasink.xml:
3715         * docs/plugins/inspect/plugin-cairo.xml:
3716         * docs/plugins/inspect/plugin-cdio.xml:
3717         * docs/plugins/inspect/plugin-cutter.xml:
3718         * docs/plugins/inspect/plugin-debug.xml:
3719         * docs/plugins/inspect/plugin-dv.xml:
3720         * docs/plugins/inspect/plugin-efence.xml:
3721         * docs/plugins/inspect/plugin-effectv.xml:
3722         * docs/plugins/inspect/plugin-equalizer.xml:
3723         * docs/plugins/inspect/plugin-esdsink.xml:
3724         * docs/plugins/inspect/plugin-flac.xml:
3725         * docs/plugins/inspect/plugin-flxdec.xml:
3726         * docs/plugins/inspect/plugin-gamma.xml:
3727         * docs/plugins/inspect/plugin-gconfelements.xml:
3728         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3729         * docs/plugins/inspect/plugin-goom.xml:
3730         * docs/plugins/inspect/plugin-goom2k1.xml:
3731         * docs/plugins/inspect/plugin-halelements.xml:
3732         * docs/plugins/inspect/plugin-icydemux.xml:
3733         * docs/plugins/inspect/plugin-id3demux.xml:
3734         * docs/plugins/inspect/plugin-jpeg.xml:
3735         * docs/plugins/inspect/plugin-level.xml:
3736         * docs/plugins/inspect/plugin-matroska.xml:
3737         * docs/plugins/inspect/plugin-monoscope.xml:
3738         * docs/plugins/inspect/plugin-mulaw.xml:
3739         * docs/plugins/inspect/plugin-multifile.xml:
3740         * docs/plugins/inspect/plugin-multipart.xml:
3741         * docs/plugins/inspect/plugin-navigationtest.xml:
3742         * docs/plugins/inspect/plugin-ossaudio.xml:
3743         * docs/plugins/inspect/plugin-png.xml:
3744         * docs/plugins/inspect/plugin-pulseaudio.xml:
3745         * docs/plugins/inspect/plugin-quicktime.xml:
3746         * docs/plugins/inspect/plugin-rtp.xml:
3747         * docs/plugins/inspect/plugin-rtsp.xml:
3748         * docs/plugins/inspect/plugin-smpte.xml:
3749         * docs/plugins/inspect/plugin-soup.xml:
3750         * docs/plugins/inspect/plugin-spectrum.xml:
3751         * docs/plugins/inspect/plugin-speex.xml:
3752         * docs/plugins/inspect/plugin-taglib.xml:
3753         * docs/plugins/inspect/plugin-udp.xml:
3754         * docs/plugins/inspect/plugin-video4linux2.xml:
3755         * docs/plugins/inspect/plugin-videobalance.xml:
3756         * docs/plugins/inspect/plugin-videobox.xml:
3757         * docs/plugins/inspect/plugin-videocrop.xml:
3758         * docs/plugins/inspect/plugin-videoflip.xml:
3759         * docs/plugins/inspect/plugin-videomixer.xml:
3760         * docs/plugins/inspect/plugin-wavenc.xml:
3761         * docs/plugins/inspect/plugin-wavpack.xml:
3762         * docs/plugins/inspect/plugin-wavparse.xml:
3763         * docs/plugins/inspect/plugin-ximagesrc.xml:
3764         * ext/pulse/plugin.c:
3765         * ext/pulse/pulsemixer.c:
3766         * ext/pulse/pulsesink.c:
3767         * ext/pulse/pulsesrc.c:
3768         Add documentation to the pulseaudio plugin and run make update
3769         in docs/plugins.
3770
3771 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3772
3773         Patch by: Brian Cameron <brian.cameron at sun dot com>
3774
3775         * sys/sunaudio/gstsunaudiomixerctrl.c:
3776         (gst_sunaudiomixer_ctrl_get_volume),
3777         (gst_sunaudiomixer_ctrl_set_volume):
3778         Improvements for the SunAudio mixer by handling mute as no gain
3779         for tracks that have a gain property but no mute property.
3780         Fixes bug #536067.
3781
3782 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3783
3784         * configure.ac:
3785         * ext/pulse/Makefile.am:
3786         * ext/pulse/plugin.c: (plugin_init):
3787         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3788         (gst_pulsemixer_implements_interface_init),
3789         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3790         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3791         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3792         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3793         * ext/pulse/pulsemixer.h:
3794         * ext/pulse/pulsemixerctrl.c:
3795         (gst_pulsemixer_ctrl_context_state_cb),
3796         (gst_pulsemixer_ctrl_sink_info_cb),
3797         (gst_pulsemixer_ctrl_source_info_cb),
3798         (gst_pulsemixer_ctrl_subscribe_cb),
3799         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3800         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3801         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3802         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3803         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3804         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3805         * ext/pulse/pulsemixerctrl.h:
3806         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3807         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3808         * ext/pulse/pulsemixertrack.h:
3809         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3810         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3811         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3812         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3813         (gst_pulseprobe_new), (gst_pulseprobe_free),
3814         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3815         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3816         (gst_pulseprobe_set_server):
3817         * ext/pulse/pulseprobe.h:
3818         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3819         (gst_pulsesink_class_init), (gst_pulsesink_init),
3820         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3821         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3822         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3823         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3824         (gst_pulsesink_stream_request_cb),
3825         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3826         (gst_pulsesink_close), (gst_pulsesink_prepare),
3827         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3828         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3829         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3830         (gst_pulsesink_event), (gst_pulsesink_get_type):
3831         * ext/pulse/pulsesink.h:
3832         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3833         (gst_pulsesrc_implements_interface_init),
3834         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3835         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3836         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3837         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3838         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3839         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3840         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3841         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3842         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3843         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3844         (gst_pulsesrc_get_type):
3845         * ext/pulse/pulsesrc.h:
3846         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3847         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3848         * ext/pulse/pulseutil.h:
3849         Add pulseaudio GStreamer element from gst-pulse. Development will
3850         continue here instead of pulseaudio SVN. Fixes bug #400679.
3851         Only changes over gst-pulse SVN are added copyright to the top of
3852         files and coding style changes.
3853
3854 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3855
3856         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3857
3858         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3859           (gst_cdio_add_cdtext_album_tags):
3860         * ext/cdio/gstcdio.h:
3861         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3862           Also extract album title and album genre from CD-TEXT if
3863           available (#537021).
3864
3865 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3866
3867         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3868
3869         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3870         Improve negotiation a bit more by picking the smallest possible
3871         resolution that is larger than the resolution specified in the
3872         first caps entry of the peer caps. Fixes bug #536994.
3873
3874 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3875
3876         Patch by: Bastien Nocera <hadess at hadess dot net>
3877
3878         * sys/v4l2/gstv4l2vidorient.c:
3879         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3880         Fix compilation with newer GIT kernels that deprecated
3881         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3882
3883 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3884
3885         * configure.ac:
3886         * ext/cdio/gstcdio.c:
3887         * ext/cdio/gstcdio.h:
3888         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3889           Require libcdio >= 0.76.
3890
3891 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3892
3893         * gst/avi/gstavidemux.c:
3894         Catch UNEXPECTED when downstream has reached end of
3895         segment in reverse mode.
3896
3897 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3898
3899         * gst/avi/gstavidemux.c:
3900         Fix typo in comment
3901
3902 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3903
3904         * gst/avi/gstavidemux.c:
3905         Because we don't know the frame order we need to push till
3906         the next keyframe
3907
3908 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3909
3910         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3911
3912         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3913         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3914         Provide a custom negotiation function to make sure to pick the highest
3915         possible framerate and resolution. Fixes bug #536646.
3916
3917 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3918
3919         * gst/avi/gstavidemux.c:
3920         Set EOS when going out of the segment in reverse playback
3921
3922 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3923
3924         * ext/taglib/Makefile.am::
3925           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3926           taglib headers (with gcc 4.3.1).
3927
3928 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3929
3930         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3931         Use the new gst_rtsp_connection_get_ip() to access the IP address
3932         of a GstRTSPConnection since it is a private member.
3933
3934 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3935
3936         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3937         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3938           Use new utility functions in libgsttag to process coverart (#512333).
3939
3940 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3941
3942         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3943         We actually support left/side, right/side and mid/side files. The
3944         conversion to normal, interleaved stereo is done by libflac.
3945
3946 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3947
3948         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3949         (gst_ebml_write_set_cache):
3950         Unref the write cache in finalize if it was set and add add "FIXME"
3951         to a comment that needs it.
3952
3953 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3954
3955         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3956
3957         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3958         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3959         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3960         (gst_avi_demux_process_next_entry):
3961         * gst/avi/gstavidemux.h:
3962         Implement reverse playback. Fixes #535300.
3963         Small cleanups.
3964
3965 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3966
3967         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3968         (gst_videomixer_query_latency):
3969         When using gst_element_iterate_pads() one has to unref every pad
3970         after usage.
3971
3972 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3973
3974         Patch by: Bastien Nocera <hadess at hadess dot net>
3975         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3976         (qtdemux_parse_udta):
3977         * gst/qtdemux/qtdemux_fourcc.h:
3978         Improve meta-data handling, add 'comment', 'description' and
3979         'copyright' tag handling.
3980         Fixes #535935
3981
3982 2008-05-31  Julien Moutte  <julien@fluendo.com>
3983
3984         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3985         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3986         (gst_qtdemux_seek_to_previous_keyframe),
3987         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3988         we don't clip the segment's stop using the main segment duration as
3989         that could crop quite some video frames. Make reverse playback support
3990         more robust and support edit lists. Support seeking to the last frame,
3991         and fix reverse looping playback. Add some debugging.
3992         * win32/common/config.h: Updated.
3993
3994 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3995
3996         * gst/equalizer/gstiirequalizer.c:
3997         (gst_iir_equalizer_transform_ip):
3998         Don't clip float/double samples, correctly unset passthrough mode
3999         and use better rounding for integer samples.
4000
4001 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4002
4003         * gst/equalizer/gstiirequalizer.c:
4004         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4005         (setup_filter), (set_passthrough), (update_coefficients),
4006         (gst_iir_equalizer_compute_frequencies),
4007         (gst_iir_equalizer_transform_ip):
4008         * gst/equalizer/gstiirequalizer.h:
4009         Update the filter coefficients only when needed in the transform_ip
4010         function and correctly set the element into passthrough mode if the
4011         gain of all bands is 0.
4012
4013 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4014
4015         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4016
4017         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4018         (gst_alpha_set_property), (gst_alpha_get_property),
4019         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4020         Try to skip pixels or areas that are too dark or too bright for us to do
4021         meaningfull color detection.
4022         Added properties to control the sensitivity to light and darkness.
4023         Added some small cleanups. Fixes #512345.
4024
4025 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4026
4027         * docs/plugins/.cvsignore:
4028         * tests/check/elements/.cvsignore:
4029         Ignore some more generated things
4030
4031         * tests/check/Makefile.am:
4032         Ignore OSS elements in the state changes test too.
4033
4034 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4035
4036         * docs/plugins/Makefile.am:
4037         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4038         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4039         Add SMPTE effect elements to docs.
4040
4041 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4042
4043         * docs/plugins/Makefile.am:
4044         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4045         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4046         * ext/raw1394/gstdv1394src.c:
4047           Document whats first shown on the fdo plugin docs page :)
4048
4049 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4050
4051         * docs/plugins/Makefile.am:
4052         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4053         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4054         * docs/plugins/gst-plugins-good-plugins.args:
4055         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4056         * docs/plugins/inspect/plugin-audiofx.xml:
4057         * gst/audiofx/Makefile.am:
4058         * gst/audiofx/audiofx.c:
4059         * gst/audiofx/audiokaraoke.c:
4060         * gst/audiofx/audiokaraoke.h:
4061         * gst/audiofx/audiovoice.c:
4062         * gst/audiofx/audiovoice.h:
4063           Rename audiovoice to audiokaraoke and add it to the docs.
4064
4065 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4066
4067         * REQUIREMENTS:
4068         * docs/plugins/Makefile.am:
4069         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4070         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4071         * docs/plugins/gst-plugins-good-plugins.args:
4072         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4073         * docs/plugins/gst-plugins-good-plugins.interfaces:
4074         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4075         * docs/plugins/inspect/plugin-aasink.xml:
4076         * docs/plugins/inspect/plugin-alaw.xml:
4077         * docs/plugins/inspect/plugin-alpha.xml:
4078         * docs/plugins/inspect/plugin-alphacolor.xml:
4079         * docs/plugins/inspect/plugin-annodex.xml:
4080         * docs/plugins/inspect/plugin-apetag.xml:
4081         * docs/plugins/inspect/plugin-audiofx.xml:
4082         * docs/plugins/inspect/plugin-auparse.xml:
4083         * docs/plugins/inspect/plugin-autodetect.xml:
4084         * docs/plugins/inspect/plugin-avi.xml:
4085         * docs/plugins/inspect/plugin-cacasink.xml:
4086         * docs/plugins/inspect/plugin-cairo.xml:
4087         * docs/plugins/inspect/plugin-cdio.xml:
4088         * docs/plugins/inspect/plugin-cutter.xml:
4089         * docs/plugins/inspect/plugin-debug.xml:
4090         * docs/plugins/inspect/plugin-dv.xml:
4091         * docs/plugins/inspect/plugin-efence.xml:
4092         * docs/plugins/inspect/plugin-effectv.xml:
4093         * docs/plugins/inspect/plugin-equalizer.xml:
4094         * docs/plugins/inspect/plugin-esdsink.xml:
4095         * docs/plugins/inspect/plugin-flac.xml:
4096         * docs/plugins/inspect/plugin-flxdec.xml:
4097         * docs/plugins/inspect/plugin-gamma.xml:
4098         * docs/plugins/inspect/plugin-gconfelements.xml:
4099         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4100         * docs/plugins/inspect/plugin-goom.xml:
4101         * docs/plugins/inspect/plugin-goom2k1.xml:
4102         * docs/plugins/inspect/plugin-halelements.xml:
4103         * docs/plugins/inspect/plugin-icydemux.xml:
4104         * docs/plugins/inspect/plugin-id3demux.xml:
4105         * docs/plugins/inspect/plugin-jpeg.xml:
4106         * docs/plugins/inspect/plugin-level.xml:
4107         * docs/plugins/inspect/plugin-matroska.xml:
4108         * docs/plugins/inspect/plugin-monoscope.xml:
4109         * docs/plugins/inspect/plugin-mulaw.xml:
4110         * docs/plugins/inspect/plugin-multifile.xml:
4111         * docs/plugins/inspect/plugin-multipart.xml:
4112         * docs/plugins/inspect/plugin-navigationtest.xml:
4113         * docs/plugins/inspect/plugin-ossaudio.xml:
4114         * docs/plugins/inspect/plugin-png.xml:
4115         * docs/plugins/inspect/plugin-quicktime.xml:
4116         * docs/plugins/inspect/plugin-rtp.xml:
4117         * docs/plugins/inspect/plugin-rtsp.xml:
4118         * docs/plugins/inspect/plugin-smpte.xml:
4119         * docs/plugins/inspect/plugin-soup.xml:
4120         * docs/plugins/inspect/plugin-spectrum.xml:
4121         * docs/plugins/inspect/plugin-speex.xml:
4122         * docs/plugins/inspect/plugin-taglib.xml:
4123         * docs/plugins/inspect/plugin-udp.xml:
4124         * docs/plugins/inspect/plugin-video4linux2.xml:
4125         * docs/plugins/inspect/plugin-videobalance.xml:
4126         * docs/plugins/inspect/plugin-videobox.xml:
4127         * docs/plugins/inspect/plugin-videocrop.xml:
4128         * docs/plugins/inspect/plugin-videoflip.xml:
4129         * docs/plugins/inspect/plugin-videomixer.xml:
4130         * docs/plugins/inspect/plugin-wavenc.xml:
4131         * docs/plugins/inspect/plugin-wavpack.xml:
4132         * docs/plugins/inspect/plugin-wavparse.xml:
4133         * docs/plugins/inspect/plugin-ximagesrc.xml:
4134         * ext/aalib/gstaasink.c:
4135         * ext/libcaca/gstcacasink.c:
4136           Document aasink and cacasink.
4137
4138 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4139
4140         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4141         (gst_videomixer_init), (gst_videomixer_query_duration),
4142         (gst_videomixer_query_latency), (gst_videomixer_query),
4143         (gst_videomixer_blend_buffers):
4144         * gst/videomixer/videomixer.h:
4145         Implement position (in time), duration and latency queries.
4146
4147 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4148
4149         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4150         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4151         (gst_videomixer_fill_queues), (forward_event_func),
4152         (forward_event), (gst_videomixer_src_event),
4153         (gst_videomixer_sink_event):
4154         * gst/videomixer/videomixer.h:
4155         Implement proper seek/newsegment handling.
4156         Based on adder's implementation.
4157         Fixes #535121
4158
4159 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4160
4161         Patch by: Jan Gerber <j at oil21 dot org>
4162
4163         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4164         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4165
4166 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4167
4168         * gst/audiofx/Makefile.am:
4169         * gst/audiofx/audiofx.c: (plugin_init):
4170         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4171         (gst_audio_voice_class_init), (gst_audio_voice_init),
4172         (update_filter), (gst_audio_voice_set_property),
4173         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4174         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4175         (gst_audio_voice_transform_ip):
4176         * gst/audiofx/audiovoice.h:
4177         Add simple voice removal element. Yay karaoke.
4178
4179 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4180
4181         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4182
4183         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4184         Fix potential caps leak.
4185         If we can't get the framerate with an ioctl, try to get it with the
4186         current norm. Fixes #520092.
4187
4188 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4189
4190         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4191
4192         * sys/v4l2/v4l2src_calls.c:
4193         (gst_v4l2src_probe_caps_for_format_and_size):
4194         If we fail to get the frame intervals, simply don't touch the framerates
4195         on the template caps instead of discarding the format. See #520092.
4196
4197 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4198
4199         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4200
4201         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4202         (gst_v4l2_get_caps_info):
4203         Add NV12, NV21 and bayer support. See #520092.
4204
4205 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4206
4207         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4208         (gst_qtdemux_activate_segment):
4209         Unbreak segment activation again. Fixes #531672.
4210
4211 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4212
4213         * ext/flac/Makefile.am:
4214         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4215         Set the channel layout when decoding FLAC files with more than 2
4216         channels as defined by the FLAC spec. Fixes bug #534570.
4217
4218         Also don't try to decode left/side, right/side and mid/side files
4219         as we don't support this at all.
4220
4221 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4222
4223         * configure.ac:
4224           We need -base CVS (rtsp).
4225
4226 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4227
4228         * gst/udp/Makefile.am:
4229           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4230           when including netdb.h when building against glibc >= 2.8.
4231
4232 2008-05-22  Julien Moutte  <julien@fluendo.com>
4233
4234         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4235         debug statement arguments.
4236         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4237         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4238         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4239         on more platforms.
4240
4241 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4242
4243         * tests/check/elements/avimux.c: (setup_src_pad),
4244         (teardown_src_pad):
4245         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4246         (GST_START_TEST):
4247         * tests/check/elements/matroskamux.c: (setup_src_pad),
4248         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4249         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4250         (GST_START_TEST):
4251         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4252         (setup_wavpackparse), (cleanup_wavpackparse):
4253         Don't use gst_element_get_pad(), it's a bad, bad method.
4254
4255 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4256
4257         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4258         (do_toggle_element):
4259         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4260         (do_toggle_element):
4261         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4262         (do_toggle_element):
4263         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4264         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4265         (do_toggle_element):
4266         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4267         (do_toggle_element):
4268         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4269         (gst_auto_audio_sink_detect):
4270         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4271         (gst_auto_video_sink_detect):
4272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4273         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4274         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4275         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4276         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4277         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4278         * tests/icles/videocrop-test.c: (test_with_caps),
4279         (video_crop_get_test_caps):
4280         Don't use gst_element_get_pad(), it's a bad method.
4281
4282 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4283
4284         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4285         (gst_multiudpsink_add_internal):
4286         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4287         (gst_udp_join_group):
4288         * gst/udp/gstudpnetutils.h:
4289         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4290         Joining a multicast group and setting the loop/ttl properties are
4291         totally unrelated tasks are must be separated.
4292
4293 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4294
4295         * gst/avi/gstavimux.c:
4296           Also support alaw/mulaw.
4297
4298 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4299
4300         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4301         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4302         * gst/udp/gstmultiudpsink.h:
4303         Add a fixme for the auto-multicast property.
4304         Fix some confusing debug messages.
4305         Disable setting a qos value by default.
4306
4307 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4308
4309         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4310
4311         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4312         Ignore EPERM errors from sendto. Fixes #533619.
4313
4314 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4315
4316         Patch by: Henrik Eriksson <henriken at axis dot com>
4317
4318         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4319         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4320         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4321         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4322         * gst/udp/gstmultiudpsink.h:
4323         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4324
4325 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4326
4327         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4328         Improve debugging of the ident.
4329
4330 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4331
4332         Patch by: Bruno Santos <brunof at ua dot pt>
4333
4334         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4335         (gst_udp_join_group), (gst_udp_leave_group),
4336         (gst_udp_is_multicast):
4337         * gst/udp/gstudpnetutils.h:
4338         Provide a bunch of helper methods to deal with IPv4 and IPv6
4339         transparently.
4340
4341         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4342         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4343         (gst_multiudpsink_get_property), (join_multicast),
4344         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4345         (gst_multiudpsink_remove):
4346         * gst/udp/gstmultiudpsink.h:
4347         Add multicast TTL and loopback properties.
4348         Use the helper methods to implement ip4 and ip6.
4349
4350         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4351         * gst/udp/gstudpsrc.h:
4352         Use the helper methods to implement ip4 and ip6.
4353         Fixes #515962.
4354
4355 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4356
4357         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4358
4359         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4360         (gst_multipart_demux_get_gstname),
4361         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4362         * gst/multipart/multipartdemux.h:
4363         Don't blindly copy the mime-type as the caps name because they not
4364         always map directly. Instead use a hashtable with common mappings.
4365         Fixes #533287.
4366
4367 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4368
4369         * ext/esd/esdsink.c: (gst_esdsink_write):
4370         When we post an error, we must return -1 to let the parent know that we
4371         cannot write the segment else it will loop and continue to call us again
4372         forever. Patch by Michael Meeks.
4373
4374 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4375
4376         * gst/videomixer/videomixer.c:
4377           Add missing incudes.
4378
4379 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4380
4381         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4382         (gst_rtp_h264_pay_handle_buffer):
4383         * gst/rtp/gstrtph264pay.h:
4384         Correct a typo (sinle -> single).
4385
4386 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4387
4388         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4389         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4390         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4391         (gst_rtp_h264_depay_process):
4392         * gst/rtp/gstrtph264depay.h:
4393         Add experimental support for outputting quicktime-like AVC output in
4394         addition to the existing bytestream output.
4395
4396         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4397         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4398         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4399         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4400         (gst_rtp_h264_pay_get_property):
4401         * gst/rtp/gstrtph264pay.h:
4402         Make the parsing mode configurable, for some inputs we don't need to
4403         scan every byte for start codes.
4404         Only set the marker bit on ACCESS units.
4405
4406 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4407
4408         * gst/equalizer/gstiirequalizer.c:
4409         Use a bigger type in integer mode for the intermediate results to
4410         prevent overflows. This fixes the crippled sound when using the
4411         equalizer in integer mode. Fixes bug #510865.
4412
4413 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4414
4415         * gst/videomixer/videomixer.c:
4416         * gst/videomixer/videomixer.h:
4417         Instead of a random number for the request pad id's,
4418         use a counter.
4419
4420         Register the videomixerpad class from the element's class_init
4421         where it's safer, and allows the docs generator to scan it.
4422
4423 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4424
4425         * gst/smpte/Makefile.am:
4426         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4427         * gst/smpte/gstsmpte.h:
4428         * gst/smpte/gstsmptealpha.c:
4429         (gst_smpte_alpha_transition_type_get_type),
4430         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4431         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4432         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4433         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4434         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4435         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4436         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4437         * gst/smpte/gstsmptealpha.h:
4438         * gst/smpte/plugin.c: (plugin_init):
4439         Add new plugin that adds the SMPTE transition in the alpha channel of
4440         I420 and AYUV frames so that they can be blended with videomixer later
4441         on. Uses all niceties such as using base transform for efficient alloc
4442         and negotiation. It currently requires GstController to control the
4443         position in the transition effect.
4444
4445 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4446
4447         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4448         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4449         * docs/plugins/gst-plugins-good-plugins.args:
4450         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4451         * docs/plugins/gst-plugins-good-plugins.interfaces:
4452         * docs/plugins/gst-plugins-good-plugins.types:
4453         * gst/videomixer/videomixer.c:
4454           Try using thaytans new mechanism to get extra classes into plugin
4455           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4456           missing still.
4457
4458 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4459
4460         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4461         Set proper rate in avi stream header for PCM audio, and also do some
4462         more sanity checks on caps in this case.  Fixes #511489.
4463
4464 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4465
4466         * sys/v4l2/gstv4l2src.c:
4467         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4468         isn't implemented at all yet and this requires X headers to be
4469         installed. Fixes bug #533264.
4470
4471 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4472
4473         reviewed by: <delete if not using a buddy>
4474
4475         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4476         (gst_ebml_write_set_cache):
4477         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4478         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4479         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4480         (gst_matroska_demux_read_track_encodings),
4481         (gst_matroska_demux_add_stream),
4482         (gst_matroska_demux_handle_src_query),
4483         (gst_matroska_demux_init_stream),
4484         (gst_matroska_demux_parse_index_cuetrack),
4485         (gst_matroska_demux_parse_index_pointentry),
4486         (gst_matroska_demux_parse_info),
4487         (gst_matroska_demux_parse_metadata_id_simple_tag),
4488         (gst_matroska_demux_parse_metadata),
4489         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4490         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4491         (gst_matroska_demux_parse_cluster),
4492         (gst_matroska_demux_parse_contents_seekentry),
4493         (gst_matroska_demux_loop_stream_parse_id),
4494         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4495         (gst_matroska_demux_audio_caps),
4496         (gst_matroska_demux_subtitle_caps):
4497         * gst/matroska/matroska-demux.h:
4498         * gst/matroska/matroska-ids.c:
4499         (gst_matroska_track_init_subtitle_context):
4500         * gst/matroska/matroska-ids.h:
4501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4502         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4503         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4504         * sys/v4l2/gstv4l2src.c:
4505         * tests/check/pipelines/wavpack.c: (bus_handler):
4506         * win32/common/config.h:
4507
4508 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4509
4510         * ext/wavpack/gstwavpackstreamreader.c:
4511         * tests/examples/spectrum/demo-audiotest.c:
4512         * tests/examples/spectrum/demo-osssrc.c:
4513         Fix some compiler warnings.
4514
4515 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4516
4517         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4518         Small comment added.
4519
4520         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4521         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4522         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4523         Debug string cleanups (remove trailing \n)
4524         Refactor and clean up the payloader a bit and make sure that we only
4525         put one NAL unit in an RTP packet even if the input buffer contains
4526         multiple NAL units.
4527         Add suport for AVC format input.
4528
4529 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4530
4531         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4532         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4533         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4534         * gst/rtp/gstrtph264pay.h:
4535         Make it possible to specify profile-level-id and sprop-parameter-sets
4536         using properties in case they are not available in-stream.
4537
4538 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4539
4540         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4541         * docs/plugins/gst-plugins-good-plugins.args:
4542         * docs/plugins/inspect/plugin-ladspa.xml:
4543           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4544
4545 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4546
4547         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4548         Send an initial BYTE segment to inform downstream of later seeking,
4549         and to forego sync attempts.
4550
4551 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4552
4553         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4554         Fix wrong caps string.
4555
4556 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4557
4558         Based on patch by: Olivier Crete <tester at tester dot ca>
4559
4560         * gst/rtp/Makefile.am:
4561         * gst/rtp/gstrtp.c: (plugin_init):
4562         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4563         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4564         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4565         (gst_rtp_g729_depay_plugin_init):
4566         * gst/rtp/gstrtpg729depay.h:
4567         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4568         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4569         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4570         * gst/rtp/gstrtpg729pay.h:
4571         Added G729 pay and depayloaders. Fixes #532409.
4572
4573 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4574
4575         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4576         Fix the calculation of the duration of the concealment packets.
4577
4578 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4579
4580         Based on patch by: Olivier Crete <tester at tester dot ca>
4581
4582         * gst/rtp/Makefile.am:
4583         * gst/rtp/gstrtp.c: (plugin_init):
4584         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4585         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4586         (parse_encode), (gst_rtp_dv_depay_setcaps),
4587         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4588         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4589         (gst_rtp_dv_depay_plugin_init):
4590         * gst/rtp/gstrtpdvdepay.h:
4591         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4592         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4593         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4594         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4595         (gst_dv_pay_negotiate), (include_dif),
4596         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4597         * gst/rtp/gstrtpdvpay.h:
4598         Add DV pay and depayloaders. Fixes #532423.
4599
4600 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4601
4602         * gst/matroska/matroska-demux.c:
4603         (gst_matroska_demux_push_dvd_clut_change_event):
4604         Convert subtitle palette info in VobSub private data from VobSub's
4605         (buggy) RGB to YUV.
4606
4607 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4608
4609         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4610         Do not leave fourcc stream header field empty upon reset.
4611         Fixes #519301.
4612
4613 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4614
4615         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4616         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4617         * docs/plugins/inspect/plugin-goom.xml:
4618         * docs/plugins/inspect/plugin-goom2k1.xml:
4619         * gst/goom/gstgoom.c:
4620         * gst/goom2k1/gstgoom.c:
4621         Add goom2k1 into the docs.
4622
4623 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4624
4625         Based on patch by: Wouter Cloetens  <wouter at mind be>
4626
4627         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4628         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4629         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4630         (gst_rtsp_decode_quoted_string),
4631         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4632         (gst_rtspsrc_setup_auth):
4633         Support Digest authentication. Fixes #532065.
4634
4635 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4636
4637         * gst/level/gstlevel.c:
4638           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4639           about whats needed for liboil acceleration. Simplify docs a bit.
4640
4641 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4642
4643         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4644
4645         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4646         Update the track duration if the old one was invalid.
4647         Fixes bug #532117.
4648
4649 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4650
4651         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4652           Use GST_STR_NULL when trying to print sps and pps strings that could
4653           be NULL, as this might crash on some platforms.
4654
4655 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4656
4657         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4658
4659         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4660           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4661           set after creating the clipper.
4662
4663 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4664
4665         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4666
4667         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4668           Added checking of surface lost case after an unsuccessful
4669           IDirectDrawSurface7_Lock() call.
4670           If surface is lost, return GST_FLOW_OK.
4671
4672 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4673
4674         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4675
4676         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4677           WndProc, gst_directdraw_sink_window_thread):
4678           Improved Windows message loop and fixed window destruction issue.
4679           When the window which DirectDraw is rendering to is destroyed, the
4680           render/show_frame function will return GST_FLOW_ERROR.
4681           Partially fixes #520885.
4682
4683 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4684
4685         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4686
4687         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4688           Fixed mid stream resolution change bug, the offscreen surface is now
4689           released when set_caps is called.
4690           Partially fixes #520885.
4691
4692 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4693
4694         * sys/directdraw/gstdirectdrawsink.c
4695           (gst_directdraw_sink_buffer_alloc):
4696           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4697           width/height.
4698
4699           Especially when looking through the pool of buffers, make sure that
4700           the width/height of caps is used instead of the already negotiated
4701           dimensions.
4702           For example if a buffer with different caps is requested, i.e.
4703           higher resolution, the caller would get a buffer with the old
4704           dimensions and thus corrupt the heap.
4705
4706 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4707
4708         * sys/directdraw/gstdirectdrawsink.c
4709           (gst_directdraw_sink_buffer_alloc):
4710           Clear the flags on recycled buffers from buffer_alloc.
4711           Partially fixes #520885.
4712
4713 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4714
4715         * gst/rtp/gstrtpilbcpay.c:
4716           Added missing stdlib.h include for strtol(), and made include ordering and
4717           style consistent with the corresponding depayloader.
4718
4719 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4720
4721         * configure.ac:
4722           Error out if we don't have the required core/base versions.
4723
4724 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4725
4726         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4727
4728         * sys/osxvideo/cocoawindow.m:
4729         Fix compiler warnings on PPC64. Fixes bug #499318.
4730
4731 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4732
4733         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4734
4735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4736         Don't leak file descriptors on error. Fixes #531532.
4737
4738 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4739
4740         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4741         (gst_gconf_audio_src_change_state):
4742         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4743         (gst_gconf_video_sink_change_state):
4744         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4745         (gst_gconf_video_src_change_state):
4746         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4747         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4748         When we can't create a fakesink/fakesrc complain instead of unreffing
4749         NULL pointers and crashing later. See bug #530535.
4750
4751 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4752
4753         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4754         Add some more debug info and guard against small payloads.
4755
4756         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4757         Set duration on outgoing buffers because we can.
4758
4759 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4760
4761         Patch by: Olivier Crete <tester at tester dot ca>
4762
4763         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4764         (gst_speex_enc_init), (gst_speex_enc_chain):
4765         Add negotiation for the speex channels and rate. Fixes #465146.
4766
4767 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4768
4769         Patch by: Olivier Crete <tester at tester dot ca>
4770
4771         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4772         (gst_rtp_speex_pay_getcaps):
4773         Add negotiation for the speex channels and rate. See #465146.
4774
4775 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4776
4777         Patch by: Olivier Crete <tester at tester dot ca>
4778
4779         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4780         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4781         Add negotiation for the ILBC mode. See #465146.
4782
4783 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4784
4785         * ext/soup/gstsouphttpsrc.c:
4786           Include stdlib to fix the build. Use g_free instead of free, libsoup
4787           uses glib.
4788
4789 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4790
4791         Patch by: j^ <j@bootlab.org>
4792
4793         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4794         Add more mpeg2 variants. Fixes #530886.
4795
4796 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4797
4798         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4799
4800         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4801           Don't error out if we get an ICMP destination-unreachable
4802           message when trying to read packets on win32 (#529454).
4803
4804 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4805
4806         * configure.ac:
4807         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4808           Use new error code for encrypted streams (which requires core CVS).
4809
4810 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4811
4812         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4813           (gst_qtdemux_audiosrc_template):
4814           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4815
4816 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4817
4818         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4819         (speex_dec_chain_parse_data):
4820         Produce concealment data when time progresses in a segment update.
4821
4822 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4823
4824         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4825         (speex_dec_chain):
4826         Try to preserve input timestamps when we can.
4827         Do beginnings of error concealment.
4828
4829 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4830
4831         * gst/debug/gstnavigationtest.c:
4832           MSVC doesn't provide rint(), define an adequate replacement locally as
4833           elsewhere.
4834
4835 2008-04-28  Julien Moutte  <julien@fluendo.com>
4836
4837         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4838         format to pacify Mac OSX's gcc.
4839
4840 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4841
4842         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4843           (DEFAULT_MAX), (src_template), (sink_template),
4844           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4845           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4846           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4847           Bring rndbuffersize element into a state that doesn't require us
4848           to move it to -bad immediately. For one, fix up default min/max
4849           values so that the element actuall works using the default values.
4850           Also, don't ignore flow return values and do some kind of minimal
4851           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4852           other gratuitious clean-ups.
4853
4854 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4855
4856         * docs/plugins/Makefile.am:
4857         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4858         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4859         * docs/plugins/gst-plugins-good-plugins.args:
4860         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4861         * docs/plugins/gst-plugins-good-plugins.interfaces:
4862         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4863         * docs/plugins/inspect/plugin-1394.xml:
4864         * docs/plugins/inspect/plugin-aasink.xml:
4865         * docs/plugins/inspect/plugin-alaw.xml:
4866         * docs/plugins/inspect/plugin-alpha.xml:
4867         * docs/plugins/inspect/plugin-alphacolor.xml:
4868         * docs/plugins/inspect/plugin-annodex.xml:
4869         * docs/plugins/inspect/plugin-apetag.xml:
4870         * docs/plugins/inspect/plugin-audiofx.xml:
4871         * docs/plugins/inspect/plugin-auparse.xml:
4872         * docs/plugins/inspect/plugin-autodetect.xml:
4873         * docs/plugins/inspect/plugin-avi.xml:
4874         * docs/plugins/inspect/plugin-cacasink.xml:
4875         * docs/plugins/inspect/plugin-cairo.xml:
4876         * docs/plugins/inspect/plugin-cdio.xml:
4877         * docs/plugins/inspect/plugin-cutter.xml:
4878         * docs/plugins/inspect/plugin-debug.xml:
4879         * docs/plugins/inspect/plugin-dv.xml:
4880         * docs/plugins/inspect/plugin-efence.xml:
4881         * docs/plugins/inspect/plugin-effectv.xml:
4882         * docs/plugins/inspect/plugin-equalizer.xml:
4883         * docs/plugins/inspect/plugin-esdsink.xml:
4884         * docs/plugins/inspect/plugin-flac.xml:
4885         * docs/plugins/inspect/plugin-flxdec.xml:
4886         * docs/plugins/inspect/plugin-gamma.xml:
4887         * docs/plugins/inspect/plugin-gconfelements.xml:
4888         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4889         * docs/plugins/inspect/plugin-goom.xml:
4890         * docs/plugins/inspect/plugin-halelements.xml:
4891         * docs/plugins/inspect/plugin-icydemux.xml:
4892         * docs/plugins/inspect/plugin-id3demux.xml:
4893         * docs/plugins/inspect/plugin-jpeg.xml:
4894         * docs/plugins/inspect/plugin-level.xml:
4895         * docs/plugins/inspect/plugin-matroska.xml:
4896         * docs/plugins/inspect/plugin-monoscope.xml:
4897         * docs/plugins/inspect/plugin-mulaw.xml:
4898         * docs/plugins/inspect/plugin-multifile.xml:
4899         * docs/plugins/inspect/plugin-multipart.xml:
4900         * docs/plugins/inspect/plugin-navigationtest.xml:
4901         * docs/plugins/inspect/plugin-ossaudio.xml:
4902         * docs/plugins/inspect/plugin-png.xml:
4903         * docs/plugins/inspect/plugin-quicktime.xml:
4904         * docs/plugins/inspect/plugin-rtp.xml:
4905         * docs/plugins/inspect/plugin-rtsp.xml:
4906         * docs/plugins/inspect/plugin-shout2send.xml:
4907         * docs/plugins/inspect/plugin-smpte.xml:
4908         * docs/plugins/inspect/plugin-spectrum.xml:
4909         * docs/plugins/inspect/plugin-speex.xml:
4910         * docs/plugins/inspect/plugin-taglib.xml:
4911         * docs/plugins/inspect/plugin-udp.xml:
4912         * docs/plugins/inspect/plugin-video4linux2.xml:
4913         * docs/plugins/inspect/plugin-videobalance.xml:
4914         * docs/plugins/inspect/plugin-videobox.xml:
4915         * docs/plugins/inspect/plugin-videocrop.xml:
4916         * docs/plugins/inspect/plugin-videoflip.xml:
4917         * docs/plugins/inspect/plugin-videomixer.xml:
4918         * docs/plugins/inspect/plugin-wavenc.xml:
4919         * docs/plugins/inspect/plugin-wavpack.xml:
4920         * docs/plugins/inspect/plugin-wavparse.xml:
4921         * docs/plugins/inspect/plugin-ximagesrc.xml:
4922           Add docs for gdkpixbufsink; update docs to CVS version.
4923
4924 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4925
4926         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4927         Remove test sync-offset by default.
4928
4929 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4930
4931         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4932         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4933         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4934           Use GLib versions of htonl, htons, ntohl and ntohs in order
4935           to avoid problems on win32 (#529707).
4936
4937 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4938
4939         Patch by: Jesús Corrius <jesus at softcatala org>
4940
4941         * gst/goom/filters.c: (zoomVector):
4942         * gst/goom/goom_core.c: (init_buffers):
4943           Fix build with mingw32: use rand() instead of random() and
4944           replace bzero() with memset(). Fixes #529692.
4945
4946 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4947
4948         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4949         Fix typo in comments.
4950
4951         * tests/examples/rtp/client-H263p-PCMA.sdp:
4952         * tests/examples/rtp/client-H263p-PCMA.sh:
4953         * tests/examples/rtp/client-H264-PCMA.sdp:
4954         * tests/examples/rtp/client-H264-PCMA.sh:
4955         * tests/examples/rtp/client-H264.sdp:
4956         * tests/examples/rtp/client-H264.sh:
4957         * tests/examples/rtp/client-PCMA.sdp:
4958         * tests/examples/rtp/client-PCMA.sh:
4959         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4960         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4961         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4962         Add some more docs and fix examples.
4963
4964 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4965
4966         * tests/check/elements/multifile.c:
4967         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4968         declared in the former, some have it declared in the latter.
4969
4970 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4971
4972         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4973         * gst/debug/tests.c: (md5_get_value):
4974         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4975         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4976         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4977         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4978         Stop using deprecated GLib functions.
4979
4980 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4981
4982         * configure.ac:
4983         Back to development -> 0.10.8.1
4984
4985 === release 0.10.8 ===
4986
4987 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4988
4989         * configure.ac:
4990           releasing 0.10.8, "One For The Money"
4991
4992 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4993
4994         * configure.ac:
4995         0.10.7.4 pre-release
4996
4997 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4998
4999         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5000         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5001         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5002         * gst/goom/flying_stars_fx.c: (fs_free):
5003         * gst/goom/goom_config_param.h:
5004         * gst/goom/goom_core.c: (goom_init), (goom_close):
5005         * gst/goom/goom_plugin_info.h:
5006         * gst/goom/gstgoom.c: (gst_goom_finalize):
5007         * gst/goom/lines.c: (goom_lines_free):
5008         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5009         * gst/goom/surf3d.c: (grid3d_free):
5010         * gst/goom/surf3d.h:
5011         * gst/goom/tentacle3d.c: (tentacle_free):
5012         Free a bunch of stuff, and initialise things to fix leaks
5013         and valgrind warnings in the testsuite.
5014
5015         Fixes: #529268
5016
5017 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5018
5019         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5020         (gst_rtspsrc_configure_caps):
5021         Ref caps as the return value for the request_pt_map signal.
5022         Remove some caps weirdness when configuring a stream. See #528245.
5023
5024 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5025
5026         * tests/icles/gdkpixbufsink-test.c:
5027           Add cast to placate gcc 4.1.2.
5028
5029 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5030
5031         * configure.ac:
5032         0.10.7.3 pre-release
5033
5034 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5035
5036         * tests/check/Makefile.am:
5037         Disable some more elements in the state test.
5038         Add a define so the soup test can find the test files
5039         it needs at runtime.
5040
5041         * tests/check/elements/souphttpsrc.c: (run_server):
5042
5043         Add a define so the soup test can find the test files
5044         it needs at runtime.
5045
5046 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5047
5048         * gst/goom/convolve_fx.c: (convolve_apply):
5049         Don't ever draw the GOOM logo.
5050         Fixes: #528615
5051
5052 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5053
5054         * ext/cdio/gstcdiocddasrc.c:
5055         * ext/dv/gstdvdemux.c: 
5056         gst_atomic_int_set ==> g_atomic_int_set
5057
5058 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5059
5060         * configure.ac:
5061         * gst/goom/Makefile.am:
5062         * gst/goom/convolve_fx.c:
5063         * gst/goom/default_scripts.h:
5064         * gst/goom/goom.h:
5065         * gst/goom/goom_core.c: (choose_a_goom_line):
5066         * gst/goom/goom_plugin_info.h:
5067         * gst/goom/goomsl.c:
5068         * gst/goom/goomsl.h:
5069         * gst/goom/goomsl_hash.c:
5070         * gst/goom/goomsl_hash.h:
5071         * gst/goom/goomsl_heap.c:
5072         * gst/goom/goomsl_heap.h:
5073         * gst/goom/goomsl_private.h:
5074         * gst/goom/plugin_info.c:
5075           Strip out the config/script parsing stuff, we don't need it.
5076           Fixes #527999.
5077
5078 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5079
5080         * gst/goom/plugin_info.c: (setOptimizedMethods):
5081           Disable altivec optimisations for 32-bit PPC as well to make
5082           things build properly on all PPC systems. Fixes #528143
5083
5084 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5085
5086         * gst-plugins-good.spec.in:
5087           Update for souphttpsrc plugin which has moved to -good.
5088
5089 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5090
5091         * gst/matroska/matroska-demux.c:
5092         (gst_matroska_demux_handle_seek_event):
5093         Fix open-ended seeks in matroskademux
5094         Patch by: Mark Nauwelaerts <manauw skynet be>
5095         Fixes: #526557
5096
5097 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5098
5099         * tests/check/Makefile.am:
5100         Add soup test certificates to the dist.
5101
5102 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5103
5104         * ext/Makefile.am:
5105         Remove LADSPA reference I missed.
5106
5107 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5108
5109         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5110         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5111         over gnome-vfs and everything else. Fixes bug #527848.
5112
5113 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5114
5115         * configure.ac:
5116         * ext/Makefile.am:
5117         Remove LADSPA plugin. Fixes: #515978
5118
5119 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5120
5121         * configure.ac:
5122         * docs/plugins/Makefile.am:
5123         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5124         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5125         * docs/plugins/gst-plugins-good-plugins.args:
5126         * docs/plugins/inspect/plugin-soup.xml:
5127         * ext/Makefile.am:
5128         * tests/check/Makefile.am:
5129         Move soup plugin from -bad (Fixes: #523124)
5130
5131 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5132
5133         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5134         Fix bounds checking of mode in Speex header, which may
5135         produce negative numbers in speex <= 1.1.12
5136
5137 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5138
5139         * gst/goom/Makefile.am:
5140         * gst/goom/gfontlib.c:
5141         * gst/goom/gfontlib.h:
5142         * gst/goom/gfontrle.c:
5143         * gst/goom/gfontrle.h:
5144         * gst/goom/goom.h:
5145         * gst/goom/goom_core.c: (goom_update):
5146         * gst/goom/goom_plugin_info.h:
5147         * gst/goom/gstgoom.c: (gst_goom_chain):
5148         * gst/goom/plugin_info.c:
5149           Remove a bunch of font/text related code that we don't need.
5150
5151 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * gst/goom/ppc_drawings.s:
5154         * gst/goom/ppc_zoom_ultimate.s:
5155           Change license of these files to LGPL, as permitted by the
5156           author, Guillaume Borios. See #515073.
5157
5158 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5159
5160         * gst/goom/convolve_fx.c:
5161         * gst/goom/motif_goom1.h:
5162         * gst/goom/motif_goom2.h:
5163           As hinted in Bug #518213, revert one change and fix warnings properly.
5164           This fixes both #518213 and #520073 for me.     
5165
5166 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5167
5168         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5169         * gst/matroska/matroska-demux.c:
5170         (gst_matroska_demux_handle_seek_event),
5171         (gst_matroska_demux_parse_contents_seekentry),
5172         (gst_matroska_demux_loop):
5173         Fix the Forte build by making function declaration signatures
5174         match the implementations.
5175
5176 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5177
5178         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5179         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5180         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5181           More logging when probing (see #518474), some comments in _reset().
5182
5183 2008-04-07  Julien Moutte  <julien@fluendo.com>
5184
5185         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5186         because of a bad argument number.
5187
5188 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5189
5190         * tests/icles/.cvsignore:
5191         * tests/icles/Makefile.am:
5192         * tests/icles/gdkpixbufsink-test.c:
5193           Interactive test app for gdkpixbufsink.
5194
5195 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5196
5197         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5198
5199         * configure.ac:
5200         Actually build dlls when cross-compiling with mingw32.
5201         Fixes bug #526247.
5202
5203 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5204
5205         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5206           Don't munge device string to 'default:x' for capture devices.
5207           Fixes #525833.
5208
5209 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5210
5211         * ext/wavpack/gstwavpackparse.c:
5212         (gst_wavpack_parse_index_entry_free):
5213         Always use GSlice as we actually depend on GLib 2.12 already.
5214
5215 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5216
5217         * configure.ac:
5218           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5219           Also bump the GLib requirement to the current de-facto requirement
5220           (ie. 2.12).
5221
5222 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5223
5224         * gst/rtp/gstrtph264pay.c: (encode_base64),
5225         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5226         * gst/rtp/gstrtph264pay.h:
5227         Parse codec_data for future AVC compatibility.
5228         Fail when we encounter AVC data for now.
5229
5230 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5231
5232         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5233           (gst_spectrum_init), (gst_spectrum_set_property),
5234           (gst_spectrum_get_property), (gst_spectrum_message_new):
5235           Rename property enums and default defines for the properties to match
5236           the property names and rephrase property descriptions to make them a
5237           bit clearer (hopefully). See #518188.
5238
5239 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5240
5241         * tests/check/Makefile.am:
5242         * tests/check/elements/.cvsignore:
5243         * tests/check/elements/gdkpixbufsink.c:
5244           Add unit test for gdkpixbufsink element.
5245
5246 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5247
5248         * ext/gdk_pixbuf/Makefile.am:
5249         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5250         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5251           (gst_gdk_pixbuf_sink_base_init),
5252           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5253           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5254           (gst_gdk_pixbuf_sink_set_caps),
5255           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5256           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5257           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5258           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5259           (gst_gdk_pixbuf_sink_get_property):
5260         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5261           Add gdkpixbufsink element for easy snapshotting (#525946).
5262
5263 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5264
5265         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5266         Bump timeout from 3 to 60 seconds.
5267
5268 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5269
5270         * tests/check/pipelines/.cvignore:
5271         Remove useless file.
5272
5273         * tests/check/pipelines/.cvsignore:
5274         Add new test to .cvsignore.
5275
5276 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5277
5278         * tests/check/Makefile.am:
5279         * tests/check/pipelines/wavpack.c: (bus_handler),
5280         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5281         (wavpack_suite), (main):
5282         Add unit test that encodes and decodes some data, checks that it
5283         is still the same and that all timestamps/offsets are perfect.
5284
5285 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5286
5287         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5288         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5289         * ext/wavpack/gstwavpackparse.c:
5290         (gst_wavpack_parse_index_entry_new),
5291         (gst_wavpack_parse_index_entry_free),
5292         (gst_wavpack_parse_base_init),
5293         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5294         Use GSlice for allocating index entries and use
5295         gst_element_class_set_details_simple().
5296
5297 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5298
5299         Patch by: Brian Cameron <brian.cameron at sun dot com>
5300
5301         * sys/sunaudio/gstsunaudio.c:
5302         * sys/sunaudio/gstsunaudiomixer.c:
5303         * sys/sunaudio/gstsunaudiomixer.h:
5304         * sys/sunaudio/gstsunaudiomixerctrl.c:
5305         * sys/sunaudio/gstsunaudiomixerctrl.h:
5306         * sys/sunaudio/gstsunaudiomixertrack.c:
5307         * sys/sunaudio/gstsunaudiomixertrack.h:
5308         * sys/sunaudio/gstsunaudiosink.c:
5309         * sys/sunaudio/gstsunaudiosink.h:
5310         * sys/sunaudio/gstsunaudiosrc.c:
5311         * sys/sunaudio/gstsunaudiosrc.h:
5312           Fix up copyrights (#525860).
5313
5314 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5315
5316         * gst/goom/goomsl.c: (gsl_read_file):
5317           Check return value of fread() to avoid compiler warnings.
5318
5319 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5320
5321         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5322
5323         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5324         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5325         * gst/law/alaw-decode.h:
5326         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5327         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5328         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5329         * gst/law/mulaw-decode.h:
5330         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5331         Make negotiation a bit modern.
5332         Use pad_alloc. Fixes #525359.
5333
5334 2008-03-31  David Schleef  <ds@schleef.org>
5335
5336         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5337           compiles consistently.  Fixes #522278.
5338
5339 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5340
5341         Patch by: Brian Cameron <brian.cameron at sun dot com>
5342
5343         * sys/sunaudio/gstsunaudiomixerctrl.c:
5344           (gst_sunaudiomixer_ctrl_get_volume),
5345           (gst_sunaudiomixer_ctrl_set_volume):
5346         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5347           Fix up the mixer tracks to use a volume range of 0-255, which is what
5348           the sun audio API uses. This simplifies the code and avoids rounding
5349           errors. Fixes #524593.
5350
5351 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5352
5353         * sys/v4l2/gstv4l2object.c:
5354         * sys/v4l2/gstv4l2object.h:
5355         Add device-fd property to make it possible to apps to call ioctl's.
5356
5357 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5358
5359         * gst/qtdemux/qtdemux.c: (next_entry_size):
5360         Unbreak streaming mode again.
5361
5362 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5363
5364         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5365           Remove superfluous DEBUG macro.
5366
5367 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5368
5369         Based on patch by: William M. Brack <wbrack at mmm com hk>
5370
5371         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5372           (gst_v4l2src_set_capture):
5373           Check whether the device supports setting the framerate before
5374           trying to set it and then posting a warning or error if it doesn't
5375           work (#516649, #520092). Also compare fractions more correctly.
5376
5377 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5378
5379         * gst/goom/Makefile.am:
5380           Remove ppc assembler optimisations from the build until they
5381           actually build (they also seem to have GPL headers).
5382
5383 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5384
5385         * m4/Makefile.am:
5386           Better not dist files that don't exist any longer (lrint*m4).
5387
5388 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5389
5390         * configure.ac:
5391         * m4/lrint.m4:
5392         * m4/lrintf.m4:
5393         Remove lrint/lrintf checks. We don't use it anywhere.
5394
5395 2008-03-18  Andy Wingo  <wingo@pobox.com>
5396
5397         * sys/osxvideo/osxvideosink.m
5398         (gst_osx_video_sink_osxwindow_destroy)
5399         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5400         task, whoopdee.
5401         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5402         2 ms.
5403
5404 2008-03-18  Andy Wingo  <wingo@pobox.com>
5405
5406         * sys/osxvideo/osxvideosink.m
5407         (gst_osx_video_sink_osxwindow_destroy)
5408         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5409         task, whoopdee.
5410         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5411         2 ms.
5412         
5413 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5414
5415         Patch by: William M. Brack <wbrack at mmm com hk>
5416
5417         * sys/v4l2/v4l2src_calls.c:
5418           (gst_v4l2src_probe_caps_for_format_and_size),
5419           (gst_v4l2src_probe_caps_for_format):
5420           Make sure the probed frame sizes are reversed in the resulting
5421           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5422           highest resolution first); also remove unused variable.
5423           (Partly fixes #520092)
5424
5425 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5426
5427         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5428
5429         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5430         (gst_rtspsrc_finalize):
5431         Call WSAStartup() and WSACleanup before using the Winsock API.
5432         See #520808.
5433
5434 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5435
5436         * gst/avi/gstavidemux.c:
5437           Erm, the buffer-size is just guint, no need for the special format
5438           specifier.
5439
5440 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5441
5442         * gst/goom/plugin_info.c:
5443         * gst/goom/ppc_zoom_ultimate.h:
5444           Small fixes to build more on PPC: ifdef out code that uses unknown
5445           define; add newline at end of header file to avoid compiler warning.
5446           Assembler code still doesn't build though.
5447
5448 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5449
5450         * gst/avi/gstavidemux.c:
5451           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5452           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5453
5454 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5455
5456         * gst/avi/gstavidemux.c:
5457           Chunksize is uint32. Fix format specifier.
5458
5459 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5460
5461         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5462         mistake. Return file to pure MIT text.
5463
5464 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5465
5466         * gst/audiofx/audiofx.c:
5467         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5468         of hardcoding values.
5469
5470 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5471
5472         Patch by: Mark Nauwelaerts <manauw skynet be>
5473
5474         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5475           (gst_oss_src_close):
5476         * sys/oss/gstosssrc.h:
5477           Cache probed caps, so _get_caps() during recording doesn't cause
5478           ioctl calls which may disrupt the recording (fixes #521875).
5479
5480 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5481
5482         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5483         (gst_qtdemux_activate_segment),
5484         (gst_qtdemux_prepare_current_sample),
5485         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5486         Make sure we always send a DISCONT after a seek by setting the sample
5487         index to an undefined value after a seek.
5488
5489 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5490
5491         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5492           (GST_IS_AVI_SUBTITLE_CLASS):
5493           Fix up IS_FOO macros, which makes gtk-doc much happier.
5494
5495 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5496
5497         * tests/icles/Makefile.am:
5498           Move the -lgstfoo where it belongs.
5499
5500 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5501
5502         * gst/matroska/ebml-ids.h:
5503         Add ID for EBML CRC32 elements.
5504
5505         * gst/matroska/Makefile.am:
5506         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5507         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5508         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5509         (gst_ebml_read_header):
5510         Support reading 80bit floats, add finalize method to clean up
5511         in any case, support reading length/id elements with any length
5512         as long as it's smaller than our supported maximum, don't leak
5513         buffers if reading as much data as we wanted failed and some
5514         smaller cleanup.
5515
5516 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5517
5518         Patch by: Olivier Crete <tester at tester dot ca>
5519
5520         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5521         Check that a buffer is large enough before reading from it.
5522         Fixes bug #521102.
5523         
5524 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5525
5526         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5527         Fix compilation after removing the GstPollMode from the
5528         constructor.
5529
5530 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5531
5532         * configure.ac:
5533         * gst/audiofx/Makefile.am:
5534         * gst/audiofx/audiochebband.c:
5535         * gst/audiofx/audiocheblimit.c:
5536         * gst/audiofx/math_compat.h:
5537         Check for sinh(), cosh() and asinh() and define our own
5538         implementations if they're not available. Fixes bug #520880.
5539
5540 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5541
5542         Patch by: Olivier Crete <tester at tester dot ca>
5543
5544         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5545         Unref the buffers only once when handling not-negotiated errors.
5546         Fixes bug #520764.
5547
5548 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5549
5550         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5551
5552         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5553         (gst_udpsrc_stop):
5554         Properly balance WSA_Cleanup with WSA_Startup.
5555         Also make the poll controllable on windows. Fixes #520888.
5556
5557 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5558
5559         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5560         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5561         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5562         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5563         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5564         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5565         (gst_ebml_read_date), (gst_ebml_read_master),
5566         (gst_ebml_read_binary), (gst_ebml_read_header):
5567         * gst/matroska/ebml-read.h:
5568         * gst/matroska/matroska-demux.c:
5569         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5570         (gst_matroska_demux_read_track_encodings),
5571         (gst_matroska_demux_add_stream),
5572         (gst_matroska_demux_handle_src_query),
5573         (gst_matroska_demux_handle_seek_event),
5574         (gst_matroska_demux_init_stream),
5575         (gst_matroska_demux_parse_tracks),
5576         (gst_matroska_demux_parse_index_cuetrack),
5577         (gst_matroska_demux_parse_index_pointentry),
5578         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5579         (gst_matroska_demux_parse_metadata_id_simple_tag),
5580         (gst_matroska_demux_parse_metadata_id_tag),
5581         (gst_matroska_demux_parse_metadata),
5582         (gst_matroska_demux_sync_streams),
5583         (gst_matroska_demux_push_hdr_buf),
5584         (gst_matroska_demux_push_flac_codec_priv_data),
5585         (gst_matroska_demux_push_xiph_codec_priv_data),
5586         (gst_matroska_demux_add_wvpk_header),
5587         (gst_matroska_demux_check_subtitle_buffer),
5588         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5589         (gst_matroska_demux_parse_cluster),
5590         (gst_matroska_demux_parse_contents_seekentry),
5591         (gst_matroska_demux_parse_contents),
5592         (gst_matroska_demux_loop_stream_parse_id),
5593         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5594         * gst/matroska/matroska-demux.h:
5595         * gst/matroska/matroska-ids.h:
5596         Handle return values from pull_range in a more granular way to properly
5597         shut down on seeks.
5598         Combine return values from push.
5599         Implement proper error handling.
5600         Prepare for handling seeking correctly.
5601
5602 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5603
5604         * gst/matroska/ebml-read.c:
5605         Use GINT64 formatting constants from GLIB.
5606
5607         * gst/matroska/matroska-demux.c:
5608         Add some guards to avoid a possible division by 0 and crashing
5609         with NULL events on some systems.
5610         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5611         conversion. 
5612
5613         * gst/matroska/matroska-mux.c:
5614         Check for invalid timestamps in a bunch of places to avoid
5615         writing bogus durations into the output file.
5616         Fix some double<->gint64 conversions that weren't using
5617         gst_guint64_to_gdouble
5618
5619 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5620
5621         * configure.ac:
5622         Move the checks for bison, flex and as to the program section and the
5623         check for gcc inline asm to the compiler characteristics section.
5624
5625 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5626
5627         * configure.ac:
5628         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5629         plug-ins are included/excluded. (#498222)
5630
5631 2008-02-29  Michael Smith <msmith@fluendo.com>
5632
5633         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5634           Don't call gst_object_sync_values() unless we have a valid timestamp.
5635
5636 2008-02-28  David Schleef  <ds@schleef.org>
5637
5638         * gst/matroska/matroska-demux.c:
5639         * gst/matroska/matroska-ids.h:
5640         * gst/matroska/matroska-mux.c:
5641           Fix Dirac mapping.  I had previously added a VfW-type
5642           mapping, but it looks like Dirac will get a native Matroska
5643           mapping, and this is the most likely method.
5644
5645 2008-02-28  David Schleef  <ds@schleef.org>
5646
5647         * gst/avi/gstavimux.c: Add Dirac encoding
5648
5649 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5650
5651         Patch by: Peter Kjellerstedt <pkj at axis com>
5652
5653         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5654         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5655         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5656         * gst/udp/gstudpsrc.h:
5657         Port to GstPoll. See #505417.
5658
5659 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5660
5661         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5662         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5663         yet on the srcpad. We need rate and channels before we
5664         can do any processing. Fixes bug #519088.
5665
5666 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5667
5668         * configure.ac:
5669         Detect and indicate if GCC inline assembly syntax is
5670         available.
5671
5672         * gst/goom/Makefile.am:
5673         * gst/goom/convolve_fx.c:
5674         * gst/goom/flying_stars_fx.c:
5675         * gst/goom/goom_config.h:
5676         * gst/goom/goom_core.c:
5677         * gst/goom/goomsl.c:
5678         * gst/goom/ifs.c:
5679         * gst/goom/mmx.c:
5680         * gst/goom/plugin_info.c:
5681         * gst/goom/xmmx.c:
5682         Fix various GCC-isms, and only build the inline assembly
5683         with compilers that support GCC inline assembly.
5684
5685         Fix a couple of other warnings shown with Forte.
5686
5687 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5688
5689         * gst/goom/xmmx.c:
5690           Use 'emms' instead of 'femms' to not crash on cpus that do not
5691           implement this 3dnow specific instruction.
5692
5693 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5694
5695         * gst/goom/plugin_info.c: (setOptimizedMethods):
5696         Use extended MMX for draw_line() too if available, not only
5697         normal MMX.
5698
5699 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5700
5701         * ext/jpeg/gstjpeg.c: (plugin_init):
5702         Remove (commented out) smoke typefinder. This is in base now.
5703
5704 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5705
5706         * gst/goom2k1/Makefile.am:
5707         * gst/goom2k1/gstgoom.c:
5708
5709         Rename the installed library, and don't register the same 
5710         GType name as the new goom.
5711
5712 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         * configure.ac:
5715         * ext/taglib/Makefile.am:
5716           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5717           when building C++ code (#516509).
5718
5719 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5720
5721         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5722         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5723           (setOptimizedMethods):
5724           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5725           anything useful. Export goom debug category so we can get
5726           rid of the VERBOSE define and the printfs.
5727
5728 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * gst/goom/goomsl_heap.c: (align_it):
5731         * gst/goom/plugin_info.c: (setOptimizedMethods):
5732           Compile fixes for x86-64.
5733
5734 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5735
5736         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5737         with warnings, but add other CFLAGS
5738
5739         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5740         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5741         (calculate_labels), (gsl_read_file):
5742         * gst/goom/goomsl_lex.l:
5743         * gst/goom/goomsl_yacc.y:
5744         * gst/goom/plugin_info.c: Remove a few live printf, and
5745         fprintf, replace exit() calls with g_assert_not_reached()
5746         if it not optimal for a library
5747
5748 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5749
5750         * gst/goom/Makefile.am: Remove the warnings being disabled,
5751         fix linkage on x86, spotted by Sebastian Dröge
5752         <slomo@circular-chaos.org>
5753
5754         * gst/goom/convolve_fx.c (convolve_init),
5755         (create_output_with_brightness), (convolve_apply):
5756         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5757         * gst/goom/goomsl.c:
5758         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5759         * gst/goom/plugin_info.c:
5760         * gst/goom/tentacle3d.c (tentacle_fx_create):
5761         Fix warnings, and disable the motifs in the convolve_fx
5762         plugin (they were causing warnings, and they were just
5763         "Goom" in funny letterring)
5764
5765 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5766
5767         * configure.ac: Add checks for Flex/Yacc/Bison and other
5768         furry animals, for the new goom 2k4 based plugin
5769
5770         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5771         CPU optimisations (not working yet), move the old plugin to...
5772
5773         * gst/goom2k1/*: ... here, in case somebody is sick enough
5774
5775         Fixes #515073
5776
5777 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5778
5779         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5780         Post the server response code in an error message instead of a generic
5781         'error' message. Fixes #517237.
5782
5783 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5784
5785         * tests/check/Makefile.am:
5786         Ignore gconfaudiosrc for the states unit test too. It will fallback
5787         to alsasrc if the gconf settings can't be read and not everybody has
5788         alsa.
5789
5790 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5791
5792         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5793         (gst_wavpack_parse_create_src_pad):
5794         * ext/wavpack/gstwavpackparse.h:
5795         Always report the duration if we know it in push mode and don't
5796         return 0 just to make totem believe we can't seek in push mode.
5797         Newer totem version use the SEEKING query which properly reports
5798         if we can seek or not.
5799
5800 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5801
5802         Patch by: Jens Granseuer <jensgr at gmx dot net>
5803
5804         * tests/examples/equalizer/demo.c: (main):
5805         C89 fix, moving variable declarations to the beginning of
5806         the block. Fixes bug #517933.
5807
5808 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5809
5810         * configure.ac:
5811         Back to development...
5812
5813 === release 0.10.7 ===
5814
5815 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5816
5817         * configure.ac:
5818           releasing 0.10.7, "Red Door Black"
5819
5820 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5821
5822         * gst/alpha/Makefile.am:
5823         Link alpha plugin with libgstbase. Fixes bug #517386.
5824
5825 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5826
5827         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5828         Init values to -1 instead of the default 0 value.
5829         Fixes #516524.
5830
5831 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5832
5833         * tests/examples/spectrum/spectrum-example.c:
5834         Add missing include to fix compilation when libxml usage is disabled.
5835         Fixes: #516371
5836
5837 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5838
5839         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5840         fixes: #514889
5841
5842         * gst/rtp/gstrtph264pay.c:
5843         * gst/rtp/gstrtpmp4gdepay.c:
5844         * gst/rtp/gstrtpmp4gpay.c:
5845         * gst/rtp/gstrtpmp4gpay.h:
5846         * gst/rtp/gstrtptheorapay.c:
5847         * gst/rtp/gstrtpvorbispay.c:
5848
5849         Fix various leaks shown up in valgrind
5850         - free sprops and buffer in error cases in H264 payloader
5851         - fix leak in mp4g depayloader when construction the caps
5852         - don't leak config string in the mp4g payloader
5853         - don't leak buffers and headers in theora and vorbis payloaders
5854
5855         * tests/check/elements/rtp-payloading.c:
5856
5857         Fix the RTP data test
5858         - Actually send valid amr data to the payloader instead of 20
5859         zero-bytes
5860         - The mp4g payloader expects codec_data on the caps
5861
5862 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5863
5864         * win32/MANIFEST:
5865         Add libgstpng.dsp to MANIFEST.
5866         * win32/vs6/libgstaudiofx.dsp:
5867         Add new source files to VS project file.
5868
5869 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5870
5871         * sys/ximage/gstximagesrc.c:
5872         Initialise variables when opening the X display rather
5873         than in _start(), as the display can be opened before that.
5874
5875         Fixes: #515985
5876
5877 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5878
5879         * sys/directdraw/gstdirectdrawsink.c:
5880         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5881         (gst_directdraw_sink_finalize):
5882         Properly chain up finalize functions. Fixes bug #515980.
5883
5884 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5885
5886         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5887         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5888         (gst_v4l2_buffer_pool_class_init):
5889         Chain up the finalize functions. Fixes bug #515984.
5890
5891 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5892
5893         * sys/ximage/ximageutil.c:
5894         Chain up in the finalize function for our custom
5895         buffer sub-class.
5896         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5897         Fixes: #515706
5898
5899 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5900
5901         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5902         (gst_fenced_buffer_class_init):
5903         Properly chain up finalize method. Fixes bug #515979.
5904
5905 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5906
5907         * sys/ximage/gstximagesrc.c:
5908         Free allocated Damage memory before closing our connection to the
5909         X server. Partially fixes: #515706
5910
5911 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5912
5913         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5914         * tests/check/Makefile.am:
5915         * tests/check/gst-plugins-good.supp:
5916         Add a few libjpeg suppressions and initialize a variable to
5917         make smokeenc valgrind clean. Fixes bug #515701.
5918
5919 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5920
5921         * gst/avi/gstavidemux.c:
5922         Revert patch which sends timestamps only on keyframes, as it
5923         breaks playback with current gst-ffmpeg.
5924
5925         Fixes: #515562
5926
5927 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5928
5929         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5930         * tests/check/elements/multifile.c: (GST_START_TEST):
5931         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5932
5933 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5934
5935         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5936         Use and unset the GError when pipeline creation fails instead of
5937         simply leaking it. Fixes bug #515704.
5938
5939 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5940
5941         * gst/audiofx/audioamplify.c:
5942         * gst/audiofx/audiochebband.c:
5943         * gst/audiofx/audiocheblimit.c:
5944         * gst/audiofx/audiodynamic.c:
5945         * gst/audiofx/audioinvert.c:
5946         * gst/audiofx/audiopanorama.c:
5947         * gst/audiofx/audiowsincband.c:
5948         * gst/audiofx/audiowsinclimit.c:
5949         Fix long description of audiofx elements. Fixes bug #515457.
5950
5951 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5952
5953         * docs/plugins/Makefile.am:
5954         * gst/spectrum/gstspectrum.c:
5955         * tests/examples/spectrum/.cvsignore:
5956         * tests/examples/spectrum/Makefile.am:
5957         * tests/examples/spectrum/spectrum-example.c:
5958
5959         Add a simple example application for the spectrum element, include it
5960         in the docs, and fix some documentation ambiguities.
5961
5962         Fixes: #348085
5963
5964 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5965
5966         * gst/equalizer/Makefile.am:
5967         * gst/spectrum/Makefile.am:
5968         Fix includes order
5969
5970         * tests/check/Makefile.am:
5971         Exclude v4l2src from the states test - it takes too long to start.
5972
5973         * tests/check/elements/spectrum.c:
5974         Make the test run properly with CK_FORK=no
5975
5976 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5977
5978         * gst/audiofix/Makefile.am: add missing header files 
5979
5980 2008-02-08  Julien Moutte  <julien@fluendo.com>
5981
5982         * gst/matroska/matroska-demux.c:
5983         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5984         keyframe and delta units correctly when dealign with a BlockGroup.
5985         Fixes: #514397
5986
5987 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5988
5989         * tests/check/elements/.cvsignore:
5990         Spell the new tests correctly in .cvsignore
5991
5992 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5993
5994         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5995           Need to use gsize here for the size, fixes compiler warning.
5996
5997         * tests/examples/equalizer/.cvsignore:
5998         * tests/examples/equalizer/Makefile.am:
5999         * tests/examples/spectrum/.cvsignore:
6000         * tests/examples/spectrum/Makefile.am:
6001           Add missing files to fix the build.
6002
6003 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6004
6005         * configure.ac:
6006         * docs/plugins/Makefile.am:
6007         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6008         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6009         * docs/plugins/gst-plugins-good-plugins.args:
6010         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6011         * docs/plugins/inspect/plugin-multifile.xml:
6012         * tests/check/Makefile.am:
6013         * tests/check/elements/.cvsignore:
6014
6015         Move multifile plugin from -bad.
6016         Fixes: #490283
6017
6018 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6019
6020         * configure.ac:
6021         * docs/plugins/Makefile.am:
6022         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6023         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6024         * docs/plugins/gst-plugins-good-plugins.args:
6025         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6026         * docs/plugins/inspect/plugin-spectrum.xml:
6027         * gst/spectrum/Makefile.am:
6028         * tests/check/Makefile.am:
6029         * tests/check/elements/.cvsignore:
6030         * tests/examples/Makefile.am:
6031
6032         Move spectrum plugin from -bad.
6033         Move examples into tests/examples/spectrum.
6034
6035 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6036
6037         * configure.ac:
6038         * docs/plugins/Makefile.am:
6039         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6040         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6041         * docs/plugins/gst-plugins-good-plugins.args:
6042         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6043         * docs/plugins/gst-plugins-good-plugins.interfaces:
6044         * docs/plugins/inspect/plugin-equalizer.xml:
6045         * gst/equalizer/Makefile.am:
6046         * tests/check/Makefile.am:
6047         * tests/examples/Makefile.am:
6048         Move the equalizer plugin across from -bad
6049
6050         * tests/check/elements/.cvsignore:
6051         Add equalizer, audiosincwband and audiosincwlimit
6052
6053         * tests/check/elements/equalizer.c:
6054         Fix compiler warnings
6055
6056         Fixes: #415627
6057
6058 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6059
6060         * configure.ac:
6061         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6062         are treated like releases and build without it.
6063
6064 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6065
6066         * docs/plugins/Makefile.am:
6067         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6068         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6069         * docs/plugins/gst-plugins-good-plugins.args:
6070         * docs/plugins/inspect/plugin-audiofx.xml:
6071         * gst/audiofx/Makefile.am:
6072         * gst/audiofx/audiofx.c:
6073         * gst/audiofx/audiowsincband.c:
6074         * gst/audiofx/audiowsincband.h:
6075         * gst/audiofx/audiowsinclimit.c:
6076         * gst/audiofx/audiowsinclimit.h:
6077         * tests/check/Makefile.am:
6078         * tests/check/elements/audiowsincband.c:
6079         * tests/check/elements/audiowsinclimit.c:
6080
6081         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6082         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6083         respectively.
6084
6085         Fixes: #467666
6086
6087 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6088
6089         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6090         * tests/check/elements/icydemux.c:
6091           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6092           caps, and add a somewhat useful debug message. Plus test.
6093
6094 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6095
6096         * gst/rtsp/gstrtspsrc.c:
6097         Include unistd.h only if HAVE_UNISTD_H is defined
6098         * win32/common/config.h.in:
6099         * win32/common/config.h:
6100         Define socklen_t as it seems it's not defined in default 
6101         Visual Studio headers.
6102         * win32/vs6/libgstalpha.dsp:
6103         * win32/vs6/libgstapetag.dsp:
6104         * win32/vs6/libgstavi.dsp:
6105         * win32/vs6/libgstrtp.dsp:
6106         * win32/vs6/libgstrtsp.dsp:
6107         * win32/vs6/libgstvideomixer.dsp:
6108         Update project file dependencies and add new source files       
6109
6110 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6111
6112         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6113
6114         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6115         Don't leak buffers when we don't push them downstream.
6116         Fixes bug #514965.
6117
6118 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6119
6120         * configure.ac:
6121           Bump requirements to (good) released versions to avoid
6122           confusion and make implicit core requirement explicit.
6123
6124 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6125
6126         * docs/plugins/Makefile.am:
6127         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6128         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6129         * docs/plugins/gst-plugins-good-plugins.args:
6130         * docs/plugins/inspect/plugin-audiofx.xml:
6131         * gst/audiofx/Makefile.am:
6132         * gst/audiofx/audiochebband.c:
6133         * gst/audiofx/audiochebband.h:
6134         * gst/audiofx/audiocheblimit.c:
6135         * gst/audiofx/audiocheblimit.h:
6136         * gst/audiofx/audiochebyshevfreqband.c:
6137         * gst/audiofx/audiochebyshevfreqband.h:
6138         * gst/audiofx/audiochebyshevfreqlimit.c:
6139         * gst/audiofx/audiochebyshevfreqlimit.h:
6140         * gst/audiofx/audiofx.c:
6141         * tests/check/Makefile.am:
6142         * tests/check/elements/.cvsignore:
6143         * tests/check/elements/audiochebband.c:
6144         * tests/check/elements/audiocheblimit.c:
6145         * tests/check/elements/audiochebyshevfreqband.c:
6146         * tests/check/elements/audiochebyshevfreqlimit.c:
6147
6148         Rename audiochebyshevfreqband -> audiochebband and
6149         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6150         surgery.
6151
6152         Closes: #491811
6153
6154 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6155
6156         Patch by: Orjan Friberg <orjanf at axis dot com>
6157
6158         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6159         Fix caps memory leak. Fixes #514573.
6160
6161 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6162
6163         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6164         If there's no entries in the subindex, don't try to do anything stupid,
6165         just return.
6166
6167 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         Patch by: John Millikin <jmillikin at gmail dot com>
6170
6171         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6172           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6173           Fix extraction of picture blocks with newer libflac versions again:
6174           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6175
6176 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6177
6178         * tests/check/Makefile.am:
6179           Add rtp-payloading test to VALGRIND_TO_FIX.
6180
6181         * tests/check/elements/rtp-payloading.c:
6182           Add semicolons after GST_TEST_END so gst-indent gets the
6183           formatting right; make test less verbose in general, but
6184           more verbose in the error case (which should probably
6185           make the test fail anyway).
6186
6187 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6188
6189         * docs/plugins/Makefile.am:
6190         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6191         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6192         * gst/avi/gstavisubtitle.c:
6193         Add documentation for avisubtitle and change class to
6194         Codec/Parser/Subtitle
6195
6196 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6197
6198         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6199         Treat ENOTTY (driver does not implement ioctl) the same as
6200         EINVAL since it implies there are no available standards.
6201
6202         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6203         (gst_v4l2src_get_nearest_size):
6204         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6205         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6206         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6207         reason, and if we aren't yet actively capturing.
6208
6209         * sys/v4l2/v4l2src_calls.h:
6210         Remove replaced function declaration.
6211
6212 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6213
6214         * configure.ac:
6215         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6216         API.
6217
6218 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6219
6220         * configure.ac:
6221         Fix typo.
6222
6223 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6224
6225         * gst/alpha/Makefile.am:
6226         * gst/alpha/gstalpha.c:
6227
6228         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6229         some stuff, and making buffer-alloc and resizing work automatically.
6230         No longer crashes on odd frame widths and heights, although there
6231         seems to be a disagreement with ffmpegcolorspace about what size
6232         an AYUV frame with odd height should be.
6233
6234 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6235
6236         Patch by: Alessandro Decina <alessandro at nnva dot org>
6237
6238         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6239         * ext/libpng/gstpngenc.h:
6240         Preallocate the output buffer so that g_memdup() and
6241         gst_buffer_merge() aren't needed anymore. This greatly improves
6242         performances and fixes #512544.
6243
6244 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6245
6246         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6247         (gst_avi_demux_stream_data):
6248         GStreamer timestamps are PTS values while AVI only knows about DTS
6249         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6250         we are dealing with a key frame.
6251
6252 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6253
6254         * tests/check/Makefile.am:
6255         * tests/check/elements/.cvsignore:
6256         * tests/check/elements/rtp-payloading.c:
6257           Add add testsuite for the rtp-payloader that tries simulating
6258           dataflow. Needs more test data.
6259
6260 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6261
6262         * tests/check/elements/alphacolor.c:
6263           Remove two unused variables.
6264
6265 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6266
6267         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6268           Use g_ascii_strtoll() instead of atoll, which is only
6269           available in C99.
6270
6271 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6272
6273         * gst/rtp/Makefile.am:
6274         * gst/rtp/gstrtp.c:
6275         * gst/rtp/gstrtpmpvpay.c:
6276         * gst/rtp/gstrtpmpvpay.h:
6277         Add MPEG2 video payloader
6278
6279 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6280
6281         * gst/level/gstlevel.c:
6282         Use #include <math.h> instead of #include "math.h".
6283
6284 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6285
6286         * tests/check/Makefile.am:
6287         Fix up some CFLAGS sets.
6288         Don't include gconfvideosrc in the states test.
6289
6290         * tests/check/elements/autodetect.c: (GST_START_TEST):
6291         Add some error strings to fail_unless arguments to fix some weird
6292         compiler errors on Solaris.
6293
6294 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6295
6296         * configure.ac:
6297         Detect video4linux headers on Solaris too.
6298         * sys/v4l2/gstv4l2colorbalance.h:
6299         * sys/v4l2/gstv4l2object.h:
6300         * sys/v4l2/v4l2_calls.c:
6301         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6302         (gst_v4l2_buffer_new):
6303
6304         Make v4l2 build on Solaris.
6305         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6306         Fixes: #510505
6307
6308 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6309
6310         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6311           Update list from (still local) scanning script.
6312
6313 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6314
6315         Based on a patch by:
6316             Victor STINNER <victor dot stinner at haypocalc dot com>
6317
6318         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6319         Set variable to NULL after freeing it to prevent double frees
6320         or make failures by another use of it afterwards more obvious
6321         and fix use of it after the freeing. Fixes bug #510592.
6322
6323 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6324
6325         * gst/udp/gstmultiudpsink.c:
6326         use GST_WARNING for logging
6327
6328 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6329
6330         * gst/udp/gstmultiudpsink.c:
6331         Don't try to leave a multicast group with an invalid socket
6332
6333 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6334
6335         * ext/flac/gstflacdec.c:
6336           Fix compilation against flac 1.1.2 (as on debian stable), where
6337           the picture metadata defines and structs don't exist yet.
6338           Fixes #509301.
6339
6340 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6341
6342         Patch by: Olivier Crete <tester at tester dot ca>
6343
6344         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6345         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6346         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6347         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6348         * gst/udp/gstmultiudpsink.h:
6349         Add property to automatically join a multicast group or not. This can be
6350         useful when sharing a socket between multiple elements.
6351         Fixes #509531.
6352
6353 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6354
6355         * gst/videomixer/Makefile.am:
6356           Add controller flags.
6357
6358 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6359
6360         * gst/videomixer/videomixer.c:
6361           Also commit the missing gst_object_sync_values().
6362
6363 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6364
6365         * docs/plugins/Makefile.am:
6366           Remove duplicate entry.
6367
6368 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6369
6370         * docs/plugins/Makefile.am:
6371         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6372         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6373         * docs/plugins/inspect/plugin-gamma.xml:
6374         * docs/plugins/inspect/plugin-monoscope.xml:
6375         * docs/plugins/inspect/plugin-video4linux2.xml:
6376           Add 3 more plugins to docs.
6377
6378 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6379
6380         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6381         * sys/osxvideo/osxvideosink.h:
6382           Revert previous change caused by a file that got stuck on an old
6383           revision.
6384
6385 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6386
6387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6388         * gst/multipart/Makefile.am:
6389         * gst/multipart/multipartdemux.c:
6390         * gst/multipart/multipartdemux.h:
6391         * gst/multipart/multipartmux.c:
6392         * gst/multipart/multipartmux.h:
6393           Re-add multipartdemux to the docs. Last round of section cleanup.
6394
6395 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6396
6397         * docs/plugins/Makefile.am:
6398         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6399         * sys/osxaudio/gstosxaudiosink.h:
6400         * sys/osxvideo/osxvideosink.h:
6401           Managed to resolve most unused declarations. Filed a bug for one left.          
6402
6403 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6404
6405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6406           Cleanup section file.
6407
6408 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6409
6410         * docs/plugins/Makefile.am:
6411         * docs/plugins/gst-plugins-good-plugins.args:
6412         * docs/plugins/gst-plugins-good-plugins.signals:
6413         * docs/plugins/inspect/plugin-alaw.xml:
6414         * docs/plugins/inspect/plugin-alpha.xml:
6415         * docs/plugins/inspect/plugin-alphacolor.xml:
6416         * docs/plugins/inspect/plugin-annodex.xml:
6417         * docs/plugins/inspect/plugin-apetag.xml:
6418         * docs/plugins/inspect/plugin-audiofx.xml:
6419         * docs/plugins/inspect/plugin-auparse.xml:
6420         * docs/plugins/inspect/plugin-autodetect.xml:
6421         * docs/plugins/inspect/plugin-avi.xml:
6422         * docs/plugins/inspect/plugin-cairo.xml:
6423         * docs/plugins/inspect/plugin-cdio.xml:
6424         * docs/plugins/inspect/plugin-cutter.xml:
6425         * docs/plugins/inspect/plugin-debug.xml:
6426         * docs/plugins/inspect/plugin-dv.xml:
6427         * docs/plugins/inspect/plugin-efence.xml:
6428         * docs/plugins/inspect/plugin-effectv.xml:
6429         * docs/plugins/inspect/plugin-flac.xml:
6430         * docs/plugins/inspect/plugin-flxdec.xml:
6431         * docs/plugins/inspect/plugin-gconfelements.xml:
6432         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6433         * docs/plugins/inspect/plugin-goom.xml:
6434         * docs/plugins/inspect/plugin-halelements.xml:
6435         * docs/plugins/inspect/plugin-icydemux.xml:
6436         * docs/plugins/inspect/plugin-id3demux.xml:
6437         * docs/plugins/inspect/plugin-jpeg.xml:
6438         * docs/plugins/inspect/plugin-ladspa.xml:
6439         * docs/plugins/inspect/plugin-level.xml:
6440         * docs/plugins/inspect/plugin-matroska.xml:
6441         * docs/plugins/inspect/plugin-mulaw.xml:
6442         * docs/plugins/inspect/plugin-multipart.xml:
6443         * docs/plugins/inspect/plugin-navigationtest.xml:
6444         * docs/plugins/inspect/plugin-png.xml:
6445         * docs/plugins/inspect/plugin-quicktime.xml:
6446         * docs/plugins/inspect/plugin-rtp.xml:
6447         * docs/plugins/inspect/plugin-rtsp.xml:
6448         * docs/plugins/inspect/plugin-shout2send.xml:
6449         * docs/plugins/inspect/plugin-smpte.xml:
6450         * docs/plugins/inspect/plugin-speex.xml:
6451         * docs/plugins/inspect/plugin-taglib.xml:
6452         * docs/plugins/inspect/plugin-udp.xml:
6453         * docs/plugins/inspect/plugin-videobalance.xml:
6454         * docs/plugins/inspect/plugin-videobox.xml:
6455         * docs/plugins/inspect/plugin-videocrop.xml:
6456         * docs/plugins/inspect/plugin-videoflip.xml:
6457         * docs/plugins/inspect/plugin-videomixer.xml:
6458         * docs/plugins/inspect/plugin-wavenc.xml:
6459         * docs/plugins/inspect/plugin-wavpack.xml:
6460         * docs/plugins/inspect/plugin-wavparse.xml:
6461           Update plugin docs.
6462
6463         * gst/videomixer/Makefile.am:
6464         * gst/videomixer/videomixer.c:
6465         * gst/videomixer/videomixer.h:
6466         * gst/videomixer/videomixerpad.h:
6467           Split out header to fix warnings from the doc-build.
6468
6469 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6470
6471         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6472
6473         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6474         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6475
6476 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6477
6478         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6479         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6480           Initialise variables to work around (false) 'foo might be used
6481           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6482
6483 2008-01-11  David Schleef  <ds@schleef.org>
6484
6485         * docs/plugins/.cvsignore:
6486         * tests/check/pipelines/.cvsignore:
6487           Ignore more files for the buildbot.
6488
6489 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6490
6491         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6492         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6493         Generate the image-type values correctly. Leave them out of the caps
6494         when outputting a "preview image" tag, since it only makes sense
6495         to have one of those - the type is irrelevant.
6496
6497         * sys/sunaudio/gstsunaudiomixerctrl.c:
6498         (gst_sunaudiomixer_ctrl_open):
6499         If we can, mark the mixer multiple open when we use it, in case
6500         (for some reason) the process wants to open it again elsewhere.
6501
6502 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6503
6504         Patch by: Olivier Crete <tester at tester dot ca>
6505
6506         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6507         * gst/rtp/gstrtptheorapay.c:
6508         Fix the clock rate to 90000 as required by the RFC.
6509         Fixes #508644.
6510
6511 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6514           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6515
6516 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6517
6518         * autogen.sh:
6519           Add -Wno-portability to the automake parameters to stop warnings
6520           about GNU make extensions being used. We require GNU make in almost
6521           every Makefile anyway.
6522           
6523         * configure.ac:
6524           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6525           at the same time is required for per target flags.
6526
6527 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6528
6529         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6530         Fix error from my last commit.
6531
6532 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6533
6534         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6535
6536         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6537           Make sure the ISO 639-X language code in ID3v2 COMM frames
6538           is actually valid UTF-8 (or rather: ASCII), so we don't end
6539           up with non-UTF8 strings in tags if there's garbage in the
6540           language field. Also make sure the language code is always
6541           lower case. Fixes: #508291.
6542
6543 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6544
6545         * ChangeLog:
6546           Fix ChangeLog typo.
6547
6548 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6549
6550         * Makefile.am:
6551           Include lcov.mak to allow building coverage reports. Guard
6552           check-torture target like in the other packages.
6553
6554 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6555
6556         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6557
6558         * gst/videomixer/videomixer.c:
6559         (gst_videomixer_set_master_geometry), (_do_init),
6560         (gst_videomixer_child_proxy_get_child_by_index),
6561         (gst_videomixer_child_proxy_get_children_count),
6562         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6563         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6564         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6565         Implement GstChildProxy interface.
6566         Send newsegment at the right moment
6567         Fixes #488879
6568
6569 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6570
6571         * gst/alpha/Makefile.am:
6572         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6573         (gst_alpha_sink_event), (gst_alpha_chain),
6574         (gst_alpha_change_state), (plugin_init):
6575         Make the various properties of 'alpha' controllable. This allows doing
6576         niceties like fade-in/fade-out.
6577
6578 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6579
6580         * gst/rtp/gstasteriskh263.c:
6581         * gst/rtp/gstrtpL16depay.c:
6582         * gst/rtp/gstrtpac3depay.c:
6583         * gst/rtp/gstrtpamrpay.c:
6584         * gst/rtp/gstrtpdepay.c:
6585         * gst/rtp/gstrtpgsmdepay.c:
6586         * gst/rtp/gstrtph263depay.c:
6587         * gst/rtp/gstrtph263pdepay.c:
6588         * gst/rtp/gstrtph263ppay.c:
6589         * gst/rtp/gstrtph264depay.c:
6590         * gst/rtp/gstrtph264pay.c:
6591         * gst/rtp/gstrtpmp2tdepay.c:
6592         * gst/rtp/gstrtpmp4adepay.c:
6593         * gst/rtp/gstrtpmp4gdepay.c:
6594         * gst/rtp/gstrtpmp4gpay.c:
6595         * gst/rtp/gstrtpmp4vdepay.c:
6596         * gst/rtp/gstrtpmpadepay.c:
6597         * gst/rtp/gstrtpmpvdepay.c:
6598         * gst/rtp/gstrtpsv3vdepay.c:
6599         * gst/rtp/gstrtptheoradepay.c:
6600         * gst/rtp/gstrtptheorapay.c:
6601         * gst/rtp/gstrtpvorbisdepay.c:
6602         * gst/rtp/gstrtpvorbispay.c:
6603           Remove copy/paste unused code (property setters and getter) found by
6604           the coverage suite (yay, saves ~20k on disk).
6605
6606 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6607
6608         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6609           (videosink_templ):
6610           Also fix up pad templates to indicate that image/jpeg doesn't
6611           absolutely require the framerate property to be set (#504081).
6612
6613 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         Based on patch by: Wouter Cloetens  <wouter at mind be>
6616
6617         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6618           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6619           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6620         * gst/matroska/matroska-mux.h:
6621           Keep track of first and last timestamps for each incoming stream,
6622           so we can calculate the total duration for live sources and other
6623           input where we can't query the duration from the start or where
6624           there's no constant framerate from which we can deduce the
6625           duration; also use calculated/observed duration if it is bigger
6626           than the previously queried duration. Furthermore, use
6627           gst_pad_query_peer_duration() and take into account that it may
6628           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6629           screws up comparisons when using unsigned integers. Fixes #504081.
6630
6631 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6632
6633         * configure.ac:
6634         * gst/audiofx/audioamplify.c:
6635         (gst_audio_amplify_clipping_method_get_type),
6636         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6637         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6638         (gst_audio_dynamic_transform_ip):
6639         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6640         (gst_audio_invert_transform_ip):
6641         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6642         (gst_audio_panorama_transform):
6643         * gst/level/gstlevel.c: (gst_level_init):
6644         Make elements GST_BUFFER_FLAG_GAP aware and call
6645         gst_base_transform_set_gap_aware for this.
6646         Bump core requirement to CVS.
6647         
6648         * gst/audiofx/audiochebyshevfreqband.c:
6649         (gst_audio_chebyshev_freq_band_transform_ip):
6650         * gst/audiofx/audiochebyshevfreqlimit.c:
6651         (gst_audio_chebyshev_freq_limit_transform_ip):
6652         Also sync GObject properties to the controller if operating
6653         in passthrough mode.
6654
6655 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6656
6657         * sys/directdraw/gstdirectdrawsink.c:
6658           (gst_directdraw_sink_window_thread):
6659           FALSE is not a gpointer.
6660
6661 2008-01-05  Julien Moutte  <julien@fluendo.com>
6662
6663         * sys/directdraw/gstdirectdrawsink.c:
6664         (gst_directdraw_sink_set_window_id),
6665         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6666         (gst_directdraw_sink_buffer_alloc),
6667         (gst_directdraw_sink_draw_borders),
6668         (gst_directdraw_sink_show_frame),
6669         (gst_directdraw_sink_setup_ddraw),
6670         (gst_directdraw_sink_window_thread),
6671         (gst_directdraw_sink_get_ddrawcaps),
6672         (gst_directdraw_sink_surface_create): Make sure we create our
6673         internal window only when we need it. That will give a chance to
6674         the application to get the prepare-xwindow-id bus message. Draw
6675         black borders when keeping aspect ratio. Handle the case where our
6676         rendering window disappears (closed or errors) like other sinks
6677         do. Various 80 columns fixes, improve state change order. That
6678         element could need some more love.
6679
6680 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6681
6682         * ext/taglib/gstapev2mux.h:
6683         * ext/taglib/gstid3v2mux.h:
6684         Remove useless typedefs without new type name. Fixes a warning with
6685         gcc 4.3.
6686
6687 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6688
6689         Patch by: John Millikin <jmillikin at gmail dot com>
6690
6691         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6692         (gst_flac_dec_setup_stream_decoder),
6693         (gst_flac_normalize_picture_mime_type),
6694         (gst_flac_extract_picture_buffer),
6695         (gst_flac_dec_metadata_callback):
6696         Emit metadata messages when a PICTURE block is encountered.
6697         Fixes #506715.
6698
6699 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6700
6701         * gst/avi/gstavi.c:
6702         increase rank because no known issues anymore ...
6703         * gst/avi/gstavisubtitle.c:
6704         send subtitle name to the srcpad
6705
6706 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6707
6708         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6709         * gst/rtsp/gstrtspsrc.h:
6710         Implement redirect for the DESCRIBE reply. Fixes #506025.
6711
6712 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6713
6714         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6715         Fix 'xyz may be used uninitialized' compiler warnings caused
6716         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6717         abort() in any case but properly report the error.
6718
6719 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6720
6721         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6722         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6723         * sys/ximage/gstximagesrc.c: (composite_pixel):
6724           Fix 'xyz may be used uninitialized' compiler warnings caused
6725           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6726           not really nice to abort in any case). Fixes #505745.
6727
6728 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6729
6730         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6731           Small unit test fix (has no practical impact at the moment,
6732           since we're only feeding utf8 and hence just create a sub-
6733           buffer for the output).
6734
6735 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6736
6737         * gst/avi/gstavisubtitle.c:
6738         * tests/check/elements/avisubtitle.c:
6739         Add seeking support for avi subtitle
6740
6741 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6742
6743         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6744         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6745         (gst_flac_dec_write):
6746         * ext/flac/gstflacdec.h:
6747         Remove some unused vars.
6748         Do more cleanup of leftover events and tags.
6749         Output tags after the segment event. Fixes #504018.
6750
6751 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6752
6753         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6754           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6755           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6756           Detect other UTF byte order markers and convert to UTF-8 as
6757           appropriate.
6758
6759 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * gst/avi/gstavisubtitle.c: (src_template),
6762           (gst_avi_subtitle_extract_utf8_file),
6763           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6764           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6765           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6766         * gst/avi/gstavisubtitle.h:
6767           Refactor a bit; fix name extraction; don't assume all the data
6768           in the chunk is actually subtitle data, there may be padding at
6769           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6770           file so it's there to send again after a seek (for future use).
6771
6772 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6773
6774         * gst/avi/Makefile.am:
6775         * gst/avi/gstavi.c:
6776         * gst/avi/gstavisubtitle.c:
6777         * gst/avi/gstavisubtitle.h:
6778         * tests/check/Makefile.am:
6779         * tests/check/elements/avisubtitle.c:
6780         * win32/common/config.h:
6781                 Add avi subtitle element for bug #442034. Need seeking support
6782                 and more support for character conversion.
6783
6784 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6785
6786         * Makefile.am:
6787           Include common/win32.mak for CRLF check of win32 project
6788           files (see #393626).
6789
6790         * win32/vs6/libgstpng.dsp:
6791           Fix line endings and do cvs admin -kb.
6792
6793 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6794
6795         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6796         Actually drop the buffers which are outside the currently configured
6797         segment instead of just emitting a WARNING.
6798
6799 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6800
6801         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6802         (gst_flac_dec_write):
6803         * ext/flac/gstflacdec.h:
6804         Send segments from the streaming thread. Fixes #502187.
6805         Fix segment seeking and a bunch of other seeking cases.
6806
6807 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6808
6809         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6810           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6811           which is where it would end up if the same information was
6812           put in a vorbis comment (don't think it's worth adding a
6813           new URI tag for this). Fixes #488112.
6814
6815 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         * configure.ac:
6818           We need core/base 0.10.15 or later.
6819
6820 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6821
6822         Patch by: Mark Nauwelaerts <manauw skynet be>
6823
6824         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6825         Fix regression in stream numbering. Fixes #502655.
6826
6827 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6828
6829         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6830
6831         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6832         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6833         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6834         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6835         (gst_rtp_h264_pay_handle_buffer):
6836         * gst/rtp/gstrtph264pay.h:
6837         Use higher performance start-code searching.
6838         Parse NALs and store SPS, PPS and profile in the caps so that they can
6839         be used in the SDP. Fixes #502814.
6840
6841 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6842
6843         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6844         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6845           Init some structs to zero before we pass them to ioctl, which
6846           avoids valgrind warnings.  Also fix a small memory leak.
6847
6848 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6849
6850         Patch by: Wouter Cloetens <wouter at mind dot be>
6851
6852         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6853         Copy timestamp from input to output. Not very perfect yet but better
6854         than nothing. Fixes #503023.
6855
6856 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6857
6858         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6859           Also print a useful error message with the old Wavpack API
6860           if possible.
6861
6862 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6863
6864         * ext/wavpack/gstwavpackdec.c:
6865           More build fixes for old libwavpack versions: include config.h so
6866           that WAVPACK_OLD_API is actually defined as detected; only use
6867           WavpackGetErrorMessage if it is available. This fixes the build
6868           on debian stable for me.
6869
6870 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6871
6872         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6873         * ext/wavpack/gstwavpackparse.c:
6874           (gst_wavpack_parse_create_src_pad):
6875           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6876           versions below 4.40.0.
6877
6878 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6879
6880         * configure.ac:
6881           And now do it right for real...
6882
6883 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6884
6885         * configure.ac:
6886           Correctly reset $LIBS to not contain -lm.
6887
6888 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6889
6890         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6891
6892         * configure.ac:
6893         * ext/cairo/gsttimeoverlay.c:
6894           (gst_cairo_time_overlay_print_smpte_time):
6895           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6896           and checking for rint() and implementing it ourself if it doesn't
6897           exist. Fixes #497293.
6898
6899 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6900
6901         * configure.ac:
6902           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6903
6904 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6905
6906         * sys/oss/gstosshelper.c:
6907         Verify that the format returned after the ioctl is the one
6908         we requested. It is valid for the ioctl to succeed while
6909         substituting an alternate 'supported' sample format.
6910
6911 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6912
6913         * sys/oss/gstossaudio.c: (plugin_init):
6914         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6915         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6916           Post decent (and translated) error message when we can't
6917           open the audio device for some reason.
6918
6919 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6920
6921         * sys/oss/gstosssink.c:
6922         * sys/oss/gstosssrc.c:
6923         Allow the AUDIODEV environment variable to redirect us
6924         to a different default OSS device, like sunaudiosink does
6925         on Solaris (makes audio play automatically on SunRays).
6926
6927 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6928
6929         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6930         * gst/audiofx/audiochebyshevfreqband.c:
6931         (gst_audio_chebyshev_freq_band_transform_ip):
6932         * gst/audiofx/audiochebyshevfreqlimit.c:
6933         (gst_audio_chebyshev_freq_limit_transform_ip):
6934         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6935         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6936         The transform_ip() methods should do nothing if in passthrough mode.
6937         It might get non-writable buffers in that case but the buffer might
6938         as well be writable.
6939
6940         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6941         The transform() methods won't be called in passthrough mode and
6942         otherwise the buffer is always writable so don't check here.
6943
6944 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6945
6946         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6947           Fix seeking in .wav files again (#501775).  Some people seem to think
6948           they don't need to test their changes when they're just 'reflowing'
6949           some code.
6950
6951 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6952
6953         * gst/autodetect/gstautovideosink.c:
6954         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6955         (gst_auto_video_sink_init),
6956         (gst_auto_video_sink_create_element_with_pretty_name),
6957         (gst_auto_video_sink_find_best),
6958         (gst_auto_video_sink_set_property),
6959         (gst_auto_video_sink_get_property):
6960         * gst/autodetect/gstautovideosink.h:
6961         Fix docs.
6962         Use same error reporting code as autoaudiosink.
6963         Add property to filter sinks based on caps. Only select raw video sinks
6964         by default for backwards compat.
6965         API: GstAutoVideoSink::filter-caps
6966
6967 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6968
6969         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6970
6971         * gst/autodetect/gstautoaudiosink.c:
6972         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6973         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6974         (gst_auto_audio_sink_set_property),
6975         (gst_auto_audio_sink_get_property):
6976         * gst/autodetect/gstautoaudiosink.h:
6977         Add property to filter sinks based on caps. Only select raw audio sinks
6978         by default for backwards compat.  Fixes #417420.
6979         API: GstAutoAudioSink::filter-caps
6980
6981 2007-11-29  Michael Smith <msmith@fluendo.com>
6982
6983         Patch by: Arek Korbik <arkadini@gmail.com>
6984
6985         * gst/videobox/gstvideobox.c: (plugin_init):
6986           Initialise liboil in plugin_init()
6987
6988 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6989
6990         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6991         Post error before sending EOS. Fixes #499178.
6992
6993 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6994
6995         * win32/vs6/gst_plugins_good.dsw:
6996         * win32/vs6/libgstpng.dsp:
6997         Add a project file for libgstpng
6998
6999 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7000
7001         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7002         (gst_rtp_h263_depay_process):
7003         Code beautification.
7004         Added debug statements.
7005         Don't bit-shift everything, just do operations on last/first byte
7006         instead.
7007
7008 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7009
7010         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7011
7012         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7013         Fix wrong comparison in overrun check. Fixes #499239 some more.
7014
7015 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7016
7017         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7018         (gst_rtp_h263_depay_process):
7019         * gst/rtp/gstrtph263depay.h:
7020         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7021         stream.
7022
7023 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7024
7025         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7026
7027         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7028         (gst_rtp_mp4a_depay_process):
7029         * gst/rtp/gstrtpmp4adepay.h:
7030         Fix depayloading when multiple frames are inside one RTP packet.
7031         Fixes #499239.
7032
7033 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7034
7035         * gst/level/gstlevel.c:
7036           Add GAP-flag support.
7037
7038 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7039
7040         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7041         Read the I flag for Mode A h263 rtp stream and set the
7042         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7043         Fixes #499383
7044
7045 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7046
7047         * gst/level/gstlevel.c:
7048           Remove some dead code and do cleanups.
7049
7050 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7051
7052         * tests/check/pipelines/simple-launch-lines.c:
7053           Improve the tests by allowing to set a target state.
7054
7055 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7056
7057         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7058         Don't check the caps of the output buffer if they're equal some
7059         other caps. The caps can change in a backward compatible way
7060         and did at this point.
7061
7062 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7063
7064         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7065         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7066         (gst_qtdemux_seek_to_previous_keyframe),
7067         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7068         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7069         reverse playback support.
7070
7071 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7072
7073         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7074         Also set the channel layout on the Wavpack caps if we're having
7075         a mono layout. Of course only do it for "audio/x-wavpack".
7076
7077 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7078
7079         * ext/wavpack/gstwavpackcommon.c:
7080         (gst_wavpack_get_default_channel_mask),
7081         (gst_wavpack_set_channel_layout),
7082         (gst_wavpack_get_default_channel_positions),
7083         (gst_wavpack_get_channel_mask_from_positions),
7084         (gst_wavpack_set_channel_mapping):
7085         * ext/wavpack/gstwavpackcommon.h:
7086         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7087         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7088         * ext/wavpack/gstwavpackdec.h:
7089         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7090         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7091         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7092         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7093         (gst_wavpack_enc_rewrite_first_block),
7094         (gst_wavpack_enc_sink_event):
7095         * ext/wavpack/gstwavpackenc.h:
7096         * ext/wavpack/gstwavpackparse.c:
7097         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7098         (gst_wavpack_parse_scan_to_find_sample),
7099         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7100         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7101         * ext/wavpack/gstwavpackparse.h:
7102         Add support for encoding, parsing and decoding multichannel
7103         files with up to 8 channels. This also improves the robustness
7104         of parsing quite a bit.
7105
7106         * ext/wavpack/gstwavpackstreamreader.c:
7107         (gst_wavpack_stream_reader_read_bytes),
7108         (gst_wavpack_stream_reader_get_pos),
7109         (gst_wavpack_stream_reader_set_pos_abs),
7110         (gst_wavpack_stream_reader_set_pos_rel),
7111         (gst_wavpack_stream_reader_push_back_byte),
7112         (gst_wavpack_stream_reader_get_length),
7113         (gst_wavpack_stream_reader_can_seek),
7114         (gst_wavpack_stream_reader_write_bytes):
7115         Improve debugging.
7116
7117 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7118
7119         * ext/libpng/gstpngdec.c:
7120         * ext/libpng/gstpngdec.h:
7121           Don't release the png-memory from within the callback.
7122
7123 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7124
7125         Patch by: René Stadler <mail at renestadler dot de>
7126
7127         * ext/libpng/gstpngenc.c:
7128           Don't leak buffer data memory. Fixes #498395.
7129
7130 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7131
7132         Patch by: René Stadler <mail at renestadler dot de>
7133
7134         * tests/check/pipelines/simple-launch-lines.c:
7135           Tests for #498395.
7136
7137 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7138
7139         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7140         (gst_tag_lib_mux_adjust_event_offsets):
7141         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7142         * sys/osxaudio/Makefile.am:
7143         * sys/osxvideo/cocoawindow.h:
7144         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7145
7146 2007-11-15  David Schleef  <ds@schleef.org>
7147
7148         * ext/cairo/gsttextoverlay.c:
7149           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7150
7151 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7152
7153         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7154
7155         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7156         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7157         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7158         * gst/rtp/gstrtpmp2tpay.h:
7159         Fill the MTU with as many packets as possible. Fixes #491323.
7160
7161 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7162
7163         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7164
7165         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7166         Fix some more leaks. Fixes #497007.
7167
7168 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7169
7170         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7171
7172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7173         (gst_rtspsrc_stream_configure_tcp):
7174         Fix 3 pad leaks. Fixes #496983.
7175
7176 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7177
7178         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7179
7180         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7181         Fix small leak. Fixes #497017.
7182
7183 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7184
7185         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7186         (gst_qtdemux_prepare_current_sample),
7187         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7188         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7189         * gst/qtdemux/qtdemux_fourcc.h:
7190         * gst/qtdemux/qtdemux_types.c:
7191         Add suppport for theora in quicktime according to XiphQT.
7192
7193 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7194
7195         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7196         (gst_v4l2src_init), (gst_v4l2src_set_property),
7197         (gst_v4l2src_get_property):
7198         * sys/v4l2/gstv4l2src.h:
7199         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7200           Always copy buffers by default (handle safer with bugged drivers)
7201           and added a property to make it possible to use mmap effectively (no
7202           copy if possible) when application wants to. Fixes: #480557.
7203
7204 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7205
7206         * gst/id3demux/id3tags.c:
7207         * gst/id3demux/id3tags.h:
7208         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7209           We don't want the same string multiple times in a tag list for the
7210           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7211           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7212
7213 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7214
7215         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7216           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7217           into ID3v2 TXXX frames (fixes #347848).
7218
7219 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7220
7221         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7222           Don't leak sdp message contents (fixes #496773).
7223
7224         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7225           Don't leak URI string.
7226
7227 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7228
7229         Patch by: Julien Puydt <julien dot puydt at laposte net>
7230
7231         * ext/raw1394/Makefile.am:
7232         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7233           (gst_1394_property_probe_get_properties),
7234           (gst_1394_property_probe_probe_property),
7235           (gst_1394_property_probe_needs_probe),
7236           (gst_1394_property_probe_get_values),
7237           (gst_1394_property_probe_interface_init),
7238           (gst_1394_type_add_property_probe_interface):
7239         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7240         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7241           (gst_dv1394src_init), (gst_dv1394src_dispose),
7242           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7243           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7244           (gst_dv1394src_update_device_name):
7245         * ext/raw1394/gstdv1394src.h:
7246           Implement GstPropertyProbe interface and add "device-name" property,
7247           so applications can use this to probe for available devices in the
7248           same way they can already with v4lsrc and v4l2src (however horrible
7249           this property probe interface may be). Fixes #358841.
7250
7251 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7252
7253         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7254
7255         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7256           (gst_rtspsrc_parse_range):
7257           Don't leak event, don't leak range (fixes #496752).
7258
7259 2007-11-14  Michael Smith <msmith@fluendo.com>
7260
7261         Patch by: Arek Korbik <arkadini@gmail.com>
7262
7263         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7264           Detect RGBA/BGRA correctly on little endian systems.
7265
7266 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7267
7268         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7269           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7270           corresponding ioctl() call fails even though the driver claims to
7271           support this format, just fall back to the pre-2.6.19 kernel
7272           routine that creates caps with suitable height and width ranges
7273           (see #448278).
7274
7275 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7276
7277         Patch by: Mark Nauwelaerts <manauw skynet be>
7278
7279         * gst/matroska/matroska-demux.c:
7280           (gst_matroska_demux_push_dvd_clut_change_event),
7281           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7282           (gst_matroska_demux_subtitle_caps):
7283         * gst/matroska/matroska-ids.h:
7284           Extract palette data for dvd subpicture streams and send it
7285           downstream as custom gstreamer dvd event (fixes #453417).
7286
7287 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7288
7289         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7290           Implement minimal parsing of the passed pango font description
7291           string, so passing a font size works the same as with the
7292           pango textoverlay plugin; fixes #455086.
7293           (Maybe we could just use pangocairo here at some point).
7294
7295 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7296
7297         * gst/avi/gstavidemux.c:
7298         * gst/wavparse/gstwavparse.c:
7299           Return the result in _activate_pull(). Don't ref element there.
7300
7301 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7302
7303         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7304         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7305         (gst_wavparse_srcpad_event):
7306           Ref the element when we should, but not when we its not needed. Reflow
7307           the event_handling to not leak the event.       
7308
7309 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7310
7311         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7312         (qtdemux_parse_samples):
7313         Properly free QTDemuxSamples array.
7314         Protect table write with a sensible check, some files apparently DO contain
7315         stts values starting with 0 :(
7316
7317 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7318
7319         * gst/avi/gstavidemux.c:
7320         * gst/qtdemux/qtdemux.c:
7321           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7322           previous commit messed up.
7323
7324 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7325
7326         * gst/avi/gstavidemux.c:
7327         * gst/qtdemux/qtdemux.c:
7328           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7329           element when we should, but not when we its not needed.
7330
7331 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7332
7333         * gst/wavparse/gstwavparse.c:
7334           Return FALSE if we can't handle a query instead of changing the
7335           format. Ignore fact when dealing with mpeg audio.
7336
7337 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7338
7339         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7340
7341         * configure.ac:
7342         * gst/udp/gstdynudpsink.c:
7343         * gst/udp/gstdynudpsink.h:
7344         * gst/udp/gstmultiudpsink.c:
7345         * gst/udp/gstmultiudpsink.h:
7346         * gst/udp/gstudpsink.c:
7347         * gst/udp/gstudpsink.h:
7348           Fix includes for MSVC and GLib-2.14.0 (#492388).
7349
7350         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7351           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7352
7353 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7354
7355         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7356         (gst_mulawdec_chain):
7357         * gst/law/mulaw-decode.h:
7358         Calculate outgoing buffer duration if incoming buffer didn't have a
7359         valid duration.
7360
7361 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7362
7363         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7364         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7365         Smarter combine_flow code that also deals with downstream elements
7366         returning UNEXPECTED when they receive data out of the segment
7367         boundaries. Fixes #491305.
7368
7369 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7370
7371         * sys/v4l2/v4l2src_calls.c:
7372           Fix 'unused variable' compiler warning when compiling against
7373           older kernel headers.
7374
7375 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7376
7377         * ext/taglib/gstid3v2mux.cc (add_funcs):
7378           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7379
7380 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7381
7382         * tests/check/pipelines/simple-launch-lines.c:
7383            Improve the tests a little more.
7384
7385 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7386
7387         patch by: Yun Zheng Hu
7388
7389         * sys/osxaudio/gstosxaudiosrc.c:
7390         Use default input device instead of default output device and
7391         only memcpy actual available bytes.
7392
7393 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7394
7395         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7396           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7397           early. It is temporary until we find something better.
7398
7399 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7400
7401         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7402
7403         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7404         Fix race when pausing a RTSP stream in interleaved.
7405         Fixes #475784.
7406
7407 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7408
7409         Patch by: Peter Kjellerstedt <pkj at axis com>
7410
7411         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7412         Use correct unref function for buffers. #488844.
7413
7414 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7415
7416         * gst/avi/gstavimux.c:
7417         * tests/check/elements/avimux.c:
7418           Add some debug and sync tests with the fix.     
7419
7420 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7421
7422         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7423
7424         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7425         When the socket is used by the app for other purposes, don't generate an
7426         error if there is activaty on the socket that is not data related.
7427         Fixes #487488.
7428
7429 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7430
7431         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7432         (gst_v4l2src_grab_frame):
7433         Add some more debug info. Generate an error when we run out of buffers
7434         for some reason. See #480557.
7435
7436 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7437
7438         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7439
7440         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7441         Set marker bit correctly.
7442
7443 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7444
7445         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7446         Use allowed name for the GstStructure.
7447
7448 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7449
7450         * ext/gconf/gstswitchsink.c:
7451         * gst/autodetect/gstautoaudiosink.c:
7452           Use new gst_bus_pop_filtered().
7453
7454 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7455
7456         * sys/v4l2/gstv4l2src.c:
7457         * sys/v4l2/v4l2src_calls.c:
7458           When probing the formats and sizes a camera supports, make
7459           sure the best ones (highest resolution, prefered format)
7460           end up at the beginning of the probed caps and the less
7461           desirable ones at the end.  This is important because the
7462           order within the caps matters for things like fixation and
7463           negotiation, ie. what format is chosen in the end.
7464           With recent kernels, the current probing code will end up
7465           querying the supported sizes from lowest resolution to
7466           highest resolution, adding them to the probed caps in that
7467           order, resulting to v4l2src fixating to the lowest possible
7468           resolution if downstream does not express a size preference.
7469           Also make up a somewhat random ranking of prefered output
7470           formats for the same reason. Fixes #485828.
7471         
7472 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7473
7474         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7475
7476         * gst/id3demux/id3v2frames.c:
7477           Extract license/copyright URIs from ID3v2 WCOP frames
7478           (Fixes #447000).
7479
7480         * tests/check/elements/id3demux.c:
7481         * tests/files/Makefile.am:
7482         * tests/files/id3-447000-wcop.tag:
7483           Add simple unit test.
7484
7485 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7486
7487         * ext/taglib/gstid3v2mux.cc:
7488           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7489           Prerequisite for #447000.
7490
7491 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7492
7493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7494         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7495         a GstClockTime.
7496
7497 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7498
7499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7500         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7501         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7502         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7503         (gst_rtspsrc_change_state):
7504         More seeking fixes, mostly passing around the new playback segment in
7505         order to configure it properly.
7506         Also reset base_time of udp sources when setting them back to PLAYING as
7507         a temporary hack until core supports seek in live sources properly.
7508
7509 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7510
7511         * gst/rtp/gstrtpmp4adepay.c:
7512         Fix caps as to not confuse autopluggers.
7513
7514 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7515
7516         * gst/id3demux/gstid3demux.c:
7517         * gst/id3demux/gstid3demux.h:
7518         * gst/id3demux/id3tags.c:
7519         * gst/id3demux/id3tags.h:
7520         * gst/id3demux/id3v2frames.c:
7521           Port ID3 tag demuxer over to the new GstTagDemux in -base
7522           (now would be a good time to test re-importing your music
7523           collection).
7524
7525 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7526
7527         * gst/apetag/Makefile.am:
7528         * gst/apetag/gstapedemux.c:
7529         * gst/apetag/gstapedemux.h:
7530         * gst/apetag/gsttagdemux.c:
7531         * gst/apetag/gsttagdemux.h:
7532           Port APE tag demuxer over to the new GstTagDemux in -base.
7533
7534 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7535
7536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7537         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7538         (gst_rtspsrc_handle_internal_src_query),
7539         (gst_rtspsrc_handle_src_query), (new_session_pad),
7540         (gst_rtspsrc_stream_configure_tcp),
7541         (gst_rtspsrc_stream_configure_transport),
7542         (gst_rtspsrc_loop_send_cmd):
7543         Improve flushing behaviour.
7544         Set state of the udp sources to PAUSE/PLAYING correctly.
7545         Handle events and queries for UDP and TCP transport now.
7546
7547 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7548
7549         * gst/rtp/gstrtpgsmdepay.c:
7550         * gst/rtp/gstrtpgsmpay.c:
7551           Add log category.
7552
7553 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7554
7555         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7556
7557         * tests/check/Makefile.am:
7558         * tests/check/pipelines/simple-launch-lines.c:
7559           Add unit tests for payloaders/depayloaders.
7560
7561 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7562
7563         * gst/avi/gstavimux.c:
7564         * gst/avi/gstavimux.h:
7565           Also save codec data for audio streams. Fixes #482495.
7566
7567 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7568
7569         * gst/avi/gstavimux.c:
7570           Fix "Index entry has invalid stream nr 1".
7571           Add support for muxing aac - work in progress (see #482495).
7572
7573 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7574
7575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7576         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7577         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7578         * gst/rtsp/gstrtspsrc.h:
7579         Parse bandwidth modifiers, they are not yet configured in the session
7580         manager because we don't have an API for that yet.
7581
7582 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7583
7584         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7585         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7586         Use shiny new function in -base to get the default clock-rate.
7587         Update some docs.
7588
7589 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7590
7591         * win32/MANIFEST:
7592         Add files to win32 manifest.
7593         * win32/vs6/libgstaudiofx.dsp:
7594         * win32/vs6/libgstqtdemux.dsp:
7595         * win32/vs6/libgstrtp.dsp:
7596         * win32/vs6/libgstrtsp.dsp:
7597         Update project files.
7598
7599 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7600
7601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7602         (gst_rtspsrc_play):
7603         * gst/rtsp/gstrtspsrc.h:
7604         In TCP mode, only timestamp the first buffer. TCP is not real time and
7605         it does not make sense to try to skew compensate, also some servers send
7606         the first batch of data in a burst.
7607
7608 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7609
7610         * gst/matroska/matroska-demux.c:
7611           Fix setting the discont flag on the first buffer
7612           pushed downstream for formats with private codec
7613           data that needs to be deserialised into buffers
7614           (such as vorbis and FLAC when in a matroska container).
7615
7616 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7617
7618         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7619
7620         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7621         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7622         (gst_rtp_mp4v_pay_handle_buffer):
7623         * gst/rtp/gstrtpmp4vpay.h:
7624         Free the config string. Fixes #480707.
7625         Clean up the timestamp code a little.
7626
7627 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7628
7629         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7630         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7631         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7632         * gst/rtsp/gstrtspsrc.h:
7633         Set timestamps on RTP buffers in interleaved mode.
7634         Mark first buffers with a DISCONT.
7635         Remove flush hack now that sync for live sources has been figured out.
7636
7637 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7638
7639         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7640         Update documentation.
7641
7642 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7643
7644         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7645         (gst_rtp_xqt_depay_change_state):
7646         * gst/qtdemux/gstrtpxqtdepay.h:
7647         Fail if we don't know the quicktime format.
7648
7649 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7650
7651         * ext/flac/gstflacenc.c:
7652         * ext/flac/gstflacenc.h:
7653           Save the flow return from the last gst_pad_push() and
7654           make sure we pass the right flow return value upstream
7655           in the case of failure; minor clean-ups.
7656
7657 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7658
7659         * ext/taglib/gstapev2mux.cc:
7660         * ext/taglib/gstid3v2mux.cc:
7661         * gst/apetag/gstapedemux.c:
7662           Add support for the new GST_TAG_COMPOSER (#459809).
7663
7664 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7665
7666         * gst/law/alaw-decode.c:
7667         * gst/law/alaw-decode.h:
7668         * gst/law/alaw-encode.c:
7669         * gst/law/alaw-encode.h:
7670         * gst/law/alaw.c:
7671         * gst/law/mulaw-conversion.h:
7672           Compulsive clean-ups: use boilerplate macros, add debug
7673           categories, fix up things to conform to symbol nomenklatura,
7674           etc.
7675
7676 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7677
7678         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7679
7680         * gst/law/alaw-decode.c:
7681         * gst/law/alaw-encode.c:
7682           Use static tables for A-Law decoding and encoding; this makes
7683           A-Law decoding and encoding less CPU-intensive, but increases
7684           the binary size a bit. Leaving old code around for now,
7685           selectable by a define in the code. Fixes #435435.
7686
7687 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7688
7689         * configure.ac:
7690         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7691         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7692         in configure.ac.
7693
7694 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7695
7696         Patch by: Jan Gerber <j at bootlab dot org>
7697
7698         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7699         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7700
7701 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7702
7703         * sys/oss/gstosshelper.c:
7704           Use GST_WARNING instead of a g_critical. This situation is not caused
7705           by the application.
7706
7707 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7708
7709         * po/LINGUAS:
7710         * po/nl.po:
7711           Updated translations.
7712
7713 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7714
7715         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7716
7717         * po/eu.po:
7718           Added Basque translation.
7719
7720 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7721
7722         translated by: Abel Cheung <abelcheung@gmail.com>
7723
7724         * po/zh_HK.po:
7725         * po/zh_TW.po:
7726           Added Chinese (traditional and Hong Kong) translation.
7727
7728 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7729
7730         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7731
7732         * po/pl.po:
7733           Added Polish translation.
7734
7735 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7736
7737         translated by: Ilkka Tuohela <hile@iki.fi>
7738
7739         * po/fi.po:
7740           Added Finnish translation.
7741
7742 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7743
7744         translated by: Jorge González González <aloriel@gmail.com>
7745
7746         * po/es.po:
7747           Added Spanish translation.
7748
7749 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7750
7751         translated by: Mogens Jaeger <mogens@jaeger.tf>
7752
7753         * po/da.po:
7754           Added Danish translation.
7755
7756 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7757
7758         translated by: Funda Wang <fundawang@linux.net.cn>
7759
7760         * po/zh_CN.po:
7761           Added Chinese (simplified) translation.
7762
7763 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7764
7765         translated by: Alexander Shopov <ash@contact.bg>
7766
7767         * po/bg.po:
7768           Added Bulgarian translation.
7769
7770 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7771
7772         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7773         Set outgoing packet duration because we can. Fixes #478244 some more.
7774
7775 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7776
7777         * ext/cairo/gsttextoverlay.c:
7778           Add info about static leak.
7779         
7780         * tests/check/Makefile.am:
7781         * tests/check/generic/states.c:
7782           Improved state change unit test.
7783
7784 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7785
7786         * docs/plugins/.cvsignore:
7787         * tests/check/.cvsignore:
7788           Ignore registries in any format.
7789
7790 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7791
7792         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7793         Removed some unused code.
7794
7795         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7796         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7797         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7798         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7799         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7800         (gst_rtp_theora_pay_flush_packet):
7801         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7802         Try to preserve the incomming buffer duration on the outgoing
7803         packets. Fixes #478244.
7804
7805 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7806
7807         * ext/taglib/gstapev2mux.cc:
7808         * ext/taglib/gstid3v2mux.cc:
7809           Work around compiler warnings with g++-4.2 when assigning a
7810           string constant to a gchar * (partially fixes #478092).
7811
7812 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7813
7814         * configure.ac:
7815           We require core CVS now for gst_base_src_set_do_timestamp().
7816
7817 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7818
7819         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7820         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7821         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7822         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7823         (gst_rtspsrc_handle_message):
7824         Fix compiler warnings shown with Forte.
7825
7826 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7827
7828         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7829         (gst_rtspsrc_dup_printf):
7830         Give meaningfull error when all streams failed to configure for some
7831         reason.
7832
7833 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7834
7835         * gst/rtp/README:
7836         Update README with the design for synchronisation rules of RTP on
7837         sender and receiver.
7838
7839 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7840
7841         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7842         (gst_wavparse_chain):
7843         Don't push EOS from the chain function, the element
7844         driving the pipeline is responsible for this. The bug
7845         this was meant to fix seems to be queue not forwarding
7846         EOS in all cases (see #476514).
7847
7848 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7849
7850         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7851         (gst_level_transform_ip):
7852         * gst/level/gstlevel.h:
7853         Use basetransform segment so that it is correctly managed on flushes and
7854         start/stop.
7855         Report message timestamp as stream time, which is what an application
7856         can understand.
7857
7858 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7859
7860         * ext/taglib/gstapev2mux.cc:
7861         * ext/taglib/gstapev2mux.h:
7862         * ext/taglib/gsttaglibmux.c:
7863         * tests/check/elements/apev2mux.c:
7864         Update my mail address.
7865
7866 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7867
7868         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7869         (gst_wavparse_loop), (gst_wavparse_chain):
7870         Add EOS logic for the push-based mode too. Fixes #476514.
7871
7872 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7873
7874         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7875         * gst/law/alaw-encode.h:
7876         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7877         (gst_mulawenc_chain):
7878         * gst/law/mulaw-encode.h:
7879         Fix law encoder timestamps.
7880
7881 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7882
7883         * ext/gconf/gstgconfaudiosink.c:
7884           Fix warning when building without debug.
7885
7886         * sys/oss/gstossmixertrack.c:
7887           Use const like in alsamixertrack.c (fixes warnings).
7888
7889 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7890
7891         * sys/v4l2/v4l2src_calls.c:
7892         (gst_v4l2src_probe_caps_for_format_and_size):
7893         Fix framerate detection code some more.
7894         Handle the case where there is a weird step in the stepwise framerates.
7895         Don't overwrite the min interval with the framerate, use a temp variable
7896         instead.
7897         Use max in the Continuous framerate intervals instead of step, which is
7898         1 according to the docs. Fixes #475424.
7899
7900 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7901
7902         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7903         Make udpsrc timestamp outgoing buffers based on when they were received.
7904         Also make it output a segment in time.
7905
7906 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7907
7908         * gst/avi/gstavidemux.c:
7909           Plug a little leak. Little code cleanups.
7910
7911 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7912
7913         * configure.ac:
7914           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7915           flac versions, 's good for cross-compilation karma.
7916
7917 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7918
7919         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7920
7921         * gst/rtp/gstrtph263pay.c:
7922           Fix up header structure so that compilers don't add padding
7923           between the structure fields, since that would lead to us
7924           sending RTP packets with broken headers (as is currently the
7925           case when compiling with MSVC). Also see similar fixes in
7926           libgstrtp in gst-plugins-base. (#474616; #471194)
7927
7928 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7929
7930         * sys/v4l2/v4l2src_calls.c:
7931         (gst_v4l2src_probe_caps_for_format_and_size):
7932         Don't overwrite our GValue with 0 but instead use the previously
7933         computed value. Fixes #471823 some more.
7934
7935 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7936
7937         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7938           No tabs in this file please, or gtk-doc will end up documenting
7939           rather absurd class hierarchies.
7940
7941 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7942
7943         * ext/gconf/gstswitchsink.c:
7944           If the new kid element fails to change state for some reason
7945           (e.g. esdsink not being able to connect to the sound server),
7946           forward the error message it posted on the bus instead of just
7947           posting a generic 'Internal state change error: please file a
7948           bug' error message. Fixes #471364.
7949
7950 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7951
7952         * gst/qtdemux/Makefile.am:
7953         * gst/qtdemux/qtdemux.c:
7954           Don't assume tags are encoded as UTF-8 (#473670).
7955
7956 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7957
7958         * sys/v4l2/gstv4l2src.c:
7959         * sys/v4l2/gstv4l2src.h:
7960         * sys/v4l2/v4l2src_calls.c:
7961           Implement LATENCY queries in the crudest way possible so I don't
7962           have to use sync=false any longer when testing with videosinks.
7963
7964 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7965
7966         * configure.ac:
7967           Fix build.
7968
7969 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7970
7971         * sys/v4l2/v4l2src_calls.c:
7972         (gst_v4l2src_probe_caps_for_format_and_size):
7973         Add some more debugging in the framerate function.
7974         Iterate stepwise framerate up to and _including_ the max and if nothing
7975         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7976         don't end up with an empty list. Fixes #471823
7977
7978 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7979
7980         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7981         (gst_multiudpsink_set_clients_string),
7982         (gst_multiudpsink_get_clients_string),
7983         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7984         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7985         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7986         (gst_multiudpsink_clear):
7987         Add property do configure destination address/port pairs
7988         API:GstMultiUDPSink::clients
7989
7990 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7991
7992         * tests/examples/Makefile.am:
7993         * tests/examples/rtp/Makefile.am:
7994         * tests/examples/rtp/client-H263p-AMR.sh:
7995         * tests/examples/rtp/client-H263p-PCMA.sdp:
7996         * tests/examples/rtp/client-H263p-PCMA.sh:
7997         * tests/examples/rtp/client-H264-PCMA.sdp:
7998         * tests/examples/rtp/client-H264-PCMA.sh:
7999         * tests/examples/rtp/client-PCMA.sh:
8000         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8001         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8002         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8003         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8004         Added some RTP example scripts for sending and receiving RTP streams.
8005
8006 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8007
8008         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8009         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8010         Restructure the setcaps function so that we can also compute the
8011         expected GStreamer output size of the video frames.
8012         Set frame_byte_size correctly so that read-based devices have a chance
8013         of working correctly.
8014         When grabbing a frame, discard frames that are not of the expected size.
8015         Some cameras don't output the right framesize for the first buffer.
8016         Try only a couple of times to get a valid frame, else error out.
8017
8018         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8019         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8020         Add some more debug info when scanning the device.
8021
8022         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8023         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8024         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8025         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8026         Add some more debug info when dequeing a frame.
8027
8028 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8029
8030         * gst/wavparse/gstwavparse.c:
8031           More code cleanups. Add some more comment and improve debugs logs.
8032
8033 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8034
8035         * gst/wavparse/gstwavparse.c:
8036         * gst/wavparse/gstwavparse.h:
8037           Implement seek-query. Refactor duration calculations. Appropriate use
8038           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8039           out of loops.
8040
8041 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8042
8043         * gst/avi/gstavidemux.c:
8044           Implement seek-query.
8045
8046 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8047
8048         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8049         (gst_rtspsrc_dup_printf):
8050         Use new basesink async property to make sparse RTCP packet not wait for
8051         preroll.
8052
8053 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8054
8055         * gst/audiofx/Makefile.am:
8056         Dist the right file.
8057
8058 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8059
8060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8061         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8062         Make sure we generate and parse floating point values in the POSIX
8063         locale instead of the current locale. 
8064
8065 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8066
8067         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8068         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8069         (gst_rtspsrc_play):
8070         * gst/rtsp/gstrtspsrc.h:
8071         Fix method detection again.
8072         Keep track of when we must send a Range header.
8073         Use segment values for Range, Speed and Scale headers.
8074         Parse Speed and Scale headers to update the segment values.
8075
8076 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8077
8078         patch by: Mark Nauwelaerts <manauw@skynet.be>
8079
8080         * sys/v4l2/v4l2src_calls.c:
8081           Handle optional v4l2 ioctls gracefully.
8082
8083 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8084
8085         * gst/rtp/Makefile.am:
8086         * gst/rtp/gstrtp.c: (plugin_init):
8087         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8088         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8089         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8090         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8091         (gst_rtp_h263_depay_get_property),
8092         (gst_rtp_h263_depay_change_state),
8093         (gst_rtp_h263_depay_plugin_init):
8094         * gst/rtp/gstrtph263depay.h:
8095         Added an H263 depayloader. Fixes #369392.
8096
8097         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8098         (gst_rtp_h263p_depay_process):
8099         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8100         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8101         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8102         payloads.
8103         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8104
8105 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8106
8107         * gst/audiofx/audiochebyshevfreqband.c:
8108         * gst/audiofx/audiochebyshevfreqlimit.c:
8109         Add small comparision with the windowed sinc filters in the docs.
8110
8111 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8112
8113         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8114         (audiochebyshevfreqband_suite):
8115         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8116         (audiochebyshevfreqlimit_suite):
8117         Also test 32 bit float mode and the type 2 variants of the filters.
8118
8119 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8120
8121         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8122         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8123         (gst_rtspsrc_loop):
8124         Refactor the udp and interleaved loop function a bit.
8125
8126 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8127
8128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8129         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8130         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8131         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8132         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8133         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8134         * gst/rtsp/gstrtspsrc.h:
8135         Protect connection activity with a new lock, avoids deadlocks when going
8136         to PAUSED. Fixes #455808.
8137
8138 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8139
8140         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8141         Fix debug statement.
8142
8143 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8144
8145         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8146         Fix stray %u in debug line as spotted by Saur on IRC.
8147
8148 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8149
8150         * gst/audiofx/audiochebyshevfreqband.c:
8151         (gst_audio_chebyshev_freq_band_class_init):
8152         * gst/audiofx/audiochebyshevfreqlimit.c:
8153         (gst_audio_chebyshev_freq_limit_class_init):
8154         Use generator macros for the process functions for the different
8155         sample types, add lower upper boundaries for the GObject properties
8156         so automatically generated UIs can use sliders and add a note about
8157         the number of poles as a too high number of poles combined with
8158         very low or very high frequencies will produce only noise.
8159         * docs/plugins/gst-plugins-good-plugins.args:
8160         Regenerated for the property changes.
8161
8162 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8163
8164         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8165         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8166         (gst_rtspsrc_stream_configure_udp_sink),
8167         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8168         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8169         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8170         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8171         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8172         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8173         * gst/rtsp/gstrtspsrc.h:
8174         Improve timeout handling.
8175         Use the same socket for sending and receiving RTCP packets so that some
8176         servers can track clients better.
8177         Improve connection closed handling. Try to reconnect.
8178         Don't overwrite our content base with NULL.
8179         Improve debugging.
8180         Improve range parsing and handling.
8181         Remove flushing hack now that core does the right thing.
8182
8183 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8184
8185         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8186         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8187         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8188         (gst_multiudpsink_close), (gst_multiudpsink_add):
8189         * gst/udp/gstmultiudpsink.h:
8190         Add support for getting and setting the socket to use.
8191
8192         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8193         (gst_udpsrc_create), (gst_udpsrc_get_property):
8194         Add support for getting the currently used socket.
8195
8196 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8197
8198         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8199
8200         * gst/audiofx/Makefile.am:
8201         * gst/audiofx/audiochebyshevfreqband.c:
8202         (gst_audio_chebyshev_freq_band_mode_get_type),
8203         (gst_audio_chebyshev_freq_band_base_init),
8204         (gst_audio_chebyshev_freq_band_dispose),
8205         (gst_audio_chebyshev_freq_band_class_init),
8206         (gst_audio_chebyshev_freq_band_init),
8207         (generate_biquad_coefficients), (calculate_gain),
8208         (generate_coefficients),
8209         (gst_audio_chebyshev_freq_band_set_property),
8210         (gst_audio_chebyshev_freq_band_get_property),
8211         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8212         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8213         (gst_audio_chebyshev_freq_band_start):
8214         * gst/audiofx/audiochebyshevfreqband.h:
8215         * gst/audiofx/audiochebyshevfreqlimit.c:
8216         (gst_audio_chebyshev_freq_limit_mode_get_type),
8217         (gst_audio_chebyshev_freq_limit_base_init),
8218         (gst_audio_chebyshev_freq_limit_dispose),
8219         (gst_audio_chebyshev_freq_limit_class_init),
8220         (gst_audio_chebyshev_freq_limit_init),
8221         (generate_biquad_coefficients), (calculate_gain),
8222         (generate_coefficients),
8223         (gst_audio_chebyshev_freq_limit_set_property),
8224         (gst_audio_chebyshev_freq_limit_get_property),
8225         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8226         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8227         (gst_audio_chebyshev_freq_limit_start):
8228         * gst/audiofx/audiochebyshevfreqlimit.h:
8229         * gst/audiofx/audiofx.c: (plugin_init):
8230         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8231         Fixes #464800.
8232
8233         * tests/check/Makefile.am:
8234         * tests/check/elements/.cvsignore:
8235         * tests/check/elements/audiochebyshevfreqband.c:
8236         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8237         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8238         * tests/check/elements/audiochebyshevfreqlimit.c:
8239         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8240         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8241         Add unit tests for the chebyshev filters.
8242
8243         * docs/plugins/Makefile.am:
8244         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8246         * docs/plugins/gst-plugins-good-plugins.args:
8247         * docs/plugins/inspect/plugin-1394.xml:
8248         * docs/plugins/inspect/plugin-audiofx.xml:
8249         * docs/plugins/inspect/plugin-dv.xml:
8250         * docs/plugins/inspect/plugin-flac.xml:
8251         * docs/plugins/inspect/plugin-jpeg.xml:
8252         * docs/plugins/inspect/plugin-png.xml:
8253         * docs/plugins/inspect/plugin-rtp.xml:
8254         * docs/plugins/inspect/plugin-shout2send.xml:
8255         * docs/plugins/inspect/plugin-wavpack.xml:
8256         And add docs for the chebyshev filters. While doing
8257         that also run make update in docs/plugins.
8258
8259 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8260
8261         * ext/annodex/gstcmmltag.c:
8262         * gst/rtp/gstrtpvorbispay.c:
8263           Make ro memory to share.
8264
8265 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8266
8267         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8268         Improve UDP performance by avoiding a select() when we have data
8269         available immediatly.
8270
8271 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8272
8273         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8274         (gst_rtp_dec_class_init):
8275         * gst/rtsp/gstrtpdec.h:
8276         Add (dummy) SSRC management signals.
8277
8278         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8279         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8280         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8281         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8282         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8283         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8284         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8285         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8286         * gst/rtsp/gstrtspsrc.h:
8287         Add connection-speed property.
8288         Add find_stream helper functions.
8289         Handle stream EOS based on BYE messages or SSRC timeout.
8290         Returns SUCCESS from the state change function as we hide our async
8291         elements from the parent.
8292
8293 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8294
8295         * gst/debug/rndbuffersize.c:
8296           Fix da leak.
8297
8298 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8299
8300         * gst/debug/Makefile.am:
8301         * gst/debug/breakmydata.c:
8302         * gst/debug/gstdebug.c:
8303         * gst/debug/negotiation.c:
8304         * gst/debug/progressreport.c:
8305         * gst/debug/rndbuffersize.c:
8306         * gst/debug/testplugin.c:
8307           Add new test element and clean-up the others a little.
8308
8309 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8310
8311         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8312         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8313
8314 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8315
8316         * gst/rtp/gstrtpilbcdepay.c:
8317           Include stdlib.
8318
8319 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8320
8321         * gst/rtp/gstrtpmpvdepay.c:
8322         Set the mpegversion in the caps so that autoplugging does not get
8323         confused.
8324
8325 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8326
8327         * po/hu.po:
8328         * po/uk.po:
8329         * po/vi.po:
8330           Updated translations.
8331
8332 2007-08-08  Michael Smith <msmith@fluendo.com>
8333
8334         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8335           Render right border in the correct location.
8336
8337 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8338
8339         Patch by: Olivier Crete <tester at tester dot ca>
8340
8341         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8342         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8343         Make mode property a string. Fixes #464475.
8344
8345 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8346
8347         * ext/flac/gstflacenc.c:
8348           Widen caps to match decoder a bit and add more FIXMEs.
8349
8350 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8351
8352         patch by: Mark Nauwelaerts <manauw@skynet.be>
8353
8354         * gst/avi/gstavimux.c:
8355           Fix ODML index tag numbering. Fixes #463624.
8356
8357 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8358
8359         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8360         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8361         (gst_rtspsrc_stream_configure_tcp),
8362         (gst_rtspsrc_stream_configure_udp_sink):
8363         Fix default clock-rate for realmedia.
8364         Fix parsing of transport.
8365         Don't try to link NULL pads.
8366
8367 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8368
8369         * po/POTFILES.skip:
8370           Add POTFILES.skip with list of source files that aren't disted at the
8371           moment but contain translatable strings. Should hopefully pacify
8372           broken tools and make it clearer that these files are left out
8373           intentionally (#461600).
8374
8375 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8376
8377         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8378         If the buffer was entirely clipped ... don't try sending it :)
8379
8380 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8381
8382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8383         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8384         (gst_rtspsrc_create_transports_string),
8385         (gst_rtspsrc_prepare_transports):
8386         If we don't hav a session manager, set the caps on outgoing buffers
8387         ourselves.
8388         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8389         Append final bit of the transport string even when it does not contain a
8390         placeholder.
8391
8392 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8393
8394         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8395         (gst_rtsp_ext_list_connect):
8396         * gst/rtsp/gstrtspext.h:
8397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8398         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8399         Clean up the interface list.
8400         Allow connecting to interface signals for the extensions.
8401         Remove old extension code.
8402         Free list on cleanup.
8403         Allow extensions to send additional RTSP messages.
8404
8405 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8406
8407         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8408         Handle a NULL gconf key gracefully by rendering the default element.
8409
8410 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8411
8412         * gst/rtsp/gstrtspext.h:
8413         Fix include path for extension interface.
8414
8415 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8416
8417         * gst/audiofx/audioamplify.h:
8418         Also remove a now unecessary variable here.
8419
8420 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8421
8422         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8423         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8424         * gst/audiofx/audiodynamic.c:
8425         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8426         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8427         * gst/audiofx/audiodynamic.h:
8428         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8429         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8430         * gst/audiofx/audioinvert.h:
8431         Don't save format information ourselves, this is already saved in
8432         GstAudioFilter.
8433
8434 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8435
8436         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8437         (gst_rtsp_ext_list_stream_select):
8438         * gst/rtsp/gstrtspext.h:
8439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8440         Use rank to filter out extensions.
8441         Add url to stream_select interface call.
8442
8443 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8444
8445         * gst/rtsp/Makefile.am:
8446         * gst/rtsp/base64.c:
8447         * gst/rtsp/base64.h:
8448         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8449         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8450         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8451         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8452         (gst_rtsp_ext_list_setup_media),
8453         (gst_rtsp_ext_list_configure_stream),
8454         (gst_rtsp_ext_list_get_transports),
8455         (gst_rtsp_ext_list_stream_select):
8456         * gst/rtsp/gstrtspext.h:
8457         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8458         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8459         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8460         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8461         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8462         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8463         (gst_rtspsrc_stream_configure_tcp),
8464         (gst_rtspsrc_stream_configure_mcast),
8465         (gst_rtspsrc_stream_configure_udp),
8466         (gst_rtspsrc_stream_configure_udp_sink),
8467         (gst_rtspsrc_stream_configure_transport),
8468         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8469         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8470         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8471         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8472         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8473         (gst_rtspsrc_parse_methods),
8474         (gst_rtspsrc_create_transports_string),
8475         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8476         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8477         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8478         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8479         * gst/rtsp/gstrtspsrc.h:
8480         * gst/rtsp/rtsp.h:
8481         * gst/rtsp/rtspconnection.c:
8482         * gst/rtsp/rtspconnection.h:
8483         * gst/rtsp/rtspdefs.c:
8484         * gst/rtsp/rtspdefs.h:
8485         * gst/rtsp/rtspext.h:
8486         * gst/rtsp/rtspextwms.c:
8487         * gst/rtsp/rtspextwms.h:
8488         * gst/rtsp/rtspmessage.c:
8489         * gst/rtsp/rtspmessage.h:
8490         * gst/rtsp/rtsprange.c:
8491         * gst/rtsp/rtsprange.h:
8492         * gst/rtsp/rtsptransport.c:
8493         * gst/rtsp/rtsptransport.h:
8494         * gst/rtsp/rtspurl.c:
8495         * gst/rtsp/rtspurl.h:
8496         * gst/rtsp/sdp.h:
8497         * gst/rtsp/sdpmessage.c:
8498         * gst/rtsp/sdpmessage.h:
8499         * gst/rtsp/test.c:
8500         Use shiny new RTSP and SDP library.
8501         Implement RTSP extensions using the new interface.
8502         Remove a lot of old code.
8503
8504 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8505
8506         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8507         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8508
8509 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8510
8511         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8512         Don't unref the outgoing buffer twice when dropping it because it's
8513         outside of the segment.
8514
8515 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8516
8517         * configure.ac:
8518         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8519         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8520         Use the new buffer clipping function from gstaudio here and
8521         require gst-plugins-base CVS.
8522         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8523         For framed Wavpack buffers we require a valid timestamp.
8524
8525 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8526
8527         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8528         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8529         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8530         Clip raw audio and video when we can, keep track of current output
8531         segment.
8532         Don't leak buffers and events when there is no output pad.
8533         Improve debugging here and there.
8534
8535 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8536
8537         * configure.ac:
8538           Sync liboil check with plugins-base.
8539
8540 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8541
8542         * ext/annodex/Makefile.am:
8543           Fix CFLAGS/LIBS.
8544
8545         * ext/cdio/gstcdiocddasrc.c:
8546         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8547           Include stdlib
8548
8549         * ext/cairo/Makefile.am:
8550         * gst/videofilter/Makefile.am:
8551         * tests/examples/level/Makefile.am:
8552           Use $(LIBM) instead of -lm
8553
8554 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8555
8556         * sys/v4l2/gstv4l2src.c:
8557           Add another example pipeline.
8558
8559 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8560
8561         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8562
8563         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8564           Use define here.
8565
8566         * sys/v4l2/gstv4l2tuner.c:
8567         (gst_v4l2_tuner_set_frequency_and_notify):
8568           Don't touch the property - its still disabled.
8569
8570         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8571         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8572         * sys/v4l2/v4l2src_calls.h:
8573           Improve fallback format negotionation. Fixes #451388
8574
8575 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8576
8577         * tests/check/elements/videocrop.c: (GST_START_TEST):
8578           Fix the test.
8579
8580 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8581
8582         * docs/plugins/Makefile.am:
8583         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8584         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8585         * docs/plugins/inspect/plugin-jpeg.xml:
8586         * docs/plugins/inspect/plugin-png.xml:
8587         * ext/jpeg/gstjpegdec.c:
8588         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8589         (gst_pngdec_sink_setcaps):
8590           More docs. More logs in pngdec.
8591
8592 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8593
8594         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8595           Initialize num_buffers with minimum value.
8596
8597         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8598         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8599           Handle frame-size query failure gracefully.
8600
8601 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8602
8603         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8604         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8605         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8606         of qt/aac files.
8607
8608 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8609
8610         * ext/wavpack/gstwavpackdec.c:
8611         (gst_wavpack_dec_clip_outgoing_buffer):
8612         Fix buffer clipping to correctly clip to the segment stop.
8613
8614 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8615
8616         * configure.ac:
8617         * tests/Makefile.am:
8618         Remove bogus check for libcheck, since we check for
8619         gstreamer-check and it pulls in the required info from there,
8620         and we weren't actually _using_ the information for libcheck
8621         ourselves anyway.
8622
8623 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8624
8625         * configure.ac:
8626           Use pkg-config to locate check.
8627
8628 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8629
8630         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8631         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8632         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8633         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8634         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8635         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8636         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8637         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8638         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8639         * gst/effectv/gstrev.c: (gst_revtv_transform):
8640         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8641         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8642         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8643         * gst/matroska/matroska-demux.c:
8644         (gst_matroska_demux_add_wvpk_header),
8645         (gst_matroska_demux_check_subtitle_buffer),
8646         (gst_matroska_decode_buffer):
8647         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8648           Fix build against core CVS.
8649
8650 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8651
8652         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8653         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8654         don't have enough granularity to convert that boolean into a
8655         GstFlowReturn.
8656
8657 2007-07-06  Michael Smith <msmith@fluendo.com>
8658
8659         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8660         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8661         (gst_alawdec_change_state):
8662         * gst/law/alaw-decode.h:
8663         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8664         (gst_mulawdec_class_init), (gst_mulawdec_init),
8665         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8666         * gst/law/mulaw-decode.h:
8667           Fix capsnego bogosity in *law decoders. 
8668
8669 2007-07-06  Michael Smith <msmith@fluendo.com>
8670
8671         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8672         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8673         (gst_smokeenc_change_state):
8674         * ext/jpeg/gstsmokeenc.h:
8675           Remove stupidity in get/set caps functions.
8676           Fix some refcounting problems.
8677
8678 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8679
8680         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8681         Remove endianness-flipping hack that seems to have been required
8682         only because of a bug in ffmpegcolorspace.
8683         Partially Fixes: #451908
8684
8685 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8686
8687         * docs/plugins/Makefile.am:
8688           Simplify --extra-dir as gtkdoc scans recursively.
8689
8690 2007-07-03  Wim Taymans  <wim@fluendo.com>
8691
8692         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8693
8694         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8695         Set the encoding-name in the rtp caps to all uppercase, as required by
8696         the caps spec.
8697         Some small cleanups in the error paths. Fixes #453037.
8698
8699 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8700
8701         * ext/wavpack/gstwavpackparse.c:
8702         (gst_wavpack_parse_index_get_last_entry),
8703         (gst_wavpack_parse_index_get_entry_from_sample),
8704         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8705         (gst_wavpack_parse_scan_to_find_sample):
8706         * ext/wavpack/gstwavpackparse.h:
8707         Use a GSList for the GArray that is used like a list anyway.
8708
8709 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8710
8711         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8712         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8713         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8714           Add state change function where we set 0/1 as default framerate in
8715           case our setcaps function isn't called, like it might not in a
8716           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8717           gdkpixbufdec trying to create caps with a 0/0 framerate.
8718           Also post an error message on the bus if gst_pad_push() fails when
8719           called from our sink event handler (+1 for flow returns for event
8720           functions in 0.11) instead of failing silently.
8721
8722 2007-06-27  Wim Taymans  <wim@fluendo.com>
8723
8724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8725         Cast stack args to the proper types. Fixes #451249.
8726
8727 2007-06-27  Wim Taymans  <wim@fluendo.com>
8728
8729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8730         (new_session_pad), (gst_rtspsrc_setup_streams):
8731         * gst/rtsp/gstrtspsrc.h:
8732         For container formats we only need to activate one of the streams so
8733         that we correctly signal no-more-pads. Fixes #451015.
8734
8735 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8736
8737         * docs/plugins/gst-plugins-good-plugins.args:
8738         * docs/plugins/inspect/plugin-aasink.xml:
8739         * docs/plugins/inspect/plugin-alaw.xml:
8740         * docs/plugins/inspect/plugin-alpha.xml:
8741         * docs/plugins/inspect/plugin-alphacolor.xml:
8742         * docs/plugins/inspect/plugin-annodex.xml:
8743         * docs/plugins/inspect/plugin-apetag.xml:
8744         * docs/plugins/inspect/plugin-audiofx.xml:
8745         * docs/plugins/inspect/plugin-auparse.xml:
8746         * docs/plugins/inspect/plugin-autodetect.xml:
8747         * docs/plugins/inspect/plugin-avi.xml:
8748         * docs/plugins/inspect/plugin-cacasink.xml:
8749         * docs/plugins/inspect/plugin-cairo.xml:
8750         * docs/plugins/inspect/plugin-cdio.xml:
8751         * docs/plugins/inspect/plugin-cutter.xml:
8752         * docs/plugins/inspect/plugin-debug.xml:
8753         * docs/plugins/inspect/plugin-efence.xml:
8754         * docs/plugins/inspect/plugin-effectv.xml:
8755         * docs/plugins/inspect/plugin-esdsink.xml:
8756         * docs/plugins/inspect/plugin-flac.xml:
8757         * docs/plugins/inspect/plugin-flxdec.xml:
8758         * docs/plugins/inspect/plugin-gconfelements.xml:
8759         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8760         * docs/plugins/inspect/plugin-goom.xml:
8761         * docs/plugins/inspect/plugin-halelements.xml:
8762         * docs/plugins/inspect/plugin-icydemux.xml:
8763         * docs/plugins/inspect/plugin-id3demux.xml:
8764         * docs/plugins/inspect/plugin-jpeg.xml:
8765         * docs/plugins/inspect/plugin-ladspa.xml:
8766         * docs/plugins/inspect/plugin-level.xml:
8767         * docs/plugins/inspect/plugin-matroska.xml:
8768         * docs/plugins/inspect/plugin-mulaw.xml:
8769         * docs/plugins/inspect/plugin-multipart.xml:
8770         * docs/plugins/inspect/plugin-navigationtest.xml:
8771         * docs/plugins/inspect/plugin-ossaudio.xml:
8772         * docs/plugins/inspect/plugin-png.xml:
8773         * docs/plugins/inspect/plugin-quicktime.xml:
8774         * docs/plugins/inspect/plugin-rtp.xml:
8775         * docs/plugins/inspect/plugin-rtsp.xml:
8776         * docs/plugins/inspect/plugin-smpte.xml:
8777         * docs/plugins/inspect/plugin-speex.xml:
8778         * docs/plugins/inspect/plugin-taglib.xml:
8779         * docs/plugins/inspect/plugin-udp.xml:
8780         * docs/plugins/inspect/plugin-videobalance.xml:
8781         * docs/plugins/inspect/plugin-videobox.xml:
8782         * docs/plugins/inspect/plugin-videocrop.xml:
8783         * docs/plugins/inspect/plugin-videoflip.xml:
8784         * docs/plugins/inspect/plugin-videomixer.xml:
8785         * docs/plugins/inspect/plugin-wavenc.xml:
8786         * docs/plugins/inspect/plugin-wavparse.xml:
8787         * docs/plugins/inspect/plugin-ximagesrc.xml:
8788           Update docs with caps info.
8789
8790 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8791
8792         * po/POTFILES.in:
8793           Add more files with translatable strings (#450878).
8794
8795 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8796
8797         * MAINTAINERS:
8798         Updating all the maintainers files
8799
8800 2007-06-22  Edward Hervey  <edward@fluendo.com>
8801
8802         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8803         * gst/interleave/deinterleave.c: (deinterleave_init),
8804         (deinterleave_sink_link):
8805         * gst/interleave/interleave.c: (interleave_init):
8806         * gst/median/gstmedian.c: (gst_median_init):
8807         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8808         Fix memory leaks.
8809         * tests/check/elements/id3demux.c: (pad_added_cb):
8810         Remove unused variable.
8811
8812 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8813
8814         * ext/gconf/gconf.h:
8815         Make the prototype of gst_gconf_get_key_for_sink_profile
8816         match the implementation.
8817         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8818         Fixes: #449747
8819
8820 2007-06-20  Michael Smith <msmith@fluendo.com>
8821
8822         * gst/rtp/gstrtpdepay.c:
8823           Fix description - rtpdepay is not a payloader.
8824
8825 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8826
8827         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8828         (qtdemux_video_caps):
8829         * gst/qtdemux/qtdemux_fourcc.h:
8830           Add MJPG to the variants of motion jpeg.
8831
8832 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8833
8834         * tests/check/Makefile.am:
8835         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8836         * tests/check/elements/videocrop.c: (GST_START_TEST):
8837         * tests/check/elements/videofilter.c:
8838         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8839         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8840           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8841           error flags are included and it errors out on compiler warnings
8842           for CVS builds; remove unused variables in various unit tests.
8843
8844 2007-06-19  Wim Taymans  <wim@fluendo.com>
8845
8846         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8847         (rtsp_connection_close), (rtsp_connection_free):
8848         Use threadsafe inet_ntop to convert an ip number to a string. 
8849         Fixes #447961.
8850         Don't leak fd (and ip) when freeing a connection without first closing
8851         it.
8852
8853 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8854
8855         * configure.ac:
8856         Back to CVS
8857
8858         * gst-plugins-good.doap:
8859         Add 0.10.6 to the doap file.
8860
8861 === release 0.10.6 ===
8862
8863 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8864
8865         * configure.ac:
8866           releasing 0.10.6, "Wobble Board"
8867
8868 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8869
8870         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8871         (rtsp_connection_free):
8872           Revert previous commit again, since we are frozen (sorry).
8873
8874 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8875
8876         Patch by: Peter Kjellerstedt <pkj at axis com>
8877
8878         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8879         (rtsp_connection_free):
8880           inet_ntoa() uses a static buffer internally, so we need to copy the
8881           returned string if we want to store it for later (#447961).
8882
8883 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8884
8885         * win32/vs6/autogen.dsp:
8886         * win32/vs6/gst_plugins_good.dsw:
8887         * win32/vs6/libgstalaw.dsp:
8888         * win32/vs6/libgstalpha.dsp:
8889         * win32/vs6/libgstalphacolor.dsp:
8890         * win32/vs6/libgstapetag.dsp:
8891         * win32/vs6/libgstaudiofx.dsp:
8892         * win32/vs6/libgstauparse.dsp:
8893         * win32/vs6/libgstautodetect.dsp:
8894         * win32/vs6/libgstavi.dsp:
8895         * win32/vs6/libgstcutter.dsp:
8896         * win32/vs6/libgstdirectdraw.dsp:
8897         * win32/vs6/libgstdirectsound.dsp:
8898         * win32/vs6/libgsteffectv.dsp:
8899         * win32/vs6/libgstflx.dsp:
8900         * win32/vs6/libgstgoom.dsp:
8901         * win32/vs6/libgsticydemux.dsp:
8902         * win32/vs6/libgstid3demux.dsp:
8903         * win32/vs6/libgstinterleave.dsp:
8904         * win32/vs6/libgstjpeg.dsp:
8905         * win32/vs6/libgstlevel.dsp:
8906         * win32/vs6/libgstmatroska.dsp:
8907         * win32/vs6/libgstmedian.dsp:
8908         * win32/vs6/libgstmonoscope.dsp:
8909         * win32/vs6/libgstmulaw.dsp:
8910         * win32/vs6/libgstmultipart.dsp:
8911         * win32/vs6/libgstqtdemux.dsp:
8912         * win32/vs6/libgstrtp.dsp:
8913         * win32/vs6/libgstrtsp.dsp:
8914         * win32/vs6/libgstsmpte.dsp:
8915         * win32/vs6/libgstspeex.dsp:
8916         * win32/vs6/libgstudp.dsp:
8917         * win32/vs6/libgstvideobalance.dsp:
8918         * win32/vs6/libgstvideobox.dsp:
8919         * win32/vs6/libgstvideocrop.dsp:
8920         * win32/vs6/libgstvideoflip.dsp:
8921         * win32/vs6/libgstvideomixer.dsp:
8922         * win32/vs6/libgstwaveform.dsp:
8923         * win32/vs6/libgstwavenc.dsp:
8924         * win32/vs6/libgstwavparse.dsp:
8925         Mark *.dsp & *.dsw as binary files and convert to DOS line
8926         endings, as they don't load into VS6 correctly otherwise.
8927
8928 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8929
8930         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8931         (rtsp_connection_connect):
8932         Fix the MingW build. 
8933         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8934         Fixes: #446981
8935
8936 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8937
8938         * tests/check/elements/.cvsignore:
8939         * tests/icles/.cvsignore:
8940         Hush the buildbots up
8941
8942 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8943
8944         * configure.ac:
8945         * sys/Makefile.am:
8946         * sys/directdraw/Makefile.am:
8947         * sys/directsound/Makefile.am:
8948         * sys/waveform/Makefile.am:
8949         Make sure to dist everything needed for win32 builds.
8950
8951 2007-06-14  Edward Hervey  <edward@fluendo.com>
8952
8953         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8954         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8955         caps.
8956         Fixes #447458
8957
8958 2007-06-13  Wim Taymans  <wim@fluendo.com>
8959
8960         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8961         Make sure we allocate enough memory for the codec_data.
8962         Fixes #447210.
8963
8964 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8965
8966         * win32/MANIFEST:
8967         Add videocrop project file to the win32 manifest.
8968         * win32/vs6/gst_plugins_good.dsw:
8969         Add qtdemux,videocrop and waveform projects to the workspace.
8970         * win32/vs6/libgstqtdemux.dsp:
8971         Add zlib to the link list of qtdemux.
8972         * win32/vs6/libgstvideocrop.dsp:
8973         Add a project file for videocrop.
8974
8975 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8976
8977         * po/POTFILES.in:
8978         Add qtdemux for translation
8979
8980 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8981
8982         * configure.ac:
8983         * docs/plugins/Makefile.am:
8984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8985         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8986         * docs/plugins/inspect/plugin-videocrop.xml:
8987         * gst-plugins-good.spec.in:
8988         * sys/Makefile.am:
8989         * tests/check/Makefile.am:
8990         * tests/icles/Makefile.am:
8991         * tests/icles/videocrop-test.c:
8992         Move videocrop and osxvideo from -bad.
8993
8994 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8995
8996         * configure.ac:
8997         * docs/plugins/Makefile.am:
8998         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8999         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9000         * docs/plugins/gst-plugins-good-plugins.args:
9001         * docs/plugins/inspect/plugin-qtdemux.xml:
9002         * docs/plugins/inspect/plugin-quicktime.xml:
9003         * win32/MANIFEST:
9004         Move qtdemux from -bad.
9005
9006         * gst-plugins-good.spec.in:
9007         Update spec file to reflect moving of qtdemux and wavpack
9008
9009 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9010         
9011         * win32/MANIFEST:
9012         * docs/plugins/Makefile.am:
9013         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9014         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9015         * docs/plugins/inspect/plugin-directdraw.xml:
9016         * docs/plugins/inspect/plugin-directsound.xml:
9017         * docs/plugins/inspect/plugin-waveform.xml:
9018         Move the waveform plugin from -bad too. Update the inspect xml
9019         files to mention Plugins Good instead of Plugins Bad.
9020
9021 2007-06-12  Andy Wingo  <wingo@pobox.com>
9022
9023         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9024         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9025         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9026         finalization and resuscitation. No longer public.
9027         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9028         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9029         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9030         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9031         miniobject semantics, and be threadsafe.
9032         (gst_v4l2src_queue_frame): Remove this function, as we just call
9033         the ioctls directly in the two places where we queue buffers.
9034         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9035         directly.
9036         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9037         to allocate the pool, which also preallocates the GstBuffers.
9038         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9039         queueing the frames directly.
9040         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9041         mmap buffers have been dequeued.
9042
9043         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9044         real MiniObject instead of rolling our own refcounting and
9045         finalizing. Give it a lock.
9046         (struct _GstV4l2Buffer): Remove one intermediary object, having
9047         the buffers hold the struct v4l2_buffer directly.
9048
9049         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9050         capture_init so that it can set them on the buffers that it will
9051         create.
9052         (gst_v4l2src_get_read): For better or for worse, include the
9053         timestamping and offsetting code here; really we should be using
9054         bufferalloc though.
9055         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9056         preallocated, mmap'd buffers.
9057
9058 2007-06-11  Wim Taymans  <wim@fluendo.com>
9059
9060         Patch by: daniel fischer <dan at f3c dot com>
9061
9062         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9063         (gst_ximage_src_get_caps):
9064         Actually use the display_name property so that we can dump any
9065         available X display. Fixes #445905.
9066
9067 2007-06-11  Wim Taymans  <wim@fluendo.com>
9068
9069         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9070
9071         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9072         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9073         Add missing rate fields to caps. Fixes #441118.
9074
9075 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9076
9077         * win32/vs6/gst_plugins_good.dsw:
9078         * win32/vs8/gst-plugins-good.sln:
9079         Add DirectSound and DirectDraw sinks project files to
9080         workspace and solution files.
9081
9082 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9083
9084         Patch by: Josh Coalson <xflac at yahoo dot com>,
9085         updated by Alexis Ballier <aballier at gentoo dot org>:
9086
9087         * configure.ac:
9088         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9089         (gst_flac_dec_setup_seekable_decoder),
9090         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9091         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9092         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9093         * ext/flac/gstflacdec.h:
9094         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9095         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9096         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9097         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9098         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9099         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9100         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9101         * ext/flac/gstflacenc.h:
9102         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9103         
9104 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9105
9106         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9107         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9108         not necessary anymore as we need at least that core version. 
9109
9110 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9111
9112         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9113         (gst_wavpack_dec_chain):
9114         * ext/wavpack/gstwavpackdec.h:
9115         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9116         (gst_wavpack_parse_push_buffer):
9117         * ext/wavpack/gstwavpackparse.h:
9118         Improve discont handling by checking if the next Wavpack block has
9119         the expected, following block index.
9120
9121 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9122
9123         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9124           Fix element description.
9125
9126 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9127
9128         * configure.ac:
9129         * docs/plugins/Makefile.am:
9130         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9131         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9132         * docs/plugins/gst-plugins-good-plugins.args:
9133         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9134         * docs/plugins/gst-plugins-good-plugins.signals:
9135         * docs/plugins/inspect/plugin-autodetect.xml:
9136         * docs/plugins/inspect/plugin-gconfelements.xml:
9137         * docs/plugins/inspect/plugin-ladspa.xml:
9138         * docs/plugins/inspect/plugin-rtp.xml:
9139         * docs/plugins/inspect/plugin-wavpack.xml:
9140         * ext/Makefile.am:
9141         * tests/check/Makefile.am:
9142           move wavpack plugin.  See #352605.
9143
9144 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9145
9146         * configure.ac:
9147         * docs/plugins/Makefile.am:
9148         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9149         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9150         * docs/plugins/gst-plugins-good-plugins.args:
9151         * sys/Makefile.am:
9152         * win32/MANIFEST:
9153         Add DirectDraw & DirectSound plugins to the build and docs.
9154
9155 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9156
9157         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9158         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9159           When operating in pull mode, error out correct on not-linked.
9160
9161 2007-06-06  Andy Wingo  <wingo@pobox.com>
9162
9163         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9164         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9165         format and size if the ioctls are defined; should fix compilation
9166         on Linux < 2.16.19.
9167
9168 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9171           Printf fixes in debug statements; use LOG level for debug statements
9172           that are printed for each and every frame; convert c++ comments to
9173           C-style comments; not much point using g_try_malloc() if we then not
9174           even check the return value.
9175
9176 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9177
9178         * configure.ac:
9179           Bump requirements to released versions (core and base 0.10.13).
9180
9181         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9182           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9183           own implementation.
9184
9185 2007-06-05  Andy Wingo  <wingo@pobox.com>
9186
9187         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9188         some useless comments.
9189
9190         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9191         frames before calling STREAMON, that might leave them in a state
9192         where they can't be dequeued if we go back to NULL without calling
9193         STREAMON, according to the docs.
9194         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9195         before we call STREAMON.
9196         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9197         failures. (For me this code hung.) The pool refcounting is still
9198         crack; added a note to that effect.
9199
9200 2007-06-05  Wim Taymans  <wim@fluendo.com>
9201
9202         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9203         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9204         Add support for mapping gst structure names to the MIME type equivalent.
9205         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9206
9207 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9208
9209         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9210         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9211         (gst_wavenc_chain), (gst_wavenc_change_state):
9212         * gst/wavenc/gstwavenc.h:
9213         Properly write wav files with width!=depth by having the depth most
9214         significant bytes set and all others zero. Fixes #442535.
9215
9216 2007-06-01  Wim Taymans  <wim@fluendo.com>
9217
9218         * gst/rtsp/rtspconnection.c:
9219         Add include to make buildbot happy.
9220
9221 2007-06-01  Wim Taymans  <wim@fluendo.com>
9222
9223         Patch by: Peter Kjellerstedt  <pkj at axis com>
9224
9225         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9226         (rtsp_connection_connect), (add_date_header),
9227         (rtsp_connection_send), (parse_response_status),
9228         (parse_request_line), (parse_line), (rtsp_connection_receive):
9229         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9230         * gst/rtsp/rtspdefs.h:
9231         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9232         (rtsp_message_init_request), (rtsp_message_init_response),
9233         (rtsp_message_remove_header), (rtsp_message_append_headers),
9234         (rtsp_message_dump):
9235         * gst/rtsp/rtspmessage.h:
9236         Improves version checking, allowing an RTSP server to reply with "505
9237         RTSP Version not supported.
9238         Adds a Date header to all messages.
9239         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9240         want to be able to send a response even if something in the request was
9241         invalid. EINVAL is only used when passing wrong arguments to functions.
9242         Do not handle an invalid method in parse_request_line(). Defer this to
9243         the caller so it can respond with "405 Method Not Allowed".
9244         Improves parsing of the timeout parameter to the Session header,
9245         allowing whitespace after the semicolon. 
9246         Avoids a compiler warning due to variables shadowing a function argument.
9247
9248 2007-06-01  Wim Taymans  <wim@fluendo.com>
9249
9250         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9251
9252         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9253         (gst_rtp_amr_depay_process):
9254         * gst/rtp/gstrtpamrdepay.h:
9255         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9256         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9257         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9258         * gst/rtp/gstrtpamrpay.h:
9259         Add support for AMR-WB.
9260         Small cleanups such as using BOILERPLATE.
9261
9262 2007-05-31  Wim Taymans  <wim@fluendo.com>
9263
9264         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9265         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9266
9267 2007-05-30  Andy Wingo  <wingo@pobox.com>
9268
9269         * sys/v4l2/gstv4l2object.h: 
9270         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9271         unintended changes.
9272
9273         * sys/v4l2/v4l2src_calls.h: 
9274         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9275         the format list in the order that the driver gives it to us.
9276         (gst_v4l2src_probe_caps_for_format_and_size)
9277         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9278         based on the capabilities of the device.
9279         (gst_v4l2src_grab_frame): Update for object variable renaming.
9280         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9281         as in the set_caps below.
9282         (gst_v4l2src_capture_init): Update for object variable renaming,
9283         and reflow.
9284         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9285         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9286         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9287         (gst_v4l2src_get_fps): Remove; these functions don't have much
9288         meaning outside of an atomic set_caps method.
9289         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9290         known.
9291
9292         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9293         call to update_fps; not sure about this change.
9294         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9295         moment we don't have an update_fps_func.
9296
9297         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9298         structures in the object, just store what we need. Do store the
9299         probed caps of the device. Don't store the current frame rate.
9300
9301         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9302         update_fps_function, for now. Update for new object variable
9303         naming.
9304         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9305         new object variable naming.
9306         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9307         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9308         (gst_v4l2src_get_caps): Rework to probe the device for supported
9309         frame sizes and frame rates.
9310         (gst_v4l2src_set_caps): Rework to be strict in the given
9311         parameters: if someone asks us to have a certain size and rate,
9312         that is what we configure.
9313         (gst_v4l2src_get_read): Update for object variable naming. Don't
9314         leak buffers on short reads.
9315         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9316         comments.
9317         (gst_v4l2src_create): Update for object variable naming.
9318
9319 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9320
9321         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9322         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9323         * gst/avi/gstavidemux.h:
9324           Parse subtitle text streams instead of erroring out (#442034). Still
9325           needs a parser for the subtitles to actually show up.
9326
9327 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9330         (gst_avi_demux_loop):
9331           Make _push_event() return TRUE if the event could be pushed on at
9332           least one pad and not only if it could be pushed on all pads,
9333           otherwise we'll end up posting an error message on EOS if one or
9334           more source pads are not connected.
9335
9336 2007-05-28  Wim Taymans  <wim@fluendo.com>
9337
9338         * gst/rtsp/rtsptransport.c:
9339         Use renamed RTP bin.
9340
9341 2007-05-28  Wim Taymans  <wim@fluendo.com>
9342
9343         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9344
9345         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9346         (gst_video_box_set_property), (gst_video_box_transform_caps),
9347         (video_box_recalc_transform), (gst_video_box_set_caps),
9348         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9349         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9350         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9351         (gst_video_box_i420_i420), (gst_video_box_transform),
9352         (plugin_init):
9353         Add AYUV->AYUV and AYUV->I420 formats. 
9354         Fix negotiation and I420->AYUV conversion.
9355         Fixes #429329.
9356
9357 2007-05-26  Wim Taymans  <wim@fluendo.com>
9358
9359         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9360         Use different variables for nested for loops so that the outer loop
9361         functions properly and speex files with multiple frames per buffer work
9362         properly.
9363         Fixes #441408.
9364
9365 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9366
9367         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9368           Don't leak newsegment events.
9369
9370 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9371
9372         * gst/wavparse/Makefile.am:
9373           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9374           drags it in.
9375
9376 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9377
9378         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9379         (notgst_value_array_append_buffer),
9380         (gst_flac_enc_process_stream_headers),
9381         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9382         (gst_flac_enc_change_state):
9383         * ext/flac/gstflacenc.h:
9384           Collect headers, add "streamheader" field to output caps and set
9385           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9386           produces output according to the official FLAC-to-Ogg mapping
9387           instead of completely broken files. Fixes #426044.
9388
9389 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9390
9391         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9392         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9393         (gst_id3demux_sink_event):
9394         * gst/id3demux/gstid3demux.h:
9395         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9396         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9397         (gst_tag_demux_send_new_segment):
9398         Handle and adjust new-segment events so that downstream really
9399         sees a stream with the tag pieces stripped off the front and back.
9400         Fixes strangeness in seeking when mp3 decoders use the new-segment
9401         byte position to estimate their current playback position timestamp
9402         and then the arriving buffers don't match up.
9403
9404 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9405
9406         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9407           Don't unnecessarily perform a READY->NULL->READY transition on the
9408           detected audio sink when starting up. Fixes: #440127
9409
9410 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9411
9412         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9413         (gst_flac_enc_chain):
9414           Don't crash in chain function if setcaps hasn't been called.
9415
9416 2007-05-24  Wim Taymans  <wim@fluendo.com>
9417
9418         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9419         Init value to avoid infinte loops.
9420
9421 2007-05-24  Wim Taymans  <wim@fluendo.com>
9422
9423         Patch by: Peter Kjellerstedt  <pkj at axis com>
9424
9425         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9426         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9427         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9428         (gst_rtspsrc_play):
9429         (rtsp_connection_send), (rtsp_connection_receive):
9430         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9431         Fix for new API.
9432
9433         * gst/rtsp/rtspconnection.c: (add_auth_header),
9434         Only add authorisation and session headers when sending messages.
9435
9436         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9437         (rtsp_message_init_request), (rtsp_message_init_response),
9438         (rtsp_message_unset), (rtsp_message_add_header),
9439         (rtsp_message_remove_header), (rtsp_message_get_header),
9440         (rtsp_message_append_headers), (dump_key_value),
9441         (rtsp_message_dump):
9442         * gst/rtsp/rtspmessage.h:
9443         Add support for multiple headers of the same type by storing the parsed
9444         headers in a GArray instaed of a hashtable.
9445
9446 2007-05-21  Wim Taymans  <wim@fluendo.com>
9447
9448         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9449         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9450         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9451         safer shutdown.
9452
9453 2007-05-21  Wim Taymans  <wim@fluendo.com>
9454
9455         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9456         * gst/rtsp/gstrtpdec.h:
9457         Added signal for backwards compat.
9458
9459 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9460         
9461         Patch by: René Stadler <mail at renestadler dot de>
9462
9463         * configure.ac:
9464         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9465         (gst_au_parse_parse_header), (gst_au_parse_chain):
9466         * gst/auparse/gstauparse.h:
9467         Use audioconvert for converting from non-native endianness floats
9468         in auparse instead of doing it ourself. Fixes #424527.
9469         This needs the audioconvert from plugins-base CVS.
9470         
9471 2007-05-21  Wim Taymans  <wim@fluendo.com>
9472
9473         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9474         (gst_rtp_h263p_pay_flush):
9475         Fix enum registration.
9476
9477 2007-05-21  Wim Taymans  <wim@fluendo.com>
9478
9479         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9480
9481         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9482         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9483         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9484         (gst_rtp_h263p_pay_flush):
9485         * gst/rtp/gstrtph263ppay.h:
9486         Add new fragmentation mode base on GOB headers. Fixes #438940.
9487
9488 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9489
9490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9491           Printf format fix.
9492
9493 2007-05-18  Wim Taymans  <wim@fluendo.com>
9494
9495         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9496         Don't crash when an unsupported transport error was returned by the
9497         server, just try to configure the next stream. Fixes #439255.
9498
9499 2007-05-18  Wim Taymans  <wim@fluendo.com>
9500
9501         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9502         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9503         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9504         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9505         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9506         * gst/rtsp/gstrtspsrc.h:
9507         Add TCP timeout property and use it for all TCP connection.
9508
9509         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9510         (rtsp_connection_write), (rtsp_connection_next_timeout),
9511         (rtsp_connection_reset_timeout):
9512         Make connect and writes cancelable and make them use the timeout.
9513
9514 2007-05-18  Wim Taymans  <wim@fluendo.com>
9515
9516         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9517         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9518         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9519         (gst_rtspsrc_setup_streams):
9520         Refactor timeout handling.
9521         Also send keep-alive when dealing with TCP transport.
9522
9523         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9524         (rtsp_connection_free), (rtsp_connection_next_timeout),
9525         (rtsp_connection_reset_timeout):
9526         * gst/rtsp/rtspconnection.h:
9527         Use a timer to handle the session timeouts, add some methods to deal
9528         with timeouts.
9529
9530 2007-05-17  Wim Taymans  <wim@fluendo.com>
9531
9532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9533         (gst_rtspsrc_setup_streams):
9534         Ignore streams that fail the setup command, we will retry with a
9535         different transport later on.
9536
9537         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9538         (rtsp_ext_wms_configure_stream):
9539         Fix encoding name case.
9540
9541 2007-05-16  Edward Hervey  <edward@fluendo.com>
9542
9543         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9544         Fix build on macosx.
9545
9546 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9547
9548         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9549         Replace direct comparison of a string with the string literal "" with
9550         a comparison of the first character with '\0'. Fixes #438926.
9551
9552 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9553
9554         * gst/debug/breakmydata.c (gst_break_my_data_init):
9555           One more try. This should be the proper fix now.
9556
9557 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9558
9559         * gst/debug/breakmydata.c:
9560           Ooops, no // comments please.
9561
9562 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9563
9564         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9565         (gst_break_my_data_init):
9566           Fix gst_buffer_is_writable() assertion.
9567
9568 2007-05-14  David Schleef  <ds@schleef.org>
9569
9570         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9571           video/x-raw-bayer.  Fixes #314160.
9572
9573 2007-05-14  Wim Taymans  <wim@fluendo.com>
9574
9575         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9576         (gst_rtp_theora_depay_parse_configuration):
9577         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9578         (gst_rtp_theora_pay_finish_headers),
9579         (gst_rtp_theora_pay_handle_buffer):
9580         Update theora pay/depayloader in a similar to vorbis.
9581
9582         * gst/rtp/gstrtpvorbisdepay.c:
9583         (gst_rtp_vorbis_depay_parse_configuration):
9584         Update docs.
9585
9586 2007-05-14  Wim Taymans  <wim@fluendo.com>
9587
9588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9589         When we try to execute a method that is not supported by the server,
9590         don't error out but remove the method from the accepted methods so that
9591         we never try to perform this method again.
9592
9593 2007-05-14  Wim Taymans  <wim@fluendo.com>
9594
9595         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9596         Remove annoying _dump_mem.
9597
9598 2007-05-14  Wim Taymans  <wim@fluendo.com>
9599
9600         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9601         Parse range correctly.
9602
9603         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9604         The baseurl now always has a '/' at the start.
9605
9606 2007-05-14  Wim Taymans  <wim@fluendo.com>
9607
9608         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9609         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9610         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9611         Factor out caps configuration and configure more stuff such as the time
9612         ranges and speed/scale values.
9613
9614         * gst/rtsp/rtsptransport.c:
9615         Add Copyright after non-trival fixes.
9616
9617 2007-05-12  Wim Taymans  <wim@fluendo.com>
9618
9619         Patch by: Peter Kjellerstedt  <pkj at axis com>
9620
9621         * gst/rtsp/gstrtspsrc.h:
9622         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9623         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9624         (rtsp_message_get_header):
9625         * gst/rtsp/rtspmessage.h:
9626         Make channel guint8 where possible.
9627         Make rtsp_message_init_data() take the channel as a guint8.
9628
9629         * gst/rtsp/rtspdefs.c:
9630         Fixed a typo: Timout -> Timeout
9631
9632         * gst/rtsp/rtspdefs.h:
9633         Make RTSP_CHECK() behave as a statement.
9634
9635         * gst/rtsp/sdpmessage.c:
9636         Avoid a compiler warning in INIT_ARRAY().
9637         Fixes #437692.
9638
9639 2007-05-12  Wim Taymans  <wim@fluendo.com>
9640
9641         Patch by: Peter Kjellerstedt  <pkj at axis com>
9642
9643         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9644         (rtsp_url_get_request_uri):
9645         * gst/rtsp/rtspurl.h:
9646         Add support for query parameters to RTSP URLs.
9647
9648 2007-05-12  Wim Taymans  <wim@fluendo.com>
9649
9650         Patch by: Peter Kjellerstedt  <pkj at axis com>
9651
9652         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9653         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9654         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9655         (rtsp_transport_parse), (rtsp_transport_as_text):
9656         * gst/rtsp/rtsptransport.h:
9657         Add validation to rtsp_transport_parse().
9658         Add rtsp_transport_as_text() to generate an RTSP header from an
9659         RTSPTransport.
9660         Change ssrc to guint (was a string) since that is what it is, even
9661         though it is sent as a hex string.
9662         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9663         incorrect, which can be seen when looking at the examples in the RFC).
9664         Fixes #437670.
9665
9666 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9667
9668         Patch by: Eric Anholt
9669
9670         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9671           gst_ximage_src_ximage_get):
9672         Use union of all damage between frames to make it faster.
9673         Fixes bug #342463.
9674         Also fix crasher when cursor is at bottom right of window.
9675
9676 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9677
9678         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9679           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9680           streaming mode regression for file from #343837 with 'bext' chunk
9681           before the 'fmt' chunk.
9682
9683 2007-05-11  Wim Taymans  <wim@fluendo.com>
9684
9685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9686         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9687         (gst_rtspsrc_handle_src_event),
9688         (gst_rtspsrc_stream_configure_manager),
9689         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9690         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9691         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9692         * gst/rtsp/gstrtspsrc.h:
9693         * gst/rtsp/rtspdefs.h:
9694         Preliminary seek support.
9695         Activate internal pads so that we can receive events on them.
9696         Don't try to parse a range string when it's NULL.
9697
9698 2007-05-11  Wim Taymans  <wim@fluendo.com>
9699
9700         * gst/rtp/README:
9701         Update README with new RTP variables that will be used for
9702         synchronisation.
9703
9704         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9705         (gst_rtp_vorbis_depay_parse_configuration),
9706         (gst_rtp_vorbis_depay_process):
9707         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9708         (gst_rtp_vorbis_pay_finish_headers),
9709         (gst_rtp_vorbis_pay_handle_buffer):
9710         Update vorbis pay and depayloader to draft-04.
9711
9712 2007-05-11  Wim Taymans  <wim@fluendo.com>
9713
9714         * gst/rtsp/rtsptransport.c:
9715         UDP MCAST is actually the default for RTP/AVP.
9716 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9717
9718         * gst/level/gstlevel.c: (gst_level_transform_ip):
9719         Use guint8 * instead of gpointer then vs6 can build 
9720         in_data += (filter->width / 8).
9721
9722 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9723
9724         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9725           gst_ximage_src_ximage_get):
9726         * sys/ximage/gstximagesrc.h (last_ximage):
9727         When using Damage actually keep the last frame, and not assume
9728         that the buffer we get already has the last frame on it.
9729         Copy the cursor over if we specify a non-zero start x and
9730         start y.
9731
9732 2007-05-11  Wim Taymans  <wim@fluendo.com>
9733
9734         * gst/rtsp/rtsptransport.c:
9735         Make UDP the default transport when not specified.
9736
9737 2007-05-09  David Schleef  <ds@schleef.org>
9738
9739         * gst/level/gstlevel.c:
9740           Revert last change.
9741
9742 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9743
9744         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9745         (gst_level_transform_ip):
9746         Use guint8 * instead of gpointer then vs6 know the size of data
9747         pointed when moving the pointer.
9748         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9749         Move instructions after variables declaration.
9750         * win32/vs6/autogen.dsp:
9751         * win32/vs6/libgstrtp.dsp:
9752         * win32/vs6/libgstrtsp.dsp:
9753         Update vs6 project files.
9754
9755 2007-05-09  Wim Taymans  <wim@fluendo.com>
9756
9757         * gst/rtsp/Makefile.am:
9758         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9759         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9760         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9761         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9762         (rtsp_range_free):
9763         * gst/rtsp/rtsprange.h:
9764         Add code to parse time ranges.
9765         Report DURATION on the stream when possible.
9766
9767 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9768
9769         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9770         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9771         (gst_videomixer_collected):
9772           Fix strides calculation for AYUV (it's just width*4) (#436910).
9773
9774 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9775
9776         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9777         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9778         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9779         Sync the GObject properties before each processing step to properly
9780         work with the controller.
9781
9782 2007-05-04  Wim Taymans  <wim@fluendo.com>
9783
9784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9785         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9786         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9787         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9788         (gst_rtspsrc_change_state):
9789         Let more error state trickle down so that we can catch more error
9790         cases.
9791         Handle keep-alive a little smarter by selecting a method the server
9792         actually supports.
9793         Fix a race in UDP streaming shutdown.
9794
9795 2007-05-04  Wim Taymans  <wim@fluendo.com>
9796
9797         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9798         Ignore errors when trying to use the keep-alive messages.
9799
9800 2007-05-04  Wim Taymans  <wim@fluendo.com>
9801
9802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9803         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9804         (gst_rtspsrc_stream_configure_manager),
9805         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9806         (gst_rtspsrc_stream_configure_mcast),
9807         (gst_rtspsrc_stream_configure_udp),
9808         (gst_rtspsrc_stream_configure_udp_sink),
9809         (gst_rtspsrc_stream_configure_transport):
9810         Send RTCP messages back to the server over the TCP connection.
9811
9812         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9813         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9814         (rtsp_connection_receive):
9815         * gst/rtsp/rtspconnection.h:
9816         Factor out and expose lowlevel _write and _read methods.
9817         Implement sending data messages to the server.
9818
9819 2007-05-03  Wim Taymans  <wim@fluendo.com>
9820
9821         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9822         (gst_multipart_mux_collected):
9823         Fix timestamps on outgoing buffers.
9824
9825 2007-05-03  Wim Taymans  <wim@fluendo.com>
9826
9827         * gst/multipart/multipartmux.c:
9828         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9829         (gst_multipart_mux_change_state):
9830         Emit NEWSEGMENT events before pushing the first buffer.
9831
9832 2007-05-03  Wim Taymans  <wim@fluendo.com>
9833
9834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9835         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9836         (gst_rtspsrc_handle_src_query),
9837         (gst_rtspsrc_stream_configure_manager),
9838         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9839         (gst_rtspsrc_stream_configure_mcast),
9840         (gst_rtspsrc_stream_configure_udp),
9841         (gst_rtspsrc_stream_configure_udp_sink),
9842         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9843         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9844         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9845         (gst_rtspsrc_pause):
9846         Refactor transport configuration code.
9847         Create internal pads for TCP transport so that we can implement events
9848         and queries.
9849         Handle events and queries.
9850         Parse range from the SDP.
9851         Fix race in pause handler where the connection could still be flushing.
9852
9853 2007-05-02  Wim Taymans  <wim@fluendo.com>
9854
9855         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9856         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9857         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9858         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9859         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9860         (gst_rtspsrc_change_state):
9861         * gst/rtsp/gstrtspsrc.h:
9862         Fix race when multiple udp sources post timeouts, just act on the first
9863         received timeout.
9864         Protect stream list with a recursive lock to fix some races.
9865         Flush connection when we need to do a reconnect or stop.
9866         Make state lock recursive.
9867
9868         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9869         (rtsp_connection_close):
9870         Some small cleanups.
9871
9872 2007-05-02  Wim Taymans  <wim@fluendo.com>
9873
9874         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9875         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9876         Only set DISCONT when there actually is a discont or when we just
9877         started.
9878
9879 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9880
9881         * ext/flac/gstflac.c: (plugin_init):
9882         Call bindtextdomain() to get localized strings.
9883
9884 2007-05-02  Wim Taymans  <wim@fluendo.com>
9885
9886         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9887         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9888         (gst_wavparse_stream_data):
9889         * gst/wavparse/gstwavparse.h:
9890         Be a bit more clever when dealing with VBR files with FACT tags, we
9891         don't want to timestamp buffers in that case but the estimated BPS can
9892         be used for seeking.
9893         Only send close segment in the streaming thread.
9894
9895 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9896
9897         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9898         Correctly post an error on the bus if something went wrong in the loop
9899         function. This fixes a few cases where the task was paused and nothing
9900         happened anymore.
9901
9902 2007-05-02  Wim Taymans  <wim@fluendo.com>
9903
9904         * gst/rtsp/test.c: (main):
9905         Fix compilation of deprecated test just because I'm too lazy to delete
9906         it.
9907
9908 2007-05-02  Wim Taymans  <wim@fluendo.com>
9909
9910         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9911         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9912         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9913         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9914         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9915         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9916         * gst/rtsp/gstrtspsrc.h:
9917         Fix sending RTCP to the right place.
9918         Fix bug in reffing the wrong UDP element.
9919         Use new pad names for the session manager.
9920         Implement handling server requests in interleaved and UDP modes.
9921         Handle session keep-alive in UDP modes.
9922         Remove GCond for handling UDP timeouts.
9923
9924         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9925         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9926         (rtsp_connection_receive), (rtsp_connection_close):
9927         * gst/rtsp/rtspconnection.h:
9928         Store connection IP address for later.
9929         Add timeout args to all operations that might block forever.
9930         Parse session timeout.
9931         Only close sockets when not already closed.
9932
9933         * gst/rtsp/rtspdefs.c:
9934         * gst/rtsp/rtspdefs.h:
9935         Add timeout return value and error string.
9936
9937         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9938         Add small comment.
9939
9940 2007-05-01  Wim Taymans  <wim@fluendo.com>
9941
9942         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9943
9944         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9945         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9946         * gst/rtp/gstrtpmp4vpay.h:
9947         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9948
9949 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9950
9951         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9952           Remove v4l2src from docs, since it breaks the docs build, and the
9953           plugin is only built if --enable-experimental is used anyway.
9954
9955         * docs/plugins/Makefile.am:
9956           Spaces => tab.
9957
9958 2007-04-29  Wim Taymans  <wim@fluendo.com>
9959
9960         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9961         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9962         Add code to drop membership of a multicast group.
9963
9964         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9965         (gst_udpsink_set_uri):
9966         Implement URI handler.
9967
9968         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9969         (gst_rtspsrc_parse_rtpinfo):
9970         Use URI handler to make udpsink instace.
9971         Improve code to configure port and destination.
9972
9973 2007-04-29  Wim Taymans  <wim@fluendo.com>
9974
9975         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9976         Fix multicast detection.
9977         Don't try to join a multicast group if the address is not multicast.
9978
9979         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9980         Small debug improvement.
9981
9982 2007-04-27  Wim Taymans  <wim@fluendo.com>
9983
9984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9985         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9986         (gst_rtspsrc_handle_message):
9987         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9988         parent.
9989
9990 2007-04-27  Wim Taymans  <wim@fluendo.com>
9991
9992         * gst/rtp/gstrtpilbcdepay.h:
9993         Fix mode property when specified as an arg.
9994
9995 2007-04-26  Edward Hervey  <edward@fluendo.com>
9996
9997         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9998         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9999         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10000         * docs/plugins/inspect/plugin-osxaudio.xml:
10001         Add documentation for osxaudio plugin.
10002
10003 2007-04-26  Wim Taymans  <wim@fluendo.com>
10004
10005         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10006         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10007         (gst_rtspsrc_open), (gst_rtspsrc_close),
10008         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10009         (gst_rtspsrc_pause):
10010         * gst/rtsp/gstrtspsrc.h:
10011         Protect state changes with a lock.
10012
10013         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10014         (parse_line):
10015         * gst/rtsp/rtspconnection.h:
10016         Remove some unused stuff.
10017
10018 2007-04-26  Wim Taymans  <wim@fluendo.com>
10019
10020         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10021         Handle the case where there are exactly 0 bytes to read and the ioctl
10022         did not report an error. Fixes #433530.
10023
10024 2007-04-26  Wim Taymans  <wim@fluendo.com>
10025
10026         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10027         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10028         * gst/wavparse/gstwavparse.h:
10029         Apply DISCONT to buffers.
10030         Only apply timestamp to the first sample after a DISCONT, too many VBR
10031         files cause random jitter in the timestamps. Fixes #433119.
10032
10033 2007-04-25  Wim Taymans  <wim@fluendo.com>
10034
10035         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10036         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10037         (gst_rtp_dec_get_property):
10038         * gst/rtsp/gstrtpdec.h:
10039         Add dummy latency property to be backwards compat with rtpbin.
10040
10041         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10042         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10043         (gst_rtspsrc_stream_configure_transport),
10044         (gst_rtspsrc_parse_rtpinfo):
10045         * gst/rtsp/gstrtspsrc.h:
10046         Add latency property and configure in the session manager.
10047         Don't set invalid clock-base and seqnum-base on caps, some servers
10048         sometimes don't send them.
10049
10050 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10051
10052         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10053         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10054           Double-check that RGB input caps are really RGBA caps (apparently
10055           the core doesn't always catch it if those caps aren't a subset of
10056           our template caps, also see #421543). Fixes #429319 in a way.
10057           Also, don't leak the pad template in the transform_caps function.
10058
10059         * tests/check/Makefile.am:
10060         * tests/check/elements/.cvsignore:
10061         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10062         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10063         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10064         (GST_START_TEST), (alphacolor_suite):
10065           Add some basic unit tests for alphacolor.
10066
10067 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10068
10069         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10070           If we get a fatal flow return in the loop function, first post the
10071           error message and only then send the EOS event downstream, otherwise
10072           applications might get an eos message before the error message and
10073           think everything was ok (related to #429319).
10074
10075 2007-04-25  Wim Taymans  <wim@fluendo.com>
10076
10077         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10078         Read the channel byte as an unsigned byte.
10079
10080 2007-04-25  Wim Taymans  <wim@fluendo.com>
10081
10082         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10083         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10084         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10085         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10086         (gst_rtp_gsm_depay_setcaps):
10087         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10088         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10089         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10090         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10091         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10092         (gst_ilbc_depay_get_property):
10093         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10094         * gst/rtp/gstrtpmp4adepay.c:
10095         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10096         (gst_rtp_pcma_depay_setcaps):
10097         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10098         (gst_rtp_pcmu_depay_setcaps):
10099         Make sure we configure the clock_rate in the baseclass in the setcaps
10100         function. Fixes #431282.
10101
10102 2007-04-25  Wim Taymans  <wim@fluendo.com>
10103
10104         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10105         (gst_rtspsrc_stream_free), (request_pt_map),
10106         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10107         * gst/rtsp/gstrtspsrc.h:
10108         Parse server address from SDP.
10109         Hook up a udpsink to send RTCP back to the server.
10110
10111         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10112         * gst/rtsp/rtsptransport.h:
10113         Add some docs.
10114
10115 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10116
10117         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10118           Make header field check conditional. Fixes #433135
10119
10120 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10121
10122         * docs/plugins/Makefile.am:
10123         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10124         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10125         * docs/plugins/inspect/plugin-alphacolor.xml:
10126         * gst/alpha/Makefile.am:
10127         * gst/alpha/gstalphacolor.c:
10128         * gst/alpha/gstalphacolor.h:
10129           Add minimal docs blurb to alphacolor; split out headers into
10130           separate header file for gtk-doc.
10131
10132 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10133
10134         * gst/debug/progressreport.c: (gst_progress_report_report):
10135           Don't try to post NULL message (in case we can't query upstream
10136           position or duration).
10137
10138 2007-04-18  Michael Smith  <msmith@fluendo.com>
10139
10140         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10141         (gst_cutter_get_caps):
10142         * gst/cutter/gstcutter.h:
10143           Fix some of the most obvious bugs in cutter. Now doesn't leak
10144           everything if input is silent.
10145
10146 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10147
10148         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10149         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10150         * gst/wavenc/gstwavenc.h:
10151         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10152         else results in a invalid block align and invalid files.
10153
10154 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10155
10156         Patch by: Snaik <snaik32 gmail com>
10157
10158         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10159           Add missing break statement for BOX_HORIZONTAL case.
10160
10161 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10162
10163         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10164
10165         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10166         Use correct format strings for integer types.
10167
10168 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10169
10170         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10171         (gst_wavparse_create_sourcepad):
10172         Use gst_riff_create_audio_template_caps () instead of the local caps.
10173         This makes updates of the local caps unecessary whenever libgstriff
10174         gets support for new formats.
10175
10176 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10177
10178         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10179
10180         * sys/sunaudio/gstsunaudio.c:
10181         * sys/sunaudio/gstsunaudiomixer.c:
10182         * sys/sunaudio/gstsunaudiomixer.h:
10183         * sys/sunaudio/gstsunaudiomixerctrl.c:
10184         * sys/sunaudio/gstsunaudiomixerctrl.h:
10185         * sys/sunaudio/gstsunaudiomixertrack.h:
10186         * sys/sunaudio/gstsunaudiosink.c:
10187         * sys/sunaudio/gstsunaudiosink.h:
10188         * sys/sunaudio/gstsunaudiosrc.c:
10189         * sys/sunaudio/gstsunaudiosrc.h:
10190           Fix and/or update copyright attributions (#430228).
10191
10192 2007-04-13  Wim Taymans  <wim@fluendo.com>
10193
10194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10195         Fix docs.
10196
10197         * gst/rtsp/URLS:
10198         Add some more example urls.
10199
10200         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10201         (gst_rtp_dec_chain_rtp):
10202         Better debugging.
10203
10204         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10205         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10206         (gst_rtspsrc_parse_rtpinfo):
10207         Remove unused code.
10208
10209 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10210
10211         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10212         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10213         (gst_wavparse_stream_data):
10214           Relax the audio/mpeg caps again and add FIXME: comment.
10215
10216 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10217
10218         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10219         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10220         (gst_wavparse_stream_data):
10221         * gst/wavparse/gstwavparse.h:
10222           More sanity check for the header fields. Fix type for 'rate' header
10223           field.
10224
10225 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10228         (gst_icydemux_unicodify):
10229           If the metadata strings we get in the stream are not UTF-8, try to
10230           interpret them according to the character encodings specified in the
10231           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10232           only fall back to locale/ISO-8859-1 if those aren't set or don't
10233           work. Should fix #428901.
10234
10235 2007-04-12  Wim Taymans  <wim@fluendo.com>
10236
10237         * gst/rtp/gstrtph264depay.c:
10238         Use the proper sync word for SPS and PPS.
10239
10240 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10241
10242         * gst/rtp/Makefile.am:
10243         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10244           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10245         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10246           Add a simple hashing implementation that we can use to generate
10247           a 24-bit ident value based on the codebooks for vorbis and theora.
10248         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10249           gst_rtp_theora_pay_handle_buffer):
10250         * gst/rtp/gstrtpvorbisdepay.c
10251           (gst_rtp_vorbis_depay_parse_configuration,
10252           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10253         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10254           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10255           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10256           Use the hashing function, ensuring that the same codebooks result
10257           in the same ident and thus the same SDP description.
10258           Various log fixes/changes.
10259
10260 2007-04-12  Wim Taymans  <wim@fluendo.com>
10261
10262         Patch by: jerry tan <jerry dot tan at sun dot com>
10263
10264         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10265         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10266         application's responsibility to make sure it open the device once.
10267         Remove a careless error if AUDIODEV is set. Fixes #392620.
10268
10269 2007-04-12  Wim Taymans  <wim@fluendo.com>
10270
10271         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10272         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10273         * gst/rtsp/gstrtpdec.h:
10274         Make backward compat with rtpbin by adding the request-pt-map signals.
10275
10276         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10277         (new_session_pad), (request_pt_map),
10278         (gst_rtspsrc_stream_configure_transport),
10279         (gst_rtspsrc_stream_configure_caps),
10280         (gst_rtspsrc_activate_streams):
10281         * gst/rtsp/gstrtspsrc.h:
10282         Implement request-pt-map signals instead of setting caps on the buffers
10283         for the session manager.
10284
10285 2007-04-11  Wim Taymans  <wim@fluendo.com>
10286
10287         * gst/udp/gstudp.c: (plugin_init):
10288         Register GstNetBuffer in plugin_init so that the type can be used from
10289         multiple threads without races.
10290
10291 2007-04-10  Wim Taymans  <wim@fluendo.com>
10292
10293         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10294         (gst_rtp_amr_depay_process):
10295         Fix depayloader clock_rate and some cleanups.
10296
10297         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10298         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10299         * gst/rtp/gstrtph264depay.h:
10300         Don't push codec_data in the adapter because it might get flushed when
10301         we get a discont.
10302
10303         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10304         Handle multiple AU per packet.
10305
10306         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10307         (gst_rtp_sv3v_depay_plugin_init):
10308         Disable rank, this one does not work.
10309         Remove timestamping, base class does that.
10310
10311 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10312
10313         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10314           limit caps to the formats we announce in the template
10315
10316         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10317         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10318         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10319           fix some crashers/asserts when dealing with broken files
10320
10321 2007-04-10  Wim Taymans  <wim@fluendo.com>
10322
10323         Patch by: Peter Kjellerstedt  <pkj at axis com>
10324
10325         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10326         * gst/rtp/gstrtpL16depay.c:
10327         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10328         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10329         (gst_rtp_speex_depay_setcaps):
10330         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10331         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10332         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10333         Fix some compiler warnings. Fixes #428182.
10334
10335 2007-04-06  Wim Taymans  <wim@fluendo.com>
10336
10337         * gst/rtsp/Makefile.am:
10338         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10339         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10340         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10341         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10342         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10343         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10344         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10345         (create_rtcp), (gst_rtp_dec_request_new_pad),
10346         (gst_rtp_dec_release_pad):
10347         * gst/rtsp/gstrtpdec.h:
10348         * gst/rtsp/gstrtsp.c: (plugin_init):
10349         Morph RTPDec into something compatible with RTPBin as a fallback.
10350         Various other style fixes.
10351
10352         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10353         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10354         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10355         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10356         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10357         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10358         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10359         * gst/rtsp/gstrtspsrc.h:
10360         Implement RTPBin session manager handling.
10361         Don't try to add empty properties to caps.
10362         Implement fallback session manager, handling.
10363         Don't combine errors from RTCP streams, just ignore them.
10364
10365         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10366         * gst/rtsp/rtsptransport.h:
10367         Implement fallback session manager.
10368         Make RTPBin the default one when available.
10369
10370 2007-04-05  Wim Taymans  <wim@fluendo.com>
10371
10372         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10373         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10374         This element is ready to be autoplugged.
10375
10376 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10377
10378         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10379         Don't leave the offsets defined by upstream element on the
10380         compressed data buffer we are pushing downstream. Make them
10381         GST_BUFFER_OFFSET_NONE.
10382
10383 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10384
10385         * gst/avi/README:
10386         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10387         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10388         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10389         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10390         (gst_avi_demux_calculate_durations_from_index),
10391         (gst_avi_demux_stream_header_push),
10392         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10393         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10394           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10395
10396 2007-04-03  Wim Taymans  <wim@fluendo.com>
10397
10398         * gst/smpte/barboxwipes.c:
10399         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10400
10401 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10402
10403         * gst/wavparse/gstwavparse.c:
10404         Support audio/x-raw-float in wav files. This only works with
10405         plugins-base CVS, using an older version doesn't have any
10406         disadvantages though.
10407
10408 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10409
10410         * configure.ac:
10411         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10412         (gst_au_parse_parse_header), (gst_au_parse_chain):
10413         * gst/auparse/gstauparse.h:
10414         Revert last change as we don't want plugins-good to depend on
10415         plugins-base CVS now.
10416
10417 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10418
10419         * configure.ac:
10420         Require gst-plugins-base CVS for audioconvert with non-native
10421         float support and width/depth fix in libgstriff.
10422
10423         Patch by: René Stadler <mail at renestadler dot de>
10424
10425         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10426         (gst_au_parse_parse_header), (gst_au_parse_chain):
10427         * gst/auparse/gstauparse.h:
10428         Don't swap the floats ourself if they're not in native endianness.
10429         Instead let audioconvert handle this. Fixes #339838.
10430
10431 2007-03-29  Wim Taymans  <wim@fluendo.com>
10432
10433         * gst/rtp/gstasteriskh263.h:
10434         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10435         (gst_rtp_h263p_depay_change_state):
10436         * gst/rtp/gstrtph263pdepay.h:
10437         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10438         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10439         (gst_rtp_h264_depay_change_state):
10440         * gst/rtp/gstrtph264depay.h:
10441         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10442         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10443         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10444         Flush adapter on disconts.
10445
10446 2007-03-29  Wim Taymans  <wim@fluendo.com>
10447
10448         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10449         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10450         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10451         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10452         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10453         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10454         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10455         (gst_rtp_mp4v_depay_process):
10456         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10457         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10458         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10459         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10460         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10461         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10462         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10463         Use more efficient adapter and rtpbuffer methods when possible.
10464
10465 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10466
10467         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10468         (gst_wavenc_sink_setcaps):
10469         Correctly handle width!=depth input.
10470         * gst/wavparse/gstwavparse.c:
10471         Already export in the caps that width==8 uses unsigned samples and
10472         everything else uses signed samples.
10473
10474 2007-03-29  Wim Taymans  <wim@fluendo.com>
10475
10476         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10477
10478         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10479         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10480         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10481         (gst_dynudpsink_close):
10482         * gst/udp/gstdynudpsink.h:
10483         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10484         (gst_udpsrc_create), (gst_udpsrc_set_property),
10485         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10486         * gst/udp/gstudpsrc.h:
10487         Rework the socket allocation a bit based on the sockfd argument so that
10488         it becomes usable.
10489         Add a closefd property to instruct the udp elements to close the custom
10490         file descriptors when going to READY. Fixes #423304.
10491         API:GstUDPSrc::closefd property
10492         API:GstDynUDPSink::closefd property
10493
10494 2007-03-29  Wim Taymans  <wim@fluendo.com>
10495
10496         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10497
10498         * gst/rtp/Makefile.am:
10499         * gst/rtp/gstrtp.c: (plugin_init):
10500         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10501         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10502         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10503         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10504         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10505         (gst_rtp_h264_pay_plugin_init):
10506         * gst/rtp/gstrtph264pay.h:
10507         Added H264 payloader. Fixes #423782.
10508
10509         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10510         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10511         Small fixes.
10512
10513 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10514
10515         * gst/wavparse/gstwavparse.c:
10516         Actually support depths from 1 to 32, not only 8 to 32.
10517
10518 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10519
10520         * gst/wavparse/gstwavparse.c:
10521         Add support for wav files containing audio/x-raw-int with random
10522         depths between 1 and 32 bits.
10523
10524 2007-03-28  Wim Taymans  <wim@fluendo.com>
10525
10526         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10527
10528         * gst/rtp/Makefile.am:
10529         * gst/rtp/gstrtp.c: (plugin_init):
10530         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10531         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10532         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10533         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10534         (gst_rtp_mp4a_depay_get_property),
10535         (gst_rtp_mp4a_depay_change_state),
10536         (gst_rtp_mp4a_depay_plugin_init):
10537         * gst/rtp/gstrtpmp4adepay.h:
10538         Added MP4A-LATM depayloader. Fixes #417792.
10539
10540         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10541         (gst_rtp_mp4v_depay_process):
10542         Fixup depayloader, setting codec_data, using more efficient adaptor and
10543         rtpbuffer handling.
10544
10545         * gst/rtsp/URLS:
10546         Add url to test above.
10547
10548 2007-03-25  Wim Taymans  <wim@fluendo.com>
10549
10550         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10551         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10552         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10553         (gst_rtspsrc_media_to_caps),
10554         (gst_rtspsrc_stream_configure_transport),
10555         (gst_rtspsrc_stream_configure_caps),
10556         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10557         * gst/rtsp/gstrtspsrc.h:
10558         Handle default clock-rates for static payload types, rearrange stuff so
10559         that the rtpmap field in the sdp can override the defaults.
10560         Parse RTP-Info field to get the seqnum and timebase fields that should
10561         go in the caps.
10562         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10563         the server. 
10564
10565 2007-03-22  Wim Taymans  <wim@fluendo.com>
10566
10567         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10568
10569         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10570         Accept complex pipeline descriptions as an audio profile instead of just
10571         a single element. Fixes #420658.
10572
10573 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10576           Rename registered type in preparation of GstTagDemux moving to
10577           -base at some point in the future.
10578
10579 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10580
10581         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10582           Streaming mode fixes: don't unref buffer we don't own any longer;
10583           remove bogus adapter flush. Fixes #419338.
10584
10585 2007-03-17  David Schleef  <ds@schleef.org>
10586
10587         * REQUIREMENTS: Change the format to key/value, add a bunch of
10588           information, remove a bunch of requirements that are for
10589           other GStreamer packages.
10590
10591 2007-03-17  David Schleef  <ds@schleef.org>
10592
10593         * REQUIREMENTS: Fix a few things.  This file really needs a
10594         good once-over.
10595
10596 2007-03-15  Edward Hervey  <edward@fluendo.com>
10597
10598         * sys/Makefile.am:
10599         Don't forget to distribute the sys/osxaudio/ directory.
10600
10601 2007-03-15  Edward Hervey  <edward@fluendo.com>
10602
10603         * configure.ac:
10604         * sys/Makefile.am:
10605         * sys/osxaudio/Makefile.am:
10606         * sys/osxaudio/gstosxaudio.c:
10607         * sys/osxaudio/gstosxaudiosink.c:
10608         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10609         (gst_osx_audio_sink_getcaps),
10610         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10611         * sys/osxaudio/gstosxaudiosrc.c:
10612         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10613         (gst_osx_audio_src_create_ringbuffer):
10614         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10615         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10616         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10617         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10618         * sys/osxaudio/gstosxringbuffer.h:
10619         Activate osxaudio in gst-plugins-good with proper build setup.
10620         Add inlined documentation.
10621         Fix debug statements
10622         Fix ringbuffer when pausing.
10623         Fixes #323471
10624
10625 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10626         * gst/rtp/gstrtppcmapay.c:
10627         * gst/rtp/gstrtppcmapay.h:
10628         * gst/rtp/gstrtppcmupay.c:
10629         * gst/rtp/gstrtppcmupay.h:
10630         Ported mulaw and alaw payloaders to use new base class
10631
10632 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10633
10634         * po/af.po:
10635         * po/az.po:
10636         * po/cs.po:
10637         * po/en_GB.po:
10638         * po/it.po:
10639         * po/nl.po:
10640         * po/or.po:
10641         * po/sq.po:
10642         * po/sr.po:
10643         * po/sv.po:
10644         * po/uk.po:
10645         * po/vi.po:
10646           Update translations.
10647
10648 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10649
10650         * configure.ac:
10651           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10652
10653 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10654
10655         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10656           Fix handling of -1 values for start and stop values when seeking,
10657           and SEEK_CUR+SEEK_END here as well.
10658
10659 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10660
10661         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10662           Fix handling of -1 values for start and stop values when seeking, 
10663           and SEEK_CUR+SEEK_END.
10664
10665 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10666
10667         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10668           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10669           the image format a variable-length NUL-terminated string; in
10670           versions before that the image format is a fixed-length string of
10671           3 characters (see #348644 for a sample tag).
10672           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10673
10674 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10675
10676         * win32/MANIFEST:
10677         Add new project files to MANIFEST.
10678         * win32/vs6/libgstaudiofx.dsp:
10679         * win32/vs6/libgstrtp.dsp:
10680         * win32/vs6/libgstrtsp.dsp:
10681         Update project files.
10682         
10683 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10686         (gst_avi_demux_parse_index):
10687         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10688         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10689           Printf format fixes; also add some missing quotes in translated
10690           strings. Fixes #416728 and #416727.
10691
10692 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10693
10694         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10695           Tim and I can't think of any reason the child audio sink needs to 
10696           be set back to NULL after successfully determining that it can 
10697           reach READY - it gets immediately set back to READY by the caller
10698           anyway, causing an unnecessary close/open of any audio devices
10699           involved.
10700
10701 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10702
10703         * po/LINGUAS:
10704         * po/ja.po:
10705           Add ja.po file from #377306.
10706
10707 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10708
10709         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10710         * sys/sunaudio/gstsunaudiomixertrack.c:
10711         (gst_sunaudiomixer_track_new):
10712           Actually translate sunaudio mixer track labels instead of just
10713           marking the strings as translatable (#377306); clean up weird
10714           label string mapping code that serves no apparent purpose. Also
10715           set the 'untranslated-label' property when creating mixer tracks
10716           if the GstMixerTrack base class supports this.
10717
10718         * tests/check/Makefile.am:
10719         * tests/check/elements/.cvsignore:
10720         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10721         (sunaudio_suite):
10722           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10723           actually tested on a system where sunaudiomixer is available).
10724
10725 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10726
10727         * tests/check/Makefile.am:
10728         Re-enable the states test and see if it works on the buildbots.
10729
10730 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10731
10732         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10733         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10734         (gst_dvdec_change_state):
10735         * ext/dv/gstdvdec.h:
10736         Infer pixel-aspect-ratio from the video frame format if it isn't
10737         provided by the container, as happens when playing DV from AVI
10738         or Quicktime containers.
10739
10740         Patch by: Wim Taymans <wim@fluendo.com>
10741         Fixes #380944
10742
10743 2007-03-09  Wim Taymans  <wim@fluendo.com>
10744
10745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10746         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10747         will later be handled by the jitterbuffer.
10748
10749 2007-03-09  Wim Taymans  <wim@fluendo.com>
10750
10751         * ext/taglib/gstid3v2mux.cc:
10752         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10753         Fixes #414496.
10754         
10755         Patch by: Alex Lancaster <alexl at users sourceforge net>
10756
10757 2007-03-09  Wim Taymans  <wim@fluendo.com>
10758
10759         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10760         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10761         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10762         (gst_avi_demux_chain):
10763         Fix stream position reporting after a seek. Fixes #416445.
10764
10765 2007-03-08  Wim Taymans  <wim@fluendo.com>
10766
10767         Patch by: René Stadler <mail at renestadler dot de>
10768
10769         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10770         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10771         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10772         Make avidemux accept optional header chunks in any order.
10773         Fixes #415446.
10774
10775 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10776
10777         * tests/check/Makefile.am:
10778         Disable the states check until the remaining Valgrind errors
10779         are fixed or suppressed.
10780
10781 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10782
10783         * tests/check/elements/.cvsignore:
10784           Add audiodynamic check to .cvsignore
10785
10786 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10787
10788         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10789
10790         * gst/audiofx/Makefile.am:
10791         * gst/audiofx/audiodynamic.c:
10792         (gst_audio_dynamic_characteristics_get_type),
10793         (gst_audio_dynamic_mode_get_type),
10794         (gst_audio_dynamic_set_process_function),
10795         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10796         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10797         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10798         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10799         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10800         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10801         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10802         (gst_audio_dynamic_transform_hard_knee_expander_int),
10803         (gst_audio_dynamic_transform_hard_knee_expander_float),
10804         (gst_audio_dynamic_transform_soft_knee_expander_int),
10805         (gst_audio_dynamic_transform_soft_knee_expander_float),
10806         (gst_audio_dynamic_transform_ip):
10807         * gst/audiofx/audiodynamic.h:
10808         * gst/audiofx/audiofx.c: (plugin_init):
10809         Add new audiodynamic element which can act as a compressor or
10810         expander. Supported are hard-knee and soft-knee operation modes with
10811         user-specified ratio and threshold.
10812         Attack and release parameters are not yet implemented but will follow.
10813         * docs/plugins/Makefile.am:
10814         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10815         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10816         * docs/plugins/gst-plugins-good-plugins.args:
10817         * docs/plugins/inspect/plugin-audiofx.xml:
10818         Integrate audiodynamic into the docs.
10819         * tests/check/Makefile.am:
10820         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10821         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10822         Add unit test for audiodynamic.
10823
10824 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10825
10826         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10827         Free handles that we allocated when exiting via the error paths.
10828
10829 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10830
10831         * gst/level/gstlevel.c: (gst_level_class_init),
10832         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10833         (gst_level_transform_ip):
10834         * gst/level/gstlevel.h:
10835           Resolve message timestamps against the playback segment.
10836
10837 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10838
10839         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10840         (gst_id3demux_sink_activate):
10841           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10842           caps passed to it (previously one code path assumed it took ownership
10843           while another one assumed it didn't, while in fact it sometimes did and
10844           sometimes didn't ...).
10845
10846         * configure.ac:
10847         * tests/files/Makefile.am:
10848         * tests/files/id3-407349-1.tag:
10849         * tests/files/id3-407349-2.tag:
10850           Add directory where data for unit tests can be stored.
10851
10852         * tests/Makefile.am:
10853         * tests/check/Makefile.am:
10854         * tests/check/elements/.cvsignore:
10855         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10856         (read_tags_from_file), (run_check_for_file),
10857         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10858           Add unit test for id3demux, and in particular for bug #407349. Only
10859           testing pull-mode for now; push mode doesn't work yet because the test
10860           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10861
10862 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * tests/check/Makefile.am:
10865           Add missing backslash at end of line.
10866
10867 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10868
10869         Trigger rebuild.
10870
10871 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10874         * gst/id3demux/id3tags.h:
10875         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10876         (parse_obsolete_tdat_frame):
10877           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10878           the four-digit number will be interpreted as a year, whereas it is
10879           month and day in DDMM format. Instead, parse TDAT frames and fix up
10880           the date in the GST_TAG_DATE tag later if we also extracted a year.
10881           Fixes #407349.
10882
10883 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10884
10885         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10886         (gst_switch_commit_new_kid):
10887         Fix up the dispose logic so it doesn't leak, and fix setting of 
10888         the child state so that we don't set a child to our current state 
10889         just as we are changing it to something else.
10890
10891 2007-03-06  Wim Taymans  <wim@fluendo.com>
10892
10893         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10894         (gst_goom_chain):
10895         * gst/goom/gstgoom.h:
10896         Document, fix and improve goom adapter behaviour.
10897         Fixes #407006.
10898
10899 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10900
10901         * ext/esd/esdsink.c: (gst_esdsink_open):
10902         Unref static pad template after using it.
10903
10904 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10905
10906         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10907         (gst_switch_commit_new_kid):
10908         Fix up the reference counting of the child elements.
10909
10910 2007-03-05  Wim Taymans  <wim@fluendo.com>
10911
10912         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10913         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10914         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10915         Fix encoding-name case.
10916
10917 2007-03-05  Wim Taymans  <wim@fluendo.com>
10918
10919         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10920         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10921         (gst_rtp_speex_depay_process):
10922         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10923         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10924         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10925         (gst_rtp_speex_pay_change_state):
10926         * gst/rtp/gstrtpspeexpay.h:
10927         Fix speex (de)payloader. Fixes #358040.
10928
10929 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10930
10931         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10932         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10933         Install fakesink in NULL by fixing some broken logic. This obviates
10934         the need to manually set _IS_SINK.
10935         Add some comments and remove a little cruft while I'm at it.
10936
10937 2007-03-05  Wim Taymans  <wim@fluendo.com>
10938
10939         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10940         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10941
10942 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10943
10944         * po/POTFILES.in:
10945           Update.
10946
10947 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10948
10949         * tests/check/Makefile.am:
10950         Gah! Also disable gconfvideosink from the tests, otherwise
10951         it will instantiate autovideosink, and dfbvideosink and
10952         leak on the buildbots.
10953
10954 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10955
10956         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10957         (gst_cdio_cdda_src_finalize):
10958         Make sure we always destroy our libcdio handle.
10959
10960 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10961
10962         * tests/check/Makefile.am:
10963         Disable autovideosink so the buildbots don't barf over memory
10964         leaked in the directfb sink.
10965
10966 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10967
10968         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10969         Chain up in dispose
10970
10971 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10972
10973         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10974         (gst_multipart_find_pad_by_mime):
10975         Use gst_pad_new_from_static_template instead of
10976         static_pad_template_get+pad_new.
10977
10978 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10979
10980         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10981         Catch the case where no clock has been set.
10982
10983 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10984
10985         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10986         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10987         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10988         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10989         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10990         (gst_gconf_audio_src_finalize), (do_toggle_element):
10991         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10992         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10993         (do_toggle_element):
10994         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10995         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10996         (gst_gconf_video_src_finalize), (do_toggle_element):
10997         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10998         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10999         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11000         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11001         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11002         (gst_shout2send_init), (gst_shout2send_finalize):
11003         * gst/debug/testplugin.c: (gst_test_class_init),
11004         (gst_test_finalize):
11005         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11006         (gst_flxdec_dispose):
11007         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11008         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11009         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11010         (gst_rtspsrc_finalize):
11011         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11012         * gst/rtsp/rtspextwms.h:
11013         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11014         (gst_smpte_finalize):
11015         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11016         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11017         (gst_udpsink_finalize):
11018         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11019         (gst_wavparse_sink_activate):
11020         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11021         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11022         (gst_oss_src_finalize):
11023         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11024         * sys/v4l2/gstv4l2object.h:
11025         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11026         (gst_v4l2src_finalize):
11027         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11028
11029         Fix a bunch of leaks shown by the newly-added states test.
11030
11031 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11032
11033         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11034         Use gst_pad_new_from_static_template instead of 
11035         static_pad_template_get+pad_new.
11036
11037 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11038
11039         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11040
11041         * ext/libcaca/Makefile.am:
11042         * gst/debug/Makefile.am:
11043           Don't mix tabs and spaces (#414168).
11044
11045 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11046
11047         * tests/check/generic/.cvsignore:
11048           Ignore files to please buildbot.
11049
11050 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11051
11052         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11053         (gst_wavparse_stream_data):
11054           Unbreak my previous commit (swapped nominator & denominator). Tim,
11055           thanks for spotting.
11056
11057 2007-03-02  Wim Taymans  <wim@fluendo.com>
11058
11059         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11060         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11061         (gst_cdio_cdda_src_finalize):
11062         Small code cleanups.
11063         Don't use pad_alloc as the base class cannot deal with the error codes.
11064
11065 2007-03-02  Wim Taymans  <wim@fluendo.com>
11066
11067         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11068         (gst_udpsrc_create):
11069         Fix doc.
11070
11071 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11072
11073         Patch by: René Stadler <mail@renestadler.de>
11074
11075         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11076         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11077         (gst_wavparse_stream_data):
11078           Handle rounding better to not drop last sample frame. Fixes #356692
11079
11080 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11081
11082         * tests/check/Makefile.am:
11083         Disable cacasink from the states check too - it also calls exit(1)
11084         on us when it can't find a terminal to talk to.
11085
11086 2007-03-02  Wim Taymans  <wim@fluendo.com>
11087
11088         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11089
11090         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11091         (gst_udpsrc_create), (gst_udpsrc_set_property),
11092         (gst_udpsrc_get_property):
11093         * gst/udp/gstudpsrc.h:
11094         Add support to strip proprietary headers. Fixes #350296.
11095
11096 2007-03-02  Wim Taymans  <wim@fluendo.com>
11097
11098         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11099         Fix compilation.
11100
11101 2007-03-02  Wim Taymans  <wim@fluendo.com>
11102
11103         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11104
11105         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11106         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11107         (gst_rtp_mp2t_depay_set_property),
11108         (gst_rtp_mp2t_depay_get_property):
11109         * gst/rtp/gstrtpmp2tdepay.h:
11110         Add support to strip off proprietary headers. Fixes #350278.
11111
11112 2007-03-02  Wim Taymans  <wim@fluendo.com>
11113
11114         * ext/hal/hal.c:
11115         Fix compilation.
11116
11117 2007-03-02  Wim Taymans  <wim@fluendo.com>
11118
11119         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11120         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11121         (gst_sunaudiosrc_open):
11122         * sys/sunaudio/gstsunaudiosrc.h:
11123         Remove device-name from GstSunAudioSrc. Fixes #412597.
11124
11125 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11126
11127         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11128         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11129         Having NULL as UDI previously selected the default sink/src. Change
11130         this back but mention it in the debug output.
11131         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11132         (gst_hal_get_oss_element), (gst_hal_get_string),
11133         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11134         (gst_hal_get_audio_src):
11135         * ext/hal/hal.h:
11136         Refactor a bit, check all error conditions, greatly improve debugging
11137         and fix some possible memory leaks. Also implement OSS support
11138         and allow specifying an UDI that points to a real device. For this the
11139         child device which supports ALSA (preferred) or OSS is used.
11140         As a side effect this makes it impossible now to get a alsasink in
11141         halaudiosrc and a alsasrc in halaudiosink.
11142
11143 2007-03-01  Wim Taymans  <wim@fluendo.com>
11144
11145         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11146         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11147         Errors from the udp sources are not fatal unless all of them are in
11148         error.
11149
11150 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11151
11152         * tests/check/Makefile.am:
11153         Disable aasink in the states test. I suspect this is the element that
11154         is calling exit(1) when it can't proceed.
11155
11156 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11157
11158         * tests/check/Makefile.am:
11159         Draw plugins in from the build tree sys/ dir, rather than picking
11160         up the already installed versions.
11161
11162 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11163
11164         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11165         Error out correctly when getting xcontext fails.
11166
11167 2007-03-01  Wim Taymans  <wim@fluendo.com>
11168
11169         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11170         Make state change to PAUSED NO_PREROLL because that's what it will be in
11171         the future and rtspsrc relies on it.
11172
11173         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11174         (gst_rtspsrc_change_state):
11175         Don't error out when we don't get an error from the state change
11176         function.
11177
11178 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11179
11180         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11181         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11182           Check if the device UDI is set before trying to query HAL
11183           about it and give a useful error message if it wasn't set.
11184         * ext/hal/hal.c: (gst_hal_get_string):
11185           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11186           gives an assertion failure in D-Bus when running with
11187           DBUS_FATAL_WARNINGS=1.
11188
11189 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11190
11191         * configure.ac:
11192           Convert to new AG_GST style.
11193
11194 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11195
11196         * tests/check/Makefile.am:
11197         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11198           add test for states
11199
11200 2007-02-28  Wim Taymans  <wim@fluendo.com>
11201
11202         * tests/check/elements/.cvsignore:
11203         Add new videofilter check to .cvsignore.
11204
11205 2007-02-28  Wim Taymans  <wim@fluendo.com>
11206
11207         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11208         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11209         (gst_avi_demux_loop), (gst_avi_demux_chain):
11210         Fix combined flow return. Fixes #412608.
11211
11212 2007-02-28  Wim Taymans  <wim@fluendo.com>
11213
11214         * gst/videofilter/Makefile.am:
11215         Dist header..
11216
11217 2007-02-28  Wim Taymans  <wim@fluendo.com>
11218
11219         * gst/videofilter/gstgamma.h:
11220         Add header too.
11221
11222 2007-02-28  Wim Taymans  <wim@fluendo.com>
11223
11224         Patch by: Mark Nauwelaerts <manauw at skynet be>
11225
11226         * gst/videofilter/Makefile.am:
11227         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11228         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11229         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11230         (oil_tablelookup_u8), (gst_gamma_set_caps),
11231         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11232         Port gamma filter to 0.10. Fixes #412704.
11233
11234         * tests/check/Makefile.am:
11235         * tests/check/elements/videofilter.c: (setup_filter),
11236         (cleanup_filter), (check_filter), (GST_START_TEST),
11237         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11238         Add unit tests for videofilters.
11239
11240 2007-02-28  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst/rtsp/URLS:
11243         Add another interesting test url.
11244
11245         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11246         Don't allow getting header fields from data packets.
11247
11248 2007-02-28  Michael Smith  <msmith@fluendo.com>
11249
11250         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11251         (gst_shout2send_init), (gst_shout2send_start),
11252         (gst_shout2send_set_property), (gst_shout2send_get_property):
11253         * ext/shout2/gstshout2.h:
11254           Add a property for username.
11255
11256 2007-02-27  Christian Schallerr <christian@fluendo.com>
11257
11258         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11259
11260 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11261
11262         * gst/rtsp/Makefile.am:
11263         Fix make check too.
11264
11265 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11266
11267         * gst/rtsp/base64.c: (util_base64_encode):
11268         * gst/rtsp/base64.h:
11269         Commit missing files for base64 encoding.
11270
11271 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11272
11273         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11274
11275         * configure.ac:
11276         * ext/annodex/Makefile.am:
11277         * ext/jpeg/Makefile.am:
11278         * ext/speex/Makefile.am:
11279         * gst/alpha/Makefile.am:
11280         * gst/cutter/Makefile.am:
11281         * gst/debug/Makefile.am:
11282         * gst/effectv/Makefile.am:
11283         * gst/goom/Makefile.am:
11284         * gst/level/Makefile.am:
11285         * gst/smpte/Makefile.am:
11286         * gst/videofilter/Makefile.am:
11287           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11288
11289 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11290
11291         * gst/rtsp/Makefile.am:
11292         * gst/rtsp/rtspconnection.c: (append_auth_header),
11293         (rtsp_connection_send), (rtsp_connection_set_auth):
11294         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11295         from icecast to replace it. Relicensed from GPL courtesy of Mike
11296         Smith.
11297
11298 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11299
11300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11301         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11302         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11303         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11304         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11305         (gst_rtspsrc_uri_set_uri):
11306         * gst/rtsp/gstrtspsrc.h:
11307         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11308         (append_auth_header), (rtsp_connection_send),
11309         (rtsp_connection_free), (rtsp_connection_set_auth):
11310         * gst/rtsp/rtspconnection.h:
11311         * gst/rtsp/rtspdefs.h:
11312         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11313         * gst/rtsp/rtspurl.h:
11314
11315         Implement simple Basic Authentication support so that urls like
11316         rtsp://user:pass@hostname/rtspstream work on hosts that require
11317         authentication.
11318
11319 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11320
11321         * sys/v4l2/gstv4l2object.c:
11322         * sys/v4l2/gstv4l2tuner.c:
11323         * sys/v4l2/v4l2_calls.c:
11324         Fix segfault when oppening a radio device.
11325         
11326 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11327
11328         * gst/level/gstlevel.c: (gst_level_set_caps),
11329         (gst_level_transform_ip):
11330         * sys/v4l2/README:
11331         * tests/check/elements/level.c: (GST_START_TEST):
11332           Fix level for multi-channel case.
11333
11334 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11335
11336         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11337         (gst_level_transform_ip):
11338         * gst/level/gstlevel.h:
11339           Use function pointer for process function and add process functions
11340           for float audio.
11341
11342 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11343
11344         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11345         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11346         (gst_v4l2src_capture_init):
11347           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11348           fixes #407369
11349
11350 2007-02-18  Wim Taymans  <wim@fluendo.com>
11351
11352         * gst/rtp/Makefile.am:
11353         * gst/rtp/gstrtp.c: (plugin_init):
11354         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11355         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11356         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11357         (gst_rtp_mp2t_pay_plugin_init):
11358         * gst/rtp/gstrtpmp2tpay.h:
11359         Added simple mpeg transport stream payloader.
11360
11361 2007-02-16  Wim Taymans  <wim@fluendo.com>
11362
11363         * gst/rtsp/URLS:
11364         Add example H264 rtsp url.
11365
11366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11367         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11368         Don't convert values to lowercase or we might mess up base64 encoded
11369         properties.
11370
11371 2007-02-16  Wim Taymans  <wim@fluendo.com>
11372
11373         * gst/rtp/README:
11374         Fix case of string params.
11375
11376         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11377         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11378         Fix depayloader, support more packet types.
11379         Add sync codes to make sure the packetizer can do its job.
11380
11381         * gst/rtp/gstrtpmp4gdepay.c:
11382         * gst/rtp/gstrtpmp4gpay.c:
11383         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11384         Fix caps case again.
11385
11386 2007-02-15  Wim Taymans  <wim@fluendo.com>
11387
11388         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11389         Set right caps on output buffers.
11390
11391 2007-02-14  Wim Taymans  <wim@fluendo.com>
11392
11393         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11394         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11395         Clear stack allocated SDPMedia struct before calling _init() on it.
11396         Clarify this in the docs as well.
11397
11398 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11399
11400         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11401         (do_change_child):
11402         Don't reset the profile when going switching states, as it makes
11403         the element non-reusable.
11404
11405 2007-02-14  Wim Taymans  <wim@fluendo.com>
11406
11407         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11408         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11409         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11410         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11411         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11412         (sdp_parse_line):
11413         * gst/rtsp/sdpmessage.h:
11414         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11415         Fix memory management of SDP messages. Fixes #407793.
11416
11417 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11418
11419         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11420
11421         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11422         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11423
11424 2007-02-14  Wim Taymans  <wim@fluendo.com>
11425
11426         Patch by: jp.liu <jp_liu at astrocom dot cn>
11427
11428         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11429         Fix parsing of password field in url. Fixes #407797.
11430
11431 2007-02-14  Wim Taymans  <wim@fluendo.com>
11432
11433         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11434         (gst_wavparse_reset), (gst_wavparse_init),
11435         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11436         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11437         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11438         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11439         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11440         (gst_wavparse_loop), (gst_wavparse_chain),
11441         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11442         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11443         (plugin_init):
11444         * gst/wavparse/gstwavparse.h:
11445         Update docs.
11446         Use boilerplate.
11447         Various code cleanups.
11448         When the bitrate is not known (bps == 0 or compressed formats) let
11449         downstream element guestimate the duration and position and don't
11450         generate timestamps or durations. Fixes #405213.
11451         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11452         error flowreturn upstream.
11453
11454 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11455
11456         * ext/gconf/Makefile.am:
11457         * ext/gconf/gconf.c: (gst_gconf_get_string),
11458         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11459         (gst_gconf_render_bin_with_default):
11460         * ext/gconf/gconf.h:
11461         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11462         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11463         (gst_gconf_audio_sink_dispose), (do_change_child),
11464         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11465         (cb_change_child), (gst_gconf_audio_sink_change_state):
11466         * ext/gconf/gstgconfaudiosink.h:
11467         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11468         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11469         (gst_switch_sink_init), (gst_switch_sink_dispose),
11470         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11471         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11472         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11473         * ext/gconf/gstswitchsink.h:
11474         * gst/autodetect/gstautoaudiosink.c:
11475         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11476         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11477         (gst_auto_audio_sink_detect):
11478         * gst/autodetect/gstautovideosink.c:
11479         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11480         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11481         (gst_auto_video_sink_detect):
11482         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11483         and a child that implements the GConf key monitoring. The end goal of
11484         this is an audio sink that can be changed on the fly, but at the 
11485         moment it still only changes on the next READY transition.
11486
11487 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11488
11489         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11490         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11491         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11492         (gst_avi_demux_calculate_durations_from_index),
11493         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11494         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11495         (gst_avi_demux_loop):
11496           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11497
11498 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11499
11500         * configure.ac:
11501         * docs/plugins/Makefile.am:
11502           Add crossreferences to glib/gobject/gstream docs.
11503
11504 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11505
11506         * gst/monoscope/Makefile.am:
11507         * gst/monoscope/gstmonoscope.c:
11508           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11509           (but no LIBS, since we only use defines from the headers).
11510
11511 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11512
11513         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11514
11515         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11516         (gst_wavparse_stream_data):
11517           Fix massive memory leak when operating in streaming mode due to
11518           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11519           Fixes #407057.
11520
11521 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11522
11523         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11524         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11525         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11526         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11527         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11528         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11529         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11530         (gst_avi_demux_calculate_durations_from_index),
11531         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11532         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11533         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11534         * gst/avi/gstavidemux.h:
11535           Save some memory (8%) by repacking the index entry structure (more to
11536           come). Add more FIXMEs to questionable parts.
11537
11538 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11539
11540         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11541         (gst_v4l2src_get_caps):
11542         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11543         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11544         (gst_v4l2src_capture_init):
11545           More FIXME comments and messaging changes.
11546
11547 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11548
11549         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11550         (gst_goom_change_state):
11551         * gst/goom/gstgoom.h:
11552           Improved docs and use GST_DEBUG_FUNCPTR.
11553
11554         * gst/level/gstlevel.c: (gst_level_class_init):
11555           Use GST_DEBUG_FUNCPTR.
11556
11557         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11558         (gst_monoscope_chain), (gst_monoscope_change_state):
11559           Improved docs source cleanups.
11560
11561 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11562
11563         * gst/debug/Makefile.am:
11564         * gst/debug/gstdebug.c: (plugin_init):
11565         * gst/debug/gstpushfilesrc.c:
11566         * gst/debug/gstpushfilesrc.h:
11567           Add code for a pushfilesrc element that implements a pushfile:// URI
11568           handler, to make debugging push-mode operation of demuxer/decoders
11569           that support both easier in connection with seek/playbin/etc.
11570           The element isn't registered at the moment.
11571
11572 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11573
11574         * gst/avi/gstavimux.c:
11575           Comment a #if 0 in caps template definition as VS6 seems to 
11576         do not support it.
11577         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11578           Use gst_guint64_to_gdouble for conversion.
11579         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11580           Move variables declaration before the first instruction.
11581         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11582           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11583           And don't include netdb.h for G_OS_WIN32
11584         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11585           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11586           by VS6 then use an other way to initialize SDPMedia structure.
11587         * gst/udp/gstdynudpsink.h:
11588         * gst/udp/gstdynudpnetutils.h:
11589           Do not include <sys/time.h> for G_OS_WIN32
11590         * gst/udp/gstudpsrc.c:
11591           Define socklen_t as int for G_OS_WIN32
11592         * win/common/config.h.in:
11593           Undef HAVE_NETINET_IN_H
11594         * win32/vs6/gst_plugins_good.dsw:
11595         * win32/vs6/libgstrtp.dsp:
11596         * win32/vs6/libgstrtsp.dsp:
11597         * win32/vs6/libgstautogen.dsp:
11598         * win32/vs6/libgstaudiofx.dsp:
11599         * win32/vs6/libgstudp.dsp:
11600           Add and update project files.
11601         * win32/common/gstudp-enumtypes.c:
11602         * win32/common/gstudp-enumtypes.h:
11603           Add a copy of udp enumtypes to win32/common as in core 
11604           and base.
11605         
11606 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11607
11608         * configure.ac:
11609           Activate monoscope when building with --enable-experimental. Fix
11610           --enable-external configure switch description.
11611
11612         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11613         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11614           Help gst-indent.
11615
11616 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11617
11618         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11619           Explicitly cast result of pointer arithmetic to integer in order to
11620           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11621
11622 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * gst/debug/progressreport.c:
11625           Some more docs.
11626
11627 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11628
11629         * docs/plugins/inspect/plugin-rtp.xml:
11630           Update for new elements.
11631
11632         * gst/debug/progressreport.h:
11633           Commit newly-created header file as well.
11634
11635 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11636
11637         * docs/plugins/Makefile.am:
11638         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11639         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11640         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11641         * gst/debug/Makefile.am:
11642         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11643         (gst_progress_report_do_query), (gst_progress_report_report):
11644           Make progressreport element post messages with the current progress
11645           on the bus. Also add some basic docs for it.
11646
11647 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11648
11649         * ext/hal/hal.c: (gst_hal_get_string):
11650         * ext/hal/hal.h:
11651           Some small cleanups; deal with errors when parsing the HAL ALSA
11652           capabilities a bit better.
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           Let's try this again and use the right cast this time.
11658
11659 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11660
11661         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11662           Add cast to avoid compiler warnings with older GLib versions
11663           where the nick/name members in GEnumValue are not declared as
11664           constant strings.
11665
11666 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11667
11668         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11669         (gst_gconf_render_bin_from_key),
11670         (gst_gconf_get_default_audio_sink):
11671         * ext/gconf/gconf.h:
11672         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11673         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11674         (gst_gconf_audio_sink_get_property):
11675           In gconfaudiosink, get the right key as the old key in do_toggle
11676           (ie. one dependent on the profile selected). Log some more stuff so
11677           we can see what's actually going on.
11678
11679 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11680
11681         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11682         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11683         (gst_audio_amplify_set_process_function),
11684         (gst_audio_amplify_setup):
11685         * gst/audiofx/audioamplify.h:
11686         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11687         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11688         * gst/audiofx/audioinvert.h:
11689         Some small cleanups and port both elements to the new GstAudioFilter
11690         base class to save a few lines of common code.
11691         * gst/audiofx/Makefile.am:
11692         Link against libgstaudio for the above changes
11693
11694 2007-01-29  Wim Taymans  <wim@fluendo.com>
11695
11696         * tests/check/elements/.cvsignore:
11697         Some more ignores.
11698
11699 2007-01-26  Wim Taymans  <wim@fluendo.com>
11700
11701         Patch by: charles <charlesg3 at gmail dot com>
11702
11703         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11704         (set_shout_metadata), (gst_shout2send_event):
11705         * ext/shout2/gstshout2.h:
11706         Properly handle tags in shout2send. Fixes #399825.
11707
11708 2007-01-25  Wim Taymans  <wim@fluendo.com>
11709
11710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11711         (gst_rtspsrc_activate_streams):
11712         Convert SDP fields to upper/lowercase following the rules in the SDP to
11713         caps document. 
11714
11715 2007-01-25  Wim Taymans  <wim@fluendo.com>
11716
11717         * gst/rtp/README:
11718         * gst/rtp/gstrtpilbcdepay.c:
11719         * gst/rtp/gstrtpilbcpay.c:
11720         * gst/rtp/gstrtpmp4gdepay.c:
11721         * gst/rtp/gstrtpmp4gpay.c:
11722         * gst/rtp/gstrtpspeexdepay.c:
11723         * gst/rtp/gstrtpspeexpay.c:
11724         * gst/rtp/gstrtpsv3vdepay.c:
11725         * gst/rtp/gstrtptheoradepay.c:
11726         * gst/rtp/gstrtptheorapay.c:
11727         * gst/rtp/gstrtpvorbisdepay.c:
11728         * gst/rtp/gstrtpvorbispay.c:
11729         Fix case of encoding-name and key/value pairs to match the document.
11730         This is to make interoperation with SDP case-insensitive as required by
11731         the relevant RFCs.
11732
11733 2007-01-25  Wim Taymans  <wim@fluendo.com>
11734
11735         * configure.ac:
11736         Bump required -core/-base to CVS
11737
11738 2007-01-25  Wim Taymans  <wim@fluendo.com>
11739
11740         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11741         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11742         * gst/rtp/gstrtpL16pay.h:
11743         Fill up to MTU using adapter.
11744         Timestamp rtp packets.
11745
11746 2007-01-25  Edward Hervey  <edward@fluendo.com>
11747
11748         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11749         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11750         Use G_GSIZE_FORMAT in print statements for portability.
11751         Fixes build on macosx.
11752
11753 2007-01-24  Wim Taymans  <wim@fluendo.com>
11754
11755         * gst/rtp/Makefile.am:
11756         * gst/rtp/gstrtp.c: (plugin_init):
11757         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11758         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11759         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11760         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11761         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11762         (gst_rtp_L16_depay_plugin_init):
11763         * gst/rtp/gstrtpL16depay.h:
11764         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11765         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11766         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11767         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11768         (gst_rtp_L16_pay_plugin_init):
11769         * gst/rtp/gstrtpL16pay.h:
11770         Port and enable raw audio payloader/depayloader. Needs a bit more work
11771         on the payloader side.
11772
11773 2007-01-24  Wim Taymans  <wim@fluendo.com>
11774
11775         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11776         (gst_rtspsrc_stream_configure_transport),
11777         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11778         * gst/rtsp/gstrtspsrc.h:
11779         Only unblock the udp pads when we linked and activated them all.
11780         Fixes #395688.
11781
11782 2007-01-24  Wim Taymans  <wim@fluendo.com>
11783
11784         * gst/rtp/Makefile.am:
11785         * gst/rtp/gstrtp.c: (plugin_init):
11786         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11787         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11788         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11789         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11790         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11791         * gst/rtp/gstrtpac3depay.h:
11792         Added simple AC3 depayloader (RFC 4184).
11793
11794         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11795         Fix a leak.
11796
11797 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11798
11799         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11800
11801         * gst/audiofx/Makefile.am:
11802         * gst/audiofx/audioamplify.c:
11803         (gst_audio_amplify_clipping_method_get_type),
11804         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11805         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11806         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11807         (gst_audio_amplify_set_caps),
11808         (gst_audio_amplify_transform_int_clip),
11809         (gst_audio_amplify_transform_int_wrap_negative),
11810         (gst_audio_amplify_transform_int_wrap_positive),
11811         (gst_audio_amplify_transform_float_clip),
11812         (gst_audio_amplify_transform_float_wrap_negative),
11813         (gst_audio_amplify_transform_float_wrap_positive),
11814         (gst_audio_amplify_transform_ip):
11815         * gst/audiofx/audioamplify.h:
11816         * gst/audiofx/audiofx.c: (plugin_init):
11817         Add new element "audioamplify". This allows scaling of raw audio
11818         samples, similar to the "volume" element, but provides different modes
11819         for clipping and allows unlimited amplification. It's mainly targeted
11820         for creative sound design and not as a replacement of the "volume"
11821         element. Fixes #397162
11822         * docs/plugins/Makefile.am:
11823         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11824         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11825         * docs/plugins/gst-plugins-good-plugins.args:
11826         * docs/plugins/inspect/plugin-audiofx.xml:
11827         Add docs for audioamplify and integrate them into the build system
11828         * tests/check/Makefile.am:
11829         * tests/check/elements/audioamplify.c: (setup_amplify),
11830         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11831         Add fairly extensive unit test suite for audioamplify
11832
11833 2007-01-24  Wim Taymans  <wim@fluendo.com>
11834
11835         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11836         Unblock pads after adding the pads to the element so that autopluggers
11837         get a change to link something. Possibly fixes #395688.
11838
11839 2007-01-24  Wim Taymans  <wim@fluendo.com>
11840
11841         * gst/rtp/gstrtpamrdepay.c:
11842         * gst/rtp/gstrtpgsmdepay.c:
11843         * gst/rtp/gstrtph263pdepay.c:
11844         * gst/rtp/gstrtph263ppay.c:
11845         * gst/rtp/gstrtph264depay.c:
11846         * gst/rtp/gstrtpilbcdepay.c:
11847         * gst/rtp/gstrtpmp2tdepay.c:
11848         * gst/rtp/gstrtpmp4gdepay.c:
11849         * gst/rtp/gstrtpmp4gpay.c:
11850         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11851         * gst/rtp/gstrtpmp4vpay.c:
11852         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11853         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11854         (gst_rtp_mpa_depay_process):
11855         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11856         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11857         * gst/rtp/gstrtppcmadepay.c:
11858         * gst/rtp/gstrtppcmudepay.c:
11859         * gst/rtp/gstrtpspeexdepay.c:
11860         * gst/rtp/gstrtpspeexpay.c:
11861         * gst/rtp/gstrtpsv3vdepay.c:
11862         * gst/rtp/gstrtptheoradepay.c:
11863         * gst/rtp/gstrtptheorapay.c:
11864         * gst/rtp/gstrtpvorbisdepay.c:
11865         * gst/rtp/gstrtpvorbispay.c:
11866         Fix caps with payload numbers.
11867         Add some fixed payload numbers to caps when possible.
11868
11869 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11870
11871         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11872
11873         * gst/audiofx/Makefile.am:
11874         * gst/audiofx/audiofx.c: (plugin_init):
11875         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11876         (gst_audio_invert_class_init), (gst_audio_invert_init),
11877         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11878         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11879         (gst_audio_invert_transform_float),
11880         (gst_audio_invert_transform_ip):
11881         * gst/audiofx/audioinvert.h:
11882         Add new audiofx element "audioinvert". This element swaps the upper
11883         and lower half of samples and can be used for example for a
11884         wide-stereo effect. Fixes #396057
11885         * docs/plugins/Makefile.am:
11886         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11887         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11888         * docs/plugins/gst-plugins-good-plugins.args:
11889         * docs/plugins/inspect/plugin-audiofx.xml:
11890         Add docs for the audioinvert element and add them to the build system.
11891         * tests/check/Makefile.am:
11892         * tests/check/elements/audioinvert.c: (setup_invert),
11893         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11894         Add unit test suite for the audioinvert element.
11895
11896 2007-01-23  Wim Taymans  <wim@fluendo.com>
11897
11898         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11899         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11900         Parse config params as string and int.
11901         Parse and use AU header length
11902
11903 2007-01-23  Wim Taymans  <wim@fluendo.com>
11904
11905         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11906         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11907         * gst/smpte/gstmask.c: (_gst_mask_register):
11908         * gst/smpte/gstmask.h:
11909         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11910         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11911         (gst_smpte_paint_triangle_clock):
11912         constify some static structs.
11913         Don't update the mask if nothing changed to the params.
11914         Make sure we never draw outside of the picture. Fixes #398325.
11915
11916 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11917
11918         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11919           Error out properly when pull_range fails while we're reading the
11920           headers, instead of just pausing the task silently. Fixes #399338.
11921
11922 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11923
11924         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11925           Some more sanity checks to make sure the input formats match and the
11926           input pads are actually negotiated, in case someone tries to feed
11927           buffers from fakesrc or filesrc. Fixes #398299.
11928           Also const-ify an array, just because we can.
11929
11930 2007-01-19  Edward Hervey  <edward@fluendo.com>
11931
11932         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11933         Ignore previous commit, that was only valid for widths and heights
11934         that are multiples of 4.
11935         Copy over size/stride macros from jpegdec. This allows the element
11936         to work with any width,height...
11937         ... but puts in evidence that the actual transformations only work
11938         with width/height that are multiples of 4.
11939
11940 2007-01-19  Edward Hervey  <edward@fluendo.com>
11941
11942         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11943         Allocate buffers of the right size.
11944         The proper size of a I420 buffer in bytes is:
11945         
11946             width * height * 3
11947             ------------------
11948                     2
11949
11950 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11951
11952         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11953           Proxy getcaps on sink pads too, so that we either end up with the
11954           same dimensions on all pads or error out if that's not possible
11955           (seems to work even!). Fixes #398086, I think.
11956
11957 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11958
11959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11960         * docs/plugins/gst-plugins-good-plugins.args:
11961         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11962           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11963           fix integer properties with -1 as minimum value.
11964
11965         * docs/plugins/inspect/plugin-1394.xml:
11966         * docs/plugins/inspect/plugin-aasink.xml:
11967         * docs/plugins/inspect/plugin-alaw.xml:
11968         * docs/plugins/inspect/plugin-alpha.xml:
11969         * docs/plugins/inspect/plugin-alphacolor.xml:
11970         * docs/plugins/inspect/plugin-annodex.xml:
11971         * docs/plugins/inspect/plugin-apetag.xml:
11972         * docs/plugins/inspect/plugin-audiofx.xml:
11973         * docs/plugins/inspect/plugin-auparse.xml:
11974         * docs/plugins/inspect/plugin-autodetect.xml:
11975         * docs/plugins/inspect/plugin-avi.xml:
11976         * docs/plugins/inspect/plugin-cacasink.xml:
11977         * docs/plugins/inspect/plugin-cairo.xml:
11978         * docs/plugins/inspect/plugin-cdio.xml:
11979         * docs/plugins/inspect/plugin-cutter.xml:
11980         * docs/plugins/inspect/plugin-debug.xml:
11981         * docs/plugins/inspect/plugin-dv.xml:
11982         * docs/plugins/inspect/plugin-efence.xml:
11983         * docs/plugins/inspect/plugin-effectv.xml:
11984         * docs/plugins/inspect/plugin-esdsink.xml:
11985         * docs/plugins/inspect/plugin-flac.xml:
11986         * docs/plugins/inspect/plugin-flxdec.xml:
11987         * docs/plugins/inspect/plugin-gconfelements.xml:
11988         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11989         * docs/plugins/inspect/plugin-goom.xml:
11990         * docs/plugins/inspect/plugin-halelements.xml:
11991         * docs/plugins/inspect/plugin-icydemux.xml:
11992         * docs/plugins/inspect/plugin-id3demux.xml:
11993         * docs/plugins/inspect/plugin-jpeg.xml:
11994         * docs/plugins/inspect/plugin-level.xml:
11995         * docs/plugins/inspect/plugin-matroska.xml:
11996         * docs/plugins/inspect/plugin-mulaw.xml:
11997         * docs/plugins/inspect/plugin-multipart.xml:
11998         * docs/plugins/inspect/plugin-navigationtest.xml:
11999         * docs/plugins/inspect/plugin-ossaudio.xml:
12000         * docs/plugins/inspect/plugin-png.xml:
12001         * docs/plugins/inspect/plugin-rtp.xml:
12002         * docs/plugins/inspect/plugin-rtsp.xml:
12003         * docs/plugins/inspect/plugin-shout2send.xml:
12004         * docs/plugins/inspect/plugin-smpte.xml:
12005         * docs/plugins/inspect/plugin-speex.xml:
12006         * docs/plugins/inspect/plugin-taglib.xml:
12007         * docs/plugins/inspect/plugin-udp.xml:
12008         * docs/plugins/inspect/plugin-videobalance.xml:
12009         * docs/plugins/inspect/plugin-videobox.xml:
12010         * docs/plugins/inspect/plugin-videoflip.xml:
12011         * docs/plugins/inspect/plugin-videomixer.xml:
12012         * docs/plugins/inspect/plugin-wavenc.xml:
12013         * docs/plugins/inspect/plugin-wavparse.xml:
12014         * docs/plugins/inspect/plugin-ximagesrc.xml:
12015           Update to CVS.
12016
12017 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12018
12019         Patch by: Sebastian Dröge <slomo circular-chaos org>
12020
12021         * gst/audiofx/audiopanorama.c:
12022           Fix doc section name (Fixes #397946)
12023
12024 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12025
12026         * sys/v4l2/gstv4l2object.c:
12027         (gst_v4l2_object_install_properties_helper),
12028         (gst_v4l2_object_set_property_helper),
12029         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12030         * sys/v4l2/gstv4l2object.h:
12031         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12032         (gst_v4l2src_init), (gst_v4l2src_set_property),
12033         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12034         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12035         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12036         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12037         (gst_v4l2src_capture_deinit):
12038           Fix EIO handing when capturing. Add new property to specify the number of
12039           buffers to enque (and remove the borked num-buffers usage).
12040
12041 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12042
12043         Patch by: Sebastian Dröge <slomo circular-chaos org>
12044
12045         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12046         (gst_audio_panorama_set_process_function):
12047           Use a function array for process methods, add more docs and define the
12048           startindex of enums.
12049
12050 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12051
12052         Patch by: Mark Nauwelaerts <manauw at skynet be>
12053
12054         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12055         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12056         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12057         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12058         (gst_avi_mux_riff_get_avi_header),
12059         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12060         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12061         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12062         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12063         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12064         (gst_avi_mux_change_state):
12065         * gst/avi/gstavimux.h:
12066         * tests/check/elements/avimux.c: (teardown_src_pad):
12067           Add support for more than one audio stream; write better AVIX
12068           header; refactor code a bit; don't announce vorbis caps on our audio
12069           sink pads since we don't support it anyway. Closes #379298.
12070
12071 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12072
12073         Patch by: Sebastian Dröge <slomo circular-chaos org>
12074
12075         * gst/audiofx/audiopanorama.c:
12076         (gst_audio_panorama_method_get_type),
12077         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12078         (gst_audio_panorama_set_process_function),
12079         (gst_audio_panorama_set_property),
12080         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12081         (gst_audio_panorama_transform_m2s_int_simple),
12082         (gst_audio_panorama_transform_s2s_int_simple),
12083         (gst_audio_panorama_transform_m2s_float_simple),
12084         (gst_audio_panorama_transform_s2s_float_simple):
12085         * gst/audiofx/audiopanorama.h:
12086           Add 'method' property and provide a simple (non-psychoacustic)
12087           processing method (#394859).
12088
12089         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12090         (panorama_suite):
12091           Tests for new method.
12092
12093 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12094
12095         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12096         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12097           Set correct caps on outgoing pulled buffers, or things blow up
12098           after recent core changes.
12099
12100 2007-01-11  Wim Taymans  <wim@fluendo.com>
12101
12102         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12103
12104         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12105         (gst_multipart_mux_request_new_pad),
12106         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12107         (gst_multipart_mux_change_state):
12108         Return FLOW errors ASAP. Fixes #394977.
12109         Misc cleanups.
12110
12111 2007-01-11  Wim Taymans  <wim@fluendo.com>
12112
12113         Patch by: Lutz Mueller <lutz at topfrose dot de>
12114
12115         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12116         Check for stream pad before activating. 
12117
12118 2007-01-10  Wim Taymans  <wim@fluendo.com>
12119
12120         Patch by: Peter Kjellerstedt  <pkj at axis com>
12121
12122         * gst/rtsp/COPYING.MIT:
12123         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12124         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12125         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12126         (gst_rtspsrc_stream_configure_transport),
12127         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12128         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12129         (gst_rtspsrc_parse_methods),
12130         (gst_rtspsrc_create_transports_string),
12131         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12132         (gst_rtspsrc_open), (gst_rtspsrc_close):
12133         * gst/rtsp/gstrtspsrc.h:
12134         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12135         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12136         (parse_request_line), (parse_line), (rtsp_connection_read),
12137         (rtsp_connection_close):
12138         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12139         (rtsp_method_as_text), (rtsp_header_as_text),
12140         (rtsp_status_as_text), (rtsp_find_header_field),
12141         (rtsp_find_method):
12142         * gst/rtsp/rtspdefs.h:
12143         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12144         (rtsp_ext_wms_configure_stream):
12145         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12146         (rtsp_message_new_request), (rtsp_message_init_request),
12147         (rtsp_message_new_response), (rtsp_message_init_response),
12148         (rtsp_message_init_data), (rtsp_message_unset),
12149         (rtsp_message_free), (rtsp_message_add_header),
12150         (rtsp_message_get_header), (rtsp_message_set_body),
12151         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12152         * gst/rtsp/rtspmessage.h:
12153         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12154         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12155         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12156         (sdp_message_dump):
12157         Allow url to be NULL to be able to use it for server connections.
12158         Can now send responses as well as requests.
12159         No longer hangs in an endless loop if EOF is received.
12160         Can now convert a status code to a text string.
12161         Return RTSP_HDR_INVALID for unknown headers.
12162         Return RTSP_INVALID for unknown methods.
12163         Copy CSeq and Session headers from the request.
12164         Only free memory corresponding to the currently set message type.
12165         Added const to function arguments as appropriate.
12166         Avoid a compiler warning when initializing nmedia.
12167         Use guint rather than gint to avoid compiler warnings.
12168         Fix crasher in wms extension.
12169         Factor out stream setup from open_connection.
12170         Delay activation of streams when actual data is received from the
12171         server, this prepares us to do proper protocol switching.
12172         Added new license.
12173         Fixes #380895.
12174
12175
12176 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12177
12178         Patch by: Sebastian Dröge <slomo ubuntu com>
12179
12180         * docs/plugins/Makefile.am:
12181         * gst/audiofx/audiopanorama.c:
12182           Some small docs fixes (#394851).
12183
12184 2007-01-09  Wim Taymans  <wim@fluendo.com>
12185
12186         * gst/avi/gstavidemux.c:
12187         Fix docs.
12188
12189 2007-01-09  Wim Taymans  <wim@fluendo.com>
12190
12191         * gst/rtp/Makefile.am:
12192         * gst/rtp/gstrtp.c: (plugin_init):
12193         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12194         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12195         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12196         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12197         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12198         * gst/rtp/gstrtpmpvdepay.h:
12199           Added RFC 2250 MPEG Video Depayloader.
12200
12201         * gst/rtp/gstrtpL16depay.h:
12202         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12203         (gst_rtp_h263p_depay_process):
12204         Fix Header file. Small cleanups.
12205
12206         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12207         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12208         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12209         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12210         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12211         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12212         (gst_rtp_mp4v_depay_change_state):
12213         Remove usused code. Remove Adapter from state Change. Added debug.
12214
12215         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12216         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12217         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12218         * gst/rtp/gstrtpmpadepay.h:
12219         Subclass base depayloader.
12220         Added debug.
12221         Support static payload type assignment as well.
12222
12223         * gst/rtp/gstrtpmpapay.c:
12224         Fix caps.
12225
12226 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12227
12228         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12229
12230         * ext/jpeg/gstjpegdec.c:
12231         * ext/jpeg/gstjpegenc.c:
12232         * ext/jpeg/smokecodec.c:
12233           These libjpeg callbacks should return a 'boolean' (unsigned char
12234           apparently) and not a 'gboolean' (which maps to gint). Fixes
12235           warnings when compiling with MingW (#393427).
12236
12237         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12238           Use ioctlsocket on win32.
12239
12240         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12241           Some printf format fixes for win32.
12242
12243 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12244
12245         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12246           Use gst_guint64_to_gdouble for conversion.
12247         * win32/vs6/libgstmatroska.dsp:
12248           Add zlib to the link.
12249         * win32/vs6/libgstvideobox.dsp:
12250           Update liboil library name (project is linked to 
12251           liboil-0.3-0.lib now).
12252           
12253 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12254
12255         * gst/matroska/Makefile.am:
12256           If zlib is available and used, we must link it explicitly for
12257           things to work on MingW (fixes #392855).
12258
12259 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12260
12261         * ext/esd/esdsink.c: (gst_esdsink_delay):
12262           Don't return bogus values when esd_get_delay() fails for some
12263           reason (#392189).
12264
12265 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12266
12267         * sys/ximage/gstximagesrc.c: (composite_pixel):
12268           Fix presumably copy'n'pasto for 16bpp depth.
12269
12270 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12271
12272         * gst/matroska/matroska-mux.c:
12273         (gst_matroska_mux_audio_pad_setcaps):
12274           The "signed" field in audio caps is of boolean type, trying to use
12275           gst_structure_get_int() to extract it will fail. Fixing this makes
12276           matroskamux accept raw audio input (#387121) (use at your own risk
12277           though, due to the matroska spec being not entirely useful in this
12278           respect).
12279           Also fix up raw audio structures in template caps so that they
12280           represent what our setcaps function will actually accept, so that
12281           converters know what to convert to.
12282           Finally, don't fail if there isn't an "endianness" field in 8-bit
12283           PCM caps.
12284
12285 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12286
12287         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12288         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12289         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12290         (teardown_cmmldec):
12291         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12292         (teardown_cmmlenc):
12293         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12294           reapply consistent pad (de)activation
12295
12296 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12297
12298         * configure.ac:
12299         Back to CVS
12300
12301         * gst-plugins-good.doap:
12302         Add 0.10.5 doap entry
12303
12304 === release 0.10.5 ===
12305
12306 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12307
12308         * configure.ac:
12309           releasing 0.10.5, "The Path of Thorns"
12310
12311 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12312
12313         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12314         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12315         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12316         (teardown_cmmldec):
12317         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12318         (teardown_cmmlenc):
12319         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12320           revert my freeze breakage
12321
12322 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12323
12324         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12325         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12326         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12327         (teardown_cmmldec):
12328         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12329         (teardown_cmmlenc):
12330         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12331           consistent pad (de)activation
12332
12333 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12334
12335         * configure.ac:
12336         * ext/Makefile.am:
12337         Disable LADPSA, as it has moved to the -bad module for the duration.
12338
12339 2006-12-18  Wim Taymans  <wim@fluendo.com>
12340
12341         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12342         (gst_signal_processor_event):
12343         Reset flow_state back to _OK after a flush stop so that we exit our
12344         error state after the flush. Fixes #374213
12345
12346 2006-12-16  David Schleef  <ds@schleef.org>
12347
12348         * sys/osxvideo/osxvideosink.h:
12349         * sys/osxvideo/osxvideosink.m:
12350           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12351
12352 2006-12-16  David Schleef  <ds@schleef.org>
12353
12354         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12355
12356         * sys/osxvideo/Makefile.am:
12357         * sys/osxvideo/osxvideosink.h:
12358         * sys/osxvideo/osxvideosink.m:
12359           Preliminary patch for porting osxvideosink
12360
12361 2006-12-16  Wim Taymans  <wim@fluendo.com>
12362
12363         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12364
12365         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12366         (gst_videomixer_set_master_geometry),
12367         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12368         (gst_videomixer_reset), (gst_videomixer_init),
12369         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12370         (gst_videomixer_release_pad), (gst_videomixer_collected),
12371         (gst_videomixer_change_state):
12372         Introduce some locking around the videomixer state so that it does not
12373         crash when adding/removing pads. Fixes #383043.
12374
12375 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12376
12377         * configure.ac:
12378           Make sure libcaca can actually be used instead of just checking for
12379           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12380           cross-compiling (fixes #384587).
12381
12382 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12383
12384         * Makefile.am:
12385         * gst-plugins-good.doap:
12386         * gst-plugins-good.spec.in:
12387           adding doap file
12388
12389 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12390
12391         * configure.ac:
12392           libflac-1.1.3 changed API again, but we can't build against it yet,
12393           so make sure our check doesn't use libflac-1.1.3 and add a comment
12394           to this effect.
12395
12396 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12397
12398         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12399         (gst_quarktv_planetable_clear):
12400           Add some NULL pointer checks (possibly related to #385623).
12401
12402 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12403
12404         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12405         (gst_tag_demux_chain):
12406         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12407           In streaming mode, if the first buffer we get doesn't have an
12408           offset, fix it up to be 0, otherwise trimming won't work later on
12409           and we'll be typefinding application/x-id3, which may result in
12410           decodebin plugging an endless number of id3demux elements as a
12411           consequence. Fixes #385031.
12412           
12413 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12414
12415         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12416           Ignore the buffer_time the sound device reports. Turns out it is 
12417           sometimes completely bogus and we're better off without it.
12418
12419 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12420
12421         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12422         (gst_matroska_demux_video_caps):
12423         * gst/matroska/matroska-ids.c:
12424         (gst_matroska_track_init_video_context):
12425         * gst/matroska/matroska-ids.h:
12426           Try harder to extract the framerate for video tracks correctly and
12427           save it directly instead of converting it back and forth a few
12428           times. Mostly makes a difference for very small framerates (<1).
12429           Fixes #380199.
12430
12431 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12432
12433         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12434         (gst_gconf_audio_src_dispose), (do_toggle_element):
12435         * ext/gconf/gstgconfaudiosrc.h:
12436           Remove gconf notify hook when the gconfaudiosrc element is
12437           destroyed, otherwise the callback may be called on an
12438           already-destroyed instance and bad things happen. Should fix
12439           #378184.
12440           Also ignore gconf key changes when the source is already running.
12441
12442 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12443
12444         Patch by: Sebastian Dröge  <mail at slomosnail de>
12445
12446         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12447           We need to be able to read and parse any possible floating point string
12448           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12449           will parse the former only in certain locales though, so we really need
12450           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12451           make sure we can parse either version at all times.
12452           Fixes #382982 for real.
12453
12454 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12455
12456         * sys/sunaudio/gstsunaudiomixerctrl.c:
12457         * sys/sunaudio/gstsunaudiosrc.c:
12458
12459         Use the sunaudio debug category.
12460
12461         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12462         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12463         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12464         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12465         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12466         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12467         (gst_sunaudiosink_reset):
12468         * sys/sunaudio/gstsunaudiosink.h:
12469
12470         Uses the sunaudio debug category for all debug output
12471         Implements the _delay() callback to synchronise video playback better
12472         Change the segtotal and segsize values back to the parent class 
12473           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12474           respectively)
12475         Measure the samples written to the device vs. played.
12476         Keep track of segments in the device by writing empty eof frames, and
12477         sleep using a GCond when we get too far ahead and risk overrunning the
12478         sink's ringbuffer.
12479
12480         Fixes: #360673
12481
12482 2006-12-08  Wim Taymans  <wim@fluendo.com>
12483
12484         Patch by: Sebastian Dröge  <mail at slomosnail de >
12485
12486         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12487         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12488         * gst/audiofx/audiopanorama.h:
12489         Fix audiopanorame with float samples. Fixes #383726.
12490
12491 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12492
12493         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12494         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12495         (gst_sunaudiosrc_reset):
12496
12497         Implement reset functions to unblock the src/sink more quickly on 
12498         state change requests.
12499         Patch by: Brian Cameron <brian dot cameron at sun com>
12500
12501 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12502
12503         * sys/sunaudio/gstsunaudiomixer.c:
12504         (gst_sunaudiomixer_change_state):
12505         Construct the correct mixer device name when the AUDIODEV env var
12506         is set.
12507
12508         Patch by: Jerry Tan <jerry.tan at sun dot com>
12509         Fixes: #383596
12510
12511 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12512
12513         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12514         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12515         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12516         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12517         Patch by: Jerry Tan <jerry.tan at sun dot com>
12518         Fixes: #349015
12519
12520 2006-12-07  Wim Taymans  <wim@fluendo.com>
12521
12522         * gst/smpte/gstmask.h:
12523         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12524         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12525         (gst_smpte_collected), (gst_smpte_set_property),
12526         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12527         * gst/smpte/gstsmpte.h:
12528         Port to 0.10 some more. 
12529         Added duration property to specify the duration of the transition.
12530         Make framerate a fraction.
12531         Deprecate fps property, we only use negotiated fps.
12532         Added docs.
12533         Fix collectpad usage.
12534         Reset state in READY.
12535         Send NEWSEGMENT event.
12536         Fix racy updates of object properties.
12537         Added debug category.
12538         Fixes #383323.
12539
12540 2006-12-06  Wim Taymans  <wim@fluendo.com>
12541
12542         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12543
12544         * gst/videomixer/videomixer.c:
12545         (gst_videomixer_set_master_geometry),
12546         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12547         Don't reset xpos and ypos in the setcaps function because causes
12548         unexpected behaviour.
12549         Fixes #382179.
12550
12551 2006-12-06  Wim Taymans  <wim@fluendo.com>
12552
12553         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12554         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12555         Keep track of the buffer timestamp in the collectdata member instead
12556         of modifying the buffer without making the metadata writable first.
12557         Fixes #382277.
12558
12559 2006-12-06  Wim Taymans  <wim@fluendo.com>
12560
12561         Patch by: Rob Taylor <robtaylor at floopily dot org>
12562
12563         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12564         If using multicast in udpsrc, bind to the multicast address rather than
12565         IN_ADDR_ANY.
12566         This allows the simultanous use of multiple udpsrcs listening on
12567         different multicat addresses. Without this all udpsrcs will receive all
12568         packets from all subscribed multicast addresses.
12569         Fixes #383001.
12570
12571 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12572
12573         * ext/taglib/gstid3v2mux.cc:
12574         Don't attempt to write a NULL frame into the ID3 tag set when the 
12575         createFrame method returned NULL.
12576         Fixes: #381857
12577         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12578
12579 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12580
12581         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12582         Use g_strtod() instead of sscanf to parse doubles, so that it will
12583         try parsing in the C locale if the current locale fails.
12584         Fixes: #382982
12585         Patch by: Sebastian Dröge  <mail at slomosnail de >
12586
12587 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12588
12589         * win32/MANIFEST:
12590         Fix compilation on win32 under VS8
12591         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12592         Partially fixes #381175
12593
12594 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12595
12596         * gst/avi/gstavimux.c:
12597           accept all mpegversions,fixes #380825
12598           spotted by: Jerome Alet  
12599
12600 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12601
12602         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12603         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12604         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12605         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12606           cleanup the error message a bit more
12607
12608 2006-11-28  Wim Taymans  <wim@fluendo.com>
12609
12610         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12611         Fix width and height properties.
12612
12613         * ext/libcaca/gstcacasink.h:
12614         Fix compilation on newer libcaca that require us to include a new
12615         header. Fixes #379918.
12616
12617 2006-11-28  Wim Taymans  <wim@fluendo.com>
12618
12619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12620         * gst/rtsp/gstrtspsrc.h:
12621         * gst/rtsp/rtspext.h:
12622         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12623         (rtsp_ext_wms_get_context):
12624         Add method so that extensions can choose to disable the setup of
12625         a stream.
12626         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12627
12628 2006-11-27  Wim Taymans  <wim@fluendo.com>
12629
12630         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12631
12632         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12633         Push header in a separate buffer instead of memcpy:ing all data.
12634         Change LF => CRLF in headers.
12635         Move trailing LF to header. Fixes #379792.
12636
12637 2006-11-27  Wim Taymans  <wim@fluendo.com>
12638
12639         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12640         Small buffer overflow fix and improve debugging.
12641
12642 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12643
12644         * ext/esd/esdmon.h:
12645         * ext/esd/esdsink.h:
12646           remove obsolete _factory_init protos
12647
12648 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12649
12650         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12651         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12652         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12653         (gst_avi_demux_read_subindexes_push),
12654         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12655         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12656         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12657         (gst_avi_demux_massage_index),
12658         (gst_avi_demux_calculate_durations_from_index),
12659         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12660         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12661         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12662           remove dead code, tweak debugs statements, add comments, use
12663           _uint64_scale instead _uint64_scale_int when using guint64 values,
12664           small optimizations, reflow some error handling
12665
12666 2006-11-22  Edward Hervey  <edward@fluendo.com>
12667
12668         * po/.cvsignore:
12669         We never put .pot files in cvs. Let's ignore them all.
12670
12671 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12672
12673         * po/POTFILES.in:
12674           ... but better exclude files that aren't disted.
12675
12676 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * po/POTFILES.in:
12679           Add v4l2 source files to list of files with translations, so the
12680           strings are actually extracted (however bad they still may be).
12681
12682 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12685           Minor clean-ups: const-ify static array, remove trailing comma from
12686           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12687
12688 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12689
12690         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12691         Make sure that g_free always gets called on the same pointer that was 
12692         returned by g_malloc.  Fixes #376594.
12693         Do not leak memory if decompressed size is wrong.
12694         Remove unneeded check of return value of g_malloc.
12695         Patch by: René Stadler <mail@renestadler.de>
12696
12697 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12698
12699         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12700           Add missing curly brackets.
12701
12702 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12703
12704         * sys/v4l2/v4l2src_calls.c:
12705         Fix capture_deinit.
12706
12707 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12708
12709         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12710         (gst_matroska_mux_request_new_pad):
12711           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12712
12713         * tests/check/elements/matroskamux.c: (setup_src_pad),
12714         (setup_sink_pad), (GST_START_TEST):
12715         Activate pads before using them.
12716
12717 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12718
12719         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12720           Initialise variable to get rid of bogus compiler warning.
12721
12722 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12723
12724         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12725
12726         * gst/rtp/gstrtph263pay.c:
12727         * gst/rtp/gstrtph263pdepay.c:
12728         * gst/rtp/gstrtph263ppay.c:
12729           Specify H.263 variant and version in the caps (fixes #361637)
12730
12731 2006-11-15  Wim Taymans  <wim@fluendo.com>
12732
12733         * gst/rtsp/rtspconnection.c: (read_body):
12734         Don't set a data pointer to NULL and a size > 0 when we deal
12735         with empty packets.
12736
12737         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12738         (rtsp_message_init_response), (rtsp_message_init_data),
12739         (rtsp_message_unset), (rtsp_message_free),
12740         (rtsp_message_take_body):
12741         Check that we can't create invalid empty packets. 
12742
12743 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12744
12745         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12746
12747         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12748         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12749         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12750         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12751         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12752         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12753         * gst/matroska/matroska-mux.h:
12754           Add basic tag writing support; implement releasing pads (#374658).
12755
12756 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12757
12758         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12759         (gst_matroska_demux_audio_caps):
12760           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12761
12762 2006-11-14  David Schleef  <ds@schleef.org>
12763
12764         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12765
12766 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12767
12768         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12769
12770         * win32/vs8/gst-plugins-good.sln:
12771         * win32/vs8/libgst1394.vcproj:
12772         * win32/vs8/libgstaasink.vcproj:
12773         * win32/vs8/libgstalaw.vcproj:
12774         * win32/vs8/libgstalpha.vcproj:
12775         * win32/vs8/libgstalphacolor.vcproj:
12776         * win32/vs8/libgstannodex.vcproj:
12777         * win32/vs8/libgstapetag.vcproj:
12778         * win32/vs8/libgstaudiofx.vcproj:
12779         * win32/vs8/libgstauparse.vcproj:
12780         * win32/vs8/libgstautodetect.vcproj:
12781         * win32/vs8/libgstavi.vcproj:
12782         * win32/vs8/libgstcacasink.vcproj:
12783         * win32/vs8/libgstcdio.vcproj:
12784         * win32/vs8/libgstcutter.vcproj:
12785         * win32/vs8/libgstdv.vcproj:
12786         * win32/vs8/libgsteffectv.vcproj:
12787         * win32/vs8/libgstflac.vcproj:
12788         * win32/vs8/libgstflxdec.vcproj:
12789         * win32/vs8/libgstgoom.vcproj:
12790         * win32/vs8/libgsticydemux.vcproj:
12791         * win32/vs8/libgstid3demux.vcproj:
12792         * win32/vs8/libgstjpeg.vcproj:
12793         * win32/vs8/libgstladspa.vcproj:
12794         * win32/vs8/libgstlevel.vcproj:
12795         * win32/vs8/libgstmatroska.vcproj:
12796         * win32/vs8/libgstmikmod.vcproj:
12797         * win32/vs8/libgstmng.vcproj:
12798         * win32/vs8/libgstmonoscope.vcproj:
12799         * win32/vs8/libgstmulaw.vcproj:
12800         * win32/vs8/libgstmultipart.vcproj:
12801         * win32/vs8/libgstpng.vcproj:
12802         * win32/vs8/libgstrtp.vcproj:
12803         * win32/vs8/libgstrtsp.vcproj:
12804         * win32/vs8/libgstshout2.vcproj:
12805         * win32/vs8/libgstsmpte.vcproj:
12806         * win32/vs8/libgstspeex.vcproj:
12807         * win32/vs8/libgsttaglib.vcproj:
12808         * win32/vs8/libgstudp.vcproj:
12809         * win32/vs8/libgstvideobalance.vcproj:
12810         * win32/vs8/libgstvideobox.vcproj:
12811         * win32/vs8/libgstvideoflip.vcproj:
12812         * win32/vs8/libgstvideomixer.vcproj:
12813         * win32/vs8/libgstwavenc.vcproj:
12814         * win32/vs8/libgstwavparse.vcproj:
12815           Make end-of-line returns unixy, so that when the files are checked
12816           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12817           Hopefully fixes #366492.
12818
12819 2006-11-14  Wim Taymans  <wim@fluendo.com>
12820
12821         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12822         Disable init_frames delay timestamp adjustment, it does not
12823         seem to be needed at all. Fixes #369621.
12824
12825 2006-11-13  Wim Taymans  <wim@fluendo.com>
12826
12827         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12828
12829         * gst/videomixer/videomixer.c:
12830         (gst_videomixer_set_master_geometry),
12831         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12832         (gst_videomixer_collect_free), (gst_videomixer_reset),
12833         (gst_videomixer_init), (gst_videomixer_finalize),
12834         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12835         (gst_videomixer_collected), (gst_videomixer_change_state):
12836         Fix memleak by unref'ing collectpads instance (when finalizing)
12837         Implement releasing a request pad. Fixes #374479.
12838
12839 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12840
12841         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12842
12843         * win32/vs8/gst-plugins-good.sln:
12844         * win32/vs8/libgst1394.vcproj:
12845         * win32/vs8/libgstaasink.vcproj:
12846         * win32/vs8/libgstalaw.vcproj:
12847         * win32/vs8/libgstalpha.vcproj:
12848         * win32/vs8/libgstalphacolor.vcproj:
12849         * win32/vs8/libgstannodex.vcproj:
12850         * win32/vs8/libgstapetag.vcproj:
12851         * win32/vs8/libgstaudiofx.vcproj:
12852         * win32/vs8/libgstauparse.vcproj:
12853         * win32/vs8/libgstautodetect.vcproj:
12854         * win32/vs8/libgstavi.vcproj:
12855         * win32/vs8/libgstcacasink.vcproj:
12856         * win32/vs8/libgstcdio.vcproj:
12857         * win32/vs8/libgstcutter.vcproj:
12858         * win32/vs8/libgstdv.vcproj:
12859         * win32/vs8/libgsteffectv.vcproj:
12860         * win32/vs8/libgstflac.vcproj:
12861         * win32/vs8/libgstflxdec.vcproj:
12862         * win32/vs8/libgstgoom.vcproj:
12863         * win32/vs8/libgsticydemux.vcproj:
12864         * win32/vs8/libgstid3demux.vcproj:
12865         * win32/vs8/libgstjpeg.vcproj:
12866         * win32/vs8/libgstladspa.vcproj:
12867         * win32/vs8/libgstlevel.vcproj:
12868         * win32/vs8/libgstmatroska.vcproj:
12869         * win32/vs8/libgstmikmod.vcproj:
12870         * win32/vs8/libgstmng.vcproj:
12871         * win32/vs8/libgstmonoscope.vcproj:
12872         * win32/vs8/libgstmulaw.vcproj:
12873         * win32/vs8/libgstmultipart.vcproj:
12874         * win32/vs8/libgstpng.vcproj:
12875         * win32/vs8/libgstrtp.vcproj:
12876         * win32/vs8/libgstrtsp.vcproj:
12877         * win32/vs8/libgstshout2.vcproj:
12878         * win32/vs8/libgstsmpte.vcproj:
12879         * win32/vs8/libgstspeex.vcproj:
12880         * win32/vs8/libgsttaglib.vcproj:
12881         * win32/vs8/libgstudp.vcproj:
12882         * win32/vs8/libgstvideobalance.vcproj:
12883         * win32/vs8/libgstvideobox.vcproj:
12884         * win32/vs8/libgstvideoflip.vcproj:
12885         * win32/vs8/libgstvideomixer.vcproj:
12886         * win32/vs8/libgstwavenc.vcproj:
12887         * win32/vs8/libgstwavparse.vcproj:
12888           Add VS8 project files (note that many of the plugins in ext are
12889           disabled by default). Fixes #366492.
12890
12891 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12892
12893         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12894           we do not translate debug messages
12895
12896 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12897
12898         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12899           fix categorisation, make short desc more explicit, remove unused code
12900           Fixes #372021
12901
12902 2006-11-08  Wim Taymans  <wim@fluendo.com>
12903
12904         * gst/rtp/gstrtpL16depay.c:
12905         * gst/rtp/gstrtpamrdepay.c:
12906         * gst/rtp/gstrtpamrpay.c:
12907         * gst/rtp/gstrtpgsmdepay.c:
12908         * gst/rtp/gstrtph263pay.c:
12909         * gst/rtp/gstrtph263pdepay.c:
12910         * gst/rtp/gstrtph263ppay.c:
12911         * gst/rtp/gstrtph264depay.c:
12912         * gst/rtp/gstrtpmp2tdepay.c:
12913         * gst/rtp/gstrtpmp4gdepay.c:
12914         * gst/rtp/gstrtpmp4gpay.c:
12915         * gst/rtp/gstrtpmp4vdepay.c:
12916         * gst/rtp/gstrtpmp4vpay.c:
12917         * gst/rtp/gstrtpmpadepay.c:
12918         * gst/rtp/gstrtpmpapay.c:
12919         * gst/rtp/gstrtppcmadepay.c:
12920         * gst/rtp/gstrtppcmapay.c:
12921         * gst/rtp/gstrtppcmudepay.c:
12922         * gst/rtp/gstrtppcmupay.c:
12923         * gst/rtp/gstrtpspeexdepay.c:
12924         * gst/rtp/gstrtpspeexpay.c:
12925         * gst/rtp/gstrtpsv3vdepay.c:
12926         Fix element descriptions.
12927
12928 2006-11-08  Wim Taymans  <wim@fluendo.com>
12929
12930         * gst/rtp/gstrtpvorbisdepay.c:
12931         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12932         Fix description.
12933         Small cleanup in the payloader.
12934
12935 2006-11-08  Wim Taymans  <wim@fluendo.com>
12936
12937         * gst/rtp/Makefile.am:
12938         * gst/rtp/gstrtp.c: (plugin_init):
12939         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12940         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12941         (gst_rtp_theora_depay_finalize),
12942         (gst_rtp_theora_depay_parse_configuration),
12943         (gst_rtp_theora_depay_setcaps),
12944         (gst_rtp_theora_depay_switch_codebook),
12945         (gst_rtp_theora_depay_process),
12946         (gst_rtp_theora_depay_set_property),
12947         (gst_rtp_theora_depay_get_property),
12948         (gst_rtp_theora_depay_change_state),
12949         (gst_rtp_theora_depay_plugin_init):
12950         * gst/rtp/gstrtptheoradepay.h:
12951         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12952         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12953         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12954         (gst_rtp_theora_pay_init_packet),
12955         (gst_rtp_theora_pay_flush_packet),
12956         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12957         (gst_rtp_theora_pay_handle_buffer),
12958         (gst_rtp_theora_pay_plugin_init):
12959         * gst/rtp/gstrtptheorapay.h:
12960         Add theora pay/depayloaders.
12961
12962 2006-11-06  Wim Taymans  <wim@fluendo.com>
12963
12964         * gst/rtp/Makefile.am:
12965         We depend on gsttag to generate the vorbis comments.
12966
12967         * gst/rtp/gstrtpvorbisdepay.c:
12968         (gst_rtp_vorbis_depay_parse_configuration),
12969         (gst_rtp_vorbis_depay_setcaps),
12970         (gst_rtp_vorbis_depay_switch_codebook),
12971         (gst_rtp_vorbis_depay_process):
12972         * gst/rtp/gstrtpvorbisdepay.h:
12973         Parse configuration string in the depayloader.
12974         Implement selecting and switching to a new codebook.
12975         Receiving vorbis over RTP now works.
12976
12977         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12978         (gst_rtp_vorbis_pay_init_packet),
12979         (gst_rtp_vorbis_pay_finish_headers),
12980         (gst_rtp_vorbis_pay_handle_buffer):
12981         * gst/rtp/gstrtpvorbispay.h:
12982         Set timestamps on outgoing buffers and RTP packets.
12983         Fix configuration string, prepend number of Packet headers.
12984         Fix encoding of ident string.
12985         Add delivery-method to caps.
12986         Streaming vorbis over RTP now works.
12987
12988 2006-11-06  Wim Taymans  <wim@fluendo.com>
12989
12990         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12991         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12992         (gst_rtp_vorbis_pay_handle_buffer):
12993         * gst/rtp/gstrtpvorbispay.h:
12994         Generate a valid configuration string in the caps based on the
12995         vorbis headers.
12996
12997 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12998
12999         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13000         * ext/cdio/gstcdio.h:
13001         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13002           Move CD-TEXT utility function into common file so it can also be
13003           used by a future cdioparanoiasrc.
13004
13005 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13006         
13007         * sys/v4l2/Makefile.am:
13008         * sys/v4l2/gstv4l2object.c:
13009         * sys/v4l2/gstv4l2src.c:
13010         * sys/v4l2/gstv4l2xoverlay.c:
13011         * sys/v4l2/v4l2_calls.c:
13012         * sys/v4l2/v4l2src_calls.c:
13013         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13014         xoverlay code that is still not implemented.
13015
13016 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13017
13018         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13019           We require a -base more recent than 0.10.9, so it's safe to use
13020           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13021
13022         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13023         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13024           Use _newsegment_full() now that we depend on a recent enough core.
13025
13026         * gst/wavparse/gstwavparse.c:
13027           Remove cruft that we don't need any longer now that we depend on
13028           a recent enough -base.
13029
13030 2006-10-31  Wim Taymans  <wim@fluendo.com>
13031
13032         * gst/rtp/Makefile.am:
13033         * gst/rtp/gstrtp.c: (plugin_init):
13034         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13035         (gst_rtpilbcpay_setcaps):
13036         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13037
13038 2006-10-31  Wim Taymans  <wim@fluendo.com>
13039
13040         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13041         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13042         Some small cleanups, use _scale.
13043
13044 2006-10-31  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13047         Use higher precision scale function.
13048
13049 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13050
13051         Patch by: Michal Benes  <michal dot benes at itonis tv>
13052
13053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13054         (gst_matroska_demux_read_track_encodings),
13055         (gst_matroska_decode_buffer):
13056           Fix several issues with encoded/compressed/encrypted/signed tracks;
13057           also, remove superfluous newline characters from some debug
13058           statements. (#366155)
13059
13060 2006-10-30  Wim Taymans  <wim@fluendo.com>
13061
13062         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13063         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13064         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13065         (gst_smokedec_change_state):
13066         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13067         (gst_smokeenc_init), (gst_smokeenc_finalize),
13068         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13069         (gst_smokeenc_resync), (gst_smokeenc_chain),
13070         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13071         (gst_smokeenc_change_state):
13072         Various cleanups, capsnego and leak fixes.
13073
13074 2006-10-30  Wim Taymans  <wim@fluendo.com>
13075
13076         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13077
13078         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13079         Fix videomixer so that it can handle any combination of framerates.
13080         Fixes #367221.
13081
13082 2006-10-28  Wim Taymans  <wim@fluendo.com>
13083
13084         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13085         (gst_avi_demux_parse_file_header),
13086         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13087         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13088         (gst_avi_demux_chain):
13089         Fix position query for audio. also fixes timestamps in streaming
13090         mode and bug #364958.
13091         Small cleanups.
13092
13093 2006-10-27  Wim Taymans  <wim@fluendo.com>
13094
13095         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13096         * ext/libpng/gstpngenc.h:
13097         Fix strides. Fixes #364856.
13098         Cleanup capsnego.
13099         Set caps on outgoing buffers.
13100
13101 2006-10-18  Wim Taymans  <wim@fluendo.com>
13102
13103         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13104
13105         * gst/rtp/gstrtpgsmpay.c:
13106         * gst/rtp/gstrtph263pay.c:
13107         * gst/rtp/gstrtpmpapay.c:
13108         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13109         (gst_rtp_pcma_pay_handle_buffer):
13110         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13111         Add static payload numbers in addition to the dynamic ones.
13112         Fixes #361639.
13113
13114 2006-10-18  Wim Taymans  <wim@fluendo.com>
13115
13116         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13117         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13118         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13119         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13120         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13121         * gst/rtsp/rtspdefs.h:
13122         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13123         * gst/rtsp/rtspurl.h:
13124         Reuse already existing enum for lower transport.
13125         Add rtspt and rtspu protocols.
13126         Send redirect to rtspt when udp times out.
13127
13128 2006-10-18  Wim Taymans  <wim@fluendo.com>
13129
13130         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13131         (gst_wavparse_stream_data):
13132         Fix seeking some more, mostly for speed changes.
13133
13134 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13135
13136         Patch by: Fredrik Persson  <frepe at bredband net>
13137
13138         * sys/v4l2/gstv4l2tuner.c:
13139         * sys/v4l2/gstv4l2tuner.h:
13140           Fix _set_channel(): remove useless g_object_notify() for "channel"
13141           property that doesn't exist any longer and therefore now also
13142           useless redirect (#338818).
13143
13144 2006-10-17  Wim Taymans  <wim@fluendo.com>
13145
13146         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13147         Some drivers do not support unsetting the non-blocking flag once the
13148         device is opened. In those cases, close/open the device in
13149         non-blocking mode. Fixes #362673.
13150
13151 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13152
13153         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13154         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13155         (gst_v4l2src_get_fps):
13156           dear stefan, framespersecond is not frameperiod, reverting but adding
13157           comment
13158
13159 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13160
13161         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13162         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13163         (gst_v4l2src_get_fps):
13164           Numerator is numerator and denominator is denominator. Say that aloud
13165           5 times and retry after next beer.
13166
13167 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13168
13169         Patch by: Josep Torra Valles  <josep at fluendo com>
13170
13171         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13172         * ext/esd/esdsink.c: (gst_esdsink_write):
13173         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13174         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13175         (gst_flac_dec_send_newsegment):
13176         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13177         (gst_flac_enc_tell_callback):
13178         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13179         (smokecodec_parse_header), (smokecodec_decode):
13180         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13181         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13182         * gst/goom/Makefile.am:
13183         * gst/goom/gstgoom.c:
13184         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13185         * gst/rtsp/gstrtspsrc.c:
13186         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13187         * gst/udp/gstudpsink.c:
13188         * gst/udp/gstudpsrc.c:
13189         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13190         * sys/sunaudio/gstsunaudiomixertrack.h:
13191           Fix a bunch of problems discovered by the Forte compiler, mostly type
13192           mixups and pointer arithmetics with void pointers. Fixes #362603.
13193
13194 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13195
13196         * ext/speex/gstspeex.c: (plugin_init):
13197         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13198         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13199         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13200         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13201         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13202         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13203         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13204         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13205         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13206         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13207         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13208         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13209         * ext/speex/gstspeexenc.h:
13210           Miscellaneous clean-ups, among other things: speexenc => enc to
13211           enhance code readability; change speexenc => speex_enc; in chain
13212           function unref input buffer in case of error; take reference in
13213           event function; use boilerplate macro; use gst_pad_query_peer_*
13214           convenience functions.
13215
13216 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13217
13218         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13219         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13220         (gst_speexenc_set_header_on_caps):
13221           Fix some mem leaks.
13222
13223 2006-10-11  Wim Taymans  <wim@fluendo.com>
13224
13225         * gst/rtsp/URLS:
13226         Added some other URL.
13227
13228         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13229         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13230         (gst_rtspsrc_open), (gst_rtspsrc_play),
13231         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13232         * gst/rtsp/gstrtspsrc.h:
13233         Work on fallback to TCP connection when the UDP socket times out.
13234         Handler server requests, just reply with OK for now.
13235
13236         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13237         * gst/rtsp/rtspdefs.h:
13238         Added some more Real extension headers.
13239
13240         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13241         Fix parsing of urls with a ':' that is not part of the hostname:port
13242         part of the url.
13243
13244 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13245
13246         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13247         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13248         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13249           Activate pad before adding it to the already-running element.
13250
13251         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13252           Activate newly-created pad too.
13253
13254 2006-10-11  Wim Taymans  <wim@fluendo.com>
13255
13256         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13257
13258         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13259         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13260         (gst_udpsrc_start):
13261         Fix some leaks in caps and uris. Fixes #361252.
13262
13263 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13264
13265         * gst/wavparse/Makefile.am:
13266           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13267
13268 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13269
13270         * sys/v4l2/gstv4l2xoverlay.c:
13271         * sys/v4l2/gstv4l2xoverlay.h:
13272         Fix build as per the patch in #338818 comment 36.
13273
13274 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13275
13276         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13277           Activate pads before adding them to the source.
13278
13279 2006-10-06  Wim Taymans  <wim@fluendo.com>
13280
13281         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13282         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13283         Activate pads before adding.
13284
13285 2006-10-06  Wim Taymans  <wim@fluendo.com>
13286
13287         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13288         (gst_multipart_find_pad_by_mime):
13289         Activate pads before adding.
13290
13291         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13292         BOILERPLATE sets parent_class for us.
13293
13294 2006-10-06  Wim Taymans  <wim@fluendo.com>
13295
13296         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13297         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13298         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13299         (gst_rtspsrc_alloc_udp_ports),
13300         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13301         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13302         (gst_rtspsrc_create_transports_string),
13303         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13304         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13305         * gst/rtsp/gstrtspsrc.h:
13306         Rework how the transport string is constructed, try to share channels
13307         and udp ports.
13308         Make most of the stuff less dependant on RTP as we are also going to use
13309         it for RDT.
13310         Add support for transport specific session managers.
13311
13312         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13313         Implement _flush().
13314
13315         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13316         * gst/rtsp/rtspdefs.h:
13317         Add generic error return code.
13318
13319         * gst/rtsp/rtspext.h:
13320         Add support for pluggable tranport strings.
13321
13322         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13323         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13324         (rtsp_ext_wms_get_context):
13325         Detect WMServer and activate the extension.
13326
13327         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13328         (rtsp_transport_get_manager), (rtsp_transport_parse):
13329         * gst/rtsp/rtsptransport.h:
13330         Added methods to get mime/manager for certain transports.
13331
13332 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13333
13334         * ext/cairo/gsttimeoverlay.c:
13335         (gst_cairo_time_overlay_update_font_height):
13336         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13337         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13338         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13339         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13340         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13341         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13342         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13343         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13344         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13345         (gst_avi_demux_stream_data):
13346         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13347         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13348         (gst_fenced_buffer_copy):
13349         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13350         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13351         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13352         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13353         (gst_rtspsrc_handle_message):
13354         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13355         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13356           Printf format fixes.
13357
13358 2006-10-04  Wim Taymans  <wim@fluendo.com>
13359
13360         * gst/rtsp/Makefile.am:
13361         Dist new .h file too.
13362
13363 2006-10-04  Wim Taymans  <wim@fluendo.com>
13364
13365         * gst/rtsp/Makefile.am:
13366         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13367         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13368         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13369         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13370         (gst_rtspsrc_parse_rtpmap),
13371         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13372         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13373         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13374         * gst/rtsp/gstrtspsrc.h:
13375         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13376         * gst/rtsp/rtspdefs.h:
13377         * gst/rtsp/rtspext.h:
13378         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13379         (rtsp_ext_wms_get_context):
13380         * gst/rtsp/rtspextwms.h:
13381         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13382         (rtsp_transport_parse):
13383         * gst/rtsp/rtsptransport.h:
13384         Factor out extension in separate module.
13385         Fix getcaps to filter against the padtemplate.
13386         Use Content-Base if the server gives one.
13387         Rework the transport parsing a bit for future extensions.
13388         Added some Real Header field definitions.
13389
13390 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13391
13392         * docs/plugins/Makefile.am:
13393         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13394         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13395           added v4l2 stubs
13396         * gst-plugins-good.spec.in:
13397           add v4l2
13398
13399 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13400
13401         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13402           Extract disc/album/medium number and count and try harder
13403           to extract track number/count.
13404
13405 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13406
13407         * configure.ac:
13408         * sys/Makefile.am:
13409           add build stuff for v4l2, needs --enable-experimental until
13410           the last bits are resolved
13411
13412 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13413
13414         * tests/check/Makefile.am:
13415           Disable autodetect test temporarily, so that the build bots
13416           update -bad and the ranks of unreliable video sinks in there.
13417
13418         * tests/check/elements/autodetect.c: (GST_START_TEST):
13419           Skip test if no usable videosink is found.
13420
13421 2006-09-29  Wim Taymans  <wim@fluendo.com>
13422
13423         * gst/rtsp/URLS:
13424         Add some more URLs.
13425
13426         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13427         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13428         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13429         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13430         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13431         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13432         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13433         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13434         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13435         * gst/rtsp/gstrtspsrc.h:
13436         Add timeout property to control UDP timeouts.
13437         Fix error messages.
13438         Also start a loop function when operating in UDP mode so that we can
13439         do some more stuff async.
13440         Handle element messages from udpsrc to detect timeouts. If a timeout
13441         happens we currently generate an error.
13442         API: rtspsrc::timeout property.
13443
13444         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13445         (gst_udpsrc_create):
13446         Really implement the timeout in microseconds and not milliseconds.
13447
13448 2006-09-29  Wim Taymans  <wim@fluendo.com>
13449
13450         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13451         (gst_udpsrc_create), (gst_udpsrc_set_property),
13452         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13453         * gst/udp/gstudpsrc.h:
13454         Added property to post a message on timeout.
13455         Updated docs.
13456         When restarting the select, initialize the fdsets again.
13457         Init control sockets so we don't accidentally close a random socket.
13458         API: GstUDPSrc::timeout property
13459
13460 2006-09-29  Wim Taymans  <wim@fluendo.com>
13461
13462         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13463         Fix flag registration.
13464
13465         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13466         Reading 0 also means 'no more commands'
13467
13468 2006-09-29  Wim Taymans  <wim@fluendo.com>
13469
13470         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13471
13472         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13473         Fix possible infinite loop when shutting down, a read can also return
13474         0 to indicate no more messages are available. Fixes #358156.
13475
13476 2006-09-25  Wim Taymans  <wim@fluendo.com>
13477
13478         * gst/autodetect/gstautoaudiosink.c:
13479         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13480         (gst_auto_audio_sink_find_best):
13481         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13482         Small cleanups.
13483         don't try to set "sync" property when it is not available.
13484
13485 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13486
13487         Patch by: Peter Kjellerstedt  <pkj at axis com>
13488
13489         * gst/alpha/gstalpha.c:
13490         * gst/rtp/gstrtpamrdepay.c:
13491         * gst/rtsp/gstrtspsrc.c:
13492         * gst/udp/gstudpsrc.c:
13493         * gst/videomixer/videomixer.c:
13494           Include stdlib.h in some more places, makes things compile
13495           with uClibc and -Werror (#357592).
13496
13497 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13498
13499         * ext/jpeg/gstjpegdec.c:
13500           Set minimum height to 8 (from 16), our code should handle
13501           that fine. Some of the buttons on the apple trailer site
13502           are apparently only 15 pixels high (see #357470).
13503
13504 2006-09-23  Wim Taymans  <wim@fluendo.com>
13505
13506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13507         (gst_rtspsrc_open):
13508         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13509         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13510         (rtsp_connection_receive):
13511         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13512         * gst/rtsp/rtspdefs.h:
13513         Improve error reporting.
13514
13515 2006-09-23  Wim Taymans  <wim@fluendo.com>
13516
13517         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13518         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13519         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13520         * gst/rtp/gstrtpdepay.c:
13521         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13522         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13523         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13524         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13525         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13526         (gst_rtp_mp2t_depay_plugin_init):
13527         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13528         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13529         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13530         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13531         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13532         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13533         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13534         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13535         Fix klass typos.
13536         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13537
13538 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13539
13540         * configure.ac:
13541           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13542
13543 2006-09-22  Wim Taymans  <wim@fluendo.com>
13544
13545         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13546         Don't check for a tag that is never there and check if we read the
13547         correct tag. Fixes seeking again.
13548         We must post an error when all pads are unlinked.
13549
13550 2006-09-22  Wim Taymans  <wim@fluendo.com>
13551
13552         * gst/rtp/Makefile.am:
13553         * gst/rtp/gstrtp.c: (plugin_init):
13554         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13555         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13556         (gst_rtp_vorbis_pay_reset_packet),
13557         (gst_rtp_vorbis_pay_init_packet),
13558         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13559         (gst_rtp_vorbis_pay_handle_buffer):
13560         More fixage, set endoder-params correctly in the payloader.
13561
13562 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13563
13564         * gst/autodetect/gstautoaudiosink.c:
13565         (gst_auto_audio_sink_base_init):
13566         * gst/autodetect/gstautovideosink.c:
13567         (gst_auto_video_sink_base_init):
13568           Make static pad templates static to appease valgrind's leak
13569           detector.
13570
13571         * tests/check/Makefile.am:
13572         * tests/check/elements/.cvsignore:
13573         * tests/check/elements/autodetect.c: (GST_START_TEST),
13574         (autodetect_suite):
13575           Add simple test for the ghostpad lockup on shutdown fixed in core
13576           CVS (audio bit disabled because it would need dozens of alsa
13577           suppressions and I'm too lazy to add those now).
13578
13579 2006-09-22  Wim Taymans  <wim@fluendo.com>
13580
13581         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13582         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13583         Small cleanups.
13584
13585         * gst/rtp/Makefile.am:
13586         * gst/rtp/gstrtp.c: (plugin_init):
13587         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13588         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13589         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13590         (gst_rtp_vorbis_depay_process),
13591         (gst_rtp_vorbis_depay_set_property),
13592         (gst_rtp_vorbis_depay_get_property),
13593         (gst_rtp_vorbis_depay_change_state),
13594         (gst_rtp_vorbis_depay_plugin_init):
13595         * gst/rtp/gstrtpvorbisdepay.h:
13596         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13597         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13598         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13599         (gst_rtp_vorbis_pay_flush_packet),
13600         (gst_rtp_vorbis_pay_append_buffer),
13601         (gst_rtp_vorbis_pay_handle_buffer),
13602         (gst_rtp_vorbis_pay_plugin_init):
13603         * gst/rtp/gstrtpvorbispay.h:
13604         Add experimental vorbis pay and depayloaders.
13605
13606 2006-09-21  Wim Taymans  <wim@fluendo.com>
13607
13608         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13609         Fix profile-level-id parsing and setup.
13610
13611 2006-09-21  Wim Taymans  <wim@fluendo.com>
13612
13613         * gst/udp/README:
13614         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13615         Update README, simple cleanup.
13616
13617 2006-09-21  Wim Taymans  <wim@fluendo.com>
13618
13619         * gst/rtp/README:
13620         Update README with some examples.
13621
13622         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13623         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13624         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13625         (gst_rtp_mp4g_pay_setcaps):
13626         * gst/rtp/gstrtpmp4gpay.h:
13627         Make optional RTP parameters of type STRING, as required by the
13628         application/x-rtp caps specification.
13629
13630 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13631
13632         * gst/rtp/gstrtph263pdepay.c:
13633         * gst/rtp/gstrtph263ppay.c:
13634         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13635         RTP header.
13636
13637 2006-09-20  Wim Taymans  <wim@fluendo.com>
13638
13639         * gst/rtp/Makefile.am:
13640         And makefile too.
13641
13642 2006-09-20  Wim Taymans  <wim@fluendo.com>
13643
13644         * gst/rtp/gstrtp.c: (plugin_init):
13645         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13646         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13647         (decode_base64), (gst_rtp_asf_depay_setcaps),
13648         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13649         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13650         (gst_rtp_asf_depay_plugin_init):
13651         * gst/rtp/gstrtpasfdepay.h:
13652         Added preliminary ASF depayloader.
13653
13654         * gst/rtp/gstrtph264depay.c: (decode_base64):
13655         Fix base64 decoding.
13656
13657 2006-09-20  Wim Taymans  <wim@fluendo.com>
13658
13659         * gst/rtsp/URLS:
13660         Added some test URLS.
13661
13662         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13663         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13664         * gst/rtsp/gstrtspsrc.h:
13665         When creating streams, give access to the complete SDP.
13666         Fix some leaks.
13667         Collect and merge global stream properties in stream caps.
13668         Preliminary support for WMServer.
13669
13670         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13671         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13672         (rtsp_connection_receive):
13673         * gst/rtsp/rtspconnection.h:
13674         Make connection interruptable.
13675         Refactor to make it reconnectable.
13676         Don't fail on short reads when reading data packets.
13677
13678         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13679         (rtsp_url_get_port):
13680         * gst/rtsp/rtspurl.h:
13681         Add methods for getting/setting the port.
13682
13683         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13684         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13685         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13686         (sdp_media_get_format), (sdp_parse_line),
13687         (sdp_message_parse_buffer):
13688         Fix headers. 
13689         Add methods for getting multiple attributes with the same name.
13690         Increase buffer size when parsing.
13691         Fix parsing of a=foo fields.
13692
13693         * gst/rtsp/test.c: (main):
13694         Update to new connection API.
13695
13696         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13697         (rtsp_message_init_response), (rtsp_message_init_data),
13698         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13699         * gst/rtsp/rtspmessage.h:
13700         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13701         * gst/rtsp/rtsptransport.h:
13702         * gst/rtsp/sdp.h:
13703         * gst/rtsp/sdpmessage.h:
13704         * gst/rtsp/gstrtsp.c:
13705         * gst/rtsp/gstrtsp.h:
13706         * gst/rtsp/gstrtpdec.c:
13707         * gst/rtsp/gstrtpdec.h:
13708         * gst/rtsp/rtsp.h:
13709         * gst/rtsp/rtspdefs.c:
13710         * gst/rtsp/rtspdefs.h:
13711         Dual licensed under MIT and LGPL now.
13712
13713 2006-09-19  Wim Taymans  <wim@fluendo.com>
13714
13715         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13716         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13717         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13718         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13719         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13720         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13721         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13722         * gst/rtsp/gstrtspsrc.h:
13723         Reorganize stream parsing and creation.
13724         Detect container formats in interleaved mode.
13725         Keep more state about the streams.
13726         Assume a server also supports PLAY if it does not say.
13727         Add unicast and interleaved properties to TCP transport requests to make
13728         some servers happy (WMServer).
13729
13730         * gst/rtsp/sdpmessage.h:
13731         Add some defines for the standard Bandwidth types.
13732
13733 2006-09-19  Wim Taymans  <wim@fluendo.com>
13734
13735         * gst/rtsp/test.c: (main):
13736         Fix build.
13737
13738 2006-09-19  Wim Taymans  <wim@fluendo.com>
13739
13740         * gst/wavparse/gstwavparse.c:
13741         Add ms-gsm to the src template.
13742
13743 2006-09-18  Wim Taymans  <wim@fluendo.com>
13744
13745         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13746         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13747         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13748         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13749         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13750         * gst/rtsp/gstrtspsrc.h:
13751         Small cleanups, added documentation.
13752         Try to clean up the requests and responses.
13753         Refactor parsing the supported methods.
13754
13755         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13756         (rtsp_connection_create), (rtsp_connection_send),
13757         (parse_response_status), (parse_request_line),
13758         (rtsp_connection_receive), (rtsp_connection_close),
13759         (rtsp_connection_free):
13760         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13761         (rtsp_transport_init), (rtsp_transport_parse),
13762         (rtsp_transport_free):
13763         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13764         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13765         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13766         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13767         Use g_return_val some more.
13768
13769         * gst/rtsp/rtspdefs.h:
13770         Add more enum values to track initial states.
13771
13772         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13773         (rtsp_message_init_request), (rtsp_message_new_response),
13774         (rtsp_message_init_response), (rtsp_message_init_data),
13775         (rtsp_message_unset), (rtsp_message_free),
13776         (rtsp_message_add_header), (rtsp_message_remove_header),
13777         (rtsp_message_get_header), (rtsp_message_set_body),
13778         (rtsp_message_take_body), (rtsp_message_get_body),
13779         (rtsp_message_steal_body), (rtsp_message_dump):
13780         * gst/rtsp/rtspmessage.h:
13781         Reorder arguments, object goes as the first one.
13782         Use g_return_val some more.
13783
13784 2006-09-18  Wim Taymans  <wim@fluendo.com>
13785
13786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13787         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13788         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13789         * gst/rtsp/gstrtspsrc.h:
13790         Export sometimes source pad with correct caps on the template, create
13791         the ghostpad from the template.
13792         Remove RTCP template as we never expose RTCP.
13793         Protect against invalid body size.
13794         Avoid memcpy when creating the output buffer.
13795         Properly post an error and send EOS when the loop function is shut down.
13796
13797 2006-09-18  Wim Taymans  <wim@fluendo.com>
13798
13799         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13800
13801         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13802         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13803         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13804         * gst/rtsp/gstrtspsrc.h:
13805         Make sure we can never set an invalid location.
13806
13807         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13808         * gst/rtsp/rtspmessage.h:
13809         Added _steal_body method for future use.
13810
13811         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13812         Make freeing of NULL url return immediatly.
13813
13814 2006-09-18  Wim Taymans  <wim@fluendo.com>
13815
13816         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13817
13818         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13819         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13820         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13821         (gst_rtspsrc_change_state):
13822         * gst/rtsp/gstrtspsrc.h:
13823         Use boilerplate.
13824         Make rtspsrc subclass GstBin to make state changes easier.
13825         Add Range header field on the PLAY request.
13826
13827 2006-09-18  Wim Taymans  <wim@fluendo.com>
13828
13829         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13830
13831         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13832         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13833         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13834         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13835         * gst/rtsp/rtspconnection.c: (inet_aton):
13836         Small cleanups.
13837         when multicast is selected as the transport, create UDP sources and
13838         connect to the multicast group.
13839         Move parsing and setting of caps to a common place.
13840         Fixes #349894.
13841
13842 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13843
13844         * ext/flac/gstflactag.c:
13845         * gst/alpha/gstalpha.c:
13846         * gst/debug/breakmydata.c:
13847         * gst/debug/negotiation.c:
13848         * gst/debug/testplugin.c:
13849         * gst/effectv/gstaging.c:
13850         * gst/effectv/gstdice.c:
13851         * gst/effectv/gstedge.c:
13852         * gst/effectv/gstquark.c:
13853         * gst/effectv/gstrev.c:
13854         * gst/effectv/gstshagadelic.c:
13855         * gst/effectv/gstvertigo.c:
13856         * gst/effectv/gstwarp.c:
13857         * gst/multipart/multipartdemux.c:
13858         * gst/multipart/multipartmux.c:
13859         * gst/videobox/gstvideobox.c:
13860         * gst/videofilter/gstgamma.c:
13861         * gst/videofilter/gstvideotemplate.c:
13862         * gst/videomixer/videomixer.c:
13863         * sys/sunaudio/gstsunaudiosrc.h:
13864         More G_OBJECT macro fixing.
13865
13866 2006-09-16  Wim Taymans  <wim@fluendo.com>
13867
13868         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13869
13870         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13871         Correctly set the dwLength in strh.
13872         With this patch, the file duration is now displayed correctly in window
13873         media player and the AVI plays completely. Fixes #356147
13874
13875 2006-09-15  Wim Taymans  <wim@fluendo.com>
13876
13877         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13878
13879         * sys/sunaudio/gstsunaudiomixerctrl.c:
13880         (gst_sunaudiomixer_ctrl_build_list):
13881         Set the output track as the MASTER so that the gnome-settings-daemon
13882         keybindings for changing the volume using the keyboard works.
13883         Fixes #356142.
13884
13885 2006-09-15  Wim Taymans  <wim@fluendo.com>
13886
13887         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13888         Fix documentation, it is not possible to control the framerate of jpegdec
13889         using filtered caps yet. Fixes #355210.
13890         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13891         stop when there is an error.
13892
13893 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13894
13895         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13896         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13897           Don't interpret a first buffer with an offset of NONE as
13898           'from the middle of the stream', but only a first buffer
13899           that has a valid buffer offset that's non-zero (see #345449).
13900
13901 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13902
13903         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13904         (gst_icydemux_typefind_or_forward):
13905         * gst/icydemux/gsticydemux.h:
13906           When we merge/collect multiple incoming buffers for typefinding
13907           purposes, keep an initial 0 offset on the first outgoing buffer
13908           as well (otherwise id3demux won't work right). Fixes #345449.
13909           Also Make buffer metadata writable before setting buffer caps.
13910
13911         * tests/check/elements/icydemux.c: (typefind_succeed),
13912         (cleanup_icydemux), (push_data), (GST_START_TEST),
13913         (icydemux_suite):
13914           Small test case for the above.
13915
13916 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13917
13918         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13919         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13920         (gst_avi_demux_stream_header_push),
13921         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13922         (gst_avi_demux_loop):
13923           More code reuse and better logging in _peek_chunk(). Reintroduce check
13924           for chunk sizes before reading them (avoid oom). Better handling for 
13925           invalid chunksizes when streaming.
13926
13927 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13928
13929         * gst/level/gstlevel.c: (gst_level_set_property):
13930         * gst/level/gstlevel.h:
13931           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13932           René Stadler
13933
13934 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13935
13936         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13937         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13938         (gst_avi_demux_stream_data):
13939           Revert one change to fix streaming avi (adapter size != data size).
13940
13941 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13942
13943         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13944
13945         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13946         (gst_matroska_demux_reset),
13947         (gst_matroska_demux_read_track_encodings),
13948         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13949         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13950         (gst_matroska_demux_subtitle_caps):
13951         * gst/matroska/matroska-ids.h:
13952           Add support for VOBSUB subtitle tracks and zlib-compressed
13953           tracks. Make sure we start on a keyframe after a seek. (#343348)
13954
13955 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13956
13957         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13958         (gst_matroska_demux_push_flac_codec_priv_data),
13959         (gst_matroska_demux_push_xiph_codec_priv_data),
13960         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13961         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13962         * gst/matroska/matroska-ids.h:
13963           Add basic FLAC support (#311586), not perfect yet though, needs some
13964           tweaking in flacdec; also, seeking could be better.
13965           Do better bounds checking when deserialising vorbis stream headers
13966           to make sure we don't read beyond the end of the buffer on bad input.
13967
13968 2006-09-04  Wim Taymans  <wim@fluendo.com>
13969
13970         Patch by: Alessandro Decina <alessandro at nnva dot org>
13971
13972         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13973         Seeking back in a file containing a CMML stream errors out if the seek
13974         goes back up to the CMML headers. This is because after the seek the xml
13975         processing instruction <?xml ...?> is submitted to the xml parser again, 
13976         which results in an error. The attached patch fixes the problem. 
13977         Fixes #353908.
13978
13979         * ext/annodex/gstcmmlenc.h:
13980         Fix authors name.
13981
13982
13983 2006-08-28  Andy Wingo  <wingo@pobox.com>
13984
13985         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13986         New helper function to lessen the ifdefs.
13987         (GST_INFO_OBJECT): 
13988         (gst_dv1394src_iso_receive): Use it.
13989         (gst_dv1394src_create): Also use the control sockets in iec61883
13990         mode.
13991         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13992         handle for AVC operations; fixes #348233.
13993
13994 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13995
13996         * configure.ac:
13997         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13998         * docs/plugins/inspect/plugin-audiofx.xml:
13999         * docs/plugins/inspect/plugin-audiofxgood.xml:
14000         * gst/audiofx/Makefile.am:
14001         * gst/audiofx/audiofx.c:
14002         * gst/audiofxgood/.cvsignore:
14003         * gst/audiofxgood/Makefile.am:
14004         * gst/audiofxgood/audiofx.c:
14005         * gst/audiofxgood/audiopanorama.c:
14006         * gst/audiofxgood/audiopanorama.h:
14007           Rename again (audiofxgood -> audiofx).
14008
14009 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14010
14011         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14012         (gst_avi_demux_stream_scan):
14013           Initialze variables.
14014
14015 2006-08-25  Wim Taymans  <wim@fluendo.com>
14016
14017         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14018         (gst_avi_demux_init), (gst_avi_demux_finalize),
14019         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14020         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14021         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14022         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14023         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14024         (gst_avi_demux_massage_index),
14025         (gst_avi_demux_calculate_durations_from_index),
14026         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14027         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14028         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14029         (gst_avi_demux_change_state):
14030         * gst/avi/gstavidemux.h:
14031         More attempts to turn this into readable code.
14032         Don't leak adapters.
14033         Calculate duration according to index more efficiently.
14034         Don't try to act like we drive the pipeline in chain mode.
14035
14036 2006-08-25  Wim Taymans  <wim@fluendo.com>
14037
14038         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14039         Fix build.
14040
14041 2006-08-25  Wim Taymans  <wim@fluendo.com>
14042
14043         Patch by: Alessandro Decina <alessandro at nnva dot org>
14044
14045         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14046         Do some extra sanity checks.
14047         Fixes #350340.
14048
14049         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14050         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14051         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14052         Check if clip->start_time is valid before adding the clip to the
14053         track list.
14054         Reset enc->preamble going from PAUSED to READY.
14055         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14056         only used for EOS.
14057         Only post an error message if we were the one that created the fatal
14058         GstFlowReturn value.
14059
14060         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14061         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14062         Parse the seconds field of the npt-sec time format using %llu rather than
14063         %d and check that the value scaled by GST_SECOND doesn't overflow.
14064         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14065         Lookup a clip's track with clip->track rather than clip->id which
14066         makes no sense.
14067         Identify a clip by its track and start time and not its xml id.
14068         do some more input checking and make sure we don't do undefined shifts.
14069
14070         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14071         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14072         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14073         (push_clip), (push_empty_clip), (check_output_clip),
14074         (GST_START_TEST), (cmmldec_suite):
14075         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14076         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14077         (check_headers), (push_clip), (check_clip_times), (check_clip),
14078         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14079         Added some more checks.
14080
14081 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14082
14083         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14084         (gst_audio_panorama_set_property),
14085         (gst_audio_panorama_get_property),
14086         (gst_audio_panorama_transform_m2s_int),
14087         (gst_audio_panorama_transform_s2s_int),
14088         (gst_audio_panorama_transform_m2s_float),
14089         (gst_audio_panorama_transform_s2s_float):
14090         * gst/audiofxgood/audiopanorama.h:
14091         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14092           Make also the pan-property float (saves scaling and yields better
14093           resolution)
14094
14095 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14096
14097         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14098         (gst_audio_panorama_transform_m2s_float),
14099         (gst_audio_panorama_transform_s2s_float):
14100           ChangeLog surgery to add cymax's real name
14101
14102
14103 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14104
14105         Patch by: René Stadler <mail@renestadler.de>
14106
14107         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14108         (gst_audio_panorama_transform_m2s_int),
14109         (gst_audio_panorama_transform_s2s_int),
14110         (gst_audio_panorama_transform_m2s_float),
14111         (gst_audio_panorama_transform_s2s_float),
14112         (gst_audio_panorama_transform):
14113         * gst/audiofxgood/audiopanorama.h:
14114           Added float support
14115
14116 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14117
14118         * gst/audiofxgood/audiopanorama.c:
14119         (gst_audio_panorama_transform_m2s):
14120           Fix docs & debug category. Add Fixme for volume pan levels.
14121
14122 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14123
14124         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14125         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14126         (gst_avi_demux_stream_header_pull),
14127         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14128         (gst_avi_demux_chain):
14129           unbreak AVI index handling, some more debug, remove an obsolete
14130           adapter_flush that caused streaming to wander off in the wild
14131
14132 2006-08-24  Wim Taymans  <wim@fluendo.com>
14133
14134         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14135         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14136         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14137         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14138         (gst_avi_demux_calculate_durations_from_index),
14139         (gst_avi_demux_stream_header_push),
14140         (gst_avi_demux_stream_header_pull):
14141         * gst/avi/gstavidemux.h:
14142         Some more cleanups. 
14143         Fix totalFrames parsing in ODML.
14144         Disable use of index for length calculation in case of ODML as this is
14145         broken now.
14146
14147 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14148
14149         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14150           Use libgsttag helper function here too.
14151
14152 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14153
14154         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14155         (gst_avi_demux_init), (gst_avi_demux_dispose),
14156         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14157         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14158         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14159         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14160         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14161         (gst_avi_demux_parse_subindex),
14162         (gst_avi_demux_read_subindexes_push),
14163         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14164         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14165         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14166         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14167         (gst_avi_demux_stream_header_pull),
14168         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14169         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14170         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14171         (gst_avi_demux_change_state):
14172         * gst/avi/gstavidemux.h:
14173           Initial streaming support for avidemux (fixes #336465)
14174
14175 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14176
14177         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14178           There is no taglibmux element ...
14179
14180         * gst/rtsp/gstrtspsrc.c:
14181           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14182           was complaining about unknown entity here.
14183
14184 2006-08-22  Wim Taymans  <wim@fluendo.com>
14185
14186         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14187         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14188         (gst_avi_demux_process_next_entry):
14189         * gst/avi/gstavidemux.h:
14190         Mark DISCONT.
14191         Remove old unused fields and reorder the struct a bit.
14192
14193 2006-08-22  Wim Taymans  <wim@fluendo.com>
14194
14195         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14196         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14197         (gst_rtspsrc_pause):
14198         * gst/rtsp/gstrtspsrc.h:
14199         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14200         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14201         Small documentation updates.
14202
14203 2006-08-22  Wim Taymans  <wim@fluendo.com>
14204
14205         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14206         (gst_avi_demux_index_entry_for_time),
14207         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14208         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14209         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14210         (gst_avi_demux_next_data_buffer),
14211         (gst_avi_demux_calculate_durations_from_index),
14212         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14213         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14214         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14215         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14216         * gst/avi/gstavidemux.h:
14217         Precalc most of the duration query for each stream.
14218         Make seeking more correct.
14219         Use GstSegment to track position and duration.
14220         Code cleanups and leak fixes.
14221         Calculate correct total duration based on index length.
14222
14223 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14224
14225         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14226         (parse_insert_string_field):
14227           If strings in text fields are marked ISO8859-1, but contain
14228           valid UTF-8 already, then handle them as UTF-8 and ignore
14229           the encoding. (#351794)
14230
14231 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14232
14233         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14234         (gst_flac_dec_write), (gst_flac_dec_loop),
14235         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14236         (gst_flac_dec_src_query):
14237         * ext/flac/gstflacdec.h:
14238           Make flac-in-ogg work (#352100).
14239
14240 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14241
14242         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14243           Don't unref buffers of which we've already given away
14244           ownership to the adapter.
14245
14246 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14247
14248         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14249           Make metadata extraction actually work.
14250
14251         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14252         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14253         (gst_speexenc_chain):
14254           Fix metadata writing: replace old code which wrote completely
14255           broken tags with libgsttag-based code. Plus miscellaneous
14256           code cleanups (use static pad templates etc.) and a bunch
14257           of leak fixes.
14258
14259 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14260
14261         * gst/audiopanorama/.cvsignore:
14262         * gst/audiopanorama/Makefile.am:
14263         * gst/audiopanorama/audiofx.c:
14264         * gst/audiopanorama/audiopanorama.c:
14265         * gst/audiopanorama/audiopanorama.h:
14266           die! die! die! you should never have been there
14267
14268 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14269
14270         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14271         Fix invalid memory access in audiopanorama test suite.
14272
14273 2006-08-21  Edward Hervey  <edward@fluendo.com>
14274
14275         * tests/check/elements/.cvsignore:
14276         ignore built file
14277
14278 2006-08-21  Wim Taymans  <wim@fluendo.com>
14279
14280         * gst/rtp/Makefile.am:
14281         Fix the build again.
14282
14283 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14284
14285         * gst/audiofxgood/.cvsignore:
14286         * gst/audiofxgood/Makefile.am:
14287         * gst/audiofxgood/audiofx.c: (plugin_init):
14288         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14289         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14290         (gst_audio_panorama_set_property),
14291         (gst_audio_panorama_get_property),
14292         (gst_audio_panorama_get_unit_size),
14293         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14294         (gst_audio_panorama_transform_m2s),
14295         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14296         * gst/audiofxgood/audiopanorama.h:
14297           resubmit with the desired name *again*
14298
14299 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14300
14301         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14302         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14303           use g_assert in _get_unit_size
14304
14305 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14306
14307         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14308         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14309         * docs/plugins/inspect/plugin-audiofxgood.xml:
14310           cleanup -unused.txt to make it useful, add previously missing docs
14311
14312         * ext/Makefile.am:
14313           Quietly (accidentally) enable LADSPA for building by default, 
14314           despite the fact that it doesn't meet the plugin checklist.
14315             -- Added by Jan Schmidt 18 Dec 2006
14316
14317         * ext/esd/esdmon.c:
14318         * ext/esd/esdsink.c:
14319         * ext/esd/gstesd.c: (plugin_init):
14320           reflow to get rid of two external symbols
14321
14322         * gst/audiofxgood/audiofx.c: (plugin_init):
14323           re-add
14324
14325 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14326
14327         * configure.ac:
14328         * gst/audiofxgood/.cvsignore:
14329         * gst/audiofxgood/Makefile.am:
14330         * gst/audiofxgood/audiofx.c
14331         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14332         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14333         (gst_audio_panorama_set_property),
14334         (gst_audio_panorama_get_property),
14335         (gst_audio_panorama_get_unit_size),
14336         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14337         (gst_audio_panorama_transform_m2s),
14338         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14339         * gst/audiofxgood/audiopanorama.h:
14340         * tests/check/Makefile.am:
14341         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14342         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14343         (panorama_suite), (main):
14344         Add audiofxgood plugin with audiopanorama element
14345
14346 2006-08-18  Wim Taymans  <wim@fluendo.com>
14347
14348         * docs/plugins/Makefile.am:
14349         More Oss docs fixage. 
14350
14351 2006-08-18  Wim Taymans  <wim@fluendo.com>
14352
14353         * gst/rtp/Makefile.am:
14354         * gst/rtp/gstrtp.c: (plugin_init):
14355         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14356         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14357         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14358         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14359         (gst_rtp_sv3v_depay_get_property),
14360         (gst_rtp_sv3v_depay_change_state),
14361         (gst_rtp_sv3v_depay_plugin_init):
14362         * gst/rtp/gstrtpsv3vdepay.h:
14363         Added experimental SVQ3 depayloader.
14364
14365 2006-08-18  Edward Hervey  <edward@fluendo.com>
14366
14367         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14368         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14369         * ext/dv/gstdvdemux.h:
14370         When handling seek requests, don't send the newsegment event from the
14371         calling thread. Instead save it so it can be sent from the streaming
14372         thread.
14373
14374 2006-08-17  Wim Taymans  <wim@fluendo.com>
14375
14376         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14377
14378         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14379         Accept leading whitespace before the boundary
14380         This patch makes the demuxer allow some whitespace before the actual
14381         boundary. This makes the demuxer work with the ``old'' gstreamer
14382         multipartmuxer again (which placed an extra \n before the start
14383         of the stream) Fixes #349068.
14384
14385 2006-08-17  Wim Taymans  <wim@fluendo.com>
14386
14387         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14388         Error out on non-implemented stuff.
14389
14390 2006-08-16  Wim Taymans  <wim@fluendo.com>
14391
14392         Patch by: Andy Wingo <wingo at pobox dot com>
14393
14394         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14395         (gst_signal_processor_start), (gst_signal_processor_stop),
14396         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14397         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14398         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14399         (gst_signal_processor_change_state):
14400         Make ladspa elements reusable. Fixes #350006.
14401
14402 2006-08-16  Wim Taymans  <wim@fluendo.com>
14403
14404         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14405         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14406         names as possible. Fixes #349901.
14407
14408 2006-08-16  Wim Taymans  <wim@fluendo.com>
14409
14410         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14411         (gst_signal_processor_do_pushes):
14412         A push() gives away our refcount so we should not use the buffer on the
14413         pen anymore.
14414
14415 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14416
14417         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14418         (gst_oss_mixer_element_finalize):
14419           Don't leak device string.
14420
14421 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14422
14423         * configure.ac:
14424           Require CVS of GStreamer core and -base (for
14425           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14426
14427         * ext/taglib/gstid3v2mux.cc:
14428           Write extended comment tags properly (#348762).
14429
14430         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14431         (parse_comment_frame):
14432           Extract COMM frames into extended comments, which makes it
14433           easier to properly retain the description bit of the tag
14434           and maintain this information when re-tagging (#348762).
14435
14436 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14437
14438         * tests/check/Makefile.am:
14439           Don't try to run annodex unit tests if the annodex
14440           plugin has not been built (Fixes #351116).
14441
14442 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14443
14444         * gst/autodetect/gstautoaudiosink.c:
14445         (gst_auto_audio_sink_find_best):
14446           When we can't find a usable audiosink, don't error out,
14447           but use a fake sink instead and post a warning message
14448           on the bus (#341278).
14449
14450 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14451
14452         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14453         * sys/oss/gstosssink.c:
14454         * sys/oss/gstosssrc.c:
14455           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14456           ossmixer's new device property.
14457
14458         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14459         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14460           Add docs for OSS elements.
14461
14462         * docs/plugins/inspect/plugin-aasink.xml:
14463         * docs/plugins/inspect/plugin-alaw.xml:
14464         * docs/plugins/inspect/plugin-alpha.xml:
14465         * docs/plugins/inspect/plugin-alphacolor.xml:
14466         * docs/plugins/inspect/plugin-annodex.xml:
14467         * docs/plugins/inspect/plugin-apetag.xml:
14468         * docs/plugins/inspect/plugin-auparse.xml:
14469         * docs/plugins/inspect/plugin-autodetect.xml:
14470         * docs/plugins/inspect/plugin-avi.xml:
14471         * docs/plugins/inspect/plugin-cacasink.xml:
14472         * docs/plugins/inspect/plugin-cairo.xml:
14473         * docs/plugins/inspect/plugin-cdio.xml:
14474         * docs/plugins/inspect/plugin-cutter.xml:
14475         * docs/plugins/inspect/plugin-debug.xml:
14476         * docs/plugins/inspect/plugin-dv.xml:
14477         * docs/plugins/inspect/plugin-efence.xml:
14478         * docs/plugins/inspect/plugin-effectv.xml:
14479         * docs/plugins/inspect/plugin-esdsink.xml:
14480         * docs/plugins/inspect/plugin-flac.xml:
14481         * docs/plugins/inspect/plugin-flxdec.xml:
14482         * docs/plugins/inspect/plugin-gconfelements.xml:
14483         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14484         * docs/plugins/inspect/plugin-goom.xml:
14485         * docs/plugins/inspect/plugin-halelements.xml:
14486         * docs/plugins/inspect/plugin-icydemux.xml:
14487         * docs/plugins/inspect/plugin-id3demux.xml:
14488         * docs/plugins/inspect/plugin-jpeg.xml:
14489         * docs/plugins/inspect/plugin-level.xml:
14490         * docs/plugins/inspect/plugin-matroska.xml:
14491         * docs/plugins/inspect/plugin-mulaw.xml:
14492         * docs/plugins/inspect/plugin-multipart.xml:
14493         * docs/plugins/inspect/plugin-navigationtest.xml:
14494         * docs/plugins/inspect/plugin-ossaudio.xml:
14495         * docs/plugins/inspect/plugin-png.xml:
14496         * docs/plugins/inspect/plugin-rtp.xml:
14497         * docs/plugins/inspect/plugin-rtsp.xml:
14498         * docs/plugins/inspect/plugin-shout2send.xml:
14499         * docs/plugins/inspect/plugin-smpte.xml:
14500         * docs/plugins/inspect/plugin-speex.xml:
14501         * docs/plugins/inspect/plugin-taglib.xml:
14502         * docs/plugins/inspect/plugin-udp.xml:
14503         * docs/plugins/inspect/plugin-videobalance.xml:
14504         * docs/plugins/inspect/plugin-videobox.xml:
14505         * docs/plugins/inspect/plugin-videoflip.xml:
14506         * docs/plugins/inspect/plugin-videomixer.xml:
14507         * docs/plugins/inspect/plugin-wavenc.xml:
14508         * docs/plugins/inspect/plugin-wavparse.xml:
14509         * docs/plugins/inspect/plugin-ximagesrc.xml:
14510           Update to CVS version.
14511           
14512 2006-08-16  Wim Taymans  <wim@fluendo.com>
14513
14514         * gst/rtp/gstrtpamrdepay.c:
14515         * gst/rtp/gstrtpmp4gdepay.c:
14516         Caps extra properties must be defined as strings for
14517         depayloaders because they are generated from an SDP.
14518
14519         * gst/rtp/Makefile.am:
14520         * gst/rtp/gstrtp.c: (plugin_init):
14521         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14522         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14523         (gst_rtp_h264_depay_finalize), (decode_base64),
14524         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14525         (gst_rtp_h264_depay_set_property),
14526         (gst_rtp_h264_depay_get_property),
14527         (gst_rtp_h264_depay_change_state),
14528         (gst_rtp_h264_depay_plugin_init):
14529         * gst/rtp/gstrtph264depay.h:
14530         Added basic, not completely functional RFC 3984 H264 depayloader.
14531
14532 2006-08-16  Wim Taymans  <wim@fluendo.com>
14533
14534         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14535         Add pads after setting them up.
14536
14537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14538         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14539         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14540         (gst_rtspsrc_stream_setup_rtp),
14541         (gst_rtspsrc_stream_configure_transport),
14542         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14543         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14544         (gst_rtspsrc_pause):
14545         * gst/rtsp/gstrtspsrc.h:
14546         Fix interleaved mode.
14547          - Protect streaming with lock.
14548          - Combine flows
14549          - set caps on outgoing buffers.
14550          - strip trailing \0 from data packets.
14551          - Configure RTP/RTCP in stream.
14552         Use DEBUG_OBJECT more.
14553
14554 2006-08-16  Wim Taymans  <wim@fluendo.com>
14555
14556         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14557         Turn a g_print into a DEBUG line.
14558
14559 2006-08-13  Wim Taymans  <wim@fluendo.com>
14560
14561         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14562         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14563         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14564         (gst_oss_mixer_element_get_property),
14565         (gst_oss_mixer_element_change_state):
14566         * sys/oss/gstossmixerelement.h:
14567         Small cleanups. Better error reporting.
14568         Add device property for the mixer instead of the hardcoded
14569         /dev/mixer. Fixes #350785.
14570         API: GstOssMixerElement::device property
14571
14572 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14573
14574         Patch by: Jens Granseuer <jensgr at gmx net>
14575
14576         * gconf/Makefile.am:
14577           Make --disable-schemas work right (they still need
14578           to be copied to the installation directory, just not
14579           applied). Fixes #351347 (also #344100).
14580           
14581 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14582
14583         * configure.ac: back to HEAD
14584
14585 === release 0.10.4 ===
14586
14587 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14588
14589         * configure.ac:
14590           releasing 0.10.4, "Dear Leader"
14591
14592 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14593
14594         Patch by: Edward Hervey <edward@fluendo.com>
14595
14596         * configure.ac:
14597         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14598         (gst_wavparse_stream_data):
14599         Send the newsegment event in the streaming thread.
14600         Fixes #347529
14601
14602 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14603
14604         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14605         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14606         (gst_smokeenc_resync), (gst_smokeenc_chain):
14607           Refuse sink caps in the encoder if width or height is not a
14608           multiple of 16, the encoder does not support that yet (#349939);
14609           along the same lines, check the return value of the encoder
14610           setup function; also remove some debug log clutter.
14611
14612 2006-08-04  Andy Wingo  <wingo@pobox.com>
14613
14614         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14615         whether a processor can work in place or not, and for keeping
14616         track of its state. Change the FlowReturn instance variable from
14617         "state" to "flow_state", all callers changed.
14618
14619         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14620         (gst_signal_processor_start, gst_signal_processor_stop)
14621         (gst_signal_processor_cleanup): New functions to manage the
14622         processor's state.
14623         (gst_signal_processor_setcaps): start() as well as setup() here.
14624         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14625         (gst_signal_processor_change_state): Stop and cleanup the
14626         processor as we go to NULL.
14627
14628         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14629         INPLACE_BROKEN is not set.
14630
14631         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14632         Do the alloc_buffer in bytes, not frames.
14633         
14634 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14635
14636         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14637         Fix rgb masks when recording in < 24bpp.
14638
14639 2006-08-04  Andy Wingo  <wingo@pobox.com>
14640
14641         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14642         (gst_signal_processor_prepare)
14643         (gst_signal_processor_update_inputs)
14644         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14645         (gst_signal_processor_flush)
14646         (gst_signal_processor_sink_activate_push)
14647         (gst_signal_processor_src_activate_pull)
14648         (gst_signal_processor_change_state): Remove the last of the code
14649         that assumes that we process whole buffers at a time. Fix some
14650         debugging. Seems to work now in some cases.
14651         (gst_signal_processor_src_activate_pull): BPB
14652
14653 2006-08-01  Andy Wingo  <wingo@pobox.com>
14654
14655         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14656         Fix nframes-choosing.
14657         (gst_signal_processor_init): Init pending_in and pending_out.
14658
14659         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14660         more default sample rate, although we never check that the sample
14661         rate actually gets set. Something for the future.
14662         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14663         (gst_signal_processor_event): Refcount fixen.
14664         (gst_signal_processor_process): Pull the number of frames to
14665         process from the sizes of the buffers in the input pens.
14666         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14667         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14668         it instead of buffer_frames.
14669         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14670         to do_pulls.
14671         (gst_signal_processor_chain)
14672         (gst_signal_processor_sink_activate_push)
14673         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14674
14675         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14676
14677 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14678
14679         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14680         (gst_signal_processor_process):
14681           don't query buffer-frames from caps, add lots of debug-log,
14682           try fix for assert (#349189)
14683
14684 2006-07-31  Wim Taymans  <wim@fluendo.com>
14685
14686         * gst/udp/gstudpsrc.c:
14687         Fix docs.
14688
14689 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14690
14691         * ext/ladspa/gstsignalprocessor.c:
14692         (gst_signal_processor_add_pad_from_template),
14693         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14694         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14695         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14696         (gst_signal_processor_sink_activate_push),
14697         (gst_signal_processor_src_activate_pull),
14698         (gst_signal_processor_change_state):
14699          Add debugs logs here and there, add more error handling, add some
14700          FIXME comments, filed #349189
14701
14702 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14703
14704         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14705         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14706         Set caps on buffer correctly.  Fixes bug #349155.
14707
14708 2006-07-28  Wim Taymans  <wim@fluendo.com>
14709
14710         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14711
14712         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14713         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14714         (gst_multipart_demux_finalize), (get_line_end),
14715         (multipart_parse_header), (multipart_find_boundary),
14716         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14717         (gst_multipart_set_property), (gst_multipart_get_property):
14718         Uses GstAdapter instead of own buffering.
14719         Actually parses the mime-type correctly (In tests the mime-type was
14720         always "" with the old version).
14721         Uses the Content-length header if available to speed up things.
14722         Reliably autoscans the boundary name by default.
14723         Fixes #349068.
14724
14725         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14726         Don't start the stream with a \n.
14727
14728 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14729
14730         Patch by: Brian Cameron <brian dot cameron at sun com>
14731
14732         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14733           Open source with O_NONBLOCK (#349015).
14734
14735 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14736
14737         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14738         (gst_avi_demux_massage_index):
14739         * gst/avi/gstavidemux.h:
14740           Whitespace fixes and more debug
14741
14742 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14743
14744         * gst/autodetect/gstautoaudiosink.c:
14745         (gst_auto_audio_sink_create_element_with_pretty_name),
14746         (gst_auto_audio_sink_find_best),
14747         (gst_auto_audio_sink_change_state):
14748           Get rid of old and unused magic sound-server properties stuff.
14749           Add suffix to child sink's name that makes it easy to see from
14750           the name alone which type it actually is (alsa, oss, esd, etc.).
14751
14752 2006-07-27  Wim Taymans  <wim@fluendo.com>
14753
14754         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14755         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14756         (gst_udpsrc_start):
14757         * gst/udp/gstudpsrc.h:
14758         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14759         not some sort of feature we enable.
14760
14761 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14762
14763         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14764           Use CLOSE_SOCKET() here instead of close() to maintain
14765           win32 workiness.
14766
14767 2006-07-27  Wim Taymans  <wim@fluendo.com>
14768
14769         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14770
14771         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14772         (gst_udpsrc_create), (gst_udpsrc_set_property),
14773         (gst_udpsrc_get_property), (gst_udpsrc_start):
14774         * gst/udp/gstudpsrc.h:
14775         Added "buffer-size" property to control the kernel receive buffer size.
14776         Update documentation.
14777         Small cleanups. Fixes #348752.
14778         API: buffer-size property
14779
14780 2006-07-26  Wim Taymans  <wim@fluendo.com>
14781
14782         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14783
14784         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14785         (gst_rtp_pcma_pay_handle_buffer):
14786         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14787         (gst_rtp_pcmu_pay_handle_buffer):
14788         Fix timestamp calculation on outgoing RTP packets.
14789         Fixes #348675.
14790
14791 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14792
14793         * ext/taglib/gstid3v2mux.cc:
14794           Fix writing of comment frames (should be COMM not TCOM),
14795           is still sub-optimal though, since we don't retain or
14796           extract the comment descriptions properly (#334375,
14797           also see #334375).
14798
14799 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14800
14801         * gst/wavparse/gstwavparse.c:
14802           #define 'fact' RIFF chunk if we are not compiling against
14803           -base CVS (we don't want to depend on -base CVS for this
14804           one define only, and also not for release order reasons).
14805
14806 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14807
14808         * ext/taglib/gstid3v2mux.cc:
14809           Handle multiple tags of the same type properly. Re-inject
14810           unparsed ID3v2 frames that we get as binary blobs from
14811           id3demux into the tag again so we don't lose information
14812           when retagging (#334375).
14813
14814 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14815
14816         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14817           Document newly-added properties properly, so that there is a
14818           'Since: 0.10.4' in the plugin docs. Convert some property
14819           names into canonical GObject style (GObject will do that
14820           internally anyway).
14821
14822 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14823
14824         * gst/id3demux/id3tags.c:
14825         (id3demux_add_id3v2_frame_blob_to_taglist):
14826           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14827           well, and add the version to the blob's buffer caps, since that
14828           information will be needed for deserialisation later on (#348644).
14829
14830 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14831
14832         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14833         (gst_avi_demux_parse_stream):
14834          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14835          indentation and spacing.
14836
14837 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14838
14839         * docs/plugins/Makefile.am:
14840         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14841         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14842         * docs/plugins/gst-plugins-good-plugins.args:
14843         * docs/plugins/inspect/plugin-1394.xml:
14844         * docs/plugins/inspect/plugin-aasink.xml:
14845         * docs/plugins/inspect/plugin-alaw.xml:
14846         * docs/plugins/inspect/plugin-alpha.xml:
14847         * docs/plugins/inspect/plugin-alphacolor.xml:
14848         * docs/plugins/inspect/plugin-annodex.xml:
14849         * docs/plugins/inspect/plugin-apetag.xml:
14850         * docs/plugins/inspect/plugin-auparse.xml:
14851         * docs/plugins/inspect/plugin-autodetect.xml:
14852         * docs/plugins/inspect/plugin-avi.xml:
14853         * docs/plugins/inspect/plugin-cacasink.xml:
14854         * docs/plugins/inspect/plugin-cairo.xml:
14855         * docs/plugins/inspect/plugin-cdio.xml:
14856         * docs/plugins/inspect/plugin-cutter.xml:
14857         * docs/plugins/inspect/plugin-debug.xml:
14858         * docs/plugins/inspect/plugin-dv.xml:
14859         * docs/plugins/inspect/plugin-efence.xml:
14860         * docs/plugins/inspect/plugin-effectv.xml:
14861         * docs/plugins/inspect/plugin-esdsink.xml:
14862         * docs/plugins/inspect/plugin-flac.xml:
14863         * docs/plugins/inspect/plugin-flxdec.xml:
14864         * docs/plugins/inspect/plugin-gconfelements.xml:
14865         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14866         * docs/plugins/inspect/plugin-goom.xml:
14867         * docs/plugins/inspect/plugin-halelements.xml:
14868         * docs/plugins/inspect/plugin-icydemux.xml:
14869         * docs/plugins/inspect/plugin-id3demux.xml:
14870         * docs/plugins/inspect/plugin-jpeg.xml:
14871         * docs/plugins/inspect/plugin-level.xml:
14872         * docs/plugins/inspect/plugin-matroska.xml:
14873         * docs/plugins/inspect/plugin-mulaw.xml:
14874         * docs/plugins/inspect/plugin-multipart.xml:
14875         * docs/plugins/inspect/plugin-navigationtest.xml:
14876         * docs/plugins/inspect/plugin-ossaudio.xml:
14877         * docs/plugins/inspect/plugin-png.xml:
14878         * docs/plugins/inspect/plugin-rtp.xml:
14879         * docs/plugins/inspect/plugin-rtsp.xml:
14880         * docs/plugins/inspect/plugin-shout2send.xml:
14881         * docs/plugins/inspect/plugin-smpte.xml:
14882         * docs/plugins/inspect/plugin-speex.xml:
14883         * docs/plugins/inspect/plugin-udp.xml:
14884         * docs/plugins/inspect/plugin-videobalance.xml:
14885         * docs/plugins/inspect/plugin-videobox.xml:
14886         * docs/plugins/inspect/plugin-videoflip.xml:
14887         * docs/plugins/inspect/plugin-videomixer.xml:
14888         * docs/plugins/inspect/plugin-wavenc.xml:
14889         * docs/plugins/inspect/plugin-wavparse.xml:
14890         * docs/plugins/inspect/plugin-ximagesrc.xml:
14891           Update files to CVS/Prerelease version, add esdsink docs.
14892
14893         * ext/esd/esdsink.c:
14894           Add gtk-doc blurb.
14895
14896         * gst/rtp/gstrtpmp4vpay.c:
14897           Fix typo in element description.
14898
14899 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14900
14901         * ext/esd/esdsink.c: (gst_esdsink_open),
14902         (gst_esdsink_factory_init):
14903           Prevent libesd from auto-spawning a sound daemon if it
14904           is not already running. Now that we don't do evil stuff
14905           like that any longer we can give esdsink a rank so that
14906           autoaudiosink will try it as well if all other audio
14907           sinks fail (#343051).
14908
14909 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14910
14911         * ext/esd/Makefile.am:
14912           Oops, need to remove README from EXTRA_DIST as well.
14913
14914 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * ext/esd/README:
14917           Remove, it contains nothing useful anyway.
14918
14919         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14920         (gst_esdsink_delay):
14921           Some small clean-ups; use GST_BOILERPLATE etc.
14922
14923 2006-07-24  Wim Taymans  <wim@fluendo.com>
14924
14925         * gst/law/alaw-decode.c: (alawdec_getcaps):
14926         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14927         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14928         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14929         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14930
14931 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14932
14933         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14934         (gst_wavparse_other), (gst_wavparse_perform_seek),
14935         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14936         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14937         (gst_wavparse_pad_query):
14938         * gst/wavparse/gstwavparse.h:
14939           Use information from 'fact' chunk for length calculation of compressed
14940           samples. Calculate bps if bogus value is found in wav header (embeded
14941           mp2/mp3).
14942           
14943
14944 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14945
14946         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14947
14948         * configure.ac:
14949         * gst/udp/Makefile.am:
14950         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14951         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14952         * gst/udp/gstdynudpsink.h:
14953         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14954         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14955         * gst/udp/gstmultiudpsink.h:
14956         * gst/udp/gstudp.c: (plugin_init):
14957         * gst/udp/gstudpsink.h:
14958         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14959         (gst_udpsrc_start), (gst_udpsrc_stop):
14960         * gst/udp/gstudpsrc.h:
14961         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14962         (gst_udp_net_utils_win32_wsa_startup):
14963         * gst/udp/gstudpnetutils.h:
14964           Port udp plugin to win32 (#345288).
14965
14966 2006-07-24  Wim Taymans  <wim@fluendo.com>
14967
14968         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14969         Remove unwanted DEBUG line.
14970
14971 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14972
14973         * gst/id3demux/gstid3demux.c: (plugin_init):
14974         * gst/id3demux/id3tags.c:
14975         (id3demux_add_id3v2_frame_blob_to_taglist):
14976         * gst/id3demux/id3tags.h:
14977           On second thought, it might be wiser and more efficient
14978           not to do tag registration from a streaming thread.
14979
14980 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14981
14982         * gst/id3demux/id3tags.c:
14983         (id3demux_add_id3v2_frame_blob_to_taglist),
14984         (id3demux_id3v2_frames_to_tag_list):
14985           Put ID3v2 frames we can't parse as binary blobs into private
14986           tags, so that they are not lost when retagging, at least once
14987           id3v2mux has been taught to re-inject those frames again.
14988           See bug #334375.
14989
14990 2006-07-21  Wim Taymans  <wim@fluendo.com>
14991
14992         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14993         (gst_avi_demux_process_next_entry):
14994         Fix some leaks.
14995
14996         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14997         Don't use \n in debug lines.
14998
14999 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15000
15001         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15002         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15003           Add annodex and icydemux, cleanup the sections a bit
15004
15005 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15006
15007         Patch by: Alex Lancaster <alexl at users sourceforge net>
15008
15009         * ext/taglib/gstid3v2mux.cc:
15010           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15011           ID3v2 TSSE frames (#347898).
15012
15013 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15014
15015         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15016           Respect mpegversion for "video/mpeg" and give message in case of
15017           unhandled versions.
15018
15019 2006-07-17  Wim Taymans  <wim@fluendo.com>
15020
15021         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15022         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15023         (gst_pngdec_chain), (gst_pngdec_sink_event),
15024         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15025         (gst_pngdec_sink_activate_push):
15026         * ext/libpng/gstpngdec.h:
15027         Use statically allocated segment instead of leaking.
15028         Various cleanups.
15029         Fix flush and seek handling.
15030
15031 2006-07-16  Wim Taymans  <wim@fluendo.com>
15032
15033         * gst/rtp/Makefile.am:
15034         * gst/rtp/gstrtp.c: (plugin_init):
15035         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15036         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15037         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15038         (gst_rtp_mp4g_depay_set_property),
15039         (gst_rtp_mp4g_depay_get_property),
15040         (gst_rtp_mp4g_depay_change_state),
15041         (gst_rtp_mp4g_depay_plugin_init):
15042         * gst/rtp/gstrtpmp4gdepay.h:
15043         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15044         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15045         (gst_rtp_mp4g_pay_flush):
15046         Added simple generic mpeg4 depayloader.
15047         Fix generic mpeg4 payloader.
15048
15049 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15050
15051         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15052           Don't try doing state changes on a NULL pointer.
15053
15054 2006-07-14  Wim Taymans  <wim@fluendo.com>
15055
15056         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15057
15058         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15059         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15060         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15061         * gst/rtp/gstrtpamrdepay.h:
15062         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15063         Fixes #321191
15064
15065 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15066
15067         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15068         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15069         Fix segfault when moving mouse pointer to the bottom right corner.
15070
15071 2006-07-12  Wim Taymans  <wim@fluendo.com>
15072
15073         * gst/rtp/Makefile.am:
15074         * gst/rtp/gstrtp.c: (plugin_init):
15075         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15076         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15077         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15078         (gst_rtp_mp2t_depay_set_property),
15079         (gst_rtp_mp2t_depay_get_property),
15080         (gst_rtp_mp2t_depay_change_state),
15081         (gst_rtp_mp2t_depay_plugin_init):
15082         * gst/rtp/gstrtpmp2tdepay.h:
15083         Added mpeg2 TS depayloader. Closing #347234.
15084
15085 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15086
15087         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15088           Remove g_assert that shouldn't be there and was triggered
15089           after trying to open a device that doesn't exist or can't
15090           be opened for some other reason (#347972).
15091
15092 2006-07-10  Edward Hervey  <edward@fluendo.com>
15093
15094         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15095         (gst_avi_demux_stream_header), (push_tag_lists):
15096         * gst/avi/gstavidemux.h:
15097         Don't push tag events found by gst_riff_parse_info() before outputting
15098         GST_EVENT_NEWSEGMENT.
15099
15100 2006-07-10  Wim Taymans  <wim@fluendo.com>
15101
15102         * gst/rtsp/Makefile.am:
15103         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15104         (rtsp_connection_close):
15105         * gst/rtsp/rtspdefs.h:
15106         replaced closesocket and close in code with one CLOSE_SOCKET. 
15107         Some more cleanups. Fixes #345301.
15108
15109 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15110
15111         * gst/autodetect/gstautoaudiosink.c:
15112           Fix example pipeline in docs.
15113
15114 2006-07-10  Wim Taymans  <wim@fluendo.com>
15115
15116         Patch by: Rob Taylor <robtaylor at floopily dot org>
15117
15118         * gst/udp/gstmultiudpsink.c: (join_multicast),
15119         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15120         If a destination is added before the stream is set to PAUSED, the
15121         multicast group is not joined as the socket is not created yet. 
15122         Also TTL and LOOP should also be set. Fixes #346921.
15123
15124 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15125
15126         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15127         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15128         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15129         (gst_ximage_src_init):
15130         * sys/ximage/gstximagesrc.h:
15131         Fix use-damage property to actually work :)
15132         Add startx, starty, endx, endy properties so screencasts other than full
15133         screen ones can work.
15134
15135 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15136
15137         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15138         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15139         (gst_ximage_src_class_init), (gst_ximage_src_init):
15140         * sys/ximage/gstximagesrc.h:
15141         Add use_damage property to offer ability to choose whether to use
15142         XDamage or not.
15143
15144 2006-07-07  Wim Taymans  <wim@fluendo.com>
15145
15146         * gst/goom/filters.c: (zoomFilterSetResolution):
15147         Avoid goom coredumping by clearing memory. 
15148         Fixes 345679.
15149
15150 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15151
15152         * win32/vs6/libgstid3demux.dsp:
15153         Add a link to libgsttag-0.10.lib.
15154
15155 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15156
15157         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15158         (gst_tag_demux_read_range):
15159         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15160         (gst_id3demux_read_range):
15161           Don't return FLOW_UNEXPECTED when a buffer is before
15162           the start of the stream (which might happen with
15163           large ID3v2 tags if the tag reading was done pullrange
15164           based and we then switched to push mode later on).
15165           Fixes regression introduced by commit from June 29th.
15166
15167 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15168
15169         * ext/taglib/gstid3v2mux.cc:
15170           Make UTF-8 the default encoding when writing string
15171           tags (before, our UTF-8 strings would automatically
15172           be converted to ISO-8859-1 by taglib and written as
15173           ISO-8859-1 fields if that was possible).
15174
15175         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15176         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15177         (test_taglib_id3mux_with_tags):
15178           Add test case that makes sure our UTF-8 strings have
15179           actually been written into the tag as UTF-8.
15180
15181 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15182
15183         * configure.ac:
15184           Let's try that again.
15185
15186 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15187
15188         * configure.ac:
15189           Disable monoscope plugin for now until it fulfills
15190           all the requirements.
15191
15192 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15193
15194         * configure.ac:
15195         * gst/monoscope/Makefile.am:
15196         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15197         (gst_monoscope_class_init), (gst_monoscope_init),
15198         (gst_monoscope_finalize), (gst_monoscope_reset),
15199         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15200         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15201         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15202         (gst_monoscope_change_state), (plugin_init):
15203         * gst/monoscope/gstmonoscope.h:
15204           Port monoscope visualisation to 0.10.
15205
15206 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15207
15208         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15209         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15210           Return FLOW_UNEXPECTED when at the end of the file, not
15211           FLOW_ERROR. Fixes 'internal stream error' errors that
15212           would sometimes occur in totem when scrubbing to the
15213           end of an ID3v1 tagged mp3 file.
15214
15215 2006-07-03  Edward Hervey  <edward@fluendo.com>
15216
15217         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15218         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15219         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15220         * ext/libpng/gstpngdec.h:
15221         Implement buffer clipping/dropping using GstSegment.
15222         This provides accurate seeking.
15223
15224 2006-07-03  Edward Hervey  <edward@fluendo.com>
15225
15226         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15227         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15228         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15229         (gst_avi_demux_process_next_entry), (push_tag_lists),
15230         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15231         * gst/avi/gstavidemux.h:
15232         Proper aggregation of each stream's GstFlowReturn in order to figure out
15233         whether the task should stop or not.
15234         Don't send inline events before pushing out a NEW_SEGMENT, more
15235         specifically for GST_TAG_EVENT.
15236         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15237         sub-indexes.
15238
15239 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15240
15241         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15242
15243         * sys/sunaudio/gstsunaudiomixerctrl.c:
15244         (gst_sunaudiomixer_ctrl_build_list):
15245           Move "Monitor" slider to input tab so it works more like
15246           sdtaudiocontrol, which is what people on Solaris are used
15247           to using for their mixer program (#346259).
15248
15249 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15250
15251         * tests/check/elements/level.c: (GST_START_TEST):
15252           fix a leak, clean up at the end
15253
15254 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15255
15256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15257         (gst_matroska_demux_send_event),
15258         (gst_matroska_demux_loop_stream_parse_id):
15259         * gst/matroska/matroska-ids.h:
15260           Send tag event after newsegment event.
15261
15262 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15263
15264         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15265         (gst_id3demux_read_range):
15266           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15267           certain cases where a read beyond the end of the file is
15268           requested. Fixes #345930.
15269
15270         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15271         (gst_tag_demux_read_range):
15272           Fix same issue here as well.
15273
15274 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15275
15276         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15277         
15278         Fix hypothetical crash.
15279
15280 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15281
15282         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15283
15284         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15285           Do not modify the ports value. If the user has turned off the
15286           built-in speakers, then we should not reset it in the prepare
15287           function, since this causes the built-in speakers to turn
15288           back on anytime the user changes a track in totem, rhythmbox,
15289           etc. (#346066).
15290
15291 2006-06-23  Wim Taymans  <wim@fluendo.com>
15292
15293         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15294         Fix double caps unref when negotiation fails.
15295
15296 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15297
15298         * ext/annodex/gstcmmldec.c:
15299         * ext/annodex/gstcmmlenc.c:
15300         * ext/annodex/gstcmmlparser.c:
15301         * ext/dv/gstdvdec.c:
15302         * ext/dv/gstdvdemux.c:
15303         * ext/gdk_pixbuf/pixbufscale.c:
15304         * ext/jpeg/gstjpegenc.c:
15305         * ext/jpeg/gstsmokedec.c:
15306         * ext/jpeg/gstsmokeenc.c:
15307         * ext/libpng/gstpngdec.c:
15308         * ext/libpng/gstpngenc.c:
15309         * ext/speex/gstspeexenc.c:
15310         * gst/alpha/gstalphacolor.c:
15311         * gst/cutter/gstcutter.c:
15312         * gst/debug/gstnavigationtest.c:
15313         * gst/icydemux/gsticydemux.c:
15314         * gst/level/gstlevel.c:
15315         * gst/multipart/multipart.c:
15316         * gst/rtp/gstrtpamrpay.c:
15317         * gst/rtp/gstrtpdepay.c:
15318         * gst/rtp/gstrtpilbcpay.c:
15319         * gst/rtp/gstrtpmp4gpay.c:
15320         * gst/rtp/gstrtpmp4vpay.c:
15321         * gst/rtsp/gstrtpdec.c:
15322         * gst/rtsp/gstrtspsrc.c:
15323         * gst/udp/gstdynudpsink.c:
15324         * gst/udp/gstmultiudpsink.c:
15325         * gst/udp/gstudpsrc.c:
15326         * gst/videobox/gstvideobox.c:
15327         * gst/videofilter/gstvideoflip.c:
15328           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15329           plus two minor macro fixes.
15330
15331 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15332
15333         * gst/matroska/matroska-demux.c:
15334         (gst_matroska_demux_check_subtitle_buffer),
15335         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15336         (gst_matroska_demux_subtitle_caps):
15337         * gst/matroska/matroska-ids.c:
15338         (gst_matroska_track_init_subtitle_context):
15339         * gst/matroska/matroska-ids.h:
15340           Try to fix up broken matroska files containing subtitle
15341           streams with non-UTF8 character encodings (courtesy of
15342           mkvmerge) using either the encoding specified in the
15343           GST_SUBTITLE_ENCODING environment variable or the
15344           current locale's character set if it is non-UTF8.
15345           Fixes #337076.
15346
15347 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15348
15349         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15350           Set image type from APIC frame as "image-type" field
15351           of GST_TAG_IMAGE buffer caps (#344605).
15352
15353 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15354
15355         * ext/flac/Makefile.am:
15356         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15357         (gst_flac_dec_reset_decoders),
15358         (gst_flac_dec_setup_seekable_decoder),
15359         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15360         (gst_flac_dec_metadata_callback),
15361         (gst_flac_dec_metadata_callback_seekable),
15362         (gst_flac_dec_metadata_callback_stream),
15363         (gst_flac_dec_error_callback),
15364         (gst_flac_dec_error_callback_seekable),
15365         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15366         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15367         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15368         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15369         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15370         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15371         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15372         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15373         (gst_flac_dec_sink_activate_push),
15374         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15375         * ext/flac/gstflacdec.h:
15376           Support chain-based operation, should make flac-over-DAAP
15377           work (#340492).
15378
15379 2006-06-20  Wim Taymans  <wim@fluendo.com>
15380
15381         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15382         Doc updates, merge some unused symbols.
15383
15384 2006-06-20  Wim Taymans  <wim@fluendo.com>
15385
15386         * docs/plugins/Makefile.am:
15387         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15388         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15389         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15390         * gst/rtsp/gstrtspsrc.c:
15391         * gst/rtsp/gstrtspsrc.h:
15392         Added documentation for the rtsp plugin. Fixes #345393.
15393
15394 2006-06-20  Wim Taymans  <wim@fluendo.com>
15395
15396         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15397         (rtsp_connection_close), (rtsp_connection_free):
15398         Use better G_OS_* macros. Fixes #345301 some more.
15399
15400 2006-06-20  Wim Taymans  <wim@fluendo.com>
15401
15402         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15403
15404         * sys/sunaudio/Makefile.am:
15405         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15406         * sys/sunaudio/gstsunaudiomixerctrl.c:
15407         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15408         (gst_sunaudiomixer_ctrl_list_tracks),
15409         (gst_sunaudiomixer_ctrl_get_volume),
15410         (gst_sunaudiomixer_ctrl_set_volume),
15411         (gst_sunaudiomixer_ctrl_set_mute),
15412         (gst_sunaudiomixer_ctrl_set_record):
15413         * sys/sunaudio/gstsunaudiomixerctrl.h:
15414         * sys/sunaudio/gstsunaudiomixertrack.c:
15415         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15416         * sys/sunaudio/gstsunaudiomixertrack.h:
15417         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15418         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15419         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15420         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15421         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15422         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15423         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15424         (gst_sunaudiosrc_reset):
15425         * sys/sunaudio/gstsunaudiosrc.h:
15426         Add a SunAudio source plugin.
15427         Support stereo and right/left channel gain in the mixer plugin.
15428         Support the RECORD flag so that you can switch between line-input and
15429         microphone in gnome-volume-control.
15430         Code cleanups like using an enumerator for track number instead of an 
15431         integer. Fixes #344923.
15432
15433 2006-06-20  Wim Taymans  <wim@fluendo.com>
15434
15435         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15436
15437         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15438         (rtsp_connection_close):
15439         Make RTSP plugin compile on windows. Fixes #345301.
15440         Some changes to original patch to catch errors better.
15441         use ifdef WIN32 instead of ifndef.
15442
15443 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15444
15445         * configure.ac:
15446         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15447
15448 2006-06-18  Edward Hervey  <edward@fluendo.com>
15449
15450         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15451         After a failed buffer alloc, we need to abort the jpeg decoding (it
15452         started when parsing headers to figure out how many bytes we need
15453         to request downstream).
15454
15455 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15456
15457         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15458
15459         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15460           Make sure we don't read beyond the end of the file (#345232).
15461
15462 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15463
15464         * configure.ac:
15465           Fix --disable-external (can't set conditionals conditionally,
15466           #343602).
15467
15468 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15469
15470         * autogen.sh:
15471         * configure.ac:
15472         * docs/Makefile.am:
15473           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15474
15475         * docs/plugins/Makefile.am:
15476         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15477         * docs/plugins/inspect/plugin-taglib.xml:
15478           Add/fix apev2mux docs.
15479
15480 2006-06-14  Wim Taymans  <wim@fluendo.com>
15481
15482         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15483         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15484         (gst_dvdec_change_state):
15485         Reset segment info on flush.
15486         Alloc segment in _init, free in _finalize.
15487
15488         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15489         Don't send segments twice.
15490
15491 2006-06-14  Wim Taymans  <wim@fluendo.com>
15492
15493         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15494         Respect segment.stop. Fixes #342592.
15495
15496 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15497
15498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15499           No language specified means the implied language is English
15500           according to the matroska spec (partially fixes #344708);
15501           add some more debug output.
15502
15503 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15504
15505         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15506         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15507         (gst_wavparse_chain):
15508           When operating chain-based, don't make any assumptions about the
15509           chunking of the incoming data and make streaming work on days other
15510           than the second Thursday after a full moon. Also fix up debug
15511           messages here and there and make use of the most excellent new
15512           gst_pad_query_peer_duration() utility function.
15513           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15514
15515         * gst/wavparse/gstwavparse.h:
15516           Remove trailing comma after last enum value, some compilers don't
15517           like that.
15518
15519 2006-06-13  Wim Taymans  <wim@fluendo.com>
15520
15521         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15522         Handle premature EOS gracefully.
15523
15524 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15527           Prevent out of bounds array access when scrubbing towards
15528           the end of the file between the last index entry and the
15529           end. Fixes occasional 'start <= stop' newsegment event
15530           assertions when scrubbing in MJPEG files.
15531
15532 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15533
15534         * tests/check/elements/.cvsignore:
15535           And another one.
15536
15537 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15538
15539         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15540         (scan_encoded_string), (parse_picture_frame):
15541           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15542
15543         * configure.ac:
15544           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15545           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15546
15547 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15548
15549         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15550           gratuitous comment changes
15551         * tests/check/elements/level.c: (GST_START_TEST):
15552           fix level test leaks
15553
15554 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15555
15556         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15557         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15558           Use gst_pad_query_peer_duration() utility function here.
15559
15560 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15561
15562         * autogen.sh:
15563           require am17
15564         * configure.ac:
15565         * ext/annodex/Makefile.am:
15566         * ext/cdio/Makefile.am:
15567         * ext/dv/Makefile.am:
15568         * ext/esd/Makefile.am:
15569         * ext/flac/Makefile.am:
15570         * ext/gdk_pixbuf/Makefile.am:
15571         * ext/ladspa/Makefile.am:
15572         * ext/libcaca/Makefile.am:
15573         * ext/speex/Makefile.am:
15574         * ext/taglib/Makefile.am:
15575         * sys/oss/Makefile.am:
15576         * sys/sunaudio/Makefile.am:
15577         * sys/ximage/Makefile.am:
15578           clean up build further
15579
15580 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15581
15582         * gconf/Makefile.am:
15583           Honour --disable-schemas-install configure option. Fixes #344100.
15584
15585 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15586
15587         * tests/examples/level/Makefile.am:
15588           Add -lm to LIBS for pow() function, don't assume one of our
15589           dependencies (such as libxml-2.0) drags it in automatically
15590           (#343603).
15591
15592 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15593
15594         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15595
15596         * configure.ac:
15597           We should use $SED and not $(SED) in configure.ac (#343678).
15598
15599 2006-06-09  Wim Taymans  <wim@fluendo.com>
15600
15601         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15602
15603         * sys/sunaudio/gstsunaudiomixerctrl.c:
15604         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15605         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15606         (gst_sunaudiomixer_ctrl_set_mute):
15607         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15608         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15609         (gst_sunaudiosink_write):
15610         Attached find a patch that fixes a number of bugs with the SunAudio
15611         mixer plugin and fixes #344101:
15612         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15613            tracks onto the tracklist causing gnome-volume-control's preferences
15614            dialog to be messed up and would core dump if you checked/unchecked
15615            any item.
15616         2. We weren't previously setting the MUTE flag properly.  Fixing this
15617            makes gnome-volume-control work better.
15618         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15619            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15620            gnome-volume-control look better.
15621         Also some minor cleanup in gstsunaudiosink.c.
15622
15623 2006-06-09  Wim Taymans  <wim@fluendo.com>
15624
15625         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15626         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15627         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15628         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15629         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15630         * ext/jpeg/gstjpegdec.h:
15631         API: Added IDCT method property
15632         Small cleanups.
15633         Avoid dynamic allocation of trivial fixed structure.
15634         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15635
15636 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15637
15638         * configure.ac:
15639         We now require libraw1394 >= 1.1.0 and that version onwards all
15640         have .pc files.
15641
15642 2006-06-02  Edward Hervey  <edward@fluendo.com>
15643
15644         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15645         Trying to get items from an ANY or EMPTY caps is ... stupid.
15646
15647 2006-06-02  Edward Hervey  <edward@fluendo.com>
15648
15649         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15650         (gst_dvdec_chain), (gst_dvdec_change_state):
15651         * ext/dv/gstdvdec.h:
15652         Added GstSegment handling, now implements dropping/clipping.
15653
15654 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15655
15656         * ext/aalib/gstaasink.h:
15657         * ext/annodex/gstcmmldec.h:
15658         * ext/cairo/gsttimeoverlay.h:
15659         * ext/dv/gstdvdec.h:
15660         * ext/dv/gstdvdemux.h:
15661         * ext/esd/esdmon.h:
15662         * ext/esd/esdsink.h:
15663         * ext/flac/gstflacenc.h:
15664         * ext/gconf/gstgconfaudiosink.h:
15665         * ext/gconf/gstgconfaudiosrc.h:
15666         * ext/gconf/gstgconfvideosink.h:
15667         * ext/gconf/gstgconfvideosrc.h:
15668         * ext/gdk_pixbuf/gstgdkanimation.h:
15669         * ext/gdk_pixbuf/pixbufscale.h:
15670         * ext/hal/gsthalaudiosink.h:
15671         * ext/hal/gsthalaudiosrc.h:
15672         * ext/jpeg/gstjpegenc.h:
15673         * ext/jpeg/gstsmokedec.h:
15674         * ext/jpeg/gstsmokeenc.h:
15675         * ext/libcaca/gstcacasink.h:
15676         * ext/libmng/gstmngdec.h:
15677         * ext/libmng/gstmngenc.h:
15678         * ext/libpng/gstpngdec.h:
15679         * ext/libpng/gstpngenc.h:
15680         * ext/raw1394/gstdv1394src.h:
15681         * ext/speex/gstspeexenc.h:
15682         * gst/autodetect/gstautoaudiosink.h:
15683         * gst/autodetect/gstautovideosink.h:
15684         * gst/avi/gstavidemux.h:
15685         * gst/cutter/gstcutter.h:
15686         * gst/debug/efence.h:
15687         * gst/debug/gstnavigationtest.h:
15688         * gst/debug/gstnavseek.h:
15689         * gst/flx/gstflxdec.h:
15690         * gst/goom/gstgoom.h:
15691         * gst/icydemux/gsticydemux.h:
15692         * gst/id3demux/gstid3demux.h:
15693         * gst/law/alaw-decode.h:
15694         * gst/law/alaw-encode.h:
15695         * gst/law/mulaw-decode.h:
15696         * gst/law/mulaw-encode.h:
15697         * gst/matroska/matroska-mux.h:
15698         * gst/median/gstmedian.h:
15699         * gst/oldcore/gstaggregator.h:
15700         * gst/oldcore/gstfdsink.h:
15701         * gst/oldcore/gstmd5sink.h:
15702         * gst/oldcore/gstmultifilesrc.h:
15703         * gst/oldcore/gstpipefilter.h:
15704         * gst/oldcore/gstshaper.h:
15705         * gst/oldcore/gststatistics.h:
15706         * gst/rtp/gstasteriskh263.h:
15707         * gst/rtp/gstrtpL16depay.h:
15708         * gst/rtp/gstrtpL16pay.h:
15709         * gst/rtp/gstrtpamrdepay.h:
15710         * gst/rtp/gstrtpamrpay.h:
15711         * gst/rtp/gstrtpdepay.h:
15712         * gst/rtp/gstrtpgsmdepay.h:
15713         * gst/rtp/gstrtpgsmpay.h:
15714         * gst/rtp/gstrtph263pay.h:
15715         * gst/rtp/gstrtph263pdepay.h:
15716         * gst/rtp/gstrtph263ppay.h:
15717         * gst/rtp/gstrtpmp4gpay.h:
15718         * gst/rtp/gstrtpmp4vdepay.h:
15719         * gst/rtp/gstrtpmp4vpay.h:
15720         * gst/rtp/gstrtpmpadepay.h:
15721         * gst/rtp/gstrtpmpapay.h:
15722         * gst/rtp/gstrtppcmadepay.h:
15723         * gst/rtp/gstrtppcmapay.h:
15724         * gst/rtp/gstrtppcmudepay.h:
15725         * gst/rtp/gstrtppcmupay.h:
15726         * gst/rtp/gstrtpspeexdepay.h:
15727         * gst/rtp/gstrtpspeexpay.h:
15728         * gst/rtsp/gstrtpdec.h:
15729         * gst/rtsp/gstrtspsrc.h:
15730         * gst/smpte/gstsmpte.h:
15731         * gst/udp/gstdynudpsink.h:
15732         * gst/udp/gstmultiudpsink.h:
15733         * gst/udp/gstudpsink.h:
15734         * gst/udp/gstudpsrc.h:
15735         * gst/videofilter/gstvideobalance.h:
15736         * gst/videofilter/gstvideoflip.h:
15737         * sys/oss/gstossdmabuffer.h:
15738         * sys/oss/gstossmixerelement.h:
15739         * sys/oss/gstosssink.h:
15740         * sys/oss/gstosssrc.h:
15741         * sys/osxvideo/osxvideosink.h:
15742         * sys/sunaudio/gstsunaudiomixer.h:
15743         * sys/sunaudio/gstsunaudiosink.h:
15744         * sys/ximage/gstximagesrc.h:
15745         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15746
15747 2006-05-31  Wim Taymans  <wim@fluendo.com>
15748
15749         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15750         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15751         (gst_goom_src_setcaps), (gst_goom_src_event),
15752         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15753         (gst_goom_change_state):
15754         * gst/goom/gstgoom.h:
15755         Handle QoS.
15756         Handle flushing, discont and events.
15757         Fix timestamps and various other cleanups.
15758
15759 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15760
15761         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15762         Fix bus reset when using libiec61883
15763
15764 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15765
15766         * configure.ac:
15767         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15768         * ext/raw1394/Makefile.am:
15769         Add CFLAGS.
15770         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15771         New method, to receive using libiec61883.
15772         (gst_dv1394src_iso_receive),
15773         #ifdef'd out if libiec61883 is present.
15774         (gst_dv1394src_bus_reset),
15775         Get userdata correctly if using libiec61883. 
15776         (gst_dv1394src_create),
15777         When using libiec61883, only poll one fd and no need to read.
15778         (gst_dv1394src_discover_avc_node),
15779         Replace g_warnings.
15780         (gst_dv1394src_start),
15781         Create new handle when we know which dv port.  More reliable
15782         than setting port on an existing handle.  Initialise libiec61883.
15783         (gst_dv1394src_stop):
15784         If using libiec61883, then cleanup its handle properly.
15785         * ext/raw1394/gstdv1394src.h:
15786         Add libiec61883 handle.
15787
15788 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15789
15790         * gst/avi/gstavidemux.c:
15791           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15792         * win32/MANIFEST:
15793           sort file listing
15794         * win32/vs6/libgstavi.dsp:
15795           add gstavimux.c to the project
15796         * win32/vs6/libgstid3demux.dsp:
15797           add link to zlib library
15798         * win32/vs6/libgstmatroska.dsp:
15799           add matroska-ids.c to the project
15800
15801 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15802
15803         Patch by: Sebastian Dröge  <mail at slomosnail de >
15804
15805         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15806         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15807         * ext/taglib/Makefile.am:
15808         * ext/taglib/gstapev2mux.cc:
15809         * ext/taglib/gstapev2mux.h:
15810         * ext/taglib/gstid3v2mux.cc:
15811         * ext/taglib/gsttaglibmux.c: (plugin_init):
15812         * ext/taglib/gsttaglibmux.h:
15813           Add apev2mux element (#343122).
15814         
15815         * tests/check/Makefile.am:
15816         * tests/check/elements/apev2mux.c:
15817         (test_taglib_apev2mux_create_tags),
15818         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15819         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15820         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15821         (apev2mux_suite), (main):
15822           Add unit test for apev2mux element.
15823
15824 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15825
15826         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15827         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15828         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15829           GST_PTR_FORMAT should be used to print caps in debug statements.
15830
15831 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15832
15833         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15834
15835         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15836         (ape_demux_parse_tags):
15837           Some clean-ups and additions: map APE 'file' tag to
15838           GST_TAG_LOCATION (#343123); add support for extracting
15839           the track count and clean up parsing a bit (#343127).
15840
15841 2006-05-28  Edward Hervey  <edward@fluendo.com>
15842
15843         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15844         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15845
15846 2006-05-28  Edward Hervey  <edward@fluendo.com>
15847
15848         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15849         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15850         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15851         * ext/jpeg/gstjpegdec.h:
15852         Clip outgoing buffers according to currently configured segment.
15853
15854 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15855
15856         * ext/taglib/gstid3v2mux.cc:
15857           Handle  writing of track-count or album-volume-count without
15858           track-number or albume-volume-number (in this case the number
15859           will just be set to 0).
15860
15861         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15862           It would be nice if we actually checked the values received for
15863           track/album-volume number/count in  _check_tags(), rather than
15864           setting them again ...
15865
15866 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15867
15868         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15869           A track/volume number or count of 0 does not make sense,
15870           just ignore it along with negative numbers (a tag might
15871           only contain a track count without a track number).
15872
15873 2006-05-27  Edward Hervey  <edward@fluendo.com>
15874
15875         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15876         (gst_jpeg_dec_sink_event):
15877         Abort decompression when receiving FLUSH_STOP. This should avoid
15878         issues when interrupting decoding with flushes.
15879
15880 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15881
15882         * ext/flac/gstflac.c:
15883           Don't #include file we don't dist any longer.
15884
15885 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15886
15887         * README:
15888           Replace current README (containing the release notes from
15889           some 0.9.x version) with a proper README taken from the core.
15890
15891 2006-05-24  Wim Taymans  <wim@fluendo.com>
15892
15893         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15894         Implement EOS correctly by either posting
15895         SEGMENT_DONE or pushing an EOS message depending
15896         on the seek type. Fixes #342592
15897
15898 2006-05-24  Wim Taymans  <wim@fluendo.com>
15899
15900         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15901         * gst/law/alaw-decode.h:
15902         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15903         * gst/law/alaw-encode.h:
15904         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15905         * gst/law/mulaw-decode.h:
15906         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15907         * gst/law/mulaw-encode.h:
15908         Some cleanups in the chain functions.
15909         Remove some GStreamer 0.0.2 bits.
15910
15911 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15912
15913         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15914
15915         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15916           gst_collect_pads_stop() needs to be called before chaining up
15917           to the parent class (#342734).
15918
15919 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15920
15921         * ext/flac/Makefile.am:
15922         * ext/flac/flac_compat.h:
15923         * ext/flac/gstflac.c:
15924         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15925         * ext/flac/gstflacenc.c:
15926           Remove backwards compatibility cruft for dealing with FLAC API
15927           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15928
15929 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15930
15931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15932         (gst_matroska_demux_push_xiph_codec_priv_data),
15933         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15934         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15935         * gst/matroska/matroska-ids.h:
15936         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15937         (gst_matroska_mux_video_pad_setcaps),
15938         (xiph3_streamheader_to_codecdata),
15939         (vorbis_streamheader_to_codecdata),
15940         (theora_streamheader_to_codecdata),
15941         (gst_matroska_mux_audio_pad_setcaps),
15942         (gst_matroska_mux_write_data):
15943           Add support for muxing/demuxing theora video (#342448; too bad
15944           none of the usual linux players can actually play this). Playback
15945           in GStreamer will require additional changes to theoradec in -base.
15946           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15947           cleanups.
15948
15949 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15950
15951         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15952         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15953           Fix crashes when the horizontal subsampling is 1.
15954           Fixes #342097.
15955
15956 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15957
15958         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15959
15960         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15961         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15962         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15963         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15964         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15965         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15966         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15967         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15968         (gst_avi_mux_change_state):
15969         * gst/avi/gstavimux.h:
15970           Some enhancements for avimux (#342526):
15971            - add odml (large file) index support
15972            - store codec init data (e.g. huffyuv)
15973            - miscellaneous other fixes/cleanups
15974
15975 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15976
15977         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15978         Don't output any tag when we encounter a negative track number - the
15979         tag type is uint, so we end up outputting huge positive numbers
15980         instead. (Fixes: #342029)
15981
15982 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15983
15984         * configure.ac:
15985           update for new GSTPB_PLUGINS_DIR
15986
15987 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15988
15989         * rtp/gst/gstrtph263pay.c:
15990         Properly set static caps for H263 at 34.
15991
15992 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15993
15994         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15995
15996         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15997           Merge event tags and tag setter tags correctly (#339918). Also,
15998           don't leak taglist in case of an error.
15999           
16000 2006-05-17  Edward Hervey  <edward@fluendo.com>
16001
16002         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16003         We can only do caps intersection if the othercaps are non-empty and not
16004         ANY. Else we return the pad template (base_caps).
16005
16006 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16007
16008         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16009           Fix crash when outputting debugging information for certain
16010           pictures (always good to use the right struct member for
16011           the number of records in an array).
16012
16013 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16014
16015         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16016
16017         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16018         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16019         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16020         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16021         (gst_ebml_read_float), (gst_ebml_read_ascii),
16022         (gst_ebml_read_binary):
16023           Don't create unnecessary sub-buffers all the time. Dramatically
16024           improves performance with multiple concurrently running
16025           matroskademux instances (#341818) (and avoids doing
16026           unnecessarily inefficient things in the general case).
16027
16028 2006-05-16  Edward Hervey  <edward@fluendo.com>
16029
16030         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16031         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16032         return value of gst_pad_push_event().
16033
16034 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16035
16036         * gst/autodetect/gstautoaudiosink.c:
16037         (gst_auto_audio_sink_find_best):
16038         * gst/autodetect/gstautovideosink.c:
16039         (gst_auto_video_sink_find_best):
16040         Make the name of the child element be based on the name of the
16041         parent, so that debug output is more useful.
16042         
16043         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16044         (parse_insert_string_field), (parse_split_strings):
16045         Rework string parsing to always walk over BOM markers in UTF16
16046         strings, using the endianness indicated by the innermost one,
16047         then trying the opposite endianness if that fails to convert
16048         to valid UTF-8. Fixes #341774
16049
16050 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16051
16052         Patch from: Matthieu <matthieu at fluendo dot com>
16053
16054         * ext/libpng/Makefile.am:
16055         Add LIBPNG_CFLAGS.
16056
16057 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16058
16059         * ext/taglib/gstid3v2mux.cc:
16060           Add support for writing images (APIC frames) into ID3v2
16061           tags (picture type always set to 'other' for now though).
16062
16063 2006-05-14  Michael Smith  <msmith@fluendo.com>
16064
16065         * gst/wavparse/gstwavparse.c:
16066           Update docs; wavparse implements push and pull modes.
16067
16068 2006-05-12  Wim Taymans  <wim@fluendo.com>
16069
16070         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16071         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16072         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16073         Ooops, bitten by the copy-and-paste design paradigm, fixes
16074         seek again.
16075
16076 2006-05-12  Wim Taymans  <wim@fluendo.com>
16077
16078         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16079         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16080         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16081         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16082         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16083         (gst_avi_demux_massage_index),
16084         (gst_avi_demux_calculate_durations_from_index),
16085         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16086         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16087         (gst_avi_demux_loop):
16088         * gst/avi/gstavidemux.h:
16089         Some cleanups, prepare to use GstSegment.
16090         Fix error in entry walking code.
16091         Fix VBR detection.
16092         Smarter timestamp calculation code.
16093         Uniform error/eos handling.
16094
16095 2006-05-12  Michael Smith  <msmith@fluendo.com>
16096
16097         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16098         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16099           Fix use of uninitialised values if we're NOT seeking in ready.
16100           Fix typos.
16101
16102 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16103
16104         * gst/wavparse/Makefile.am:
16105           Add CFLAGS and LIBS for libgstbase, fixes build on
16106           Cygwin (#341489).
16107
16108 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16109
16110         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16111           Some more debug info. No need to check whether the string
16112           returned by g_convert() is really UTF-8 - either it is or
16113           we get NULL returned.
16114
16115 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16116
16117         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16118           Fix parsing of numeric genre strings some more, by ensuring that
16119           we only try and parse strings that a) Start with '(' and b) Consist
16120           only of digits.
16121           Also, when finding an escaping '((' sequence, bust it back to '(' by
16122           swallowing the first parenthesis
16123
16124 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16125
16126         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16127         (gst_esdsink_open), (gst_esdsink_close):
16128         * ext/esd/esdsink.h:
16129           Move the esd_get_server_info() into gst_esdsink_open() and fail
16130           with a decent error message on errors.
16131
16132 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16133
16134         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16135         (gst_esdmon_channels_get_type):
16136         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16137         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16138         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16139         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16140         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16141         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16142         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16143         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16144         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16145         * gst/videomixer/videomixer.c:
16146         (gst_video_mixer_background_get_type):
16147           Const-ify GEnumValue arrays.
16148
16149 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16150
16151         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16152
16153         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16154         (gst_avi_mux_do_video_buffer):
16155           Work around gst_buffer_make_metadata_writable() bug that
16156           results in avimux marking all frames in the index as
16157           keyframes (#340859).
16158           
16159 2006-05-08  Wim Taymans  <wim@fluendo.com>
16160
16161         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16162         Make parsing of urls suck slightly less.
16163
16164 2006-05-08  Edward Hervey  <edward@fluendo.com>
16165
16166         * autogen.sh: (CONFIGURE_DEF_OPT): 
16167         libtoolize on Darwin/MacOSX is called glibtoolize.
16168
16169 2006-05-08  Wim Taymans  <wim@fluendo.com>
16170
16171         Patch by: Jens Granseuer <jensgr at gmx dot net>
16172
16173         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16174         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16175         C89 compliance fixes. Fixes #340980
16176
16177 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16178
16179         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16180         * ext/flac/gstflacdec.h:
16181           Handle segment seeks that include the end of the file as stop point
16182           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16183           message instead of an EOS event in case we're in segment seek
16184           mode (fixes #340699).
16185           
16186 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16187
16188         * ext/cairo/gsttextoverlay.c:
16189         * ext/flac/gstflacdec.c:
16190         * ext/gdk_pixbuf/pixbufscale.c:
16191         * gst/apetag/gstapedemux.c:
16192         * gst/debug/breakmydata.c:
16193         * gst/debug/testplugin.c:
16194         * gst/matroska/ebml-write.c:
16195         * gst/multipart/multipartdemux.c:
16196         * sys/osxaudio/gstosxaudiosink.c:
16197         * sys/osxaudio/gstosxaudiosrc.c:
16198         Add semicolons after GST_BOILERPLATE[_FULL] so that
16199         indent doesn't mess up following lines.
16200
16201 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16202
16203         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16204
16205         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16206           Don't leak caps when freeing the stream context (#340623).
16207
16208 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16209
16210         * configure.ac:
16211           Back to CVS
16212
16213 === release 0.10.3 ===
16214
16215 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16216
16217         * configure.ac:
16218           releasing 0.10.3, "Desplazado"
16219
16220 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16221
16222         * gst/matroska/matroska-mux.c:
16223         (gst_matroska_mux_stream_is_vorbis_header),
16224         (gst_matroska_mux_write_data):
16225           Don't strcmp() NULL strings.
16226           Only start new clusters on video keyframes, not on any
16227           random audio buffer that doesn't have the DELTA_UNIT
16228           flag set (fixes 'make check' again).
16229
16230 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16231
16232         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16233
16234         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16235         (gst_matroska_mux_stream_is_vorbis_header),
16236         (gst_matroska_mux_write_data):
16237           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16238           value and then dead-lock when muxing vorbis audio streams
16239           (the three vorbis header buffers carry no timestamp, and it
16240           would try to mux these after all video buffers). Fixes #340346.
16241
16242           Improve clustering: start a new cluster also whenever we get
16243           a keyframe.     
16244
16245 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16246
16247         * win32/common/config.h:
16248         * win32/MANIFEST
16249           add the generated file as well
16250
16251 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16252
16253         * Makefile.am:
16254         * configure.ac:
16255         * win32/common/config.h.in:
16256           add win32 stuff
16257
16258 2006-05-03  Michael Smith  <msmith@fluendo.com>
16259
16260         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16261           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16262           SUCKS.
16263
16264 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16265
16266         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16267         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16268         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16269           don't leak caps-string
16270
16271 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16272
16273         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16274         (gst_id3demux_sink_activate):
16275           Let core insert default error message for TYPE_NOT_FOUND
16276           errors, it's just as good as our own and has the added
16277           bonus of being translated.
16278
16279 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16280
16281         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16282         (gst_tag_demux_sink_event):
16283         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16284         (gst_id3demux_sink_event):
16285           Post an error message when we get an EOS event and were not
16286           able to find out the type of stream.
16287
16288         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16289         (test_taglib_id3mux_with_tags):
16290           Decrease num-buffers to 16 per iteration again, otherwise the
16291           many memcpy()s and reallocations in the test will hammer slow
16292           CPUs completely and make the test timeout.
16293
16294 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16295
16296         * configure.ac:
16297           figure out where plugins-base plugins are
16298         * tests/check/Makefile.am:
16299           use plugins-base plugins, so we have typefind functions
16300         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16301           increase num-buffers, this makes sure the test errors out instead
16302           of timing out when no typefind functions are present
16303
16304 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16305
16306         * docs/plugins/Makefile.am:
16307           also check .cc files for gtk-doc markup
16308         * configure.ac:
16309         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16310         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16311         * tests/check/Makefile.am:
16312         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16313         * ext/Makefile.am:
16314         * ext/taglib/Makefile.am:
16315         * ext/taglib/gstid3v2mux.h:
16316         * ext/taglib/gsttaglibmux.c:
16317         * ext/taglib/gsttaglibmux.h:
16318           move taglib-based id3v2muxer to -good.  Fixes #336110.
16319
16320 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16321
16322         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16323           ... and fix multichannel/WAVFORMATEX support again.
16324
16325 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16326
16327         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16328         (gst_wavparse_class_init), (gst_wavparse_dispose),
16329         (gst_wavparse_reset), (gst_wavparse_init),
16330         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16331         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16332         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16333         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16334         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16335         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16336         (gst_wavparse_stream_data), (gst_wavparse_loop),
16337         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16338         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16339         (gst_wavparse_change_state), (plugin_init):
16340         * gst/wavparse/gstwavparse.h:
16341           Add push (streaming) mode to wavparse (fixes #337625)
16342
16343 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16344
16345         * configure.ac:
16346         * tests/Makefile.am:
16347           add ximagesrc icles test
16348
16349 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16350
16351         * configure.ac:
16352         * docs/plugins/Makefile.am:
16353         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16354         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16355         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16356         (gst_cmml_enc_push_clip):
16357         * sys/Makefile.am:
16358         * sys/ximage/Makefile.am:
16359         * sys/ximage/gstximagesrc.c:
16360           Move ximagesrc plug-in to good after review.  Fixes #336756.
16361
16362 2006-04-28  Michael Smith  <msmith@fluendo.com>
16363
16364         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16365         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16366         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16367         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16368         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16369         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16370         * gst/icydemux/gsticydemux.h:
16371           Fix event handling: cache events when typefinding and forward later.
16372
16373 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16374
16375         * sys/osxaudio/gstosxaudiosink.c:
16376         (plugin_init):
16377          Register osxaudiosrc to the plugin.
16378         * sys/osxaudio/gstosxaudiosrc.c:
16379         (gst_osx_audio_src_osxelement_do_init),
16380         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16381         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16382         (gst_osx_audio_src_get_property),
16383         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16384         (gst_osx_audio_src_osxelement_init):
16385         * sys/osxaudio/gstosxaudiosrc.h:
16386           Port of osxaudiosrc to 0.10.
16387         * sys/osxaudio/Makefile.am:
16388           Add osxaudiosrc
16389
16390 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16391
16392         * sys/osxaudio/gstosxringbuffer.c:
16393         * sys/osxaudio/gstosxringbuffer.h:
16394           Forgot to commit earlier, part of the OSX audio plugin port
16395
16396 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16397
16398         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16399         (parse_split_strings):
16400           Recognise and skip any byte order marker (BOM) in
16401           UTF-16 strings.
16402
16403 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16404
16405         * docs/plugins/Makefile.am:
16406         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16407         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16408         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16409         * docs/plugins/inspect/plugin-avi.xml:
16410         * gst/avi/gstavidemux.c:
16411         * gst/avi/gstavimux.c:
16412           Add docs for both avidemux and avimux.
16413
16414 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16415
16416         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16417
16418         * gst/avi/Makefile.am:
16419         * gst/avi/gstavi.c: (plugin_init):
16420         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16421         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16422         (gst_avi_mux_class_init), (gst_avi_mux_init),
16423         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16424         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16425         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16426         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16427         (gst_avi_mux_riff_get_avix_header),
16428         (gst_avi_mux_riff_get_video_header),
16429         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16430         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16431         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16432         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16433         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16434         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16435         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16436         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16437         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16438         (gst_avi_mux_change_state):
16439         * gst/avi/gstavimux.h:
16440           Port AVI muxer to GStreamer-0.10 (#332031).
16441
16442         * tests/check/Makefile.am:
16443         * tests/check/elements/avimux.c:
16444         * tests/check/elements/.cvsignore:
16445           Add unit test for AVI muxer.
16446
16447 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16448
16449         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16450         (gst_wavparse_class_init), (gst_wavparse_reset),
16451         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16452         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16453         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16454         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16455         (gst_wavparse_stream_data), (gst_wavparse_loop),
16456         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16457         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16458         (plugin_init):
16459         * gst/wavparse/gstwavparse.h:
16460           reverted patch #337625 for the price of 1 hour sleep
16461
16462 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16463
16464         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16465         (gst_wavparse_class_init), (gst_wavparse_reset),
16466         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16467         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16468         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16469         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16470         (gst_wavparse_stream_data), (gst_wavparse_loop),
16471         (gst_wavparse_chain), (plugin_init):
16472         * gst/wavparse/gstwavparse.h:
16473           correct partial implementation of push mode
16474           (from my last commit)
16475
16476 2006-04-26  Wim Taymans  <wim@fluendo.com>
16477
16478         * ext/esd/esdsink.c:
16479         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16480         it is not in esd.h
16481
16482 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16483
16484         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16485         (gst_au_parse_class_init), (gst_au_parse_init),
16486         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16487         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16488         (gst_au_parse_chain), (gst_au_parse_src_convert),
16489         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16490         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16491         (gst_au_parse_change_state):
16492         * gst/auparse/gstauparse.h:
16493           Rewrite auparse to suck a little bit less: make source pad
16494           dynamic, so decodebin/playbin work with non-raw formats
16495           like alaw/mulaw; add query function for duration/position
16496           queries; check whether we have enough data before attempting
16497           to parse the header (instead of crashing when that is not the
16498           case); work around audioconvert sucking by swapping endianness
16499           to the native endianness ourselves for float formats; send
16500           initial newsegment event. Fixes #161712.
16501
16502 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16503
16504         * sys/osxaudio/Makefile.am:
16505         * sys/osxaudio/gstosxaudioelement.c:
16506         (gst_osx_audio_element_get_type),
16507         (gst_osx_audio_element_class_init):
16508         * sys/osxaudio/gstosxaudioelement.h:
16509         * sys/osxaudio/gstosxaudiosink.c:
16510         (gst_osx_audio_sink_osxelement_do_init),
16511         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16512         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16513         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16514         (gst_osx_audio_sink_create_ringbuffer),
16515         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16516         (plugin_init):
16517         * sys/osxaudio/gstosxaudiosink.h:
16518         Port of osxaudiosink to 0.10
16519
16520 2006-04-26  Wim Taymans  <wim@fluendo.com>
16521
16522         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16523         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16524         the size of the ringbuffer. This should fix hangs with older 
16525         esd sound servers.
16526
16527 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16528
16529         * ext/aalib/gstaasink.c:
16530         * ext/annodex/gstcmmldec.c:
16531         * ext/annodex/gstcmmlenc.c:
16532         * ext/cairo/gsttextoverlay.c:
16533         * ext/cairo/gsttimeoverlay.c:
16534         * ext/cdio/gstcdiocddasrc.c:
16535         * ext/dv/gstdvdec.c:
16536         * ext/dv/gstdvdemux.c:
16537         * ext/esd/esdmon.c:
16538         * ext/esd/esdsink.c:
16539         * ext/flac/gstflacenc.c:
16540         * ext/flac/gstflactag.c:
16541         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16542         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16543         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16544         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16545         * ext/gdk_pixbuf/pixbufscale.c:
16546         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16547         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16548         * ext/jpeg/gstjpegdec.c:
16549         * ext/jpeg/gstjpegenc.c:
16550         * ext/jpeg/gstsmokedec.c:
16551         * ext/jpeg/gstsmokeenc.c:
16552         * ext/libcaca/gstcacasink.c:
16553         * ext/libmng/gstmngdec.c:
16554         * ext/libmng/gstmngenc.c:
16555         * ext/libpng/gstpngdec.c:
16556         * ext/libpng/gstpngenc.c:
16557         * ext/mikmod/gstmikmod.c:
16558         * ext/raw1394/gstdv1394src.c:
16559         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16560         * ext/shout2/gstshout2.h:
16561         * ext/speex/gstspeexdec.c:
16562         * ext/speex/gstspeexenc.c:
16563         * gst/alpha/gstalpha.c:
16564         * gst/alpha/gstalphacolor.c:
16565         * gst/apetag/gstapedemux.c:
16566         * gst/auparse/gstauparse.c:
16567         * gst/autodetect/gstautoaudiosink.c:
16568         (gst_auto_audio_sink_base_init):
16569         * gst/autodetect/gstautovideosink.c:
16570         (gst_auto_video_sink_base_init):
16571         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16572         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16573         * gst/cutter/gstcutter.c:
16574         * gst/debug/breakmydata.c:
16575         * gst/debug/efence.c:
16576         * gst/debug/gstnavigationtest.c:
16577         * gst/debug/gstnavseek.c:
16578         * gst/debug/negotiation.c:
16579         * gst/debug/progressreport.c:
16580         * gst/debug/testplugin.c:
16581         * gst/effectv/gstaging.c:
16582         * gst/effectv/gstdice.c:
16583         * gst/effectv/gstedge.c:
16584         * gst/effectv/gstquark.c:
16585         * gst/effectv/gstrev.c:
16586         * gst/effectv/gstshagadelic.c:
16587         * gst/effectv/gstvertigo.c:
16588         * gst/effectv/gstwarp.c:
16589         * gst/flx/gstflxdec.c:
16590         * gst/goom/gstgoom.c:
16591         * gst/icydemux/gsticydemux.c:
16592         * gst/id3demux/gstid3demux.c:
16593         * gst/interleave/deinterleave.c:
16594         * gst/interleave/interleave.c:
16595         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16596         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16597         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16598         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16599         * gst/level/gstlevel.c:
16600         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16601         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16602         * gst/median/gstmedian.c:
16603         * gst/monoscope/gstmonoscope.c:
16604         * gst/multipart/multipartdemux.c:
16605         * gst/multipart/multipartmux.c:
16606         * gst/oldcore/gstaggregator.c:
16607         * gst/oldcore/gstfdsink.c:
16608         * gst/oldcore/gstmd5sink.c:
16609         * gst/oldcore/gstmultifilesrc.c:
16610         * gst/oldcore/gstpipefilter.c:
16611         * gst/oldcore/gstshaper.c:
16612         * gst/oldcore/gststatistics.c:
16613         * gst/rtp/gstasteriskh263.c:
16614         * gst/rtp/gstrtpL16depay.c:
16615         * gst/rtp/gstrtpL16pay.c:
16616         * gst/rtp/gstrtpamrdepay.c:
16617         * gst/rtp/gstrtpamrpay.c:
16618         * gst/rtp/gstrtpdepay.c:
16619         * gst/rtp/gstrtpgsmpay.c:
16620         * gst/rtp/gstrtph263pay.c:
16621         * gst/rtp/gstrtph263pdepay.c:
16622         * gst/rtp/gstrtph263ppay.c:
16623         * gst/rtp/gstrtpilbcdepay.c:
16624         * gst/rtp/gstrtpmp4gpay.c:
16625         * gst/rtp/gstrtpmp4vdepay.c:
16626         * gst/rtp/gstrtpmp4vpay.c:
16627         * gst/rtp/gstrtpmpadepay.c:
16628         * gst/rtp/gstrtpmpapay.c:
16629         * gst/rtp/gstrtppcmadepay.c:
16630         * gst/rtp/gstrtppcmapay.c:
16631         * gst/rtp/gstrtppcmudepay.c:
16632         * gst/rtp/gstrtppcmupay.c:
16633         * gst/rtp/gstrtpspeexdepay.c:
16634         * gst/rtp/gstrtpspeexpay.c:
16635         * gst/rtsp/gstrtpdec.c:
16636         * gst/rtsp/gstrtspsrc.c:
16637         * gst/smpte/gstsmpte.c:
16638         * gst/udp/gstdynudpsink.c:
16639         * gst/udp/gstmultiudpsink.c:
16640         * gst/udp/gstudpsink.c:
16641         * gst/udp/gstudpsrc.c:
16642         * gst/videobox/gstvideobox.c:
16643         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16644         * gst/videofilter/gstvideobalance.c:
16645         * gst/videofilter/gstvideoflip.c:
16646         * gst/videofilter/gstvideotemplate.c:
16647         (gst_videotemplate_base_init):
16648         * gst/videomixer/videomixer.c:
16649         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16650         (gst_wavparse_class_init), (gst_wavparse_dispose),
16651         (gst_wavparse_reset), (gst_wavparse_init),
16652         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16653         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16654         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16655         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16656         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16657         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16658         (gst_wavparse_change_state):
16659         * gst/wavparse/gstwavparse.h:
16660         * sys/oss/gstossmixerelement.c:
16661         * sys/oss/gstosssink.c:
16662         * sys/oss/gstosssrc.c:
16663         * sys/osxaudio/gstosxaudioelement.c:
16664         * sys/osxaudio/gstosxaudiosink.c:
16665         * sys/osxaudio/gstosxaudiosrc.c:
16666         * sys/sunaudio/gstsunaudiomixer.c:
16667         * sys/sunaudio/gstsunaudiosink.c:
16668           Define GstElementDetails as const and also static (when defined as
16669           global)
16670
16671 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16672
16673         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16674           Source pad has fixed caps. If we don't set this, bad
16675           things happen when the window is resized.
16676
16677 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * gst/matroska/Makefile.am:
16680         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16681         (gst_matroska_demux_handle_src_event):
16682         * gst/matroska/matroska-ids.c:
16683         (gst_matroska_track_init_video_context),
16684         (gst_matroska_track_init_audio_context),
16685         (gst_matroska_track_init_subtitle_context),
16686         (gst_matroska_track_init_complex_context):
16687         * gst/matroska/matroska-ids.h:
16688           Handle case where the TrackType ebml chunk does not come before the
16689           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16690           events.
16691
16692 2006-04-25  Wim Taymans  <wim@fluendo.com>
16693
16694         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16695         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16696         It's codec_data, not codec_info.
16697
16698 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16699
16700         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16701
16702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16703           Handle codec_data for VfW compatibility codec IDs (#339451)
16704
16705         * gst/matroska/matroska-mux.c:
16706         (gst_matroska_mux_video_pad_setcaps):
16707           Same here, handle codec_data and add additional caps we can handle
16708           now to the pad template (huffyuv, dv and h263 video) (#339451)
16709
16710 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16713
16714         * gst/matroska/matroska-mux.c:
16715         (gst_matroska_mux_create_buffer_header),
16716         (gst_matroska_mux_write_data):
16717           Fix timestamping of B-frames, use signed integers, do
16718           some rounding (#339678).
16719
16720 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16721
16722         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16723         just make it compile with --disable-gst-debug.
16724
16725 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16726
16727         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16728         Fix a bad conversion using gst_guint64_to_gdouble.
16729         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16730         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16731         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16732     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16733         mistake.
16734
16735 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16736
16737         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16738         Use gst_guint64_to_gdouble for conversions
16739         * win32/vs6/gst_plugins_good.dsw:
16740         * win32/vs6/libgsticydemux.dsp:
16741         Add a project file for icydemux
16742
16743 2006-04-21  Wim Taymans  <wim@fluendo.com>
16744
16745         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16746
16747         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16748         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16749         When splitting audio chunks, the block alignment is not taken in
16750         consideration, so the smaller chunks could be of size which is 
16751         not a multiple of the block alignment. Fixes #336904
16752
16753 2006-04-21  Wim Taymans  <wim@fluendo.com>
16754
16755         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16756         Use scale functions
16757
16758 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16759
16760         * ext/dv/gstdv.c: (plugin_init):
16761           Fix build.
16762
16763 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16764
16765         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16766         (gst_progress_report_class_init), (gst_progress_report_init),
16767         (gst_progress_report_do_query), (gst_progress_report_report),
16768         (gst_progress_report_set_property),
16769         (gst_progress_report_get_property):
16770           Add 'format' property to force querying to a particular format.
16771
16772 2006-04-21  Andy Wingo  <wingo@pobox.com>
16773
16774         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16775         best, on big endian systems. Drop its rank in that case. OTOH on
16776         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16777
16778 2006-04-21  Michael Smith  <msmith@fluendo.com>
16779
16780         * configure.ac:
16781         * gst/icydemux/Makefile.am:
16782         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16783         (gst_icydemux_base_init), (gst_icydemux_class_init),
16784         (gst_icydemux_reset), (gst_icydemux_init),
16785         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16786         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16787         (unicodify), (gst_icydemux_unicodify),
16788         (gst_icydemux_parse_and_send_tags),
16789         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16790         (gst_icydemux_chain), (gst_icydemux_change_state),
16791         (gst_icydemux_send_tag_event), (plugin_init):
16792         * gst/icydemux/gsticydemux.h:
16793         * tests/check/Makefile.am:
16794         * tests/check/elements/icydemux.c: (typefind_succeed),
16795         (plugin_init), (icydemux_found_pad), (create_icydemux),
16796         (cleanup_icydemux), (push_data), (GST_START_TEST),
16797         (icydemux_suite), (main):
16798           Add icydemux, and tests.
16799
16800 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16801
16802         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16803           Post SEGMENT_DONE message in TIME format.
16804
16805 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16806
16807         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16808
16809         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16810         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16811           Fix index creation when we have to scan the file to create
16812           an index. There may be other types of RIFF 'LIST' chunks than
16813           'movi' and we need to skip them properly as well or we'll end up
16814           reading garbage (#336889). Some other cosmetic changes.
16815           
16816 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16817
16818         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16819         (gst_flac_dec_handle_seek_event):
16820           Add support for segment seeks (fixes #338290). Also demote
16821           some recurring debug message from DEBUG to LOG level.
16822
16823 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16824
16825         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16826         (gst_matroskademux_do_index_seek),
16827         (gst_matroska_demux_handle_seek_event),
16828         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16829         * gst/matroska/matroska-ids.h:
16830           Set DISCONT flag on first buffer after a discontinuity.
16831           Fix newsegment events sent when seeking and honour KEY_UNIT
16832           seek flag. Create pad with bogus caps if we don't recognise
16833           the stream codec id.
16834
16835         * gst/matroska/matroska-demux.h:
16836           Fix GObject macros.
16837
16838 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16839
16840         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16841
16842         * gst/matroska/matroska-demux.c:
16843         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16844           Handle end of segment properly when set; don't dead-lock when
16845           posting start of segment message when doing a segment seek.
16846           Fixes #338810.
16847
16848 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16849
16850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16851         (gst_matroska_demux_plugin_init):
16852           Make mpeg2 aac audio work: create artificial private codec data
16853           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16854           Also call gst_riff_init(). Partially fixes #338767.
16855
16856 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16857
16858         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16859         (gst_wavenc_class_init), (gst_wavenc_init),
16860         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16861         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16862         (gst_wavenc_chain), (gst_wavenc_change_state):
16863         * gst/wavenc/gstwavenc.h:
16864           Set caps on first outgoing buffer, so that it doesn't error out
16865           immediately with a non-negotiated error (#338716). Rewrite and
16866           clean up a bit; fix setcaps function to parse things properly;
16867           fix sink caps (8bit audio is unsigned and doesn't have depth);
16868           use boilerplate macros; remove unused properties stuff.
16869
16870 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16871
16872         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16873           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16874           handle MJPEG streams and might be autoplugged for those if the
16875           user doesn't have jpegdec installed (resulting in a cryptic error
16876           message about huffman tables). Better to disable JPEG decoding here
16877           and let the user figure out that she needs to install jpegdec.
16878
16879 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16880
16881         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16882         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16883         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16884         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16885           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16886           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16887           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16888           debug messages. Fix boilerplate macros.
16889
16890 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16891
16892         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16893         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16894           No need to special-case for Gdk-2.0 any longer, we require
16895           Gdk 2.2 or newer; minor clean-ups.
16896
16897 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16898
16899         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16900         (gst_shout2send_class_init), (gst_shout2send_init),
16901         (set_shout_metadata), (gst_shout2send_set_metadata),
16902         (gst_shout2send_event), (gst_shout2send_start),
16903         (gst_shout2send_connect), (gst_shout2send_stop),
16904         (gst_shout2send_render), (gst_shout2send_set_property),
16905         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16906         (plugin_init):
16907         * ext/shout2/gstshout2.h:
16908         * po/POTFILES.in:
16909           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16910           change function; use GST_ELEMENT_ERROR for error reporting, not
16911           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16912           will cause crashes or assertion failures; remove (unused) "sync"
16913           property, basesink already has such a property; misc. other
16914           minor fixes and cleanups.
16915
16916 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16917
16918         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16919         * ext/esd/gstesd.c: (plugin_init):
16920         * po/POTFILES.in:
16921           Add translatable error message for when we cannot
16922           connect to the sound server, as "Cannot open resource
16923           for writing" isn't really an acceptable message to show
16924           to the user in this case.
16925
16926 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16927
16928         * sys/oss/gst-i18n-plugin.h:
16929           Remove bogus file that doesn't belong here.
16930
16931 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16932
16933         Patch by: Philippe Valembois
16934
16935         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16936         (gst_shout2send_set_metadata), (gst_shout2send_event),
16937         (gst_shout2send_render), (gst_shout2send_change_state):
16938         * ext/shout2/gstshout2.h:
16939           Handle tags being received before the connection to
16940           the server is established properly (see #338636).
16941
16942 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16943
16944         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16945           Don't crash in case the connection to the server fails:
16946           don't set pointer to NULL by assigning FALSE; error out
16947           properly by using GST_ELEMENT_ERROR and returning
16948           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16949           before resetting the pointer.
16950
16951 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16952
16953         * gst/id3demux/id3tags.c:
16954         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16955         (Fixes #338713)
16956
16957 2006-04-12  Wim Taymans  <wim@fluendo.com>
16958
16959         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16960         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16961         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16962         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16963         (gst_gdk_pixbuf_chain):
16964         Some cleanups.
16965         Added RGBA as a possible output format.
16966         Correctly free the supported mimetypes.
16967         deprecate silent arg, it's not used.
16968         Return result from _alloc_buffer to peer.
16969
16970 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16971
16972         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16973           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16974           overwriting GST_BUFFER_MALLOCDATA.
16975
16976 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16977
16978         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16979         (user_endrow_callback), (user_end_callback),
16980         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16981         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16982         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16983         * ext/libpng/gstpngdec.h:
16984           Handle more than one frame if the content is framed,
16985           like with png-in-quicktime (#331917).
16986
16987 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16988
16989         * sys/oss/Makefile.am:
16990         * sys/oss/common.h:
16991         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16992         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16993         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16994         (gst_oss_src_unprepare):
16995           - the user-visible error strings were in the wrong category
16996           - and the messages were not marked for translation
16997           - which is actually a good thing, because they were exactly
16998             the kind of message you would never want anyone to see
16999           - the macros were using variables that didn't exist in the macro
17000             arguments
17001           - and they were obviously copied from each other and then modified
17002           - so a common header makes sense
17003
17004 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17005
17006         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17007           Don't try to modify read-only data.
17008
17009         * gst/matroska/matroska-demux.c:
17010         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17011           Fix comment (won't crash any longer now).
17012
17013 2006-04-10  Michael Smith  <msmith@fluendo.com>
17014
17015         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17016           Use copies of header buffers for caps to avoid circular refcounting
17017           problems (as in theoradec, vorbisdec).
17018
17019         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17020           Fix a typo in test that meant it was testing the wrong thing.
17021
17022         * tests/check/elements/cmmlenc.c: (check_headers):
17023           Fix refcount checks now that we use buffer-copies for caps.
17024
17025 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17026
17027         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17028         (gst_matroska_demux_handle_seek_event),
17029         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17030         (gst_matroska_demux_subtitle_caps),
17031         (gst_matroska_demux_plugin_init):
17032           Use static pad templates with ANY caps for audio and video
17033           source pads and get rid of a lot of unnecessary (and partially
17034           broken) code for the template caps. Clean up caps finding
17035           functions. Fixes playback of audio files/streams that do not
17036           contain the sample rate and/or number of channels in the audio
17037           context (happens a lot with vorbis/mp3 .mka files it seems).
17038           Fixes #337183.
17039           Also add myself to copyright holders.
17040
17041 2006-04-10  Michael Smith  <msmith@fluendo.com>
17042
17043         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17044           Use g_list_delete_link () instead of g_list_remove_link () so that
17045           we free the link as well as the contained data.
17046
17047 2006-04-10  Wim Taymans  <wim@fluendo.com>
17048
17049         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17050
17051         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17052         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17053         (gst_avi_demux_stream_header):
17054         Fix some crashers with empty chunks. (Fixes #337749)
17055
17056 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17057
17058         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17059           use G_GINT64_CONSTANT for INT64 constants
17060         * gst/videofilter/gstvideobalance.c:
17061           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17062         * win32/vs6/libgstavi.dsp:
17063          add missing libraries for the link and remove avimux.c from
17064          the project as it isn't ported to 0.10 yet
17065         
17066 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17067
17068         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17069           Even better would be if we actually did the right thing
17070           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17071
17072 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17073
17074         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17075           Can't just replace 1LL with 1L here just because MSVC doesn't
17076           support it, as it might lead to incorrect results when doing the
17077           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17078           force a 64-bit constant in a way that all compilers are happy with.
17079
17080 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17081
17082         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17083         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17084         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17085         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17086         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17087         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17088         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17089         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17090         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17091         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17092         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17093         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17094         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17095         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17096         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17097         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17098         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17099         * gst/debug/efence.c: (gst_efence_class_init):
17100         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17101         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17102         * gst/goom/gstgoom.c: (gst_goom_class_init):
17103         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17104         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17105         * gst/interleave/interleave.c: (interleave_class_init):
17106         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17107         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17108         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17109         * gst/median/gstmedian.c: (gst_median_class_init):
17110         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17111         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17112         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17113         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17114         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17115         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17116         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17117         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17118         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17119         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17120         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17121         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17122         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17123         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17124         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17125         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17126         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17127         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17128         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17129         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17130         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17131         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17132         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17133         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17134         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17136         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17137         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17138         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17139         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17140         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17141         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17142         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17143         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17144         * sys/osxaudio/gstosxaudioelement.c:
17145         (gst_osxaudioelement_class_init):
17146         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17147         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17148         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17149         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17150
17151 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17152
17153         * ext/mikmod/gstmikmod.h:
17154         * gst/level/gstlevel.h:
17155         Fix more broken GObject macros
17156
17157 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17158
17159         * ext/annodex/gstcmmldec.h:
17160         * ext/annodex/gstcmmlenc.h:
17161         * ext/annodex/gstcmmltag.h:
17162         * ext/cairo/gsttextoverlay.h:
17163         * ext/ladspa/gstsignalprocessor.h:
17164         * gst/matroska/ebml-read.h:
17165         * gst/matroska/ebml-write.h:
17166         * sys/osxaudio/gstosxaudioelement.h:
17167         Fix broken GObject macros
17168
17169 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17170
17171         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17172           Don't try to seek beyond the end of the file (would
17173           occasionally display error dialogs in totem when seeking
17174           to the end) (#335869). Will still throw an error though
17175           if the file is truncated and the total_samples value in
17176           the stream header is wrong.
17177
17178 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17179
17180         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17181         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17182         (gst_flac_dec_metadata_callback):
17183         * ext/flac/gstflacdec.h:
17184           If the stream header doesn't contain the total number of samples,
17185           search for the last flac frame at the end of the file and calculate
17186           the total duration from that frame's offset (fixes #337609).
17187
17188 2006-04-07  Edward Hervey  <edward@fluendo.com>
17189
17190         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17191         Don't unref the GstPadTemplate returned by
17192         gst_element_class_get_pad_template().
17193
17194 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17195
17196         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17197
17198         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17199         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17200         * sys/sunaudio/gstsunaudiosink.h:
17201           Use spec->segsize and spec->segtotal in the prepare function
17202           to initialise the ring buffer instead of using the buffer-time
17203           property (#337421).
17204
17205 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         * configure.ac:
17208           Bump core requirements to CVS for gst_pad_query_peer_duration()
17209           which is used by speexdec.
17210
17211 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17212
17213         * ext/speex/gstspeex.c: (plugin_init):
17214         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17215         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17216         (speex_get_sink_query_types), (speex_dec_sink_query),
17217         (speex_get_src_query_types), (speex_dec_src_query),
17218         (speex_dec_src_event), (speex_dec_sink_event),
17219         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17220         (speex_dec_chain_parse_data), (speex_dec_chain),
17221         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17222         (speex_dec_change_state):
17223         * ext/speex/gstspeexdec.h:
17224           Fix seeking and duration queries (#337033); clean up and
17225           refactor a bit.
17226
17227 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17228
17229         * ext/raw1394/gstdv1394src.c:
17230           distinguish between device not found and could not open for
17231           reading
17232
17233 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17234
17235         * Makefile.am:
17236         * configure.ac:
17237         * pkgconfig/.cvsignore:
17238         * pkgconfig/Makefile.am:
17239         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17240           add a .pc file so other modules can use good plugins in tests
17241
17242 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17243
17244         * configure.ac:
17245           clean up, use AS_VERSION and AS_NANO
17246         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17247           use PACKAGE_VERSION define
17248         * po/af.po:
17249         * po/az.po:
17250         * po/cs.po:
17251         * po/en_GB.po:
17252         * po/hu.po:
17253         * po/it.po:
17254         * po/nb.po:
17255         * po/nl.po:
17256         * po/or.po:
17257         * po/sq.po:
17258         * po/sr.po:
17259         * po/sv.po:
17260         * po/uk.po:
17261         * po/vi.po:
17262           updated
17263
17264 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17265
17266         * ext\jpeg\smokecodec.c:
17267           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17268         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17269           move first instruction after all variables declarations
17270         * gst\alpha\gstalpha.c:
17271         * gst\effectv\gstshagadelic.c:
17272         * gst\smpte\paint.c:
17273         * gst\videofilter\gstvideobalance.c:
17274           define M_PI if it's not defined (it's not defined on WIN32)
17275         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17276         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17277         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17278         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17279         (gst_matroska_demux_video_caps):
17280         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17281         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17282           use gst_guint64_to_gdouble for conversions
17283         * gst\goom\filters.c: (setPixelRGB_):
17284           fix a debug which was using undefined variable
17285         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17286         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17287           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17288         * win32/vs6:
17289           add vs6 projects files for most of plugins-good
17290         
17291 2006-03-30  j^  <j@bootlab.org>
17292
17293         * ext/aalib/gstaasink.c:
17294         * ext/annodex/gstcmmldec.c:
17295         * ext/annodex/gstcmmlenc.c:
17296         * ext/cairo/gsttextoverlay.c:
17297         * ext/cairo/gsttimeoverlay.c:
17298         * ext/cdio/gstcdiocddasrc.c:
17299         * ext/dv/gstdvdec.c:
17300         * ext/esd/esdmon.c:
17301         * ext/esd/esdsink.c:
17302         * ext/flac/gstflacdec.c:
17303         * ext/flac/gstflacenc.c:
17304         * ext/flac/gstflactag.c:
17305         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17306         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17307         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17308         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17309         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17310         * ext/gdk_pixbuf/pixbufscale.c:
17311         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17312         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17313         * ext/jpeg/gstjpegdec.c:
17314         * ext/jpeg/gstjpegenc.c:
17315         * ext/jpeg/gstsmokedec.c:
17316         * ext/jpeg/gstsmokeenc.c:
17317         * ext/libcaca/gstcacasink.c:
17318         * ext/libmng/gstmngdec.c:
17319         * ext/libmng/gstmngenc.c:
17320         * ext/libpng/gstpngdec.c:
17321         * ext/libpng/gstpngenc.c:
17322         * ext/mikmod/gstmikmod.c:
17323         * ext/raw1394/gstdv1394src.c:
17324         * ext/shout2/gstshout2.c:
17325         * ext/speex/gstspeexdec.c:
17326         * ext/speex/gstspeexenc.c:
17327         * gst/alpha/gstalpha.c:
17328         * gst/alpha/gstalphacolor.c:
17329         * gst/auparse/gstauparse.c:
17330         * gst/autodetect/gstautoaudiosink.c:
17331         (gst_auto_audio_sink_base_init):
17332         * gst/autodetect/gstautovideosink.c:
17333         (gst_auto_video_sink_base_init):
17334         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17335         * gst/cutter/gstcutter.c:
17336         * gst/debug/breakmydata.c:
17337         * gst/debug/efence.c:
17338         * gst/debug/gstnavigationtest.c:
17339         * gst/debug/negotiation.c:
17340         * gst/debug/progressreport.c:
17341         * gst/debug/testplugin.c:
17342         * gst/effectv/gstaging.c:
17343         * gst/effectv/gstdice.c:
17344         * gst/effectv/gstedge.c:
17345         * gst/effectv/gstquark.c:
17346         * gst/effectv/gstrev.c:
17347         * gst/effectv/gstvertigo.c:
17348         * gst/effectv/gstwarp.c:
17349         * gst/flx/gstflxdec.c:
17350         * gst/goom/gstgoom.c:
17351         * gst/interleave/deinterleave.c:
17352         * gst/interleave/interleave.c:
17353         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17354         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17355         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17356         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17357         * gst/level/gstlevel.c:
17358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17359         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17360         * gst/median/gstmedian.c:
17361         * gst/monoscope/gstmonoscope.c:
17362         * gst/multipart/multipartdemux.c:
17363         * gst/multipart/multipartmux.c:
17364         * gst/oldcore/gstmd5sink.c:
17365         * gst/oldcore/gstmultifilesrc.c:
17366         * gst/oldcore/gstpipefilter.c:
17367         * gst/oldcore/gstshaper.c:
17368         * gst/oldcore/gststatistics.c:
17369         * gst/rtp/gstasteriskh263.c:
17370         * gst/rtp/gstrtpL16depay.c:
17371         * gst/rtp/gstrtpL16pay.c:
17372         * gst/rtp/gstrtpamrdepay.c:
17373         * gst/rtp/gstrtpamrpay.c:
17374         * gst/rtp/gstrtpdepay.c:
17375         * gst/rtp/gstrtpgsmpay.c:
17376         * gst/rtp/gstrtph263pay.c:
17377         * gst/rtp/gstrtph263pdepay.c:
17378         * gst/rtp/gstrtph263ppay.c:
17379         * gst/rtp/gstrtpmp4gpay.c:
17380         * gst/rtp/gstrtpmp4vdepay.c:
17381         * gst/rtp/gstrtpmp4vpay.c:
17382         * gst/rtp/gstrtpmpadepay.c:
17383         * gst/rtp/gstrtpmpapay.c:
17384         * gst/rtp/gstrtppcmadepay.c:
17385         * gst/rtp/gstrtppcmapay.c:
17386         * gst/rtp/gstrtppcmudepay.c:
17387         * gst/rtp/gstrtppcmupay.c:
17388         * gst/rtp/gstrtpspeexdepay.c:
17389         * gst/rtp/gstrtpspeexpay.c:
17390         * gst/rtsp/gstrtpdec.c:
17391         * gst/smpte/gstsmpte.c:
17392         * gst/videobox/gstvideobox.c:
17393         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17394         * gst/videofilter/gstvideobalance.c:
17395         * gst/videofilter/gstvideoflip.c:
17396         * gst/videofilter/gstvideotemplate.c:
17397         (gst_videotemplate_base_init):
17398         * gst/videomixer/videomixer.c:
17399         * gst/wavenc/gstwavenc.c:
17400         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17401          better/unified long descriptions
17402          Fixed #336602
17403          Some cleanups to auparse, don't send multiple newsegments.
17404
17405 2006-03-29  Wim Taymans  <wim@fluendo.com>
17406
17407         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17408
17409         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17410         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17411         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17412         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17413         * ext/dv/gstdvdemux.h:
17414         Seek in READY patch. Only works for pull based mode.
17415         Fixes #323880
17416
17417 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17418
17419         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17420         (gst_gdk_pixbuf_event):
17421           Fix two crashers: don't unref the same caps twice, and
17422           set pixbuf loader to NULL after freeing it.
17423
17424 2006-03-27  Wim Taymans  <wim@fluendo.com>
17425
17426         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17427         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17428         (gst_speexenc_chain):
17429         * ext/speex/gstspeexenc.h:
17430         Don't leak adapter.
17431         A push *always* takes ownership of the buffer, even on
17432         errors.
17433         Small cleanups.
17434
17435 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17436
17437         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17438           Create source pad without leaking.
17439
17440 2006-03-24  Wim Taymans  <wim@fluendo.com>
17441
17442         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17443         * ext/flac/gstflacdec.h:
17444         * ext/flac/gstflacenc.h:
17445         Spifify a bit.
17446         Fix deadly lock order error in seeking code, STREAM_LOCK
17447         cannot be taken within LOCK and the streaming variables are
17448         protected with the STREAM_LOCK anyway.
17449
17450 2006-03-24  Wim Taymans  <wim@fluendo.com>
17451
17452         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17453         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17454         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17455         this patch combines the global init_frames with the stream
17456         init_frames. Rationale being that the global delay should 
17457         be subtracted from any stream delay.
17458         Fixes #335858.
17459
17460 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17461
17462         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17463         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17464         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17465         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17466         use DEBUG_FUNCPTR for collectpads
17467
17468 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17469
17470         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17471           Don't crash when encoding images where the number of rows isn't
17472           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17473
17474 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17475
17476         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17477         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17478         * gst/interleave/interleave.c: (interleave_change_state):
17479         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17480           More state change function fixes.
17481
17482 2006-03-23  Wim Taymans  <wim@fluendo.com>
17483
17484         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17485         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17486         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17487         (gst_esdsink_delay), (gst_esdsink_reset):
17488         * ext/esd/esdsink.h:
17489         Fix esd choppy playback by configuring audiosink
17490         correctly. Fixes #325191
17491
17492 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17493
17494         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17495           Make state change function thread-safe.
17496
17497 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17498
17499         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17500         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17501           Don't try to read beyond the end of the file just because
17502           the header claims a bigger size (like with truncated files).
17503
17504 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17505
17506         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17507         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17508         (gst_wavparse_stream_data), (gst_wavparse_loop):
17509         * gst/wavparse/gstwavparse.h:
17510           Delay source pad creation until we have the first chunk of
17511           media data, so the we can examine the data and adjust the
17512           caps accordingly if required. This makes playback of .wav
17513           files with DTS-declared-as-PCM content work (#313266).
17514
17515 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17516
17517         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17518         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17519         Don't attempt typefinding on too-short buffers that have been
17520         completely trimmed away. (Fixes #330239)
17521
17522         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17523         Improve the debug output
17524
17525 2006-03-21  Wim Taymans  <wim@fluendo.com>
17526
17527         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17528         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17529         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17530         (gst_esdsink_set_property), (gst_esdsink_get_property):
17531         Some cleanups.
17532         Reset fd to -1 when we close them.
17533
17534 2006-03-21  Wim Taymans  <wim@fluendo.com>
17535
17536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17537         the OPTIONS request result is optional so don't
17538         fail on it.
17539
17540 2006-03-21  Edward Hervey  <edward@fluendo.com>
17541
17542         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17543         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17544         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17545         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17546         (gst_wavparse_change_state):
17547         gcc 4.1 unreferenced pointer fixes.
17548
17549 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17550
17551         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17552
17553         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17554           Fix block alignment calculation. Alignment should be done before
17555           adding the byte offset where the data starts (#335231).
17556
17557 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17558
17559         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17560           Ensure that we set correct caps on buffers that are transferred
17561           direct from the input.
17562
17563 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17564
17565         * gst/goom/filters.c: (zoomFilterDestroy):
17566         * gst/goom/goom_core.c: (goom_close):
17567           Free filter data when cleaning up. (Fixes: #334995)
17568
17569 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17570
17571         * configure.ac:
17572           Don't compile udp and rtsp plugins on win32 (mingw) or other
17573           systems that don't have <sys/socket.h> for some reason (#316203).
17574
17575 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17576
17577         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17578         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17579         * ext/raw1394/gstdv1394src.h:
17580           Change bus reset handler so it reports useful information such as
17581           whether the device being used connected or disconnected
17582
17583 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17584
17585         * gst/id3demux/id3v2frames.c:
17586         (parse_relative_volume_adjustment_two):
17587           We only care about gain and peak data for the master volume.
17588
17589 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17590
17591         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17592         (parse_id_string), (parse_unique_file_identifier),
17593         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17594           Read replay gain tags (#323721).
17595
17596 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17597
17598         * configure.ac:
17599           Bump requirements to gst-plugins-base CVS because
17600           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17601
17602 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17603
17604         * rtp/gst/gstrtppcmadepay.c:
17605         Fixed one of the caps in the code from mulaw to alaw.
17606
17607 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17608
17609         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17610           Ensure that we set caps on the buffers we pass.
17611
17612         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17613         (gst_id3demux_sink_activate):
17614           Ensure that we set caps on the buffers we pass.
17615
17616           Use STREAM, TYPE_NOT_FOUND as the error class when
17617           typefinding fails.
17618
17619 2006-03-15  Edward Hervey  <edward@fluendo.com>
17620
17621         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17622         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17623         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17624         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17625         (gst_jpeg_dec_setcaps):
17626         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17627         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17628         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17629         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17630         (gst_mngdec_src_getcaps):
17631         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17632         (gst_pngdec_caps_create_and_set):
17633         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17634         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17635         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17636         * gst/alpha/gstalpha.c: (gst_alpha_init):
17637         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17638         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17639         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17640         * gst/cutter/gstcutter.c: (gst_cutter_init):
17641         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17642         (gst_efence_checkgetrange):
17643         * gst/debug/negotiation.c: (gst_negotiation_init):
17644         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17645         * gst/goom/gstgoom.c: (gst_goom_init):
17646         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17647         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17648         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17649         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17650         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17651         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17652         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17653         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17654         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17655         (gst_wavparse_create_sourcepad):
17656         Fix memleak with gst_static_pad_template_get().
17657         This uses gst_pad_new_from_static_template() instead.
17658         Fixes #333512
17659
17660 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17661
17662         * configure.ac:
17663           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17664           used by id3demux.
17665
17666         * gst/id3demux/gstid3demux.c: (plugin_init):
17667         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17668         (parse_user_text_identification_frame),
17669         (parse_unique_file_identifier):
17670           Add support for UFID and TXXX frames and extract musicbrainz tags.
17671
17672 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17673
17674         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17675           Catch short reads, like they might happen with truncated
17676           files (see #305279); remove unnecessary indentation.
17677
17678 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17679
17680         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17681           Fix DIB image inversion for pictures with a
17682           depth != 8 (#305279).
17683
17684 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17685
17686         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17687         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17688         * ext/jpeg/gstjpegdec.h:
17689           Fix durations on outgoing buffers after seeking
17690           in MJPEG files (#334083); some minor clean-ups.
17691
17692 2006-03-13  Wim Taymans  <wim@fluendo.com>
17693
17694         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17695         (gst_wavparse_change_state):
17696         Implement seek in READY (re-fixes #327658)
17697
17698 2006-03-13  Wim Taymans  <wim@fluendo.com>
17699
17700         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17701         * ext/esd/esdmon.c: (gst_esdmon_get):
17702         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17703         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17704         (gst_gdk_pixbuf_sink_getcaps):
17705         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17706         (gst_jpegenc_setcaps):
17707         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17708         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17709         (gst_smokeenc_setcaps):
17710         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17711         (gst_mngdec_src_getcaps):
17712         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17713         (gst_mngenc_chain):
17714         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17715         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17716         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17717         (speex_dec_src_event), (speex_dec_chain):
17718         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17719         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17720         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17721         (gst_negotiation_pad_link), (gst_negotiation_chain):
17722         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17723         (gst_flxdec_chain):
17724         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17725         (deinterleave_chain):
17726         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17727         * gst/median/gstmedian.c: (gst_median_link):
17728         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17729         (gst_monoscope_chain):
17730         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17731         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17732         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17733         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17734         close #333784 unref the result of gst_pad_get_parent()
17735         by: Christophe Fergeau.
17736
17737 2006-03-09  Wim Taymans  <wim@fluendo.com>
17738
17739         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17740         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17741         Handle events in push mode better, can now do non-flushing
17742         seeks in push mode as well.
17743
17744 2006-03-07  Wim Taymans  <wim@fluendo.com>
17745
17746         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17747         Applied patch from Kai Vehmanen, fixes #333624.
17748
17749 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17750
17751         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17752         Implement paletted and grayscale png files handling.
17753         (#150363).
17754
17755 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17756
17757         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17758         (gst_speexenc_chain):
17759           fix a tag list assert
17760           follow gst-plugins-base/ext/ogg/README; set OFFSET
17761           and OFFSET_END.  Muxes correctly with gst-plugins-base
17762           > 0.9.3
17763
17764 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17765
17766         * gst/id3demux/Makefile.am:
17767         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17768         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17769           Use new typefind helper functions here as well, and
17770           do typefinding in pull-mode if upstream supports that.
17771
17772 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17773
17774         * sys/sunaudio/gstsunaudiomixerctrl.c:
17775         (gst_sunaudiomixer_ctrl_get_volume),
17776         (gst_sunaudiomixer_ctrl_set_volume):
17777         * sys/sunaudio/gstsunaudiomixertrack.c:
17778         (gst_sunaudiomixer_track_new):
17779           Remove unused variables, breaks build from CVS
17780           with -Werror (#333392, patch by: Benjamin Pineau)
17781
17782 2006-03-03  Wim Taymans  <wim@fluendo.com>
17783
17784         * docs/plugins/Makefile.am:
17785         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17786         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17787         Added wavparse docs.
17788
17789         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17790         (gst_wavparse_reset), (gst_wavparse_init),
17791         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17792         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17793         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17794         (gst_wavparse_stream_data), (gst_wavparse_loop),
17795         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17796         (gst_wavparse_change_state):
17797         * gst/wavparse/gstwavparse.h:
17798         Implement seek in READY (fixes #327658)
17799         Added docs and did some cleanups.
17800
17801 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17802
17803         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17804         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17805         (gst_avi_demux_calculate_durations_from_index),
17806         (gst_avi_demux_stream_header):
17807         * gst/avi/gstavidemux.h:
17808           If we have an index, use a duration based on the index instead
17809           of blindly trusting the information in the stream headers
17810           (fixes #331817).
17811
17812 2006-03-03  Wim Taymans  <wim@fluendo.com>
17813
17814         * docs/plugins/Makefile.am:
17815         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17816         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17817         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17818         Added smoke and jpeg to the docs.
17819
17820         * ext/jpeg/Makefile.am:
17821         * ext/jpeg/gstjpeg.c: (plugin_init):
17822         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17823         * ext/jpeg/gstjpegenc.h:
17824         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17825         (gst_smokedec_chain):
17826         * ext/jpeg/gstsmokedec.h:
17827         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17828         * ext/jpeg/gstsmokeenc.h:
17829         * ext/jpeg/smokecodec.h:
17830         Port smokedec (fixes #331905).
17831         Added some docs.
17832         Some cleanups.
17833
17834 2006-03-03  Wim Taymans  <wim@fluendo.com>
17835
17836         * docs/plugins/Makefile.am:
17837         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17838         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17839         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17840         Added videobalance and videoflip to the docs.
17841
17842         * gst/videofilter/Makefile.am:
17843         * gst/videofilter/gstvideobalance.c:
17844         (gst_video_balance_update_tables_planar411),
17845         (gst_video_balance_is_passthrough),
17846         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17847         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17848         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17849         (gst_video_balance_finalize), (gst_video_balance_class_init),
17850         (gst_video_balance_init), (gst_video_balance_interface_supported),
17851         (gst_video_balance_interface_init),
17852         (gst_video_balance_colorbalance_list_channels),
17853         (gst_video_balance_colorbalance_set_value),
17854         (gst_video_balance_colorbalance_get_value),
17855         (gst_video_balance_colorbalance_init),
17856         (gst_video_balance_set_property), (gst_video_balance_get_property),
17857         (gst_video_balance_get_type), (plugin_init):
17858         * gst/videofilter/gstvideobalance.h:
17859         Ported to 0.10. (Fixes #326160)
17860         Added docs.
17861
17862         * gst/videofilter/gstvideoflip.c:
17863         * gst/videofilter/gstvideoflip.h:
17864         Added docs.
17865
17866 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17867
17868         * configure.ac:
17869           Bump requirements to current core and -base CVS
17870           (core for new typefind helper API, and -base for the
17871           WAVFORMATEX support that was added to libgstriff and
17872           is needed by wavparse).
17873         
17874         * gst/apetag/Makefile.am:
17875         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17876         (gst_tag_demux_sink_activate):
17877           Use new typefind helpers for typefinding instead of our
17878           home-grown stuff; also, do typefinding in pull-mode if
17879           upstream supports that.
17880
17881 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17882
17883         Reviewed by: Christian Schaller <christian@fluendo.com>
17884
17885         This patch fixes bug: 329107
17886
17887         This Changelog entry is for a commit done on February 17
17888
17889         * ext/gconf/gconf.c
17890         * ext/gconf/gconf.h
17891         * ext/gconf/gstgconfaudiosink.c
17892         * ext/gconf/gstgconfaudiosink.h
17893         * gconf/gstreamer.schemas.in
17894
17895 2006-02-28  Wim Taymans  <wim@fluendo.com>
17896
17897         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17898         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17899         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17900         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17901         Use DEBUG_OBJECT more.
17902
17903 2006-02-28  Wim Taymans  <wim@fluendo.com>
17904
17905         * docs/plugins/Makefile.am:
17906         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17907         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17908         Added dvdec and dvdemux to docs.
17909
17910         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17911         Added docs.
17912         Check frame sizes so we don't crash when don't have enough
17913         data.
17914         Send nice error messages on error.
17915
17916         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17917         (gst_dvdemux_class_init), (gst_dvdemux_init),
17918         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17919         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17920         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17921         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17922         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17923         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17924         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17925         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17926         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17927         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17928         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17929         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17930         * ext/dv/gstdvdemux.h:
17931         Added docs.
17932         Implement pull mode.
17933         Fix memleaks.
17934         Reduce memcpy for the video demuxing.
17935
17936 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17937
17938         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17939         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17940         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17941         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17942           Add a little extra debug. Make the decoder not return NOT_LINKED,
17943           as we want to continue decoding all CMML and emitting tags.
17944
17945 2006-02-27  Michael Smith  <msmith@fluendo.com>
17946
17947         * ext/annodex/gstskeltag.c:
17948         * ext/annodex/gstskeltag.h:
17949           Deleted; these files aren't used any more either.
17950
17951 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17952
17953         * ext/Makefile.am: Fix dist-check.
17954
17955 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17956
17957         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17958         memleak.
17959
17960 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17961
17962         * ext/annodex/Makefile.am:
17963         * ext/annodex/gstannodex.c:
17964         * ext/annodex/gstcmmldec.c:
17965         * ext/annodex/gstcmmlenc.c:
17966         * ext/annodex/gstcmmlparser.c:
17967         * ext/annodex/gstcmmlparser.h:
17968         * ext/annodex/gstcmmlutils.c:
17969         * tests/check/elements/cmmldec.c:
17970         * tests/check/elements/cmmlenc.c:
17971           Fix a memleak in gst_cmml_track_list_add_clip.
17972           Handle overflows in clip's start and end times.
17973           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17974           Do not parse junk at the end of a CMML preamble buffer.
17975           Register a libxml error handler to not print stuff on stderr.
17976           Check for bad clip start and end times in the testsuites.
17977
17978 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17979
17980         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17981         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17982         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17983         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17984         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17985         possible memleaks.
17986
17987 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17988
17989         * tests/check/Makefile.am:
17990         * tests/check/elements/cmmldec.c:
17991         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17992         the plugins-base tags.
17993
17994 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17995
17996         * ext/Makefile.am: Re-enable module.
17997
17998 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17999
18000         * tests/check/Makefile.am: Forgot to remove that test.
18001
18002 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18003
18004         * ext/annodex/Makefile.am:
18005         * ext/annodex/gstannodex.c: (plugin_init):
18006         * ext/annodex/gstcmmldec.c:
18007         * ext/annodex/gstskeldec.c:
18008         * ext/annodex/gstskeldec.h:
18009         * tests/check/Makefile.am:
18010         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18011
18012 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18013
18014         * tests/check/Makefile.am: Disable those checks as well.
18015
18016 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18017
18018         * ext/Makefile.am: Disable annodex for now until we figure out
18019         how to make it build.
18020         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18021         Add a rule to your checklist : "please try to at least build 
18022         what you are going to commit into -good, or if you are too lazy
18023         to do that, please check that the buildbots are not crying because
18024         of your commit."
18025
18026 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18027
18028         * configure.ac:
18029         * ext/Makefile.am:
18030         * ext/gdk_pixbuf/Makefile.am:
18031         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18032         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18033         * ext/gdk_pixbuf/pixbufscale.c:
18034         * ext/gdk_pixbuf/pixbufscale.h:
18035           Gdkpixbuf ported from 0.8 to 0.10 by
18036           Renato Filho <renato.filho@indt.org.br>.
18037           gst_loader and gdkpixbufanimation still need port.
18038
18039 2006-02-24  Michael Smith  <msmith@fluendo.com>
18040
18041         * configure.ac:
18042         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18043         * ext/Makefile.am:
18044         * ext/annodex/Makefile.am:
18045         * ext/annodex/gstannodex.c:
18046         * ext/annodex/gstannodex.h:
18047         * ext/annodex/gstcmmldec.c:
18048         * ext/annodex/gstcmmldec.h:
18049         * ext/annodex/gstcmmlenc.c:
18050         * ext/annodex/gstcmmlenc.h:
18051         * ext/annodex/gstcmmlparser.c:
18052         * ext/annodex/gstcmmlparser.h:
18053         * ext/annodex/gstcmmltag.c:
18054         * ext/annodex/gstcmmltag.h:
18055         * ext/annodex/gstcmmlutils.c:
18056         * ext/annodex/gstcmmlutils.h:
18057         * ext/annodex/gstskeldec.c:
18058         * ext/annodex/gstskeldec.h:
18059         * ext/annodex/gstskeltag.c:
18060         * ext/annodex/gstskeltag.h:
18061         * tests/check/Makefile.am:
18062         * tests/check/elements/cmmldec.c:
18063         * tests/check/elements/cmmlenc.c:
18064         * tests/check/elements/skeldec.c:
18065           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18066           Includes tests & docs, oh my! Passes Thomas's -good checklist
18067           entirely. Wow.
18068
18069 2006-02-24  Michael Smith  <msmith@fluendo.com>
18070
18071         * autogen.sh:
18072           Check for automake 1.9 as well.
18073
18074 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18075
18076         * ext/flac/gstflacenc.c:
18077           Change min. sample rate to 8kHz to match flacdec's.
18078           
18079 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18080
18081         * ext/cdio/Makefile.am:
18082           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18083           required for Cygwin, see #317048)
18084
18085         * gst/rtp/gstasteriskh263.c:
18086           Cygwin has includes for both the unix network socket API
18087           and the windows API, but only one can be included, so fix
18088           includes to only use one or the other, prefering the unxi
18089           one (#317048).
18090
18091 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18092
18093         * rtp/gst/gstrtppcmadepay.c:
18094         * rtp/gst/gstrtppcmadepay.h:
18095         * rtp/gst/gstgstrtppcmapay.c:
18096         * rtp/gst/gstgstrtppcmapay.h:
18097         * rtp/gst/gstrtppcmudepay.c:
18098         * rtp/gst/gstrtppcmudepay.h:
18099         * rtp/gst/gstrtppcmupay.c:
18100         * rtp/gst/gstrtppcmupay.h:
18101         * rtp/gst/Makefile.am:
18102         * rtp/gst/gstrtp.c:
18103         * rtp/gst/README:
18104         Separated the G711 payloaders/depayloaders into separate elements for
18105         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18106
18107 2006-02-22  Wim Taymans  <wim@fluendo.com>
18108
18109         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18110         (gst_dvdec_change_state):
18111         * ext/dv/gstdvdec.h:
18112         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18113         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18114         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18115         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18116         (gst_dvdemux_flush), (gst_dvdemux_chain),
18117         (gst_dvdemux_change_state):
18118         * ext/dv/gstdvdemux.h:
18119         Ueber spiffify some more, added debug category.
18120         Use _scale.
18121         Use segments, respect playback rate from newsegment.
18122         Fix refcount issue.
18123
18124 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18125
18126         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18127         (gst_signal_processor_process):
18128         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18129         enabled for the build, but it helps me win the feature-count
18130         competitions ooh yeah.
18131
18132 2006-02-19  Wim Taymans  <wim@fluendo.com>
18133
18134         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18135         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18136         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18137         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18138         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18139         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18140         Use scaling code for added precission and more correct stop
18141         position in case scale==0.
18142
18143 2006-02-19  Wim Taymans  <wim@fluendo.com>
18144
18145         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18146         (gst_flxdec_chain):
18147         * gst/flx/gstflxdec.h:
18148         Implement DURATION query.
18149
18150 2006-02-19  Wim Taymans  <wim@fluendo.com>
18151
18152         * gst/flx/flx_color.h:
18153         * gst/flx/flx_fmt.h:
18154         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18155         (gst_flxdec_src_query_handler), (flx_decode_color),
18156         (gst_flxdec_chain):
18157         * gst/flx/gstflxdec.h:
18158         Set MALLOCDATA for the temp buffers so we don't leak.
18159         Some debug cleanups.
18160         Consume all data in the adapter before leaving the chain
18161         function. Fixes #330678.
18162
18163 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18164
18165         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18166         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18167          Handle 0 data size in otherwise valid frames.
18168          Handle numeric strings in 2.4.0 even when not in parentheses 
18169
18170 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18171
18172         * gst/matroska/matroska-demux.c:
18173         (gst_matroska_demux_subtitle_caps),
18174         (gst_matroska_demux_plugin_init):
18175         * gst/matroska/matroska-ids.h:
18176           Recognise SSA/ASS and USF subtitle formats and
18177           set proper caps when they are found.
18178
18179 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18180
18181         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18182         (gst_jpeg_dec_chain):
18183           Fix invalid memory access for some odd-sized images
18184           (see image contained in quicktime stream in #327083);
18185           use g_malloc() instead of g_alloca().
18186
18187 2006-02-17  Wim Taymans  <wim@fluendo.com>
18188
18189         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18190         Patch from Sebastien Cote, fixes #319884
18191
18192 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18193
18194         * ext/cdio/gstcdio.c: (plugin_init):
18195           Init debug category (#331253).
18196
18197 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18198
18199         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18200           Pass extra_data to gst_riff_create_audio_caps(), so that
18201           WAVEFORMATEX stuff works. Post audio codec name and post
18202           it as taglist on the bus. Allow up to 8 channesl for raw
18203           PCM in the source pad template caps.
18204
18205 2006-02-16  Wim Taymans  <wim@fluendo.com>
18206
18207         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18208         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18209         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18210         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18211         (gst_multipart_set_property), (gst_multipart_get_property):
18212         Applied #318663. Gives quite a few false positives in
18213         autoscan mode, but it's better than nothing. Not closing yet.
18214
18215 2006-02-16  Wim Taymans  <wim@fluendo.com>
18216
18217         * docs/plugins/Makefile.am:
18218         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18219         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18220         * docs/plugins/gst-plugins-good-plugins.args:
18221         * docs/plugins/inspect/plugin-udp.xml:
18222         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18223         (gst_udpsrc_start):
18224         Update documentation.
18225         Fix args.
18226
18227 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18228
18229         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18230         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18231         frame size. (Fixes #331368)
18232
18233 2006-02-16  Wim Taymans  <wim@fluendo.com>
18234
18235         * gst/rtsp/README:
18236         Updated README.
18237
18238         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18239         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18240         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18241         * gst/rtsp/gstrtspsrc.h:
18242         Make sure the RTP port is an even port an try to allocate 
18243         another if not.
18244         Added retry property to control max retries for port allocation.
18245         Make sure RTCP port is RTP port+1.
18246         Cleanup when port allocation fails.
18247         Fixes #319183.
18248         
18249 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18250
18251         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18252           Don't ignore return value of the parent class's state
18253           change function (#331385, patch by: Wouter Paesen).
18254
18255 2006-02-15  Wim Taymans  <wim@fluendo.com>
18256
18257         * configure.ac:
18258         * docs/plugins/Makefile.am:
18259         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18260         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18261         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18262         * ext/Makefile.am:
18263         * ext/hal/Makefile.am:
18264         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18265         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18266         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18267         (do_toggle_element), (gst_hal_audio_sink_set_property),
18268         (gst_hal_audio_sink_get_property),
18269         (gst_hal_audio_sink_change_state):
18270         * ext/hal/gsthalaudiosink.h:
18271         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18272         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18273         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18274         (do_toggle_element), (gst_hal_audio_src_set_property),
18275         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18276         * ext/hal/gsthalaudiosrc.h:
18277         * ext/hal/gsthalelements.c: (plugin_init):
18278         * ext/hal/gsthalelements.h:
18279         * ext/hal/hal.c: (gst_hal_get_string),
18280         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18281         (gst_hal_get_audio_src):
18282         * ext/hal/hal.h:
18283         Add HAL sound device wrapper plugins. Closes #329106
18284
18285 2006-02-15  Wim Taymans  <wim@fluendo.com>
18286
18287         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18288         Add comment in a fultile attempt to stop the copy-and-paste 
18289         paradigm leading to duplication of bad code.
18290
18291         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18292         Mime parameters have to be checked case insensitive
18293
18294 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18295
18296         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18297           Advance stream time for lagging subtitle streams by sending
18298           newsegment events with the update flag set.
18299
18300 2006-02-14  Edward Hervey  <edward@fluendo.com>
18301
18302         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18303         There can be bogus data before the hdrl LIST tag in the RIFF header.
18304         It's hard to say if it's not respecting the AVI specifications or not,
18305         but since Google Video is producing AVIs like that and the other player
18306         don't seem to complain, I guess we should do the same.
18307
18308 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18309
18310         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18311         (parse_split_strings):
18312         Add more validation to ensure that a char encoding conversion
18313         produced a valid UTF-8 string.
18314
18315 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18316
18317         Reviewed by: Edward Hervey  <edward@fluendo.com>
18318
18319         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18320         Properly handle end of segment. Closes #330885.
18321
18322 2006-02-13  Wim Taymans  <wim@fluendo.com>
18323
18324         * gst/rtp/gstrtpmp4gpay.h:
18325         For got to commit this one.
18326
18327 2006-02-12  Wim Taymans  <wim@fluendo.com>
18328
18329         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18330         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18331         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18332         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18333         * gst/rtp/gstrtpmp4gpay.h:
18334         Make more things work.
18335         Handle ACC config strings.
18336
18337 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18338
18339         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18340           set timestamps if no incoming timestamps set
18341
18342 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18343
18344         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18345         (gst_tag_demux_do_typefind):
18346           ... and fix the very same leaks in GstTagDemux.
18347
18348 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18349
18350         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18351         (gst_id3demux_do_typefind):
18352         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18353         <jonathan at kaolin dot wh9 dot net>)
18354
18355 2006-02-10  Wim Taymans  <wim@fluendo.com>
18356
18357         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18358         First set options, then set caps or else the baseclass
18359         will not know about the options, duh.
18360
18361 2006-02-10  Wim Taymans  <wim@fluendo.com>
18362
18363         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18364         (gst_rtp_mp4v_pay_setcaps):
18365         Don't waste time looking for a config string if we have codec_info
18366         on the incomming caps.
18367
18368 2006-02-10  Wim Taymans  <wim@fluendo.com>
18369
18370         * gst/rtp/README:
18371         Say something about case-sensitivity of caps vs mime-attributes.
18372
18373         * gst/rtp/Makefile.am:
18374         * gst/rtp/gstrtp.c: (plugin_init):
18375         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18376         (gst_rtp_amr_pay_handle_buffer):
18377         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18378         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18379         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18380         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18381         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18382         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18383         (gst_rtp_mp4g_pay_plugin_init):
18384         * gst/rtp/gstrtpmp4gpay.h:
18385         Added beginnings of mpeg4-generic payloader (RFC 3640)
18386
18387 2006-02-09  Wim Taymans  <wim@fluendo.com>
18388
18389         * gst/rtsp/Makefile.am:
18390         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18391         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18392         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18393         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18394         (gst_rtpdec_change_state):
18395         * gst/rtsp/gstrtpdec.h:
18396         * gst/rtsp/gstrtsp.c: (plugin_init):
18397         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18398         * gst/rtsp/rtspconnection.c: (read_body),
18399         (rtsp_connection_receive):
18400         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18401         Resurected rtpdec to make rtspsrc happy again.
18402         Skip attributes from the session id.
18403         Don't crash when dumping a message with an empty body.
18404
18405
18406 2006-02-09  Wim Taymans  <wim@fluendo.com>
18407
18408         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18409         Added more meaningfull warnings when something goes wrong.
18410         Clear F bit on outgoing AMR packets.
18411
18412         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18413         (gst_rtp_amr_pay_handle_buffer):
18414         Added debugging category
18415         Support payloading of multiple AMR frames.
18416
18417         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18418         Added some debugging.
18419
18420 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18421
18422         * configure.ac:
18423           Back to CVS
18424
18425 === release 0.10.2 ===
18426
18427 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18428
18429         * configure.ac:
18430           releasing 0.10.2, "Papa was a rolling stone"
18431
18432 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18433
18434         * configure.ac:
18435           Bump core and plugins-base requirement to 0.10.2.2
18436           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18437
18438 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18439
18440         * ext/flac/gstflac.c: (plugin_init):
18441         * ext/speex/gstspeex.c: (plugin_init):
18442           Register musicbrainz tags.
18443
18444 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18445
18446         * ext/gconf/gconf.h:
18447           Remove declaration of function that no longer exists.
18448
18449 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18450
18451         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18452         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18453         Make shout2 work for non ogg streams
18454
18455 2006-02-06  Wim Taymans  <wim@fluendo.com>
18456
18457         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18458         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18459         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18460         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18461         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18462         * gst/udp/gstmultiudpsink.h:
18463         Updated docs.
18464         Added properties bytes-served, bytes_to_serve.
18465         Post proper error messages,
18466         Emit client added signal too.
18467
18468 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18469
18470         * docs/plugins/Makefile.am:
18471         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18472         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18473         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18474         (gst_multiudpsink_get_stats):
18475           adding docs for multiudpsink
18476
18477 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18478
18479         * gst/level/gstlevel.c: (gst_level_transform_ip):
18480           peak below decay is not necessarily an error, so don't ERROR log
18481
18482 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18483
18484         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18485         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18486         (gst_ebml_write_seek):
18487         * gst/matroska/ebml-write.h:
18488           Make sure we send a newsegment event in BYTES format
18489           before sending buffers (#328531).
18490
18491 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18492
18493         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18494         (gst_dvdemux_sink_query):
18495         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18496         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18497         (speex_dec_src_query):
18498         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18499         (gst_speexenc_sink_query):
18500         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18501         * gst/matroska/matroska-demux.c:
18502         (gst_matroska_demux_get_src_query_types),
18503         (gst_matroska_demux_handle_src_query):
18504         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18505         (gst_wavparse_pad_query):
18506           Pass unhandled queries upstream instead of just dropping
18507           them (#326446). Update query type arrays here and there.
18508
18509 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18510
18511         * tests/check/elements/matroskamux.c: (setup_src_pad):
18512           Collectpads in core got changed and now also holds a
18513           reference to any pad that is part of it. Fix refcount
18514           checks in test case accordingly.
18515
18516 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18517
18518         * gst/apetag/gstapedemux.h:
18519           Fix include, for now GstTagDemux is in the apetag dir.
18520
18521 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18522
18523         * docs/plugins/Makefile.am:
18524         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18525         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18526         * docs/plugins/inspect/plugin-cdio.xml:
18527           Add cdio plugin to docs.
18528
18529         * ext/cdio/gstcdiocddasrc.c:
18530           Add gtk-doc blurb.
18531
18532         * ext/cdio/gstcdio.c:
18533           The plugin is called 'cdio' not 'cddio'.
18534
18535 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18536
18537         * configure.ac:
18538         * docs/plugins/Makefile.am:
18539         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18540         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18541         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18542         * docs/plugins/inspect/plugin-apetag.xml:
18543         * gst/apetag/Makefile.am:
18544         * gst/apetag/gstapedemux.c:
18545         * gst/apetag/gstapedemux.h:
18546         * gst/apetag/gsttagdemux.c:
18547         * gst/apetag/gsttagdemux.h:
18548           Add APE tag demuxer (#325649).
18549
18550 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18551
18552         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18553         (gst_gconf_get_default_video_sink),
18554         (gst_gconf_get_default_audio_src),
18555         (gst_gconf_get_default_video_src):
18556         * ext/gconf/gconf.h:
18557         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18558         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18559         (do_toggle_element):
18560         * ext/gconf/gstgconfaudiosink.h:
18561         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18562         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18563         (do_toggle_element):
18564         * ext/gconf/gstgconfaudiosrc.h:
18565         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18566         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18567         (do_toggle_element):
18568         * ext/gconf/gstgconfvideosink.h:
18569         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18570         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18571         (do_toggle_element):
18572         * ext/gconf/gstgconfvideosrc.h:
18573           Ignore changing the GConf key to "". Ignore GConf key updates
18574           that don't actually change the string.
18575           For now, ignore the GConf key when the state is > READY, as
18576           it breaks streaming. Sometime it will be nice to bring the
18577           new sink online even mid-stream, by sending NEWSEGMENT info
18578           and possibly prerolling.
18579           (Fixes #326736)
18580
18581 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18582
18583         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18584         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18585         (zoomFilterSetResolution), (zoomFilterDestroy),
18586         (zoomFilterFastRGB), (pointFilter):
18587         * gst/goom/filters.h:
18588         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18589         (goom_update), (goom_close):
18590         * gst/goom/goom_core.h:
18591         * gst/goom/goom_tools.h:
18592         * gst/goom/graphic.c:
18593         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18594         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18595         * gst/goom/gstgoom.h:
18596         * gst/goom/lines.c: (goom_lines):
18597         * gst/goom/lines.h:
18598           Make goom reentrant by moving all important static variables
18599           into instance structures.
18600           (Fixes #329181)
18601
18602 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18603
18604         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18605         (gst_avi_demux_all_source_pads_unlinked),
18606         (gst_avi_demux_process_next_entry):
18607         * gst/avi/gstavidemux.h:
18608           Third attempt, use gst_pad_is_linked() this time.
18609
18610 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18611
18612         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18613         (parse_split_strings):
18614         Adjust for data length indicators when parsing (Fixes #329810)
18615         Fix stupid bug parsing UTF-8 tag text.
18616         Output tag strings with multiple fields as multiple tags, so the
18617         app gets all the data.
18618
18619 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18620
18621         * ext/flac/gstflacenc.c:
18622         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18623         show me.
18624         
18625 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18626
18627         * ext/flac/gstflacenc.c:
18628         * gst/matroska/ebml-read.c:
18629         Just make it compile with --disable-gst-debug.
18630
18631 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18632
18633         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18634         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18635         (id3v2_genre_fields_to_taglist):
18636           Never output a tag with a null contents string.
18637
18638 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18639
18640         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18641           Only pause if all pads are unlinked AND we've tried to send data
18642           on all of them at least once.
18643
18644 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18645
18646         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18647         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18648           Make loop function/task pause itself when all source pads are
18649           unlinked.
18650
18651 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18652
18653         * configure.ac:
18654         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18655           Use new functions from core to render a bin from a
18656           string. Fixes build. Up requirements to core CVS.
18657
18658 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18659
18660         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18661           Don't push buffers into the adapter that we are going to
18662           push downstream again without framing anyway. Also, the
18663           adaptor takes ownership of buffers put into it (fixes
18664           auparse pushing invalid buffers for .au files with
18665           ADPCM contents). Finally, set caps on all outgoing buffers.
18666
18667 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18668
18669         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18670         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18671         (gst_id3demux_send_tag_event):
18672         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18673         Someone should kick my butt. Remove ID3v1 tags from the end of the
18674         file.
18675
18676         Improve error messages. Send the TAG message as soon as we complete
18677         typefinding, instead of waiting until we send the first buffer.
18678         Downstream tag event is still sent before the first buffer.
18679
18680 2006-01-27  Jan Gerber  <j@bootlab.org>
18681
18682         Reviewed by: Andy Wingo <wingo@pobox.com>
18683
18684         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18685         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18686         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18687         to not have warings flooding stderr. this is the suggested way
18688         also used in dvgrab and kino. (#328336)
18689
18690 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18691
18692         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18693         (gst_oss_sink_init), (gst_oss_sink_finalise):
18694           Free the device name string when finalised.
18695
18696 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18697
18698         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18699           Don't put function calls in g_return_if_fail() statements,
18700           or they'll be replaced with NOOPs if someone compiles with
18701           G_DISABLE_CHECKS defined.
18702           
18703 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18704
18705         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18706         Never trust ANY information encoded in a media file, especially
18707         when it's giving you sizes. (Fixes #328452)
18708
18709 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18710
18711         * gst/rtp/gstrtpg711pay.c:
18712         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18713         bug #325148.
18714
18715 2006-01-23  Edward Hervey  <edward@fluendo.com>
18716
18717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18718         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18719         * gst/matroska/matroska-ids.h:
18720         Added recognition of Real Audio and Video streams in matroska demuxer.
18721
18722 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18723
18724         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18725           Remove errant break statement, and fix compilation with
18726           older GCC.
18727
18728 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18729
18730         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18731
18732         * sys/sunaudio/gstsunaudiomixerctrl.c:
18733         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18734           Export functions that are needed in other parts of the code,
18735           makes the mixer actually work; adjust magic minimum buffer-time
18736           value from 3ms to 5ms to work around stuttering during mp3
18737           playback (#327765).
18738
18739 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18740
18741         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18742
18743         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18744         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18745           Fix possible deadlock in matroska muxer (#327825).
18746
18747 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18748
18749         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18750         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18751         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18752         * gst/rtsp/sdpmessage.h:
18753         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18754         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18755           C89 fixes: declare variables at the beginning of a block and
18756           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18757           <jensgr at gmx dot net>).
18758
18759 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18760
18761         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18762         * gst/id3demux/id3tags.h:
18763         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18764         (parse_comment_frame), (parse_text_identification_frame),
18765         (id3v2_tag_to_taglist), (id3v2_are_digits),
18766         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18767         (parse_split_strings), (free_tag_strings):
18768           Rewrite parsing of text tags to handle multiple NULL terminated
18769           strings. Parse numeric genre strings and ID3v2 type
18770           "(3)(6)Alternative" style genre strings.
18771           Parse dates that are only YYYY or YYYY-mm format.
18772           (Fixes #328241 and #322154)
18773
18774 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18775
18776         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18777           Don't forget to initialize liboil, otherwise our oil functions
18778           will crash (fixes #327871; patch by: Christoph Burghardt
18779           <hawkes at web dot de>).
18780
18781 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * configure.ac:
18784           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18785           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18786           patch by: Brian Cameron <brian dot cameron at sun dot com>
18787
18788 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18789
18790         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18791         * ext/cdio/gstcdio.h:
18792         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18793           Fix build for libcdio versions >= 76; give slightly lower rank
18794           than cdparanoia.
18795
18796 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18797
18798         * configure.ac:
18799         * ext/Makefile.am:
18800         * ext/cdio/Makefile.am:
18801         * ext/cdio/gstcdio.c:
18802         * ext/cdio/gstcdio.h:
18803         * ext/cdio/gstcdiocddasrc.c:
18804         * ext/cdio/gstcdiocddasrc.h:
18805           Port libcdio cdda source, formerly known as cddasrc, now known as
18806           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18807           but that's not tested (fixes #317658).
18808
18809 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18810
18811         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18812           Fix conversion from TIME to BYTES format (fixes #326864;
18813           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18814
18815 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18816
18817         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18818           Fix compilation of id3demux when zlib is not present.
18819           (Fixes #326602; patch by: Sergey Scobich)
18820
18821 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18822
18823         * ext/esd/Makefile.am:
18824           Add $(ESD_CFLAGS), otherwise build will fail for folks
18825           with libesd in a non-standard prefix (#327009).
18826
18827 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18828
18829         * configure.ac:
18830           back to HEAD
18831
18832 === release 0.10.1 ===
18833
18834 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18835
18836         * configure.ac:
18837           releasing 0.10.1, "Li"
18838
18839 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18840
18841           patch by: Wim Taymans
18842
18843         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18844           fix memleak.  Fixes #326618
18845
18846 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18847
18848           patch by: Mike Smith
18849
18850         * gst/level/gstlevel.c: (gst_level_message_new),
18851         (gst_level_message_append_channel):
18852           Fix memleak.  Fixes #326612
18853
18854 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18855
18856         * configure.ac:
18857           prereleasing
18858         * po/af.po:
18859         * po/az.po:
18860         * po/cs.po:
18861         * po/en_GB.po:
18862         * po/hu.po:
18863         * po/it.po:
18864         * po/nb.po:
18865         * po/nl.po:
18866         * po/or.po:
18867         * po/sq.po:
18868         * po/sr.po:
18869         * po/sv.po:
18870         * po/uk.po:
18871         * po/vi.po:
18872           update translations
18873
18874 2006-01-10  Michael Smith  <msmith@fluendo.com>
18875
18876         * gst/level/gstlevel.c: (gst_level_class_init),
18877         (gst_level_dispose):
18878           Don't leak filter arrays.
18879
18880 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18881
18882         reviewed by: Christian Schaller <uraeus@gnome.org>
18883         
18884         * configure.ac:
18885         * gst-plugins-good.spec.in:
18886         * sys/Makefile.am:
18887         * sys/sunaudio/Makefile.am:
18888         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18889         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18890         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18891         (gst_sunaudiomixer_change_state):
18892         * sys/sunaudio/gstsunaudiomixer.h:
18893         * sys/sunaudio/gstsunaudiomixerctrl.c:
18894         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18895         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18896         (gst_sunaudiomixer_ctrl_list_tracks),
18897         (gst_sunaudiomixer_ctrl_get_volume),
18898         (gst_sunaudiomixer_ctrl_set_volume),
18899         (gst_sunaudiomixer_ctrl_set_mute),
18900         (gst_sunaudiomixer_ctrl_set_record):
18901         * sys/sunaudio/gstsunaudiomixerctrl.h:
18902         * sys/sunaudio/gstsunaudiomixertrack.c:
18903         (gst_sunaudiomixer_track_class_init),
18904         (gst_sunaudiomixer_track_init), (fill_labels),
18905         (gst_sunaudiomixer_track_new):
18906         * sys/sunaudio/gstsunaudiomixertrack.h:
18907         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18908         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18909         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18910         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18911         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18912         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18913         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18914         * sys/sunaudio/gstsunaudiosink.h:
18915
18916         Add SunAudio plugin - tested to make sure it doesn't break
18917         the build under GNU/Linux.      
18918
18919 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18920
18921         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18922         * gst-plugins-good/gst/udp/gstudpsrc.c:
18923         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18924         overrides the port or multicast parameters. Fixes bugs #323021.
18925         API addition: adds GstUDPSrc::sockfd property   
18926
18927 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18928
18929         * ext/gconf/Makefile.am:
18930         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18931         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18932         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18933         (do_toggle_element), (cb_toggle_element),
18934         (gst_gconf_audio_src_change_state):
18935         * ext/gconf/gstgconfaudiosrc.h:
18936         * ext/gconf/gstgconfelements.c: (plugin_init):
18937         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18938         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18939         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18940         (do_toggle_element), (cb_toggle_element),
18941         (gst_gconf_video_src_change_state):
18942         * ext/gconf/gstgconfvideosrc.h:
18943           Add new gconfaudiosrc and gconfvideosrc elements
18944           (needed for gnome-sound-recorder).
18945
18946 2006-01-06  Edward Hervey  <edward@fluendo.com>
18947
18948         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18949         Add gst_element_no_more_pads() for proper decodebin behaviour.
18950         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18951         (parse_text_identification_frame), (parse_split_strings):
18952         Failure to decode some tags is not a GST_ERROR() but a
18953         GST_WARNING()
18954         When iterating over a chunk of text, check that we haven't gone too
18955         far.
18956
18957 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18958
18959         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18960         (plugin_init):
18961           call oil_init() when using liboil
18962
18963 2006-01-04  Wim Taymans  <wim@fluendo.com>
18964
18965         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18966         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18967         Fix leaks.
18968
18969 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18970
18971         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18972
18973         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18974         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18975         (gst_flac_dec_change_state):
18976           Don't g_assert() where we should just return FALSE; remove
18977           unnecessary g_assert(); initialize some fields properly in
18978           state change function (fixes #325504). Also, use
18979           GST_DEBUG_OBJECT in two more places.
18980
18981 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18982
18983         * configure.ac:
18984           also remove smoothwave's Makefile.am
18985         * docs/plugins/Makefile.am:
18986           fix plugin docs
18987
18988 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18989
18990         * tests/examples/Makefile.am:
18991           added missing Makefile.am
18992
18993 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18994
18995         * configure.ac:
18996         * gst/level/Makefile.am:
18997         * gst/level/level-example.c:
18998         * tests/Makefile.am:
18999         * tests/examples/level/Makefile.am:
19000         * tests/examples/level/level-example.c: (message_handler), (main):
19001           moved level-example to tests/examples/level-example
19002         * tests/old/examples/level/demo.c: (main):
19003         * tests/old/examples/level/plot.c: (main):
19004           some initial fixes
19005
19006 2005-12-29  Michael Smith  <msmith@fluendo.com>
19007
19008         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19009         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19010         * gst/udp/gstmultiudpsink.h:
19011           Track packets sent per client in addition to bytes sent; provide
19012           this info through get-stats signal
19013
19014 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19015
19016         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19017           Can't use gst_object_unref() on a GstAdapter (#325191).
19018
19019 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19020
19021         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19022         If a broken tag has 0 bytes payload, at least still skip
19023         the 10 byte header
19024
19025 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19026
19027         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19028         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19029         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19030         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19031           Making these depayloaders (H263+ and mpeg4 video) inherit from
19032           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19033
19034 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19035
19036         * docs/plugins/gst-plugins-good-plugins.args:
19037         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19038         Regenerate the plugin hiearchy.
19039
19040 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19041
19042         * docs/plugins/Makefile.am:
19043         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19044         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19045         * docs/plugins/gst-plugins-good-plugins.args:
19046         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19047         (gst_id3demux_base_init), (gst_id3demux_class_init),
19048         (gst_id3demux_chain):
19049         * gst/id3demux/gstid3demux.h:
19050           Add documentation for id3demux.
19051           Don't fail if the first buffer is not at offset 0, just
19052           attempt to typefind and do pass through
19053           Rename the gst_type function from gst_gst_id3demux..
19054
19055 2005-12-20  Michael Smith  <msmith@fluendo.com>
19056
19057         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19058         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19059         (gst_multiudpsink_get_stats):
19060         * gst/udp/gstmultiudpsink.h:
19061           Collect statistics; return them from get_stats.
19062
19063 2005-12-19  Edward Hervey  <edward@fluendo.com>
19064
19065         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19066         Stupid signedness issue...
19067
19068 2005-12-19  Edward Hervey  <edward@fluendo.com>
19069
19070         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19071         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19072         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19073         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19074         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19075         Construct index for indexless files.
19076         Make sure pad/buffers are correctly reset to NULL once we don't need
19077         them anymore, else we get lovely segfaults/assertions.
19078         * gst/wavparse/gstwavparse.c:
19079         Yes, you can have 96KHz audio and wma in wav :(
19080
19081 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19082
19083         * configure.ac:
19084           Check for optional dependency on zlib for id3demux
19085
19086         * gst/id3demux/Makefile.am:
19087         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19088         (gst_id3demux_base_init), (gst_id3demux_class_init),
19089         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19090         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19091         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19092         (gst_id3demux_set_property), (gst_id3demux_get_property),
19093         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19094         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19095         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19096         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19097         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19098         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19099         (simple_find_peek), (simple_find_suggest),
19100         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19101         (plugin_init):
19102         * gst/id3demux/gstid3demux.h:
19103         * gst/id3demux/id3tags.c: (read_synch_uint),
19104         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19105         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19106         (id3demux_id3v2_frames_to_tag_list):
19107         * gst/id3demux/id3tags.h:
19108         * gst/id3demux/id3v2.4.0-frames.txt:
19109         * gst/id3demux/id3v2.4.0-structure.txt:
19110         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19111         (parse_comment_frame), (parse_text_identification_frame),
19112         (id3v2_tag_to_taglist), (parse_split_strings):
19113           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19114           otherwise it discards them. Works on my test files. 
19115
19116         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19117           Don't send EOS to a non-existing srcpad
19118           The debug category can be static
19119
19120 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19121
19122         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19123         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19124         * gst/multipart/multipartdemux.c:
19125           change some char* into char[]
19126
19127 2005-12-16  Wim Taymans  <wim@fluendo.com>
19128
19129         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19130         (gst_wavparse_other), (gst_wavparse_perform_seek),
19131         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19132         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19133         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19134         * gst/wavparse/gstwavparse.h:
19135         Use GstSegment to implement more seeking features.
19136
19137 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19138
19139         * gst/rtsp/rtspconnection.c:
19140           Add <netinet/in.h> include and move <arpa/inet.h> include
19141           to make things work on OpenBSD as well (fixes #323717;
19142           patch by: Benjamin Pineau)
19143
19144 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19145
19146         * gst/rtp/gstrtpspeexdepay.c:
19147         * gst/rtp/gstrtpspeexpay.c:
19148         Set clock rate to be fixed in 8000. It fixes bug #324012.
19149
19150 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19151
19152         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19153         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19154         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19155         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19156         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19157         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19158         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19159         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19160         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19161         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19162         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19163         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19164         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19165         * gst-plugins-good/gst/rtp/README:
19166         Fixed payload range in payloder caps. Removed payload range completely
19167         from depayloaders as they don't require payload type in their caps.
19168         In effect, there isn't any specific payload type for any given codec,
19169         only suggestions.
19170         Fixes bug #324011.
19171
19172 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19173
19174         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19175         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19176         (gst_videomixer_collected): Code cleanup and re-enabling 
19177         queued time validity check for correct EOS handling.
19178
19179 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19180
19181         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19182         (gst_oss_mixer_element_get_property),
19183         (gst_oss_mixer_element_change_state):
19184         Add 'device-name' property and fix state change function.
19185
19186 2005-12-13  Edward Hervey  <edward@fluendo.com>
19187
19188         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19189         If the speed of the file is null in the header, set the frame_time to
19190         the default setting of GST_SECOND / 70. Which is the default
19191         frame_delay for .fli files as stated in this document :
19192         http://www.compuphase.com/flic.htm
19193         Would be nice to have the time conversion done properly too (duration =
19194         flxh->frames * flxdec->frame_time)
19195
19196 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19197
19198         * docs/plugins/Makefile.am:
19199         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19200         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19201         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19202         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19203         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19204         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19205         documentation for videomixer on my way with a funny sample
19206         pipeline.
19207
19208 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19209
19210         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19211         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19212         (gst_videomixer_update_queues), (gst_videomixer_collected):
19213         Fix caps negotiation. (#323896)
19214
19215 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19216
19217         * gst/matroska/matroska-demux.c:
19218         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19219           Set correct timestamps on audio laces, fixes playback of mp3 from
19220                 matroska.
19221
19222 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19223
19224         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19225         (gst_au_parse_class_init), (gst_au_parse_init),
19226         (gst_au_parse_dispose), (gst_au_parse_chain),
19227         (gst_au_parse_change_state), (plugin_init):
19228         * gst/auparse/gstauparse.h:
19229           Use gst_object_unref() for GstObjects instead of
19230           g_object_unref() and fix a mem leak in a debug
19231           statement; while we're at it, also borgify, use
19232           boilerplate macros and clean up a little bit.
19233
19234 2005-12-11  Edward Hervey  <edward@fluendo.com>
19235
19236         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19237         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19238         Added pull mode.
19239
19240 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19241
19242         * gst/goom/gstgoom.c:
19243         * gst/level/level-example.c: (main):
19244         * gst/smoothwave/demo-osssrc.c: (main):
19245           Use audiotestsrc instead of sinesrc (#323798).
19246
19247 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19248
19249         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19250           more debug-func-ptr usage
19251
19252 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19253
19254         * gst/flx/flx_color.c: (flx_colorspace_convert):
19255         * gst/flx/flx_color.h:
19256         * gst/flx/flx_fmt.h:
19257         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19258         * gst/flx/gstflxdec.h:
19259           Now flxdec works on big-endian machines as well.
19260
19261 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19262
19263         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19264         (gst_fenced_buffer_copy):
19265           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19266           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19267           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19268           and use GST_DEBUG_FUNCPTR for pad functions.
19269
19270 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19271
19272         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19273         (gst_flac_dec_class_init), (gst_flac_dec_init),
19274         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19275         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19276         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19277         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19278         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19279         (gst_flac_dec_change_state):
19280         * ext/flac/gstflacdec.h:
19281           Rewrite flacdec a bit, so that even seeking might work now. Most
19282           importantly, don't act upon any flow return values we get, just tell
19283           the decoder everything's dandy and act on the flow return values
19284           later on in the loop function. We don't want to mess up the internal
19285           decoder state for non-fatal things like flushing pads etc. Other
19286           than that, use GstSegment (segment seeks don't work yet though, but
19287           should be easy to add), use boilerplate macros, drop the superfluous
19288           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19289           lots of other things.
19290
19291 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19292
19293         * configure.ac:
19294           Update comment in OSS includes check.
19295
19296         * sys/oss/gstossdmabuffer.c:
19297         * sys/oss/gstosshelper.c:
19298         * sys/oss/gstossmixer.c:
19299         * sys/oss/gstossmixertrack.c:
19300         * sys/oss/gstosssink.c:
19301         * sys/oss/gstosssrc.c:
19302         * sys/oss/oss_probe.c:
19303           Don't assume the OSS soundcard.h include is always in
19304           the sys/ directory. Instead, use the existing defines
19305           from config.h to include the right file. Fixes
19306           compilation on OpenBSD 3.8 (#323718).
19307
19308 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19309
19310         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19311         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19312         * docs/plugins/inspect/plugin-1394.xml:
19313         * docs/plugins/inspect/plugin-aasink.xml:
19314         * docs/plugins/inspect/plugin-alaw.xml:
19315         * docs/plugins/inspect/plugin-alpha.xml:
19316         * docs/plugins/inspect/plugin-alphacolor.xml:
19317         * docs/plugins/inspect/plugin-auparse.xml:
19318         * docs/plugins/inspect/plugin-autodetect.xml:
19319         * docs/plugins/inspect/plugin-avi.xml:
19320         * docs/plugins/inspect/plugin-cacasink.xml:
19321         * docs/plugins/inspect/plugin-cairo.xml:
19322         * docs/plugins/inspect/plugin-cutter.xml:
19323         * docs/plugins/inspect/plugin-debug.xml:
19324         * docs/plugins/inspect/plugin-dv.xml:
19325         * docs/plugins/inspect/plugin-efence.xml:
19326         * docs/plugins/inspect/plugin-effectv.xml:
19327         * docs/plugins/inspect/plugin-esdsink.xml:
19328         * docs/plugins/inspect/plugin-flac.xml:
19329         * docs/plugins/inspect/plugin-flxdec.xml:
19330         * docs/plugins/inspect/plugin-gconfelements.xml:
19331         * docs/plugins/inspect/plugin-goom.xml:
19332         * docs/plugins/inspect/plugin-jpeg.xml:
19333         * docs/plugins/inspect/plugin-level.xml:
19334         * docs/plugins/inspect/plugin-matroska.xml:
19335         * docs/plugins/inspect/plugin-mulaw.xml:
19336         * docs/plugins/inspect/plugin-multipart.xml:
19337         * docs/plugins/inspect/plugin-navigationtest.xml:
19338         * docs/plugins/inspect/plugin-ossaudio.xml:
19339         * docs/plugins/inspect/plugin-png.xml:
19340         * docs/plugins/inspect/plugin-rtp.xml:
19341         * docs/plugins/inspect/plugin-rtsp.xml:
19342         * docs/plugins/inspect/plugin-shout2send.xml:
19343         * docs/plugins/inspect/plugin-smpte.xml:
19344         * docs/plugins/inspect/plugin-speex.xml:
19345         * docs/plugins/inspect/plugin-udp.xml:
19346         * docs/plugins/inspect/plugin-videobox.xml:
19347         * docs/plugins/inspect/plugin-videoflip.xml:
19348         * docs/plugins/inspect/plugin-videomixer.xml:
19349         * docs/plugins/inspect/plugin-wavenc.xml:
19350         * docs/plugins/inspect/plugin-wavparse.xml:
19351         * ext/flac/gstflac.c: (plugin_init):
19352         * ext/flac/gstflacdec.c: (flacdec_get_type),
19353         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19354         (gst_flac_dec_init), (gst_flac_dec_finalize),
19355         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19356         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19357         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19358         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19359         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19360         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19361         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19362         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19363         * ext/flac/gstflacdec.h:
19364         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19365         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19366         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19367         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19368         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19369         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19370         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19371         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19372         (gst_flac_enc_change_state):
19373         * ext/flac/gstflacenc.h:
19374           borgify and fix up documentation
19375
19376 2005-12-09  Michael Smith  <msmith@fluendo.com>
19377
19378         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19379           Accept a wider range of flac files, more closely matching flac spec.
19380
19381 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19382
19383         * docs/plugins/Makefile.am: Add multipart elements.
19384         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19385         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19386         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19387         * gst/multipart/multipartdemux.c:
19388         * gst/multipart/multipartmux.c: Add docs.
19389
19390 2005-12-07  Edward Hervey  <edward@fluendo.com>
19391
19392         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19393         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19394         (gst_avi_demux_invert):
19395         Memleak and crasher fixes.
19396         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19397         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19398         Memleak fixes
19399
19400 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19401
19402         * ext/aalib/gstaasink.h:
19403         * ext/cairo/gsttextoverlay.h:
19404         * ext/dv/gstdvdec.h:
19405         * ext/dv/gstdvdemux.c:
19406         * ext/dv/gstdvdemux.h:
19407         * ext/esd/esdsink.h:
19408         * ext/flac/flac_compat.h:
19409         * ext/flac/gstflacdec.h:
19410         * ext/flac/gstflacenc.h:
19411         * ext/gconf/gconf.h:
19412         * ext/gconf/gstgconfaudiosink.h:
19413         * ext/gconf/gstgconfvideosink.h:
19414         * ext/gdk_pixbuf/gstgdkanimation.h:
19415         * ext/jpeg/gstjpegdec.h:
19416         * ext/jpeg/smokecodec.h:
19417         * ext/jpeg/smokeformat.h:
19418         * ext/ladspa/gstsignalprocessor.h:
19419         * ext/ladspa/search.c: (LADSPAPluginSearch):
19420         * ext/ladspa/utils.h:
19421         * ext/libmng/gstmng.c:
19422         * ext/libmng/gstmngdec.h:
19423         * ext/libmng/gstmngenc.c:
19424         * ext/libmng/gstmngenc.h:
19425         * ext/libpng/gstpng.c:
19426         * ext/libpng/gstpngenc.c:
19427         * ext/libpng/gstpngenc.h:
19428         * ext/shout2/gstshout2.h:
19429         * ext/speex/gstspeexdec.h:
19430         * ext/speex/gstspeexenc.c:
19431         * ext/speex/gstspeexenc.h:
19432         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19433         * gst/autodetect/gstautoaudiosink.h:
19434         * gst/autodetect/gstautovideosink.h:
19435         * gst/avi/gstavidemux.h:
19436         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19437         (gst_cutter_set_property), (gst_cutter_get_caps):
19438         * gst/cutter/gstcutter.h:
19439         * gst/debug/tests.c: (md5_process_block):
19440         * gst/debug/tests.h:
19441         * gst/effectv/gstwarp.c:
19442         * gst/flx/flx_fmt.h:
19443         * gst/flx/gstflxdec.h:
19444         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19445         (zoomFilterFastRGB):
19446         * gst/goom/filters.h:
19447         * gst/goom/goom_tools.h:
19448         * gst/law/alaw-encode.c:
19449         * gst/level/gstlevel.c:
19450         * gst/level/gstlevel.h:
19451         * gst/matroska/ebml-write.h:
19452         * gst/matroska/matroska-demux.h:
19453         * gst/matroska/matroska-ids.h:
19454         * gst/matroska/matroska-mux.h:
19455         * gst/monoscope/convolve.c: (convolve_match):
19456         * gst/monoscope/convolve.h:
19457         * gst/multipart/multipartmux.c:
19458         * gst/oldcore/gstaggregator.c:
19459         * gst/oldcore/gstaggregator.h:
19460         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19461         * gst/oldcore/gstmd5sink.h:
19462         * gst/oldcore/gstmultifilesrc.c:
19463         * gst/oldcore/gstmultifilesrc.h:
19464         * gst/oldcore/gstpipefilter.h:
19465         * gst/oldcore/gstshaper.h:
19466         * gst/rtp/gstrtpL16depay.h:
19467         * gst/rtp/gstrtpL16pay.h:
19468         * gst/rtp/gstrtpdepay.h:
19469         * gst/rtp/gstrtpmp4vpay.c:
19470         * gst/rtp/gstrtpmp4vpay.h:
19471         * gst/rtsp/gstrtspsrc.c:
19472         * gst/rtsp/gstrtspsrc.h:
19473         * gst/rtsp/rtspconnection.h:
19474         * gst/rtsp/rtspdefs.h:
19475         * gst/rtsp/rtspmessage.h:
19476         * gst/rtsp/rtsptransport.h:
19477         * gst/rtsp/rtspurl.c:
19478         * gst/rtsp/rtspurl.h:
19479         * gst/rtsp/sdpmessage.c:
19480         * gst/rtsp/sdpmessage.h:
19481         * gst/smpte/barboxwipes.c:
19482         * gst/smpte/gstmask.h:
19483         * gst/smpte/gstsmpte.h:
19484         * gst/smpte/paint.c:
19485         * gst/smpte/paint.h:
19486         * gst/udp/gstdynudpsink.h:
19487         * gst/udp/gstmultiudpsink.h:
19488         * gst/udp/gstudpsink.c:
19489         * gst/udp/gstudpsink.h:
19490         * gst/udp/gstudpsrc.c:
19491         * gst/videomixer/videomixer.c:
19492         * gst/wavenc/riff.h:
19493         * gst/wavparse/gstwavparse.h:
19494         * sys/oss/gstossdmabuffer.h:
19495         * sys/oss/gstossmixer.h:
19496         * sys/oss/gstossmixerelement.h:
19497         * sys/oss/gstossmixertrack.h:
19498         * sys/oss/gstosssink.c:
19499         * sys/oss/gstosssink.h:
19500         * sys/oss/gstosssrc.c:
19501         * sys/oss/gstosssrc.h:
19502         * sys/osxaudio/gstosxaudioelement.h:
19503         * sys/osxaudio/gstosxaudiosink.h:
19504         * sys/osxaudio/gstosxaudiosrc.h:
19505           expand tabs
19506
19507 === release 0.10.0 ===
19508
19509 2005-12-05   <thomas (at) apestaart (dot) org>
19510
19511         * configure.ac:
19512           releasing 0.10.0, "Abondance"
19513
19514 2005-12-05  Andy Wingo  <wingo@pobox.com>
19515
19516         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19517         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19518         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19519         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19520         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19521         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19522         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19523         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19524         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19525         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19526         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19527         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19528         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19529         * gst/goom/gstgoom.c: (gst_goom_chain):
19530         * gst/matroska/matroska-demux.c:
19531         (gst_matroska_demux_push_vorbis_codec_priv_data),
19532         (gst_matroska_demux_add_wvpk_header):
19533         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19534         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19535         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19536         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19537         alloc_buffer changes.
19538
19539 2005-12-05  Michael Smith  <msmith@fluendo.com>
19540
19541         * docs/plugins/gst-plugins-good-plugins.args:
19542           Remove args for plugins that aren't in -good.
19543
19544 === release 0.9.7 ===
19545
19546 2005-12-01   <thomas (at) apestaart (dot) org>
19547
19548         * configure.ac:
19549           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19550
19551 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19552
19553         * docs/plugins/.cvsignore:
19554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19555         * docs/plugins/inspect/plugin-multipart.xml:
19556         * docs/plugins/inspect/plugin-rtp.xml:
19557           add multipart plugin to docs
19558
19559 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19560
19561         * configure.ac:
19562         * ext/Makefile.am:
19563         * ext/pango/Makefile.am:
19564         * ext/pango/gstclockoverlay.c:
19565         * ext/pango/gstclockoverlay.h:
19566         * ext/pango/gsttextoverlay.c:
19567         * ext/pango/gsttextoverlay.h:
19568         * ext/pango/gsttextrender.c:
19569         * ext/pango/gsttextrender.h:
19570         * ext/pango/gsttimeoverlay.c:
19571         * ext/pango/gsttimeoverlay.h:
19572           move pango to base
19573
19574 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19575
19576         * gst/rtp/Makefile.am:
19577         * gst/rtp/gstrtpL16depay.c:
19578         * gst/rtp/gstrtpL16depay.h:
19579         * gst/rtp/gstrtpL16parse.c:
19580         * gst/rtp/gstrtpL16parse.h:
19581         * gst/rtp/gstrtpgsmdepay.c:
19582         * gst/rtp/gstrtpgsmdepay.h:
19583         * gst/rtp/gstrtpgsmparse.c:
19584         * gst/rtp/gstrtpgsmparse.h:
19585           parsers are depayers
19586
19587 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19588
19589         * gst/rtp/Makefile.am:
19590         * gst/rtp/gstasteriskh263.c:
19591         * gst/rtp/gstrtp.c:
19592         * gst/rtp/gstrtpL16enc.c:
19593         * gst/rtp/gstrtpL16enc.h:
19594         * gst/rtp/gstrtpL16parse.c:
19595         * gst/rtp/gstrtpL16parse.h:
19596         * gst/rtp/gstrtpL16pay.c:
19597         * gst/rtp/gstrtpL16pay.h:
19598         * gst/rtp/gstrtpamrdec.c:
19599         * gst/rtp/gstrtpamrdec.h:
19600         * gst/rtp/gstrtpamrdepay.c:
19601         * gst/rtp/gstrtpamrdepay.h:
19602         * gst/rtp/gstrtpamrenc.c:
19603         * gst/rtp/gstrtpamrenc.h:
19604         * gst/rtp/gstrtpamrpay.c:
19605         * gst/rtp/gstrtpamrpay.h:
19606         * gst/rtp/gstrtpdec.c:
19607         * gst/rtp/gstrtpdec.h:
19608         * gst/rtp/gstrtpdepay.c:
19609         * gst/rtp/gstrtpdepay.h:
19610         * gst/rtp/gstrtpg711dec.c:
19611         * gst/rtp/gstrtpg711dec.h:
19612         * gst/rtp/gstrtpg711depay.c:
19613         * gst/rtp/gstrtpg711depay.h:
19614         * gst/rtp/gstrtpg711enc.c:
19615         * gst/rtp/gstrtpg711enc.h:
19616         * gst/rtp/gstrtpg711pay.c:
19617         * gst/rtp/gstrtpg711pay.h:
19618         * gst/rtp/gstrtpgsmenc.c:
19619         * gst/rtp/gstrtpgsmenc.h:
19620         * gst/rtp/gstrtpgsmparse.c:
19621         * gst/rtp/gstrtpgsmparse.h:
19622         * gst/rtp/gstrtpgsmpay.c:
19623         * gst/rtp/gstrtpgsmpay.h:
19624         * gst/rtp/gstrtph263enc.c:
19625         * gst/rtp/gstrtph263enc.h:
19626         * gst/rtp/gstrtph263pay.c:
19627         * gst/rtp/gstrtph263pay.h:
19628         * gst/rtp/gstrtph263pdec.c:
19629         * gst/rtp/gstrtph263pdec.h:
19630         * gst/rtp/gstrtph263pdepay.c:
19631         * gst/rtp/gstrtph263pdepay.h:
19632         * gst/rtp/gstrtph263penc.c:
19633         * gst/rtp/gstrtph263penc.h:
19634         * gst/rtp/gstrtph263ppay.c:
19635         * gst/rtp/gstrtph263ppay.h:
19636         * gst/rtp/gstrtpmp4vdec.c:
19637         * gst/rtp/gstrtpmp4vdec.h:
19638         * gst/rtp/gstrtpmp4vdepay.c:
19639         * gst/rtp/gstrtpmp4vdepay.h:
19640         * gst/rtp/gstrtpmp4venc.c:
19641         * gst/rtp/gstrtpmp4venc.h:
19642         * gst/rtp/gstrtpmp4vpay.c:
19643         * gst/rtp/gstrtpmp4vpay.h:
19644         * gst/rtp/gstrtpmpadec.c:
19645         * gst/rtp/gstrtpmpadec.h:
19646         * gst/rtp/gstrtpmpadepay.c:
19647         * gst/rtp/gstrtpmpadepay.h:
19648         * gst/rtp/gstrtpmpaenc.c:
19649         * gst/rtp/gstrtpmpaenc.h:
19650         * gst/rtp/gstrtpmpapay.c:
19651         * gst/rtp/gstrtpmpapay.h:
19652         * gst/rtp/gstrtpspeexdec.c:
19653         * gst/rtp/gstrtpspeexdec.h:
19654         * gst/rtp/gstrtpspeexdepay.c:
19655         * gst/rtp/gstrtpspeexdepay.h:
19656         * gst/rtp/gstrtpspeexenc.c:
19657         * gst/rtp/gstrtpspeexenc.h:
19658         * gst/rtp/gstrtpspeexpay.c:
19659         * gst/rtp/gstrtpspeexpay.h:
19660           Do burger's rename for rtp payloaders and depayloaders
19661
19662 2005-11-30  Wim Taymans  <wim@fluendo.com>
19663
19664         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19665         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19666         * ext/dv/gstdvdemux.h:
19667         Fix seeking in dvdemux again, add some more debug info.
19668
19669 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19670
19671         * configure.ac:
19672           fix tests
19673
19674 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19675
19676         * PORTED_09:
19677         * docs/random/PORTED_09:
19678           move
19679         * tests/Makefile.am:
19680           add
19681         * win32/gst.sln:
19682           remove
19683
19684 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19685
19686         * Makefile.am:
19687         * check/.cvsignore:
19688         * check/Makefile.am:
19689         * check/elements/.cvsignore:
19690         * check/elements/level.c:
19691         * check/elements/matroskamux.c:
19692         * configure.ac:
19693         * examples/Makefile.am:
19694         * examples/capsfilter/Makefile.am:
19695         * examples/capsfilter/capsfilter1.c:
19696         * examples/gob/Makefile.am:
19697         * examples/gob/gst-identity2.gob:
19698         * examples/gstplay/.cvsignore:
19699         * examples/gstplay/Makefile.am:
19700         * examples/gstplay/player.c:
19701         * examples/indexing/.cvsignore:
19702         * examples/indexing/Makefile.am:
19703         * examples/indexing/indexmpeg.c:
19704         * examples/level/Makefile.am:
19705         * examples/level/README:
19706         * examples/level/demo.c:
19707         * examples/level/plot.c:
19708         * examples/stats/Makefile.am:
19709         * examples/stats/mp2ogg.c:
19710         * examples/switch/.cvsignore:
19711         * examples/switch/Makefile.am:
19712         * examples/switch/switcher.c:
19713           move under tests/
19714
19715 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19716
19717         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19718         (gst_text_render_class_init), (resize_bitmap),
19719         (gst_text_render_render_text), (gst_text_render_setcaps),
19720         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19721         (gst_text_render_chain), (gst_text_render_finalize),
19722         (gst_text_render_init), (gst_text_render_set_property):
19723         * ext/pango/gsttextrender.h:
19724           Add missing files.
19725
19726 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19727
19728         * configure.ac:
19729         * ext/Makefile.am:
19730         * ext/pango/Makefile.am:
19731         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19732         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19733         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19734         * ext/pango/gstclockoverlay.h:
19735         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19736         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19737         (gst_text_overlay_finalize), (gst_text_overlay_init),
19738         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19739         (gst_text_overlay_text_pad_linked),
19740         (gst_text_overlay_text_pad_unlinked),
19741         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19742         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19743         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19744         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19745         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19746         (gst_text_overlay_change_state), (plugin_init):
19747         * ext/pango/gsttextoverlay.h:
19748         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19749         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19750         (gst_time_overlay_class_init), (gst_time_overlay_init):
19751         * ext/pango/gsttimeoverlay.h:
19752           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19753           and add background shading and text wrapping modes. Make 
19754           timoverlay derive from textoverlay. Also add new clockoverlay
19755           element.
19756
19757 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19758
19759         * gst/udp/Makefile.am: Moved to netbuffer.
19760
19761 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19762
19763         * configure.ac:
19764         * PORTED_O9:
19765         * gst/multipart/Makefile.am:
19766         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19767         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19768         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19769         (gst_multipart_demux_change_state),
19770         (gst_multipart_demux_plugin_init):
19771         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19772         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19773         (gst_multipart_mux_sinkconnect),
19774         (gst_multipart_mux_request_new_pad),
19775         (gst_multipart_mux_handle_src_event),
19776         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19777         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19778         0.9.
19779
19780 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19781
19782         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19783         * gst/debug/gstnavigationtest.h:
19784         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19785         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19786         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19787         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19788         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19789         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19790         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19791         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19792         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19793         (gst_video_flip_get_type):
19794         * gst/videofilter/gstvideoflip.h:
19795           update for symbols change
19796
19797 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19798
19799         * gst/udp/gstdynudpsink.c:
19800         * gst/udp/gstudpsrc.c:
19801           the old gstnet lib was renamed gstnetbuffer (#322257)
19802
19803 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19804
19805         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19806         (gst_text_overlay_collected):
19807           Actually render the text from the text pad.
19808
19809 2005-11-29  Edward Hervey  <edward@fluendo.com>
19810
19811         * gst/debug/gstnavseek.c: (gst_navseek_event):
19812         * gst/debug/progressreport.c: (gst_progress_report_event):
19813         Update for GstBaseTransform event virtual method
19814
19815 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19816
19817         * ext/cairo/Makefile.am:
19818           no need to link to videofilter
19819
19820 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19821
19822         * gst/debug/Makefile.am:
19823         * gst/debug/gstnavigationtest.h:
19824         * gst/effectv/Makefile.am:
19825         * gst/effectv/gstaging.c:
19826         * gst/effectv/gstdice.c:
19827         * gst/effectv/gstedge.c:
19828         * gst/effectv/gstquark.c:
19829         * gst/effectv/gstrev.c:
19830         * gst/effectv/gstshagadelic.c:
19831         * gst/effectv/gstvertigo.c:
19832         * gst/effectv/gstwarp.c:
19833         * gst/videofilter/Makefile.am:
19834         * gst/videofilter/gstvideofilter.c:
19835         * gst/videofilter/gstvideofilter.h:
19836         * gst/videofilter/gstvideoflip.h:
19837           remove the videofilter library and link to the one in base
19838
19839 2005-11-28  Edward Hervey  <edward@fluendo.com>
19840
19841         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19842         Useless check now we're setting the current entry correctly.
19843
19844 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19845
19846         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19847         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19848         (gst_jpegenc_change_state):
19849           Don't leak input buffer in chain function (fixes #322667); make 
19850           state change function thread-safe; don't repeat the current function
19851           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19852           gst_pad_alloc_buffer(); misc. minor cleanups.
19853
19854 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19855
19856         * gst/matroska/matroska-mux.c:
19857         (gst_matroska_mux_video_pad_setcaps):
19858         Look for pixel-aspect-ratio in caps, not pixel_width and
19859         pixel_height (Fixes: #322645)
19860
19861 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19862
19863         * gst/matroska/matroska-mux.c:
19864         (gst_matroska_mux_video_pad_setcaps):
19865         From Michal Benes:
19866         frame duration should be GST_SECOND / framerate, not
19867         GST_SECOND * framerate. (Fixes: #322643)
19868
19869 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19870
19871         * configure.ac:
19872           fix up GST_PLUGIN_LDFLAGS
19873         * gst/rtsp/rtspconnection.c:
19874           fix includes (see #317043)
19875         * gst/videofilter/Makefile.am:
19876           stop installing this library
19877
19878 2005-11-26  Edward Hervey  <edward@fluendo.com>
19879
19880         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19881         Handle the case where the incoming Video dv stream doesn't have
19882         a pixel aspect ratio set.
19883
19884 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19885
19886         * docs/plugins/Makefile.am:
19887         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19888         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19889         * ext/flac/gstflacdec.c:
19890           document flacdec
19891
19892 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19893
19894         * docs/plugins/Makefile.am:
19895         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19896         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19897         * docs/plugins/inspect/plugin-autodetect.xml:
19898         * ext/cairo/gstcairo.c: (plugin_init):
19899         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19900         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19901         (gst_text_overlay_init), (gst_text_overlay_font_init),
19902         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19903         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19904         (gst_text_overlay_text_pad_linked),
19905         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19906         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19907         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19908         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19909         (gst_text_overlay_change_state):
19910         * ext/cairo/gsttextoverlay.h:
19911         * ext/cairo/gsttimeoverlay.c:
19912         (gst_cairo_time_overlay_update_font_height),
19913         (gst_cairo_time_overlay_set_caps),
19914         (gst_cairo_time_overlay_get_unit_size),
19915         (gst_cairo_time_overlay_print_smpte_time),
19916         (gst_cairo_time_overlay_transform),
19917         (gst_cairo_time_overlay_base_init),
19918         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19919         (gst_cairo_time_overlay_get_type):
19920         * ext/cairo/gsttimeoverlay.h:
19921           do some name borgifying
19922           document
19923
19924 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19925
19926         * docs/plugins/Makefile.am:
19927         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19928         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19929         * gst/autodetect/gstautoaudiosink.c:
19930         (gst_auto_audio_sink_base_init):
19931         * gst/autodetect/gstautovideosink.c:
19932         (gst_auto_video_sink_base_init),
19933         (gst_auto_video_sink_factory_filter):
19934           documenting auto*sink
19935           using strstr for the video sink lookup, class field is not ordered
19936         * docs/plugins/inspect/plugin-1394.xml:
19937         * docs/plugins/inspect/plugin-aasink.xml:
19938         * docs/plugins/inspect/plugin-alaw.xml:
19939         * docs/plugins/inspect/plugin-alpha.xml:
19940         * docs/plugins/inspect/plugin-alphacolor.xml:
19941         * docs/plugins/inspect/plugin-auparse.xml:
19942         * docs/plugins/inspect/plugin-autodetect.xml:
19943         * docs/plugins/inspect/plugin-avi.xml:
19944         * docs/plugins/inspect/plugin-cacasink.xml:
19945         * docs/plugins/inspect/plugin-cairo.xml:
19946         * docs/plugins/inspect/plugin-cutter.xml:
19947         * docs/plugins/inspect/plugin-debug.xml:
19948         * docs/plugins/inspect/plugin-dv.xml:
19949         * docs/plugins/inspect/plugin-efence.xml:
19950         * docs/plugins/inspect/plugin-effectv.xml:
19951         * docs/plugins/inspect/plugin-esdsink.xml:
19952         * docs/plugins/inspect/plugin-flac.xml:
19953         * docs/plugins/inspect/plugin-flxdec.xml:
19954         * docs/plugins/inspect/plugin-gconfelements.xml:
19955         * docs/plugins/inspect/plugin-goom.xml:
19956         * docs/plugins/inspect/plugin-jpeg.xml:
19957         * docs/plugins/inspect/plugin-level.xml:
19958         * docs/plugins/inspect/plugin-matroska.xml:
19959         * docs/plugins/inspect/plugin-mulaw.xml:
19960         * docs/plugins/inspect/plugin-navigationtest.xml:
19961         * docs/plugins/inspect/plugin-ossaudio.xml:
19962         * docs/plugins/inspect/plugin-png.xml:
19963         * docs/plugins/inspect/plugin-rtp.xml:
19964         * docs/plugins/inspect/plugin-rtsp.xml:
19965         * docs/plugins/inspect/plugin-shout2send.xml:
19966         * docs/plugins/inspect/plugin-smpte.xml:
19967         * docs/plugins/inspect/plugin-speex.xml:
19968         * docs/plugins/inspect/plugin-udp.xml:
19969         * docs/plugins/inspect/plugin-videobox.xml:
19970         * docs/plugins/inspect/plugin-videoflip.xml:
19971         * docs/plugins/inspect/plugin-videomixer.xml:
19972         * docs/plugins/inspect/plugin-wavenc.xml:
19973         * docs/plugins/inspect/plugin-wavparse.xml:
19974           update for HEAD version
19975
19976 2005-11-25  Michael Smith  <msmith@fluendo.com>
19977
19978         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19979           Patch from Sebastien Cote to close control sockets in udpsrc.
19980
19981 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19982
19983         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19984         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19985         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19986         (gst_quarktv_base_init), (gst_quarktv_class_init),
19987         (gst_quarktv_init): Flush the planes list on reverse caps
19988         negotiation. This was crashing because of differently sized
19989         buffers.
19990
19991 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19992
19993         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19994         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19995         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19996         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19997         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19998         (gst_videoflip_set_property), (gst_videoflip_base_init),
19999         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20000         correctly, fix identity flipping, convert navigation event 
20001         correctly again.
20002
20003 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20004
20005         * configure.ac: back to HEAD
20006
20007 === release 0.9.6 ===
20008
20009 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20010
20011         * configure.ac:
20012           releasing 0.9.6, "Everything's Not Lost"
20013
20014 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20015
20016         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20017         Oops, initialise the framerate GValue
20018
20019 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20020
20021         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20022         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20023         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20024         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20025         (gst_timeoverlay_get_type):
20026         * ext/cairo/gsttimeoverlay.h:
20027         * gst/debug/Makefile.am:
20028         * gst/debug/gstnavigationtest.c:
20029         (gst_navigationtest_handle_src_event),
20030         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20031         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20032         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20033         (gst_navigationtest_init), (gst_navigationtest_get_type),
20034         (plugin_init):
20035         * gst/debug/gstnavigationtest.h:
20036         * gst/effectv/Makefile.am:
20037         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20038         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20039         (gst_agingtv_base_init), (gst_agingtv_class_init),
20040         (gst_agingtv_init), (gst_agingtv_get_type):
20041         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20042         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20043         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20044         (gst_dicetv_get_type):
20045         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20046         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20047         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20048         (gst_edgetv_get_type):
20049         * gst/effectv/gsteffectv.c:
20050         * gst/effectv/gsteffectv.h:
20051         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20052         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20053         (gst_quarktv_change_state), (gst_quarktv_base_init),
20054         (gst_quarktv_class_init), (gst_quarktv_init),
20055         (gst_quarktv_get_type):
20056         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20057         (gst_revtv_get_unit_size), (gst_revtv_transform),
20058         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20059         (gst_revtv_get_type):
20060         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20061         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20062         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20063         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20064         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20065         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20066         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20067         (gst_vertigotv_init), (gst_vertigotv_get_type):
20068         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20069         (gst_warptv_get_unit_size), (gst_warptv_transform),
20070         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20071         (gst_warptv_get_type):
20072         * gst/videofilter/Makefile.am:
20073         * gst/videofilter/gstvideobalance.c:
20074         * gst/videofilter/gstvideobalance.h:
20075         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20076         (gst_videofilter_class_init), (gst_videofilter_init):
20077         * gst/videofilter/gstvideofilter.h:
20078         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20079         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20080         (gst_videoflip_flip), (gst_videoflip_transform),
20081         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20082         (gst_videoflip_base_init), (gst_videoflip_class_init),
20083         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20084         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20085         BaseTransform, it's just a place holder for now and every video
20086         effect plugin has been ported to use BaseTransform features 
20087         directly. QuarkTV was fixed too (was broken), navigationtest works
20088         and best for the end, videoflip converts navigation events depending
20089         on flip method ! Fixes #320953
20090
20091 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20092
20093         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20094         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20095         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20096         (gst_goom_src_negotiate), (gst_goom_chain):
20097         * gst/matroska/matroska-mux.c:
20098         (gst_matroska_mux_video_pad_setcaps):
20099         * sys/osxvideo/osxvideosink.m:
20100           Fixes for API changes
20101
20102 2005-11-23  Michael Smith <msmith@fluendo.com>
20103
20104         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20105         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20106         * ext/jpeg/gstjpegdec.h:
20107         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20108         * ext/jpeg/gstjpegenc.h:
20109         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20110         (gst_smokeenc_resync):
20111         * ext/jpeg/gstsmokeenc.h:
20112           JPEG fractiony goodness.
20113
20114 2005-11-22  Michael Smith <msmith@fluendo.com>
20115
20116         * gst/goom/filters.c:
20117         * gst/goom/graphic.h:
20118           Fix compilation by making some functions static inline instead of
20119           extern inline, matching the way they're used.
20120
20121 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20122
20123         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20124         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20125         * ext/cairo/gsttextoverlay.h:
20126         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20127         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20128         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20129         (gst_pngdec_caps_create_and_set):
20130         * ext/libpng/gstpngdec.h:
20131         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20132         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20133         * gst/avi/gstavimux.c: (gst_avimux_init),
20134         (gst_avimux_vidsinkconnect):
20135         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20136         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20137         (gst_goom_src_negotiate), (gst_goom_chain):
20138         * gst/goom/gstgoom.h:
20139         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20140         * gst/matroska/matroska-mux.c:
20141         (gst_matroska_mux_video_pad_setcaps):
20142         * sys/osxvideo/osxvideosink.h:
20143         * sys/osxvideo/osxvideosink.m:
20144           More fractional framerate conversions 
20145
20146 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20147
20148         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20149         * gst/debug/gstnavigationtest.c:
20150         (gst_navigationtest_handle_src_event):
20151         * gst/videofilter/gstvideofilter.c:
20152         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20153         (gst_videofilter_init):
20154         * gst/videofilter/gstvideofilter.h:
20155           Convert to fractional framerates.
20156
20157 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20158
20159         * ext/aalib/gstaasink.c:
20160         * ext/dv/gstdvdec.c:
20161         * ext/esd/esdmon.c:
20162         * ext/flac/gstflacenc.c:
20163         * ext/gdk_pixbuf/pixbufscale.c:
20164         * ext/libcaca/gstcacasink.c:
20165         * ext/shout2/gstshout2.c:
20166         * gst/alpha/gstalpha.c:
20167         * gst/oldcore/gstaggregator.c:
20168         * gst/oldcore/gstshaper.c:
20169         * gst/smpte/barboxwipes.c:
20170         * gst/smpte/gstsmpte.c:
20171         * gst/videobox/gstvideobox.c:
20172         * gst/videofilter/gstvideoflip.c:
20173         * gst/videomixer/videomixer.c:
20174           fix up more enums
20175
20176 2005-11-22  Michael Smith <msmith@fluendo.com>
20177
20178         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20179         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20180         (gst_videomixer_update_queues):
20181           Fractional framerates, videomixer.
20182
20183 2005-11-22  Michael Smith <msmith@fluendo.com>
20184
20185         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20186         * ext/dv/gstdvdec.h:
20187         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20188         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20189         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20190         (gst_dvdemux_flush):
20191         * ext/dv/gstdvdemux.h:
20192           Fractional framerates for DV. 
20193
20194 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20195
20196         * gst/autodetect/gstautoaudiosink.c:
20197         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20198         * gst/autodetect/gstautovideosink.c:
20199         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20200           Use gst_plugin_feature_list_free() to free feature list and
20201           in the case of autovideosink free the list at all. Also
20202           miscellaneous cosmetic fixes.
20203
20204 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20205
20206         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20207         (gst_cutter_set_property), (gst_cutter_get_caps):
20208           copy calculation code from level; remove use of some audio
20209           functions
20210
20211 2005-11-22  Andy Wingo  <wingo@pobox.com>
20212
20213         * Update for gst_tag_setter API changes.
20214
20215 2005-11-22  Andy Wingo  <wingo@pobox.com>
20216
20217         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20218         (gst_dvdemux_demux_frame)
20219         * ext/flac/gstflacdec.c (gst_flacdec_write)
20220         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20221         (gst_flacenc_sink_event)
20222         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20223         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20224         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20225         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20226         * gst/auparse/gstauparse.c (gst_auparse_chain)
20227         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20228         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20229         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20230         (gst_avi_demux_handle_seek)
20231         * gst/goom/gstgoom.c (gst_goom_event)
20232         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20233         * gst/matroska/matroska-demux.c
20234         (gst_matroska_demux_handle_seek_event)
20235         (gst_matroska_demux_loop_stream_parse_id)
20236         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20237         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20238         (gst_wavparse_stream_headers): Run update-funcnames.
20239
20240 2005-11-22  Edward Hervey  <edward@fluendo.com>
20241
20242         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20243         (gst_dv1394src_init), (gst_dv1394src_dispose),
20244         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20245         (gst_dv1394src_uri_set_uri):
20246         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20247         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20248         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20249         URIHandler interface and element properties are now properly
20250         synchronized for DV1394src and UDPSrc
20251
20252 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20253
20254         * ext/flac/Makefile.am:
20255         * ext/speex/Makefile.am:
20256           libgsttagedit has been renamed to libgsttag.
20257
20258 2005-11-21  Wim Taymans  <wim@fluendo.com>
20259
20260         * gst/rtsp/rtspconnection.c: (read_body):
20261         Apply patch from Sebastien Cote to fix #319184.
20262
20263 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20264
20265         * configure.ac:
20266         * gst/cutter/Makefile.am:
20267         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20268         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20269         (gst_cutter_set_property), (gst_cutter_get_property),
20270         (plugin_init), (gst_cutter_get_caps):
20271           port cutter
20272         * gst/level/gstlevel.c:
20273           fix up plugin details
20274
20275 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20276
20277         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20278         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20279         (gst_flacdec_src_event):
20280         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20281         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20282         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20283         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20284         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20285         (gst_flxdec_sink_event_handler):
20286         * gst/matroska/matroska-demux.c:
20287         (gst_matroska_demux_handle_seek_event):
20288         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20289           Update for stream lock API changes: don't take stream log
20290           in sink event handlers any longer and change GST_STREAM_LOCK
20291           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20292           functions.
20293
20294 2005-11-21  Michael Smith <msmith@fluendo.com>
20295
20296         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20297           gst_object_unref, not g_object_unref
20298
20299 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20300
20301         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20302         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20303           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20304
20305 2005-11-21  Michael Smith <msmith@fluendo.com>
20306
20307         * gst/auparse/Makefile.am:
20308         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20309         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20310         (gst_auparse_change_state):
20311         * gst/auparse/gstauparse.h:
20312           Partially fix #161712. playbin still doesn't work on these files,
20313           (on the bug report, Andy says we aren't typefinding it for some
20314           reason?) but at least auparse isn't totally busted like it was before.
20315
20316 2005-11-21  Andy Wingo  <wingo@pobox.com>
20317
20318         * *.h:
20319         * *.c: Ran scripts/update-macros. Oh yes.
20320
20321 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20322
20323         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20324           Filler events are gone for now, comment out section generating
20325           them.
20326
20327 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20328
20329         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20330         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20331         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20332         * sys/osxvideo/osxvideosink.m:
20333           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20334           (#322027)
20335
20336 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20337
20338         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20339         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20340         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20341         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20342         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20343         (gst_avi_demux_stream_data):
20344         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20345         * gst/wavenc/gstwavenc.c: (write_metadata):
20346         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20347         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20348         Fixes for GST_FOURCC_FORMAT API change.
20349
20350 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20351
20352         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20353         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20354         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20355         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20356         (gst_text_overlay_change_state):
20357         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20358         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20359         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20360         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20361         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20362         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20363         (gst_videomixer_change_state):
20364           Fix for collect pads API change. Also fix textoverlay state
20365           change function.
20366
20367 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20368
20369         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20370         GST_PAD_IS_USABLE by something approaching it.
20371
20372 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20373
20374         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20375         API changes.
20376         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20377         but also fix the code that was not checking return values from
20378         pad_push neither using pad_alloc_buffer.
20379
20380 2005-11-18  Edward Hervey  <edward@fluendo.com>
20381
20382         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20383         (gst_pngenc_chain):
20384         Added debug category
20385         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20386         goes to EOS.
20387
20388 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20389
20390         * gst/rtp/Makefile.am
20391         * gst/rtp/gstrtp.c
20392         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20393         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20394         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20395         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20396         * gst/rtp/gstrtpg711enc.h:
20397         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20398         * gst/rtp/gstrtpspeexenc.c:
20399         * gst/rtp/gstrtpspeexenc.h:
20400         * gst/rtp/gstrtpspeexdec.c:
20401         * gst/rtp/gstrtpspeexdec.h:
20402         Created Speex payloader and depayloader; Optimize G711 payloader to
20403         use adapter and send packets until MTU size.
20404
20405 2005-11-16  Wim Taymans  <wim@fluendo.com>
20406
20407         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20408         Fix leak in check.
20409
20410 2005-11-16  Wim Taymans  <wim@fluendo.com>
20411
20412         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20413         Fix state change.
20414
20415 2005-11-16  Andy Wingo  <wingo@pobox.com>
20416
20417         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20418         (gst_udpsrc_create): Move comment.
20419
20420 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20421
20422         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20423
20424         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20425           When seeking, seek to closest index entry at or before the requested
20426           seek position, not just the closest one (#321001).
20427
20428 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20429
20430         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20431         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20432           Invert DIB images again (see #132341).
20433
20434 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20435
20436         * configure.ac:
20437           rework configure.ac file
20438         * ext/aalib/gstaasink.c:
20439         * ext/cairo/gstcairo.c:
20440         * ext/dv/gstdv.c:
20441         * ext/esd/gstesd.c:
20442         * ext/flac/gstflac.c:
20443         * ext/gconf/gstgconfelements.c:
20444         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20445         * ext/jpeg/gstjpeg.c:
20446         * ext/ladspa/gstladspa.c:
20447         * ext/libcaca/gstcacasink.c:
20448         * ext/libmng/gstmng.c:
20449         * ext/libpng/gstpng.c:
20450         * ext/mikmod/gstmikmod.c:
20451         * ext/pango/gsttextoverlay.c:
20452         * ext/pango/gsttimeoverlay.c:
20453         * ext/raw1394/gst1394.c:
20454         * ext/speex/gstspeex.c:
20455         * gst/alpha/Makefile.am:
20456         * gst/alpha/gstalpha.c:
20457         * gst/alpha/gstalphacolor.c:
20458         * gst/auparse/gstauparse.c:
20459         * gst/autodetect/gstautoaudiosink.c:
20460         (gst_auto_audio_sink_factory_filter),
20461         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20462         * gst/autodetect/gstautodetect.c:
20463         * gst/avi/gstavi.c:
20464         * gst/cutter/gstcutter.c:
20465         * gst/debug/efence.c:
20466         * gst/debug/gstdebug.c:
20467         * gst/debug/gstnavigationtest.c:
20468         * gst/effectv/gsteffectv.c:
20469         * gst/flx/gstflxdec.c:
20470         * gst/goom/gstgoom.c:
20471         * gst/interleave/plugin.c:
20472         * gst/law/alaw.c:
20473         * gst/law/mulaw.c:
20474         * gst/level/gstlevel.c:
20475         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20476         * gst/matroska/matroska.c:
20477         * gst/median/gstmedian.c:
20478         * gst/monoscope/gstmonoscope.c:
20479         * gst/multipart/multipart.c:
20480         * gst/oldcore/gstelements.c:
20481         * gst/rtp/gstrtp.c:
20482         * gst/rtsp/gstrtsp.c:
20483         * gst/smoothwave/gstsmoothwave.c:
20484         * gst/smpte/gstsmpte.c:
20485         * gst/udp/gstudp.c:
20486         * gst/videobox/gstvideobox.c:
20487         * gst/videofilter/gstgamma.c:
20488         * gst/videofilter/gstvideobalance.c:
20489         * gst/videofilter/gstvideoflip.c:
20490         * gst/videofilter/gstvideotemplate.c:
20491         * gst/videomixer/videomixer.c:
20492         * gst/wavenc/gstwavenc.c:
20493         * gst/wavparse/gstwavparse.c:
20494         * sys/oss/gstossaudio.c:
20495         * sys/osxaudio/gstosxaudio.c:
20496           update GST_PLUGIN_DEFINE
20497         * gst/rtp/Makefile.am:
20498         * gst/rtp/gstasteriskh263.c:
20499           check for htons/htonl headers and possibly link to winsock2 lib
20500
20501 2005-11-12  Edward Hervey  <edward@fluendo.com>
20502
20503         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20504         Only GST_DEBUG() information on the valid components.
20505
20506 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20507
20508         * configure.ac: back to HEAD
20509
20510 === release 0.9.5 ===
20511
20512 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20513
20514         * configure.ac:
20515           releasing 0.9.5, "Phone Alarm"
20516
20517 2005-11-11  Edward Hervey  <edward@fluendo.com>
20518
20519         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20520         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20521         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20522         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20523         (gst_avi_demux_loop):
20524         * gst/avi/gstavidemux.h:
20525         Yeah, implement proper seeking. Exact seeking and segment seeking.
20526         Still need to do some checks for segment_stop.
20527
20528 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20529
20530         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20531
20532         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20533           Don't try to ready buffer duration from buffer that we don't
20534           own any  longer and that might already have been unreffed.
20535           (#321136)
20536
20537 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20538
20539         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20540         (flx_decode_delta_flc), (gst_flxdec_chain):
20541         Attempting to optimize the code for embedded systems.
20542
20543 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20544
20545         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20546
20547         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20548           Don't re-use already closed file descriptor. (#320920)
20549
20550 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20551
20552         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20553         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20554         (gst_oss_sink_prepare):
20555         * sys/oss/gstosssink.h:
20556           Cache probed caps; fix debug output for SET_PARAM macros.
20557
20558 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20559
20560         * ext/cairo/Makefile.am:
20561         * ext/cairo/gstcairo.c: (plugin_init):
20562         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20563         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20564         (gst_text_overlay_init), (gst_text_overlay_font_init),
20565         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20566         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20567         (gst_text_overlay_text_pad_linked),
20568         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20569         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20570         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20571         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20572         (gst_text_overlay_change_state):
20573         * ext/cairo/gsttextoverlay.h:
20574           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20575           property and redo positioning. Doesn't handle upstream renegotiation
20576           yet though.
20577
20578 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20579
20580         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20581         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20582         (gst_avi_demux_loop):
20583           No need to take the STREAM_LOCK in the loop function. Improve
20584           some debug messages. Don't leak pad names in debug messages.
20585
20586 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20587
20588         * gst/matroska/matroska-demux.c:
20589         (gst_matroska_demux_push_vorbis_codec_priv_data),
20590         (gst_matroska_demux_add_wvpk_header):
20591           Don't error out when the source pad isn't linked.
20592
20593 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20594
20595         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20596         (gst_gconf_audio_sink_change_state):
20597         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20598         (gst_gconf_video_sink_change_state):
20599           Fix state change functions here as well and set kid
20600           to NULL state before removing it.
20601
20602 2005-11-01  Edward Hervey  <edward@fluendo.com>
20603
20604         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20605         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20606         Added proper event handlind, 
20607         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20608         ignored),
20609         and don't set a duration of 0 for buffers otherwise they are discarded
20610         by GstBaseSink.
20611
20612         GstWavEnc needs some serious loving, after going through the code I'm
20613         really wondering how this can stay in -good ...
20614
20615 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20616
20617         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20618         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20619         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20620         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20621         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20622         (gst_matroska_mux_collected):
20623           Fix leaks and invalid memory access as reported by valgrind
20624
20625 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20626
20627         Patch by: Michal Benes <michal.benes@xeris.cz>
20628
20629         * check/Makefile.am:
20630         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20631         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20632         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20633           add a unit test for matroskamux
20634           fix the bugs that the unit test exposed
20635
20636 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20637
20638         * gst/autodetect/gstautoaudiosink.c:
20639         (gst_auto_audio_sink_class_init),
20640         (gst_auto_audio_sink_change_state):
20641         * gst/autodetect/gstautovideosink.c:
20642         (gst_auto_video_sink_class_init),
20643         (gst_auto_video_sink_change_state):
20644           Fix state change function and use GST_DEBUG_FUNCPTR in
20645           class_init.
20646
20647 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20648
20649         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20650
20651         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20652         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20653         * gst/matroska/ebml-write.h:
20654         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20655           Set timestamps on outgoing ebml headers as well, so that the
20656           element after matroskamux can get the timestamp already when
20657           reading the first ebml element and doesn't have to wait for
20658           the actual data buffer for that (#320308).
20659           
20660 2005-10-31  Andy Wingo  <wingo@pobox.com>
20661
20662         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20663         (gst_videomixer_pad_link): Kill some memleaks.
20664         (gst_videomixer_pad_get_property): Style fix.
20665         (gst_videomixer_pad_set_property): Style fix.
20666         (gst_videomixer_pad_init): Style fix.
20667         (gst_videomixer_update_queues): Kill memleak.
20668         (gst_videomixer_loop): Kill memleak.
20669         (gst_videomixer_collected): Kill memleak.
20670
20671 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20672
20673         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20674         gst_auparse_change_state:
20675         Just some cleanup.
20676
20677 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20678
20679         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20680         Add checks to GST_FLOW_NOT_LINKED for values returned
20681         from gst_pad_push.
20682         
20683 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20684
20685         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20686         (gst_rtpg711dec_process):
20687         * gst/rtp/gstrtpgsmenc.c:
20688         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20689         are never set. This is important for the g711 to work with burger's rtpbin
20690         element.
20691
20692 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20693
20694         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20695         (gst_speexenc_push_buffer):
20696         Add checks for return values from gst_pad_push and
20697         gst_pad_alloc_buffer.
20698
20699 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20700
20701         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20702
20703         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20704         (gst_matroska_demux_parse_info),
20705         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20706         (gst_matroska_demux_parse_cluster):
20707         * gst/matroska/matroska-ids.h:
20708         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20709         (gst_matroska_mux_init), (gst_matroska_mux_start),
20710         (gst_matroska_mux_create_buffer_header),
20711         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20712         (gst_matroska_mux_get_property):
20713         * gst/matroska/matroska-mux.h:
20714           Add SimpleBlock support to matroska demuxer and muxer (part of
20715           Matroska v2). (#319731)
20716
20717 2005-10-28  Wim Taymans  <wim@fluendo.com>
20718
20719         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20720         (gst_jpeg_dec_change_state):
20721         * ext/jpeg/gstjpegdec.h:
20722         Cleanups. Don't create caps for every chain.
20723
20724 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20725
20726         * gst/law/alaw-encode.c: (gst_alawenc_init),
20727         (alawenc_setcaps), (gst_alawenc_chain)
20728         * gst/law/alaw-encode.h:
20729         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20730         (mulawenc_setcaps), (gst_mulawenc_chain)
20731         * gst/law/mulaw-encode.h:
20732         Set timestamp on buffer and it allows RTP G711 elements
20733         work properly.
20734
20735 2005-10-27  Wim Taymans  <wim@fluendo.com>
20736
20737         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20738         Set correct format on oss instead of a silly value. 
20739
20740 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20741
20742         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20743         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20744         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20745         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20746         I420 rendering as well, doesn't bring much for my platform.
20747         Might help on some other platforms.
20748
20749 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20750
20751         * gst/rtp/gstrtpgsmenc.c:
20752         * gst/rtp/gstrtpgsmparse.c:
20753         Declaring the padtemplate correctly.
20754
20755 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20756
20757         * gst/rtp/gstrtpg711dec.c:
20758         * gst/rtp/gstrtpg711enc.c:
20759         * gst/rtp/gstrtpgsmenc.c:
20760         * gst/rtp/gstrtpgsmparse.c:
20761         Setting the proper copyright notice.
20762
20763 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20764
20765         * gst/videobox/Makefile.am: Use liboil.
20766         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20767         (gst_video_box_set_property), (gst_video_box_transform_caps),
20768         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20769         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20770         using liboil. Will dot the same to I420 border generation
20771         tomorrow.
20772
20773 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20774
20775         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20776         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20777         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20778         * gst/rtp/gstrtpg711dec.h:
20779         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20780         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20781         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20782         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20783         (gst_rtpgsmenc_handle_buffer):
20784         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20785         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20786         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20787         * gst/rtp/gstrtpgsmparse.h:
20788         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20789         inherits from the basertpdepayloader.
20790
20791 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20792
20793         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20794         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20795         (gst_video_box_ayuv): Removing this forgotten debug.
20796
20797 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20798
20799         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20800         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20801         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20802
20803 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20804
20805         * sys/oss/gstossaudio.c:
20806         * sys/oss/gstossdmabuffer.c:
20807         * sys/oss/gstosshelper.c:
20808         * sys/oss/gstossmixer.c:
20809         * sys/oss/gstossmixerelement.c:
20810         * sys/oss/gstossmixertrack.c:
20811         * sys/oss/gstosssink.c:
20812         * sys/oss/gstosssrc.c:
20813           Actually use the 'oss' debug category we register.
20814
20815 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20816
20817         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20818         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20819         Use gst_pad_get_parent and drop the ref that was added through
20820         that call.
20821
20822 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20823
20824         * gst/rtp/gstrtpgsmenc.c:
20825           Fix compilation
20826
20827 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20828
20829         * gst/rtp/gstrtpg711dec.c
20830         Just removed a couple of lines of weird code used during
20831         development/test time.
20832
20833 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20834
20835         * gst/rtp/Makefile.am
20836         * gst/rtp/gstrtp.c
20837         * gst/rtp/gstrtpg711enc.c
20838         * gst/rtp/gstrtpg711enc.h
20839         * gst/rtp/gstrtpg711dec.c
20840         * gst/rtp/gstrtpg711dec.h
20841         Created G711 payloader and depayloader (it supports mulaw and alaw
20842         (dec)encoders)
20843
20844 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20845
20846         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20847         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20848         Doh ! I introduced wingo's bug again ! Sorry...
20849
20850 2005-10-25  Christian Schaller <christian@fluendo.com> 
20851
20852         * gst/rtp/Makefile.am: add missing header files for disting
20853
20854 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20855
20856         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20857         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20858         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20859         (gst_rtpgsmenc_handle_buffer):
20860         * gst/rtp/gstrtpgsmenc.h:
20861         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20862         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20863         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20864         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20865         * gst/rtp/gstrtpgsmparse.h:
20866         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20867
20868 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20869
20870         * ext/libpng/gstpngdec.c: (user_info_callback),
20871         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20872         a newsegment event, move some redundant code in a single place.
20873
20874 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20875
20876         * ext/libpng/gstpngdec.c: (user_info_callback),
20877         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20878         hack to get correct colors order when we have a png image with
20879         alpha channel.
20880
20881 2005-10-24  Edward Hervey  <edward@fluendo.com>
20882
20883         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20884         Call gst_element_no_more_pads when there will be no more pads.
20885
20886 2005-10-24  Wim Taymans  <wim@fluendo.com>
20887
20888         * gst/rtp/Makefile.am:
20889         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20890         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20891         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20892         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20893         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20894         (gst_asteriskh263_plugin_init):
20895         * gst/rtp/gstasteriskh263.h:
20896         * gst/rtp/gstrtp.c: (plugin_init):
20897         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20898         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20899         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20900         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20901         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20902         (gst_rtph263enc_plugin_init):
20903         * gst/rtp/gstrtph263enc.h:
20904         Added two new payloaders, an RFC 2190 payloader for h263 and
20905         a payload convertor for an asterisk server.
20906
20907 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20908
20909         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20910           Set bytes_per_sample correctly (is not always 4, but 
20911           depends on width and number of channels).
20912
20913 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20914
20915         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20916         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20917         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20918         (gst_flacenc_sink_event), (gst_flacenc_chain),
20919         (gst_flacenc_set_property), (gst_flacenc_get_property),
20920         (gst_flacenc_change_state):
20921         * ext/flac/gstflacenc.h:
20922           Fix seeking, so that flacenc can rewrite the header with the
20923           correct duration and amount of samples and all that at EOS;
20924           also set timestamps and granulepos on outgoing buffers; add
20925           debug category; fix state change function.
20926           
20927 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20928
20929         * gst/videomixer/videomixer.c: Don't restrict video geometry
20930         from 16 to 4096.
20931
20932 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20933
20934         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20935         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20936         Fix caps negotiation correctly, add debugging category.
20937
20938 2005-10-24  Christian Schaller  <christian@fluendo.com>
20939
20940         * configure.ac: Port over Thomas's change from base listing all plugins
20941
20942 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20943
20944         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20945         a sink pad.
20946
20947 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20948
20949         * configure.ac:
20950         * docs/upload.mak:
20951           back to HEAD
20952
20953 === release 0.9.4 ===
20954
20955 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20956
20957         * configure.ac:
20958           Releasing 0.9.4, "Dromiceiomimus"
20959
20960 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20961
20962         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20963         (gst_speexenc_src_query):
20964           Add position and duration query, fix query type function.
20965           
20966         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20967         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20968           Let's not set non-fixed caps on source pads.
20969
20970 2005-10-21  Wim Taymans  <wim@fluendo.com>
20971
20972         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20973         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20974         (gst_avi_demux_handle_seek):
20975         Set correct stream_time in newsegment event.
20976         avi can also handle a duration query now.
20977
20978 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20979
20980         * gst/matroska/matroska-demux.c:
20981         (gst_matroska_demux_handle_src_query),
20982         (gst_matroska_demux_handle_seek_event),
20983         (gst_matroska_demux_loop_stream_parse_id):
20984           Fix duration query; fix basetime in newsegment event after
20985           seek; fix duration in initial newsegment event.
20986
20987         * gst/matroska/matroska-mux.c:
20988         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20989           Extract number of channels and samplerate from vorbis headers;
20990           add some debug messages when querying the durations of the
20991           input streams.
20992
20993 2005-10-20  Wim Taymans  <wim@fluendo.com>
20994
20995         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20996         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20997         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20998         Set stream time correctly in newsegment.
20999
21000 2005-10-20  Wim Taymans  <wim@fluendo.com>
21001
21002         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21003         Correctly fill in the stream time.
21004
21005 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21006
21007         * check/elements/level.c: (GST_START_TEST):
21008         * gst/level/gstlevel.c: (gst_level_message_new):
21009         * gst/level/level-example.c: (message_handler):
21010           use ELEMENT messages instead
21011
21012 2005-10-19  Wim Taymans  <wim@fluendo.com>
21013
21014         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21015         (gst_dvdemux_src_query):
21016         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21017         (gst_flacdec_src_query):
21018         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21019         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21020         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21021         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21022         * gst/debug/progressreport.c: (gst_progress_report_report):
21023         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21024         * gst/matroska/matroska-demux.c:
21025         (gst_matroska_demux_handle_src_query):
21026         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21027         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21028         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21029         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21030         (gst_wavparse_srcpad_event):
21031         API change fix.
21032
21033 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21034
21035         * gst/goom/filters.c:
21036         * gst/goom/graphic.h:
21037         * gst/goom/lines.c:
21038           Make inline functions either 'static inline' or 'extern inline',
21039           otherwise the Forte compiler apparently won't inline them (#317300).
21040
21041 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21042
21043         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21044         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21045         (user_info_callback), (user_endrow_callback), (user_end_callback),
21046         (user_read_data), (gst_pngdec_caps_create_and_set),
21047         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21048         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21049         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21050         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21051         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21052         very nice and handle push/pull based model. if you have filesrc
21053         connected to it, it will do random access to load the png file.
21054         If you have a network source that can't do _getrange, it does 
21055         progressive loading through the chain function.
21056         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21057         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21058         thanks to Master Wim Taymans ;-)
21059
21060 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21061
21062         * gst/matroska/Makefile.am:
21063         * gst/matroska/ebml-read.c:
21064         * gst/matroska/ebml-read.h:
21065         * gst/matroska/matroska-demux.c:
21066         * gst/matroska/matroska-demux.h:
21067         * gst/matroska/matroska.c: (plugin_init):
21068           Ported matroska demuxer to 0.9.
21069
21070 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21071
21072         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21073
21074         * gst/matroska/matroska-mux.c:
21075         (gst_matroska_mux_video_pad_setcaps),
21076         (gst_matroska_mux_audio_pad_setcaps):
21077           Fix mpeg4 input handling (#318847); also, while we're at it,
21078           fix media type for Motion-JPEG: should be image/jpeg.
21079
21080 2005-10-18  Wim Taymans  <wim@fluendo.com>
21081
21082         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21083         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21084         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21085         Fix for segment-start/stop API change.
21086
21087 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21088
21089         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21090         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21091         way.
21092
21093 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21094
21095         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21096         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21097         output declared in transform_caps.
21098
21099 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21100
21101         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21102
21103 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21104
21105         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21106         (gst_video_box_get_unit_size): Fix wrong size calculations and
21107         implement get_unit_size correctly.
21108
21109 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21110
21111         * configure.ac:
21112           Enable flx plugin.
21113
21114         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21115           Fix gcc4 signedness issue.
21116
21117 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21118
21119         * configure.ac: Adding videomixer.
21120         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21121         (user_read_data), (gst_pngdec_chain): More debugging.
21122         * gst/alpha/Makefile.am: Adding alphacolor
21123         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21124         (gst_alpha_color_class_init), (gst_alpha_color_init),
21125         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21126         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21127         (plugin_init): Ported to 0.9 using in place base tranform.
21128         * gst/videomixer/Makefile.am:
21129         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21130         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21131         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21132         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21133         (gst_videomixer_init), (gst_videomixer_getcaps),
21134         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21135         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21136         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21137         to 0.9 using collectpads.
21138
21139 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21140
21141         * configure.ac:
21142         * gst/flx/Makefile.am:
21143         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21144         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21145         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21146         * gst/flx/gstflxdec.h:
21147         flx plugin ported to 0.9
21148
21149 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21150
21151         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21152           use new gst_version_string()
21153
21154 2005-10-16  Andy Wingo  <wingo@pobox.com>
21155
21156         * configure.ac: GLIB_CHECK.
21157
21158 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21159
21160         * ext/libpng/Makefile.am:
21161         * ext/libpng/gstpng.c: (plugin_init):
21162         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21163         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21164         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21165
21166 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21167
21168         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21169
21170         * configure.ac:
21171         * gst/matroska/Makefile.am:
21172         * gst/matroska/ebml-ids.h:
21173         * gst/matroska/ebml-write.c:
21174         * gst/matroska/ebml-write.h:
21175         * gst/matroska/matroska-ids.h:
21176         * gst/matroska/matroska-mux.c:
21177         * gst/matroska/matroska-mux.h:
21178         * gst/matroska/matroska.c: (plugin_init):
21179           Port matroska muxer to 0.9 (#318847).
21180
21181 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21182
21183         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21184         (comment_init), (comment_add):
21185           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21186           use GST_READ_UINT32_LE() and friends rather than the private
21187           implementation of those same macros.
21188
21189 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21190
21191         * examples/stats/mp2ogg.c:
21192           more typo fixes
21193
21194 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21195
21196         * examples/indexing/indexmpeg.c: (main):
21197         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21198         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21199         * ext/esd/esdmon.h:
21200         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21201         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21202         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21203         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21204         * gst/avi/gstavimux.c: (gst_avimux_init):
21205         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21206         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21207         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21208         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21209         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21210         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21211         * gst/oldcore/gstmultifilesrc.h:
21212         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21213         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21214         (gst_pipefilter_change_state):
21215         * gst/oldcore/gstpipefilter.h:
21216         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21217         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21218         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21219         * sys/osxaudio/gstosxaudiosink.h:
21220         * sys/osxaudio/gstosxaudiosrc.h:
21221           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21222           moved bitshift from macro to enum definition
21223
21224 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21225
21226         * ext/Makefile.am:
21227         * ext/cairo/Makefile.am:
21228         * ext/cairo/gstcairo.c: (plugin_init):
21229         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21230         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21231         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21232         * ext/cairo/gsttimeoverlay.h:
21233           update of cairo-based timeoverlay to 1.0 Cairo API
21234           doesn't work yet for resizing of output sink
21235
21236 2005-10-11  Wim Taymans  <wim@fluendo.com>
21237
21238         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21239         newsegment API fix.
21240
21241 2005-10-11  Wim Taymans  <wim@fluendo.com>
21242
21243         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21244         (gst_dvdemux_demux_frame):
21245         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21246         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21247         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21248         (gst_avi_demux_handle_seek):
21249         * gst/goom/gstgoom.c: (gst_goom_event):
21250         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21251         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21252         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21253         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21254         (gst_wavparse_srcpad_event):
21255         newsegment API update.
21256
21257 2005-10-11  Andy Wingo  <wingo@pobox.com>
21258
21259         * ext/speex/gstspeexenc.c: Signedness cleanups.
21260
21261 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21262
21263         * PORTED_09:
21264         * ext/speex/Makefile.am:
21265         * ext/speex/gstspeex.c:
21266         * ext/speex/gstspeexenc.c:
21267         Speexenc ported to 0.9
21268
21269 2005-10-10  Wim Taymans  <wim@fluendo.com>
21270
21271         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21272         (gst_oss_sink_init), (gst_oss_sink_set_property),
21273         (gst_oss_sink_get_property), (gst_oss_sink_open),
21274         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21275         * sys/oss/gstosssink.h:
21276         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21277         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21278         (gst_oss_src_prepare):
21279         Cleanups, make device configurable in the sink, handle and report
21280         errors.
21281
21282 2005-10-10  Wim Taymans  <wim@fluendo.com>
21283
21284         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21285         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21286         Make sure element is NULL before removing from the bin.
21287
21288 2005-10-07  Andy Wingo  <wingo@pobox.com>
21289
21290         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21291         block forever in a read().
21292         (gst_dv1394src_bus_reset): Post a message when the cable is
21293         unplugged.
21294         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21295         (gst_dv1394src_bus_reset): Don't unref the message.
21296
21297         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21298         hacking. The only change should be that the state change stuff was
21299         put into basesrc's start() and stop() routines, which coalesces
21300         some steps.
21301
21302 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21303
21304         * configure.ac:
21305           Add check for mmap
21306           
21307         * gst/debug/Makefile.am:
21308           Only compile efence plugin on systems that have mmap.
21309
21310 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21311
21312         * gst/debug/Makefile.am:
21313         * gst/debug/breakmydata.c:
21314         * gst/debug/gstdebug.c:
21315         * gst/debug/gstnavigationtest.c:
21316         * gst/debug/gstnavseek.c: 
21317         * gst/debug/gstnavseek.h:
21318         * gst/debug/progressreport.c: 
21319         * gst/debug/testplugin.c:
21320           Port progressreport, navseek, navigationtest, testsink and
21321           breakmydata.
21322
21323 2005-10-05  Edward Hervey  <edward@fluendo.com>
21324
21325         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21326         (gst_dvdemux_src_query):
21327         Fixes for better conversion
21328
21329 2005-10-04  Michael Smith <msmith@fluendo.com>
21330
21331         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21332         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21333         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21334         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21335           Set state of elements to NULL before removing from bins.
21336           Set state of test element to NULL if we failed to move it to READY
21337
21338 2005-10-04  Edward Hervey  <edward@fluendo.com>
21339
21340         * ext/dv/Makefile.am:
21341         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21342         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21343         Corrected the query function for position so it doesn't forget what
21344         format was asked, and calls the conversion functions on the correct pad.
21345
21346 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21347
21348         * configure.ac:
21349           back to development
21350
21351 === release 0.9.3 ===
21352
21353 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21354
21355         * configure.ac:
21356           Releasing 0.9.3, "Aramis"
21357
21358 2005-10-03  Andy Wingo  <wingo@pobox.com>
21359
21360         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21361         error returns.
21362
21363 2005-10-02  Andy Wingo  <wingo@pobox.com>
21364
21365         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21366
21367         * ext/flac/gstflacenc.c: Ported to 0.9.
21368
21369         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21370
21371         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21372         and link to gsttagedit. Enable flacenc.
21373
21374         * ext/flac/gstflacdec.c: Re-enable tag reading.
21375
21376 2005-09-30  Wim Taymans  <wim@fluendo.com>
21377
21378         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21379         * gst/rtp/gstrtpgsmparse.c:
21380         * gst/rtp/gstrtph263penc.c:
21381         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21382         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21383         (gst_rtpmp4venc_set_property):
21384         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21385         Various class and caps fixes from Andre Magalhaes (andrunko)
21386
21387 2005-09-29  Wim Taymans  <wim@fluendo.com>
21388
21389         * gst/level/level-example.c: (main):
21390         Update for new bus API.
21391
21392 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21393
21394         * configure.ac:
21395           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21396           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21397
21398 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21399
21400         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21401           Fix playback of mono streams (bytes_per_sample should be set
21402           from the sample width and the number of channels negotiated,
21403           and not just be set to 4) (#317338)
21404
21405 2005-09-26  Wim Taymans  <wim@fluendo.com>
21406
21407         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21408         (gst_rtpmpaenc_handle_buffer):
21409         Set buffer duration correctly.
21410
21411 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21412
21413         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21414         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21415         (gst_avi_demux_change_state):
21416           Don't crash when encountering a stream with an unknown fourcc or
21417           codec id. Instead, create a pad of type video/x-avi-unknown or
21418           audio/x-avi-unknown, which as a side-effect also results in less
21419           confusing error messages in players ('no decoder' vs. 'no streams');
21420           minor fixes to state change function and class_init function.
21421
21422 2005-09-24  Wim Taymans  <wim@fluendo.com>
21423
21424         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21425         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21426         These are sinks.
21427
21428 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21429
21430         * check/elements/level.c: (GST_START_TEST):
21431           fix test for new GstClockTime use
21432         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21433         (gst_level_transform_ip):
21434         * gst/level/gstlevel.h:
21435           fix up the decay peak, ensuring the decay peak is never lower
21436           than the peak for that interval
21437
21438 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21439
21440         * docs/plugins/gst-plugins-good-plugins.args:
21441         * docs/plugins/inspect/plugin-alpha.xml:
21442         * docs/plugins/inspect/plugin-rtp.xml:
21443         * gst/level/gstlevel.c: (gst_level_set_caps),
21444         (gst_level_transform_ip):
21445           updating docs
21446
21447 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21448
21449         * Makefile.am:
21450         * check/elements/level.c: (GST_START_TEST):
21451         * gst/level/Makefile.am:
21452         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21453         (gst_level_set_property), (gst_level_get_property),
21454         (gst_level_set_caps), (gst_level_message_new),
21455         (gst_level_transform_ip):
21456         * gst/level/gstlevel.h:
21457         * gst/level/level-example.c: (message_handler), (main):
21458           convert to using GstClockTime for all time values, finally.
21459
21460 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21461
21462         * gst/auparse/Makefile.am:
21463         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21464           fix up build
21465         * configure.ac:
21466         * ext/cairo/Makefile.am:
21467         * ext/dv/Makefile.am:
21468         * ext/esd/Makefile.am:
21469         * ext/flac/Makefile.am:
21470         * ext/gconf/Makefile.am:
21471         * ext/gdk_pixbuf/Makefile.am:
21472         * ext/jpeg/Makefile.am:
21473         * ext/ladspa/Makefile.am:
21474         * ext/libcaca/Makefile.am:
21475         * ext/libmng/Makefile.am:
21476         * ext/libpng/Makefile.am:
21477         * ext/mikmod/Makefile.am:
21478         * ext/pango/Makefile.am:
21479         * ext/raw1394/Makefile.am:
21480         * ext/shout2/Makefile.am:
21481         * ext/speex/Makefile.am:
21482         * gst/alpha/Makefile.am:
21483         * gst/autodetect/Makefile.am:
21484         * gst/avi/Makefile.am:
21485         * gst/cutter/Makefile.am:
21486         * gst/debug/Makefile.am:
21487         * gst/effectv/Makefile.am:
21488         * gst/flx/Makefile.am:
21489         * gst/goom/Makefile.am:
21490         * gst/interleave/Makefile.am:
21491         * gst/law/Makefile.am:
21492         * gst/matroska/Makefile.am:
21493         * gst/median/Makefile.am:
21494         * gst/monoscope/Makefile.am:
21495         * gst/multipart/Makefile.am:
21496         * gst/oldcore/Makefile.am:
21497         * gst/rtp/Makefile.am:
21498         * gst/rtsp/Makefile.am:
21499         * gst/smoothwave/Makefile.am:
21500         * gst/smpte/Makefile.am:
21501         * gst/videobox/Makefile.am:
21502         * gst/videofilter/Makefile.am:
21503         * gst/videomixer/Makefile.am:
21504         * gst/wavenc/Makefile.am:
21505         * gst/wavparse/Makefile.am:
21506         * sys/oss/Makefile.am:
21507         * sys/osxaudio/Makefile.am:
21508         * sys/osxvideo/Makefile.am:
21509           fix up GST_LIBS use
21510
21511 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21512
21513         * gst/auparse/Makefile.am:
21514         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21515           fix build of auparse
21516
21517 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21518
21519         * configure.ac:
21520         * PORTED_09:
21521         * gst/auparse/gstauparse.c:
21522         * gst/auparse/gstauparse.h:
21523         Auparse ported to 0.9.
21524
21525 2005-09-22  Wim Taymans  <wim@fluendo.com>
21526
21527         * gst/rtp/TODO:
21528         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21529         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21530         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21531         (gst_rtpmp4venc_set_property):
21532         * gst/rtp/gstrtpmp4venc.h:
21533         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21534         * gst/rtp/gstrtpmpaenc.h:
21535         Use is_filled to both check MTU and max-ptime of base class.
21536
21537 2005-09-22  Wim Taymans  <wim@fluendo.com>
21538
21539         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21540         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21541         (gst_rtpmp4venc_set_property):
21542         Don't fragment packets with multiple frames.
21543
21544 2005-09-22  Wim Taymans  <wim@fluendo.com>
21545
21546         * gst/rtp/TODO:
21547         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21548         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21549         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21550         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21551         (gst_rtpmp4venc_get_property):
21552         * gst/rtp/gstrtpmp4venc.h:
21553         Remove g_print.
21554         Update TODO
21555         Make payload encoder a bit smarter and more correct with
21556         timestamps.
21557         Added option in payloader to include config string in-band.
21558
21559 2005-09-21  Wim Taymans  <wim@fluendo.com>
21560
21561         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21562         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21563         (gst_rtspsrc_send):
21564         Strip spaces for key/value pairs.
21565
21566 2005-09-21  Wim Taymans  <wim@fluendo.com>
21567
21568         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21569         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21570         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21571         (gst_rtspsrc_change_state):
21572         More SDP parsing and caps setting.
21573         Do NO_PREROLL differently.
21574         add pads only after negotiated.
21575
21576         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21577         (gst_udpsrc_getcaps):
21578         Implement the getcaps function.
21579
21580 2005-09-21  Wim Taymans  <wim@fluendo.com>
21581
21582         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21583         (gst_rtpamrdec_chain):
21584         Handle multiple AMr packets per payload. Handle CRC and
21585         parse ILL/ILP.
21586
21587         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21588         Make caps params strings for easy SDP mapping.
21589         
21590         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21591         Handle capsnego better.
21592
21593         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21594         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21595         Generate and parse config string in the caps.
21596
21597 2005-09-21  Wim Taymans  <wim@fluendo.com>
21598
21599         * gst/rtp/README:
21600         Update README
21601
21602         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21603         Make extra params as strings.
21604
21605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21606         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21607         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21608         Make state change return NO_PREROLL as this is a live
21609         source.
21610
21611         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21612         Don't unref old caps when NULL.
21613
21614 2005-09-20  Wim Taymans  <wim@fluendo.com>
21615
21616         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21617         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21618         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21619         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21620         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21621         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21622         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21623         * gst/rtsp/sdpmessage.h:
21624         Add URI handler.
21625         Parse SDP and create caps.
21626
21627 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21628
21629         * gst/alpha/gstalpha.c:
21630           fix element description
21631
21632 2005-09-19  Wim Taymans  <wim@fluendo.com>
21633
21634         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21635         Don't check payload for now.
21636
21637 2005-09-19  Wim Taymans  <wim@fluendo.com>
21638
21639         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21640         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21641         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21642         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21643         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21644         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21645         (gst_wavparse_change_state):
21646         * gst/wavparse/gstwavparse.h:
21647         Fix wavparse some more.
21648
21649 2005-09-19  Wim Taymans  <wim@fluendo.com>
21650
21651         * check/elements/level.c: (GST_START_TEST):
21652         Fix for bus API change.
21653
21654 2005-09-19  Wim Taymans  <wim@fluendo.com>
21655
21656         * gst/level/level-example.c: (main):
21657         Fix for new bus API.
21658
21659         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21660         Set caps on pads.
21661
21662 2005-09-15  Wim Taymans  <wim@fluendo.com>
21663
21664         * gst/rtp/Makefile.am:
21665         * gst/rtp/README:
21666         * gst/rtp/gstrtp.c: (plugin_init):
21667         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21668         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21669         (gst_rtpamrdec_change_state):
21670         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21671         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21672         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21673         * gst/rtp/gstrtpamrenc.h:
21674         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21675         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21676         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21677         * gst/rtp/gstrtpgsmenc.h:
21678         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21679         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21680         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21681         (gst_rtpgsmparse_change_state):
21682         * gst/rtp/gstrtpgsmparse.h:
21683         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21684         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21685         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21686         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21687         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21688         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21689         * gst/rtp/gstrtph263penc.h:
21690         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21691         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21692         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21693         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21694         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21695         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21696         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21697         * gst/rtp/gstrtpmp4venc.h:
21698         * gst/rtp/gstrtpmpadec.c:
21699         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21700         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21701         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21702         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21703         * gst/rtp/gstrtpmpaenc.h:
21704         Updates to payloader/depayloaders, make payloaders use
21705         the base classes.
21706         Updated README with suggested RTP caps and how to convert
21707         to/from SDP.
21708         Added config descriptor in mp4v payloader.
21709
21710 2005-09-15  Andy Wingo  <wingo@pobox.com>
21711
21712         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21713         * gst/autodetect/gstautovideosink.c
21714         (gst_auto_video_sink_find_best): Update for new registry API.
21715
21716 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21717
21718         * common/c-to-xml.py:
21719         * common/gtk-doc-plugins.mak:
21720           a simple py script to generate valid xml from a C example
21721           probably also need to strip an MIT license when we decide
21722         * docs/plugins/Makefile.am:
21723         * gst/level/Makefile.am:
21724         * gst/level/gstlevel.c: (gst_level_init):
21725         * gst/level/level-example.c: (message_handler), (main):
21726           add an example to level that will show up in the docs
21727         * gst/rtp/TODO:
21728           add a note for the future
21729
21730 2005-09-14  Michael Smith <msmith@fluendo.com>
21731
21732         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21733           Actually define the debug object being used in wavenc. Fixes #316205
21734
21735 2005-09-14  Michael Smith <msmith@fluendo.com>
21736
21737         * gst/smpte/Makefile.am:
21738           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21739           needed to build on windows (bug 316204)
21740
21741 2005-09-12  Andy Wingo  <wingo@pobox.com>
21742
21743         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21744
21745 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21746
21747         * configure.ac:
21748         * gst/fdsrc/Makefile.am:
21749         * gst/fdsrc/gstfdsrc.c:
21750         * gst/fdsrc/gstfdsrc.h:
21751           Move fdsrc back into gstreamer core elements.
21752
21753         * gst/level/gstlevel.c: (gst_level_class_init),
21754         (gst_level_transform_ip):
21755         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21756           Basetransform changes.
21757
21758 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21759
21760         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21761         * ext/jpeg/smokecodec.c: (find_best_size):
21762           fix compiler warnings
21763
21764 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21765
21766         * gst-plugins-good.spec.in:
21767           spec file fixes
21768         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21769         (gst_multiudpsink_render), (gst_multiudpsink_add),
21770         (gst_multiudpsink_clear):
21771           it actually helps to actually stream if we hook up the
21772           "add" signal to an actual implementation
21773         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21774           some debugging
21775
21776 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21777
21778         * ext/jpeg/Makefile.am:
21779         * ext/jpeg/gstjpeg.c
21780         * ext/jpeg/gstjpegenc.c:
21781         * ext/jpeg/gstsmokeenc.c:
21782
21783 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21784
21785         * ext/flac/gstflacdec.c:
21786         * ext/flac/gstflacenc.c:
21787         * ext/flac/gstflactag.c:
21788         * ext/speex/gstspeexenc.c:
21789           gsttaginterface.h -> gsttagsetter.h
21790
21791 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21792
21793         * configure.ac:
21794         * gst/debug/Makefile.am:
21795         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21796         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21797         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21798         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21799         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21800           Port to 0.9 and re-enable efence plugin.
21801
21802 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21803
21804         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21805         (gst_flacdec_write), (gst_flacdec_convert_src):
21806         * ext/flac/gstflacdec.h:
21807           Add support for flac files with 24/32 bits per sample; and misc.
21808           minor clean-ups. Seeking is still partly broken (for me at least).
21809
21810 2005-09-06  Wim Taymans  <wim@fluendo.com>
21811
21812         * gst/rtp/Makefile.am:
21813         * gst/rtp/gstrtp.c: (plugin_init):
21814         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21815         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21816         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21817         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21818         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21819         (gst_rtpmp4vdec_plugin_init):
21820         * gst/rtp/gstrtpmp4vdec.h:
21821         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21822         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21823         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21824         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21825         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21826         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21827         * gst/rtp/gstrtpmp4venc.h:
21828         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21829         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21830         Added mpeg4 video payload encoder/decoder.
21831         Added some docs in mpa payloader.
21832
21833 === release 0.9.1 ===
21834
21835 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21836
21837         * NEWS:
21838         * README:
21839         * RELEASE:
21840         * autogen.sh:
21841         * configure.ac:
21842           releasing 0.9.1, "Blondie"
21843
21844 2005-09-05  Andy Wingo  <wingo@pobox.com>
21845
21846         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21847         here from the state change handler, so we fire signals without
21848         holding the state lock.
21849
21850 2005-09-02  Andy Wingo  <wingo@pobox.com>
21851
21852         * All plugins updated for element state changes.
21853
21854 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21855
21856         * Makefile.am:
21857         * check/.cvsignore:
21858         * check/Makefile.am:
21859         * check/elements/.cvsignore:
21860         * check/elements/level.c: (setup_level), (cleanup_level),
21861         (GST_START_TEST), (level_suite), (main):
21862           add a test for level
21863         * common/release.mak:
21864           move the enum checking to release.mak
21865         * configure.ac:
21866           add valgrind and check checking
21867         * gst/level/gstlevel.c: (gst_level_transform):
21868         * gst/level/gstlevel.h:
21869           fix Andy's cast bug
21870           convert a field to int
21871           fix the arithmetic to int when checking for emit so that a
21872           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21873
21874 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21875
21876         * Makefile.am:
21877         * configure.ac:
21878           add docs to build
21879         * common/plugins.xsl:
21880           wrap Description into a refsect2
21881         * docs/Makefile.am:
21882         * docs/plugins/Makefile.am:
21883         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21884         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21885         * gst/goom/Makefile.am:
21886         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21887         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21888         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21889         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21890         (gst_goom_change_state):
21891         * gst/goom/gstgoom.h:
21892           GstGOOM -> GstGoom
21893           add an example launch line
21894         * gst/level/gstlevel.h:
21895         * gst/monoscope/gstmonoscope.c:
21896           cleanups
21897
21898 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21899
21900         * configure.ac:
21901         * docs/plugins/Makefile.am:
21902         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21903         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21904         * docs/plugins/gst-plugins-good-plugins.types:
21905           document elements and plugins.  Shazam !
21906
21907 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21908
21909         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21910           be found under doc/random/ChangeLog-0.8