gst/qtdemux/qtdemux.c: Add codec mapping for xvid, fmp4 and ac3 tracks.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
2
3         Patch by: j^ <j at oil21.org>
4
5         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
6         (qtdemux_audio_caps):
7         Add codec mapping for xvid, fmp4 and ac3 tracks.
8         Fixes #565850
9
10 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
11
12         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
13         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
14         (gst_smokeenc_chain), (gst_smokeenc_change_state):
15         * ext/jpeg/gstsmokeenc.h:
16         Implement getcaps function.
17         Set caps on the pad and on all outgoing buffers.
18         Fixes #565441.
19
20 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
21
22         * ext/pulse/pulsemixerctrl.c:
23           And remove temporary comment pointing to the bug ticket.
24
25         * gst/avi/gstavimux.c:
26           Move reoccuring logging to LOG and log instance too.
27
28 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
29
30         * ext/pulse/pulsemixerctrl.c:
31           Don't leak the pa_operation.
32
33 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
34
35         * configure.ac:
36           Require core cvs.
37
38 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
39
40         * gst/avi/gstavimux.c:
41           Rename api from _flush to _reset_tags. 
42
43 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
44
45         * gst/avi/gstavimux.c:
46           Use new tagsetter api to flush tags.
47
48 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
49
50         * tests/check/elements/deinterleave.c: (deinterleave_suite):
51         Increase timeout to 3 minutes to prevent timeouts.
52
53 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
54
55         * tests/check/elements/interleave.c: (interleave_suite):
56         Increase timeout to 3 minutes to prevent timeouts.
57
58 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
59
60         * gst/avi/gstavimux.c:
61         * gst/avi/gstavimux.h:
62           Totally remove the internal taglists and fully use tagsetter.
63
64 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
65
66         * gst/avi/gstavimux.c:
67           Instead of filtering wrongly just use the mergemode. Applications is
68           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
69           avi for real (I hope). Everyone chime in, before I fix the others.
70
71 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
72
73         * ext/pulse/pulsemixerctrl.c:
74           Add note about memleak.
75
76 2008-12-13  Edward Hervey  <bilboed@gmail.com>
77
78         * m4/Makefile.am:
79         A couple more .m4 that aren't shipped anymore with gettext 0.17.
80
81 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
82
83         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
84         (gst_flac_dec_init):
85         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
86         (gst_alaw_dec_init):
87         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
88         (gst_alaw_enc_init):
89         * gst/law/alaw.c: (plugin_init):
90         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
91         (gst_mulawdec_init):
92         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
93         (gst_mulawenc_init):
94         * gst/law/mulaw.c: (plugin_init):
95         Switch to using GstStaticPadTemplate.
96         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
97         Don't forget to free the addrinfo structure.
98         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
99         (gst_wavparse_sink_activate):
100         Don't forget to unref the GstAdapter.
101
102 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
103
104         * m4/Makefile.am:
105         inttypes.m4 hasn't been available since gettext-0.15, and since we now
106         require gettext >= 0.17 ... we can remove it from the list of files to
107         dist.
108
109 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
110
111         * gst/avi/gstavidemux.c:
112           More logging.
113
114         * gst/avi/gstavimux.c:
115           Handle more metadata fields. Better estimate of metadata size. Don't
116           merge received tags, if application has specified tags using
117           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
118
119 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
120
121         * tests/check/Makefile.am:
122         Also ignore pulsemixer for the states unit test.
123
124 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
125
126         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
127         Add an EOI marker at the end of the jpeg frame when it's missing.
128         Fixes #563056.
129
130 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
131
132         * tests/check/elements/videocrop.c: (check_1x1_buffer):
133         Update the unit test for the new color values for BT.601 red.
134         Fixes bug #563510.
135
136 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
137
138         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
139           Restore previous behaviour of not passing QoS and navigation
140           events upstream, which presumably wasn't meant to be changed.
141
142 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
143
144         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
145         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
146         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
147         (gst_dvdemux_chain), (gst_dvdemux_loop),
148         (gst_dvdemux_change_state):
149         Add srcpads only when needed and remove them again when going
150         back to READY. This prevents stalled pipelines if there's no
151         audio inside the DV stream, which happens for many MXF files.
152
153 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
154
155         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
156         (run_server):
157         The ports in libsoup are unsigned integers and not signed
158         integers.
159
160 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
161
162         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
163         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
164         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
165         (gst_dvdemux_chain), (gst_dvdemux_loop),
166         (gst_dvdemux_change_state):
167         Add srcpads only when they're needed. If we add all pads in any
168         case we will get a stalling audio pad if the stream contains
169         no audio, which is the case for many MXF files.
170
171 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
172
173         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
174         Forward all events upstream unless it's something we really
175         don't handle. This fixes latency configuration of pipelines.
176
177 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
178
179         * ext/dv/gstdv.c: (plugin_init):
180         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
181         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
182         Really call dv_init() exactly one time, not one time for
183         the demuxer and one time for the decoder.
184
185 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
186
187         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
188         Copy incomming timestamp to outgoing packets.
189
190 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
191
192         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
193         (gst_rtp_mp4v_pay_event):
194         Don't try to push packets before we could find a valid config
195         startcode. Fixes #563509.
196
197 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
198
199         Patch by: Brian Cameron <brian.cameron at sun dot com>
200
201         * sys/sunaudio/gstsunaudiomixerctrl.c:
202         (gst_sunaudiomixer_ctrl_open):
203         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
204
205 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
206
207         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
208
209         * configure.ac:
210         Make usage of libv4l optional by a configure parameter.
211         Fixes bug #563504.
212
213 >>>>>>> 1.3872
214 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
215
216         * docs/plugins/Makefile.am:
217         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
218         * docs/plugins/gst-plugins-good-plugins-sections.txt:
219         * docs/plugins/gst-plugins-good-plugins.args:
220         * docs/plugins/gst-plugins-good-plugins.hierarchy:
221         * docs/plugins/gst-plugins-good-plugins.interfaces:
222         * docs/plugins/inspect/plugin-1394.xml:
223         * docs/plugins/inspect/plugin-aasink.xml:
224         * docs/plugins/inspect/plugin-alaw.xml:
225         * docs/plugins/inspect/plugin-alpha.xml:
226         * docs/plugins/inspect/plugin-alphacolor.xml:
227         * docs/plugins/inspect/plugin-annodex.xml:
228         * docs/plugins/inspect/plugin-apetag.xml:
229         * docs/plugins/inspect/plugin-audiofx.xml:
230         * docs/plugins/inspect/plugin-auparse.xml:
231         * docs/plugins/inspect/plugin-autodetect.xml:
232         * docs/plugins/inspect/plugin-avi.xml:
233         * docs/plugins/inspect/plugin-cacasink.xml:
234         * docs/plugins/inspect/plugin-cairo.xml:
235         * docs/plugins/inspect/plugin-cutter.xml:
236         * docs/plugins/inspect/plugin-debug.xml:
237         * docs/plugins/inspect/plugin-dv.xml:
238         * docs/plugins/inspect/plugin-efence.xml:
239         * docs/plugins/inspect/plugin-effectv.xml:
240         * docs/plugins/inspect/plugin-equalizer.xml:
241         * docs/plugins/inspect/plugin-esdsink.xml:
242         * docs/plugins/inspect/plugin-flac.xml:
243         * docs/plugins/inspect/plugin-flxdec.xml:
244         * docs/plugins/inspect/plugin-gamma.xml:
245         * docs/plugins/inspect/plugin-gconfelements.xml:
246         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
247         * docs/plugins/inspect/plugin-goom.xml:
248         * docs/plugins/inspect/plugin-goom2k1.xml:
249         * docs/plugins/inspect/plugin-halelements.xml:
250         * docs/plugins/inspect/plugin-icydemux.xml:
251         * docs/plugins/inspect/plugin-id3demux.xml:
252         * docs/plugins/inspect/plugin-interleave.xml:
253         * docs/plugins/inspect/plugin-jpeg.xml:
254         * docs/plugins/inspect/plugin-level.xml:
255         * docs/plugins/inspect/plugin-matroska.xml:
256         * docs/plugins/inspect/plugin-monoscope.xml:
257         * docs/plugins/inspect/plugin-mulaw.xml:
258         * docs/plugins/inspect/plugin-multifile.xml:
259         * docs/plugins/inspect/plugin-multipart.xml:
260         * docs/plugins/inspect/plugin-navigationtest.xml:
261         * docs/plugins/inspect/plugin-ossaudio.xml:
262         * docs/plugins/inspect/plugin-png.xml:
263         * docs/plugins/inspect/plugin-pulseaudio.xml:
264         * docs/plugins/inspect/plugin-quicktime.xml:
265         * docs/plugins/inspect/plugin-replaygain.xml:
266         * docs/plugins/inspect/plugin-rtp.xml:
267         * docs/plugins/inspect/plugin-rtsp.xml:
268         * docs/plugins/inspect/plugin-shout2send.xml:
269         * docs/plugins/inspect/plugin-smpte.xml:
270         * docs/plugins/inspect/plugin-soup.xml:
271         * docs/plugins/inspect/plugin-spectrum.xml:
272         * docs/plugins/inspect/plugin-speex.xml:
273         * docs/plugins/inspect/plugin-taglib.xml:
274         * docs/plugins/inspect/plugin-udp.xml:
275         * docs/plugins/inspect/plugin-video4linux2.xml:
276         * docs/plugins/inspect/plugin-videobalance.xml:
277         * docs/plugins/inspect/plugin-videobox.xml:
278         * docs/plugins/inspect/plugin-videocrop.xml:
279         * docs/plugins/inspect/plugin-videoflip.xml:
280         * docs/plugins/inspect/plugin-videomixer.xml:
281         * docs/plugins/inspect/plugin-wavenc.xml:
282         * docs/plugins/inspect/plugin-wavpack.xml:
283         * docs/plugins/inspect/plugin-wavparse.xml:
284         * docs/plugins/inspect/plugin-ximagesrc.xml:
285         * gst/matroska/matroska-demux.c:
286         * gst/matroska/matroska-demux.h:
287         * gst/matroska/matroska-mux.c:
288         * gst/matroska/matroska-mux.h:
289         Add documentation for matroskamux and matroskademux and
290         update the inspection xml files.
291
292 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
293
294         * configure.ac:
295         Apparently AC_CONFIG_MACRO_DIR breaks when using more
296         than one macro directory, reverting last change.
297
298 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
299
300         * configure.ac:
301         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
302         our M4 macros.
303
304 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
305
306         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
307         Provide the parameters that are required for the format string
308         to fix a compiler warning.
309
310 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
311
312         * gst/autodetect/gstautoaudiosrc.c:
313           Fix classification.
314
315 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
316
317         Patch by: Cygwin Ports maintainer
318                   <yselkowitz at users dot sourceforge dot net>
319
320         * autogen.sh:
321         * configure.ac:
322         Require gettext 0.17 because older versions don't mix with libtool
323         2.2. At build time an older gettext version will still work.
324         Fixes bug #556091.
325
326 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
327
328         Patch by: Peter Kjellerstedt <pkj at axis com>
329
330         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
331         Make gst_multiudpsink_render() ignore errors from sendto() instead of
332         breaking streaming. Emit a warning instead. Fixes #562572.
333
334 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
335
336         Patch by: Ron McOuat <rmcouat at smartt dot com>
337
338         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
339         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
340         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
341         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
342         * ext/soup/gstsouphttpsrc.h:
343         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
344         (digest_auth_cb), (run_test), (GST_START_TEST),
345         (souphttpsrc_suite), (run_server):
346         Add support for basic and digest authentication in souphttpsrc.
347         Fixes bug #561775.
348
349 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
350
351         Patch by: Pepijn Van Eeckhoudt
352                       <pepijn dot vaneeckhoudt at luciad dot com>
353
354         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
355         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
356         * gst/wavenc/gstwavenc.h:
357         * gst/wavenc/riff.h:
358         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
359
360 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
361
362         Patch by: 이문형 <iwings at gmail dot com>
363
364         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
365         Prevent further read/write actions taken to the connect-failed socket by
366         erroring out quickly. See #562258.
367
368 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
369
370         * tests/examples/level/level-example.c:
371           Set fakesink to sync. Otherwise people might question the message
372           interval. Nevertheless the timestamp in the message is what matters.
373
374 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
375
376         * tests/icles/.cvsignore:
377         cvsignore newly generated file.
378
379 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
380
381         * gst/rtp/gstasteriskh263.c:
382         * gst/rtp/gstasteriskh263.h:
383         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
384         * gst/rtp/gstrtpL16depay.h:
385         * gst/rtp/gstrtpL16pay.c:
386         * gst/rtp/gstrtpL16pay.h:
387         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
388         * gst/rtp/gstrtpac3depay.h:
389         * gst/rtp/gstrtpamrdepay.c:
390         * gst/rtp/gstrtpamrdepay.h:
391         * gst/rtp/gstrtpamrpay.c:
392         * gst/rtp/gstrtpamrpay.h:
393         * gst/rtp/gstrtpdepay.c:
394         * gst/rtp/gstrtpdepay.h:
395         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
396         * gst/rtp/gstrtpg726depay.c:
397         * gst/rtp/gstrtpg726pay.c:
398         * gst/rtp/gstrtpg729depay.c:
399         * gst/rtp/gstrtpg729pay.c:
400         * gst/rtp/gstrtpgsmdepay.c:
401         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
402         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
403         * gst/rtp/gstrtph263depay.h:
404         * gst/rtp/gstrtph263pay.c:
405         * gst/rtp/gstrtph263pay.h:
406         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
407         * gst/rtp/gstrtph263pdepay.h:
408         * gst/rtp/gstrtph263ppay.c:
409         * gst/rtp/gstrtph263ppay.h:
410         * gst/rtp/gstrtph264depay.c:
411         * gst/rtp/gstrtph264depay.h:
412         * gst/rtp/gstrtph264pay.c:
413         * gst/rtp/gstrtph264pay.h:
414         * gst/rtp/gstrtpilbcdepay.c:
415         * gst/rtp/gstrtpilbcpay.c:
416         * gst/rtp/gstrtpjpegdepay.h:
417         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
418         * gst/rtp/gstrtpmp1sdepay.h:
419         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
420         * gst/rtp/gstrtpmp2tdepay.h:
421         * gst/rtp/gstrtpmp2tpay.c:
422         * gst/rtp/gstrtpmp2tpay.h:
423         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
424         * gst/rtp/gstrtpmp4apay.c:
425         * gst/rtp/gstrtpmp4apay.h:
426         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
427         * gst/rtp/gstrtpmp4gdepay.h:
428         * gst/rtp/gstrtpmp4gpay.c:
429         * gst/rtp/gstrtpmp4gpay.h:
430         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
431         * gst/rtp/gstrtpmp4vdepay.h:
432         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
433         * gst/rtp/gstrtpmp4vpay.h:
434         * gst/rtp/gstrtpmpadepay.c:
435         * gst/rtp/gstrtpmpadepay.h:
436         * gst/rtp/gstrtpmpapay.c:
437         * gst/rtp/gstrtpmpapay.h:
438         * gst/rtp/gstrtpmpvdepay.c:
439         * gst/rtp/gstrtpmpvdepay.h:
440         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
441         * gst/rtp/gstrtppcmapay.c:
442         * gst/rtp/gstrtppcmudepay.c:
443         * gst/rtp/gstrtppcmupay.c:
444         * gst/rtp/gstrtpspeexdepay.c:
445         * gst/rtp/gstrtpspeexpay.c:
446         * gst/rtp/gstrtpsv3vdepay.c:
447         * gst/rtp/gstrtpsv3vdepay.h:
448         * gst/rtp/gstrtptheoradepay.c:
449         * gst/rtp/gstrtptheoradepay.h:
450         * gst/rtp/gstrtptheorapay.c:
451         * gst/rtp/gstrtptheorapay.h:
452         * gst/rtp/gstrtpvorbisdepay.c:
453         * gst/rtp/gstrtpvorbisdepay.h:
454         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
455         * gst/rtp/gstrtpvorbispay.h:
456         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
457         * gst/rtp/gstrtpvrawpay.c:
458         Fix the descriptions and fix some email addresses.
459
460 2008-11-25  Julien Moutte  <julien@fluendo.com>
461
462         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
463         to supported qtdemux video codecs as I found some video clips using 
464         those.
465
466 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
467
468         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
469         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
470         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
471         (gst_auto_video_sink_detect):
472         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
473         Post an error when we can't set the internal ghostpad target.
474
475 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
476
477         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
478         (gst_video_crop_transform), (gst_video_crop_transform_caps),
479         (gst_video_crop_set_caps), (gst_video_crop_set_property):
480         * gst/videocrop/gstvideocrop.h:
481         Fix renegotiation when changing properties using the new basetransform
482         features. Fixes #561502.
483
484         * tests/icles/Makefile.am:
485         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
486         Add crazy interactive test unit for dynamically changing properties.
487
488 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
489
490         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
491         (gst_rtspsrc_parse_range):
492         Add some more debugging.
493         Use the reanges received from the server unconditionally.
494         Fixes #561625.
495
496 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
497
498         * ext/pulse/pulsesink.c:
499           Change #if 0 to something more expresive and add pointer to related
500           bug ticket.
501
502 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
503
504         Patch by: Tal Shalif <tshalif at nargila dot org>
505
506         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
507         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
508         the latter don't exist on some systems (mingw). Fixes bug #561990.
509
510 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
511
512         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
513
514         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
515         Add transferMode.dnla.org header to HTTP requests as this is
516         required by the DLNA specs and doesn't hurt in other situations.
517         Fixes bug #561802.
518
519 2008-11-20  Michael Smith <msmith@songbirdnest.com>
520
521         * sys/osxvideo/osxvideosink.h:
522         * sys/osxvideo/osxvideosink.m:
523           Handle video window resizing more correctly, avoiding crashes when
524           embedding the window and resizing it.
525
526 2008-11-20  Michael Smith <msmith@songbirdnest.com>
527
528         * gst/udp/gstmultiudpsink.c:
529         * gst/udp/gstudpnetutils.c:
530         * gst/udp/gstudpnetutils.h:
531         * gst/udp/gstudpsrc.c:
532           Fix multiudpsink on OSX by passing the specific length of the socket,
533           refactor that into a function shared with the same thing in udpsrc.
534
535 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
536
537         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
538         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
539         (gst_wavparse_stream_headers):
540         Fix the scaling code.
541         Fix parsing of the INFO chunks, we were reading the wrong number of
542         bytes.  Fixes #561580.
543
544 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
545
546         * gst/matroska/matroska-mux.c:
547         Fix NULL pointer dereference of an unset codec_id in the recently 
548         added Dirac paths
549
550 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
551
552         * tests/check/Makefile.am:
553         Just keep disabling elements that hang the states test until it
554         works.
555
556 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
557
558         * ext/libpng/gstpngenc.c:
559         Don't flush downstream after every buffer - that's not what
560         this libpng callback is for at all!
561
562 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
563
564         * sys/v4l2/v4l2src_calls.c:
565           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
566           (gst_v4l2src_probe_caps_for_format):
567           Turns out we don't always get the frame sizes in a predefined
568           order from lowest to highest resolution, so let's just sort the
569           list by frame size once we've queried the possible resolutions
570           rather than assume any particular order. Fixes probed caps for
571           the camera in my HP2133 mini notebook and makes v4l2src default
572           to a decent size.
573
574 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
575
576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
577         * gst/matroska/matroska-ids.h:
578         Make mkvdemux aware of E-AC3.
579
580 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
581
582         * gst/rtp/Makefile.am:
583         * gst/rtp/gstrtp.c: (plugin_init):
584         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
585         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
586         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
587         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
588         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
589         (gst_rtp_jpeg_depay_change_state),
590         (gst_rtp_jpeg_depay_plugin_init):
591         * gst/rtp/gstrtpjpegdepay.h:
592         Add a jpeg depayloader.
593
594         * gst/rtp/gstrtpjpegpay.c:
595         Set the default properties on the payloader to better defaults.
596
597 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
598
599         * sys/v4l2/gstv4l2.c:
600           Give it a primary rank for autovideosrc.
601
602 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
603
604         Patch by: Bjorn Ostby <bjornos at axis dot com>
605
606         * gst/rtp/Makefile.am:
607         * gst/rtp/gstrtp.c: (plugin_init):
608         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
609         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
610         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
611         (gst_rtp_jpeg_pay_read_quant_table),
612         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
613         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
614         (gst_rtp_jpeg_pay_plugin_init):
615         * gst/rtp/gstrtpjpegpay.h:
616         Add JPEG payloader. Fixes #560756.
617
618 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
619
620         Patch by: Fabricio Godoy <skarllot at gmail dot com>
621
622         * sys/oss/gstosssink.c: (gst_oss_sink_open):
623         * sys/oss/gstosssrc.c: (gst_oss_src_open):
624         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
625         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
626         Fix some spelling mistakes. Fixes #556802.
627
628 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
629
630         * gst/equalizer/GstIirEqualizer10Bands.prs:
631         * gst/equalizer/GstIirEqualizer3Bands.prs:
632         * gst/equalizer/Makefile.am:
633         * gst/equalizer/gstiirequalizer10bands.c:
634         * gst/equalizer/gstiirequalizer3bands.c:
635           Add presets for equalizer. Fixes #522183.
636
637 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
638
639         * gst/rtsp/Makefile.am:
640         * gst/rtsp/gstrtsp.c: (plugin_init):
641         * gst/rtsp/gstrtspgoogle.c:
642         * gst/rtsp/gstrtspgoogle.h:
643         Remove google extension again, it's not needed anymore because we never
644         send multiple transports anymore.
645
646 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
647
648         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
649
650         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
651         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
652         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
653         (gst_rtspsrc_stream_free),
654         (gst_rtspsrc_stream_configure_udp_sinks),
655         (gst_rtspsrc_stream_configure_transport),
656         (gst_rtspsrc_send_dummy_packets),
657         (gst_rtspsrc_create_transports_string),
658         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
659         * gst/rtsp/gstrtspsrc.h:
660         Add property to configure NAT traversal method.
661         Ignore EOS from the internal sinks.
662         Implement sending dummy packets as a (simple) method to open up
663         some firewalls.
664         Send PLAY request to the server after we started the udp sources.
665         Fixes #559545.
666
667 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
668
669         Patch by: Yotam <sh dot yotam at gmail dot com>
670
671         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
672         Flush the remaining frames on EOS. Fixes #560641.
673
674 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
675
676         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
677         Fix compiler warning about printf formatting.
678
679 2008-11-12  Andy Wingo  <wingo@pobox.com>
680
681         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
682         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
683         segment events instead of sending them from the seeking thread.
684         Fixes #559288.
685         (gst_qtdemux_push_pending_newsegment): New helper, sends out
686         queued newsegment events.
687         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
688         call it here, as we only seek when looping, and only push in the
689         movie state.
690
691 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
692
693         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
694         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
695         * gst/qtdemux/qtdemux_fourcc.h:
696         * gst/qtdemux/qtdemux_types.c:
697         Add cover and alternative copyright tag, and enhance some existing
698         ones by marking them as container atoms.
699
700 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
701
702         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
703         Don't ignore the return value of setcaps.
704
705 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
706
707         Patch by: Olivier Crete <tester at tester dot ca>
708
709         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
710         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
711         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
712         * gst/rtp/gstrtpg729pay.h:
713         Replace G729 payloader with an improved version. Fixes #532409.
714
715 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
716
717         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
718         (gst_rtspsrc_change_state):
719         Only send one transport at a time for improved compatibility with some
720         broken servers. See #537832.
721
722 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
723
724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
725         (gst_rtspsrc_perform_seek):
726         Only pause/play in the seek handler when the source was playing.
727         Fixes #529379.
728
729 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
730
731         * gst/matroska/matroska-mux.c:
732         (gst_matroska_mux_handle_dirac_packet):
733         Fix muxing of Dirac streams if the input already has the format
734         we need, i.e. is the output of matroskademux.
735
736 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
737
738         * gst/avi/gstavimux.c:
739           Don't segfault on string typed tags being NULL. Fixes #560155.
740
741 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
742
743         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
744         (gst_matroska_mux_audio_pad_setcaps):
745         Fix mapping AAC profile to Matroska codec id.
746
747 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
748
749         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
750         (qtdemux_video_caps), (qtdemux_audio_caps):
751         Refactor some raw audio caps building, and handle >16-bit cases.
752         Fix/replace building caps from a string description.
753
754 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
755
756         * gst/audiofx/audiowsincband.c:
757         * gst/audiofx/audiowsinclimit.c:
758         * gst/cutter/gstcutter.c:
759           Make author name consistent with others.
760
761 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
762
763         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
764
765         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
766         (gst_rtspsrc_stream_configure_udp_sink):
767         Pause the RTSP stream before doing a new play request.
768         Make sure that adding the udpsinks does not cause the rtspsrc to become
769         a sink. Fixes #559547.
770
771 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
772
773         * gst/matroska/matroska-ids.h:
774         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
775         (gst_matroska_mux_handle_dirac_packet),
776         (gst_matroska_mux_write_data):
777         Implement Dirac muxing into Matroska comforming to the spec, i.e.
778         put all Dirac packages up to a picture into a Matroska block.
779
780         TODO: Implement writing of the ReferenceBlock Matroska elements,
781         currently the Dirac muxing is only 100% correct if Matroska version 2
782         is selected for muxing.
783
784 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
785
786         Patch by: Bastien Nocera <hadess at hadess dot net>,
787                   Hans de Goede <jwrdegoede at fedoraproject dot org>
788
789         * configure.ac:
790         * sys/v4l2/Makefile.am:
791         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
792         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
793         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
794         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
795         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
796         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
797         (gst_v4l2_get_input), (gst_v4l2_set_input):
798         * sys/v4l2/v4l2_calls.h:
799         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
800         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
801         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
802         (gst_v4l2src_fill_format_list),
803         (gst_v4l2src_probe_caps_for_format_and_size),
804         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
805         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
806         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
807         (gst_v4l2src_get_nearest_size):
808         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
809
810 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
811
812         * ext/aalib/Makefile.am:
813         * ext/annodex/Makefile.am:
814         * ext/cairo/Makefile.am:
815         * ext/dv/Makefile.am:
816         * ext/esd/Makefile.am:
817         * ext/flac/Makefile.am:
818         * ext/gconf/Makefile.am:
819         * ext/gdk_pixbuf/Makefile.am:
820         * ext/hal/Makefile.am:
821         * ext/jpeg/Makefile.am:
822         * ext/ladspa/Makefile.am:
823         * ext/libcaca/Makefile.am:
824         * ext/libmng/Makefile.am:
825         * ext/libpng/Makefile.am:
826         * ext/mikmod/Makefile.am:
827         * ext/pulse/Makefile.am:
828         * ext/raw1394/Makefile.am:
829         * ext/shout2/Makefile.am:
830         * ext/soup/Makefile.am:
831         * ext/speex/Makefile.am:
832         * ext/taglib/Makefile.am:
833         * ext/wavpack/Makefile.am:
834         * gst/alpha/Makefile.am:
835         * gst/apetag/Makefile.am:
836         * gst/audiofx/Makefile.am:
837         * gst/auparse/Makefile.am:
838         * gst/autodetect/Makefile.am:
839         * gst/avi/Makefile.am:
840         * gst/cutter/Makefile.am:
841         * gst/debug/Makefile.am:
842         * gst/effectv/Makefile.am:
843         * gst/equalizer/Makefile.am:
844         * gst/flx/Makefile.am:
845         * gst/goom/Makefile.am:
846         * gst/goom2k1/Makefile.am:
847         * gst/icydemux/Makefile.am:
848         * gst/id3demux/Makefile.am:
849         * gst/interleave/Makefile.am:
850         * gst/law/Makefile.am:
851         * gst/level/Makefile.am:
852         * gst/matroska/Makefile.am:
853         * gst/median/Makefile.am:
854         * gst/monoscope/Makefile.am:
855         * gst/multifile/Makefile.am:
856         * gst/multipart/Makefile.am:
857         * gst/oldcore/Makefile.am:
858         * gst/qtdemux/Makefile.am:
859         * gst/replaygain/Makefile.am:
860         * gst/rtp/Makefile.am:
861         * gst/rtsp/Makefile.am:
862         * gst/smpte/Makefile.am:
863         * gst/spectrum/Makefile.am:
864         * gst/udp/Makefile.am:
865         * gst/videobox/Makefile.am:
866         * gst/videocrop/Makefile.am:
867         * gst/videofilter/Makefile.am:
868         * gst/videomixer/Makefile.am:
869         * gst/wavenc/Makefile.am:
870         * gst/wavparse/Makefile.am:
871         * sys/directdraw/Makefile.am:
872         * sys/directsound/Makefile.am:
873         * sys/oss/Makefile.am:
874         * sys/osxaudio/Makefile.am:
875         * sys/osxvideo/Makefile.am:
876         * sys/sunaudio/Makefile.am:
877         * sys/v4l2/Makefile.am:
878         * sys/waveform/Makefile.am:
879         * sys/ximage/Makefile.am:
880           Don't install static libs for plugins. Fixes #550851 for -good.
881
882 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
883
884         * ext/flac/Makefile.am:
885         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
886         This fixes compilation if FLAC is installed in an uncommon location
887         that is not already handled by other CFLAGS. Fixes bug #558711.
888
889 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
890
891         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
892         Guard more uncommon formats with ifdefs so that we can compile on older
893         versions.
894
895 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
896
897         Patch by: Nick Haddad <nick at haddads dot net>
898
899         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
900         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
901         (gst_avi_demux_stream_data):
902         Invert other uncompressed RGB formats. Fixes #558554.
903
904 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
905
906         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
907         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
908         * gst/wavenc/gstwavenc.h:
909         Add support for float/double as input and remove the (nowadays)
910         useless parsing of the depth as we require width==depth.
911
912 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
913
914         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
915         * gst/rtp/gstrtpmpapay.c:
916         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
917         mpeg version 1. Fixes #558427.
918
919 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
920
921         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
922         (gst_rtp_L16_pay_getcaps):
923         Only put an integral amount of samples in the RTP packet.
924         Fixes #556641.
925
926 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
927
928         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
929         * gst/rtp/gstrtpchannels.h:
930         Add method to get possible channel positions.
931
932 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
933
934         * gst/rtp/Makefile.am:
935         Also commit updated makefile
936
937 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
938
939         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
940         Don't allow width=32,depth=24 as input. WAV requires that the width
941         is the next integer multiply of 8 from the depth.
942
943 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
944
945         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
946         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
947         (gst_rtp_L16_pay_getcaps):
948         * gst/rtp/gstrtpchannels.c: (check_channels),
949         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
950         (gst_rtp_channels_create_default):
951         * gst/rtp/gstrtpchannels.h:
952         Add mappings for multichannel support. Does not completely just work
953         because the getcaps function does not yet return the allowed channel
954         mappings. See #556641.
955
956 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
957
958         * gst/goom/Makefile.am:
959         * gst/goom/README:
960         * gst/goom/config_param.c:
961         * gst/goom/convolve_fx.c:
962         * gst/goom/drawmethods.c:
963         * gst/goom/drawmethods.h:
964         * gst/goom/filters.c:
965         * gst/goom/filters_mmx.s:
966         * gst/goom/flying_stars_fx.c:
967         * gst/goom/goom.h:
968         * gst/goom/goom_config.h:
969         * gst/goom/goom_config_param.h:
970         * gst/goom/goom_core.c:
971         * gst/goom/goom_filters.h:
972         * gst/goom/goom_fx.h:
973         * gst/goom/goom_graphic.h:
974         * gst/goom/goom_plugin_info.h:
975         * gst/goom/goom_tools.c:
976         * gst/goom/goom_tools.h:
977         * gst/goom/goom_typedefs.h:
978         * gst/goom/goom_visual_fx.h:
979         * gst/goom/graphic.c:
980         * gst/goom/ifs.c:
981         * gst/goom/ifs.h:
982         * gst/goom/lines.c:
983         * gst/goom/lines.h:
984         * gst/goom/mathtools.c:
985         * gst/goom/mathtools.h:
986         * gst/goom/mmx.c:
987         * gst/goom/motif_goom1.h:
988         * gst/goom/motif_goom2.h:
989         * gst/goom/plugin_info.c:
990         * gst/goom/ppc_drawings.h:
991         * gst/goom/ppc_zoom_ultimate.h:
992         * gst/goom/sound_tester.c:
993         * gst/goom/sound_tester.h:
994         * gst/goom/surf3d.c:
995         * gst/goom/surf3d.h:
996         * gst/goom/tentacle3d.c:
997         * gst/goom/tentacle3d.h:
998         * gst/goom/v3d.c:
999         * gst/goom/v3d.h:
1000         * gst/goom/xmmx.c:
1001           Add license headers in all source files. Remove filter.c from
1002           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1003           which are not used right now. Fixes #557709.
1004
1005 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1006
1007         Patch by: Olivier Crete <tester at tester dot ca>
1008
1009         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1010         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1011         Implement getcaps in rtpL16pay. Fixes #556484.
1012
1013 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1014
1015         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1016         (gst_rtp_L16_depay_process):
1017         Check if clock-rate and channels are valid.
1018         Don't ignore the return value of setcaps.
1019         No need to validate the buffer, the base class does that for us.
1020         Use the marker bit to set the DISCONT flag on outgoing buffers.
1021
1022         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1023         Don't ignore the return value of set_outcaps.
1024
1025         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1026         (gst_rtp_ac3_depay_process):
1027         Don't ignore the return value of set_caps.
1028         No need to validate the buffer, the base class does that for us.
1029
1030         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1031         (gst_rtp_amr_depay_process):
1032         * gst/rtp/gstrtpamrdepay.h:
1033         Don't ignore the return value of setcaps.
1034         No need to validate the buffer, the base class does that for us.
1035         No need to set output caps on the buffers, the base class does that for
1036         us.
1037         The subclass will make sure we are negotiated.
1038         
1039         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1040         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1041         * gst/rtp/gstrtpdvdepay.h:
1042         Clean up caps negotiation.
1043         The subclass will make sure we are negotiated.
1044
1045         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1046         (gst_rtp_g726_depay_process):
1047         Clean up caps negotiation.
1048         Use the marker bit to set the DISCONT flag on outgoing buffers.
1049
1050         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1051         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1052         * gst/rtp/gstrtpg729depay.h:
1053         The subclass will make sure we are negotiated.
1054         Use the marker bit to set the DISCONT flag on outgoing buffers.
1055
1056         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1057         (gst_rtp_gsm_depay_process):
1058         Clean up caps negotiation.
1059         Use the marker bit to set the DISCONT flag on outgoing buffers.
1060
1061         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1062         Clean up caps negotiation.
1063         Don't ignore the return value of set_outcaps.
1064
1065         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1066         (gst_rtp_h263_depay_process):
1067         Clean up caps negotiation.
1068         No need to validate the buffer, the base class does that for us.
1069
1070         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1071         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1072         * gst/rtp/gstrtph263pay.h:
1073         Don't ignore the return value of set_outcaps.
1074         Do some more timestamps.
1075
1076         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1077         (gst_rtp_h263p_depay_process):
1078         Clean up caps negotiation.
1079         Don't ignore the return value of setcaps.
1080         No need to validate the buffer, the base class does that for us.
1081
1082         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1083         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1084         (gst_rtp_h263p_pay_handle_buffer):
1085         * gst/rtp/gstrtph263ppay.h:
1086         Don't ignore the return value of set_outcaps.
1087         Do some more timestamps.
1088
1089         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1090         (gst_rtp_h264_depay_process):
1091         Clean up caps negotiation.
1092         Don't ignore the return value of setcaps.
1093         Fix possible caps leak.
1094         No need to validate the buffer, the base class does that for us.
1095
1096         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1097         Add some more debug info.
1098
1099         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1100         (gst_rtp_ilbc_depay_process):
1101         Clean up caps negotiation.
1102         Use the marker bit to set the DISCONT flag on outgoing buffers.
1103
1104         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1105         Clean up caps negotiation.
1106
1107         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1108         (gst_rtp_mp1s_depay_process):
1109         Clean up caps negotiation.
1110         Don't ignore the return value of setcaps.
1111         No need to validate the buffer, the base class does that for us.
1112         No need to set caps on buffers, subclass does that for us.
1113
1114         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1115         (gst_rtp_mp2t_depay_process):
1116         Clean up caps negotiation.
1117         Don't ignore the return value of setcaps.
1118         No need to validate the buffer, the base class does that for us.
1119         No need to set caps on buffers, subclass does that for us.
1120
1121         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1122         (gst_rtp_mp4a_depay_process):
1123         Clean up caps negotiation.
1124         Don't ignore the return value of setcaps.
1125         No need to validate the buffer, the base class does that for us.
1126
1127         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1128         (gst_rtp_mp4a_pay_setcaps):
1129         Don't ignore the return value of set_outcaps.
1130
1131         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1132         (gst_rtp_mp4g_depay_process):
1133         Clean up caps negotiation.
1134         Don't ignore the return value of setcaps.
1135         No need to validate the buffer, the base class does that for us.
1136         No need to set caps on buffers, subclass does that for us.
1137
1138         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1139         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1140         Don't ignore the return value of set_outcaps.
1141
1142         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1143         (gst_rtp_mp4v_depay_process):
1144         Clean up caps negotiation.
1145         Don't ignore the return value of setcaps.
1146         No need to validate the buffer, the base class does that for us.
1147         No need to set caps on buffers, subclass does that for us.
1148
1149         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1150         (gst_rtp_mp4v_pay_setcaps):
1151         Don't ignore the return value of set_outcaps.
1152
1153         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1154         (gst_rtp_mpa_depay_process):
1155         Clean up caps negotiation.
1156         Don't ignore the return value of setcaps.
1157         No need to validate the buffer, the base class does that for us.
1158         Use the marker bit to set the DISCONT flag on outgoing buffers.
1159
1160         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1161         Don't ignore the return value of set_outcaps.
1162
1163         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1164         (gst_rtp_mpv_depay_process):
1165         Clean up caps negotiation.
1166         Actually set output caps.
1167         No need to validate the buffer, the base class does that for us.
1168
1169         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1170         Don't ignore the return value of set_outcaps.
1171
1172         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1173         (gst_rtp_pcma_depay_process):
1174         Clean up caps negotiation.
1175         Set output buffer duration because we can.
1176         Use the marker bit to set the DISCONT flag on outgoing buffers.
1177
1178         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1179         Don't ignore the return value of set_outcaps.
1180
1181         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1182         (gst_rtp_pcmu_depay_process):
1183         Clean up caps negotiation.
1184         Use the marker bit to set the DISCONT flag on outgoing buffers.
1185
1186         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1187         Don't ignore the return value of set_outcaps.
1188
1189         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1190         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1191         Clean up caps negotiation.
1192         Set output caps on the pad and header buffers.
1193         Set duration on output buffers because we can.
1194
1195         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1196         Don't ignore the return value of set_outcaps.
1197
1198         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1199         (gst_rtp_sv3v_depay_process):
1200         Clean up caps negotiation.
1201         No need to validate the buffer, the base class does that for us.
1202         No need to set caps out output buffers, subclass does that.
1203
1204         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1205         (gst_rtp_theora_depay_process):
1206         Don't ignore the return value of setcaps.
1207         No need to validate the buffer, the base class does that for us.
1208
1209         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1210         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1211         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1212         (gst_rtp_theora_pay_handle_buffer):
1213         Don't ignore the return value of set_outcaps.
1214
1215         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1216         (gst_rtp_vorbis_depay_process):
1217         Don't ignore the return value of setcaps.
1218         No need to validate the buffer, the base class does that for us.
1219
1220         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1221         Don't ignore the return value of set_outcaps.
1222
1223         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1224         Clean up caps negotiation, don't ignore setcaps return.
1225
1226         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1227         Don't ignore the return value of set_outcaps.
1228
1229 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1230
1231         * gst/matroska/matroska-demux.c:
1232         (gst_matroska_demux_handle_src_event):
1233         Forward unknown events upstream.
1234
1235 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1236
1237         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1238         Add some refcount check
1239
1240         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1241         Don't ignore the result of write(), fixes a  compiler warning for me.
1242
1243         * tests/icles/videobox-test.c: (main):
1244         Make the output a little more pretty.
1245
1246 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1247
1248         * ext/esd/esdmon.c:
1249           Add doc blob.
1250
1251 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1252
1253         * docs/plugins/Makefile.am:
1254         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1255         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1256         * docs/plugins/gst-plugins-good-plugins.args:
1257         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1258         * docs/plugins/gst-plugins-good-plugins.interfaces:
1259         * docs/plugins/inspect/plugin-autodetect.xml:
1260           Add the docs of the new elements.
1261
1262 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1263
1264         * gst/autodetect/gstautoaudiosrc.c:
1265         (gst_auto_audio_src_class_init):
1266         * gst/autodetect/gstautovideosrc.c:
1267         (gst_auto_video_src_class_init):
1268         Fix "Since" tags in the documentation.
1269
1270 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1271
1272         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1273
1274         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1275         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1276         Add support for souphttpsrc to act as a live source. This makes it
1277         possible to get timestamped buffers in combination with the
1278         "do-timestamp" property. Fixes bug #556019.
1279
1280 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1281
1282         * gst/autodetect/Makefile.am:
1283         * gst/autodetect/gstautoaudiosink.c:
1284         * gst/autodetect/gstautoaudiosrc.c:
1285         * gst/autodetect/gstautoaudiosrc.h:
1286         * gst/autodetect/gstautodetect.c:
1287         * gst/autodetect/gstautovideosink.c:
1288         * gst/autodetect/gstautovideosrc.c:
1289         * gst/autodetect/gstautovideosrc.h:
1290           Implement src plugins. Little code/string cleanup in the sinks.
1291           Fixes #523813.
1292
1293 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1294
1295         Patch by: Peter Kjellerstedt <pkj at axis com>
1296
1297         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1298         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1299         Fix a memory leak when pads are requested but the pipeline never
1300         goes into PLAYING.
1301
1302         Correctly remove request pads, no matter if they have collected
1303         data or not.
1304
1305         Fixes bug #557710.
1306
1307 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1308
1309         Patch by: <lrn1986 at gmail dot com>
1310
1311         * gst/udp/gstudpnetutils.h:
1312         Define the correct WINVER so getaddinfo() can be used when using
1313         mingw32. Fixes bug #557294.
1314
1315 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1316
1317         Patch by: <lrn1986 at gmail dot com>
1318
1319         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1320         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1321         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1322         Fix "argument type mismatch" compiler warnings on Windows.
1323         Fixes bug #557293.
1324
1325 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1326
1327         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1328         Don't calculate the filter coefficients for every single buffer
1329         but only when it's needed. Fixes bug #557260.
1330
1331 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1332
1333         * configure.ac:
1334         Back to development -> 0.10.11.1
1335
1336 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1337
1338         * gst-plugins-good.doap:
1339         Fix version number of 0.10.11 release in doap file
1340
1341 === release 0.10.11 ===
1342
1343 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1344
1345         * configure.ac:
1346           releasing 0.10.11, "Secondary Consideration"
1347
1348 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1349
1350         * configure.ac:
1351         Commit 0.10.10.4 pre-release
1352
1353 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1354
1355         * gst/avi/gstavimux.c:
1356         Fix VPRP chunk setup in avimux.
1357         Fixes: #556010
1358         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1359
1360 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1361
1362         * gst/videobox/gstvideobox.c:
1363         support dynamically changing properties in videobox
1364         Fixed: #557085
1365         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1366
1367 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1368
1369         * configure.ac:
1370         0.10.10.3 pre-release
1371
1372 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1373
1374         * tests/check/Makefile.am:
1375         Don't run the states test on pulsesrc and pulsesink
1376
1377 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1378
1379         * configure.ac:
1380         Commit 0.10.10.2 pre-release bump that actually went
1381         out on 2008-10-11
1382
1383 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1384
1385         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1386         Skip entries for streams that don't have a output pad yet, thereby
1387         avoiding calling pad functions with a NULL pad.
1388         Fixes #556424
1389
1390 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1391
1392         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1393         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1394         Remove problematic and useless refcount check.
1395         Fixes #556381
1396
1397 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1398
1399         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1400         Remove problematic and useless refcount check.
1401         Fixes #556381
1402
1403 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1404
1405         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1406         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1407         Cast some size_t arguments to guint to avoid compiler
1408         warnings on 64-bit systems.
1409
1410 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1411
1412         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1413         Return TRUE instead of FALSE from the event handler when we swallowed the
1414         event.
1415
1416 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1417
1418         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1419         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1420         Reset header state. Fixes #555321.
1421
1422 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1423
1424         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1425         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1426         * gst/avi/gstavidemux.h:
1427         For timestamping audio packets we need to take into account the
1428         amount of blocks in one entry using the blockalign. Fixes some sync
1429         issues with zero-padded audio blocks in the beginning of avi files.
1430
1431 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1432
1433         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1434         (gst_multi_file_src_query):
1435         Implement DEFAULT and BUFFER position queries. See #555260.
1436
1437 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1438
1439         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1440         Fix build for systems that don't have XDamage.
1441
1442 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1443
1444         * tests/examples/rtp/client-H263p.sdp:
1445         * tests/examples/rtp/client-H263p.sh:
1446         * tests/examples/rtp/server-VTS-H263p.sh:
1447         Add some more H263p server and client examples.
1448
1449 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1450
1451         * configure.ac::
1452           Depend on released versions of core and base.
1453
1454 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1455
1456         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1457         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1458         Return -1 instead of 0 in error cases. Fixes #554771.
1459
1460 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1461
1462         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1463         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1464         Stop leaking the cursor image.
1465         Unref the last_ximage and the cached cursor image on shutdown.
1466         Fixes #551570.
1467
1468 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1469
1470         * sys/v4l2/gstv4l2object.h:
1471         Getting the Class from an instance is not just a matter of casting it to
1472         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1473         instance. Fixes #549784.
1474
1475 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1476
1477         * configure.ac:
1478           Fix libs for linking directsound.
1479         * sys/directsound/gstdirectsoundsink.c:
1480           Fix buffer sizing to prevent racing the ringbuffer at startup.
1481           Add volume property.
1482
1483 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1484
1485         * ext/pulse/pulsesink.c:
1486         Fix problems with pulsesink randomly erroring with code 'OK' after a
1487         format change on the stream by waiting when disconnecting the stream.
1488
1489 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1490
1491         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1492         (gst_rtp_amr_depay_process):
1493         Mark DISCONT on output buffers when the marker bit signals a new talk
1494         spurt.
1495
1496         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1497         Set the marker bit for buffers with a DISCONT flag to signal a talk
1498         spurt.
1499
1500 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1501
1502         * gst/rtp/Makefile.am:
1503         * gst/rtp/gstrtp.c: (plugin_init):
1504         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1505         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1506         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1507         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1508         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1509         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1510         * gst/rtp/gstrtpmp4apay.h:
1511         Added MP4A-LATM payloader to match the depayloader.
1512
1513 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1514
1515         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1516         (gst_videomixer_sink_event):
1517         Handle segments a little better. Fixes #537361.
1518
1519 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1520
1521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1522         Don't assume the server supports PAUSE by default. Fixes #551048.
1523
1524 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1525
1526         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1527         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1528         Switch on the socket family to get the addrlen size right.
1529
1530 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1531
1532         Patch by: Daniel Franke <df at dfranke dot us>
1533
1534         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1535         OS X's bind() implementation is picky about its addrlen parameter and
1536         fails with EINVAL if it is larger than expected for the socket's address
1537         family. Set the length to the expected length instead. Fixes #553191.
1538
1539 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1540
1541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1542         Handle the case where we cannot do desribe or when the describe result
1543         does not contain a valid SDP message.
1544
1545 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1546
1547         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1548         Fix setting the qos.
1549
1550 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1551
1552         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1553         (gst_qtdemux_chain):
1554         Some 'broken' files out there have atom lengths of zero...
1555         which basically results in qtdemux consuming that atom again and again
1556         until the *end of night* !
1557         Detect that and emits an adequate element error message.
1558
1559 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1560
1561         * gst/interleave/Makefile.am:
1562         * gst/matroska/Makefile.am:
1563         Fix build flags order.
1564
1565         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1566         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1567         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1568         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1569         Format fixes.
1570
1571         * tests/check/elements/multifile.c:
1572         Pull in unistd.h
1573
1574 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1575
1576         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1577         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1578         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1579         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1580         (gst_rtp_mp4g_depay_change_state):
1581         * gst/rtp/gstrtpmp4gdepay.h:
1582         Handle interleaved streams by reordering AU in a queue.
1583
1584 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1585
1586         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1587         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1588         Change some of the ranges in the caps, mostly for the amount of bits we
1589         can use.
1590         Added a little bitstream parse and use it to parse the AU header fields.
1591         Check for malformed and wrongly sized packets better.
1592         Implement more header field parsing.
1593         Handle the size of fragmented packets correctly.
1594
1595 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1596
1597         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1598         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1599         Add mapping for 'tiff' => image/tiff
1600         Fixes #552213
1601
1602 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1603
1604
1605         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1606         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1607           Pretend to care about the result of write() which works around
1608           compiler warnings.
1609
1610 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1611
1612         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1613           Make sure the desired default values are actually set, not only
1614           registered as defaults (actual problem is that the stereo-specific
1615           values are only updated if channels==2, which is not the case yet
1616           when the object is created, so the default values for the
1617           mid-side-stereo and loose-mid-side-stereo settings are never
1618           set in _update_quality()). Makes flacenc create smaller files by
1619           default (for stereo input), and fixes #550791.
1620
1621 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1622
1623         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1624         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1625         (qtdemux_parse_trak), (qtdemux_video_caps):
1626         * gst/qtdemux/qtdemux.h:
1627         * gst/qtdemux/qtdemux_fourcc.h:
1628         * gst/qtdemux/qtdemux_types.c:
1629         Add support for video/mj2 mime-type and its additional atoms/boxes.
1630         Fixes #550646.
1631
1632 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1633
1634         * gst/debug/gsttaginject.c:
1635           Add warning when tags parameter is unparsable and give example for
1636           quoting in the docs.
1637
1638 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1639
1640         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1641         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1642         Add some alternative byteswapped mappings that seem to pop up sometimes.
1643         Fixes #550288.
1644
1645 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1646
1647         * po/LINGUAS:
1648         * po/POTFILES.in:
1649         * po/POTFILES.skip:
1650           Add 'ca' to LINGUAS; add some more files with translations and some
1651           files which should be ignored by translation tools.
1652
1653 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1654
1655         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1656         * ext/speex/gstspeexdec.h:
1657         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1658         * ext/speex/gstspeexenc.h:
1659         Use integer encoding and decoding functions instead of converting
1660         the integer input to float in the element. The libspeex integer
1661         functions are doing this for us already or, if libspeex was compiled
1662         in integer mode, they're doing everything using integer arithmetics.
1663         Also saves some copying around.
1664
1665 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1666
1667         * configure.ac:
1668           Fix --disable-external
1669
1670 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1671
1672         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1673         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1674         * ext/wavpack/gstwavpackenc.h:
1675         Handle non-zero start timestamps and stream discontinuities
1676         correctly. This only has an effect if we're muxing into
1677         a container format as the raw WavPack stream must contain
1678         continous sample numbers.
1679
1680 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1681
1682         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1683         Correct the timestamp and granulepos calculation by one Speex
1684         frame.
1685
1686 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1687
1688         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1689         Correctly take the granulepos from upstream if possible and
1690         correctly handle the granulepos in various calculations: the
1691         granulepos is the sample number of the _last_ sample in a frame, not
1692         the first.
1693
1694         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1695         (gst_speex_enc_encode), (gst_speex_enc_chain),
1696         (gst_speex_enc_change_state):
1697         * ext/speex/gstspeexenc.h:
1698         Handle non-zero start timestamps in the encoder and detect/handle
1699         stream discontinuities. Fixes bug #547075.
1700
1701 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1702
1703         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1704
1705         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1706         Fix compiler warnings caused by passing a string as format string
1707         instead of "%s" and then the string. This is only exposed by -Wformat=2
1708         as used by default on Ubuntu. Fixes bug #550015.
1709
1710 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1711
1712         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1713         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1714         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1715         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1716         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1717           (gst_ebml_read_element_length):
1718         * gst/matroska/matroska-demux.c:
1719           (gst_matroska_demux_check_subtitle_buffer):
1720           Make stuff compile with GST_DISABLE_GST_DEBUG.
1721
1722 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1723
1724         * gst/law/alaw.c:
1725         * gst/law/mulaw.c:
1726           Ref caps before passing to gst_pad_template_new(), since that takes
1727           ownership.
1728
1729 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1730
1731         Patch by: Mersad Jelacic <mersad at axis dot com>
1732
1733         * gst/multipart/multipartdemux.c:
1734         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1735         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1736         demuxer. Fixes #549551.
1737
1738 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1739
1740         * sys/osxaudio/gstosxaudiosink.c:
1741         (gst_osx_audio_sink_select_device):
1742         * sys/osxaudio/gstosxaudiosrc.c:
1743         (gst_osx_audio_src_create_ringbuffer),
1744         (gst_osx_audio_src_select_device):
1745         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1746         Fix the build on macosx.
1747
1748 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1749
1750         * gst/icydemux/gsticydemux.c:
1751           Small docs fix: in the example pipeline, we need to pass
1752           iradio-mode=true to the source, so the server actually sends
1753           an ICY stream.
1754
1755 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1756
1757         * sys/osxaudio/gstosxaudio.c:
1758           Oops. Revert more completely.
1759
1760 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1761
1762         * sys/osxaudio/gstosxaudio.c:
1763           Revert accidental element rename from testing.
1764
1765 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1766
1767         * gst-plugins-good.doap:
1768         Pull in 0.10.10 doap entry from release branch
1769
1770 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1771
1772         * configure.ac:
1773         Update version number to reflect 0.10.10 release from
1774         branch.
1775
1776 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1777
1778         * sys/osxaudio/Makefile.am:
1779         * sys/osxaudio/gstosxaudio.c:
1780         * sys/osxaudio/gstosxaudiosink.c:
1781         * sys/osxaudio/gstosxaudiosink.h:
1782         * sys/osxaudio/gstosxaudiosrc.c:
1783         * sys/osxaudio/gstosxaudiosrc.h:
1784         * sys/osxaudio/gstosxringbuffer.c:
1785         * sys/osxaudio/gstosxringbuffer.h:
1786           Rewrite caps setting and ring buffer initialisation.
1787           Previously we never told CoreAudio what format we were going to send it,
1788           so it only worked due to luck, and not at all on some hardware.
1789           Now we explicitly advertise what formats the hardware supports, and then
1790           configure the selected one correctly.
1791
1792 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1793
1794         * sys/v4l2/gstv4l2object.c:
1795         * sys/v4l2/gstv4l2src.c:
1796         * sys/v4l2/gstv4l2src.h:
1797         * sys/v4l2/v4l2_calls.c:
1798         * sys/v4l2/v4l2src_calls.c:
1799           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1800           need to memset instance structures. Some more FIXME's and comments.
1801
1802 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1803
1804         * tests/icles/.cvsignore:
1805           Ignore more.
1806
1807 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1808
1809         * gst/goom/.cvsignore:
1810         * gst/goom2k1/.cvsignore:
1811           Ignore files.
1812
1813 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1814
1815         * ext/cairo/gsttextoverlay.c:
1816           Fix compiler warning.
1817
1818 2008-08-25  David Schleef  <ds@schleef.org>
1819
1820         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1821
1822 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1823
1824         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1825         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1826         * gst/matroska/matroska-mux.c:
1827         (gst_matroska_mux_video_pad_setcaps),
1828         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1829         Add Real[Audio|Video] support to Matroska containers.
1830         It works fine for:
1831         * decoding real audio/video streams contained in mkv
1832         * 'transmuxing' real (.rm) files into .mkv files
1833         It will not work though for encoding real[audio/video] streams that
1834         don't contain the 'mdpr_data' extra data on the caps.
1835         The reason why this will not work is because I never intended to
1836         duplicate virtually all the 'mdpr' block creation into mkvmux.
1837         Fixes #536067
1838
1839 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1840
1841         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1842         * gst/law/mulaw-conversion.c:
1843         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1844         (gst_mulawenc_chain):
1845         The encoder can't really renegotiate at the time they perform a
1846         pad-alloc so make the srcpads use fixed caps.
1847         Check the buffer size after a pad-alloc because the returned size might
1848         not be right when the downstream element does not know the size of the
1849         new buffer (capsfilter). Fixes #549073.
1850
1851 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1852
1853         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1854
1855         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1856         v4l2src doesn't have a property named "norm" so don't try to notify
1857         about changes to that property. The "norm" property and related
1858         code are commented out currently. Fixes bug #549090.
1859
1860 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1861
1862         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1863
1864         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1865         Reprobe devices again instead of taking a cached list as new
1866         devices could've been plugged in. Fixes bug #549062.
1867
1868 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1869
1870         * gst/autodetect/Makefile.am:
1871         Don't link the autodetect plugin with GConf as it doesn't
1872         use GConf. Fixes bug #545463.
1873
1874 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1875
1876         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1877         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1878         (gst_ebml_read_sint), (gst_ebml_read_float),
1879         (gst_ebml_read_header):
1880         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1881         possible to ignore errors and not post any ERROR messages on
1882         the bus.
1883
1884         * gst/matroska/matroska-demux.c:
1885         (gst_matroska_demux_parse_contents):
1886         Ignore any errors and not just EOS when parsing the contents of
1887         a SeekHead. Errors here are usually caused by truncated files
1888         and playback of the file works fine. Fixes playback of the
1889         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1890         archive.
1891
1892 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1893
1894         * gst/multipart/multipartdemux.c:
1895         * gst/multipart/multipartmux.c:
1896         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1897
1898 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1899
1900         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1901           gst_directdraw_sink_bufferpool_clear):
1902           Fix two more buffer ref leaks.
1903
1904 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1905
1906         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1907
1908         * sys/directdraw/gstdirectdrawsink.c:
1909           (gst_directdraw_sink_show_frame):
1910           Fix buffer ref leak.
1911
1912 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1913
1914         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1915         Revert the last commit. wavenc still supports width!=depth for 32 bit
1916         width. Thanks Tim.
1917
1918 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1919
1920         * gst/matroska/matroska-demux.c:
1921         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1922         If the duration of a block is unknown only use the timestamp for the
1923         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1924         laces. Otherwise every lace has the same timestamp which leads to
1925         various problems. Really fixes bug #548831.
1926
1927 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1928
1929         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1930         If we're not allowing width!=depth in wavenc we should also disable
1931         the code that was added to support width!=depth.
1932
1933 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1934
1935         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1936         Don't calculate the default duration of a frame from the audio sampling
1937         rate. This only works for raw audio if every frame contains a single
1938         sample and results in broken buffer durations for other formats
1939         if no specified default duration is given or the blocks have no
1940         duration. Fixes bug #548831.
1941
1942 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1943
1944         * gst/matroska/matroska-demux.c:
1945         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1946         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1947         are used for text/plain subtitles as a gap-filler in some files.
1948
1949 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1950
1951         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1952         (gst_v4l2_get_caps_info):
1953         Add S910 and PWC formats with a low priority.
1954
1955         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1956         (gst_v4l2src_probe_caps_for_format):
1957         Add more debugging.
1958
1959 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1960
1961         * ext/flac/gstflacenc.c:
1962           Fix compilation against older libflac versions.
1963
1964 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1965
1966         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1967         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1968         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1969         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1970         (gst_pulsemixer_ctrl_set_volume):
1971         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1972         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1973         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1974         (gst_pulsesink_init), (gst_pulsesink_open),
1975         (gst_pulsesink_prepare), (gst_pulsesink_write),
1976         (gst_pulsesink_delay), (gst_pulsesink_reset):
1977         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1978         (gst_pulsesrc_init):
1979         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1980         Fix a locking issue in pulsesink's prepare function.
1981
1982         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1983         Check if the created channel layout is valid for GStreamer.
1984
1985 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1986
1987         * gst/rtsp/gstrtspgoogle.c:
1988         Things that can happen when your brain is in google mode trying to
1989         deal with their google rtsp server extensions and trying to type your
1990         google mail account.
1991
1992 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1993
1994         * gst/rtsp/Makefile.am:
1995         * gst/rtsp/gstrtsp.c: (plugin_init):
1996         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1997         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1998         (_do_init), (gst_rtsp_google_base_init),
1999         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2000         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2001         (gst_rtsp_google_extension_init):
2002         * gst/rtsp/gstrtspgoogle.h:
2003         Add google RTSP extension, it can only handle udp and responds with
2004         unsupported if we do anything else. Fixes #546465.
2005
2006         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2007         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2008         (gst_rtspsrc_create_transports_string),
2009         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2010         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2011         Make transport setup code a bit better using GString.
2012         Add some more debug.
2013         Check for closed connections before doing anything on them.
2014
2015 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2016
2017         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2018         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2019         (gst_pulsesrc_prepare):
2020         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2021         (gst_pulse_channel_map_to_gst):
2022         * ext/pulse/pulseutil.h:
2023         If downstream provides no channel layout and >2 channels should be
2024         used use the default layout that pulseaudio chooses and also
2025         add this layout to the caps. Fixes bug #547258.
2026
2027 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2028
2029         Patch by: Peter Kjellerstedt <pkj at axis com>
2030
2031         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2032         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2033         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2034         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2035         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2036         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2037         (gst_udpsrc_set_property):
2038         Avoid leaking internally allocated file descriptors when setting
2039         custom file descriptors. Fixes #543101.
2040
2041 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2042
2043         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2044         Don't try to configure RTCP back to the server when the server did not
2045         give us a valid port number.
2046
2047 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2048
2049         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2050         Use new basetransform method to renegotiate. Fixes #544956.
2051
2052         * tests/icles/Makefile.am:
2053         * tests/icles/videobox-test.c: (make_pipeline), (main):
2054         Add videobox renegotiation example.
2055
2056 2008-08-19  David Schleef  <ds@schleef.org>
2057
2058         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2059         with sane values.  Fixes #548530.
2060
2061 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2062
2063         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2064         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2065         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2066         are already filled with the correct values by
2067         gst_ring_buffer_parse_caps() so there's no need to set them again
2068         with wrong values.
2069
2070 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2071
2072         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2073         (gst_avi_demux_read_subindexes_push):
2074         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2075         and instead of using the 'ix##' nomenclature, use '##ix'.
2076         They're still valid though, this fixes the duration and indexes for
2077         virtually all the ODML files I have.
2078
2079 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2080
2081         Patch by: Olivier Crete <tester at tester dot ca>
2082
2083         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2084         (gst_rtp_vorbis_depay_process):
2085         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2086         Update the vorbis RTP pay/depay to RFC 5215.
2087         Fixes #547842.
2088
2089 2008-08-14  David Schleef  <ds@schleef.org>
2090
2091         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2092           with 3:2 pulldown, i.e., 24p.
2093
2094 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2095
2096         * tests/check/elements/level.c: (GST_START_TEST):
2097         Fix compilation some more.
2098
2099 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2100
2101         * configure.ac::
2102           Require -base CVS for wavparse acid chunk parsing.
2103
2104 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2105
2106         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2107         (gst_pulsesink_init), (gst_pulsesink_finalize),
2108         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2109         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2110         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2111         * ext/pulse/pulsesink.h:
2112         Add "device-name" property to pulsesink too and currently commented
2113         out and not working support for a "volume" property.
2114
2115 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2116
2117         * configure.ac:
2118         Remove more cdio stuff (moved to ugly)
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/pulsesrc.c: (gst_pulsesrc_class_init),
2125         (gst_pulsesrc_get_property):
2126         Add "device-name" property, which provides a human readable string
2127         for the audio device, to make it more consisten with other audio
2128         sources. Fixes bug #547519.
2129
2130 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2131
2132         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2133         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2134         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2135         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2136         * ext/pulse/pulsemixerctrl.h:
2137         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2138         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2139         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2140         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2141         * ext/pulse/pulseprobe.h:
2142         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2143         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2144         (gst_pulsesrc_change_state):
2145         Improve debugging a bit by including the parent object in pulsemixerctrl
2146         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2147         GST_WARNING.
2148
2149         Use the parent GObject subclass instead of a random struct as GObject
2150         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2151         when probing for another property than "device".
2152
2153 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2154
2155         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2156
2157         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2158         Fix property probing after the device property is set by calling
2159         set_server when the server property changes. Fixes bug #547518.
2160
2161 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2162
2163         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2164
2165         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2166         (gst_pulsesink_implements_interface_init),
2167         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2168         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2169         (gst_pulsesink_get_type):
2170         * ext/pulse/pulsesink.h:
2171         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2172         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2173         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2174         * ext/pulse/pulsesrc.h:
2175         Implement GstPropertyProbe interface on pulsesink for detecting
2176         sink devices and on pulsesrc for detecting source devices.
2177         Fixes bugs #547227 and #547217.
2178
2179 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2180
2181         * gst/spectrum/gstspectrum.c:
2182           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2183
2184 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2185
2186         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2187         Properly set the maximum latency value, in the same way it is done in
2188         v4lsrc.
2189         * sys/v4l2/v4l2src_calls.c:
2190         Simplify fraction equality check, no need to use GValues for this.
2191
2192 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2193
2194         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2195         Add warning messages stating exactly why the latency query failed.
2196         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2197         In some cases, the negotiated framerate might be the default one which
2198         is already set internally. But we still need to mark it down in fps_n
2199         and fps_d so that the latency query can happen properly.
2200
2201 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2202
2203         * docs/plugins/inspect/plugin-1394.xml:
2204         Whoops, forgot one doc file for people who can't/don't build the
2205         raw1394 plugin.
2206
2207 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2208
2209         * docs/plugins/Makefile.am:
2210         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2211         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2212         * docs/plugins/inspect/plugin-cdio.xml:
2213         * ext/Makefile.am:
2214         * ext/cdio/Makefile.am:
2215         * ext/cdio/gstcdio.c:
2216         * ext/cdio/gstcdio.h:
2217         * ext/cdio/gstcdiocddasrc.c:
2218         * ext/cdio/gstcdiocddasrc.h:
2219
2220         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2221         CDDA source to -ugly.
2222
2223         * po/LINGUAS:
2224         * po/POTFILES.in:
2225         * po/id.po:
2226         Pull in new translation from 0.10.9.2 release branch.
2227
2228 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2229
2230         * docs/plugins/Makefile.am:
2231         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2232         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2233         * docs/plugins/gst-plugins-good-plugins.args:
2234         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2235         * docs/plugins/gst-plugins-good-plugins.interfaces:
2236         Integrate documentation for new hdv1394src element.
2237
2238 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2239
2240         * ext/raw1394/Makefile.am:
2241         * ext/raw1394/gst1394.c: (plugin_init):
2242         * ext/raw1394/gsthdv1394src.c: (_do_init),
2243         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2244         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2245         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2246         (gst_hdv1394src_from_raw1394handle),
2247         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2248         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2249         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2250         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2251         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2252         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2253         (gst_hdv1394src_uri_handler_init):
2254         * ext/raw1394/gsthdv1394src.h:
2255         mpeg2-ts (HDV) variant of firewire capture element.
2256         Fixes #350830
2257
2258 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2259
2260         * gst/level/gstlevel.c: (gst_level_message_new):
2261          Fix compilation (also known as the classic 'fix code that someone
2262          committed without compiling it first').
2263
2264 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2265
2266         * tests/check/elements/level.c:
2267           Add a test for level in stereo mode.
2268
2269 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2270
2271         * tests/examples/spectrum/demo-audiotest.c:
2272         * tests/examples/spectrum/demo-osssrc.c:
2273           Demo how to draw analyzer results synced to the clock.
2274
2275 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2276
2277         * gst/level/gstlevel.c:
2278           Little renaming (l -> level).
2279
2280         * gst/spectrum/gstspectrum.c:
2281         * gst/spectrum/gstspectrum.h:
2282           Also send full timestamp/duration details here.
2283
2284 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2285
2286         * gst/level/gstlevel.c:
2287         * gst/level/gstlevel.h:
2288           Send same timestamp/duration details as videoanalysis. This gives
2289           applications better chance to sync analysis results with playback.
2290
2291 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2292
2293         * gst/matroska/matroska-mux.c:
2294         (gst_matroska_mux_handle_sink_event),
2295         (flac_streamheader_to_codecdata):
2296         We need to drop one additional buffer for FLAC as the fLaC
2297         marker and STREAMINFO block are merged into one buffer in the caps.
2298
2299         Also don't pretend to support NEWSEGMENT events, otherwise we
2300         will most probably write some invalid data.
2301
2302 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2303
2304         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2305         (gst_matroska_mux_audio_pad_setcaps):
2306         Add support for muxing FLAC into Matroska containers.
2307         Fixes bug #311586.
2308
2309 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2310
2311         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2312         Actually provide the variables required for the format string.
2313
2314 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2315
2316         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2317         (gst_matroska_demux_element_send_event),
2318         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2319         * gst/matroska/matroska-demux.h:
2320         Close the current segment if we're doing a non-flushing seek and send
2321         the close-segment and the new segment of the seek from the streaming
2322         thread.
2323
2324 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2325
2326         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2327         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2328         (gst_flac_enc_change_state):
2329         * ext/flac/gstflacenc.h:
2330         Handle non-zero start timestamps correctly, mark header packets as
2331         IN_CAPS and print a warning and suggest using audiorate if stream
2332         discontinuities are detected. When FLAC supports flushing the encoder
2333         somehow this should be done for discontinuities instead.
2334
2335         Remove some unused variables from the instance struct.
2336
2337 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2338
2339         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2340         If seeking failed return the appropiate return value to FLAC.
2341         Otherwise it thinks seeking was successfull and tries to rewrite
2342         parts of the headers which then get appended to the output.
2343
2344 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2345
2346         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2347
2348         * ext/esd/gstesd.c: (plugin_init):
2349         * ext/flac/gstflac.c: (plugin_init):
2350         * ext/shout2/gstshout2.c: (plugin_init):
2351         * ext/wavpack/gstwavpack.c: (plugin_init):
2352         * sys/oss/gstossaudio.c: (plugin_init):
2353         * sys/v4l2/gstv4l2.c: (plugin_init):
2354         Make sure gettext returns translations in UTF-8 encoding rather
2355         than in the current locale encoding (#546822).
2356
2357 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2358
2359         * ext/flac/gstflacdec.c:
2360         Add FIXME for 0.11 to simply output everything with width=32 as given
2361         by FLAC and let audioconvert handle the conversions instead of doing
2362         them in flacdec.
2363
2364 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2365
2366         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2367         When outputting a pad template range for the size, include a framerate
2368         range too, to avoid 'not a real subset of template caps' errors.
2369
2370 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2371
2372         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2373
2374         * ext/flac/Makefile.am:
2375         * ext/flac/gstflac.c: (plugin_init):
2376         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2377         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2378         (gst_flac_tag_dispose), (gst_flac_tag_init),
2379         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2380         (gst_flac_tag_change_state):
2381         * ext/flac/gstflactag.h:
2382         Port flactag to 0.10, add documentation for it and clean it up a bit.
2383         Fixes bug #413841.
2384
2385         * docs/plugins/Makefile.am:
2386         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2388         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2389         * docs/plugins/gst-plugins-good-plugins.interfaces:
2390         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2391         * docs/plugins/inspect/plugin-flac.xml:
2392         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2393         * ext/flac/gstflacdec.h:
2394         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2395         * ext/flac/gstflacenc.h:
2396         Add flactag and flacenc to the documentation and mark
2397         the private parts of the flacdec instance structure as private.
2398
2399         Also use gst_element_class_set_details_simple() in flacdec and
2400         flacenc.
2401
2402 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2403
2404         * gst/qtdemux/qtdemux.c:
2405           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2406           for it but ffmpeg does not.
2407
2408 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2409
2410         * gst/wavparse/gstwavparse.c:
2411           Handle the list chunk and use gst_riff_parse_info() to parse the info
2412           sub-chunk.
2413
2414 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2415
2416         * gst/wavparse/gstwavparse.c:
2417           Handle the acid chunk and send tempo as part of tags. Other fields are
2418           interesting too, but need more tag-definitions. Fixes #545433.
2419
2420 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2421
2422         * gst/wavparse/gstwavparse.c:
2423           Refactor wavparse. Call _reset() from dispose() and move old code from
2424           dispose into reset. This way we don't leak taglists when we abort
2425           parsing. Fix some comments. Move code for skipping a chunk into extra
2426           function. Replace chunk sizes with a const to ease readability.         
2427
2428 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2429
2430         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2431
2432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2433         Improve udp port setup. Fixes #545710.
2434
2435 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2436
2437         * gst/rtp/Makefile.am:
2438         * gst/rtp/gstrtp.c: (plugin_init):
2439         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2440         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2441         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2442         (gst_rtp_mp1s_depay_set_property),
2443         (gst_rtp_mp1s_depay_get_property),
2444         (gst_rtp_mp1s_depay_change_state),
2445         (gst_rtp_mp1s_depay_plugin_init):
2446         * gst/rtp/gstrtpmp1sdepay.h:
2447         Add MP1S depayloader.
2448
2449         * gst/rtsp/URLS:
2450         Some more sample rtsp streams.
2451
2452 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2453
2454         * gst/rtsp/URLS:
2455         Add another URL.
2456
2457         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2458         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2459         Add some more debug info.
2460
2461 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2462
2463         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2464         Provide cbSize field for audio extra_data size, and take care to
2465         pad extra_data.
2466
2467 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2468
2469         * gst/qtdemux/qtdemux.c:
2470           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2471           TRUE.
2472
2473 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2474
2475         * gst/qtdemux/qtdemux.c:
2476         * gst/qtdemux/qtdemux_fourcc.h:
2477           Add keyword tag support. Fixes #520694 for qtdemux.
2478
2479 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2480
2481         * gst/qtdemux/qtdemux.c:
2482           Add support for tmpo tag (BPM).
2483
2484 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2485
2486         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2487         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2488         Set an estimate for the total number of samples that will be encoded
2489         if possible to help decoders if the streaminfo can't be rewritten
2490         later (like when muxing into Ogg containers).
2491
2492         Add a warning if we get header packets after data packets as those
2493         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2494         work.
2495
2496 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2497
2498         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2499         (gst_flac_dec_write):
2500         Support decoding of all depths between 4 and 32 bits and read the
2501         depth from the streaminfo header if needed. Also support all sampling
2502         rates between 1 and 655350 Hz.
2503
2504         * ext/flac/gstflacenc.c:
2505         (gst_flac_enc_caps_append_structure_with_widths),
2506         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2507         (gst_flac_enc_chain):
2508         * ext/flac/gstflacenc.h:
2509         Support encoding in all bit depths supported by the streamable
2510         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2511         between 1 Hz and 655350 Hz.
2512
2513 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2514
2515         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2516         (gst_flac_enc_sink_getcaps):
2517         Support encoding of up to 8 channels.
2518
2519 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2520
2521         * ext/soup/gstsouphttpsrc.c:
2522         * ext/soup/gstsouphttpsrc.h:
2523         Fix seeking race condition in #540300
2524         Patch By: Wouter Cloetens  <wouter at mind be>
2525
2526 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2527
2528         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2529         (gst_matroska_demux_element_send_event),
2530         (gst_matroska_demux_handle_seek_event),
2531         (gst_matroska_demux_handle_src_event):
2532         When receiving a SEEK event on a specific pad first search for a seek
2533         table entry for the stream of the pad and then fall back to an entry
2534         for a different stream.
2535
2536 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2537
2538         * configure.ac:
2539         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2540         * gst/matroska/matroska-ids.h:
2541         Build depend on core CVS for the attachment tag.
2542
2543 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2544
2545         * configure.ac:
2546         * gst/matroska/Makefile.am:
2547         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2548         (copy_backptr), (lzo1x_decode), (main):
2549         * gst/matroska/lzo.h:
2550         * gst/matroska/matroska-demux.c:
2551         (gst_matroska_demux_read_track_encoding),
2552         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2553         (gst_matroska_decode_buffer),
2554         (gst_matroska_decode_content_encodings),
2555         (gst_matroska_demux_read_track_encodings),
2556         (gst_matroska_demux_add_stream),
2557         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2558         * gst/matroska/matroska-ids.h:
2559         Decode the codec private data and following ContentEncoding if
2560         necessary.
2561
2562         Support bzip2, lzo and header stripped compression. For lzo use the
2563         ffmpeg lzo implementation as liblzo is GPL licensed.
2564         
2565         Fix zlib decompression.
2566
2567 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2568
2569         * gst/matroska/matroska-mux.c:
2570         (gst_matroska_mux_audio_pad_setcaps):
2571         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2572         duration of a frame with the new mpegaudioversion caps field.
2573
2574 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2575
2576         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2577         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2578         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2579         (gst_matroska_demux_stream_from_num),
2580         (gst_matroska_demux_tracknumber_unique),
2581         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2582         (gst_matroska_demux_handle_seek_event),
2583         (gst_matroska_demux_sync_streams),
2584         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2585         (gst_matroska_demux_loop):
2586         * gst/matroska/matroska-demux.h:
2587         Allow an infinite number of stream inside Matroska containers and use
2588         a GPtrArray for storing them instead of allowing "only" 127 streams.
2589
2590 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2591
2592         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2593         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2594         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2595         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2596         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2597         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2598         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2599         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2600         (gst_ebml_read_master), (gst_ebml_read_binary),
2601         (gst_ebml_read_header):
2602         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2603         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2604         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2605         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2606         (gst_ebml_replace_uint):
2607         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2608         (gst_matroska_demux_read_track_encoding),
2609         (gst_matroska_demux_read_track_encodings),
2610         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2611         (gst_matroska_demux_send_event),
2612         (gst_matroska_demux_element_send_event),
2613         (gst_matroska_demux_handle_seek_event),
2614         (gst_matroska_demux_handle_src_event),
2615         (gst_matroska_demux_init_stream),
2616         (gst_matroska_demux_parse_tracks),
2617         (gst_matroska_demux_parse_index_cuetrack),
2618         (gst_matroska_demux_parse_index_pointentry),
2619         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2620         (gst_matroska_demux_parse_metadata_id_simple_tag),
2621         (gst_matroska_demux_parse_metadata_id_tag),
2622         (gst_matroska_demux_parse_metadata),
2623         (gst_matroska_demux_parse_attached_file),
2624         (gst_matroska_demux_parse_attachments),
2625         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2626         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2627         (gst_matroska_demux_push_flac_codec_priv_data),
2628         (gst_matroska_demux_push_xiph_codec_priv_data),
2629         (gst_matroska_demux_push_dvd_clut_change_event),
2630         (gst_matroska_demux_add_mpeg_seq_header),
2631         (gst_matroska_demux_add_wvpk_header),
2632         (gst_matroska_demux_check_subtitle_buffer),
2633         (gst_matroska_decode_buffer),
2634         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2635         (gst_matroska_demux_parse_cluster),
2636         (gst_matroska_demux_parse_contents_seekentry),
2637         (gst_matroska_demux_parse_contents),
2638         (gst_matroska_demux_loop_stream_parse_id),
2639         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2640         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2641         (gst_matroska_demux_subtitle_caps),
2642         (gst_matroska_demux_change_state):
2643         * gst/matroska/matroska-ids.c:
2644         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2645         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2646         (gst_matroska_mux_video_pad_setcaps),
2647         (xiph3_streamheader_to_codecdata),
2648         (vorbis_streamheader_to_codecdata),
2649         (theora_streamheader_to_codecdata),
2650         (gst_matroska_mux_audio_pad_setcaps),
2651         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2652         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2653         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2654         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2655         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2656         Fix indention everywhere. A broken indent version has added newlines
2657         after every single declaration some time ago.
2658
2659 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2660
2661         * gst/matroska/matroska-demux.c:
2662         (gst_matroska_demux_loop_stream_parse_id):
2663         If no Tracks are found error out instead of trying it again until the
2664         end of time.
2665
2666 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2667
2668         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2669         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2670         bit and signed otherwise, not the other way around.
2671
2672 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2673
2674         * gst/matroska/matroska-mux.c:
2675         Add more raw YUV formats to the list of supported formats.
2676
2677 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2678
2679         * gst/matroska/matroska-mux.c:
2680         (gst_matroska_mux_audio_pad_setcaps):
2681         Add support for muxing raw float audio now that the spec defines the
2682         endianness and add support for muxing raw integer audio with 24 and
2683         32 bits.
2684
2685         Allow muxing of more than 8 audio channels.
2686
2687 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2688
2689         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2690         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2691         Add locking to the global array of used track UIDs to prevent random
2692         crashes if more than a single matrosmux instance is used.
2693
2694         Use 64 bit values for the track UIDs.
2695
2696         Use the global GRandom of GLib instead of creating our own one
2697         for the few random numbers we need every single time.
2698
2699 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2700
2701         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2702         (gst_flac_dec_setup_stream_decoder),
2703         (gst_flac_dec_update_metadata):
2704         Always post the audio-codec tag, not only if other tags are present.
2705
2706 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2707
2708         * configure.ac:
2709         Back to development -> 0.10.9.1
2710
2711 === release 0.10.9 ===
2712
2713 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2714
2715         * configure.ac:
2716           releasing 0.10.9, "Steam Train Rolling"
2717
2718 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2719
2720         * ext/soup/gstsouphttpsrc.c:
2721         Don't throw an error when soup completes a msg with status
2722         'cancelled', as that indicates we cancelled a request while
2723         shutting down or seeking, and it's not an error.
2724         Fixes: #540300 again.
2725
2726 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2727
2728         * configure.ac:
2729         0.10.8.4 pre-release
2730
2731 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2732
2733         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2734         Fix segment-stop regression.
2735         Add documentation regarding segments in quicktime files by Wim Taymans.
2736         Fixes #544509
2737
2738 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2739
2740         * configure.ac:
2741         0.10.8.3 pre-release
2742
2743         * po/LINGUAS:
2744         * po/pt_BR.po:
2745         Add pt_BR translation
2746
2747 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2748
2749         * gst/goom/convolve_fx.c:
2750         * gst/goom/filters.c:
2751         * gst/goom/goom_config.h:
2752         * gst/goom/goom_core.c:
2753         * gst/goom/goom_tools.h:
2754           Fix build with MSVC: include glib.h to define inline appropriately,
2755           use header guards where needed.
2756         * gst/udp/gstudpnetutils.c:
2757         * gst/udp/gstudpsrc.c:
2758           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2759           g_snprintf rather than snprintf.
2760           Fixes #544433.
2761
2762 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2763
2764         * gst/debug/gsttaginject.c:
2765         * gst/debug/gsttaginject.h:
2766           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2767           partially.
2768
2769 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2770
2771         * configure.ac:
2772         0.10.8.2 pre-release
2773
2774 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2775
2776         * ext/Makefile.am:
2777         Finish hooking up pulseaudio plugin to the build.
2778
2779         * ext/pulse/pulsemixerctrl.c:
2780         Fix compilation error.
2781
2782 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2783
2784         * po/LINGUAS:
2785         * po/lt.po:
2786         Add new lithunian translation, and add french to the LINGUAS
2787         file.
2788
2789 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2790
2791         * ext/soup/gstsouphttpsrc.c:
2792         Fix Soup HTTP source seeking.
2793         Patch By: Wouter Cloetens  <wouter at mind be>
2794         Fixes: #540300
2795
2796         * tests/check/elements/.cvsignore:
2797         Ignore new check programs.
2798
2799 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2800
2801         * configure.ac:
2802         * docs/plugins/Makefile.am:
2803         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2804         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2805         * docs/plugins/gst-plugins-good-plugins.args:
2806         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2807         * docs/plugins/gst-plugins-good-plugins.interfaces:
2808         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2809         * docs/plugins/inspect/plugin-interleave.xml:
2810         * docs/plugins/inspect/plugin-replaygain.xml:
2811         * tests/check/Makefile.am:
2812
2813         Move replaygain and interleave plugins from -bad.
2814         Fixes: #543406
2815         Fixes: #536228
2816
2817 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2818
2819         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2820         (qtdemux_parse_trak):
2821         Revert ISO base media spec based pixel-aspect-ratio calculation.
2822         Fixes #543300.
2823
2824 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2825
2826         * sys/osxvideo/osxvideosink.m:
2827         Fix minor build issues on macosx.
2828         Fixes #543054
2829
2830 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2831
2832         * configure.ac::
2833         * ext/taglib/Makefile.am::
2834           Only use -Wno-attributes (which is there to work around a
2835           bug in the taglib 1.5 headers) if the c++ compiler actually
2836           supports it (#543255).
2837
2838 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2839
2840         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2841
2842         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2843           Avoid compiler warning by initialising variable to NULL (#543259).
2844
2845 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2846
2847         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2848         Don't pass NULL taglists to gst_tag_list_is_empty().
2849
2850 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2851
2852         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2853         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2854         (rtp_pipeline_run):
2855         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2856         Don't use declarations after statements.
2857
2858 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2859
2860         * ext/jpeg/gstjpegdec.c:
2861         Align documentation with reality.
2862
2863 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2864
2865         * gst/udp/gstudpnetutils.c:
2866         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2867         old value (1) if it's not defined which should not cause any problems
2868         as we're using it internal only anyway.
2869
2870 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2871
2872         Patch by: Alessandro Decina <alessandro at nnva dot org>
2873
2874         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2875         Fix build of avidemux on big endian architectures.
2876
2877 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2878
2879         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2880
2881         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2882         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2883
2884 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2885
2886         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2887         (qtdemux_parse_trak):
2888         Set pixel-aspect-ratio in caps using display width and height
2889         provided in track.
2890
2891 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2892
2893         * configure.ac:
2894         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2895         flags that are invalid for C++. Fixes bug #516509.
2896
2897 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2898
2899         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2900         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2901         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2902         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2903         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2904         * tests/examples/equalizer/demo.c: (message_handler):
2905         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2906         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2907         Don't use declarations after statements and variable length arrays.
2908
2909 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2910
2911         Patch by: Daniel Drake <dsd at gentoo dot org>
2912
2913         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2914         (gst_v4l2src_get_nearest_size):
2915         Try progressive video if interlaced fails. Fixes bug #541956
2916         and the usage of v4l2src on OLPC.
2917
2918 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2919
2920         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2921         (gst_rtp_speex_depay_process):
2922         * gst/rtp/gstrtpspeexdepay.h:
2923         Revert last change: Only the jitterbuffer is able to convert RTP to
2924         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2925         Reopens bug #541787.
2926
2927 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2928
2929         * gst/rtp/gstrtpvrawdepay.c:
2930           Include stdlib.h for atoi().
2931
2932         * gst/rtsp/gstrtspsrc.c:
2933           Use floating point math for latencies < 0 sec in log output.
2934
2935 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2936
2937         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2938
2939         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2940         (gst_rtp_speex_depay_process):
2941         * gst/rtp/gstrtpspeexdepay.h:
2942         Take timestamp from the RTP packet as a first step to fix problems
2943         with transmission over RTP when the network is not reliable.
2944         Fixes bug #541787.
2945
2946 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2947
2948         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2949
2950         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2951         Fix parsing of udp:// URIs containing IPv6 addresses.
2952         Fixes bug #541650.
2953
2954 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2955
2956         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2957         Do not leak incoming buffers.
2958
2959 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2960
2961         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2962
2963         * configure.ac:
2964         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2965         for htons() and htonl(). Fixes bug #541412.
2966
2967 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2968
2969         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2970         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2971         (gst_matroska_demux_element_query),
2972         (gst_matroska_demux_handle_src_query),
2973         (gst_matroska_demux_handle_seek_event):
2974         Handle position and duration query in DEFAULT format if the
2975         pad's track has a default frame duration set.
2976
2977         Fix seeking now that the segment's duration doesn't contain the
2978         (possibly wrong or inaccurate) duration of the Matroska file.
2979
2980 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2981
2982         * gst/matroska/ebml-read.c: (_ext2dbl):
2983         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2984         in math.h except on MSVC where it is defined in xmath.h.
2985         Fixes compilation with MSVC.
2986
2987 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2988
2989         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2990         (gst_matroska_demux_handle_src_query),
2991         (gst_matroska_demux_parse_info),
2992         (gst_matroska_demux_loop_stream_parse_id):
2993         * gst/matroska/matroska-demux.h:
2994         Don't set the segment duration to the duration from the Matroska
2995         header as this value could be wrong and is just informational.
2996
2997 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2998
2999         * gst/matroska/matroska-demux.c:
3000         (gst_matroska_demux_loop_stream_parse_id):
3001         If no Tracks element is found until the first Cluster is found
3002         search it and error out if none is found in the complete file.
3003
3004 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3005
3006         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3007         Resync non-subtitle tracks too if a too large gap compared to other
3008         tracks is detected.
3009
3010 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3011
3012         * gst/rtp/Makefile.am:
3013         * gst/rtp/gstrtp.c: (plugin_init):
3014         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3015         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3016         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3017         (gst_rtp_vraw_depay_change_state),
3018         (gst_rtp_vraw_depay_plugin_init):
3019         * gst/rtp/gstrtpvrawdepay.h:
3020         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3021         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3022         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3023         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3024         (gst_rtp_vraw_pay_plugin_init):
3025         * gst/rtp/gstrtpvrawpay.h:
3026         Add raw video pay and depayloaders, see RFC4175.
3027
3028 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3029
3030         * ext/libpng/gstpngdec.c:
3031         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3032         whatever it returned.
3033
3034 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3035
3036         * gst/avi/avi-ids.h:
3037         Add vprp chunk related structures.
3038         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3039         (gst_avi_demux_parse_stream):
3040         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3041         to caps.  Fixes #539482.
3042         * gst/avi/gstavimux.h:
3043         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3044         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3045         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3046
3047 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3048
3049         * tests/check/elements/avimux.c: (check_avimux_pad):
3050         Adjust avimux unit test according to increased streamheader size.
3051
3052 2008-06-27  David Schleef  <ds@schleef.org>
3053
3054         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3055
3056 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3057
3058         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3059         * gst/avi/gstavimux.h:
3060         Add 8 bytes to current streamheader to make for a complete one
3061         and to make more players happy.  Fixes #519460.
3062
3063 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3064
3065         * sys/v4l2/v4l2_calls.c::
3066           Don't include unused gstv4l2xoverlay.h. Fixes build
3067           in case where X11 headers are not installed.
3068
3069 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3070
3071         * ext/dv/gstdv.c: (plugin_init):
3072         Fix compilation.
3073
3074 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3075
3076         * ext/dv/gstdv.c: (plugin_init):
3077         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3078         DV decoder available.
3079         Fixes #532393
3080
3081 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3082
3083         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3084         Call getsockname() after the call to bind() to get updated values
3085         for the port, etc. This fixes the usage of udpsrc on anonymous
3086         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3087         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3088
3089 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3090
3091         * tests/check/pipelines/wavpack.c: (bus_handler):
3092         Remove workaround for a bug in identity that is fixed in 0.10.20.
3093
3094 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3095
3096         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3097
3098         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3099         Fix HTTP auth support with user/password passed via the URI.
3100         Fixes bug #540067.
3101
3102 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3103
3104         * configure.ac:
3105           Depend on released versions of core and -base.
3106
3107 2008-06-23  Julien Moutte  <julien@fluendo.com>
3108
3109         * gst/matroska/matroska-demux.c:
3110         (gst_matroska_demux_read_track_encoding),
3111         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3112         format strings in macros. (makes it build on OS X again...)
3113
3114 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3115
3116         * gst/rtp/gstrtptheorapay.c:
3117         * gst/udp/gstmultiudpsink.c:
3118           Added debug.
3119
3120 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3121
3122         * configure.ac: switch v4l2src over to the normal build instead of
3123         being 'experimental'. Fixes bug #536831.
3124
3125 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3126
3127         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3128         Remove unused variable so that we can compile again.
3129
3130 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3131
3132         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3133         No need to check for audio/G723 and audio/32KADPCM here as they are
3134         no longer supported.
3135
3136 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3137
3138         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3139         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3140         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3141         known length.
3142
3143 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3144
3145         * gst/matroska/matroska-demux.c:
3146         (gst_matroska_demux_add_wvpk_header),
3147         (gst_matroska_demux_audio_caps):
3148         * gst/matroska/matroska-ids.h:
3149         Fix demuxing of WavPack files. Muxing is still broken.
3150
3151 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3152
3153         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3154         (gst_matroska_demux_add_mpeg_seq_header),
3155         (gst_matroska_demux_add_wvpk_header),
3156         (gst_matroska_demux_check_subtitle_buffer),
3157         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3158         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3159         (gst_matroska_demux_subtitle_caps):
3160         * gst/matroska/matroska-ids.h:
3161         Add a "vfunc" to the track context for postprocessing frames and
3162         convert the wavpack and subtitle postprocessing to this vfunc.
3163         Copy buffer flags in those functions to the new buffers too.
3164
3165         Parse CodecState elements of Blocks.
3166
3167         Add a postprocessing function for MPEG video that adds the sequence
3168         header from the codec private data or codec state to the frames if
3169         it's not already there.
3170
3171 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3172
3173         * gst/matroska/matroska-demux.c:
3174         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3175         If a gap of more than 1/2 second is found in one stream send a
3176         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3177         This also fixes Matroska files where the first buffer doesn't start
3178         at timestamp 0. Fixes bug #429322.
3179
3180         The duration of a block is the default duration multiplied with the
3181         number of laces. Every lace is one frame and the default duration
3182         is the duration of one frame. This fixes playback of files that use
3183         lacing for some tracks.
3184
3185 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3186
3187         * gst/matroska/matroska-demux.c:
3188         (gst_matroska_demux_parse_contents_seekentry):
3189         Update FIXME/TODOs and only ignore EOS at the central, important place
3190         instead of several places.
3191
3192 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3193
3194         * gst/rtp/gstrtpg726pay.c:
3195         Fix caps, See #538891.
3196
3197 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3198
3199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3200         (gst_matroska_demux_stream_from_num),
3201         (gst_matroska_demux_encoding_cmp),
3202         (gst_matroska_demux_encoding_order_unique),
3203         (gst_matroska_demux_read_track_encoding),
3204         (gst_matroska_demux_read_track_encodings),
3205         (gst_matroska_demux_tracknumber_unique),
3206         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3207         (gst_matroska_demux_parse_tracks),
3208         (gst_matroska_demux_parse_index_cuetrack),
3209         (gst_matroska_demux_parse_index_pointentry),
3210         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3211         (gst_matroska_demux_parse_metadata_id_simple_tag),
3212         (gst_matroska_demux_parse_metadata_id_tag),
3213         (gst_matroska_demux_parse_metadata),
3214         (gst_matroska_demux_parse_attached_file),
3215         (gst_matroska_demux_parse_attachments),
3216         (gst_matroska_demux_parse_chapters),
3217         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3218         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3219         (gst_matroska_demux_parse_cluster),
3220         (gst_matroska_demux_parse_contents_seekentry),
3221         (gst_matroska_demux_parse_contents),
3222         (gst_matroska_demux_loop_stream_parse_id),
3223         (gst_matroska_demux_loop):
3224         Improve debug output everywhere and fix the EOS logic.
3225
3226         Check the values of the ContentEncoding elements more strictly and
3227         don't use tracks for which it's invalid.
3228
3229         Check that the track number is unique for this stream.
3230
3231         Check that seek positions are below G_MAXINT64 as our seeks are
3232         int64-based and overflows will fail badly.
3233
3234         After seeks also don't push SimpleBlocks until the first one
3235         containing a keyframe is found. Before this was done only for normal
3236         Blocks.
3237
3238         Update some FIXME/TODOs.
3239         
3240         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3241         (gst_ebml_read_utf8), (gst_ebml_read_header):
3242         Improve debug output.
3243
3244         * gst/matroska/matroska-ids.c:
3245         (gst_matroska_track_init_video_context):
3246         * gst/matroska/matroska-ids.h:
3247         * gst/matroska/matroska-mux.c:
3248         (gst_matroska_mux_video_pad_setcaps):
3249         Remove eye mode and don't parse it anymore. We can't use that
3250         information in GStreamer yet so it's useless.
3251
3252
3253 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3254
3255         Patch by: Mersad Jelacic <mersad at axis dot com>
3256
3257         * gst/rtp/Makefile.am:
3258         * gst/rtp/gstrtp.c: (plugin_init):
3259         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3260         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3261         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3262         (gst_rtp_g726_depay_plugin_init):
3263         * gst/rtp/gstrtpg726depay.h:
3264         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3265         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3266         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3267         * gst/rtp/gstrtpg726pay.h:
3268         Added G726 pay/depayloaders. Fixes #538891.
3269
3270 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3271
3272         * gst/rtsp/URLS:
3273         Some more urls.
3274
3275         * gst/smpte/barboxwipes.c:
3276         Add a comment
3277
3278         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3279         Fix typo, add audioresample to the pipeline.
3280
3281 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3282
3283         * ext/libmng/Makefile.am:
3284         * ext/libmng/gstmng.c: (plugin_init):
3285         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3286         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3287         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3288         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3289         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3290         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3291         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3292         (gst_mng_dec_change_state):
3293         * ext/libmng/gstmngdec.h:
3294         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3295         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3296         (gst_mng_enc_init), (gst_mng_enc_chain),
3297         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3298         * ext/libmng/gstmngenc.h:
3299         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3300         bits ifdeffed out still.
3301
3302 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3303
3304         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3305         When comparing index elements with the same time compare their
3306         block number.
3307
3308 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3309
3310         * gst/matroska/matroska-demux.c:
3311           (gst_matroska_demux_parse_attached_file)
3312           Init variable to NULL to avoid compiler warning.
3313
3314 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3315
3316         * gst/matroska/Makefile.am:
3317         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3318         (gst_matroska_demux_parse_attached_file),
3319         (gst_matroska_demux_parse_attachments),
3320         (gst_matroska_demux_parse_contents_seekentry),
3321         (gst_matroska_demux_loop_stream_parse_id):
3322         * gst/matroska/matroska-demux.h:
3323         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3324         * gst/matroska/matroska-ids.h:
3325         * gst/matroska/matroska.c: (plugin_init):
3326         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3327         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3328         and description of the attachments in the caps. Fixes bug #537622.
3329
3330 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3331
3332         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3333         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3334         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3335         (gst_speex_enc_src_query), (gst_speex_enc_init),
3336         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3337         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3338         (gst_speex_enc_set_property):
3339         Add mode property.
3340         Some cleanups, add more debug info.
3341         Add latency query.
3342
3343 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3344
3345         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3346         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3347         If we get less bytes than requested we can't do anything except doing
3348         our EOS logic.
3349
3350 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3351
3352         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3353         (gst_matroskademux_do_index_seek),
3354         (gst_matroska_demux_parse_index_cuetrack),
3355         (gst_matroska_demux_parse_index_pointentry),
3356         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3357         (gst_matroska_demux_parse_metadata):
3358         * gst/matroska/matroska-demux.h:
3359         * gst/matroska/matroska-ids.h:
3360         Use a GArray for storing the Cue (i.e. seek) information, store
3361         the CueTrackPositions for every track, store the block number
3362         and optimize searching in the array by sorting it after the last
3363         element was added.
3364
3365         Fix a small memory leak when trying to parse a tags element that was
3366         already parsed.
3367
3368 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3369
3370         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3371         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3372         (gst_matroska_mux_write_data):
3373         * gst/matroska/matroska-mux.h:
3374         Don't write another SeekHead which indexes all Clusters to the end of
3375         the file. This isn't useful for anything and just increases filesize.
3376
3377 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3378
3379         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3380         Prevent unaligned memory access when reading floats.
3381
3382 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3383
3384         * gst/matroska/ebml-read.c:
3385         * gst/matroska/ebml-read.h:
3386         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3387         (gst_matroska_demux_parse_metadata):
3388         * gst/matroska/matroska-demux.h:
3389         Make sure that every Tags element is only parsed once and it's
3390         containing tags are only posted once.
3391
3392 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3393
3394         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3395         (gst_ebml_read_header):
3396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3397         (gst_matroska_demux_parse_tracks),
3398         (gst_matroska_demux_parse_index_cuetrack),
3399         (gst_matroska_demux_parse_index_pointentry),
3400         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3401         (gst_matroska_demux_parse_metadata_id_simple_tag),
3402         (gst_matroska_demux_parse_metadata_id_tag),
3403         (gst_matroska_demux_parse_metadata),
3404         (gst_matroska_demux_parse_attachments),
3405         (gst_matroska_demux_parse_chapters),
3406         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3407         (gst_matroska_demux_parse_cluster),
3408         (gst_matroska_demux_parse_contents_seekentry),
3409         (gst_matroska_demux_parse_contents),
3410         (gst_matroska_demux_loop_stream_parse_id):
3411         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3412         already. They're not useful in the matroska parser and only cause
3413         additional code.
3414
3415 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3416
3417         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3418         (gst_ebml_finalize), (gst_ebml_read_change_state),
3419         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3420         * gst/matroska/matroska-demux.c:
3421         (gst_matroska_demux_parse_contents_seekentry):
3422         Reverse the level list as we usually are only interested in the
3423         first element or want to add a new first element. Having the
3424         first element stored at the end and calling g_list_last() and
3425         g_list_append() is more expensive.
3426
3427         Also use GSlice for allocating the GstEbmlLevel structs.
3428
3429 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3430
3431         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3432           (gst_tag_inject_class_init), (gst_tag_inject_init):
3433           Don't unref NULL taglist in finalize. Don't use c++ style
3434           comments.
3435
3436 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3437
3438         * gst/matroska/matroska-demux.c:
3439         (gst_matroska_demux_parse_metadata_id_simple_tag):
3440         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3441         (gst_matroska_mux_write_data):
3442         Use gst_value_serialize() and gst_value_deserialize() for transforming
3443         tags from some GType to a string and the other way around. The default
3444         transformations in GLib don't include transformations from string to
3445         number types.
3446
3447 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3448
3449         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3450         (gst_matroska_demux_parse_tracks),
3451         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3452         (gst_matroska_demux_parse_attachments),
3453         (gst_matroska_demux_parse_chapters),
3454         (gst_matroska_demux_parse_contents_seekentry),
3455         (gst_matroska_demux_loop_stream_parse_id):
3456         * gst/matroska/matroska-demux.h:
3457         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3458         Tags multiple times. The first ones can appear more than once but must
3459         contain the same content as the first for backup purposes so we ignore
3460         all but the first one. Tags can appear multiple times with different
3461         content.
3462
3463         Jump to all elements except Clusters that are available from a
3464         SeekHead to make it more likely to have all required informations
3465         before getting to the first Clusters.
3466
3467         Add dummy functions for parsing Attachments and Chapters.
3468
3469 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3470
3471         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3472         (gst_udpsrc_create), (gst_udpsrc_set_property),
3473         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3474         * gst/udp/gstudpsrc.h:
3475         Add property to control automatic join/leave of multicast groups.
3476         Add G_LIKELY.
3477         Remove setting caps on buffers explicitly, basesrc does that for us now.
3478         Improve debug info.
3479         Convert some non-fatal error into warnings.
3480         Use g_ntohs for better portability.
3481         Leave multicast groups when stopping.
3482         When using external sockets, use getsockname() on them to fill up the
3483         addr structure before calling methods that use the structure.
3484         Should all fix #536903.
3485         API: GstUDPSrc::auto-multicast property
3486
3487 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3488
3489         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3490         Use g_ntohl for better portability.
3491
3492 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3493
3494         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3495         (gst_multiudpsink_remove):
3496         Fix a typo and do some small cleanups.
3497
3498 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3499
3500         Patch by: Olivier Crete <tester at tester dot ca>
3501
3502         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3503         Make the delivery-method mandatory on the caps and only accept inline
3504         for now.
3505         Reverse strcmp checks for delivery-method.
3506
3507         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3508         Make delivery method optional when parsing caps and note this in the
3509         caps.
3510         Reverse strcmp checks for delivery-method.
3511
3512         * gst/rtp/gstrtpvorbispay.c:
3513         Update a comment to note that the delivery-method is optional, 
3514         Fixes #537675.
3515
3516 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3517
3518         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3519         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3520         leaving them in READY. Fixes #537832.
3521
3522 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3523
3524         * gst/avi/gstavimux.c:
3525           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3526           for a random constant in tagmuxing code.
3527
3528 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3529
3530         * gst/debug/gsttaginject.c:
3531         * gst/debug/gsttaginject.h:
3532           Now actually adding the new element.
3533
3534 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3535
3536         * docs/plugins/Makefile.am:
3537         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3538         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3539         * docs/plugins/gst-plugins-good-plugins.args:
3540         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3541         * docs/plugins/gst-plugins-good-plugins.interfaces:
3542         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3543         * docs/plugins/inspect/plugin-aasink.xml:
3544         * docs/plugins/inspect/plugin-alaw.xml:
3545         * docs/plugins/inspect/plugin-alpha.xml:
3546         * docs/plugins/inspect/plugin-alphacolor.xml:
3547         * docs/plugins/inspect/plugin-annodex.xml:
3548         * docs/plugins/inspect/plugin-apetag.xml:
3549         * docs/plugins/inspect/plugin-audiofx.xml:
3550         * docs/plugins/inspect/plugin-auparse.xml:
3551         * docs/plugins/inspect/plugin-autodetect.xml:
3552         * docs/plugins/inspect/plugin-avi.xml:
3553         * docs/plugins/inspect/plugin-cacasink.xml:
3554         * docs/plugins/inspect/plugin-cairo.xml:
3555         * docs/plugins/inspect/plugin-cdio.xml:
3556         * docs/plugins/inspect/plugin-cutter.xml:
3557         * docs/plugins/inspect/plugin-debug.xml:
3558         * docs/plugins/inspect/plugin-dv.xml:
3559         * docs/plugins/inspect/plugin-efence.xml:
3560         * docs/plugins/inspect/plugin-effectv.xml:
3561         * docs/plugins/inspect/plugin-equalizer.xml:
3562         * docs/plugins/inspect/plugin-esdsink.xml:
3563         * docs/plugins/inspect/plugin-flac.xml:
3564         * docs/plugins/inspect/plugin-flxdec.xml:
3565         * docs/plugins/inspect/plugin-gamma.xml:
3566         * docs/plugins/inspect/plugin-gconfelements.xml:
3567         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3568         * docs/plugins/inspect/plugin-goom.xml:
3569         * docs/plugins/inspect/plugin-goom2k1.xml:
3570         * docs/plugins/inspect/plugin-halelements.xml:
3571         * docs/plugins/inspect/plugin-icydemux.xml:
3572         * docs/plugins/inspect/plugin-id3demux.xml:
3573         * docs/plugins/inspect/plugin-jpeg.xml:
3574         * docs/plugins/inspect/plugin-level.xml:
3575         * docs/plugins/inspect/plugin-matroska.xml:
3576         * docs/plugins/inspect/plugin-monoscope.xml:
3577         * docs/plugins/inspect/plugin-mulaw.xml:
3578         * docs/plugins/inspect/plugin-multifile.xml:
3579         * docs/plugins/inspect/plugin-multipart.xml:
3580         * docs/plugins/inspect/plugin-navigationtest.xml:
3581         * docs/plugins/inspect/plugin-ossaudio.xml:
3582         * docs/plugins/inspect/plugin-png.xml:
3583         * docs/plugins/inspect/plugin-quicktime.xml:
3584         * docs/plugins/inspect/plugin-rtp.xml:
3585         * docs/plugins/inspect/plugin-rtsp.xml:
3586         * docs/plugins/inspect/plugin-smpte.xml:
3587         * docs/plugins/inspect/plugin-soup.xml:
3588         * docs/plugins/inspect/plugin-spectrum.xml:
3589         * docs/plugins/inspect/plugin-speex.xml:
3590         * docs/plugins/inspect/plugin-taglib.xml:
3591         * docs/plugins/inspect/plugin-udp.xml:
3592         * docs/plugins/inspect/plugin-video4linux2.xml:
3593         * docs/plugins/inspect/plugin-videobalance.xml:
3594         * docs/plugins/inspect/plugin-videobox.xml:
3595         * docs/plugins/inspect/plugin-videocrop.xml:
3596         * docs/plugins/inspect/plugin-videoflip.xml:
3597         * docs/plugins/inspect/plugin-videomixer.xml:
3598         * docs/plugins/inspect/plugin-wavenc.xml:
3599         * docs/plugins/inspect/plugin-wavpack.xml:
3600         * docs/plugins/inspect/plugin-wavparse.xml:
3601         * docs/plugins/inspect/plugin-ximagesrc.xml:
3602         * gst/debug/Makefile.am:
3603         * gst/debug/breakmydata.c:
3604         * gst/debug/efence.c:
3605         * gst/debug/gstdebug.c:
3606         * gst/debug/gstnavseek.c:
3607         * gst/debug/gstpushfilesrc.c:
3608         * gst/debug/gstpushfilesrc.h:
3609         * gst/debug/negotiation.c:
3610         * gst/debug/progressreport.c:
3611         * gst/debug/progressreport.h:
3612         * gst/debug/rndbuffersize.c:
3613         * gst/debug/testplugin.c:
3614           Remove dummy plugin_init. Remove some undefined entries from doc-
3615           section file. Add taginject element and rebuild docs for it.
3616
3617 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3618
3619         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3620         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3621         Update the counter for the number of streams when pads are added or
3622         removed. This will make sure that a seek table is generated for
3623         files with just one audio stream.
3624
3625 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3626
3627         * gst/matroska/matroska-demux.c:
3628         (gst_matroska_demux_parse_metadata_id_simple_tag):
3629         * gst/matroska/matroska-ids.h:
3630         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3631         Add some more tags, improve debugging a bit and make sure that
3632         GValue transformation has succeeded before using the result
3633         as a tag.
3634
3635 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3636
3637         Patch by: Olivier Crete <tester at tester dot ca>
3638
3639         * gst/rtp/gstrtptheorapay.c:
3640         The Theora RTP payloader only supports the "inline" delievery method
3641         so let's declare this on the caps of the static pad template.
3642         Fixes bug #537675.
3643
3644 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3645
3646         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3647         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3648         Remove bogus check.
3649
3650 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3651
3652         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3653         (gst_videomixer_blend_buffers):
3654         Use stream_time to synchronize the object properties.
3655         Use running_time of the master pad to timestamp outgoing buffers.
3656         Fix the initial segment event to extend an unknown amount of time.
3657         Fixes #537361.
3658
3659 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3660
3661         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3662         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3663         (gst_avi_demux_calculate_durations_from_index),
3664         (gst_avi_demux_stream_header_push),
3665         (gst_avi_demux_stream_header_pull):
3666         Try to ignore unparsable/unknown streams and give a warning instead of
3667         erroring out. Fixes #537377.
3668
3669 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3670
3671         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3672         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3673
3674         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3675         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3676         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3677         (gst_matroska_demux_read_track_encodings),
3678         (gst_matroska_demux_add_stream),
3679         (gst_matroska_demux_handle_src_query),
3680         (gst_matroska_demux_init_stream),
3681         (gst_matroska_demux_parse_index_cuetrack),
3682         (gst_matroska_demux_parse_index_pointentry),
3683         (gst_matroska_demux_parse_info),
3684         (gst_matroska_demux_parse_metadata_id_simple_tag),
3685         (gst_matroska_demux_parse_metadata),
3686         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3687         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3688         (gst_matroska_demux_parse_cluster),
3689         (gst_matroska_demux_parse_contents_seekentry),
3690         (gst_matroska_demux_loop_stream_parse_id),
3691         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3692         (gst_matroska_demux_audio_caps),
3693         (gst_matroska_demux_subtitle_caps):
3694         * gst/matroska/matroska-demux.h:
3695         * gst/matroska/matroska-ids.c:
3696         (gst_matroska_track_init_subtitle_context):
3697         * gst/matroska/matroska-ids.h:
3698         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3699         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3700         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3701         (gst_matroska_mux_video_pad_setcaps),
3702         (gst_matroska_mux_audio_pad_setcaps),
3703         (gst_matroska_mux_subtitle_pad_setcaps),
3704         (gst_matroska_mux_request_new_pad),
3705         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3706         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3707         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3708         (gst_matroska_mux_set_property):
3709         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3710         elements, do some checks for valid values in the demuxer, handle
3711         tracktimecodescale in the demuxer, set correct default values for all
3712         settings in the demuxer, review and add all missing matroska
3713         IDs and some more raw YUV formats, and some trivial cleanup.
3714
3715 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3716
3717         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3718         (gst_pulsemixer_class_init):
3719         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3720         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3721         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3722         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3723         (gst_pulsesrc_prepare):
3724         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3725         gst_element_class_set_details_simple() and fix coding style a bit
3726         more.
3727
3728 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3729
3730         * docs/plugins/Makefile.am:
3731         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3732         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3733         * docs/plugins/gst-plugins-good-plugins.args:
3734         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3735         * docs/plugins/gst-plugins-good-plugins.interfaces:
3736         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3737         * docs/plugins/inspect/plugin-aasink.xml:
3738         * docs/plugins/inspect/plugin-alaw.xml:
3739         * docs/plugins/inspect/plugin-alpha.xml:
3740         * docs/plugins/inspect/plugin-alphacolor.xml:
3741         * docs/plugins/inspect/plugin-annodex.xml:
3742         * docs/plugins/inspect/plugin-apetag.xml:
3743         * docs/plugins/inspect/plugin-audiofx.xml:
3744         * docs/plugins/inspect/plugin-auparse.xml:
3745         * docs/plugins/inspect/plugin-autodetect.xml:
3746         * docs/plugins/inspect/plugin-avi.xml:
3747         * docs/plugins/inspect/plugin-cacasink.xml:
3748         * docs/plugins/inspect/plugin-cairo.xml:
3749         * docs/plugins/inspect/plugin-cdio.xml:
3750         * docs/plugins/inspect/plugin-cutter.xml:
3751         * docs/plugins/inspect/plugin-debug.xml:
3752         * docs/plugins/inspect/plugin-dv.xml:
3753         * docs/plugins/inspect/plugin-efence.xml:
3754         * docs/plugins/inspect/plugin-effectv.xml:
3755         * docs/plugins/inspect/plugin-equalizer.xml:
3756         * docs/plugins/inspect/plugin-esdsink.xml:
3757         * docs/plugins/inspect/plugin-flac.xml:
3758         * docs/plugins/inspect/plugin-flxdec.xml:
3759         * docs/plugins/inspect/plugin-gamma.xml:
3760         * docs/plugins/inspect/plugin-gconfelements.xml:
3761         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3762         * docs/plugins/inspect/plugin-goom.xml:
3763         * docs/plugins/inspect/plugin-goom2k1.xml:
3764         * docs/plugins/inspect/plugin-halelements.xml:
3765         * docs/plugins/inspect/plugin-icydemux.xml:
3766         * docs/plugins/inspect/plugin-id3demux.xml:
3767         * docs/plugins/inspect/plugin-jpeg.xml:
3768         * docs/plugins/inspect/plugin-level.xml:
3769         * docs/plugins/inspect/plugin-matroska.xml:
3770         * docs/plugins/inspect/plugin-monoscope.xml:
3771         * docs/plugins/inspect/plugin-mulaw.xml:
3772         * docs/plugins/inspect/plugin-multifile.xml:
3773         * docs/plugins/inspect/plugin-multipart.xml:
3774         * docs/plugins/inspect/plugin-navigationtest.xml:
3775         * docs/plugins/inspect/plugin-ossaudio.xml:
3776         * docs/plugins/inspect/plugin-png.xml:
3777         * docs/plugins/inspect/plugin-pulseaudio.xml:
3778         * docs/plugins/inspect/plugin-quicktime.xml:
3779         * docs/plugins/inspect/plugin-rtp.xml:
3780         * docs/plugins/inspect/plugin-rtsp.xml:
3781         * docs/plugins/inspect/plugin-smpte.xml:
3782         * docs/plugins/inspect/plugin-soup.xml:
3783         * docs/plugins/inspect/plugin-spectrum.xml:
3784         * docs/plugins/inspect/plugin-speex.xml:
3785         * docs/plugins/inspect/plugin-taglib.xml:
3786         * docs/plugins/inspect/plugin-udp.xml:
3787         * docs/plugins/inspect/plugin-video4linux2.xml:
3788         * docs/plugins/inspect/plugin-videobalance.xml:
3789         * docs/plugins/inspect/plugin-videobox.xml:
3790         * docs/plugins/inspect/plugin-videocrop.xml:
3791         * docs/plugins/inspect/plugin-videoflip.xml:
3792         * docs/plugins/inspect/plugin-videomixer.xml:
3793         * docs/plugins/inspect/plugin-wavenc.xml:
3794         * docs/plugins/inspect/plugin-wavpack.xml:
3795         * docs/plugins/inspect/plugin-wavparse.xml:
3796         * docs/plugins/inspect/plugin-ximagesrc.xml:
3797         * ext/pulse/plugin.c:
3798         * ext/pulse/pulsemixer.c:
3799         * ext/pulse/pulsesink.c:
3800         * ext/pulse/pulsesrc.c:
3801         Add documentation to the pulseaudio plugin and run make update
3802         in docs/plugins.
3803
3804 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3805
3806         Patch by: Brian Cameron <brian.cameron at sun dot com>
3807
3808         * sys/sunaudio/gstsunaudiomixerctrl.c:
3809         (gst_sunaudiomixer_ctrl_get_volume),
3810         (gst_sunaudiomixer_ctrl_set_volume):
3811         Improvements for the SunAudio mixer by handling mute as no gain
3812         for tracks that have a gain property but no mute property.
3813         Fixes bug #536067.
3814
3815 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3816
3817         * configure.ac:
3818         * ext/pulse/Makefile.am:
3819         * ext/pulse/plugin.c: (plugin_init):
3820         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3821         (gst_pulsemixer_implements_interface_init),
3822         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3823         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3824         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3825         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3826         * ext/pulse/pulsemixer.h:
3827         * ext/pulse/pulsemixerctrl.c:
3828         (gst_pulsemixer_ctrl_context_state_cb),
3829         (gst_pulsemixer_ctrl_sink_info_cb),
3830         (gst_pulsemixer_ctrl_source_info_cb),
3831         (gst_pulsemixer_ctrl_subscribe_cb),
3832         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3833         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3834         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3835         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3836         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3837         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3838         * ext/pulse/pulsemixerctrl.h:
3839         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3840         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3841         * ext/pulse/pulsemixertrack.h:
3842         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3843         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3844         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3845         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3846         (gst_pulseprobe_new), (gst_pulseprobe_free),
3847         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3848         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3849         (gst_pulseprobe_set_server):
3850         * ext/pulse/pulseprobe.h:
3851         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3852         (gst_pulsesink_class_init), (gst_pulsesink_init),
3853         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3854         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3855         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3856         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3857         (gst_pulsesink_stream_request_cb),
3858         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3859         (gst_pulsesink_close), (gst_pulsesink_prepare),
3860         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3861         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3862         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3863         (gst_pulsesink_event), (gst_pulsesink_get_type):
3864         * ext/pulse/pulsesink.h:
3865         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3866         (gst_pulsesrc_implements_interface_init),
3867         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3868         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3869         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3870         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3871         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3872         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3873         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3874         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3875         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3876         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3877         (gst_pulsesrc_get_type):
3878         * ext/pulse/pulsesrc.h:
3879         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3880         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3881         * ext/pulse/pulseutil.h:
3882         Add pulseaudio GStreamer element from gst-pulse. Development will
3883         continue here instead of pulseaudio SVN. Fixes bug #400679.
3884         Only changes over gst-pulse SVN are added copyright to the top of
3885         files and coding style changes.
3886
3887 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3888
3889         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3890
3891         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3892           (gst_cdio_add_cdtext_album_tags):
3893         * ext/cdio/gstcdio.h:
3894         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3895           Also extract album title and album genre from CD-TEXT if
3896           available (#537021).
3897
3898 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3899
3900         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3901
3902         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3903         Improve negotiation a bit more by picking the smallest possible
3904         resolution that is larger than the resolution specified in the
3905         first caps entry of the peer caps. Fixes bug #536994.
3906
3907 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3908
3909         Patch by: Bastien Nocera <hadess at hadess dot net>
3910
3911         * sys/v4l2/gstv4l2vidorient.c:
3912         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3913         Fix compilation with newer GIT kernels that deprecated
3914         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3915
3916 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3917
3918         * configure.ac:
3919         * ext/cdio/gstcdio.c:
3920         * ext/cdio/gstcdio.h:
3921         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3922           Require libcdio >= 0.76.
3923
3924 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3925
3926         * gst/avi/gstavidemux.c:
3927         Catch UNEXPECTED when downstream has reached end of
3928         segment in reverse mode.
3929
3930 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3931
3932         * gst/avi/gstavidemux.c:
3933         Fix typo in comment
3934
3935 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3936
3937         * gst/avi/gstavidemux.c:
3938         Because we don't know the frame order we need to push till
3939         the next keyframe
3940
3941 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3942
3943         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3944
3945         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3946         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3947         Provide a custom negotiation function to make sure to pick the highest
3948         possible framerate and resolution. Fixes bug #536646.
3949
3950 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3951
3952         * gst/avi/gstavidemux.c:
3953         Set EOS when going out of the segment in reverse playback
3954
3955 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3956
3957         * ext/taglib/Makefile.am::
3958           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3959           taglib headers (with gcc 4.3.1).
3960
3961 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3962
3963         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3964         Use the new gst_rtsp_connection_get_ip() to access the IP address
3965         of a GstRTSPConnection since it is a private member.
3966
3967 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3968
3969         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3970         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3971           Use new utility functions in libgsttag to process coverart (#512333).
3972
3973 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3974
3975         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3976         We actually support left/side, right/side and mid/side files. The
3977         conversion to normal, interleaved stereo is done by libflac.
3978
3979 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3980
3981         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3982         (gst_ebml_write_set_cache):
3983         Unref the write cache in finalize if it was set and add add "FIXME"
3984         to a comment that needs it.
3985
3986 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3987
3988         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3989
3990         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3991         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3992         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3993         (gst_avi_demux_process_next_entry):
3994         * gst/avi/gstavidemux.h:
3995         Implement reverse playback. Fixes #535300.
3996         Small cleanups.
3997
3998 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3999
4000         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4001         (gst_videomixer_query_latency):
4002         When using gst_element_iterate_pads() one has to unref every pad
4003         after usage.
4004
4005 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4006
4007         Patch by: Bastien Nocera <hadess at hadess dot net>
4008         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4009         (qtdemux_parse_udta):
4010         * gst/qtdemux/qtdemux_fourcc.h:
4011         Improve meta-data handling, add 'comment', 'description' and
4012         'copyright' tag handling.
4013         Fixes #535935
4014
4015 2008-05-31  Julien Moutte  <julien@fluendo.com>
4016
4017         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4018         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4019         (gst_qtdemux_seek_to_previous_keyframe),
4020         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4021         we don't clip the segment's stop using the main segment duration as
4022         that could crop quite some video frames. Make reverse playback support
4023         more robust and support edit lists. Support seeking to the last frame,
4024         and fix reverse looping playback. Add some debugging.
4025         * win32/common/config.h: Updated.
4026
4027 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4028
4029         * gst/equalizer/gstiirequalizer.c:
4030         (gst_iir_equalizer_transform_ip):
4031         Don't clip float/double samples, correctly unset passthrough mode
4032         and use better rounding for integer samples.
4033
4034 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4035
4036         * gst/equalizer/gstiirequalizer.c:
4037         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4038         (setup_filter), (set_passthrough), (update_coefficients),
4039         (gst_iir_equalizer_compute_frequencies),
4040         (gst_iir_equalizer_transform_ip):
4041         * gst/equalizer/gstiirequalizer.h:
4042         Update the filter coefficients only when needed in the transform_ip
4043         function and correctly set the element into passthrough mode if the
4044         gain of all bands is 0.
4045
4046 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4047
4048         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4049
4050         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4051         (gst_alpha_set_property), (gst_alpha_get_property),
4052         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4053         Try to skip pixels or areas that are too dark or too bright for us to do
4054         meaningfull color detection.
4055         Added properties to control the sensitivity to light and darkness.
4056         Added some small cleanups. Fixes #512345.
4057
4058 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4059
4060         * docs/plugins/.cvsignore:
4061         * tests/check/elements/.cvsignore:
4062         Ignore some more generated things
4063
4064         * tests/check/Makefile.am:
4065         Ignore OSS elements in the state changes test too.
4066
4067 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4068
4069         * docs/plugins/Makefile.am:
4070         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4071         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4072         Add SMPTE effect elements to docs.
4073
4074 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4075
4076         * docs/plugins/Makefile.am:
4077         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4078         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4079         * ext/raw1394/gstdv1394src.c:
4080           Document whats first shown on the fdo plugin docs page :)
4081
4082 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4083
4084         * docs/plugins/Makefile.am:
4085         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4086         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4087         * docs/plugins/gst-plugins-good-plugins.args:
4088         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4089         * docs/plugins/inspect/plugin-audiofx.xml:
4090         * gst/audiofx/Makefile.am:
4091         * gst/audiofx/audiofx.c:
4092         * gst/audiofx/audiokaraoke.c:
4093         * gst/audiofx/audiokaraoke.h:
4094         * gst/audiofx/audiovoice.c:
4095         * gst/audiofx/audiovoice.h:
4096           Rename audiovoice to audiokaraoke and add it to the docs.
4097
4098 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4099
4100         * REQUIREMENTS:
4101         * docs/plugins/Makefile.am:
4102         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4103         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4104         * docs/plugins/gst-plugins-good-plugins.args:
4105         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4106         * docs/plugins/gst-plugins-good-plugins.interfaces:
4107         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4108         * docs/plugins/inspect/plugin-aasink.xml:
4109         * docs/plugins/inspect/plugin-alaw.xml:
4110         * docs/plugins/inspect/plugin-alpha.xml:
4111         * docs/plugins/inspect/plugin-alphacolor.xml:
4112         * docs/plugins/inspect/plugin-annodex.xml:
4113         * docs/plugins/inspect/plugin-apetag.xml:
4114         * docs/plugins/inspect/plugin-audiofx.xml:
4115         * docs/plugins/inspect/plugin-auparse.xml:
4116         * docs/plugins/inspect/plugin-autodetect.xml:
4117         * docs/plugins/inspect/plugin-avi.xml:
4118         * docs/plugins/inspect/plugin-cacasink.xml:
4119         * docs/plugins/inspect/plugin-cairo.xml:
4120         * docs/plugins/inspect/plugin-cdio.xml:
4121         * docs/plugins/inspect/plugin-cutter.xml:
4122         * docs/plugins/inspect/plugin-debug.xml:
4123         * docs/plugins/inspect/plugin-dv.xml:
4124         * docs/plugins/inspect/plugin-efence.xml:
4125         * docs/plugins/inspect/plugin-effectv.xml:
4126         * docs/plugins/inspect/plugin-equalizer.xml:
4127         * docs/plugins/inspect/plugin-esdsink.xml:
4128         * docs/plugins/inspect/plugin-flac.xml:
4129         * docs/plugins/inspect/plugin-flxdec.xml:
4130         * docs/plugins/inspect/plugin-gamma.xml:
4131         * docs/plugins/inspect/plugin-gconfelements.xml:
4132         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4133         * docs/plugins/inspect/plugin-goom.xml:
4134         * docs/plugins/inspect/plugin-goom2k1.xml:
4135         * docs/plugins/inspect/plugin-halelements.xml:
4136         * docs/plugins/inspect/plugin-icydemux.xml:
4137         * docs/plugins/inspect/plugin-id3demux.xml:
4138         * docs/plugins/inspect/plugin-jpeg.xml:
4139         * docs/plugins/inspect/plugin-level.xml:
4140         * docs/plugins/inspect/plugin-matroska.xml:
4141         * docs/plugins/inspect/plugin-monoscope.xml:
4142         * docs/plugins/inspect/plugin-mulaw.xml:
4143         * docs/plugins/inspect/plugin-multifile.xml:
4144         * docs/plugins/inspect/plugin-multipart.xml:
4145         * docs/plugins/inspect/plugin-navigationtest.xml:
4146         * docs/plugins/inspect/plugin-ossaudio.xml:
4147         * docs/plugins/inspect/plugin-png.xml:
4148         * docs/plugins/inspect/plugin-quicktime.xml:
4149         * docs/plugins/inspect/plugin-rtp.xml:
4150         * docs/plugins/inspect/plugin-rtsp.xml:
4151         * docs/plugins/inspect/plugin-smpte.xml:
4152         * docs/plugins/inspect/plugin-soup.xml:
4153         * docs/plugins/inspect/plugin-spectrum.xml:
4154         * docs/plugins/inspect/plugin-speex.xml:
4155         * docs/plugins/inspect/plugin-taglib.xml:
4156         * docs/plugins/inspect/plugin-udp.xml:
4157         * docs/plugins/inspect/plugin-video4linux2.xml:
4158         * docs/plugins/inspect/plugin-videobalance.xml:
4159         * docs/plugins/inspect/plugin-videobox.xml:
4160         * docs/plugins/inspect/plugin-videocrop.xml:
4161         * docs/plugins/inspect/plugin-videoflip.xml:
4162         * docs/plugins/inspect/plugin-videomixer.xml:
4163         * docs/plugins/inspect/plugin-wavenc.xml:
4164         * docs/plugins/inspect/plugin-wavpack.xml:
4165         * docs/plugins/inspect/plugin-wavparse.xml:
4166         * docs/plugins/inspect/plugin-ximagesrc.xml:
4167         * ext/aalib/gstaasink.c:
4168         * ext/libcaca/gstcacasink.c:
4169           Document aasink and cacasink.
4170
4171 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4172
4173         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4174         (gst_videomixer_init), (gst_videomixer_query_duration),
4175         (gst_videomixer_query_latency), (gst_videomixer_query),
4176         (gst_videomixer_blend_buffers):
4177         * gst/videomixer/videomixer.h:
4178         Implement position (in time), duration and latency queries.
4179
4180 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4181
4182         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4183         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4184         (gst_videomixer_fill_queues), (forward_event_func),
4185         (forward_event), (gst_videomixer_src_event),
4186         (gst_videomixer_sink_event):
4187         * gst/videomixer/videomixer.h:
4188         Implement proper seek/newsegment handling.
4189         Based on adder's implementation.
4190         Fixes #535121
4191
4192 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4193
4194         Patch by: Jan Gerber <j at oil21 dot org>
4195
4196         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4197         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4198
4199 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4200
4201         * gst/audiofx/Makefile.am:
4202         * gst/audiofx/audiofx.c: (plugin_init):
4203         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4204         (gst_audio_voice_class_init), (gst_audio_voice_init),
4205         (update_filter), (gst_audio_voice_set_property),
4206         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4207         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4208         (gst_audio_voice_transform_ip):
4209         * gst/audiofx/audiovoice.h:
4210         Add simple voice removal element. Yay karaoke.
4211
4212 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4213
4214         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4215
4216         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4217         Fix potential caps leak.
4218         If we can't get the framerate with an ioctl, try to get it with the
4219         current norm. Fixes #520092.
4220
4221 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4222
4223         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4224
4225         * sys/v4l2/v4l2src_calls.c:
4226         (gst_v4l2src_probe_caps_for_format_and_size):
4227         If we fail to get the frame intervals, simply don't touch the framerates
4228         on the template caps instead of discarding the format. See #520092.
4229
4230 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4231
4232         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4233
4234         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4235         (gst_v4l2_get_caps_info):
4236         Add NV12, NV21 and bayer support. See #520092.
4237
4238 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4239
4240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4241         (gst_qtdemux_activate_segment):
4242         Unbreak segment activation again. Fixes #531672.
4243
4244 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4245
4246         * ext/flac/Makefile.am:
4247         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4248         Set the channel layout when decoding FLAC files with more than 2
4249         channels as defined by the FLAC spec. Fixes bug #534570.
4250
4251         Also don't try to decode left/side, right/side and mid/side files
4252         as we don't support this at all.
4253
4254 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4255
4256         * configure.ac:
4257           We need -base CVS (rtsp).
4258
4259 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4260
4261         * gst/udp/Makefile.am:
4262           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4263           when including netdb.h when building against glibc >= 2.8.
4264
4265 2008-05-22  Julien Moutte  <julien@fluendo.com>
4266
4267         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4268         debug statement arguments.
4269         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4270         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4271         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4272         on more platforms.
4273
4274 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4275
4276         * tests/check/elements/avimux.c: (setup_src_pad),
4277         (teardown_src_pad):
4278         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4279         (GST_START_TEST):
4280         * tests/check/elements/matroskamux.c: (setup_src_pad),
4281         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4282         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4283         (GST_START_TEST):
4284         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4285         (setup_wavpackparse), (cleanup_wavpackparse):
4286         Don't use gst_element_get_pad(), it's a bad, bad method.
4287
4288 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4289
4290         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4291         (do_toggle_element):
4292         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4293         (do_toggle_element):
4294         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4295         (do_toggle_element):
4296         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4297         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4298         (do_toggle_element):
4299         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4300         (do_toggle_element):
4301         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4302         (gst_auto_audio_sink_detect):
4303         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4304         (gst_auto_video_sink_detect):
4305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4306         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4307         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4308         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4309         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4310         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4311         * tests/icles/videocrop-test.c: (test_with_caps),
4312         (video_crop_get_test_caps):
4313         Don't use gst_element_get_pad(), it's a bad method.
4314
4315 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4316
4317         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4318         (gst_multiudpsink_add_internal):
4319         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4320         (gst_udp_join_group):
4321         * gst/udp/gstudpnetutils.h:
4322         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4323         Joining a multicast group and setting the loop/ttl properties are
4324         totally unrelated tasks are must be separated.
4325
4326 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4327
4328         * gst/avi/gstavimux.c:
4329           Also support alaw/mulaw.
4330
4331 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4332
4333         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4334         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4335         * gst/udp/gstmultiudpsink.h:
4336         Add a fixme for the auto-multicast property.
4337         Fix some confusing debug messages.
4338         Disable setting a qos value by default.
4339
4340 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4341
4342         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4343
4344         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4345         Ignore EPERM errors from sendto. Fixes #533619.
4346
4347 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4348
4349         Patch by: Henrik Eriksson <henriken at axis dot com>
4350
4351         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4352         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4353         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4354         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4355         * gst/udp/gstmultiudpsink.h:
4356         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4357
4358 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4359
4360         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4361         Improve debugging of the ident.
4362
4363 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4364
4365         Patch by: Bruno Santos <brunof at ua dot pt>
4366
4367         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4368         (gst_udp_join_group), (gst_udp_leave_group),
4369         (gst_udp_is_multicast):
4370         * gst/udp/gstudpnetutils.h:
4371         Provide a bunch of helper methods to deal with IPv4 and IPv6
4372         transparently.
4373
4374         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4375         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4376         (gst_multiudpsink_get_property), (join_multicast),
4377         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4378         (gst_multiudpsink_remove):
4379         * gst/udp/gstmultiudpsink.h:
4380         Add multicast TTL and loopback properties.
4381         Use the helper methods to implement ip4 and ip6.
4382
4383         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4384         * gst/udp/gstudpsrc.h:
4385         Use the helper methods to implement ip4 and ip6.
4386         Fixes #515962.
4387
4388 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4389
4390         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4391
4392         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4393         (gst_multipart_demux_get_gstname),
4394         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4395         * gst/multipart/multipartdemux.h:
4396         Don't blindly copy the mime-type as the caps name because they not
4397         always map directly. Instead use a hashtable with common mappings.
4398         Fixes #533287.
4399
4400 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4401
4402         * ext/esd/esdsink.c: (gst_esdsink_write):
4403         When we post an error, we must return -1 to let the parent know that we
4404         cannot write the segment else it will loop and continue to call us again
4405         forever. Patch by Michael Meeks.
4406
4407 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4408
4409         * gst/videomixer/videomixer.c:
4410           Add missing incudes.
4411
4412 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4413
4414         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4415         (gst_rtp_h264_pay_handle_buffer):
4416         * gst/rtp/gstrtph264pay.h:
4417         Correct a typo (sinle -> single).
4418
4419 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4420
4421         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4422         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4423         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4424         (gst_rtp_h264_depay_process):
4425         * gst/rtp/gstrtph264depay.h:
4426         Add experimental support for outputting quicktime-like AVC output in
4427         addition to the existing bytestream output.
4428
4429         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4430         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4431         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4432         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4433         (gst_rtp_h264_pay_get_property):
4434         * gst/rtp/gstrtph264pay.h:
4435         Make the parsing mode configurable, for some inputs we don't need to
4436         scan every byte for start codes.
4437         Only set the marker bit on ACCESS units.
4438
4439 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4440
4441         * gst/equalizer/gstiirequalizer.c:
4442         Use a bigger type in integer mode for the intermediate results to
4443         prevent overflows. This fixes the crippled sound when using the
4444         equalizer in integer mode. Fixes bug #510865.
4445
4446 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4447
4448         * gst/videomixer/videomixer.c:
4449         * gst/videomixer/videomixer.h:
4450         Instead of a random number for the request pad id's,
4451         use a counter.
4452
4453         Register the videomixerpad class from the element's class_init
4454         where it's safer, and allows the docs generator to scan it.
4455
4456 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4457
4458         * gst/smpte/Makefile.am:
4459         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4460         * gst/smpte/gstsmpte.h:
4461         * gst/smpte/gstsmptealpha.c:
4462         (gst_smpte_alpha_transition_type_get_type),
4463         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4464         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4465         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4466         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4467         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4468         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4469         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4470         * gst/smpte/gstsmptealpha.h:
4471         * gst/smpte/plugin.c: (plugin_init):
4472         Add new plugin that adds the SMPTE transition in the alpha channel of
4473         I420 and AYUV frames so that they can be blended with videomixer later
4474         on. Uses all niceties such as using base transform for efficient alloc
4475         and negotiation. It currently requires GstController to control the
4476         position in the transition effect.
4477
4478 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4479
4480         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4481         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4482         * docs/plugins/gst-plugins-good-plugins.args:
4483         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4484         * docs/plugins/gst-plugins-good-plugins.interfaces:
4485         * docs/plugins/gst-plugins-good-plugins.types:
4486         * gst/videomixer/videomixer.c:
4487           Try using thaytans new mechanism to get extra classes into plugin
4488           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4489           missing still.
4490
4491 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4492
4493         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4494         Set proper rate in avi stream header for PCM audio, and also do some
4495         more sanity checks on caps in this case.  Fixes #511489.
4496
4497 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4498
4499         * sys/v4l2/gstv4l2src.c:
4500         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4501         isn't implemented at all yet and this requires X headers to be
4502         installed. Fixes bug #533264.
4503
4504 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4505
4506         reviewed by: <delete if not using a buddy>
4507
4508         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4509         (gst_ebml_write_set_cache):
4510         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4511         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4512         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4513         (gst_matroska_demux_read_track_encodings),
4514         (gst_matroska_demux_add_stream),
4515         (gst_matroska_demux_handle_src_query),
4516         (gst_matroska_demux_init_stream),
4517         (gst_matroska_demux_parse_index_cuetrack),
4518         (gst_matroska_demux_parse_index_pointentry),
4519         (gst_matroska_demux_parse_info),
4520         (gst_matroska_demux_parse_metadata_id_simple_tag),
4521         (gst_matroska_demux_parse_metadata),
4522         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4523         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4524         (gst_matroska_demux_parse_cluster),
4525         (gst_matroska_demux_parse_contents_seekentry),
4526         (gst_matroska_demux_loop_stream_parse_id),
4527         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4528         (gst_matroska_demux_audio_caps),
4529         (gst_matroska_demux_subtitle_caps):
4530         * gst/matroska/matroska-demux.h:
4531         * gst/matroska/matroska-ids.c:
4532         (gst_matroska_track_init_subtitle_context):
4533         * gst/matroska/matroska-ids.h:
4534         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4535         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4536         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4537         * sys/v4l2/gstv4l2src.c:
4538         * tests/check/pipelines/wavpack.c: (bus_handler):
4539         * win32/common/config.h:
4540
4541 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4542
4543         * ext/wavpack/gstwavpackstreamreader.c:
4544         * tests/examples/spectrum/demo-audiotest.c:
4545         * tests/examples/spectrum/demo-osssrc.c:
4546         Fix some compiler warnings.
4547
4548 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4549
4550         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4551         Small comment added.
4552
4553         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4554         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4555         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4556         Debug string cleanups (remove trailing \n)
4557         Refactor and clean up the payloader a bit and make sure that we only
4558         put one NAL unit in an RTP packet even if the input buffer contains
4559         multiple NAL units.
4560         Add suport for AVC format input.
4561
4562 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4563
4564         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4565         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4566         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4567         * gst/rtp/gstrtph264pay.h:
4568         Make it possible to specify profile-level-id and sprop-parameter-sets
4569         using properties in case they are not available in-stream.
4570
4571 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4572
4573         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4574         * docs/plugins/gst-plugins-good-plugins.args:
4575         * docs/plugins/inspect/plugin-ladspa.xml:
4576           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4577
4578 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4579
4580         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4581         Send an initial BYTE segment to inform downstream of later seeking,
4582         and to forego sync attempts.
4583
4584 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4585
4586         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4587         Fix wrong caps string.
4588
4589 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4590
4591         Based on patch by: Olivier Crete <tester at tester dot ca>
4592
4593         * gst/rtp/Makefile.am:
4594         * gst/rtp/gstrtp.c: (plugin_init):
4595         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4596         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4597         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4598         (gst_rtp_g729_depay_plugin_init):
4599         * gst/rtp/gstrtpg729depay.h:
4600         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4601         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4602         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4603         * gst/rtp/gstrtpg729pay.h:
4604         Added G729 pay and depayloaders. Fixes #532409.
4605
4606 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4607
4608         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4609         Fix the calculation of the duration of the concealment packets.
4610
4611 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4612
4613         Based on patch by: Olivier Crete <tester at tester dot ca>
4614
4615         * gst/rtp/Makefile.am:
4616         * gst/rtp/gstrtp.c: (plugin_init):
4617         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4618         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4619         (parse_encode), (gst_rtp_dv_depay_setcaps),
4620         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4621         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4622         (gst_rtp_dv_depay_plugin_init):
4623         * gst/rtp/gstrtpdvdepay.h:
4624         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4625         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4626         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4627         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4628         (gst_dv_pay_negotiate), (include_dif),
4629         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4630         * gst/rtp/gstrtpdvpay.h:
4631         Add DV pay and depayloaders. Fixes #532423.
4632
4633 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4634
4635         * gst/matroska/matroska-demux.c:
4636         (gst_matroska_demux_push_dvd_clut_change_event):
4637         Convert subtitle palette info in VobSub private data from VobSub's
4638         (buggy) RGB to YUV.
4639
4640 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4641
4642         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4643         Do not leave fourcc stream header field empty upon reset.
4644         Fixes #519301.
4645
4646 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4647
4648         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4649         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4650         * docs/plugins/inspect/plugin-goom.xml:
4651         * docs/plugins/inspect/plugin-goom2k1.xml:
4652         * gst/goom/gstgoom.c:
4653         * gst/goom2k1/gstgoom.c:
4654         Add goom2k1 into the docs.
4655
4656 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4657
4658         Based on patch by: Wouter Cloetens  <wouter at mind be>
4659
4660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4661         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4662         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4663         (gst_rtsp_decode_quoted_string),
4664         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4665         (gst_rtspsrc_setup_auth):
4666         Support Digest authentication. Fixes #532065.
4667
4668 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4669
4670         * gst/level/gstlevel.c:
4671           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4672           about whats needed for liboil acceleration. Simplify docs a bit.
4673
4674 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4675
4676         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4677
4678         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4679         Update the track duration if the old one was invalid.
4680         Fixes bug #532117.
4681
4682 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4683
4684         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4685           Use GST_STR_NULL when trying to print sps and pps strings that could
4686           be NULL, as this might crash on some platforms.
4687
4688 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4689
4690         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4691
4692         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4693           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4694           set after creating the clipper.
4695
4696 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4697
4698         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4699
4700         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4701           Added checking of surface lost case after an unsuccessful
4702           IDirectDrawSurface7_Lock() call.
4703           If surface is lost, return GST_FLOW_OK.
4704
4705 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4706
4707         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4708
4709         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4710           WndProc, gst_directdraw_sink_window_thread):
4711           Improved Windows message loop and fixed window destruction issue.
4712           When the window which DirectDraw is rendering to is destroyed, the
4713           render/show_frame function will return GST_FLOW_ERROR.
4714           Partially fixes #520885.
4715
4716 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4717
4718         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4719
4720         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4721           Fixed mid stream resolution change bug, the offscreen surface is now
4722           released when set_caps is called.
4723           Partially fixes #520885.
4724
4725 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4726
4727         * sys/directdraw/gstdirectdrawsink.c
4728           (gst_directdraw_sink_buffer_alloc):
4729           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4730           width/height.
4731
4732           Especially when looking through the pool of buffers, make sure that
4733           the width/height of caps is used instead of the already negotiated
4734           dimensions.
4735           For example if a buffer with different caps is requested, i.e.
4736           higher resolution, the caller would get a buffer with the old
4737           dimensions and thus corrupt the heap.
4738
4739 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4740
4741         * sys/directdraw/gstdirectdrawsink.c
4742           (gst_directdraw_sink_buffer_alloc):
4743           Clear the flags on recycled buffers from buffer_alloc.
4744           Partially fixes #520885.
4745
4746 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4747
4748         * gst/rtp/gstrtpilbcpay.c:
4749           Added missing stdlib.h include for strtol(), and made include ordering and
4750           style consistent with the corresponding depayloader.
4751
4752 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4753
4754         * configure.ac:
4755           Error out if we don't have the required core/base versions.
4756
4757 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4758
4759         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4760
4761         * sys/osxvideo/cocoawindow.m:
4762         Fix compiler warnings on PPC64. Fixes bug #499318.
4763
4764 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4765
4766         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4767
4768         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4769         Don't leak file descriptors on error. Fixes #531532.
4770
4771 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4772
4773         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4774         (gst_gconf_audio_src_change_state):
4775         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4776         (gst_gconf_video_sink_change_state):
4777         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4778         (gst_gconf_video_src_change_state):
4779         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4780         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4781         When we can't create a fakesink/fakesrc complain instead of unreffing
4782         NULL pointers and crashing later. See bug #530535.
4783
4784 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4785
4786         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4787         Add some more debug info and guard against small payloads.
4788
4789         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4790         Set duration on outgoing buffers because we can.
4791
4792 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4793
4794         Patch by: Olivier Crete <tester at tester dot ca>
4795
4796         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4797         (gst_speex_enc_init), (gst_speex_enc_chain):
4798         Add negotiation for the speex channels and rate. Fixes #465146.
4799
4800 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4801
4802         Patch by: Olivier Crete <tester at tester dot ca>
4803
4804         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4805         (gst_rtp_speex_pay_getcaps):
4806         Add negotiation for the speex channels and rate. See #465146.
4807
4808 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4809
4810         Patch by: Olivier Crete <tester at tester dot ca>
4811
4812         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4813         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4814         Add negotiation for the ILBC mode. See #465146.
4815
4816 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4817
4818         * ext/soup/gstsouphttpsrc.c:
4819           Include stdlib to fix the build. Use g_free instead of free, libsoup
4820           uses glib.
4821
4822 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4823
4824         Patch by: j^ <j@bootlab.org>
4825
4826         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4827         Add more mpeg2 variants. Fixes #530886.
4828
4829 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4830
4831         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4832
4833         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4834           Don't error out if we get an ICMP destination-unreachable
4835           message when trying to read packets on win32 (#529454).
4836
4837 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4838
4839         * configure.ac:
4840         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4841           Use new error code for encrypted streams (which requires core CVS).
4842
4843 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4844
4845         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4846           (gst_qtdemux_audiosrc_template):
4847           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4848
4849 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4850
4851         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4852         (speex_dec_chain_parse_data):
4853         Produce concealment data when time progresses in a segment update.
4854
4855 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4856
4857         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4858         (speex_dec_chain):
4859         Try to preserve input timestamps when we can.
4860         Do beginnings of error concealment.
4861
4862 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4863
4864         * gst/debug/gstnavigationtest.c:
4865           MSVC doesn't provide rint(), define an adequate replacement locally as
4866           elsewhere.
4867
4868 2008-04-28  Julien Moutte  <julien@fluendo.com>
4869
4870         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4871         format to pacify Mac OSX's gcc.
4872
4873 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4874
4875         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4876           (DEFAULT_MAX), (src_template), (sink_template),
4877           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4878           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4879           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4880           Bring rndbuffersize element into a state that doesn't require us
4881           to move it to -bad immediately. For one, fix up default min/max
4882           values so that the element actuall works using the default values.
4883           Also, don't ignore flow return values and do some kind of minimal
4884           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4885           other gratuitious clean-ups.
4886
4887 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4888
4889         * docs/plugins/Makefile.am:
4890         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4891         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4892         * docs/plugins/gst-plugins-good-plugins.args:
4893         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4894         * docs/plugins/gst-plugins-good-plugins.interfaces:
4895         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4896         * docs/plugins/inspect/plugin-1394.xml:
4897         * docs/plugins/inspect/plugin-aasink.xml:
4898         * docs/plugins/inspect/plugin-alaw.xml:
4899         * docs/plugins/inspect/plugin-alpha.xml:
4900         * docs/plugins/inspect/plugin-alphacolor.xml:
4901         * docs/plugins/inspect/plugin-annodex.xml:
4902         * docs/plugins/inspect/plugin-apetag.xml:
4903         * docs/plugins/inspect/plugin-audiofx.xml:
4904         * docs/plugins/inspect/plugin-auparse.xml:
4905         * docs/plugins/inspect/plugin-autodetect.xml:
4906         * docs/plugins/inspect/plugin-avi.xml:
4907         * docs/plugins/inspect/plugin-cacasink.xml:
4908         * docs/plugins/inspect/plugin-cairo.xml:
4909         * docs/plugins/inspect/plugin-cdio.xml:
4910         * docs/plugins/inspect/plugin-cutter.xml:
4911         * docs/plugins/inspect/plugin-debug.xml:
4912         * docs/plugins/inspect/plugin-dv.xml:
4913         * docs/plugins/inspect/plugin-efence.xml:
4914         * docs/plugins/inspect/plugin-effectv.xml:
4915         * docs/plugins/inspect/plugin-equalizer.xml:
4916         * docs/plugins/inspect/plugin-esdsink.xml:
4917         * docs/plugins/inspect/plugin-flac.xml:
4918         * docs/plugins/inspect/plugin-flxdec.xml:
4919         * docs/plugins/inspect/plugin-gamma.xml:
4920         * docs/plugins/inspect/plugin-gconfelements.xml:
4921         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4922         * docs/plugins/inspect/plugin-goom.xml:
4923         * docs/plugins/inspect/plugin-halelements.xml:
4924         * docs/plugins/inspect/plugin-icydemux.xml:
4925         * docs/plugins/inspect/plugin-id3demux.xml:
4926         * docs/plugins/inspect/plugin-jpeg.xml:
4927         * docs/plugins/inspect/plugin-level.xml:
4928         * docs/plugins/inspect/plugin-matroska.xml:
4929         * docs/plugins/inspect/plugin-monoscope.xml:
4930         * docs/plugins/inspect/plugin-mulaw.xml:
4931         * docs/plugins/inspect/plugin-multifile.xml:
4932         * docs/plugins/inspect/plugin-multipart.xml:
4933         * docs/plugins/inspect/plugin-navigationtest.xml:
4934         * docs/plugins/inspect/plugin-ossaudio.xml:
4935         * docs/plugins/inspect/plugin-png.xml:
4936         * docs/plugins/inspect/plugin-quicktime.xml:
4937         * docs/plugins/inspect/plugin-rtp.xml:
4938         * docs/plugins/inspect/plugin-rtsp.xml:
4939         * docs/plugins/inspect/plugin-shout2send.xml:
4940         * docs/plugins/inspect/plugin-smpte.xml:
4941         * docs/plugins/inspect/plugin-spectrum.xml:
4942         * docs/plugins/inspect/plugin-speex.xml:
4943         * docs/plugins/inspect/plugin-taglib.xml:
4944         * docs/plugins/inspect/plugin-udp.xml:
4945         * docs/plugins/inspect/plugin-video4linux2.xml:
4946         * docs/plugins/inspect/plugin-videobalance.xml:
4947         * docs/plugins/inspect/plugin-videobox.xml:
4948         * docs/plugins/inspect/plugin-videocrop.xml:
4949         * docs/plugins/inspect/plugin-videoflip.xml:
4950         * docs/plugins/inspect/plugin-videomixer.xml:
4951         * docs/plugins/inspect/plugin-wavenc.xml:
4952         * docs/plugins/inspect/plugin-wavpack.xml:
4953         * docs/plugins/inspect/plugin-wavparse.xml:
4954         * docs/plugins/inspect/plugin-ximagesrc.xml:
4955           Add docs for gdkpixbufsink; update docs to CVS version.
4956
4957 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4958
4959         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4960         Remove test sync-offset by default.
4961
4962 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4963
4964         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4965         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4966         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4967           Use GLib versions of htonl, htons, ntohl and ntohs in order
4968           to avoid problems on win32 (#529707).
4969
4970 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4971
4972         Patch by: Jesús Corrius <jesus at softcatala org>
4973
4974         * gst/goom/filters.c: (zoomVector):
4975         * gst/goom/goom_core.c: (init_buffers):
4976           Fix build with mingw32: use rand() instead of random() and
4977           replace bzero() with memset(). Fixes #529692.
4978
4979 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4980
4981         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4982         Fix typo in comments.
4983
4984         * tests/examples/rtp/client-H263p-PCMA.sdp:
4985         * tests/examples/rtp/client-H263p-PCMA.sh:
4986         * tests/examples/rtp/client-H264-PCMA.sdp:
4987         * tests/examples/rtp/client-H264-PCMA.sh:
4988         * tests/examples/rtp/client-H264.sdp:
4989         * tests/examples/rtp/client-H264.sh:
4990         * tests/examples/rtp/client-PCMA.sdp:
4991         * tests/examples/rtp/client-PCMA.sh:
4992         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4993         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4994         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4995         Add some more docs and fix examples.
4996
4997 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4998
4999         * tests/check/elements/multifile.c:
5000         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5001         declared in the former, some have it declared in the latter.
5002
5003 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5004
5005         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5006         * gst/debug/tests.c: (md5_get_value):
5007         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5008         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5009         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5010         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5011         Stop using deprecated GLib functions.
5012
5013 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5014
5015         * configure.ac:
5016         Back to development -> 0.10.8.1
5017
5018 === release 0.10.8 ===
5019
5020 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5021
5022         * configure.ac:
5023           releasing 0.10.8, "One For The Money"
5024
5025 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5026
5027         * configure.ac:
5028         0.10.7.4 pre-release
5029
5030 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5031
5032         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5033         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5034         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5035         * gst/goom/flying_stars_fx.c: (fs_free):
5036         * gst/goom/goom_config_param.h:
5037         * gst/goom/goom_core.c: (goom_init), (goom_close):
5038         * gst/goom/goom_plugin_info.h:
5039         * gst/goom/gstgoom.c: (gst_goom_finalize):
5040         * gst/goom/lines.c: (goom_lines_free):
5041         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5042         * gst/goom/surf3d.c: (grid3d_free):
5043         * gst/goom/surf3d.h:
5044         * gst/goom/tentacle3d.c: (tentacle_free):
5045         Free a bunch of stuff, and initialise things to fix leaks
5046         and valgrind warnings in the testsuite.
5047
5048         Fixes: #529268
5049
5050 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5051
5052         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5053         (gst_rtspsrc_configure_caps):
5054         Ref caps as the return value for the request_pt_map signal.
5055         Remove some caps weirdness when configuring a stream. See #528245.
5056
5057 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         * tests/icles/gdkpixbufsink-test.c:
5060           Add cast to placate gcc 4.1.2.
5061
5062 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5063
5064         * configure.ac:
5065         0.10.7.3 pre-release
5066
5067 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5068
5069         * tests/check/Makefile.am:
5070         Disable some more elements in the state test.
5071         Add a define so the soup test can find the test files
5072         it needs at runtime.
5073
5074         * tests/check/elements/souphttpsrc.c: (run_server):
5075
5076         Add a define so the soup test can find the test files
5077         it needs at runtime.
5078
5079 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5080
5081         * gst/goom/convolve_fx.c: (convolve_apply):
5082         Don't ever draw the GOOM logo.
5083         Fixes: #528615
5084
5085 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5086
5087         * ext/cdio/gstcdiocddasrc.c:
5088         * ext/dv/gstdvdemux.c: 
5089         gst_atomic_int_set ==> g_atomic_int_set
5090
5091 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5092
5093         * configure.ac:
5094         * gst/goom/Makefile.am:
5095         * gst/goom/convolve_fx.c:
5096         * gst/goom/default_scripts.h:
5097         * gst/goom/goom.h:
5098         * gst/goom/goom_core.c: (choose_a_goom_line):
5099         * gst/goom/goom_plugin_info.h:
5100         * gst/goom/goomsl.c:
5101         * gst/goom/goomsl.h:
5102         * gst/goom/goomsl_hash.c:
5103         * gst/goom/goomsl_hash.h:
5104         * gst/goom/goomsl_heap.c:
5105         * gst/goom/goomsl_heap.h:
5106         * gst/goom/goomsl_private.h:
5107         * gst/goom/plugin_info.c:
5108           Strip out the config/script parsing stuff, we don't need it.
5109           Fixes #527999.
5110
5111 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5112
5113         * gst/goom/plugin_info.c: (setOptimizedMethods):
5114           Disable altivec optimisations for 32-bit PPC as well to make
5115           things build properly on all PPC systems. Fixes #528143
5116
5117 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5118
5119         * gst-plugins-good.spec.in:
5120           Update for souphttpsrc plugin which has moved to -good.
5121
5122 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5123
5124         * gst/matroska/matroska-demux.c:
5125         (gst_matroska_demux_handle_seek_event):
5126         Fix open-ended seeks in matroskademux
5127         Patch by: Mark Nauwelaerts <manauw skynet be>
5128         Fixes: #526557
5129
5130 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5131
5132         * tests/check/Makefile.am:
5133         Add soup test certificates to the dist.
5134
5135 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5136
5137         * ext/Makefile.am:
5138         Remove LADSPA reference I missed.
5139
5140 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5141
5142         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5143         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5144         over gnome-vfs and everything else. Fixes bug #527848.
5145
5146 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5147
5148         * configure.ac:
5149         * ext/Makefile.am:
5150         Remove LADSPA plugin. Fixes: #515978
5151
5152 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5153
5154         * configure.ac:
5155         * docs/plugins/Makefile.am:
5156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5158         * docs/plugins/gst-plugins-good-plugins.args:
5159         * docs/plugins/inspect/plugin-soup.xml:
5160         * ext/Makefile.am:
5161         * tests/check/Makefile.am:
5162         Move soup plugin from -bad (Fixes: #523124)
5163
5164 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5165
5166         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5167         Fix bounds checking of mode in Speex header, which may
5168         produce negative numbers in speex <= 1.1.12
5169
5170 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5171
5172         * gst/goom/Makefile.am:
5173         * gst/goom/gfontlib.c:
5174         * gst/goom/gfontlib.h:
5175         * gst/goom/gfontrle.c:
5176         * gst/goom/gfontrle.h:
5177         * gst/goom/goom.h:
5178         * gst/goom/goom_core.c: (goom_update):
5179         * gst/goom/goom_plugin_info.h:
5180         * gst/goom/gstgoom.c: (gst_goom_chain):
5181         * gst/goom/plugin_info.c:
5182           Remove a bunch of font/text related code that we don't need.
5183
5184 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5185
5186         * gst/goom/ppc_drawings.s:
5187         * gst/goom/ppc_zoom_ultimate.s:
5188           Change license of these files to LGPL, as permitted by the
5189           author, Guillaume Borios. See #515073.
5190
5191 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5192
5193         * gst/goom/convolve_fx.c:
5194         * gst/goom/motif_goom1.h:
5195         * gst/goom/motif_goom2.h:
5196           As hinted in Bug #518213, revert one change and fix warnings properly.
5197           This fixes both #518213 and #520073 for me.     
5198
5199 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5200
5201         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5202         * gst/matroska/matroska-demux.c:
5203         (gst_matroska_demux_handle_seek_event),
5204         (gst_matroska_demux_parse_contents_seekentry),
5205         (gst_matroska_demux_loop):
5206         Fix the Forte build by making function declaration signatures
5207         match the implementations.
5208
5209 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5210
5211         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5212         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5213         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5214           More logging when probing (see #518474), some comments in _reset().
5215
5216 2008-04-07  Julien Moutte  <julien@fluendo.com>
5217
5218         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5219         because of a bad argument number.
5220
5221 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5222
5223         * tests/icles/.cvsignore:
5224         * tests/icles/Makefile.am:
5225         * tests/icles/gdkpixbufsink-test.c:
5226           Interactive test app for gdkpixbufsink.
5227
5228 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5229
5230         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5231
5232         * configure.ac:
5233         Actually build dlls when cross-compiling with mingw32.
5234         Fixes bug #526247.
5235
5236 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5237
5238         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5239           Don't munge device string to 'default:x' for capture devices.
5240           Fixes #525833.
5241
5242 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5243
5244         * ext/wavpack/gstwavpackparse.c:
5245         (gst_wavpack_parse_index_entry_free):
5246         Always use GSlice as we actually depend on GLib 2.12 already.
5247
5248 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5249
5250         * configure.ac:
5251           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5252           Also bump the GLib requirement to the current de-facto requirement
5253           (ie. 2.12).
5254
5255 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5256
5257         * gst/rtp/gstrtph264pay.c: (encode_base64),
5258         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5259         * gst/rtp/gstrtph264pay.h:
5260         Parse codec_data for future AVC compatibility.
5261         Fail when we encounter AVC data for now.
5262
5263 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5264
5265         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5266           (gst_spectrum_init), (gst_spectrum_set_property),
5267           (gst_spectrum_get_property), (gst_spectrum_message_new):
5268           Rename property enums and default defines for the properties to match
5269           the property names and rephrase property descriptions to make them a
5270           bit clearer (hopefully). See #518188.
5271
5272 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5273
5274         * tests/check/Makefile.am:
5275         * tests/check/elements/.cvsignore:
5276         * tests/check/elements/gdkpixbufsink.c:
5277           Add unit test for gdkpixbufsink element.
5278
5279 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5280
5281         * ext/gdk_pixbuf/Makefile.am:
5282         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5283         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5284           (gst_gdk_pixbuf_sink_base_init),
5285           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5286           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5287           (gst_gdk_pixbuf_sink_set_caps),
5288           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5289           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5290           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5291           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5292           (gst_gdk_pixbuf_sink_get_property):
5293         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5294           Add gdkpixbufsink element for easy snapshotting (#525946).
5295
5296 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5297
5298         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5299         Bump timeout from 3 to 60 seconds.
5300
5301 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5302
5303         * tests/check/pipelines/.cvignore:
5304         Remove useless file.
5305
5306         * tests/check/pipelines/.cvsignore:
5307         Add new test to .cvsignore.
5308
5309 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5310
5311         * tests/check/Makefile.am:
5312         * tests/check/pipelines/wavpack.c: (bus_handler),
5313         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5314         (wavpack_suite), (main):
5315         Add unit test that encodes and decodes some data, checks that it
5316         is still the same and that all timestamps/offsets are perfect.
5317
5318 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5319
5320         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5321         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5322         * ext/wavpack/gstwavpackparse.c:
5323         (gst_wavpack_parse_index_entry_new),
5324         (gst_wavpack_parse_index_entry_free),
5325         (gst_wavpack_parse_base_init),
5326         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5327         Use GSlice for allocating index entries and use
5328         gst_element_class_set_details_simple().
5329
5330 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5331
5332         Patch by: Brian Cameron <brian.cameron at sun dot com>
5333
5334         * sys/sunaudio/gstsunaudio.c:
5335         * sys/sunaudio/gstsunaudiomixer.c:
5336         * sys/sunaudio/gstsunaudiomixer.h:
5337         * sys/sunaudio/gstsunaudiomixerctrl.c:
5338         * sys/sunaudio/gstsunaudiomixerctrl.h:
5339         * sys/sunaudio/gstsunaudiomixertrack.c:
5340         * sys/sunaudio/gstsunaudiomixertrack.h:
5341         * sys/sunaudio/gstsunaudiosink.c:
5342         * sys/sunaudio/gstsunaudiosink.h:
5343         * sys/sunaudio/gstsunaudiosrc.c:
5344         * sys/sunaudio/gstsunaudiosrc.h:
5345           Fix up copyrights (#525860).
5346
5347 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5348
5349         * gst/goom/goomsl.c: (gsl_read_file):
5350           Check return value of fread() to avoid compiler warnings.
5351
5352 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5353
5354         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5355
5356         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5357         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5358         * gst/law/alaw-decode.h:
5359         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5360         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5361         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5362         * gst/law/mulaw-decode.h:
5363         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5364         Make negotiation a bit modern.
5365         Use pad_alloc. Fixes #525359.
5366
5367 2008-03-31  David Schleef  <ds@schleef.org>
5368
5369         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5370           compiles consistently.  Fixes #522278.
5371
5372 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5373
5374         Patch by: Brian Cameron <brian.cameron at sun dot com>
5375
5376         * sys/sunaudio/gstsunaudiomixerctrl.c:
5377           (gst_sunaudiomixer_ctrl_get_volume),
5378           (gst_sunaudiomixer_ctrl_set_volume):
5379         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5380           Fix up the mixer tracks to use a volume range of 0-255, which is what
5381           the sun audio API uses. This simplifies the code and avoids rounding
5382           errors. Fixes #524593.
5383
5384 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5385
5386         * sys/v4l2/gstv4l2object.c:
5387         * sys/v4l2/gstv4l2object.h:
5388         Add device-fd property to make it possible to apps to call ioctl's.
5389
5390 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5391
5392         * gst/qtdemux/qtdemux.c: (next_entry_size):
5393         Unbreak streaming mode again.
5394
5395 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5396
5397         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5398           Remove superfluous DEBUG macro.
5399
5400 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5401
5402         Based on patch by: William M. Brack <wbrack at mmm com hk>
5403
5404         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5405           (gst_v4l2src_set_capture):
5406           Check whether the device supports setting the framerate before
5407           trying to set it and then posting a warning or error if it doesn't
5408           work (#516649, #520092). Also compare fractions more correctly.
5409
5410 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5411
5412         * gst/goom/Makefile.am:
5413           Remove ppc assembler optimisations from the build until they
5414           actually build (they also seem to have GPL headers).
5415
5416 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5417
5418         * m4/Makefile.am:
5419           Better not dist files that don't exist any longer (lrint*m4).
5420
5421 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5422
5423         * configure.ac:
5424         * m4/lrint.m4:
5425         * m4/lrintf.m4:
5426         Remove lrint/lrintf checks. We don't use it anywhere.
5427
5428 2008-03-18  Andy Wingo  <wingo@pobox.com>
5429
5430         * sys/osxvideo/osxvideosink.m
5431         (gst_osx_video_sink_osxwindow_destroy)
5432         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5433         task, whoopdee.
5434         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5435         2 ms.
5436
5437 2008-03-18  Andy Wingo  <wingo@pobox.com>
5438
5439         * sys/osxvideo/osxvideosink.m
5440         (gst_osx_video_sink_osxwindow_destroy)
5441         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5442         task, whoopdee.
5443         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5444         2 ms.
5445         
5446 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5447
5448         Patch by: William M. Brack <wbrack at mmm com hk>
5449
5450         * sys/v4l2/v4l2src_calls.c:
5451           (gst_v4l2src_probe_caps_for_format_and_size),
5452           (gst_v4l2src_probe_caps_for_format):
5453           Make sure the probed frame sizes are reversed in the resulting
5454           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5455           highest resolution first); also remove unused variable.
5456           (Partly fixes #520092)
5457
5458 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5459
5460         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5461
5462         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5463         (gst_rtspsrc_finalize):
5464         Call WSAStartup() and WSACleanup before using the Winsock API.
5465         See #520808.
5466
5467 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5468
5469         * gst/avi/gstavidemux.c:
5470           Erm, the buffer-size is just guint, no need for the special format
5471           specifier.
5472
5473 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5474
5475         * gst/goom/plugin_info.c:
5476         * gst/goom/ppc_zoom_ultimate.h:
5477           Small fixes to build more on PPC: ifdef out code that uses unknown
5478           define; add newline at end of header file to avoid compiler warning.
5479           Assembler code still doesn't build though.
5480
5481 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5482
5483         * gst/avi/gstavidemux.c:
5484           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5485           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5486
5487 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5488
5489         * gst/avi/gstavidemux.c:
5490           Chunksize is uint32. Fix format specifier.
5491
5492 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5493
5494         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5495         mistake. Return file to pure MIT text.
5496
5497 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5498
5499         * gst/audiofx/audiofx.c:
5500         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5501         of hardcoding values.
5502
5503 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         Patch by: Mark Nauwelaerts <manauw skynet be>
5506
5507         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5508           (gst_oss_src_close):
5509         * sys/oss/gstosssrc.h:
5510           Cache probed caps, so _get_caps() during recording doesn't cause
5511           ioctl calls which may disrupt the recording (fixes #521875).
5512
5513 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5514
5515         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5516         (gst_qtdemux_activate_segment),
5517         (gst_qtdemux_prepare_current_sample),
5518         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5519         Make sure we always send a DISCONT after a seek by setting the sample
5520         index to an undefined value after a seek.
5521
5522 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5523
5524         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5525           (GST_IS_AVI_SUBTITLE_CLASS):
5526           Fix up IS_FOO macros, which makes gtk-doc much happier.
5527
5528 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5529
5530         * tests/icles/Makefile.am:
5531           Move the -lgstfoo where it belongs.
5532
5533 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5534
5535         * gst/matroska/ebml-ids.h:
5536         Add ID for EBML CRC32 elements.
5537
5538         * gst/matroska/Makefile.am:
5539         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5540         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5541         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5542         (gst_ebml_read_header):
5543         Support reading 80bit floats, add finalize method to clean up
5544         in any case, support reading length/id elements with any length
5545         as long as it's smaller than our supported maximum, don't leak
5546         buffers if reading as much data as we wanted failed and some
5547         smaller cleanup.
5548
5549 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5550
5551         Patch by: Olivier Crete <tester at tester dot ca>
5552
5553         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5554         Check that a buffer is large enough before reading from it.
5555         Fixes bug #521102.
5556         
5557 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5558
5559         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5560         Fix compilation after removing the GstPollMode from the
5561         constructor.
5562
5563 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5564
5565         * configure.ac:
5566         * gst/audiofx/Makefile.am:
5567         * gst/audiofx/audiochebband.c:
5568         * gst/audiofx/audiocheblimit.c:
5569         * gst/audiofx/math_compat.h:
5570         Check for sinh(), cosh() and asinh() and define our own
5571         implementations if they're not available. Fixes bug #520880.
5572
5573 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5574
5575         Patch by: Olivier Crete <tester at tester dot ca>
5576
5577         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5578         Unref the buffers only once when handling not-negotiated errors.
5579         Fixes bug #520764.
5580
5581 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5582
5583         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5584
5585         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5586         (gst_udpsrc_stop):
5587         Properly balance WSA_Cleanup with WSA_Startup.
5588         Also make the poll controllable on windows. Fixes #520888.
5589
5590 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5591
5592         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5593         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5594         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5595         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5596         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5597         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5598         (gst_ebml_read_date), (gst_ebml_read_master),
5599         (gst_ebml_read_binary), (gst_ebml_read_header):
5600         * gst/matroska/ebml-read.h:
5601         * gst/matroska/matroska-demux.c:
5602         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5603         (gst_matroska_demux_read_track_encodings),
5604         (gst_matroska_demux_add_stream),
5605         (gst_matroska_demux_handle_src_query),
5606         (gst_matroska_demux_handle_seek_event),
5607         (gst_matroska_demux_init_stream),
5608         (gst_matroska_demux_parse_tracks),
5609         (gst_matroska_demux_parse_index_cuetrack),
5610         (gst_matroska_demux_parse_index_pointentry),
5611         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5612         (gst_matroska_demux_parse_metadata_id_simple_tag),
5613         (gst_matroska_demux_parse_metadata_id_tag),
5614         (gst_matroska_demux_parse_metadata),
5615         (gst_matroska_demux_sync_streams),
5616         (gst_matroska_demux_push_hdr_buf),
5617         (gst_matroska_demux_push_flac_codec_priv_data),
5618         (gst_matroska_demux_push_xiph_codec_priv_data),
5619         (gst_matroska_demux_add_wvpk_header),
5620         (gst_matroska_demux_check_subtitle_buffer),
5621         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5622         (gst_matroska_demux_parse_cluster),
5623         (gst_matroska_demux_parse_contents_seekentry),
5624         (gst_matroska_demux_parse_contents),
5625         (gst_matroska_demux_loop_stream_parse_id),
5626         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5627         * gst/matroska/matroska-demux.h:
5628         * gst/matroska/matroska-ids.h:
5629         Handle return values from pull_range in a more granular way to properly
5630         shut down on seeks.
5631         Combine return values from push.
5632         Implement proper error handling.
5633         Prepare for handling seeking correctly.
5634
5635 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5636
5637         * gst/matroska/ebml-read.c:
5638         Use GINT64 formatting constants from GLIB.
5639
5640         * gst/matroska/matroska-demux.c:
5641         Add some guards to avoid a possible division by 0 and crashing
5642         with NULL events on some systems.
5643         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5644         conversion. 
5645
5646         * gst/matroska/matroska-mux.c:
5647         Check for invalid timestamps in a bunch of places to avoid
5648         writing bogus durations into the output file.
5649         Fix some double<->gint64 conversions that weren't using
5650         gst_guint64_to_gdouble
5651
5652 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5653
5654         * configure.ac:
5655         Move the checks for bison, flex and as to the program section and the
5656         check for gcc inline asm to the compiler characteristics section.
5657
5658 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5659
5660         * configure.ac:
5661         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5662         plug-ins are included/excluded. (#498222)
5663
5664 2008-02-29  Michael Smith <msmith@fluendo.com>
5665
5666         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5667           Don't call gst_object_sync_values() unless we have a valid timestamp.
5668
5669 2008-02-28  David Schleef  <ds@schleef.org>
5670
5671         * gst/matroska/matroska-demux.c:
5672         * gst/matroska/matroska-ids.h:
5673         * gst/matroska/matroska-mux.c:
5674           Fix Dirac mapping.  I had previously added a VfW-type
5675           mapping, but it looks like Dirac will get a native Matroska
5676           mapping, and this is the most likely method.
5677
5678 2008-02-28  David Schleef  <ds@schleef.org>
5679
5680         * gst/avi/gstavimux.c: Add Dirac encoding
5681
5682 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5683
5684         Patch by: Peter Kjellerstedt <pkj at axis com>
5685
5686         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5687         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5688         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5689         * gst/udp/gstudpsrc.h:
5690         Port to GstPoll. See #505417.
5691
5692 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5693
5694         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5695         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5696         yet on the srcpad. We need rate and channels before we
5697         can do any processing. Fixes bug #519088.
5698
5699 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5700
5701         * configure.ac:
5702         Detect and indicate if GCC inline assembly syntax is
5703         available.
5704
5705         * gst/goom/Makefile.am:
5706         * gst/goom/convolve_fx.c:
5707         * gst/goom/flying_stars_fx.c:
5708         * gst/goom/goom_config.h:
5709         * gst/goom/goom_core.c:
5710         * gst/goom/goomsl.c:
5711         * gst/goom/ifs.c:
5712         * gst/goom/mmx.c:
5713         * gst/goom/plugin_info.c:
5714         * gst/goom/xmmx.c:
5715         Fix various GCC-isms, and only build the inline assembly
5716         with compilers that support GCC inline assembly.
5717
5718         Fix a couple of other warnings shown with Forte.
5719
5720 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5721
5722         * gst/goom/xmmx.c:
5723           Use 'emms' instead of 'femms' to not crash on cpus that do not
5724           implement this 3dnow specific instruction.
5725
5726 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5727
5728         * gst/goom/plugin_info.c: (setOptimizedMethods):
5729         Use extended MMX for draw_line() too if available, not only
5730         normal MMX.
5731
5732 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5733
5734         * ext/jpeg/gstjpeg.c: (plugin_init):
5735         Remove (commented out) smoke typefinder. This is in base now.
5736
5737 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5738
5739         * gst/goom2k1/Makefile.am:
5740         * gst/goom2k1/gstgoom.c:
5741
5742         Rename the installed library, and don't register the same 
5743         GType name as the new goom.
5744
5745 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5746
5747         * configure.ac:
5748         * ext/taglib/Makefile.am:
5749           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5750           when building C++ code (#516509).
5751
5752 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5753
5754         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5755         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5756           (setOptimizedMethods):
5757           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5758           anything useful. Export goom debug category so we can get
5759           rid of the VERBOSE define and the printfs.
5760
5761 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5762
5763         * gst/goom/goomsl_heap.c: (align_it):
5764         * gst/goom/plugin_info.c: (setOptimizedMethods):
5765           Compile fixes for x86-64.
5766
5767 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5768
5769         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5770         with warnings, but add other CFLAGS
5771
5772         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5773         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5774         (calculate_labels), (gsl_read_file):
5775         * gst/goom/goomsl_lex.l:
5776         * gst/goom/goomsl_yacc.y:
5777         * gst/goom/plugin_info.c: Remove a few live printf, and
5778         fprintf, replace exit() calls with g_assert_not_reached()
5779         if it not optimal for a library
5780
5781 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5782
5783         * gst/goom/Makefile.am: Remove the warnings being disabled,
5784         fix linkage on x86, spotted by Sebastian Dröge
5785         <slomo@circular-chaos.org>
5786
5787         * gst/goom/convolve_fx.c (convolve_init),
5788         (create_output_with_brightness), (convolve_apply):
5789         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5790         * gst/goom/goomsl.c:
5791         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5792         * gst/goom/plugin_info.c:
5793         * gst/goom/tentacle3d.c (tentacle_fx_create):
5794         Fix warnings, and disable the motifs in the convolve_fx
5795         plugin (they were causing warnings, and they were just
5796         "Goom" in funny letterring)
5797
5798 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5799
5800         * configure.ac: Add checks for Flex/Yacc/Bison and other
5801         furry animals, for the new goom 2k4 based plugin
5802
5803         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5804         CPU optimisations (not working yet), move the old plugin to...
5805
5806         * gst/goom2k1/*: ... here, in case somebody is sick enough
5807
5808         Fixes #515073
5809
5810 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5811
5812         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5813         Post the server response code in an error message instead of a generic
5814         'error' message. Fixes #517237.
5815
5816 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5817
5818         * tests/check/Makefile.am:
5819         Ignore gconfaudiosrc for the states unit test too. It will fallback
5820         to alsasrc if the gconf settings can't be read and not everybody has
5821         alsa.
5822
5823 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5824
5825         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5826         (gst_wavpack_parse_create_src_pad):
5827         * ext/wavpack/gstwavpackparse.h:
5828         Always report the duration if we know it in push mode and don't
5829         return 0 just to make totem believe we can't seek in push mode.
5830         Newer totem version use the SEEKING query which properly reports
5831         if we can seek or not.
5832
5833 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5834
5835         Patch by: Jens Granseuer <jensgr at gmx dot net>
5836
5837         * tests/examples/equalizer/demo.c: (main):
5838         C89 fix, moving variable declarations to the beginning of
5839         the block. Fixes bug #517933.
5840
5841 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5842
5843         * configure.ac:
5844         Back to development...
5845
5846 === release 0.10.7 ===
5847
5848 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5849
5850         * configure.ac:
5851           releasing 0.10.7, "Red Door Black"
5852
5853 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5854
5855         * gst/alpha/Makefile.am:
5856         Link alpha plugin with libgstbase. Fixes bug #517386.
5857
5858 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5859
5860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5861         Init values to -1 instead of the default 0 value.
5862         Fixes #516524.
5863
5864 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5865
5866         * tests/examples/spectrum/spectrum-example.c:
5867         Add missing include to fix compilation when libxml usage is disabled.
5868         Fixes: #516371
5869
5870 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5871
5872         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5873         fixes: #514889
5874
5875         * gst/rtp/gstrtph264pay.c:
5876         * gst/rtp/gstrtpmp4gdepay.c:
5877         * gst/rtp/gstrtpmp4gpay.c:
5878         * gst/rtp/gstrtpmp4gpay.h:
5879         * gst/rtp/gstrtptheorapay.c:
5880         * gst/rtp/gstrtpvorbispay.c:
5881
5882         Fix various leaks shown up in valgrind
5883         - free sprops and buffer in error cases in H264 payloader
5884         - fix leak in mp4g depayloader when construction the caps
5885         - don't leak config string in the mp4g payloader
5886         - don't leak buffers and headers in theora and vorbis payloaders
5887
5888         * tests/check/elements/rtp-payloading.c:
5889
5890         Fix the RTP data test
5891         - Actually send valid amr data to the payloader instead of 20
5892         zero-bytes
5893         - The mp4g payloader expects codec_data on the caps
5894
5895 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5896
5897         * win32/MANIFEST:
5898         Add libgstpng.dsp to MANIFEST.
5899         * win32/vs6/libgstaudiofx.dsp:
5900         Add new source files to VS project file.
5901
5902 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5903
5904         * sys/ximage/gstximagesrc.c:
5905         Initialise variables when opening the X display rather
5906         than in _start(), as the display can be opened before that.
5907
5908         Fixes: #515985
5909
5910 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5911
5912         * sys/directdraw/gstdirectdrawsink.c:
5913         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5914         (gst_directdraw_sink_finalize):
5915         Properly chain up finalize functions. Fixes bug #515980.
5916
5917 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5918
5919         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5920         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5921         (gst_v4l2_buffer_pool_class_init):
5922         Chain up the finalize functions. Fixes bug #515984.
5923
5924 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5925
5926         * sys/ximage/ximageutil.c:
5927         Chain up in the finalize function for our custom
5928         buffer sub-class.
5929         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5930         Fixes: #515706
5931
5932 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5933
5934         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5935         (gst_fenced_buffer_class_init):
5936         Properly chain up finalize method. Fixes bug #515979.
5937
5938 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5939
5940         * sys/ximage/gstximagesrc.c:
5941         Free allocated Damage memory before closing our connection to the
5942         X server. Partially fixes: #515706
5943
5944 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5945
5946         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5947         * tests/check/Makefile.am:
5948         * tests/check/gst-plugins-good.supp:
5949         Add a few libjpeg suppressions and initialize a variable to
5950         make smokeenc valgrind clean. Fixes bug #515701.
5951
5952 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5953
5954         * gst/avi/gstavidemux.c:
5955         Revert patch which sends timestamps only on keyframes, as it
5956         breaks playback with current gst-ffmpeg.
5957
5958         Fixes: #515562
5959
5960 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5961
5962         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5963         * tests/check/elements/multifile.c: (GST_START_TEST):
5964         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5965
5966 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5967
5968         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5969         Use and unset the GError when pipeline creation fails instead of
5970         simply leaking it. Fixes bug #515704.
5971
5972 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5973
5974         * gst/audiofx/audioamplify.c:
5975         * gst/audiofx/audiochebband.c:
5976         * gst/audiofx/audiocheblimit.c:
5977         * gst/audiofx/audiodynamic.c:
5978         * gst/audiofx/audioinvert.c:
5979         * gst/audiofx/audiopanorama.c:
5980         * gst/audiofx/audiowsincband.c:
5981         * gst/audiofx/audiowsinclimit.c:
5982         Fix long description of audiofx elements. Fixes bug #515457.
5983
5984 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5985
5986         * docs/plugins/Makefile.am:
5987         * gst/spectrum/gstspectrum.c:
5988         * tests/examples/spectrum/.cvsignore:
5989         * tests/examples/spectrum/Makefile.am:
5990         * tests/examples/spectrum/spectrum-example.c:
5991
5992         Add a simple example application for the spectrum element, include it
5993         in the docs, and fix some documentation ambiguities.
5994
5995         Fixes: #348085
5996
5997 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5998
5999         * gst/equalizer/Makefile.am:
6000         * gst/spectrum/Makefile.am:
6001         Fix includes order
6002
6003         * tests/check/Makefile.am:
6004         Exclude v4l2src from the states test - it takes too long to start.
6005
6006         * tests/check/elements/spectrum.c:
6007         Make the test run properly with CK_FORK=no
6008
6009 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6010
6011         * gst/audiofix/Makefile.am: add missing header files 
6012
6013 2008-02-08  Julien Moutte  <julien@fluendo.com>
6014
6015         * gst/matroska/matroska-demux.c:
6016         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6017         keyframe and delta units correctly when dealign with a BlockGroup.
6018         Fixes: #514397
6019
6020 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6021
6022         * tests/check/elements/.cvsignore:
6023         Spell the new tests correctly in .cvsignore
6024
6025 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6026
6027         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6028           Need to use gsize here for the size, fixes compiler warning.
6029
6030         * tests/examples/equalizer/.cvsignore:
6031         * tests/examples/equalizer/Makefile.am:
6032         * tests/examples/spectrum/.cvsignore:
6033         * tests/examples/spectrum/Makefile.am:
6034           Add missing files to fix the build.
6035
6036 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6037
6038         * configure.ac:
6039         * docs/plugins/Makefile.am:
6040         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6041         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6042         * docs/plugins/gst-plugins-good-plugins.args:
6043         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6044         * docs/plugins/inspect/plugin-multifile.xml:
6045         * tests/check/Makefile.am:
6046         * tests/check/elements/.cvsignore:
6047
6048         Move multifile plugin from -bad.
6049         Fixes: #490283
6050
6051 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6052
6053         * configure.ac:
6054         * docs/plugins/Makefile.am:
6055         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6056         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6057         * docs/plugins/gst-plugins-good-plugins.args:
6058         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6059         * docs/plugins/inspect/plugin-spectrum.xml:
6060         * gst/spectrum/Makefile.am:
6061         * tests/check/Makefile.am:
6062         * tests/check/elements/.cvsignore:
6063         * tests/examples/Makefile.am:
6064
6065         Move spectrum plugin from -bad.
6066         Move examples into tests/examples/spectrum.
6067
6068 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6069
6070         * configure.ac:
6071         * docs/plugins/Makefile.am:
6072         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6073         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6074         * docs/plugins/gst-plugins-good-plugins.args:
6075         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6076         * docs/plugins/gst-plugins-good-plugins.interfaces:
6077         * docs/plugins/inspect/plugin-equalizer.xml:
6078         * gst/equalizer/Makefile.am:
6079         * tests/check/Makefile.am:
6080         * tests/examples/Makefile.am:
6081         Move the equalizer plugin across from -bad
6082
6083         * tests/check/elements/.cvsignore:
6084         Add equalizer, audiosincwband and audiosincwlimit
6085
6086         * tests/check/elements/equalizer.c:
6087         Fix compiler warnings
6088
6089         Fixes: #415627
6090
6091 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6092
6093         * configure.ac:
6094         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6095         are treated like releases and build without it.
6096
6097 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6098
6099         * docs/plugins/Makefile.am:
6100         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6101         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6102         * docs/plugins/gst-plugins-good-plugins.args:
6103         * docs/plugins/inspect/plugin-audiofx.xml:
6104         * gst/audiofx/Makefile.am:
6105         * gst/audiofx/audiofx.c:
6106         * gst/audiofx/audiowsincband.c:
6107         * gst/audiofx/audiowsincband.h:
6108         * gst/audiofx/audiowsinclimit.c:
6109         * gst/audiofx/audiowsinclimit.h:
6110         * tests/check/Makefile.am:
6111         * tests/check/elements/audiowsincband.c:
6112         * tests/check/elements/audiowsinclimit.c:
6113
6114         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6115         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6116         respectively.
6117
6118         Fixes: #467666
6119
6120 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6121
6122         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6123         * tests/check/elements/icydemux.c:
6124           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6125           caps, and add a somewhat useful debug message. Plus test.
6126
6127 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6128
6129         * gst/rtsp/gstrtspsrc.c:
6130         Include unistd.h only if HAVE_UNISTD_H is defined
6131         * win32/common/config.h.in:
6132         * win32/common/config.h:
6133         Define socklen_t as it seems it's not defined in default 
6134         Visual Studio headers.
6135         * win32/vs6/libgstalpha.dsp:
6136         * win32/vs6/libgstapetag.dsp:
6137         * win32/vs6/libgstavi.dsp:
6138         * win32/vs6/libgstrtp.dsp:
6139         * win32/vs6/libgstrtsp.dsp:
6140         * win32/vs6/libgstvideomixer.dsp:
6141         Update project file dependencies and add new source files       
6142
6143 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6144
6145         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6146
6147         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6148         Don't leak buffers when we don't push them downstream.
6149         Fixes bug #514965.
6150
6151 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * configure.ac:
6154           Bump requirements to (good) released versions to avoid
6155           confusion and make implicit core requirement explicit.
6156
6157 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6158
6159         * docs/plugins/Makefile.am:
6160         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6161         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6162         * docs/plugins/gst-plugins-good-plugins.args:
6163         * docs/plugins/inspect/plugin-audiofx.xml:
6164         * gst/audiofx/Makefile.am:
6165         * gst/audiofx/audiochebband.c:
6166         * gst/audiofx/audiochebband.h:
6167         * gst/audiofx/audiocheblimit.c:
6168         * gst/audiofx/audiocheblimit.h:
6169         * gst/audiofx/audiochebyshevfreqband.c:
6170         * gst/audiofx/audiochebyshevfreqband.h:
6171         * gst/audiofx/audiochebyshevfreqlimit.c:
6172         * gst/audiofx/audiochebyshevfreqlimit.h:
6173         * gst/audiofx/audiofx.c:
6174         * tests/check/Makefile.am:
6175         * tests/check/elements/.cvsignore:
6176         * tests/check/elements/audiochebband.c:
6177         * tests/check/elements/audiocheblimit.c:
6178         * tests/check/elements/audiochebyshevfreqband.c:
6179         * tests/check/elements/audiochebyshevfreqlimit.c:
6180
6181         Rename audiochebyshevfreqband -> audiochebband and
6182         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6183         surgery.
6184
6185         Closes: #491811
6186
6187 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6188
6189         Patch by: Orjan Friberg <orjanf at axis dot com>
6190
6191         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6192         Fix caps memory leak. Fixes #514573.
6193
6194 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6195
6196         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6197         If there's no entries in the subindex, don't try to do anything stupid,
6198         just return.
6199
6200 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6201
6202         Patch by: John Millikin <jmillikin at gmail dot com>
6203
6204         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6205           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6206           Fix extraction of picture blocks with newer libflac versions again:
6207           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6208
6209 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6210
6211         * tests/check/Makefile.am:
6212           Add rtp-payloading test to VALGRIND_TO_FIX.
6213
6214         * tests/check/elements/rtp-payloading.c:
6215           Add semicolons after GST_TEST_END so gst-indent gets the
6216           formatting right; make test less verbose in general, but
6217           more verbose in the error case (which should probably
6218           make the test fail anyway).
6219
6220 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6221
6222         * docs/plugins/Makefile.am:
6223         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6225         * gst/avi/gstavisubtitle.c:
6226         Add documentation for avisubtitle and change class to
6227         Codec/Parser/Subtitle
6228
6229 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6230
6231         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6232         Treat ENOTTY (driver does not implement ioctl) the same as
6233         EINVAL since it implies there are no available standards.
6234
6235         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6236         (gst_v4l2src_get_nearest_size):
6237         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6238         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6239         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6240         reason, and if we aren't yet actively capturing.
6241
6242         * sys/v4l2/v4l2src_calls.h:
6243         Remove replaced function declaration.
6244
6245 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6246
6247         * configure.ac:
6248         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6249         API.
6250
6251 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6252
6253         * configure.ac:
6254         Fix typo.
6255
6256 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6257
6258         * gst/alpha/Makefile.am:
6259         * gst/alpha/gstalpha.c:
6260
6261         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6262         some stuff, and making buffer-alloc and resizing work automatically.
6263         No longer crashes on odd frame widths and heights, although there
6264         seems to be a disagreement with ffmpegcolorspace about what size
6265         an AYUV frame with odd height should be.
6266
6267 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6268
6269         Patch by: Alessandro Decina <alessandro at nnva dot org>
6270
6271         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6272         * ext/libpng/gstpngenc.h:
6273         Preallocate the output buffer so that g_memdup() and
6274         gst_buffer_merge() aren't needed anymore. This greatly improves
6275         performances and fixes #512544.
6276
6277 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6278
6279         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6280         (gst_avi_demux_stream_data):
6281         GStreamer timestamps are PTS values while AVI only knows about DTS
6282         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6283         we are dealing with a key frame.
6284
6285 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6286
6287         * tests/check/Makefile.am:
6288         * tests/check/elements/.cvsignore:
6289         * tests/check/elements/rtp-payloading.c:
6290           Add add testsuite for the rtp-payloader that tries simulating
6291           dataflow. Needs more test data.
6292
6293 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6294
6295         * tests/check/elements/alphacolor.c:
6296           Remove two unused variables.
6297
6298 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6299
6300         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6301           Use g_ascii_strtoll() instead of atoll, which is only
6302           available in C99.
6303
6304 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6305
6306         * gst/rtp/Makefile.am:
6307         * gst/rtp/gstrtp.c:
6308         * gst/rtp/gstrtpmpvpay.c:
6309         * gst/rtp/gstrtpmpvpay.h:
6310         Add MPEG2 video payloader
6311
6312 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6313
6314         * gst/level/gstlevel.c:
6315         Use #include <math.h> instead of #include "math.h".
6316
6317 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6318
6319         * tests/check/Makefile.am:
6320         Fix up some CFLAGS sets.
6321         Don't include gconfvideosrc in the states test.
6322
6323         * tests/check/elements/autodetect.c: (GST_START_TEST):
6324         Add some error strings to fail_unless arguments to fix some weird
6325         compiler errors on Solaris.
6326
6327 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6328
6329         * configure.ac:
6330         Detect video4linux headers on Solaris too.
6331         * sys/v4l2/gstv4l2colorbalance.h:
6332         * sys/v4l2/gstv4l2object.h:
6333         * sys/v4l2/v4l2_calls.c:
6334         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6335         (gst_v4l2_buffer_new):
6336
6337         Make v4l2 build on Solaris.
6338         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6339         Fixes: #510505
6340
6341 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6342
6343         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6344           Update list from (still local) scanning script.
6345
6346 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6347
6348         Based on a patch by:
6349             Victor STINNER <victor dot stinner at haypocalc dot com>
6350
6351         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6352         Set variable to NULL after freeing it to prevent double frees
6353         or make failures by another use of it afterwards more obvious
6354         and fix use of it after the freeing. Fixes bug #510592.
6355
6356 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6357
6358         * gst/udp/gstmultiudpsink.c:
6359         use GST_WARNING for logging
6360
6361 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6362
6363         * gst/udp/gstmultiudpsink.c:
6364         Don't try to leave a multicast group with an invalid socket
6365
6366 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6367
6368         * ext/flac/gstflacdec.c:
6369           Fix compilation against flac 1.1.2 (as on debian stable), where
6370           the picture metadata defines and structs don't exist yet.
6371           Fixes #509301.
6372
6373 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6374
6375         Patch by: Olivier Crete <tester at tester dot ca>
6376
6377         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6378         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6379         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6380         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6381         * gst/udp/gstmultiudpsink.h:
6382         Add property to automatically join a multicast group or not. This can be
6383         useful when sharing a socket between multiple elements.
6384         Fixes #509531.
6385
6386 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6387
6388         * gst/videomixer/Makefile.am:
6389           Add controller flags.
6390
6391 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6392
6393         * gst/videomixer/videomixer.c:
6394           Also commit the missing gst_object_sync_values().
6395
6396 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6397
6398         * docs/plugins/Makefile.am:
6399           Remove duplicate entry.
6400
6401 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6402
6403         * docs/plugins/Makefile.am:
6404         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6406         * docs/plugins/inspect/plugin-gamma.xml:
6407         * docs/plugins/inspect/plugin-monoscope.xml:
6408         * docs/plugins/inspect/plugin-video4linux2.xml:
6409           Add 3 more plugins to docs.
6410
6411 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6412
6413         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6414         * sys/osxvideo/osxvideosink.h:
6415           Revert previous change caused by a file that got stuck on an old
6416           revision.
6417
6418 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6419
6420         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6421         * gst/multipart/Makefile.am:
6422         * gst/multipart/multipartdemux.c:
6423         * gst/multipart/multipartdemux.h:
6424         * gst/multipart/multipartmux.c:
6425         * gst/multipart/multipartmux.h:
6426           Re-add multipartdemux to the docs. Last round of section cleanup.
6427
6428 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6429
6430         * docs/plugins/Makefile.am:
6431         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6432         * sys/osxaudio/gstosxaudiosink.h:
6433         * sys/osxvideo/osxvideosink.h:
6434           Managed to resolve most unused declarations. Filed a bug for one left.          
6435
6436 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6437
6438         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6439           Cleanup section file.
6440
6441 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6442
6443         * docs/plugins/Makefile.am:
6444         * docs/plugins/gst-plugins-good-plugins.args:
6445         * docs/plugins/gst-plugins-good-plugins.signals:
6446         * docs/plugins/inspect/plugin-alaw.xml:
6447         * docs/plugins/inspect/plugin-alpha.xml:
6448         * docs/plugins/inspect/plugin-alphacolor.xml:
6449         * docs/plugins/inspect/plugin-annodex.xml:
6450         * docs/plugins/inspect/plugin-apetag.xml:
6451         * docs/plugins/inspect/plugin-audiofx.xml:
6452         * docs/plugins/inspect/plugin-auparse.xml:
6453         * docs/plugins/inspect/plugin-autodetect.xml:
6454         * docs/plugins/inspect/plugin-avi.xml:
6455         * docs/plugins/inspect/plugin-cairo.xml:
6456         * docs/plugins/inspect/plugin-cdio.xml:
6457         * docs/plugins/inspect/plugin-cutter.xml:
6458         * docs/plugins/inspect/plugin-debug.xml:
6459         * docs/plugins/inspect/plugin-dv.xml:
6460         * docs/plugins/inspect/plugin-efence.xml:
6461         * docs/plugins/inspect/plugin-effectv.xml:
6462         * docs/plugins/inspect/plugin-flac.xml:
6463         * docs/plugins/inspect/plugin-flxdec.xml:
6464         * docs/plugins/inspect/plugin-gconfelements.xml:
6465         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6466         * docs/plugins/inspect/plugin-goom.xml:
6467         * docs/plugins/inspect/plugin-halelements.xml:
6468         * docs/plugins/inspect/plugin-icydemux.xml:
6469         * docs/plugins/inspect/plugin-id3demux.xml:
6470         * docs/plugins/inspect/plugin-jpeg.xml:
6471         * docs/plugins/inspect/plugin-ladspa.xml:
6472         * docs/plugins/inspect/plugin-level.xml:
6473         * docs/plugins/inspect/plugin-matroska.xml:
6474         * docs/plugins/inspect/plugin-mulaw.xml:
6475         * docs/plugins/inspect/plugin-multipart.xml:
6476         * docs/plugins/inspect/plugin-navigationtest.xml:
6477         * docs/plugins/inspect/plugin-png.xml:
6478         * docs/plugins/inspect/plugin-quicktime.xml:
6479         * docs/plugins/inspect/plugin-rtp.xml:
6480         * docs/plugins/inspect/plugin-rtsp.xml:
6481         * docs/plugins/inspect/plugin-shout2send.xml:
6482         * docs/plugins/inspect/plugin-smpte.xml:
6483         * docs/plugins/inspect/plugin-speex.xml:
6484         * docs/plugins/inspect/plugin-taglib.xml:
6485         * docs/plugins/inspect/plugin-udp.xml:
6486         * docs/plugins/inspect/plugin-videobalance.xml:
6487         * docs/plugins/inspect/plugin-videobox.xml:
6488         * docs/plugins/inspect/plugin-videocrop.xml:
6489         * docs/plugins/inspect/plugin-videoflip.xml:
6490         * docs/plugins/inspect/plugin-videomixer.xml:
6491         * docs/plugins/inspect/plugin-wavenc.xml:
6492         * docs/plugins/inspect/plugin-wavpack.xml:
6493         * docs/plugins/inspect/plugin-wavparse.xml:
6494           Update plugin docs.
6495
6496         * gst/videomixer/Makefile.am:
6497         * gst/videomixer/videomixer.c:
6498         * gst/videomixer/videomixer.h:
6499         * gst/videomixer/videomixerpad.h:
6500           Split out header to fix warnings from the doc-build.
6501
6502 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6503
6504         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6505
6506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6507         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6508
6509 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6510
6511         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6513           Initialise variables to work around (false) 'foo might be used
6514           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6515
6516 2008-01-11  David Schleef  <ds@schleef.org>
6517
6518         * docs/plugins/.cvsignore:
6519         * tests/check/pipelines/.cvsignore:
6520           Ignore more files for the buildbot.
6521
6522 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6523
6524         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6525         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6526         Generate the image-type values correctly. Leave them out of the caps
6527         when outputting a "preview image" tag, since it only makes sense
6528         to have one of those - the type is irrelevant.
6529
6530         * sys/sunaudio/gstsunaudiomixerctrl.c:
6531         (gst_sunaudiomixer_ctrl_open):
6532         If we can, mark the mixer multiple open when we use it, in case
6533         (for some reason) the process wants to open it again elsewhere.
6534
6535 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6536
6537         Patch by: Olivier Crete <tester at tester dot ca>
6538
6539         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6540         * gst/rtp/gstrtptheorapay.c:
6541         Fix the clock rate to 90000 as required by the RFC.
6542         Fixes #508644.
6543
6544 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6545
6546         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6547           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6548
6549 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6550
6551         * autogen.sh:
6552           Add -Wno-portability to the automake parameters to stop warnings
6553           about GNU make extensions being used. We require GNU make in almost
6554           every Makefile anyway.
6555           
6556         * configure.ac:
6557           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6558           at the same time is required for per target flags.
6559
6560 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6561
6562         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6563         Fix error from my last commit.
6564
6565 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6568
6569         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6570           Make sure the ISO 639-X language code in ID3v2 COMM frames
6571           is actually valid UTF-8 (or rather: ASCII), so we don't end
6572           up with non-UTF8 strings in tags if there's garbage in the
6573           language field. Also make sure the language code is always
6574           lower case. Fixes: #508291.
6575
6576 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6577
6578         * ChangeLog:
6579           Fix ChangeLog typo.
6580
6581 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6582
6583         * Makefile.am:
6584           Include lcov.mak to allow building coverage reports. Guard
6585           check-torture target like in the other packages.
6586
6587 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6588
6589         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6590
6591         * gst/videomixer/videomixer.c:
6592         (gst_videomixer_set_master_geometry), (_do_init),
6593         (gst_videomixer_child_proxy_get_child_by_index),
6594         (gst_videomixer_child_proxy_get_children_count),
6595         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6596         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6597         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6598         Implement GstChildProxy interface.
6599         Send newsegment at the right moment
6600         Fixes #488879
6601
6602 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6603
6604         * gst/alpha/Makefile.am:
6605         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6606         (gst_alpha_sink_event), (gst_alpha_chain),
6607         (gst_alpha_change_state), (plugin_init):
6608         Make the various properties of 'alpha' controllable. This allows doing
6609         niceties like fade-in/fade-out.
6610
6611 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6612
6613         * gst/rtp/gstasteriskh263.c:
6614         * gst/rtp/gstrtpL16depay.c:
6615         * gst/rtp/gstrtpac3depay.c:
6616         * gst/rtp/gstrtpamrpay.c:
6617         * gst/rtp/gstrtpdepay.c:
6618         * gst/rtp/gstrtpgsmdepay.c:
6619         * gst/rtp/gstrtph263depay.c:
6620         * gst/rtp/gstrtph263pdepay.c:
6621         * gst/rtp/gstrtph263ppay.c:
6622         * gst/rtp/gstrtph264depay.c:
6623         * gst/rtp/gstrtph264pay.c:
6624         * gst/rtp/gstrtpmp2tdepay.c:
6625         * gst/rtp/gstrtpmp4adepay.c:
6626         * gst/rtp/gstrtpmp4gdepay.c:
6627         * gst/rtp/gstrtpmp4gpay.c:
6628         * gst/rtp/gstrtpmp4vdepay.c:
6629         * gst/rtp/gstrtpmpadepay.c:
6630         * gst/rtp/gstrtpmpvdepay.c:
6631         * gst/rtp/gstrtpsv3vdepay.c:
6632         * gst/rtp/gstrtptheoradepay.c:
6633         * gst/rtp/gstrtptheorapay.c:
6634         * gst/rtp/gstrtpvorbisdepay.c:
6635         * gst/rtp/gstrtpvorbispay.c:
6636           Remove copy/paste unused code (property setters and getter) found by
6637           the coverage suite (yay, saves ~20k on disk).
6638
6639 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6640
6641         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6642           (videosink_templ):
6643           Also fix up pad templates to indicate that image/jpeg doesn't
6644           absolutely require the framerate property to be set (#504081).
6645
6646 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6647
6648         Based on patch by: Wouter Cloetens  <wouter at mind be>
6649
6650         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6651           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6652           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6653         * gst/matroska/matroska-mux.h:
6654           Keep track of first and last timestamps for each incoming stream,
6655           so we can calculate the total duration for live sources and other
6656           input where we can't query the duration from the start or where
6657           there's no constant framerate from which we can deduce the
6658           duration; also use calculated/observed duration if it is bigger
6659           than the previously queried duration. Furthermore, use
6660           gst_pad_query_peer_duration() and take into account that it may
6661           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6662           screws up comparisons when using unsigned integers. Fixes #504081.
6663
6664 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6665
6666         * configure.ac:
6667         * gst/audiofx/audioamplify.c:
6668         (gst_audio_amplify_clipping_method_get_type),
6669         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6670         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6671         (gst_audio_dynamic_transform_ip):
6672         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6673         (gst_audio_invert_transform_ip):
6674         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6675         (gst_audio_panorama_transform):
6676         * gst/level/gstlevel.c: (gst_level_init):
6677         Make elements GST_BUFFER_FLAG_GAP aware and call
6678         gst_base_transform_set_gap_aware for this.
6679         Bump core requirement to CVS.
6680         
6681         * gst/audiofx/audiochebyshevfreqband.c:
6682         (gst_audio_chebyshev_freq_band_transform_ip):
6683         * gst/audiofx/audiochebyshevfreqlimit.c:
6684         (gst_audio_chebyshev_freq_limit_transform_ip):
6685         Also sync GObject properties to the controller if operating
6686         in passthrough mode.
6687
6688 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6689
6690         * sys/directdraw/gstdirectdrawsink.c:
6691           (gst_directdraw_sink_window_thread):
6692           FALSE is not a gpointer.
6693
6694 2008-01-05  Julien Moutte  <julien@fluendo.com>
6695
6696         * sys/directdraw/gstdirectdrawsink.c:
6697         (gst_directdraw_sink_set_window_id),
6698         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6699         (gst_directdraw_sink_buffer_alloc),
6700         (gst_directdraw_sink_draw_borders),
6701         (gst_directdraw_sink_show_frame),
6702         (gst_directdraw_sink_setup_ddraw),
6703         (gst_directdraw_sink_window_thread),
6704         (gst_directdraw_sink_get_ddrawcaps),
6705         (gst_directdraw_sink_surface_create): Make sure we create our
6706         internal window only when we need it. That will give a chance to
6707         the application to get the prepare-xwindow-id bus message. Draw
6708         black borders when keeping aspect ratio. Handle the case where our
6709         rendering window disappears (closed or errors) like other sinks
6710         do. Various 80 columns fixes, improve state change order. That
6711         element could need some more love.
6712
6713 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6714
6715         * ext/taglib/gstapev2mux.h:
6716         * ext/taglib/gstid3v2mux.h:
6717         Remove useless typedefs without new type name. Fixes a warning with
6718         gcc 4.3.
6719
6720 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6721
6722         Patch by: John Millikin <jmillikin at gmail dot com>
6723
6724         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6725         (gst_flac_dec_setup_stream_decoder),
6726         (gst_flac_normalize_picture_mime_type),
6727         (gst_flac_extract_picture_buffer),
6728         (gst_flac_dec_metadata_callback):
6729         Emit metadata messages when a PICTURE block is encountered.
6730         Fixes #506715.
6731
6732 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6733
6734         * gst/avi/gstavi.c:
6735         increase rank because no known issues anymore ...
6736         * gst/avi/gstavisubtitle.c:
6737         send subtitle name to the srcpad
6738
6739 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6740
6741         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6742         * gst/rtsp/gstrtspsrc.h:
6743         Implement redirect for the DESCRIBE reply. Fixes #506025.
6744
6745 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6746
6747         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6748         Fix 'xyz may be used uninitialized' compiler warnings caused
6749         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6750         abort() in any case but properly report the error.
6751
6752 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6753
6754         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6755         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6756         * sys/ximage/gstximagesrc.c: (composite_pixel):
6757           Fix 'xyz may be used uninitialized' compiler warnings caused
6758           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6759           not really nice to abort in any case). Fixes #505745.
6760
6761 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6762
6763         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6764           Small unit test fix (has no practical impact at the moment,
6765           since we're only feeding utf8 and hence just create a sub-
6766           buffer for the output).
6767
6768 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6769
6770         * gst/avi/gstavisubtitle.c:
6771         * tests/check/elements/avisubtitle.c:
6772         Add seeking support for avi subtitle
6773
6774 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6775
6776         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6777         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6778         (gst_flac_dec_write):
6779         * ext/flac/gstflacdec.h:
6780         Remove some unused vars.
6781         Do more cleanup of leftover events and tags.
6782         Output tags after the segment event. Fixes #504018.
6783
6784 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6785
6786         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6787           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6788           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6789           Detect other UTF byte order markers and convert to UTF-8 as
6790           appropriate.
6791
6792 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6793
6794         * gst/avi/gstavisubtitle.c: (src_template),
6795           (gst_avi_subtitle_extract_utf8_file),
6796           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6797           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6798           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6799         * gst/avi/gstavisubtitle.h:
6800           Refactor a bit; fix name extraction; don't assume all the data
6801           in the chunk is actually subtitle data, there may be padding at
6802           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6803           file so it's there to send again after a seek (for future use).
6804
6805 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6806
6807         * gst/avi/Makefile.am:
6808         * gst/avi/gstavi.c:
6809         * gst/avi/gstavisubtitle.c:
6810         * gst/avi/gstavisubtitle.h:
6811         * tests/check/Makefile.am:
6812         * tests/check/elements/avisubtitle.c:
6813         * win32/common/config.h:
6814                 Add avi subtitle element for bug #442034. Need seeking support
6815                 and more support for character conversion.
6816
6817 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6818
6819         * Makefile.am:
6820           Include common/win32.mak for CRLF check of win32 project
6821           files (see #393626).
6822
6823         * win32/vs6/libgstpng.dsp:
6824           Fix line endings and do cvs admin -kb.
6825
6826 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6827
6828         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6829         Actually drop the buffers which are outside the currently configured
6830         segment instead of just emitting a WARNING.
6831
6832 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6833
6834         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6835         (gst_flac_dec_write):
6836         * ext/flac/gstflacdec.h:
6837         Send segments from the streaming thread. Fixes #502187.
6838         Fix segment seeking and a bunch of other seeking cases.
6839
6840 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6841
6842         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6843           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6844           which is where it would end up if the same information was
6845           put in a vorbis comment (don't think it's worth adding a
6846           new URI tag for this). Fixes #488112.
6847
6848 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6849
6850         * configure.ac:
6851           We need core/base 0.10.15 or later.
6852
6853 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6854
6855         Patch by: Mark Nauwelaerts <manauw skynet be>
6856
6857         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6858         Fix regression in stream numbering. Fixes #502655.
6859
6860 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6861
6862         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6863
6864         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6865         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6866         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6867         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6868         (gst_rtp_h264_pay_handle_buffer):
6869         * gst/rtp/gstrtph264pay.h:
6870         Use higher performance start-code searching.
6871         Parse NALs and store SPS, PPS and profile in the caps so that they can
6872         be used in the SDP. Fixes #502814.
6873
6874 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6875
6876         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6877         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6878           Init some structs to zero before we pass them to ioctl, which
6879           avoids valgrind warnings.  Also fix a small memory leak.
6880
6881 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6882
6883         Patch by: Wouter Cloetens <wouter at mind dot be>
6884
6885         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6886         Copy timestamp from input to output. Not very perfect yet but better
6887         than nothing. Fixes #503023.
6888
6889 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6890
6891         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6892           Also print a useful error message with the old Wavpack API
6893           if possible.
6894
6895 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6896
6897         * ext/wavpack/gstwavpackdec.c:
6898           More build fixes for old libwavpack versions: include config.h so
6899           that WAVPACK_OLD_API is actually defined as detected; only use
6900           WavpackGetErrorMessage if it is available. This fixes the build
6901           on debian stable for me.
6902
6903 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6904
6905         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6906         * ext/wavpack/gstwavpackparse.c:
6907           (gst_wavpack_parse_create_src_pad):
6908           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6909           versions below 4.40.0.
6910
6911 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6912
6913         * configure.ac:
6914           And now do it right for real...
6915
6916 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6917
6918         * configure.ac:
6919           Correctly reset $LIBS to not contain -lm.
6920
6921 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6922
6923         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6924
6925         * configure.ac:
6926         * ext/cairo/gsttimeoverlay.c:
6927           (gst_cairo_time_overlay_print_smpte_time):
6928           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6929           and checking for rint() and implementing it ourself if it doesn't
6930           exist. Fixes #497293.
6931
6932 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6933
6934         * configure.ac:
6935           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6936
6937 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6938
6939         * sys/oss/gstosshelper.c:
6940         Verify that the format returned after the ioctl is the one
6941         we requested. It is valid for the ioctl to succeed while
6942         substituting an alternate 'supported' sample format.
6943
6944 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6945
6946         * sys/oss/gstossaudio.c: (plugin_init):
6947         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6948         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6949           Post decent (and translated) error message when we can't
6950           open the audio device for some reason.
6951
6952 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6953
6954         * sys/oss/gstosssink.c:
6955         * sys/oss/gstosssrc.c:
6956         Allow the AUDIODEV environment variable to redirect us
6957         to a different default OSS device, like sunaudiosink does
6958         on Solaris (makes audio play automatically on SunRays).
6959
6960 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6961
6962         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6963         * gst/audiofx/audiochebyshevfreqband.c:
6964         (gst_audio_chebyshev_freq_band_transform_ip):
6965         * gst/audiofx/audiochebyshevfreqlimit.c:
6966         (gst_audio_chebyshev_freq_limit_transform_ip):
6967         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6968         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6969         The transform_ip() methods should do nothing if in passthrough mode.
6970         It might get non-writable buffers in that case but the buffer might
6971         as well be writable.
6972
6973         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6974         The transform() methods won't be called in passthrough mode and
6975         otherwise the buffer is always writable so don't check here.
6976
6977 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6978
6979         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6980           Fix seeking in .wav files again (#501775).  Some people seem to think
6981           they don't need to test their changes when they're just 'reflowing'
6982           some code.
6983
6984 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6985
6986         * gst/autodetect/gstautovideosink.c:
6987         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6988         (gst_auto_video_sink_init),
6989         (gst_auto_video_sink_create_element_with_pretty_name),
6990         (gst_auto_video_sink_find_best),
6991         (gst_auto_video_sink_set_property),
6992         (gst_auto_video_sink_get_property):
6993         * gst/autodetect/gstautovideosink.h:
6994         Fix docs.
6995         Use same error reporting code as autoaudiosink.
6996         Add property to filter sinks based on caps. Only select raw video sinks
6997         by default for backwards compat.
6998         API: GstAutoVideoSink::filter-caps
6999
7000 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7001
7002         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7003
7004         * gst/autodetect/gstautoaudiosink.c:
7005         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7006         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7007         (gst_auto_audio_sink_set_property),
7008         (gst_auto_audio_sink_get_property):
7009         * gst/autodetect/gstautoaudiosink.h:
7010         Add property to filter sinks based on caps. Only select raw audio sinks
7011         by default for backwards compat.  Fixes #417420.
7012         API: GstAutoAudioSink::filter-caps
7013
7014 2007-11-29  Michael Smith <msmith@fluendo.com>
7015
7016         Patch by: Arek Korbik <arkadini@gmail.com>
7017
7018         * gst/videobox/gstvideobox.c: (plugin_init):
7019           Initialise liboil in plugin_init()
7020
7021 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7022
7023         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7024         Post error before sending EOS. Fixes #499178.
7025
7026 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7027
7028         * win32/vs6/gst_plugins_good.dsw:
7029         * win32/vs6/libgstpng.dsp:
7030         Add a project file for libgstpng
7031
7032 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7033
7034         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7035         (gst_rtp_h263_depay_process):
7036         Code beautification.
7037         Added debug statements.
7038         Don't bit-shift everything, just do operations on last/first byte
7039         instead.
7040
7041 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7042
7043         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7044
7045         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7046         Fix wrong comparison in overrun check. Fixes #499239 some more.
7047
7048 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7049
7050         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7051         (gst_rtp_h263_depay_process):
7052         * gst/rtp/gstrtph263depay.h:
7053         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7054         stream.
7055
7056 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7057
7058         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7059
7060         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7061         (gst_rtp_mp4a_depay_process):
7062         * gst/rtp/gstrtpmp4adepay.h:
7063         Fix depayloading when multiple frames are inside one RTP packet.
7064         Fixes #499239.
7065
7066 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7067
7068         * gst/level/gstlevel.c:
7069           Add GAP-flag support.
7070
7071 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7072
7073         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7074         Read the I flag for Mode A h263 rtp stream and set the
7075         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7076         Fixes #499383
7077
7078 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7079
7080         * gst/level/gstlevel.c:
7081           Remove some dead code and do cleanups.
7082
7083 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7084
7085         * tests/check/pipelines/simple-launch-lines.c:
7086           Improve the tests by allowing to set a target state.
7087
7088 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7089
7090         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7091         Don't check the caps of the output buffer if they're equal some
7092         other caps. The caps can change in a backward compatible way
7093         and did at this point.
7094
7095 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7096
7097         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7098         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7099         (gst_qtdemux_seek_to_previous_keyframe),
7100         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7101         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7102         reverse playback support.
7103
7104 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7105
7106         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7107         Also set the channel layout on the Wavpack caps if we're having
7108         a mono layout. Of course only do it for "audio/x-wavpack".
7109
7110 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7111
7112         * ext/wavpack/gstwavpackcommon.c:
7113         (gst_wavpack_get_default_channel_mask),
7114         (gst_wavpack_set_channel_layout),
7115         (gst_wavpack_get_default_channel_positions),
7116         (gst_wavpack_get_channel_mask_from_positions),
7117         (gst_wavpack_set_channel_mapping):
7118         * ext/wavpack/gstwavpackcommon.h:
7119         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7120         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7121         * ext/wavpack/gstwavpackdec.h:
7122         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7123         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7124         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7125         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7126         (gst_wavpack_enc_rewrite_first_block),
7127         (gst_wavpack_enc_sink_event):
7128         * ext/wavpack/gstwavpackenc.h:
7129         * ext/wavpack/gstwavpackparse.c:
7130         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7131         (gst_wavpack_parse_scan_to_find_sample),
7132         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7133         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7134         * ext/wavpack/gstwavpackparse.h:
7135         Add support for encoding, parsing and decoding multichannel
7136         files with up to 8 channels. This also improves the robustness
7137         of parsing quite a bit.
7138
7139         * ext/wavpack/gstwavpackstreamreader.c:
7140         (gst_wavpack_stream_reader_read_bytes),
7141         (gst_wavpack_stream_reader_get_pos),
7142         (gst_wavpack_stream_reader_set_pos_abs),
7143         (gst_wavpack_stream_reader_set_pos_rel),
7144         (gst_wavpack_stream_reader_push_back_byte),
7145         (gst_wavpack_stream_reader_get_length),
7146         (gst_wavpack_stream_reader_can_seek),
7147         (gst_wavpack_stream_reader_write_bytes):
7148         Improve debugging.
7149
7150 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7151
7152         * ext/libpng/gstpngdec.c:
7153         * ext/libpng/gstpngdec.h:
7154           Don't release the png-memory from within the callback.
7155
7156 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7157
7158         Patch by: René Stadler <mail at renestadler dot de>
7159
7160         * ext/libpng/gstpngenc.c:
7161           Don't leak buffer data memory. Fixes #498395.
7162
7163 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7164
7165         Patch by: René Stadler <mail at renestadler dot de>
7166
7167         * tests/check/pipelines/simple-launch-lines.c:
7168           Tests for #498395.
7169
7170 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7171
7172         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7173         (gst_tag_lib_mux_adjust_event_offsets):
7174         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7175         * sys/osxaudio/Makefile.am:
7176         * sys/osxvideo/cocoawindow.h:
7177         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7178
7179 2007-11-15  David Schleef  <ds@schleef.org>
7180
7181         * ext/cairo/gsttextoverlay.c:
7182           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7183
7184 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7185
7186         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7187
7188         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7189         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7190         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7191         * gst/rtp/gstrtpmp2tpay.h:
7192         Fill the MTU with as many packets as possible. Fixes #491323.
7193
7194 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7195
7196         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7197
7198         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7199         Fix some more leaks. Fixes #497007.
7200
7201 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7202
7203         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7204
7205         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7206         (gst_rtspsrc_stream_configure_tcp):
7207         Fix 3 pad leaks. Fixes #496983.
7208
7209 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7210
7211         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7212
7213         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7214         Fix small leak. Fixes #497017.
7215
7216 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7217
7218         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7219         (gst_qtdemux_prepare_current_sample),
7220         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7221         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7222         * gst/qtdemux/qtdemux_fourcc.h:
7223         * gst/qtdemux/qtdemux_types.c:
7224         Add suppport for theora in quicktime according to XiphQT.
7225
7226 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7227
7228         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7229         (gst_v4l2src_init), (gst_v4l2src_set_property),
7230         (gst_v4l2src_get_property):
7231         * sys/v4l2/gstv4l2src.h:
7232         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7233           Always copy buffers by default (handle safer with bugged drivers)
7234           and added a property to make it possible to use mmap effectively (no
7235           copy if possible) when application wants to. Fixes: #480557.
7236
7237 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7238
7239         * gst/id3demux/id3tags.c:
7240         * gst/id3demux/id3tags.h:
7241         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7242           We don't want the same string multiple times in a tag list for the
7243           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7244           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7245
7246 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7247
7248         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7249           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7250           into ID3v2 TXXX frames (fixes #347848).
7251
7252 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7253
7254         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7255           Don't leak sdp message contents (fixes #496773).
7256
7257         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7258           Don't leak URI string.
7259
7260 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7261
7262         Patch by: Julien Puydt <julien dot puydt at laposte net>
7263
7264         * ext/raw1394/Makefile.am:
7265         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7266           (gst_1394_property_probe_get_properties),
7267           (gst_1394_property_probe_probe_property),
7268           (gst_1394_property_probe_needs_probe),
7269           (gst_1394_property_probe_get_values),
7270           (gst_1394_property_probe_interface_init),
7271           (gst_1394_type_add_property_probe_interface):
7272         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7273         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7274           (gst_dv1394src_init), (gst_dv1394src_dispose),
7275           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7276           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7277           (gst_dv1394src_update_device_name):
7278         * ext/raw1394/gstdv1394src.h:
7279           Implement GstPropertyProbe interface and add "device-name" property,
7280           so applications can use this to probe for available devices in the
7281           same way they can already with v4lsrc and v4l2src (however horrible
7282           this property probe interface may be). Fixes #358841.
7283
7284 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7285
7286         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7287
7288         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7289           (gst_rtspsrc_parse_range):
7290           Don't leak event, don't leak range (fixes #496752).
7291
7292 2007-11-14  Michael Smith <msmith@fluendo.com>
7293
7294         Patch by: Arek Korbik <arkadini@gmail.com>
7295
7296         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7297           Detect RGBA/BGRA correctly on little endian systems.
7298
7299 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7300
7301         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7302           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7303           corresponding ioctl() call fails even though the driver claims to
7304           support this format, just fall back to the pre-2.6.19 kernel
7305           routine that creates caps with suitable height and width ranges
7306           (see #448278).
7307
7308 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7309
7310         Patch by: Mark Nauwelaerts <manauw skynet be>
7311
7312         * gst/matroska/matroska-demux.c:
7313           (gst_matroska_demux_push_dvd_clut_change_event),
7314           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7315           (gst_matroska_demux_subtitle_caps):
7316         * gst/matroska/matroska-ids.h:
7317           Extract palette data for dvd subpicture streams and send it
7318           downstream as custom gstreamer dvd event (fixes #453417).
7319
7320 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7321
7322         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7323           Implement minimal parsing of the passed pango font description
7324           string, so passing a font size works the same as with the
7325           pango textoverlay plugin; fixes #455086.
7326           (Maybe we could just use pangocairo here at some point).
7327
7328 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7329
7330         * gst/avi/gstavidemux.c:
7331         * gst/wavparse/gstwavparse.c:
7332           Return the result in _activate_pull(). Don't ref element there.
7333
7334 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7335
7336         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7337         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7338         (gst_wavparse_srcpad_event):
7339           Ref the element when we should, but not when we its not needed. Reflow
7340           the event_handling to not leak the event.       
7341
7342 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7343
7344         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7345         (qtdemux_parse_samples):
7346         Properly free QTDemuxSamples array.
7347         Protect table write with a sensible check, some files apparently DO contain
7348         stts values starting with 0 :(
7349
7350 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7351
7352         * gst/avi/gstavidemux.c:
7353         * gst/qtdemux/qtdemux.c:
7354           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7355           previous commit messed up.
7356
7357 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7358
7359         * gst/avi/gstavidemux.c:
7360         * gst/qtdemux/qtdemux.c:
7361           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7362           element when we should, but not when we its not needed.
7363
7364 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7365
7366         * gst/wavparse/gstwavparse.c:
7367           Return FALSE if we can't handle a query instead of changing the
7368           format. Ignore fact when dealing with mpeg audio.
7369
7370 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7371
7372         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7373
7374         * configure.ac:
7375         * gst/udp/gstdynudpsink.c:
7376         * gst/udp/gstdynudpsink.h:
7377         * gst/udp/gstmultiudpsink.c:
7378         * gst/udp/gstmultiudpsink.h:
7379         * gst/udp/gstudpsink.c:
7380         * gst/udp/gstudpsink.h:
7381           Fix includes for MSVC and GLib-2.14.0 (#492388).
7382
7383         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7384           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7385
7386 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7387
7388         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7389         (gst_mulawdec_chain):
7390         * gst/law/mulaw-decode.h:
7391         Calculate outgoing buffer duration if incoming buffer didn't have a
7392         valid duration.
7393
7394 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7395
7396         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7397         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7398         Smarter combine_flow code that also deals with downstream elements
7399         returning UNEXPECTED when they receive data out of the segment
7400         boundaries. Fixes #491305.
7401
7402 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7403
7404         * sys/v4l2/v4l2src_calls.c:
7405           Fix 'unused variable' compiler warning when compiling against
7406           older kernel headers.
7407
7408 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7409
7410         * ext/taglib/gstid3v2mux.cc (add_funcs):
7411           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7412
7413 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7414
7415         * tests/check/pipelines/simple-launch-lines.c:
7416            Improve the tests a little more.
7417
7418 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7419
7420         patch by: Yun Zheng Hu
7421
7422         * sys/osxaudio/gstosxaudiosrc.c:
7423         Use default input device instead of default output device and
7424         only memcpy actual available bytes.
7425
7426 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7427
7428         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7429           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7430           early. It is temporary until we find something better.
7431
7432 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7433
7434         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7435
7436         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7437         Fix race when pausing a RTSP stream in interleaved.
7438         Fixes #475784.
7439
7440 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7441
7442         Patch by: Peter Kjellerstedt <pkj at axis com>
7443
7444         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7445         Use correct unref function for buffers. #488844.
7446
7447 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7448
7449         * gst/avi/gstavimux.c:
7450         * tests/check/elements/avimux.c:
7451           Add some debug and sync tests with the fix.     
7452
7453 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7454
7455         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7456
7457         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7458         When the socket is used by the app for other purposes, don't generate an
7459         error if there is activaty on the socket that is not data related.
7460         Fixes #487488.
7461
7462 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7463
7464         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7465         (gst_v4l2src_grab_frame):
7466         Add some more debug info. Generate an error when we run out of buffers
7467         for some reason. See #480557.
7468
7469 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7470
7471         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7472
7473         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7474         Set marker bit correctly.
7475
7476 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7477
7478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7479         Use allowed name for the GstStructure.
7480
7481 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7482
7483         * ext/gconf/gstswitchsink.c:
7484         * gst/autodetect/gstautoaudiosink.c:
7485           Use new gst_bus_pop_filtered().
7486
7487 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7488
7489         * sys/v4l2/gstv4l2src.c:
7490         * sys/v4l2/v4l2src_calls.c:
7491           When probing the formats and sizes a camera supports, make
7492           sure the best ones (highest resolution, prefered format)
7493           end up at the beginning of the probed caps and the less
7494           desirable ones at the end.  This is important because the
7495           order within the caps matters for things like fixation and
7496           negotiation, ie. what format is chosen in the end.
7497           With recent kernels, the current probing code will end up
7498           querying the supported sizes from lowest resolution to
7499           highest resolution, adding them to the probed caps in that
7500           order, resulting to v4l2src fixating to the lowest possible
7501           resolution if downstream does not express a size preference.
7502           Also make up a somewhat random ranking of prefered output
7503           formats for the same reason. Fixes #485828.
7504         
7505 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7506
7507         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7508
7509         * gst/id3demux/id3v2frames.c:
7510           Extract license/copyright URIs from ID3v2 WCOP frames
7511           (Fixes #447000).
7512
7513         * tests/check/elements/id3demux.c:
7514         * tests/files/Makefile.am:
7515         * tests/files/id3-447000-wcop.tag:
7516           Add simple unit test.
7517
7518 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7519
7520         * ext/taglib/gstid3v2mux.cc:
7521           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7522           Prerequisite for #447000.
7523
7524 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7525
7526         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7527         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7528         a GstClockTime.
7529
7530 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7531
7532         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7533         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7534         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7535         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7536         (gst_rtspsrc_change_state):
7537         More seeking fixes, mostly passing around the new playback segment in
7538         order to configure it properly.
7539         Also reset base_time of udp sources when setting them back to PLAYING as
7540         a temporary hack until core supports seek in live sources properly.
7541
7542 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7543
7544         * gst/rtp/gstrtpmp4adepay.c:
7545         Fix caps as to not confuse autopluggers.
7546
7547 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7548
7549         * gst/id3demux/gstid3demux.c:
7550         * gst/id3demux/gstid3demux.h:
7551         * gst/id3demux/id3tags.c:
7552         * gst/id3demux/id3tags.h:
7553         * gst/id3demux/id3v2frames.c:
7554           Port ID3 tag demuxer over to the new GstTagDemux in -base
7555           (now would be a good time to test re-importing your music
7556           collection).
7557
7558 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7559
7560         * gst/apetag/Makefile.am:
7561         * gst/apetag/gstapedemux.c:
7562         * gst/apetag/gstapedemux.h:
7563         * gst/apetag/gsttagdemux.c:
7564         * gst/apetag/gsttagdemux.h:
7565           Port APE tag demuxer over to the new GstTagDemux in -base.
7566
7567 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7568
7569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7570         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7571         (gst_rtspsrc_handle_internal_src_query),
7572         (gst_rtspsrc_handle_src_query), (new_session_pad),
7573         (gst_rtspsrc_stream_configure_tcp),
7574         (gst_rtspsrc_stream_configure_transport),
7575         (gst_rtspsrc_loop_send_cmd):
7576         Improve flushing behaviour.
7577         Set state of the udp sources to PAUSE/PLAYING correctly.
7578         Handle events and queries for UDP and TCP transport now.
7579
7580 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7581
7582         * gst/rtp/gstrtpgsmdepay.c:
7583         * gst/rtp/gstrtpgsmpay.c:
7584           Add log category.
7585
7586 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7587
7588         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7589
7590         * tests/check/Makefile.am:
7591         * tests/check/pipelines/simple-launch-lines.c:
7592           Add unit tests for payloaders/depayloaders.
7593
7594 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7595
7596         * gst/avi/gstavimux.c:
7597         * gst/avi/gstavimux.h:
7598           Also save codec data for audio streams. Fixes #482495.
7599
7600 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7601
7602         * gst/avi/gstavimux.c:
7603           Fix "Index entry has invalid stream nr 1".
7604           Add support for muxing aac - work in progress (see #482495).
7605
7606 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7607
7608         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7609         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7610         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7611         * gst/rtsp/gstrtspsrc.h:
7612         Parse bandwidth modifiers, they are not yet configured in the session
7613         manager because we don't have an API for that yet.
7614
7615 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7616
7617         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7618         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7619         Use shiny new function in -base to get the default clock-rate.
7620         Update some docs.
7621
7622 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7623
7624         * win32/MANIFEST:
7625         Add files to win32 manifest.
7626         * win32/vs6/libgstaudiofx.dsp:
7627         * win32/vs6/libgstqtdemux.dsp:
7628         * win32/vs6/libgstrtp.dsp:
7629         * win32/vs6/libgstrtsp.dsp:
7630         Update project files.
7631
7632 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7633
7634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7635         (gst_rtspsrc_play):
7636         * gst/rtsp/gstrtspsrc.h:
7637         In TCP mode, only timestamp the first buffer. TCP is not real time and
7638         it does not make sense to try to skew compensate, also some servers send
7639         the first batch of data in a burst.
7640
7641 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7642
7643         * gst/matroska/matroska-demux.c:
7644           Fix setting the discont flag on the first buffer
7645           pushed downstream for formats with private codec
7646           data that needs to be deserialised into buffers
7647           (such as vorbis and FLAC when in a matroska container).
7648
7649 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7650
7651         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7652
7653         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7654         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7655         (gst_rtp_mp4v_pay_handle_buffer):
7656         * gst/rtp/gstrtpmp4vpay.h:
7657         Free the config string. Fixes #480707.
7658         Clean up the timestamp code a little.
7659
7660 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7661
7662         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7663         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7664         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7665         * gst/rtsp/gstrtspsrc.h:
7666         Set timestamps on RTP buffers in interleaved mode.
7667         Mark first buffers with a DISCONT.
7668         Remove flush hack now that sync for live sources has been figured out.
7669
7670 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7671
7672         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7673         Update documentation.
7674
7675 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7676
7677         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7678         (gst_rtp_xqt_depay_change_state):
7679         * gst/qtdemux/gstrtpxqtdepay.h:
7680         Fail if we don't know the quicktime format.
7681
7682 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7683
7684         * ext/flac/gstflacenc.c:
7685         * ext/flac/gstflacenc.h:
7686           Save the flow return from the last gst_pad_push() and
7687           make sure we pass the right flow return value upstream
7688           in the case of failure; minor clean-ups.
7689
7690 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7691
7692         * ext/taglib/gstapev2mux.cc:
7693         * ext/taglib/gstid3v2mux.cc:
7694         * gst/apetag/gstapedemux.c:
7695           Add support for the new GST_TAG_COMPOSER (#459809).
7696
7697 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7698
7699         * gst/law/alaw-decode.c:
7700         * gst/law/alaw-decode.h:
7701         * gst/law/alaw-encode.c:
7702         * gst/law/alaw-encode.h:
7703         * gst/law/alaw.c:
7704         * gst/law/mulaw-conversion.h:
7705           Compulsive clean-ups: use boilerplate macros, add debug
7706           categories, fix up things to conform to symbol nomenklatura,
7707           etc.
7708
7709 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7710
7711         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7712
7713         * gst/law/alaw-decode.c:
7714         * gst/law/alaw-encode.c:
7715           Use static tables for A-Law decoding and encoding; this makes
7716           A-Law decoding and encoding less CPU-intensive, but increases
7717           the binary size a bit. Leaving old code around for now,
7718           selectable by a define in the code. Fixes #435435.
7719
7720 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7721
7722         * configure.ac:
7723         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7724         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7725         in configure.ac.
7726
7727 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7728
7729         Patch by: Jan Gerber <j at bootlab dot org>
7730
7731         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7732         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7733
7734 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7735
7736         * sys/oss/gstosshelper.c:
7737           Use GST_WARNING instead of a g_critical. This situation is not caused
7738           by the application.
7739
7740 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7741
7742         * po/LINGUAS:
7743         * po/nl.po:
7744           Updated translations.
7745
7746 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7747
7748         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7749
7750         * po/eu.po:
7751           Added Basque translation.
7752
7753 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7754
7755         translated by: Abel Cheung <abelcheung@gmail.com>
7756
7757         * po/zh_HK.po:
7758         * po/zh_TW.po:
7759           Added Chinese (traditional and Hong Kong) translation.
7760
7761 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7762
7763         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7764
7765         * po/pl.po:
7766           Added Polish translation.
7767
7768 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7769
7770         translated by: Ilkka Tuohela <hile@iki.fi>
7771
7772         * po/fi.po:
7773           Added Finnish translation.
7774
7775 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7776
7777         translated by: Jorge González González <aloriel@gmail.com>
7778
7779         * po/es.po:
7780           Added Spanish translation.
7781
7782 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7783
7784         translated by: Mogens Jaeger <mogens@jaeger.tf>
7785
7786         * po/da.po:
7787           Added Danish translation.
7788
7789 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7790
7791         translated by: Funda Wang <fundawang@linux.net.cn>
7792
7793         * po/zh_CN.po:
7794           Added Chinese (simplified) translation.
7795
7796 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7797
7798         translated by: Alexander Shopov <ash@contact.bg>
7799
7800         * po/bg.po:
7801           Added Bulgarian translation.
7802
7803 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7804
7805         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7806         Set outgoing packet duration because we can. Fixes #478244 some more.
7807
7808 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7809
7810         * ext/cairo/gsttextoverlay.c:
7811           Add info about static leak.
7812         
7813         * tests/check/Makefile.am:
7814         * tests/check/generic/states.c:
7815           Improved state change unit test.
7816
7817 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7818
7819         * docs/plugins/.cvsignore:
7820         * tests/check/.cvsignore:
7821           Ignore registries in any format.
7822
7823 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7824
7825         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7826         Removed some unused code.
7827
7828         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7829         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7830         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7831         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7832         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7833         (gst_rtp_theora_pay_flush_packet):
7834         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7835         Try to preserve the incomming buffer duration on the outgoing
7836         packets. Fixes #478244.
7837
7838 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * ext/taglib/gstapev2mux.cc:
7841         * ext/taglib/gstid3v2mux.cc:
7842           Work around compiler warnings with g++-4.2 when assigning a
7843           string constant to a gchar * (partially fixes #478092).
7844
7845 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7846
7847         * configure.ac:
7848           We require core CVS now for gst_base_src_set_do_timestamp().
7849
7850 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7851
7852         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7854         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7855         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7856         (gst_rtspsrc_handle_message):
7857         Fix compiler warnings shown with Forte.
7858
7859 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7860
7861         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7862         (gst_rtspsrc_dup_printf):
7863         Give meaningfull error when all streams failed to configure for some
7864         reason.
7865
7866 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7867
7868         * gst/rtp/README:
7869         Update README with the design for synchronisation rules of RTP on
7870         sender and receiver.
7871
7872 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7873
7874         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7875         (gst_wavparse_chain):
7876         Don't push EOS from the chain function, the element
7877         driving the pipeline is responsible for this. The bug
7878         this was meant to fix seems to be queue not forwarding
7879         EOS in all cases (see #476514).
7880
7881 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7882
7883         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7884         (gst_level_transform_ip):
7885         * gst/level/gstlevel.h:
7886         Use basetransform segment so that it is correctly managed on flushes and
7887         start/stop.
7888         Report message timestamp as stream time, which is what an application
7889         can understand.
7890
7891 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7892
7893         * ext/taglib/gstapev2mux.cc:
7894         * ext/taglib/gstapev2mux.h:
7895         * ext/taglib/gsttaglibmux.c:
7896         * tests/check/elements/apev2mux.c:
7897         Update my mail address.
7898
7899 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7900
7901         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7902         (gst_wavparse_loop), (gst_wavparse_chain):
7903         Add EOS logic for the push-based mode too. Fixes #476514.
7904
7905 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7906
7907         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7908         * gst/law/alaw-encode.h:
7909         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7910         (gst_mulawenc_chain):
7911         * gst/law/mulaw-encode.h:
7912         Fix law encoder timestamps.
7913
7914 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7915
7916         * ext/gconf/gstgconfaudiosink.c:
7917           Fix warning when building without debug.
7918
7919         * sys/oss/gstossmixertrack.c:
7920           Use const like in alsamixertrack.c (fixes warnings).
7921
7922 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7923
7924         * sys/v4l2/v4l2src_calls.c:
7925         (gst_v4l2src_probe_caps_for_format_and_size):
7926         Fix framerate detection code some more.
7927         Handle the case where there is a weird step in the stepwise framerates.
7928         Don't overwrite the min interval with the framerate, use a temp variable
7929         instead.
7930         Use max in the Continuous framerate intervals instead of step, which is
7931         1 according to the docs. Fixes #475424.
7932
7933 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7934
7935         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7936         Make udpsrc timestamp outgoing buffers based on when they were received.
7937         Also make it output a segment in time.
7938
7939 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7940
7941         * gst/avi/gstavidemux.c:
7942           Plug a little leak. Little code cleanups.
7943
7944 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7945
7946         * configure.ac:
7947           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7948           flac versions, 's good for cross-compilation karma.
7949
7950 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7951
7952         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7953
7954         * gst/rtp/gstrtph263pay.c:
7955           Fix up header structure so that compilers don't add padding
7956           between the structure fields, since that would lead to us
7957           sending RTP packets with broken headers (as is currently the
7958           case when compiling with MSVC). Also see similar fixes in
7959           libgstrtp in gst-plugins-base. (#474616; #471194)
7960
7961 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7962
7963         * sys/v4l2/v4l2src_calls.c:
7964         (gst_v4l2src_probe_caps_for_format_and_size):
7965         Don't overwrite our GValue with 0 but instead use the previously
7966         computed value. Fixes #471823 some more.
7967
7968 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7969
7970         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7971           No tabs in this file please, or gtk-doc will end up documenting
7972           rather absurd class hierarchies.
7973
7974 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7975
7976         * ext/gconf/gstswitchsink.c:
7977           If the new kid element fails to change state for some reason
7978           (e.g. esdsink not being able to connect to the sound server),
7979           forward the error message it posted on the bus instead of just
7980           posting a generic 'Internal state change error: please file a
7981           bug' error message. Fixes #471364.
7982
7983 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7984
7985         * gst/qtdemux/Makefile.am:
7986         * gst/qtdemux/qtdemux.c:
7987           Don't assume tags are encoded as UTF-8 (#473670).
7988
7989 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7990
7991         * sys/v4l2/gstv4l2src.c:
7992         * sys/v4l2/gstv4l2src.h:
7993         * sys/v4l2/v4l2src_calls.c:
7994           Implement LATENCY queries in the crudest way possible so I don't
7995           have to use sync=false any longer when testing with videosinks.
7996
7997 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7998
7999         * configure.ac:
8000           Fix build.
8001
8002 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8003
8004         * sys/v4l2/v4l2src_calls.c:
8005         (gst_v4l2src_probe_caps_for_format_and_size):
8006         Add some more debugging in the framerate function.
8007         Iterate stepwise framerate up to and _including_ the max and if nothing
8008         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8009         don't end up with an empty list. Fixes #471823
8010
8011 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8012
8013         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8014         (gst_multiudpsink_set_clients_string),
8015         (gst_multiudpsink_get_clients_string),
8016         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8017         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8018         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8019         (gst_multiudpsink_clear):
8020         Add property do configure destination address/port pairs
8021         API:GstMultiUDPSink::clients
8022
8023 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8024
8025         * tests/examples/Makefile.am:
8026         * tests/examples/rtp/Makefile.am:
8027         * tests/examples/rtp/client-H263p-AMR.sh:
8028         * tests/examples/rtp/client-H263p-PCMA.sdp:
8029         * tests/examples/rtp/client-H263p-PCMA.sh:
8030         * tests/examples/rtp/client-H264-PCMA.sdp:
8031         * tests/examples/rtp/client-H264-PCMA.sh:
8032         * tests/examples/rtp/client-PCMA.sh:
8033         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8034         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8035         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8036         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8037         Added some RTP example scripts for sending and receiving RTP streams.
8038
8039 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8040
8041         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8042         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8043         Restructure the setcaps function so that we can also compute the
8044         expected GStreamer output size of the video frames.
8045         Set frame_byte_size correctly so that read-based devices have a chance
8046         of working correctly.
8047         When grabbing a frame, discard frames that are not of the expected size.
8048         Some cameras don't output the right framesize for the first buffer.
8049         Try only a couple of times to get a valid frame, else error out.
8050
8051         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8052         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8053         Add some more debug info when scanning the device.
8054
8055         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8056         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8057         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8058         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8059         Add some more debug info when dequeing a frame.
8060
8061 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8062
8063         * gst/wavparse/gstwavparse.c:
8064           More code cleanups. Add some more comment and improve debugs logs.
8065
8066 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8067
8068         * gst/wavparse/gstwavparse.c:
8069         * gst/wavparse/gstwavparse.h:
8070           Implement seek-query. Refactor duration calculations. Appropriate use
8071           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8072           out of loops.
8073
8074 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8075
8076         * gst/avi/gstavidemux.c:
8077           Implement seek-query.
8078
8079 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8080
8081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8082         (gst_rtspsrc_dup_printf):
8083         Use new basesink async property to make sparse RTCP packet not wait for
8084         preroll.
8085
8086 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8087
8088         * gst/audiofx/Makefile.am:
8089         Dist the right file.
8090
8091 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8092
8093         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8094         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8095         Make sure we generate and parse floating point values in the POSIX
8096         locale instead of the current locale. 
8097
8098 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8099
8100         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8101         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8102         (gst_rtspsrc_play):
8103         * gst/rtsp/gstrtspsrc.h:
8104         Fix method detection again.
8105         Keep track of when we must send a Range header.
8106         Use segment values for Range, Speed and Scale headers.
8107         Parse Speed and Scale headers to update the segment values.
8108
8109 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8110
8111         patch by: Mark Nauwelaerts <manauw@skynet.be>
8112
8113         * sys/v4l2/v4l2src_calls.c:
8114           Handle optional v4l2 ioctls gracefully.
8115
8116 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8117
8118         * gst/rtp/Makefile.am:
8119         * gst/rtp/gstrtp.c: (plugin_init):
8120         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8121         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8122         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8123         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8124         (gst_rtp_h263_depay_get_property),
8125         (gst_rtp_h263_depay_change_state),
8126         (gst_rtp_h263_depay_plugin_init):
8127         * gst/rtp/gstrtph263depay.h:
8128         Added an H263 depayloader. Fixes #369392.
8129
8130         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8131         (gst_rtp_h263p_depay_process):
8132         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8133         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8134         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8135         payloads.
8136         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8137
8138 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8139
8140         * gst/audiofx/audiochebyshevfreqband.c:
8141         * gst/audiofx/audiochebyshevfreqlimit.c:
8142         Add small comparision with the windowed sinc filters in the docs.
8143
8144 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8145
8146         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8147         (audiochebyshevfreqband_suite):
8148         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8149         (audiochebyshevfreqlimit_suite):
8150         Also test 32 bit float mode and the type 2 variants of the filters.
8151
8152 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8153
8154         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8155         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8156         (gst_rtspsrc_loop):
8157         Refactor the udp and interleaved loop function a bit.
8158
8159 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8160
8161         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8162         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8163         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8164         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8165         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8166         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8167         * gst/rtsp/gstrtspsrc.h:
8168         Protect connection activity with a new lock, avoids deadlocks when going
8169         to PAUSED. Fixes #455808.
8170
8171 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8172
8173         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8174         Fix debug statement.
8175
8176 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8177
8178         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8179         Fix stray %u in debug line as spotted by Saur on IRC.
8180
8181 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8182
8183         * gst/audiofx/audiochebyshevfreqband.c:
8184         (gst_audio_chebyshev_freq_band_class_init):
8185         * gst/audiofx/audiochebyshevfreqlimit.c:
8186         (gst_audio_chebyshev_freq_limit_class_init):
8187         Use generator macros for the process functions for the different
8188         sample types, add lower upper boundaries for the GObject properties
8189         so automatically generated UIs can use sliders and add a note about
8190         the number of poles as a too high number of poles combined with
8191         very low or very high frequencies will produce only noise.
8192         * docs/plugins/gst-plugins-good-plugins.args:
8193         Regenerated for the property changes.
8194
8195 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8196
8197         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8198         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8199         (gst_rtspsrc_stream_configure_udp_sink),
8200         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8201         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8202         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8203         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8204         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8205         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8206         * gst/rtsp/gstrtspsrc.h:
8207         Improve timeout handling.
8208         Use the same socket for sending and receiving RTCP packets so that some
8209         servers can track clients better.
8210         Improve connection closed handling. Try to reconnect.
8211         Don't overwrite our content base with NULL.
8212         Improve debugging.
8213         Improve range parsing and handling.
8214         Remove flushing hack now that core does the right thing.
8215
8216 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8217
8218         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8219         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8220         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8221         (gst_multiudpsink_close), (gst_multiudpsink_add):
8222         * gst/udp/gstmultiudpsink.h:
8223         Add support for getting and setting the socket to use.
8224
8225         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8226         (gst_udpsrc_create), (gst_udpsrc_get_property):
8227         Add support for getting the currently used socket.
8228
8229 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8230
8231         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8232
8233         * gst/audiofx/Makefile.am:
8234         * gst/audiofx/audiochebyshevfreqband.c:
8235         (gst_audio_chebyshev_freq_band_mode_get_type),
8236         (gst_audio_chebyshev_freq_band_base_init),
8237         (gst_audio_chebyshev_freq_band_dispose),
8238         (gst_audio_chebyshev_freq_band_class_init),
8239         (gst_audio_chebyshev_freq_band_init),
8240         (generate_biquad_coefficients), (calculate_gain),
8241         (generate_coefficients),
8242         (gst_audio_chebyshev_freq_band_set_property),
8243         (gst_audio_chebyshev_freq_band_get_property),
8244         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8245         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8246         (gst_audio_chebyshev_freq_band_start):
8247         * gst/audiofx/audiochebyshevfreqband.h:
8248         * gst/audiofx/audiochebyshevfreqlimit.c:
8249         (gst_audio_chebyshev_freq_limit_mode_get_type),
8250         (gst_audio_chebyshev_freq_limit_base_init),
8251         (gst_audio_chebyshev_freq_limit_dispose),
8252         (gst_audio_chebyshev_freq_limit_class_init),
8253         (gst_audio_chebyshev_freq_limit_init),
8254         (generate_biquad_coefficients), (calculate_gain),
8255         (generate_coefficients),
8256         (gst_audio_chebyshev_freq_limit_set_property),
8257         (gst_audio_chebyshev_freq_limit_get_property),
8258         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8259         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8260         (gst_audio_chebyshev_freq_limit_start):
8261         * gst/audiofx/audiochebyshevfreqlimit.h:
8262         * gst/audiofx/audiofx.c: (plugin_init):
8263         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8264         Fixes #464800.
8265
8266         * tests/check/Makefile.am:
8267         * tests/check/elements/.cvsignore:
8268         * tests/check/elements/audiochebyshevfreqband.c:
8269         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8270         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8271         * tests/check/elements/audiochebyshevfreqlimit.c:
8272         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8273         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8274         Add unit tests for the chebyshev filters.
8275
8276         * docs/plugins/Makefile.am:
8277         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8278         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8279         * docs/plugins/gst-plugins-good-plugins.args:
8280         * docs/plugins/inspect/plugin-1394.xml:
8281         * docs/plugins/inspect/plugin-audiofx.xml:
8282         * docs/plugins/inspect/plugin-dv.xml:
8283         * docs/plugins/inspect/plugin-flac.xml:
8284         * docs/plugins/inspect/plugin-jpeg.xml:
8285         * docs/plugins/inspect/plugin-png.xml:
8286         * docs/plugins/inspect/plugin-rtp.xml:
8287         * docs/plugins/inspect/plugin-shout2send.xml:
8288         * docs/plugins/inspect/plugin-wavpack.xml:
8289         And add docs for the chebyshev filters. While doing
8290         that also run make update in docs/plugins.
8291
8292 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8293
8294         * ext/annodex/gstcmmltag.c:
8295         * gst/rtp/gstrtpvorbispay.c:
8296           Make ro memory to share.
8297
8298 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8299
8300         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8301         Improve UDP performance by avoiding a select() when we have data
8302         available immediatly.
8303
8304 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8305
8306         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8307         (gst_rtp_dec_class_init):
8308         * gst/rtsp/gstrtpdec.h:
8309         Add (dummy) SSRC management signals.
8310
8311         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8312         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8313         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8314         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8315         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8316         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8317         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8318         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8319         * gst/rtsp/gstrtspsrc.h:
8320         Add connection-speed property.
8321         Add find_stream helper functions.
8322         Handle stream EOS based on BYE messages or SSRC timeout.
8323         Returns SUCCESS from the state change function as we hide our async
8324         elements from the parent.
8325
8326 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8327
8328         * gst/debug/rndbuffersize.c:
8329           Fix da leak.
8330
8331 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8332
8333         * gst/debug/Makefile.am:
8334         * gst/debug/breakmydata.c:
8335         * gst/debug/gstdebug.c:
8336         * gst/debug/negotiation.c:
8337         * gst/debug/progressreport.c:
8338         * gst/debug/rndbuffersize.c:
8339         * gst/debug/testplugin.c:
8340           Add new test element and clean-up the others a little.
8341
8342 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8343
8344         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8345         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8346
8347 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8348
8349         * gst/rtp/gstrtpilbcdepay.c:
8350           Include stdlib.
8351
8352 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8353
8354         * gst/rtp/gstrtpmpvdepay.c:
8355         Set the mpegversion in the caps so that autoplugging does not get
8356         confused.
8357
8358 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8359
8360         * po/hu.po:
8361         * po/uk.po:
8362         * po/vi.po:
8363           Updated translations.
8364
8365 2007-08-08  Michael Smith <msmith@fluendo.com>
8366
8367         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8368           Render right border in the correct location.
8369
8370 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8371
8372         Patch by: Olivier Crete <tester at tester dot ca>
8373
8374         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8375         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8376         Make mode property a string. Fixes #464475.
8377
8378 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8379
8380         * ext/flac/gstflacenc.c:
8381           Widen caps to match decoder a bit and add more FIXMEs.
8382
8383 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8384
8385         patch by: Mark Nauwelaerts <manauw@skynet.be>
8386
8387         * gst/avi/gstavimux.c:
8388           Fix ODML index tag numbering. Fixes #463624.
8389
8390 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8391
8392         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8393         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8394         (gst_rtspsrc_stream_configure_tcp),
8395         (gst_rtspsrc_stream_configure_udp_sink):
8396         Fix default clock-rate for realmedia.
8397         Fix parsing of transport.
8398         Don't try to link NULL pads.
8399
8400 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8401
8402         * po/POTFILES.skip:
8403           Add POTFILES.skip with list of source files that aren't disted at the
8404           moment but contain translatable strings. Should hopefully pacify
8405           broken tools and make it clearer that these files are left out
8406           intentionally (#461600).
8407
8408 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8409
8410         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8411         If the buffer was entirely clipped ... don't try sending it :)
8412
8413 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8414
8415         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8416         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8417         (gst_rtspsrc_create_transports_string),
8418         (gst_rtspsrc_prepare_transports):
8419         If we don't hav a session manager, set the caps on outgoing buffers
8420         ourselves.
8421         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8422         Append final bit of the transport string even when it does not contain a
8423         placeholder.
8424
8425 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8426
8427         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8428         (gst_rtsp_ext_list_connect):
8429         * gst/rtsp/gstrtspext.h:
8430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8431         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8432         Clean up the interface list.
8433         Allow connecting to interface signals for the extensions.
8434         Remove old extension code.
8435         Free list on cleanup.
8436         Allow extensions to send additional RTSP messages.
8437
8438 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8439
8440         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8441         Handle a NULL gconf key gracefully by rendering the default element.
8442
8443 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8444
8445         * gst/rtsp/gstrtspext.h:
8446         Fix include path for extension interface.
8447
8448 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8449
8450         * gst/audiofx/audioamplify.h:
8451         Also remove a now unecessary variable here.
8452
8453 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8454
8455         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8456         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8457         * gst/audiofx/audiodynamic.c:
8458         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8459         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8460         * gst/audiofx/audiodynamic.h:
8461         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8462         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8463         * gst/audiofx/audioinvert.h:
8464         Don't save format information ourselves, this is already saved in
8465         GstAudioFilter.
8466
8467 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8468
8469         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8470         (gst_rtsp_ext_list_stream_select):
8471         * gst/rtsp/gstrtspext.h:
8472         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8473         Use rank to filter out extensions.
8474         Add url to stream_select interface call.
8475
8476 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8477
8478         * gst/rtsp/Makefile.am:
8479         * gst/rtsp/base64.c:
8480         * gst/rtsp/base64.h:
8481         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8482         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8483         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8484         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8485         (gst_rtsp_ext_list_setup_media),
8486         (gst_rtsp_ext_list_configure_stream),
8487         (gst_rtsp_ext_list_get_transports),
8488         (gst_rtsp_ext_list_stream_select):
8489         * gst/rtsp/gstrtspext.h:
8490         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8491         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8492         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8493         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8494         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8495         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8496         (gst_rtspsrc_stream_configure_tcp),
8497         (gst_rtspsrc_stream_configure_mcast),
8498         (gst_rtspsrc_stream_configure_udp),
8499         (gst_rtspsrc_stream_configure_udp_sink),
8500         (gst_rtspsrc_stream_configure_transport),
8501         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8502         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8503         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8504         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8505         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8506         (gst_rtspsrc_parse_methods),
8507         (gst_rtspsrc_create_transports_string),
8508         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8509         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8510         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8511         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8512         * gst/rtsp/gstrtspsrc.h:
8513         * gst/rtsp/rtsp.h:
8514         * gst/rtsp/rtspconnection.c:
8515         * gst/rtsp/rtspconnection.h:
8516         * gst/rtsp/rtspdefs.c:
8517         * gst/rtsp/rtspdefs.h:
8518         * gst/rtsp/rtspext.h:
8519         * gst/rtsp/rtspextwms.c:
8520         * gst/rtsp/rtspextwms.h:
8521         * gst/rtsp/rtspmessage.c:
8522         * gst/rtsp/rtspmessage.h:
8523         * gst/rtsp/rtsprange.c:
8524         * gst/rtsp/rtsprange.h:
8525         * gst/rtsp/rtsptransport.c:
8526         * gst/rtsp/rtsptransport.h:
8527         * gst/rtsp/rtspurl.c:
8528         * gst/rtsp/rtspurl.h:
8529         * gst/rtsp/sdp.h:
8530         * gst/rtsp/sdpmessage.c:
8531         * gst/rtsp/sdpmessage.h:
8532         * gst/rtsp/test.c:
8533         Use shiny new RTSP and SDP library.
8534         Implement RTSP extensions using the new interface.
8535         Remove a lot of old code.
8536
8537 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8538
8539         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8540         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8541
8542 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8543
8544         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8545         Don't unref the outgoing buffer twice when dropping it because it's
8546         outside of the segment.
8547
8548 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8549
8550         * configure.ac:
8551         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8552         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8553         Use the new buffer clipping function from gstaudio here and
8554         require gst-plugins-base CVS.
8555         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8556         For framed Wavpack buffers we require a valid timestamp.
8557
8558 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8559
8560         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8561         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8562         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8563         Clip raw audio and video when we can, keep track of current output
8564         segment.
8565         Don't leak buffers and events when there is no output pad.
8566         Improve debugging here and there.
8567
8568 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8569
8570         * configure.ac:
8571           Sync liboil check with plugins-base.
8572
8573 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8574
8575         * ext/annodex/Makefile.am:
8576           Fix CFLAGS/LIBS.
8577
8578         * ext/cdio/gstcdiocddasrc.c:
8579         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8580           Include stdlib
8581
8582         * ext/cairo/Makefile.am:
8583         * gst/videofilter/Makefile.am:
8584         * tests/examples/level/Makefile.am:
8585           Use $(LIBM) instead of -lm
8586
8587 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8588
8589         * sys/v4l2/gstv4l2src.c:
8590           Add another example pipeline.
8591
8592 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8593
8594         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8595
8596         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8597           Use define here.
8598
8599         * sys/v4l2/gstv4l2tuner.c:
8600         (gst_v4l2_tuner_set_frequency_and_notify):
8601           Don't touch the property - its still disabled.
8602
8603         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8604         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8605         * sys/v4l2/v4l2src_calls.h:
8606           Improve fallback format negotionation. Fixes #451388
8607
8608 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8609
8610         * tests/check/elements/videocrop.c: (GST_START_TEST):
8611           Fix the test.
8612
8613 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8614
8615         * docs/plugins/Makefile.am:
8616         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8617         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8618         * docs/plugins/inspect/plugin-jpeg.xml:
8619         * docs/plugins/inspect/plugin-png.xml:
8620         * ext/jpeg/gstjpegdec.c:
8621         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8622         (gst_pngdec_sink_setcaps):
8623           More docs. More logs in pngdec.
8624
8625 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8626
8627         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8628           Initialize num_buffers with minimum value.
8629
8630         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8631         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8632           Handle frame-size query failure gracefully.
8633
8634 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8635
8636         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8637         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8638         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8639         of qt/aac files.
8640
8641 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8642
8643         * ext/wavpack/gstwavpackdec.c:
8644         (gst_wavpack_dec_clip_outgoing_buffer):
8645         Fix buffer clipping to correctly clip to the segment stop.
8646
8647 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8648
8649         * configure.ac:
8650         * tests/Makefile.am:
8651         Remove bogus check for libcheck, since we check for
8652         gstreamer-check and it pulls in the required info from there,
8653         and we weren't actually _using_ the information for libcheck
8654         ourselves anyway.
8655
8656 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8657
8658         * configure.ac:
8659           Use pkg-config to locate check.
8660
8661 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8662
8663         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8664         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8665         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8666         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8667         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8668         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8669         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8670         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8671         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8672         * gst/effectv/gstrev.c: (gst_revtv_transform):
8673         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8674         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8675         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8676         * gst/matroska/matroska-demux.c:
8677         (gst_matroska_demux_add_wvpk_header),
8678         (gst_matroska_demux_check_subtitle_buffer),
8679         (gst_matroska_decode_buffer):
8680         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8681           Fix build against core CVS.
8682
8683 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8684
8685         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8686         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8687         don't have enough granularity to convert that boolean into a
8688         GstFlowReturn.
8689
8690 2007-07-06  Michael Smith <msmith@fluendo.com>
8691
8692         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8693         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8694         (gst_alawdec_change_state):
8695         * gst/law/alaw-decode.h:
8696         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8697         (gst_mulawdec_class_init), (gst_mulawdec_init),
8698         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8699         * gst/law/mulaw-decode.h:
8700           Fix capsnego bogosity in *law decoders. 
8701
8702 2007-07-06  Michael Smith <msmith@fluendo.com>
8703
8704         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8705         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8706         (gst_smokeenc_change_state):
8707         * ext/jpeg/gstsmokeenc.h:
8708           Remove stupidity in get/set caps functions.
8709           Fix some refcounting problems.
8710
8711 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8712
8713         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8714         Remove endianness-flipping hack that seems to have been required
8715         only because of a bug in ffmpegcolorspace.
8716         Partially Fixes: #451908
8717
8718 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8719
8720         * docs/plugins/Makefile.am:
8721           Simplify --extra-dir as gtkdoc scans recursively.
8722
8723 2007-07-03  Wim Taymans  <wim@fluendo.com>
8724
8725         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8726
8727         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8728         Set the encoding-name in the rtp caps to all uppercase, as required by
8729         the caps spec.
8730         Some small cleanups in the error paths. Fixes #453037.
8731
8732 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8733
8734         * ext/wavpack/gstwavpackparse.c:
8735         (gst_wavpack_parse_index_get_last_entry),
8736         (gst_wavpack_parse_index_get_entry_from_sample),
8737         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8738         (gst_wavpack_parse_scan_to_find_sample):
8739         * ext/wavpack/gstwavpackparse.h:
8740         Use a GSList for the GArray that is used like a list anyway.
8741
8742 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8743
8744         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8745         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8746         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8747           Add state change function where we set 0/1 as default framerate in
8748           case our setcaps function isn't called, like it might not in a
8749           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8750           gdkpixbufdec trying to create caps with a 0/0 framerate.
8751           Also post an error message on the bus if gst_pad_push() fails when
8752           called from our sink event handler (+1 for flow returns for event
8753           functions in 0.11) instead of failing silently.
8754
8755 2007-06-27  Wim Taymans  <wim@fluendo.com>
8756
8757         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8758         Cast stack args to the proper types. Fixes #451249.
8759
8760 2007-06-27  Wim Taymans  <wim@fluendo.com>
8761
8762         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8763         (new_session_pad), (gst_rtspsrc_setup_streams):
8764         * gst/rtsp/gstrtspsrc.h:
8765         For container formats we only need to activate one of the streams so
8766         that we correctly signal no-more-pads. Fixes #451015.
8767
8768 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8769
8770         * docs/plugins/gst-plugins-good-plugins.args:
8771         * docs/plugins/inspect/plugin-aasink.xml:
8772         * docs/plugins/inspect/plugin-alaw.xml:
8773         * docs/plugins/inspect/plugin-alpha.xml:
8774         * docs/plugins/inspect/plugin-alphacolor.xml:
8775         * docs/plugins/inspect/plugin-annodex.xml:
8776         * docs/plugins/inspect/plugin-apetag.xml:
8777         * docs/plugins/inspect/plugin-audiofx.xml:
8778         * docs/plugins/inspect/plugin-auparse.xml:
8779         * docs/plugins/inspect/plugin-autodetect.xml:
8780         * docs/plugins/inspect/plugin-avi.xml:
8781         * docs/plugins/inspect/plugin-cacasink.xml:
8782         * docs/plugins/inspect/plugin-cairo.xml:
8783         * docs/plugins/inspect/plugin-cdio.xml:
8784         * docs/plugins/inspect/plugin-cutter.xml:
8785         * docs/plugins/inspect/plugin-debug.xml:
8786         * docs/plugins/inspect/plugin-efence.xml:
8787         * docs/plugins/inspect/plugin-effectv.xml:
8788         * docs/plugins/inspect/plugin-esdsink.xml:
8789         * docs/plugins/inspect/plugin-flac.xml:
8790         * docs/plugins/inspect/plugin-flxdec.xml:
8791         * docs/plugins/inspect/plugin-gconfelements.xml:
8792         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8793         * docs/plugins/inspect/plugin-goom.xml:
8794         * docs/plugins/inspect/plugin-halelements.xml:
8795         * docs/plugins/inspect/plugin-icydemux.xml:
8796         * docs/plugins/inspect/plugin-id3demux.xml:
8797         * docs/plugins/inspect/plugin-jpeg.xml:
8798         * docs/plugins/inspect/plugin-ladspa.xml:
8799         * docs/plugins/inspect/plugin-level.xml:
8800         * docs/plugins/inspect/plugin-matroska.xml:
8801         * docs/plugins/inspect/plugin-mulaw.xml:
8802         * docs/plugins/inspect/plugin-multipart.xml:
8803         * docs/plugins/inspect/plugin-navigationtest.xml:
8804         * docs/plugins/inspect/plugin-ossaudio.xml:
8805         * docs/plugins/inspect/plugin-png.xml:
8806         * docs/plugins/inspect/plugin-quicktime.xml:
8807         * docs/plugins/inspect/plugin-rtp.xml:
8808         * docs/plugins/inspect/plugin-rtsp.xml:
8809         * docs/plugins/inspect/plugin-smpte.xml:
8810         * docs/plugins/inspect/plugin-speex.xml:
8811         * docs/plugins/inspect/plugin-taglib.xml:
8812         * docs/plugins/inspect/plugin-udp.xml:
8813         * docs/plugins/inspect/plugin-videobalance.xml:
8814         * docs/plugins/inspect/plugin-videobox.xml:
8815         * docs/plugins/inspect/plugin-videocrop.xml:
8816         * docs/plugins/inspect/plugin-videoflip.xml:
8817         * docs/plugins/inspect/plugin-videomixer.xml:
8818         * docs/plugins/inspect/plugin-wavenc.xml:
8819         * docs/plugins/inspect/plugin-wavparse.xml:
8820         * docs/plugins/inspect/plugin-ximagesrc.xml:
8821           Update docs with caps info.
8822
8823 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8824
8825         * po/POTFILES.in:
8826           Add more files with translatable strings (#450878).
8827
8828 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8829
8830         * MAINTAINERS:
8831         Updating all the maintainers files
8832
8833 2007-06-22  Edward Hervey  <edward@fluendo.com>
8834
8835         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8836         * gst/interleave/deinterleave.c: (deinterleave_init),
8837         (deinterleave_sink_link):
8838         * gst/interleave/interleave.c: (interleave_init):
8839         * gst/median/gstmedian.c: (gst_median_init):
8840         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8841         Fix memory leaks.
8842         * tests/check/elements/id3demux.c: (pad_added_cb):
8843         Remove unused variable.
8844
8845 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8846
8847         * ext/gconf/gconf.h:
8848         Make the prototype of gst_gconf_get_key_for_sink_profile
8849         match the implementation.
8850         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8851         Fixes: #449747
8852
8853 2007-06-20  Michael Smith <msmith@fluendo.com>
8854
8855         * gst/rtp/gstrtpdepay.c:
8856           Fix description - rtpdepay is not a payloader.
8857
8858 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8859
8860         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8861         (qtdemux_video_caps):
8862         * gst/qtdemux/qtdemux_fourcc.h:
8863           Add MJPG to the variants of motion jpeg.
8864
8865 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8866
8867         * tests/check/Makefile.am:
8868         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8869         * tests/check/elements/videocrop.c: (GST_START_TEST):
8870         * tests/check/elements/videofilter.c:
8871         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8872         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8873           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8874           error flags are included and it errors out on compiler warnings
8875           for CVS builds; remove unused variables in various unit tests.
8876
8877 2007-06-19  Wim Taymans  <wim@fluendo.com>
8878
8879         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8880         (rtsp_connection_close), (rtsp_connection_free):
8881         Use threadsafe inet_ntop to convert an ip number to a string. 
8882         Fixes #447961.
8883         Don't leak fd (and ip) when freeing a connection without first closing
8884         it.
8885
8886 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8887
8888         * configure.ac:
8889         Back to CVS
8890
8891         * gst-plugins-good.doap:
8892         Add 0.10.6 to the doap file.
8893
8894 === release 0.10.6 ===
8895
8896 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8897
8898         * configure.ac:
8899           releasing 0.10.6, "Wobble Board"
8900
8901 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8902
8903         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8904         (rtsp_connection_free):
8905           Revert previous commit again, since we are frozen (sorry).
8906
8907 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8908
8909         Patch by: Peter Kjellerstedt <pkj at axis com>
8910
8911         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8912         (rtsp_connection_free):
8913           inet_ntoa() uses a static buffer internally, so we need to copy the
8914           returned string if we want to store it for later (#447961).
8915
8916 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8917
8918         * win32/vs6/autogen.dsp:
8919         * win32/vs6/gst_plugins_good.dsw:
8920         * win32/vs6/libgstalaw.dsp:
8921         * win32/vs6/libgstalpha.dsp:
8922         * win32/vs6/libgstalphacolor.dsp:
8923         * win32/vs6/libgstapetag.dsp:
8924         * win32/vs6/libgstaudiofx.dsp:
8925         * win32/vs6/libgstauparse.dsp:
8926         * win32/vs6/libgstautodetect.dsp:
8927         * win32/vs6/libgstavi.dsp:
8928         * win32/vs6/libgstcutter.dsp:
8929         * win32/vs6/libgstdirectdraw.dsp:
8930         * win32/vs6/libgstdirectsound.dsp:
8931         * win32/vs6/libgsteffectv.dsp:
8932         * win32/vs6/libgstflx.dsp:
8933         * win32/vs6/libgstgoom.dsp:
8934         * win32/vs6/libgsticydemux.dsp:
8935         * win32/vs6/libgstid3demux.dsp:
8936         * win32/vs6/libgstinterleave.dsp:
8937         * win32/vs6/libgstjpeg.dsp:
8938         * win32/vs6/libgstlevel.dsp:
8939         * win32/vs6/libgstmatroska.dsp:
8940         * win32/vs6/libgstmedian.dsp:
8941         * win32/vs6/libgstmonoscope.dsp:
8942         * win32/vs6/libgstmulaw.dsp:
8943         * win32/vs6/libgstmultipart.dsp:
8944         * win32/vs6/libgstqtdemux.dsp:
8945         * win32/vs6/libgstrtp.dsp:
8946         * win32/vs6/libgstrtsp.dsp:
8947         * win32/vs6/libgstsmpte.dsp:
8948         * win32/vs6/libgstspeex.dsp:
8949         * win32/vs6/libgstudp.dsp:
8950         * win32/vs6/libgstvideobalance.dsp:
8951         * win32/vs6/libgstvideobox.dsp:
8952         * win32/vs6/libgstvideocrop.dsp:
8953         * win32/vs6/libgstvideoflip.dsp:
8954         * win32/vs6/libgstvideomixer.dsp:
8955         * win32/vs6/libgstwaveform.dsp:
8956         * win32/vs6/libgstwavenc.dsp:
8957         * win32/vs6/libgstwavparse.dsp:
8958         Mark *.dsp & *.dsw as binary files and convert to DOS line
8959         endings, as they don't load into VS6 correctly otherwise.
8960
8961 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8962
8963         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8964         (rtsp_connection_connect):
8965         Fix the MingW build. 
8966         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8967         Fixes: #446981
8968
8969 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8970
8971         * tests/check/elements/.cvsignore:
8972         * tests/icles/.cvsignore:
8973         Hush the buildbots up
8974
8975 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8976
8977         * configure.ac:
8978         * sys/Makefile.am:
8979         * sys/directdraw/Makefile.am:
8980         * sys/directsound/Makefile.am:
8981         * sys/waveform/Makefile.am:
8982         Make sure to dist everything needed for win32 builds.
8983
8984 2007-06-14  Edward Hervey  <edward@fluendo.com>
8985
8986         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8987         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8988         caps.
8989         Fixes #447458
8990
8991 2007-06-13  Wim Taymans  <wim@fluendo.com>
8992
8993         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8994         Make sure we allocate enough memory for the codec_data.
8995         Fixes #447210.
8996
8997 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8998
8999         * win32/MANIFEST:
9000         Add videocrop project file to the win32 manifest.
9001         * win32/vs6/gst_plugins_good.dsw:
9002         Add qtdemux,videocrop and waveform projects to the workspace.
9003         * win32/vs6/libgstqtdemux.dsp:
9004         Add zlib to the link list of qtdemux.
9005         * win32/vs6/libgstvideocrop.dsp:
9006         Add a project file for videocrop.
9007
9008 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9009
9010         * po/POTFILES.in:
9011         Add qtdemux for translation
9012
9013 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9014
9015         * configure.ac:
9016         * docs/plugins/Makefile.am:
9017         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9018         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9019         * docs/plugins/inspect/plugin-videocrop.xml:
9020         * gst-plugins-good.spec.in:
9021         * sys/Makefile.am:
9022         * tests/check/Makefile.am:
9023         * tests/icles/Makefile.am:
9024         * tests/icles/videocrop-test.c:
9025         Move videocrop and osxvideo from -bad.
9026
9027 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9028
9029         * configure.ac:
9030         * docs/plugins/Makefile.am:
9031         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9032         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9033         * docs/plugins/gst-plugins-good-plugins.args:
9034         * docs/plugins/inspect/plugin-qtdemux.xml:
9035         * docs/plugins/inspect/plugin-quicktime.xml:
9036         * win32/MANIFEST:
9037         Move qtdemux from -bad.
9038
9039         * gst-plugins-good.spec.in:
9040         Update spec file to reflect moving of qtdemux and wavpack
9041
9042 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9043         
9044         * win32/MANIFEST:
9045         * docs/plugins/Makefile.am:
9046         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9047         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9048         * docs/plugins/inspect/plugin-directdraw.xml:
9049         * docs/plugins/inspect/plugin-directsound.xml:
9050         * docs/plugins/inspect/plugin-waveform.xml:
9051         Move the waveform plugin from -bad too. Update the inspect xml
9052         files to mention Plugins Good instead of Plugins Bad.
9053
9054 2007-06-12  Andy Wingo  <wingo@pobox.com>
9055
9056         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9057         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9058         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9059         finalization and resuscitation. No longer public.
9060         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9061         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9062         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9063         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9064         miniobject semantics, and be threadsafe.
9065         (gst_v4l2src_queue_frame): Remove this function, as we just call
9066         the ioctls directly in the two places where we queue buffers.
9067         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9068         directly.
9069         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9070         to allocate the pool, which also preallocates the GstBuffers.
9071         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9072         queueing the frames directly.
9073         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9074         mmap buffers have been dequeued.
9075
9076         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9077         real MiniObject instead of rolling our own refcounting and
9078         finalizing. Give it a lock.
9079         (struct _GstV4l2Buffer): Remove one intermediary object, having
9080         the buffers hold the struct v4l2_buffer directly.
9081
9082         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9083         capture_init so that it can set them on the buffers that it will
9084         create.
9085         (gst_v4l2src_get_read): For better or for worse, include the
9086         timestamping and offsetting code here; really we should be using
9087         bufferalloc though.
9088         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9089         preallocated, mmap'd buffers.
9090
9091 2007-06-11  Wim Taymans  <wim@fluendo.com>
9092
9093         Patch by: daniel fischer <dan at f3c dot com>
9094
9095         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9096         (gst_ximage_src_get_caps):
9097         Actually use the display_name property so that we can dump any
9098         available X display. Fixes #445905.
9099
9100 2007-06-11  Wim Taymans  <wim@fluendo.com>
9101
9102         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9103
9104         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9105         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9106         Add missing rate fields to caps. Fixes #441118.
9107
9108 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9109
9110         * win32/vs6/gst_plugins_good.dsw:
9111         * win32/vs8/gst-plugins-good.sln:
9112         Add DirectSound and DirectDraw sinks project files to
9113         workspace and solution files.
9114
9115 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9116
9117         Patch by: Josh Coalson <xflac at yahoo dot com>,
9118         updated by Alexis Ballier <aballier at gentoo dot org>:
9119
9120         * configure.ac:
9121         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9122         (gst_flac_dec_setup_seekable_decoder),
9123         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9124         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9125         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9126         * ext/flac/gstflacdec.h:
9127         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9128         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9129         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9130         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9131         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9132         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9133         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9134         * ext/flac/gstflacenc.h:
9135         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9136         
9137 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9138
9139         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9140         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9141         not necessary anymore as we need at least that core version. 
9142
9143 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9144
9145         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9146         (gst_wavpack_dec_chain):
9147         * ext/wavpack/gstwavpackdec.h:
9148         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9149         (gst_wavpack_parse_push_buffer):
9150         * ext/wavpack/gstwavpackparse.h:
9151         Improve discont handling by checking if the next Wavpack block has
9152         the expected, following block index.
9153
9154 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9155
9156         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9157           Fix element description.
9158
9159 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9160
9161         * configure.ac:
9162         * docs/plugins/Makefile.am:
9163         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9164         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9165         * docs/plugins/gst-plugins-good-plugins.args:
9166         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9167         * docs/plugins/gst-plugins-good-plugins.signals:
9168         * docs/plugins/inspect/plugin-autodetect.xml:
9169         * docs/plugins/inspect/plugin-gconfelements.xml:
9170         * docs/plugins/inspect/plugin-ladspa.xml:
9171         * docs/plugins/inspect/plugin-rtp.xml:
9172         * docs/plugins/inspect/plugin-wavpack.xml:
9173         * ext/Makefile.am:
9174         * tests/check/Makefile.am:
9175           move wavpack plugin.  See #352605.
9176
9177 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9178
9179         * configure.ac:
9180         * docs/plugins/Makefile.am:
9181         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9182         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9183         * docs/plugins/gst-plugins-good-plugins.args:
9184         * sys/Makefile.am:
9185         * win32/MANIFEST:
9186         Add DirectDraw & DirectSound plugins to the build and docs.
9187
9188 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9189
9190         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9191         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9192           When operating in pull mode, error out correct on not-linked.
9193
9194 2007-06-06  Andy Wingo  <wingo@pobox.com>
9195
9196         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9197         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9198         format and size if the ioctls are defined; should fix compilation
9199         on Linux < 2.16.19.
9200
9201 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9202
9203         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9204           Printf fixes in debug statements; use LOG level for debug statements
9205           that are printed for each and every frame; convert c++ comments to
9206           C-style comments; not much point using g_try_malloc() if we then not
9207           even check the return value.
9208
9209 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9210
9211         * configure.ac:
9212           Bump requirements to released versions (core and base 0.10.13).
9213
9214         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9215           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9216           own implementation.
9217
9218 2007-06-05  Andy Wingo  <wingo@pobox.com>
9219
9220         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9221         some useless comments.
9222
9223         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9224         frames before calling STREAMON, that might leave them in a state
9225         where they can't be dequeued if we go back to NULL without calling
9226         STREAMON, according to the docs.
9227         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9228         before we call STREAMON.
9229         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9230         failures. (For me this code hung.) The pool refcounting is still
9231         crack; added a note to that effect.
9232
9233 2007-06-05  Wim Taymans  <wim@fluendo.com>
9234
9235         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9236         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9237         Add support for mapping gst structure names to the MIME type equivalent.
9238         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9239
9240 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9241
9242         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9243         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9244         (gst_wavenc_chain), (gst_wavenc_change_state):
9245         * gst/wavenc/gstwavenc.h:
9246         Properly write wav files with width!=depth by having the depth most
9247         significant bytes set and all others zero. Fixes #442535.
9248
9249 2007-06-01  Wim Taymans  <wim@fluendo.com>
9250
9251         * gst/rtsp/rtspconnection.c:
9252         Add include to make buildbot happy.
9253
9254 2007-06-01  Wim Taymans  <wim@fluendo.com>
9255
9256         Patch by: Peter Kjellerstedt  <pkj at axis com>
9257
9258         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9259         (rtsp_connection_connect), (add_date_header),
9260         (rtsp_connection_send), (parse_response_status),
9261         (parse_request_line), (parse_line), (rtsp_connection_receive):
9262         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9263         * gst/rtsp/rtspdefs.h:
9264         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9265         (rtsp_message_init_request), (rtsp_message_init_response),
9266         (rtsp_message_remove_header), (rtsp_message_append_headers),
9267         (rtsp_message_dump):
9268         * gst/rtsp/rtspmessage.h:
9269         Improves version checking, allowing an RTSP server to reply with "505
9270         RTSP Version not supported.
9271         Adds a Date header to all messages.
9272         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9273         want to be able to send a response even if something in the request was
9274         invalid. EINVAL is only used when passing wrong arguments to functions.
9275         Do not handle an invalid method in parse_request_line(). Defer this to
9276         the caller so it can respond with "405 Method Not Allowed".
9277         Improves parsing of the timeout parameter to the Session header,
9278         allowing whitespace after the semicolon. 
9279         Avoids a compiler warning due to variables shadowing a function argument.
9280
9281 2007-06-01  Wim Taymans  <wim@fluendo.com>
9282
9283         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9284
9285         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9286         (gst_rtp_amr_depay_process):
9287         * gst/rtp/gstrtpamrdepay.h:
9288         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9289         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9290         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9291         * gst/rtp/gstrtpamrpay.h:
9292         Add support for AMR-WB.
9293         Small cleanups such as using BOILERPLATE.
9294
9295 2007-05-31  Wim Taymans  <wim@fluendo.com>
9296
9297         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9298         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9299
9300 2007-05-30  Andy Wingo  <wingo@pobox.com>
9301
9302         * sys/v4l2/gstv4l2object.h: 
9303         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9304         unintended changes.
9305
9306         * sys/v4l2/v4l2src_calls.h: 
9307         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9308         the format list in the order that the driver gives it to us.
9309         (gst_v4l2src_probe_caps_for_format_and_size)
9310         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9311         based on the capabilities of the device.
9312         (gst_v4l2src_grab_frame): Update for object variable renaming.
9313         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9314         as in the set_caps below.
9315         (gst_v4l2src_capture_init): Update for object variable renaming,
9316         and reflow.
9317         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9318         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9319         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9320         (gst_v4l2src_get_fps): Remove; these functions don't have much
9321         meaning outside of an atomic set_caps method.
9322         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9323         known.
9324
9325         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9326         call to update_fps; not sure about this change.
9327         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9328         moment we don't have an update_fps_func.
9329
9330         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9331         structures in the object, just store what we need. Do store the
9332         probed caps of the device. Don't store the current frame rate.
9333
9334         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9335         update_fps_function, for now. Update for new object variable
9336         naming.
9337         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9338         new object variable naming.
9339         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9340         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9341         (gst_v4l2src_get_caps): Rework to probe the device for supported
9342         frame sizes and frame rates.
9343         (gst_v4l2src_set_caps): Rework to be strict in the given
9344         parameters: if someone asks us to have a certain size and rate,
9345         that is what we configure.
9346         (gst_v4l2src_get_read): Update for object variable naming. Don't
9347         leak buffers on short reads.
9348         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9349         comments.
9350         (gst_v4l2src_create): Update for object variable naming.
9351
9352 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9353
9354         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9355         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9356         * gst/avi/gstavidemux.h:
9357           Parse subtitle text streams instead of erroring out (#442034). Still
9358           needs a parser for the subtitles to actually show up.
9359
9360 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9361
9362         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9363         (gst_avi_demux_loop):
9364           Make _push_event() return TRUE if the event could be pushed on at
9365           least one pad and not only if it could be pushed on all pads,
9366           otherwise we'll end up posting an error message on EOS if one or
9367           more source pads are not connected.
9368
9369 2007-05-28  Wim Taymans  <wim@fluendo.com>
9370
9371         * gst/rtsp/rtsptransport.c:
9372         Use renamed RTP bin.
9373
9374 2007-05-28  Wim Taymans  <wim@fluendo.com>
9375
9376         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9377
9378         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9379         (gst_video_box_set_property), (gst_video_box_transform_caps),
9380         (video_box_recalc_transform), (gst_video_box_set_caps),
9381         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9382         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9383         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9384         (gst_video_box_i420_i420), (gst_video_box_transform),
9385         (plugin_init):
9386         Add AYUV->AYUV and AYUV->I420 formats. 
9387         Fix negotiation and I420->AYUV conversion.
9388         Fixes #429329.
9389
9390 2007-05-26  Wim Taymans  <wim@fluendo.com>
9391
9392         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9393         Use different variables for nested for loops so that the outer loop
9394         functions properly and speex files with multiple frames per buffer work
9395         properly.
9396         Fixes #441408.
9397
9398 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9399
9400         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9401           Don't leak newsegment events.
9402
9403 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9404
9405         * gst/wavparse/Makefile.am:
9406           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9407           drags it in.
9408
9409 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9410
9411         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9412         (notgst_value_array_append_buffer),
9413         (gst_flac_enc_process_stream_headers),
9414         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9415         (gst_flac_enc_change_state):
9416         * ext/flac/gstflacenc.h:
9417           Collect headers, add "streamheader" field to output caps and set
9418           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9419           produces output according to the official FLAC-to-Ogg mapping
9420           instead of completely broken files. Fixes #426044.
9421
9422 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9423
9424         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9425         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9426         (gst_id3demux_sink_event):
9427         * gst/id3demux/gstid3demux.h:
9428         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9429         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9430         (gst_tag_demux_send_new_segment):
9431         Handle and adjust new-segment events so that downstream really
9432         sees a stream with the tag pieces stripped off the front and back.
9433         Fixes strangeness in seeking when mp3 decoders use the new-segment
9434         byte position to estimate their current playback position timestamp
9435         and then the arriving buffers don't match up.
9436
9437 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9438
9439         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9440           Don't unnecessarily perform a READY->NULL->READY transition on the
9441           detected audio sink when starting up. Fixes: #440127
9442
9443 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9444
9445         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9446         (gst_flac_enc_chain):
9447           Don't crash in chain function if setcaps hasn't been called.
9448
9449 2007-05-24  Wim Taymans  <wim@fluendo.com>
9450
9451         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9452         Init value to avoid infinte loops.
9453
9454 2007-05-24  Wim Taymans  <wim@fluendo.com>
9455
9456         Patch by: Peter Kjellerstedt  <pkj at axis com>
9457
9458         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9459         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9460         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9461         (gst_rtspsrc_play):
9462         (rtsp_connection_send), (rtsp_connection_receive):
9463         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9464         Fix for new API.
9465
9466         * gst/rtsp/rtspconnection.c: (add_auth_header),
9467         Only add authorisation and session headers when sending messages.
9468
9469         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9470         (rtsp_message_init_request), (rtsp_message_init_response),
9471         (rtsp_message_unset), (rtsp_message_add_header),
9472         (rtsp_message_remove_header), (rtsp_message_get_header),
9473         (rtsp_message_append_headers), (dump_key_value),
9474         (rtsp_message_dump):
9475         * gst/rtsp/rtspmessage.h:
9476         Add support for multiple headers of the same type by storing the parsed
9477         headers in a GArray instaed of a hashtable.
9478
9479 2007-05-21  Wim Taymans  <wim@fluendo.com>
9480
9481         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9482         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9483         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9484         safer shutdown.
9485
9486 2007-05-21  Wim Taymans  <wim@fluendo.com>
9487
9488         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9489         * gst/rtsp/gstrtpdec.h:
9490         Added signal for backwards compat.
9491
9492 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9493         
9494         Patch by: René Stadler <mail at renestadler dot de>
9495
9496         * configure.ac:
9497         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9498         (gst_au_parse_parse_header), (gst_au_parse_chain):
9499         * gst/auparse/gstauparse.h:
9500         Use audioconvert for converting from non-native endianness floats
9501         in auparse instead of doing it ourself. Fixes #424527.
9502         This needs the audioconvert from plugins-base CVS.
9503         
9504 2007-05-21  Wim Taymans  <wim@fluendo.com>
9505
9506         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9507         (gst_rtp_h263p_pay_flush):
9508         Fix enum registration.
9509
9510 2007-05-21  Wim Taymans  <wim@fluendo.com>
9511
9512         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9513
9514         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9515         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9516         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9517         (gst_rtp_h263p_pay_flush):
9518         * gst/rtp/gstrtph263ppay.h:
9519         Add new fragmentation mode base on GOB headers. Fixes #438940.
9520
9521 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9522
9523         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9524           Printf format fix.
9525
9526 2007-05-18  Wim Taymans  <wim@fluendo.com>
9527
9528         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9529         Don't crash when an unsupported transport error was returned by the
9530         server, just try to configure the next stream. Fixes #439255.
9531
9532 2007-05-18  Wim Taymans  <wim@fluendo.com>
9533
9534         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9535         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9536         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9537         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9538         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9539         * gst/rtsp/gstrtspsrc.h:
9540         Add TCP timeout property and use it for all TCP connection.
9541
9542         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9543         (rtsp_connection_write), (rtsp_connection_next_timeout),
9544         (rtsp_connection_reset_timeout):
9545         Make connect and writes cancelable and make them use the timeout.
9546
9547 2007-05-18  Wim Taymans  <wim@fluendo.com>
9548
9549         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9550         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9551         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9552         (gst_rtspsrc_setup_streams):
9553         Refactor timeout handling.
9554         Also send keep-alive when dealing with TCP transport.
9555
9556         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9557         (rtsp_connection_free), (rtsp_connection_next_timeout),
9558         (rtsp_connection_reset_timeout):
9559         * gst/rtsp/rtspconnection.h:
9560         Use a timer to handle the session timeouts, add some methods to deal
9561         with timeouts.
9562
9563 2007-05-17  Wim Taymans  <wim@fluendo.com>
9564
9565         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9566         (gst_rtspsrc_setup_streams):
9567         Ignore streams that fail the setup command, we will retry with a
9568         different transport later on.
9569
9570         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9571         (rtsp_ext_wms_configure_stream):
9572         Fix encoding name case.
9573
9574 2007-05-16  Edward Hervey  <edward@fluendo.com>
9575
9576         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9577         Fix build on macosx.
9578
9579 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9580
9581         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9582         Replace direct comparison of a string with the string literal "" with
9583         a comparison of the first character with '\0'. Fixes #438926.
9584
9585 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9586
9587         * gst/debug/breakmydata.c (gst_break_my_data_init):
9588           One more try. This should be the proper fix now.
9589
9590 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9591
9592         * gst/debug/breakmydata.c:
9593           Ooops, no // comments please.
9594
9595 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9596
9597         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9598         (gst_break_my_data_init):
9599           Fix gst_buffer_is_writable() assertion.
9600
9601 2007-05-14  David Schleef  <ds@schleef.org>
9602
9603         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9604           video/x-raw-bayer.  Fixes #314160.
9605
9606 2007-05-14  Wim Taymans  <wim@fluendo.com>
9607
9608         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9609         (gst_rtp_theora_depay_parse_configuration):
9610         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9611         (gst_rtp_theora_pay_finish_headers),
9612         (gst_rtp_theora_pay_handle_buffer):
9613         Update theora pay/depayloader in a similar to vorbis.
9614
9615         * gst/rtp/gstrtpvorbisdepay.c:
9616         (gst_rtp_vorbis_depay_parse_configuration):
9617         Update docs.
9618
9619 2007-05-14  Wim Taymans  <wim@fluendo.com>
9620
9621         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9622         When we try to execute a method that is not supported by the server,
9623         don't error out but remove the method from the accepted methods so that
9624         we never try to perform this method again.
9625
9626 2007-05-14  Wim Taymans  <wim@fluendo.com>
9627
9628         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9629         Remove annoying _dump_mem.
9630
9631 2007-05-14  Wim Taymans  <wim@fluendo.com>
9632
9633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9634         Parse range correctly.
9635
9636         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9637         The baseurl now always has a '/' at the start.
9638
9639 2007-05-14  Wim Taymans  <wim@fluendo.com>
9640
9641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9642         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9643         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9644         Factor out caps configuration and configure more stuff such as the time
9645         ranges and speed/scale values.
9646
9647         * gst/rtsp/rtsptransport.c:
9648         Add Copyright after non-trival fixes.
9649
9650 2007-05-12  Wim Taymans  <wim@fluendo.com>
9651
9652         Patch by: Peter Kjellerstedt  <pkj at axis com>
9653
9654         * gst/rtsp/gstrtspsrc.h:
9655         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9656         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9657         (rtsp_message_get_header):
9658         * gst/rtsp/rtspmessage.h:
9659         Make channel guint8 where possible.
9660         Make rtsp_message_init_data() take the channel as a guint8.
9661
9662         * gst/rtsp/rtspdefs.c:
9663         Fixed a typo: Timout -> Timeout
9664
9665         * gst/rtsp/rtspdefs.h:
9666         Make RTSP_CHECK() behave as a statement.
9667
9668         * gst/rtsp/sdpmessage.c:
9669         Avoid a compiler warning in INIT_ARRAY().
9670         Fixes #437692.
9671
9672 2007-05-12  Wim Taymans  <wim@fluendo.com>
9673
9674         Patch by: Peter Kjellerstedt  <pkj at axis com>
9675
9676         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9677         (rtsp_url_get_request_uri):
9678         * gst/rtsp/rtspurl.h:
9679         Add support for query parameters to RTSP URLs.
9680
9681 2007-05-12  Wim Taymans  <wim@fluendo.com>
9682
9683         Patch by: Peter Kjellerstedt  <pkj at axis com>
9684
9685         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9686         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9687         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9688         (rtsp_transport_parse), (rtsp_transport_as_text):
9689         * gst/rtsp/rtsptransport.h:
9690         Add validation to rtsp_transport_parse().
9691         Add rtsp_transport_as_text() to generate an RTSP header from an
9692         RTSPTransport.
9693         Change ssrc to guint (was a string) since that is what it is, even
9694         though it is sent as a hex string.
9695         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9696         incorrect, which can be seen when looking at the examples in the RFC).
9697         Fixes #437670.
9698
9699 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9700
9701         Patch by: Eric Anholt
9702
9703         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9704           gst_ximage_src_ximage_get):
9705         Use union of all damage between frames to make it faster.
9706         Fixes bug #342463.
9707         Also fix crasher when cursor is at bottom right of window.
9708
9709 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9712           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9713           streaming mode regression for file from #343837 with 'bext' chunk
9714           before the 'fmt' chunk.
9715
9716 2007-05-11  Wim Taymans  <wim@fluendo.com>
9717
9718         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9719         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9720         (gst_rtspsrc_handle_src_event),
9721         (gst_rtspsrc_stream_configure_manager),
9722         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9723         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9724         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9725         * gst/rtsp/gstrtspsrc.h:
9726         * gst/rtsp/rtspdefs.h:
9727         Preliminary seek support.
9728         Activate internal pads so that we can receive events on them.
9729         Don't try to parse a range string when it's NULL.
9730
9731 2007-05-11  Wim Taymans  <wim@fluendo.com>
9732
9733         * gst/rtp/README:
9734         Update README with new RTP variables that will be used for
9735         synchronisation.
9736
9737         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9738         (gst_rtp_vorbis_depay_parse_configuration),
9739         (gst_rtp_vorbis_depay_process):
9740         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9741         (gst_rtp_vorbis_pay_finish_headers),
9742         (gst_rtp_vorbis_pay_handle_buffer):
9743         Update vorbis pay and depayloader to draft-04.
9744
9745 2007-05-11  Wim Taymans  <wim@fluendo.com>
9746
9747         * gst/rtsp/rtsptransport.c:
9748         UDP MCAST is actually the default for RTP/AVP.
9749 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9750
9751         * gst/level/gstlevel.c: (gst_level_transform_ip):
9752         Use guint8 * instead of gpointer then vs6 can build 
9753         in_data += (filter->width / 8).
9754
9755 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9756
9757         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9758           gst_ximage_src_ximage_get):
9759         * sys/ximage/gstximagesrc.h (last_ximage):
9760         When using Damage actually keep the last frame, and not assume
9761         that the buffer we get already has the last frame on it.
9762         Copy the cursor over if we specify a non-zero start x and
9763         start y.
9764
9765 2007-05-11  Wim Taymans  <wim@fluendo.com>
9766
9767         * gst/rtsp/rtsptransport.c:
9768         Make UDP the default transport when not specified.
9769
9770 2007-05-09  David Schleef  <ds@schleef.org>
9771
9772         * gst/level/gstlevel.c:
9773           Revert last change.
9774
9775 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9776
9777         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9778         (gst_level_transform_ip):
9779         Use guint8 * instead of gpointer then vs6 know the size of data
9780         pointed when moving the pointer.
9781         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9782         Move instructions after variables declaration.
9783         * win32/vs6/autogen.dsp:
9784         * win32/vs6/libgstrtp.dsp:
9785         * win32/vs6/libgstrtsp.dsp:
9786         Update vs6 project files.
9787
9788 2007-05-09  Wim Taymans  <wim@fluendo.com>
9789
9790         * gst/rtsp/Makefile.am:
9791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9792         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9793         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9794         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9795         (rtsp_range_free):
9796         * gst/rtsp/rtsprange.h:
9797         Add code to parse time ranges.
9798         Report DURATION on the stream when possible.
9799
9800 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9801
9802         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9803         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9804         (gst_videomixer_collected):
9805           Fix strides calculation for AYUV (it's just width*4) (#436910).
9806
9807 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9808
9809         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9810         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9811         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9812         Sync the GObject properties before each processing step to properly
9813         work with the controller.
9814
9815 2007-05-04  Wim Taymans  <wim@fluendo.com>
9816
9817         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9818         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9819         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9820         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9821         (gst_rtspsrc_change_state):
9822         Let more error state trickle down so that we can catch more error
9823         cases.
9824         Handle keep-alive a little smarter by selecting a method the server
9825         actually supports.
9826         Fix a race in UDP streaming shutdown.
9827
9828 2007-05-04  Wim Taymans  <wim@fluendo.com>
9829
9830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9831         Ignore errors when trying to use the keep-alive messages.
9832
9833 2007-05-04  Wim Taymans  <wim@fluendo.com>
9834
9835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9836         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
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):
9843         Send RTCP messages back to the server over the TCP connection.
9844
9845         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9846         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9847         (rtsp_connection_receive):
9848         * gst/rtsp/rtspconnection.h:
9849         Factor out and expose lowlevel _write and _read methods.
9850         Implement sending data messages to the server.
9851
9852 2007-05-03  Wim Taymans  <wim@fluendo.com>
9853
9854         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9855         (gst_multipart_mux_collected):
9856         Fix timestamps on outgoing buffers.
9857
9858 2007-05-03  Wim Taymans  <wim@fluendo.com>
9859
9860         * gst/multipart/multipartmux.c:
9861         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9862         (gst_multipart_mux_change_state):
9863         Emit NEWSEGMENT events before pushing the first buffer.
9864
9865 2007-05-03  Wim Taymans  <wim@fluendo.com>
9866
9867         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9868         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9869         (gst_rtspsrc_handle_src_query),
9870         (gst_rtspsrc_stream_configure_manager),
9871         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9872         (gst_rtspsrc_stream_configure_mcast),
9873         (gst_rtspsrc_stream_configure_udp),
9874         (gst_rtspsrc_stream_configure_udp_sink),
9875         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9876         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9877         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9878         (gst_rtspsrc_pause):
9879         Refactor transport configuration code.
9880         Create internal pads for TCP transport so that we can implement events
9881         and queries.
9882         Handle events and queries.
9883         Parse range from the SDP.
9884         Fix race in pause handler where the connection could still be flushing.
9885
9886 2007-05-02  Wim Taymans  <wim@fluendo.com>
9887
9888         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9889         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9890         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9891         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9892         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9893         (gst_rtspsrc_change_state):
9894         * gst/rtsp/gstrtspsrc.h:
9895         Fix race when multiple udp sources post timeouts, just act on the first
9896         received timeout.
9897         Protect stream list with a recursive lock to fix some races.
9898         Flush connection when we need to do a reconnect or stop.
9899         Make state lock recursive.
9900
9901         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9902         (rtsp_connection_close):
9903         Some small cleanups.
9904
9905 2007-05-02  Wim Taymans  <wim@fluendo.com>
9906
9907         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9908         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9909         Only set DISCONT when there actually is a discont or when we just
9910         started.
9911
9912 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9913
9914         * ext/flac/gstflac.c: (plugin_init):
9915         Call bindtextdomain() to get localized strings.
9916
9917 2007-05-02  Wim Taymans  <wim@fluendo.com>
9918
9919         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9920         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9921         (gst_wavparse_stream_data):
9922         * gst/wavparse/gstwavparse.h:
9923         Be a bit more clever when dealing with VBR files with FACT tags, we
9924         don't want to timestamp buffers in that case but the estimated BPS can
9925         be used for seeking.
9926         Only send close segment in the streaming thread.
9927
9928 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9929
9930         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9931         Correctly post an error on the bus if something went wrong in the loop
9932         function. This fixes a few cases where the task was paused and nothing
9933         happened anymore.
9934
9935 2007-05-02  Wim Taymans  <wim@fluendo.com>
9936
9937         * gst/rtsp/test.c: (main):
9938         Fix compilation of deprecated test just because I'm too lazy to delete
9939         it.
9940
9941 2007-05-02  Wim Taymans  <wim@fluendo.com>
9942
9943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9944         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9945         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9946         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9947         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9948         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9949         * gst/rtsp/gstrtspsrc.h:
9950         Fix sending RTCP to the right place.
9951         Fix bug in reffing the wrong UDP element.
9952         Use new pad names for the session manager.
9953         Implement handling server requests in interleaved and UDP modes.
9954         Handle session keep-alive in UDP modes.
9955         Remove GCond for handling UDP timeouts.
9956
9957         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9958         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9959         (rtsp_connection_receive), (rtsp_connection_close):
9960         * gst/rtsp/rtspconnection.h:
9961         Store connection IP address for later.
9962         Add timeout args to all operations that might block forever.
9963         Parse session timeout.
9964         Only close sockets when not already closed.
9965
9966         * gst/rtsp/rtspdefs.c:
9967         * gst/rtsp/rtspdefs.h:
9968         Add timeout return value and error string.
9969
9970         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9971         Add small comment.
9972
9973 2007-05-01  Wim Taymans  <wim@fluendo.com>
9974
9975         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9976
9977         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9978         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9979         * gst/rtp/gstrtpmp4vpay.h:
9980         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9981
9982 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9983
9984         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9985           Remove v4l2src from docs, since it breaks the docs build, and the
9986           plugin is only built if --enable-experimental is used anyway.
9987
9988         * docs/plugins/Makefile.am:
9989           Spaces => tab.
9990
9991 2007-04-29  Wim Taymans  <wim@fluendo.com>
9992
9993         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9994         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9995         Add code to drop membership of a multicast group.
9996
9997         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9998         (gst_udpsink_set_uri):
9999         Implement URI handler.
10000
10001         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10002         (gst_rtspsrc_parse_rtpinfo):
10003         Use URI handler to make udpsink instace.
10004         Improve code to configure port and destination.
10005
10006 2007-04-29  Wim Taymans  <wim@fluendo.com>
10007
10008         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10009         Fix multicast detection.
10010         Don't try to join a multicast group if the address is not multicast.
10011
10012         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10013         Small debug improvement.
10014
10015 2007-04-27  Wim Taymans  <wim@fluendo.com>
10016
10017         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10018         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10019         (gst_rtspsrc_handle_message):
10020         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10021         parent.
10022
10023 2007-04-27  Wim Taymans  <wim@fluendo.com>
10024
10025         * gst/rtp/gstrtpilbcdepay.h:
10026         Fix mode property when specified as an arg.
10027
10028 2007-04-26  Edward Hervey  <edward@fluendo.com>
10029
10030         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10031         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10032         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10033         * docs/plugins/inspect/plugin-osxaudio.xml:
10034         Add documentation for osxaudio plugin.
10035
10036 2007-04-26  Wim Taymans  <wim@fluendo.com>
10037
10038         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10039         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10040         (gst_rtspsrc_open), (gst_rtspsrc_close),
10041         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10042         (gst_rtspsrc_pause):
10043         * gst/rtsp/gstrtspsrc.h:
10044         Protect state changes with a lock.
10045
10046         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10047         (parse_line):
10048         * gst/rtsp/rtspconnection.h:
10049         Remove some unused stuff.
10050
10051 2007-04-26  Wim Taymans  <wim@fluendo.com>
10052
10053         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10054         Handle the case where there are exactly 0 bytes to read and the ioctl
10055         did not report an error. Fixes #433530.
10056
10057 2007-04-26  Wim Taymans  <wim@fluendo.com>
10058
10059         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10060         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10061         * gst/wavparse/gstwavparse.h:
10062         Apply DISCONT to buffers.
10063         Only apply timestamp to the first sample after a DISCONT, too many VBR
10064         files cause random jitter in the timestamps. Fixes #433119.
10065
10066 2007-04-25  Wim Taymans  <wim@fluendo.com>
10067
10068         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10069         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10070         (gst_rtp_dec_get_property):
10071         * gst/rtsp/gstrtpdec.h:
10072         Add dummy latency property to be backwards compat with rtpbin.
10073
10074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10075         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10076         (gst_rtspsrc_stream_configure_transport),
10077         (gst_rtspsrc_parse_rtpinfo):
10078         * gst/rtsp/gstrtspsrc.h:
10079         Add latency property and configure in the session manager.
10080         Don't set invalid clock-base and seqnum-base on caps, some servers
10081         sometimes don't send them.
10082
10083 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10084
10085         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10086         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10087           Double-check that RGB input caps are really RGBA caps (apparently
10088           the core doesn't always catch it if those caps aren't a subset of
10089           our template caps, also see #421543). Fixes #429319 in a way.
10090           Also, don't leak the pad template in the transform_caps function.
10091
10092         * tests/check/Makefile.am:
10093         * tests/check/elements/.cvsignore:
10094         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10095         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10096         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10097         (GST_START_TEST), (alphacolor_suite):
10098           Add some basic unit tests for alphacolor.
10099
10100 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10101
10102         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10103           If we get a fatal flow return in the loop function, first post the
10104           error message and only then send the EOS event downstream, otherwise
10105           applications might get an eos message before the error message and
10106           think everything was ok (related to #429319).
10107
10108 2007-04-25  Wim Taymans  <wim@fluendo.com>
10109
10110         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10111         Read the channel byte as an unsigned byte.
10112
10113 2007-04-25  Wim Taymans  <wim@fluendo.com>
10114
10115         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10116         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10117         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10118         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10119         (gst_rtp_gsm_depay_setcaps):
10120         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10121         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10122         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10123         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10124         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10125         (gst_ilbc_depay_get_property):
10126         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10127         * gst/rtp/gstrtpmp4adepay.c:
10128         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10129         (gst_rtp_pcma_depay_setcaps):
10130         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10131         (gst_rtp_pcmu_depay_setcaps):
10132         Make sure we configure the clock_rate in the baseclass in the setcaps
10133         function. Fixes #431282.
10134
10135 2007-04-25  Wim Taymans  <wim@fluendo.com>
10136
10137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10138         (gst_rtspsrc_stream_free), (request_pt_map),
10139         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10140         * gst/rtsp/gstrtspsrc.h:
10141         Parse server address from SDP.
10142         Hook up a udpsink to send RTCP back to the server.
10143
10144         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10145         * gst/rtsp/rtsptransport.h:
10146         Add some docs.
10147
10148 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10149
10150         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10151           Make header field check conditional. Fixes #433135
10152
10153 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10154
10155         * docs/plugins/Makefile.am:
10156         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10157         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10158         * docs/plugins/inspect/plugin-alphacolor.xml:
10159         * gst/alpha/Makefile.am:
10160         * gst/alpha/gstalphacolor.c:
10161         * gst/alpha/gstalphacolor.h:
10162           Add minimal docs blurb to alphacolor; split out headers into
10163           separate header file for gtk-doc.
10164
10165 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10166
10167         * gst/debug/progressreport.c: (gst_progress_report_report):
10168           Don't try to post NULL message (in case we can't query upstream
10169           position or duration).
10170
10171 2007-04-18  Michael Smith  <msmith@fluendo.com>
10172
10173         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10174         (gst_cutter_get_caps):
10175         * gst/cutter/gstcutter.h:
10176           Fix some of the most obvious bugs in cutter. Now doesn't leak
10177           everything if input is silent.
10178
10179 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10180
10181         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10182         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10183         * gst/wavenc/gstwavenc.h:
10184         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10185         else results in a invalid block align and invalid files.
10186
10187 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10188
10189         Patch by: Snaik <snaik32 gmail com>
10190
10191         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10192           Add missing break statement for BOX_HORIZONTAL case.
10193
10194 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10195
10196         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10197
10198         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10199         Use correct format strings for integer types.
10200
10201 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10202
10203         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10204         (gst_wavparse_create_sourcepad):
10205         Use gst_riff_create_audio_template_caps () instead of the local caps.
10206         This makes updates of the local caps unecessary whenever libgstriff
10207         gets support for new formats.
10208
10209 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10210
10211         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10212
10213         * sys/sunaudio/gstsunaudio.c:
10214         * sys/sunaudio/gstsunaudiomixer.c:
10215         * sys/sunaudio/gstsunaudiomixer.h:
10216         * sys/sunaudio/gstsunaudiomixerctrl.c:
10217         * sys/sunaudio/gstsunaudiomixerctrl.h:
10218         * sys/sunaudio/gstsunaudiomixertrack.h:
10219         * sys/sunaudio/gstsunaudiosink.c:
10220         * sys/sunaudio/gstsunaudiosink.h:
10221         * sys/sunaudio/gstsunaudiosrc.c:
10222         * sys/sunaudio/gstsunaudiosrc.h:
10223           Fix and/or update copyright attributions (#430228).
10224
10225 2007-04-13  Wim Taymans  <wim@fluendo.com>
10226
10227         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10228         Fix docs.
10229
10230         * gst/rtsp/URLS:
10231         Add some more example urls.
10232
10233         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10234         (gst_rtp_dec_chain_rtp):
10235         Better debugging.
10236
10237         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10238         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10239         (gst_rtspsrc_parse_rtpinfo):
10240         Remove unused code.
10241
10242 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10243
10244         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10245         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10246         (gst_wavparse_stream_data):
10247           Relax the audio/mpeg caps again and add FIXME: comment.
10248
10249 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10250
10251         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10252         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10253         (gst_wavparse_stream_data):
10254         * gst/wavparse/gstwavparse.h:
10255           More sanity check for the header fields. Fix type for 'rate' header
10256           field.
10257
10258 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10259
10260         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10261         (gst_icydemux_unicodify):
10262           If the metadata strings we get in the stream are not UTF-8, try to
10263           interpret them according to the character encodings specified in the
10264           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10265           only fall back to locale/ISO-8859-1 if those aren't set or don't
10266           work. Should fix #428901.
10267
10268 2007-04-12  Wim Taymans  <wim@fluendo.com>
10269
10270         * gst/rtp/gstrtph264depay.c:
10271         Use the proper sync word for SPS and PPS.
10272
10273 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10274
10275         * gst/rtp/Makefile.am:
10276         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10277           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10278         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10279           Add a simple hashing implementation that we can use to generate
10280           a 24-bit ident value based on the codebooks for vorbis and theora.
10281         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10282           gst_rtp_theora_pay_handle_buffer):
10283         * gst/rtp/gstrtpvorbisdepay.c
10284           (gst_rtp_vorbis_depay_parse_configuration,
10285           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10286         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10287           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10288           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10289           Use the hashing function, ensuring that the same codebooks result
10290           in the same ident and thus the same SDP description.
10291           Various log fixes/changes.
10292
10293 2007-04-12  Wim Taymans  <wim@fluendo.com>
10294
10295         Patch by: jerry tan <jerry dot tan at sun dot com>
10296
10297         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10298         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10299         application's responsibility to make sure it open the device once.
10300         Remove a careless error if AUDIODEV is set. Fixes #392620.
10301
10302 2007-04-12  Wim Taymans  <wim@fluendo.com>
10303
10304         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10305         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10306         * gst/rtsp/gstrtpdec.h:
10307         Make backward compat with rtpbin by adding the request-pt-map signals.
10308
10309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10310         (new_session_pad), (request_pt_map),
10311         (gst_rtspsrc_stream_configure_transport),
10312         (gst_rtspsrc_stream_configure_caps),
10313         (gst_rtspsrc_activate_streams):
10314         * gst/rtsp/gstrtspsrc.h:
10315         Implement request-pt-map signals instead of setting caps on the buffers
10316         for the session manager.
10317
10318 2007-04-11  Wim Taymans  <wim@fluendo.com>
10319
10320         * gst/udp/gstudp.c: (plugin_init):
10321         Register GstNetBuffer in plugin_init so that the type can be used from
10322         multiple threads without races.
10323
10324 2007-04-10  Wim Taymans  <wim@fluendo.com>
10325
10326         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10327         (gst_rtp_amr_depay_process):
10328         Fix depayloader clock_rate and some cleanups.
10329
10330         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10331         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10332         * gst/rtp/gstrtph264depay.h:
10333         Don't push codec_data in the adapter because it might get flushed when
10334         we get a discont.
10335
10336         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10337         Handle multiple AU per packet.
10338
10339         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10340         (gst_rtp_sv3v_depay_plugin_init):
10341         Disable rank, this one does not work.
10342         Remove timestamping, base class does that.
10343
10344 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10345
10346         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10347           limit caps to the formats we announce in the template
10348
10349         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10350         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10351         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10352           fix some crashers/asserts when dealing with broken files
10353
10354 2007-04-10  Wim Taymans  <wim@fluendo.com>
10355
10356         Patch by: Peter Kjellerstedt  <pkj at axis com>
10357
10358         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10359         * gst/rtp/gstrtpL16depay.c:
10360         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10361         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10362         (gst_rtp_speex_depay_setcaps):
10363         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10364         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10365         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10366         Fix some compiler warnings. Fixes #428182.
10367
10368 2007-04-06  Wim Taymans  <wim@fluendo.com>
10369
10370         * gst/rtsp/Makefile.am:
10371         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10372         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10373         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10374         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10375         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10376         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10377         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10378         (create_rtcp), (gst_rtp_dec_request_new_pad),
10379         (gst_rtp_dec_release_pad):
10380         * gst/rtsp/gstrtpdec.h:
10381         * gst/rtsp/gstrtsp.c: (plugin_init):
10382         Morph RTPDec into something compatible with RTPBin as a fallback.
10383         Various other style fixes.
10384
10385         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10386         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10387         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10388         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10389         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10390         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10391         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10392         * gst/rtsp/gstrtspsrc.h:
10393         Implement RTPBin session manager handling.
10394         Don't try to add empty properties to caps.
10395         Implement fallback session manager, handling.
10396         Don't combine errors from RTCP streams, just ignore them.
10397
10398         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10399         * gst/rtsp/rtsptransport.h:
10400         Implement fallback session manager.
10401         Make RTPBin the default one when available.
10402
10403 2007-04-05  Wim Taymans  <wim@fluendo.com>
10404
10405         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10406         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10407         This element is ready to be autoplugged.
10408
10409 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10410
10411         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10412         Don't leave the offsets defined by upstream element on the
10413         compressed data buffer we are pushing downstream. Make them
10414         GST_BUFFER_OFFSET_NONE.
10415
10416 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10417
10418         * gst/avi/README:
10419         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10420         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10421         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10422         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10423         (gst_avi_demux_calculate_durations_from_index),
10424         (gst_avi_demux_stream_header_push),
10425         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10426         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10427           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10428
10429 2007-04-03  Wim Taymans  <wim@fluendo.com>
10430
10431         * gst/smpte/barboxwipes.c:
10432         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10433
10434 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10435
10436         * gst/wavparse/gstwavparse.c:
10437         Support audio/x-raw-float in wav files. This only works with
10438         plugins-base CVS, using an older version doesn't have any
10439         disadvantages though.
10440
10441 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10442
10443         * configure.ac:
10444         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10445         (gst_au_parse_parse_header), (gst_au_parse_chain):
10446         * gst/auparse/gstauparse.h:
10447         Revert last change as we don't want plugins-good to depend on
10448         plugins-base CVS now.
10449
10450 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10451
10452         * configure.ac:
10453         Require gst-plugins-base CVS for audioconvert with non-native
10454         float support and width/depth fix in libgstriff.
10455
10456         Patch by: René Stadler <mail at renestadler dot de>
10457
10458         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10459         (gst_au_parse_parse_header), (gst_au_parse_chain):
10460         * gst/auparse/gstauparse.h:
10461         Don't swap the floats ourself if they're not in native endianness.
10462         Instead let audioconvert handle this. Fixes #339838.
10463
10464 2007-03-29  Wim Taymans  <wim@fluendo.com>
10465
10466         * gst/rtp/gstasteriskh263.h:
10467         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10468         (gst_rtp_h263p_depay_change_state):
10469         * gst/rtp/gstrtph263pdepay.h:
10470         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10471         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10472         (gst_rtp_h264_depay_change_state):
10473         * gst/rtp/gstrtph264depay.h:
10474         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10475         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10476         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10477         Flush adapter on disconts.
10478
10479 2007-03-29  Wim Taymans  <wim@fluendo.com>
10480
10481         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10482         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10483         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10484         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10485         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10486         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10487         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10488         (gst_rtp_mp4v_depay_process):
10489         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10490         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10491         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10492         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10493         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10494         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10495         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10496         Use more efficient adapter and rtpbuffer methods when possible.
10497
10498 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10499
10500         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10501         (gst_wavenc_sink_setcaps):
10502         Correctly handle width!=depth input.
10503         * gst/wavparse/gstwavparse.c:
10504         Already export in the caps that width==8 uses unsigned samples and
10505         everything else uses signed samples.
10506
10507 2007-03-29  Wim Taymans  <wim@fluendo.com>
10508
10509         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10510
10511         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10512         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10513         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10514         (gst_dynudpsink_close):
10515         * gst/udp/gstdynudpsink.h:
10516         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10517         (gst_udpsrc_create), (gst_udpsrc_set_property),
10518         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10519         * gst/udp/gstudpsrc.h:
10520         Rework the socket allocation a bit based on the sockfd argument so that
10521         it becomes usable.
10522         Add a closefd property to instruct the udp elements to close the custom
10523         file descriptors when going to READY. Fixes #423304.
10524         API:GstUDPSrc::closefd property
10525         API:GstDynUDPSink::closefd property
10526
10527 2007-03-29  Wim Taymans  <wim@fluendo.com>
10528
10529         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10530
10531         * gst/rtp/Makefile.am:
10532         * gst/rtp/gstrtp.c: (plugin_init):
10533         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10534         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10535         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10536         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10537         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10538         (gst_rtp_h264_pay_plugin_init):
10539         * gst/rtp/gstrtph264pay.h:
10540         Added H264 payloader. Fixes #423782.
10541
10542         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10543         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10544         Small fixes.
10545
10546 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10547
10548         * gst/wavparse/gstwavparse.c:
10549         Actually support depths from 1 to 32, not only 8 to 32.
10550
10551 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10552
10553         * gst/wavparse/gstwavparse.c:
10554         Add support for wav files containing audio/x-raw-int with random
10555         depths between 1 and 32 bits.
10556
10557 2007-03-28  Wim Taymans  <wim@fluendo.com>
10558
10559         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10560
10561         * gst/rtp/Makefile.am:
10562         * gst/rtp/gstrtp.c: (plugin_init):
10563         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10564         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10565         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10566         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10567         (gst_rtp_mp4a_depay_get_property),
10568         (gst_rtp_mp4a_depay_change_state),
10569         (gst_rtp_mp4a_depay_plugin_init):
10570         * gst/rtp/gstrtpmp4adepay.h:
10571         Added MP4A-LATM depayloader. Fixes #417792.
10572
10573         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10574         (gst_rtp_mp4v_depay_process):
10575         Fixup depayloader, setting codec_data, using more efficient adaptor and
10576         rtpbuffer handling.
10577
10578         * gst/rtsp/URLS:
10579         Add url to test above.
10580
10581 2007-03-25  Wim Taymans  <wim@fluendo.com>
10582
10583         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10584         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10585         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10586         (gst_rtspsrc_media_to_caps),
10587         (gst_rtspsrc_stream_configure_transport),
10588         (gst_rtspsrc_stream_configure_caps),
10589         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10590         * gst/rtsp/gstrtspsrc.h:
10591         Handle default clock-rates for static payload types, rearrange stuff so
10592         that the rtpmap field in the sdp can override the defaults.
10593         Parse RTP-Info field to get the seqnum and timebase fields that should
10594         go in the caps.
10595         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10596         the server. 
10597
10598 2007-03-22  Wim Taymans  <wim@fluendo.com>
10599
10600         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10601
10602         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10603         Accept complex pipeline descriptions as an audio profile instead of just
10604         a single element. Fixes #420658.
10605
10606 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10607
10608         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10609           Rename registered type in preparation of GstTagDemux moving to
10610           -base at some point in the future.
10611
10612 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10613
10614         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10615           Streaming mode fixes: don't unref buffer we don't own any longer;
10616           remove bogus adapter flush. Fixes #419338.
10617
10618 2007-03-17  David Schleef  <ds@schleef.org>
10619
10620         * REQUIREMENTS: Change the format to key/value, add a bunch of
10621           information, remove a bunch of requirements that are for
10622           other GStreamer packages.
10623
10624 2007-03-17  David Schleef  <ds@schleef.org>
10625
10626         * REQUIREMENTS: Fix a few things.  This file really needs a
10627         good once-over.
10628
10629 2007-03-15  Edward Hervey  <edward@fluendo.com>
10630
10631         * sys/Makefile.am:
10632         Don't forget to distribute the sys/osxaudio/ directory.
10633
10634 2007-03-15  Edward Hervey  <edward@fluendo.com>
10635
10636         * configure.ac:
10637         * sys/Makefile.am:
10638         * sys/osxaudio/Makefile.am:
10639         * sys/osxaudio/gstosxaudio.c:
10640         * sys/osxaudio/gstosxaudiosink.c:
10641         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10642         (gst_osx_audio_sink_getcaps),
10643         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10644         * sys/osxaudio/gstosxaudiosrc.c:
10645         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10646         (gst_osx_audio_src_create_ringbuffer):
10647         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10648         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10649         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10650         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10651         * sys/osxaudio/gstosxringbuffer.h:
10652         Activate osxaudio in gst-plugins-good with proper build setup.
10653         Add inlined documentation.
10654         Fix debug statements
10655         Fix ringbuffer when pausing.
10656         Fixes #323471
10657
10658 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10659         * gst/rtp/gstrtppcmapay.c:
10660         * gst/rtp/gstrtppcmapay.h:
10661         * gst/rtp/gstrtppcmupay.c:
10662         * gst/rtp/gstrtppcmupay.h:
10663         Ported mulaw and alaw payloaders to use new base class
10664
10665 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10666
10667         * po/af.po:
10668         * po/az.po:
10669         * po/cs.po:
10670         * po/en_GB.po:
10671         * po/it.po:
10672         * po/nl.po:
10673         * po/or.po:
10674         * po/sq.po:
10675         * po/sr.po:
10676         * po/sv.po:
10677         * po/uk.po:
10678         * po/vi.po:
10679           Update translations.
10680
10681 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10682
10683         * configure.ac:
10684           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10685
10686 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10687
10688         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10689           Fix handling of -1 values for start and stop values when seeking,
10690           and SEEK_CUR+SEEK_END here as well.
10691
10692 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10693
10694         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10695           Fix handling of -1 values for start and stop values when seeking, 
10696           and SEEK_CUR+SEEK_END.
10697
10698 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10699
10700         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10701           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10702           the image format a variable-length NUL-terminated string; in
10703           versions before that the image format is a fixed-length string of
10704           3 characters (see #348644 for a sample tag).
10705           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10706
10707 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10708
10709         * win32/MANIFEST:
10710         Add new project files to MANIFEST.
10711         * win32/vs6/libgstaudiofx.dsp:
10712         * win32/vs6/libgstrtp.dsp:
10713         * win32/vs6/libgstrtsp.dsp:
10714         Update project files.
10715         
10716 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10717
10718         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10719         (gst_avi_demux_parse_index):
10720         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10721         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10722           Printf format fixes; also add some missing quotes in translated
10723           strings. Fixes #416728 and #416727.
10724
10725 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10726
10727         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10728           Tim and I can't think of any reason the child audio sink needs to 
10729           be set back to NULL after successfully determining that it can 
10730           reach READY - it gets immediately set back to READY by the caller
10731           anyway, causing an unnecessary close/open of any audio devices
10732           involved.
10733
10734 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10735
10736         * po/LINGUAS:
10737         * po/ja.po:
10738           Add ja.po file from #377306.
10739
10740 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10741
10742         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10743         * sys/sunaudio/gstsunaudiomixertrack.c:
10744         (gst_sunaudiomixer_track_new):
10745           Actually translate sunaudio mixer track labels instead of just
10746           marking the strings as translatable (#377306); clean up weird
10747           label string mapping code that serves no apparent purpose. Also
10748           set the 'untranslated-label' property when creating mixer tracks
10749           if the GstMixerTrack base class supports this.
10750
10751         * tests/check/Makefile.am:
10752         * tests/check/elements/.cvsignore:
10753         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10754         (sunaudio_suite):
10755           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10756           actually tested on a system where sunaudiomixer is available).
10757
10758 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10759
10760         * tests/check/Makefile.am:
10761         Re-enable the states test and see if it works on the buildbots.
10762
10763 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10764
10765         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10766         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10767         (gst_dvdec_change_state):
10768         * ext/dv/gstdvdec.h:
10769         Infer pixel-aspect-ratio from the video frame format if it isn't
10770         provided by the container, as happens when playing DV from AVI
10771         or Quicktime containers.
10772
10773         Patch by: Wim Taymans <wim@fluendo.com>
10774         Fixes #380944
10775
10776 2007-03-09  Wim Taymans  <wim@fluendo.com>
10777
10778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10779         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10780         will later be handled by the jitterbuffer.
10781
10782 2007-03-09  Wim Taymans  <wim@fluendo.com>
10783
10784         * ext/taglib/gstid3v2mux.cc:
10785         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10786         Fixes #414496.
10787         
10788         Patch by: Alex Lancaster <alexl at users sourceforge net>
10789
10790 2007-03-09  Wim Taymans  <wim@fluendo.com>
10791
10792         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10793         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10794         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10795         (gst_avi_demux_chain):
10796         Fix stream position reporting after a seek. Fixes #416445.
10797
10798 2007-03-08  Wim Taymans  <wim@fluendo.com>
10799
10800         Patch by: René Stadler <mail at renestadler dot de>
10801
10802         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10803         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10804         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10805         Make avidemux accept optional header chunks in any order.
10806         Fixes #415446.
10807
10808 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10809
10810         * tests/check/Makefile.am:
10811         Disable the states check until the remaining Valgrind errors
10812         are fixed or suppressed.
10813
10814 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10815
10816         * tests/check/elements/.cvsignore:
10817           Add audiodynamic check to .cvsignore
10818
10819 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10820
10821         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10822
10823         * gst/audiofx/Makefile.am:
10824         * gst/audiofx/audiodynamic.c:
10825         (gst_audio_dynamic_characteristics_get_type),
10826         (gst_audio_dynamic_mode_get_type),
10827         (gst_audio_dynamic_set_process_function),
10828         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10829         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10830         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10831         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10832         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10833         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10834         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10835         (gst_audio_dynamic_transform_hard_knee_expander_int),
10836         (gst_audio_dynamic_transform_hard_knee_expander_float),
10837         (gst_audio_dynamic_transform_soft_knee_expander_int),
10838         (gst_audio_dynamic_transform_soft_knee_expander_float),
10839         (gst_audio_dynamic_transform_ip):
10840         * gst/audiofx/audiodynamic.h:
10841         * gst/audiofx/audiofx.c: (plugin_init):
10842         Add new audiodynamic element which can act as a compressor or
10843         expander. Supported are hard-knee and soft-knee operation modes with
10844         user-specified ratio and threshold.
10845         Attack and release parameters are not yet implemented but will follow.
10846         * docs/plugins/Makefile.am:
10847         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10848         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10849         * docs/plugins/gst-plugins-good-plugins.args:
10850         * docs/plugins/inspect/plugin-audiofx.xml:
10851         Integrate audiodynamic into the docs.
10852         * tests/check/Makefile.am:
10853         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10854         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10855         Add unit test for audiodynamic.
10856
10857 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10858
10859         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10860         Free handles that we allocated when exiting via the error paths.
10861
10862 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10863
10864         * gst/level/gstlevel.c: (gst_level_class_init),
10865         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10866         (gst_level_transform_ip):
10867         * gst/level/gstlevel.h:
10868           Resolve message timestamps against the playback segment.
10869
10870 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10871
10872         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10873         (gst_id3demux_sink_activate):
10874           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10875           caps passed to it (previously one code path assumed it took ownership
10876           while another one assumed it didn't, while in fact it sometimes did and
10877           sometimes didn't ...).
10878
10879         * configure.ac:
10880         * tests/files/Makefile.am:
10881         * tests/files/id3-407349-1.tag:
10882         * tests/files/id3-407349-2.tag:
10883           Add directory where data for unit tests can be stored.
10884
10885         * tests/Makefile.am:
10886         * tests/check/Makefile.am:
10887         * tests/check/elements/.cvsignore:
10888         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10889         (read_tags_from_file), (run_check_for_file),
10890         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10891           Add unit test for id3demux, and in particular for bug #407349. Only
10892           testing pull-mode for now; push mode doesn't work yet because the test
10893           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10894
10895 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         * tests/check/Makefile.am:
10898           Add missing backslash at end of line.
10899
10900 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10901
10902         Trigger rebuild.
10903
10904 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10905
10906         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10907         * gst/id3demux/id3tags.h:
10908         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10909         (parse_obsolete_tdat_frame):
10910           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10911           the four-digit number will be interpreted as a year, whereas it is
10912           month and day in DDMM format. Instead, parse TDAT frames and fix up
10913           the date in the GST_TAG_DATE tag later if we also extracted a year.
10914           Fixes #407349.
10915
10916 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10917
10918         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10919         (gst_switch_commit_new_kid):
10920         Fix up the dispose logic so it doesn't leak, and fix setting of 
10921         the child state so that we don't set a child to our current state 
10922         just as we are changing it to something else.
10923
10924 2007-03-06  Wim Taymans  <wim@fluendo.com>
10925
10926         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10927         (gst_goom_chain):
10928         * gst/goom/gstgoom.h:
10929         Document, fix and improve goom adapter behaviour.
10930         Fixes #407006.
10931
10932 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10933
10934         * ext/esd/esdsink.c: (gst_esdsink_open):
10935         Unref static pad template after using it.
10936
10937 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10938
10939         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10940         (gst_switch_commit_new_kid):
10941         Fix up the reference counting of the child elements.
10942
10943 2007-03-05  Wim Taymans  <wim@fluendo.com>
10944
10945         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10946         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10947         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10948         Fix encoding-name case.
10949
10950 2007-03-05  Wim Taymans  <wim@fluendo.com>
10951
10952         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10953         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10954         (gst_rtp_speex_depay_process):
10955         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10956         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10957         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10958         (gst_rtp_speex_pay_change_state):
10959         * gst/rtp/gstrtpspeexpay.h:
10960         Fix speex (de)payloader. Fixes #358040.
10961
10962 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10963
10964         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10965         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10966         Install fakesink in NULL by fixing some broken logic. This obviates
10967         the need to manually set _IS_SINK.
10968         Add some comments and remove a little cruft while I'm at it.
10969
10970 2007-03-05  Wim Taymans  <wim@fluendo.com>
10971
10972         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10973         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10974
10975 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10976
10977         * po/POTFILES.in:
10978           Update.
10979
10980 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10981
10982         * tests/check/Makefile.am:
10983         Gah! Also disable gconfvideosink from the tests, otherwise
10984         it will instantiate autovideosink, and dfbvideosink and
10985         leak on the buildbots.
10986
10987 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10988
10989         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10990         (gst_cdio_cdda_src_finalize):
10991         Make sure we always destroy our libcdio handle.
10992
10993 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10994
10995         * tests/check/Makefile.am:
10996         Disable autovideosink so the buildbots don't barf over memory
10997         leaked in the directfb sink.
10998
10999 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11000
11001         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11002         Chain up in dispose
11003
11004 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11005
11006         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11007         (gst_multipart_find_pad_by_mime):
11008         Use gst_pad_new_from_static_template instead of
11009         static_pad_template_get+pad_new.
11010
11011 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11012
11013         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11014         Catch the case where no clock has been set.
11015
11016 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11017
11018         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11019         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11020         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11021         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11022         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11023         (gst_gconf_audio_src_finalize), (do_toggle_element):
11024         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11025         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11026         (do_toggle_element):
11027         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11028         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11029         (gst_gconf_video_src_finalize), (do_toggle_element):
11030         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11031         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11032         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11033         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11034         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11035         (gst_shout2send_init), (gst_shout2send_finalize):
11036         * gst/debug/testplugin.c: (gst_test_class_init),
11037         (gst_test_finalize):
11038         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11039         (gst_flxdec_dispose):
11040         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11041         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11043         (gst_rtspsrc_finalize):
11044         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11045         * gst/rtsp/rtspextwms.h:
11046         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11047         (gst_smpte_finalize):
11048         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11049         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11050         (gst_udpsink_finalize):
11051         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11052         (gst_wavparse_sink_activate):
11053         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11054         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11055         (gst_oss_src_finalize):
11056         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11057         * sys/v4l2/gstv4l2object.h:
11058         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11059         (gst_v4l2src_finalize):
11060         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11061
11062         Fix a bunch of leaks shown by the newly-added states test.
11063
11064 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11065
11066         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11067         Use gst_pad_new_from_static_template instead of 
11068         static_pad_template_get+pad_new.
11069
11070 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11071
11072         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11073
11074         * ext/libcaca/Makefile.am:
11075         * gst/debug/Makefile.am:
11076           Don't mix tabs and spaces (#414168).
11077
11078 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11079
11080         * tests/check/generic/.cvsignore:
11081           Ignore files to please buildbot.
11082
11083 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11084
11085         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11086         (gst_wavparse_stream_data):
11087           Unbreak my previous commit (swapped nominator & denominator). Tim,
11088           thanks for spotting.
11089
11090 2007-03-02  Wim Taymans  <wim@fluendo.com>
11091
11092         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11093         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11094         (gst_cdio_cdda_src_finalize):
11095         Small code cleanups.
11096         Don't use pad_alloc as the base class cannot deal with the error codes.
11097
11098 2007-03-02  Wim Taymans  <wim@fluendo.com>
11099
11100         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11101         (gst_udpsrc_create):
11102         Fix doc.
11103
11104 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11105
11106         Patch by: René Stadler <mail@renestadler.de>
11107
11108         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11109         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11110         (gst_wavparse_stream_data):
11111           Handle rounding better to not drop last sample frame. Fixes #356692
11112
11113 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11114
11115         * tests/check/Makefile.am:
11116         Disable cacasink from the states check too - it also calls exit(1)
11117         on us when it can't find a terminal to talk to.
11118
11119 2007-03-02  Wim Taymans  <wim@fluendo.com>
11120
11121         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11122
11123         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11124         (gst_udpsrc_create), (gst_udpsrc_set_property),
11125         (gst_udpsrc_get_property):
11126         * gst/udp/gstudpsrc.h:
11127         Add support to strip proprietary headers. Fixes #350296.
11128
11129 2007-03-02  Wim Taymans  <wim@fluendo.com>
11130
11131         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11132         Fix compilation.
11133
11134 2007-03-02  Wim Taymans  <wim@fluendo.com>
11135
11136         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11137
11138         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11139         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11140         (gst_rtp_mp2t_depay_set_property),
11141         (gst_rtp_mp2t_depay_get_property):
11142         * gst/rtp/gstrtpmp2tdepay.h:
11143         Add support to strip off proprietary headers. Fixes #350278.
11144
11145 2007-03-02  Wim Taymans  <wim@fluendo.com>
11146
11147         * ext/hal/hal.c:
11148         Fix compilation.
11149
11150 2007-03-02  Wim Taymans  <wim@fluendo.com>
11151
11152         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11153         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11154         (gst_sunaudiosrc_open):
11155         * sys/sunaudio/gstsunaudiosrc.h:
11156         Remove device-name from GstSunAudioSrc. Fixes #412597.
11157
11158 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11159
11160         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11161         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11162         Having NULL as UDI previously selected the default sink/src. Change
11163         this back but mention it in the debug output.
11164         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11165         (gst_hal_get_oss_element), (gst_hal_get_string),
11166         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11167         (gst_hal_get_audio_src):
11168         * ext/hal/hal.h:
11169         Refactor a bit, check all error conditions, greatly improve debugging
11170         and fix some possible memory leaks. Also implement OSS support
11171         and allow specifying an UDI that points to a real device. For this the
11172         child device which supports ALSA (preferred) or OSS is used.
11173         As a side effect this makes it impossible now to get a alsasink in
11174         halaudiosrc and a alsasrc in halaudiosink.
11175
11176 2007-03-01  Wim Taymans  <wim@fluendo.com>
11177
11178         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11179         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11180         Errors from the udp sources are not fatal unless all of them are in
11181         error.
11182
11183 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11184
11185         * tests/check/Makefile.am:
11186         Disable aasink in the states test. I suspect this is the element that
11187         is calling exit(1) when it can't proceed.
11188
11189 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11190
11191         * tests/check/Makefile.am:
11192         Draw plugins in from the build tree sys/ dir, rather than picking
11193         up the already installed versions.
11194
11195 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11196
11197         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11198         Error out correctly when getting xcontext fails.
11199
11200 2007-03-01  Wim Taymans  <wim@fluendo.com>
11201
11202         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11203         Make state change to PAUSED NO_PREROLL because that's what it will be in
11204         the future and rtspsrc relies on it.
11205
11206         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11207         (gst_rtspsrc_change_state):
11208         Don't error out when we don't get an error from the state change
11209         function.
11210
11211 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11212
11213         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11214         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11215           Check if the device UDI is set before trying to query HAL
11216           about it and give a useful error message if it wasn't set.
11217         * ext/hal/hal.c: (gst_hal_get_string):
11218           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11219           gives an assertion failure in D-Bus when running with
11220           DBUS_FATAL_WARNINGS=1.
11221
11222 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11223
11224         * configure.ac:
11225           Convert to new AG_GST style.
11226
11227 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11228
11229         * tests/check/Makefile.am:
11230         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11231           add test for states
11232
11233 2007-02-28  Wim Taymans  <wim@fluendo.com>
11234
11235         * tests/check/elements/.cvsignore:
11236         Add new videofilter check to .cvsignore.
11237
11238 2007-02-28  Wim Taymans  <wim@fluendo.com>
11239
11240         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11241         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11242         (gst_avi_demux_loop), (gst_avi_demux_chain):
11243         Fix combined flow return. Fixes #412608.
11244
11245 2007-02-28  Wim Taymans  <wim@fluendo.com>
11246
11247         * gst/videofilter/Makefile.am:
11248         Dist header..
11249
11250 2007-02-28  Wim Taymans  <wim@fluendo.com>
11251
11252         * gst/videofilter/gstgamma.h:
11253         Add header too.
11254
11255 2007-02-28  Wim Taymans  <wim@fluendo.com>
11256
11257         Patch by: Mark Nauwelaerts <manauw at skynet be>
11258
11259         * gst/videofilter/Makefile.am:
11260         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11261         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11262         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11263         (oil_tablelookup_u8), (gst_gamma_set_caps),
11264         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11265         Port gamma filter to 0.10. Fixes #412704.
11266
11267         * tests/check/Makefile.am:
11268         * tests/check/elements/videofilter.c: (setup_filter),
11269         (cleanup_filter), (check_filter), (GST_START_TEST),
11270         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11271         Add unit tests for videofilters.
11272
11273 2007-02-28  Wim Taymans  <wim@fluendo.com>
11274
11275         * gst/rtsp/URLS:
11276         Add another interesting test url.
11277
11278         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11279         Don't allow getting header fields from data packets.
11280
11281 2007-02-28  Michael Smith  <msmith@fluendo.com>
11282
11283         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11284         (gst_shout2send_init), (gst_shout2send_start),
11285         (gst_shout2send_set_property), (gst_shout2send_get_property):
11286         * ext/shout2/gstshout2.h:
11287           Add a property for username.
11288
11289 2007-02-27  Christian Schallerr <christian@fluendo.com>
11290
11291         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11292
11293 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11294
11295         * gst/rtsp/Makefile.am:
11296         Fix make check too.
11297
11298 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11299
11300         * gst/rtsp/base64.c: (util_base64_encode):
11301         * gst/rtsp/base64.h:
11302         Commit missing files for base64 encoding.
11303
11304 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11305
11306         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11307
11308         * configure.ac:
11309         * ext/annodex/Makefile.am:
11310         * ext/jpeg/Makefile.am:
11311         * ext/speex/Makefile.am:
11312         * gst/alpha/Makefile.am:
11313         * gst/cutter/Makefile.am:
11314         * gst/debug/Makefile.am:
11315         * gst/effectv/Makefile.am:
11316         * gst/goom/Makefile.am:
11317         * gst/level/Makefile.am:
11318         * gst/smpte/Makefile.am:
11319         * gst/videofilter/Makefile.am:
11320           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11321
11322 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11323
11324         * gst/rtsp/Makefile.am:
11325         * gst/rtsp/rtspconnection.c: (append_auth_header),
11326         (rtsp_connection_send), (rtsp_connection_set_auth):
11327         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11328         from icecast to replace it. Relicensed from GPL courtesy of Mike
11329         Smith.
11330
11331 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11332
11333         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11334         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11335         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11336         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11337         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11338         (gst_rtspsrc_uri_set_uri):
11339         * gst/rtsp/gstrtspsrc.h:
11340         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11341         (append_auth_header), (rtsp_connection_send),
11342         (rtsp_connection_free), (rtsp_connection_set_auth):
11343         * gst/rtsp/rtspconnection.h:
11344         * gst/rtsp/rtspdefs.h:
11345         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11346         * gst/rtsp/rtspurl.h:
11347
11348         Implement simple Basic Authentication support so that urls like
11349         rtsp://user:pass@hostname/rtspstream work on hosts that require
11350         authentication.
11351
11352 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11353
11354         * sys/v4l2/gstv4l2object.c:
11355         * sys/v4l2/gstv4l2tuner.c:
11356         * sys/v4l2/v4l2_calls.c:
11357         Fix segfault when oppening a radio device.
11358         
11359 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11360
11361         * gst/level/gstlevel.c: (gst_level_set_caps),
11362         (gst_level_transform_ip):
11363         * sys/v4l2/README:
11364         * tests/check/elements/level.c: (GST_START_TEST):
11365           Fix level for multi-channel case.
11366
11367 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11368
11369         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11370         (gst_level_transform_ip):
11371         * gst/level/gstlevel.h:
11372           Use function pointer for process function and add process functions
11373           for float audio.
11374
11375 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11376
11377         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11378         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11379         (gst_v4l2src_capture_init):
11380           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11381           fixes #407369
11382
11383 2007-02-18  Wim Taymans  <wim@fluendo.com>
11384
11385         * gst/rtp/Makefile.am:
11386         * gst/rtp/gstrtp.c: (plugin_init):
11387         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11388         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11389         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11390         (gst_rtp_mp2t_pay_plugin_init):
11391         * gst/rtp/gstrtpmp2tpay.h:
11392         Added simple mpeg transport stream payloader.
11393
11394 2007-02-16  Wim Taymans  <wim@fluendo.com>
11395
11396         * gst/rtsp/URLS:
11397         Add example H264 rtsp url.
11398
11399         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11400         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11401         Don't convert values to lowercase or we might mess up base64 encoded
11402         properties.
11403
11404 2007-02-16  Wim Taymans  <wim@fluendo.com>
11405
11406         * gst/rtp/README:
11407         Fix case of string params.
11408
11409         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11410         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11411         Fix depayloader, support more packet types.
11412         Add sync codes to make sure the packetizer can do its job.
11413
11414         * gst/rtp/gstrtpmp4gdepay.c:
11415         * gst/rtp/gstrtpmp4gpay.c:
11416         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11417         Fix caps case again.
11418
11419 2007-02-15  Wim Taymans  <wim@fluendo.com>
11420
11421         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11422         Set right caps on output buffers.
11423
11424 2007-02-14  Wim Taymans  <wim@fluendo.com>
11425
11426         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11427         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11428         Clear stack allocated SDPMedia struct before calling _init() on it.
11429         Clarify this in the docs as well.
11430
11431 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11432
11433         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11434         (do_change_child):
11435         Don't reset the profile when going switching states, as it makes
11436         the element non-reusable.
11437
11438 2007-02-14  Wim Taymans  <wim@fluendo.com>
11439
11440         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11441         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11442         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11443         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11444         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11445         (sdp_parse_line):
11446         * gst/rtsp/sdpmessage.h:
11447         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11448         Fix memory management of SDP messages. Fixes #407793.
11449
11450 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11451
11452         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11453
11454         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11455         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11456
11457 2007-02-14  Wim Taymans  <wim@fluendo.com>
11458
11459         Patch by: jp.liu <jp_liu at astrocom dot cn>
11460
11461         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11462         Fix parsing of password field in url. Fixes #407797.
11463
11464 2007-02-14  Wim Taymans  <wim@fluendo.com>
11465
11466         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11467         (gst_wavparse_reset), (gst_wavparse_init),
11468         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11469         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11470         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11471         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11472         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11473         (gst_wavparse_loop), (gst_wavparse_chain),
11474         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11475         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11476         (plugin_init):
11477         * gst/wavparse/gstwavparse.h:
11478         Update docs.
11479         Use boilerplate.
11480         Various code cleanups.
11481         When the bitrate is not known (bps == 0 or compressed formats) let
11482         downstream element guestimate the duration and position and don't
11483         generate timestamps or durations. Fixes #405213.
11484         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11485         error flowreturn upstream.
11486
11487 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11488
11489         * ext/gconf/Makefile.am:
11490         * ext/gconf/gconf.c: (gst_gconf_get_string),
11491         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11492         (gst_gconf_render_bin_with_default):
11493         * ext/gconf/gconf.h:
11494         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11495         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11496         (gst_gconf_audio_sink_dispose), (do_change_child),
11497         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11498         (cb_change_child), (gst_gconf_audio_sink_change_state):
11499         * ext/gconf/gstgconfaudiosink.h:
11500         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11501         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11502         (gst_switch_sink_init), (gst_switch_sink_dispose),
11503         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11504         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11505         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11506         * ext/gconf/gstswitchsink.h:
11507         * gst/autodetect/gstautoaudiosink.c:
11508         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11509         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11510         (gst_auto_audio_sink_detect):
11511         * gst/autodetect/gstautovideosink.c:
11512         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11513         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11514         (gst_auto_video_sink_detect):
11515         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11516         and a child that implements the GConf key monitoring. The end goal of
11517         this is an audio sink that can be changed on the fly, but at the 
11518         moment it still only changes on the next READY transition.
11519
11520 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11521
11522         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11523         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11524         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11525         (gst_avi_demux_calculate_durations_from_index),
11526         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11527         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11528         (gst_avi_demux_loop):
11529           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11530
11531 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11532
11533         * configure.ac:
11534         * docs/plugins/Makefile.am:
11535           Add crossreferences to glib/gobject/gstream docs.
11536
11537 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11538
11539         * gst/monoscope/Makefile.am:
11540         * gst/monoscope/gstmonoscope.c:
11541           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11542           (but no LIBS, since we only use defines from the headers).
11543
11544 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11545
11546         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11547
11548         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11549         (gst_wavparse_stream_data):
11550           Fix massive memory leak when operating in streaming mode due to
11551           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11552           Fixes #407057.
11553
11554 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11555
11556         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11557         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11558         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11559         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11560         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11561         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11562         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11563         (gst_avi_demux_calculate_durations_from_index),
11564         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11565         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11566         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11567         * gst/avi/gstavidemux.h:
11568           Save some memory (8%) by repacking the index entry structure (more to
11569           come). Add more FIXMEs to questionable parts.
11570
11571 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11572
11573         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11574         (gst_v4l2src_get_caps):
11575         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11576         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11577         (gst_v4l2src_capture_init):
11578           More FIXME comments and messaging changes.
11579
11580 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11581
11582         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11583         (gst_goom_change_state):
11584         * gst/goom/gstgoom.h:
11585           Improved docs and use GST_DEBUG_FUNCPTR.
11586
11587         * gst/level/gstlevel.c: (gst_level_class_init):
11588           Use GST_DEBUG_FUNCPTR.
11589
11590         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11591         (gst_monoscope_chain), (gst_monoscope_change_state):
11592           Improved docs source cleanups.
11593
11594 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11595
11596         * gst/debug/Makefile.am:
11597         * gst/debug/gstdebug.c: (plugin_init):
11598         * gst/debug/gstpushfilesrc.c:
11599         * gst/debug/gstpushfilesrc.h:
11600           Add code for a pushfilesrc element that implements a pushfile:// URI
11601           handler, to make debugging push-mode operation of demuxer/decoders
11602           that support both easier in connection with seek/playbin/etc.
11603           The element isn't registered at the moment.
11604
11605 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11606
11607         * gst/avi/gstavimux.c:
11608           Comment a #if 0 in caps template definition as VS6 seems to 
11609         do not support it.
11610         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11611           Use gst_guint64_to_gdouble for conversion.
11612         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11613           Move variables declaration before the first instruction.
11614         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11615           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11616           And don't include netdb.h for G_OS_WIN32
11617         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11618           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11619           by VS6 then use an other way to initialize SDPMedia structure.
11620         * gst/udp/gstdynudpsink.h:
11621         * gst/udp/gstdynudpnetutils.h:
11622           Do not include <sys/time.h> for G_OS_WIN32
11623         * gst/udp/gstudpsrc.c:
11624           Define socklen_t as int for G_OS_WIN32
11625         * win/common/config.h.in:
11626           Undef HAVE_NETINET_IN_H
11627         * win32/vs6/gst_plugins_good.dsw:
11628         * win32/vs6/libgstrtp.dsp:
11629         * win32/vs6/libgstrtsp.dsp:
11630         * win32/vs6/libgstautogen.dsp:
11631         * win32/vs6/libgstaudiofx.dsp:
11632         * win32/vs6/libgstudp.dsp:
11633           Add and update project files.
11634         * win32/common/gstudp-enumtypes.c:
11635         * win32/common/gstudp-enumtypes.h:
11636           Add a copy of udp enumtypes to win32/common as in core 
11637           and base.
11638         
11639 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11640
11641         * configure.ac:
11642           Activate monoscope when building with --enable-experimental. Fix
11643           --enable-external configure switch description.
11644
11645         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11646         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11647           Help gst-indent.
11648
11649 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11652           Explicitly cast result of pointer arithmetic to integer in order to
11653           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11654
11655 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11656
11657         * gst/debug/progressreport.c:
11658           Some more docs.
11659
11660 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11661
11662         * docs/plugins/inspect/plugin-rtp.xml:
11663           Update for new elements.
11664
11665         * gst/debug/progressreport.h:
11666           Commit newly-created header file as well.
11667
11668 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11669
11670         * docs/plugins/Makefile.am:
11671         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11672         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11673         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11674         * gst/debug/Makefile.am:
11675         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11676         (gst_progress_report_do_query), (gst_progress_report_report):
11677           Make progressreport element post messages with the current progress
11678           on the bus. Also add some basic docs for it.
11679
11680 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11681
11682         * ext/hal/hal.c: (gst_hal_get_string):
11683         * ext/hal/hal.h:
11684           Some small cleanups; deal with errors when parsing the HAL ALSA
11685           capabilities a bit better.
11686
11687 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11688
11689         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11690           Let's try this again and use the right cast this time.
11691
11692 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11693
11694         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11695           Add cast to avoid compiler warnings with older GLib versions
11696           where the nick/name members in GEnumValue are not declared as
11697           constant strings.
11698
11699 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11700
11701         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11702         (gst_gconf_render_bin_from_key),
11703         (gst_gconf_get_default_audio_sink):
11704         * ext/gconf/gconf.h:
11705         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11706         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11707         (gst_gconf_audio_sink_get_property):
11708           In gconfaudiosink, get the right key as the old key in do_toggle
11709           (ie. one dependent on the profile selected). Log some more stuff so
11710           we can see what's actually going on.
11711
11712 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11713
11714         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11715         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11716         (gst_audio_amplify_set_process_function),
11717         (gst_audio_amplify_setup):
11718         * gst/audiofx/audioamplify.h:
11719         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11720         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11721         * gst/audiofx/audioinvert.h:
11722         Some small cleanups and port both elements to the new GstAudioFilter
11723         base class to save a few lines of common code.
11724         * gst/audiofx/Makefile.am:
11725         Link against libgstaudio for the above changes
11726
11727 2007-01-29  Wim Taymans  <wim@fluendo.com>
11728
11729         * tests/check/elements/.cvsignore:
11730         Some more ignores.
11731
11732 2007-01-26  Wim Taymans  <wim@fluendo.com>
11733
11734         Patch by: charles <charlesg3 at gmail dot com>
11735
11736         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11737         (set_shout_metadata), (gst_shout2send_event):
11738         * ext/shout2/gstshout2.h:
11739         Properly handle tags in shout2send. Fixes #399825.
11740
11741 2007-01-25  Wim Taymans  <wim@fluendo.com>
11742
11743         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11744         (gst_rtspsrc_activate_streams):
11745         Convert SDP fields to upper/lowercase following the rules in the SDP to
11746         caps document. 
11747
11748 2007-01-25  Wim Taymans  <wim@fluendo.com>
11749
11750         * gst/rtp/README:
11751         * gst/rtp/gstrtpilbcdepay.c:
11752         * gst/rtp/gstrtpilbcpay.c:
11753         * gst/rtp/gstrtpmp4gdepay.c:
11754         * gst/rtp/gstrtpmp4gpay.c:
11755         * gst/rtp/gstrtpspeexdepay.c:
11756         * gst/rtp/gstrtpspeexpay.c:
11757         * gst/rtp/gstrtpsv3vdepay.c:
11758         * gst/rtp/gstrtptheoradepay.c:
11759         * gst/rtp/gstrtptheorapay.c:
11760         * gst/rtp/gstrtpvorbisdepay.c:
11761         * gst/rtp/gstrtpvorbispay.c:
11762         Fix case of encoding-name and key/value pairs to match the document.
11763         This is to make interoperation with SDP case-insensitive as required by
11764         the relevant RFCs.
11765
11766 2007-01-25  Wim Taymans  <wim@fluendo.com>
11767
11768         * configure.ac:
11769         Bump required -core/-base to CVS
11770
11771 2007-01-25  Wim Taymans  <wim@fluendo.com>
11772
11773         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11774         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11775         * gst/rtp/gstrtpL16pay.h:
11776         Fill up to MTU using adapter.
11777         Timestamp rtp packets.
11778
11779 2007-01-25  Edward Hervey  <edward@fluendo.com>
11780
11781         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11782         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11783         Use G_GSIZE_FORMAT in print statements for portability.
11784         Fixes build on macosx.
11785
11786 2007-01-24  Wim Taymans  <wim@fluendo.com>
11787
11788         * gst/rtp/Makefile.am:
11789         * gst/rtp/gstrtp.c: (plugin_init):
11790         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11791         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11792         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11793         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11794         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11795         (gst_rtp_L16_depay_plugin_init):
11796         * gst/rtp/gstrtpL16depay.h:
11797         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11798         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11799         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11800         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11801         (gst_rtp_L16_pay_plugin_init):
11802         * gst/rtp/gstrtpL16pay.h:
11803         Port and enable raw audio payloader/depayloader. Needs a bit more work
11804         on the payloader side.
11805
11806 2007-01-24  Wim Taymans  <wim@fluendo.com>
11807
11808         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11809         (gst_rtspsrc_stream_configure_transport),
11810         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11811         * gst/rtsp/gstrtspsrc.h:
11812         Only unblock the udp pads when we linked and activated them all.
11813         Fixes #395688.
11814
11815 2007-01-24  Wim Taymans  <wim@fluendo.com>
11816
11817         * gst/rtp/Makefile.am:
11818         * gst/rtp/gstrtp.c: (plugin_init):
11819         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11820         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11821         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11822         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11823         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11824         * gst/rtp/gstrtpac3depay.h:
11825         Added simple AC3 depayloader (RFC 4184).
11826
11827         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11828         Fix a leak.
11829
11830 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11831
11832         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11833
11834         * gst/audiofx/Makefile.am:
11835         * gst/audiofx/audioamplify.c:
11836         (gst_audio_amplify_clipping_method_get_type),
11837         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11838         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11839         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11840         (gst_audio_amplify_set_caps),
11841         (gst_audio_amplify_transform_int_clip),
11842         (gst_audio_amplify_transform_int_wrap_negative),
11843         (gst_audio_amplify_transform_int_wrap_positive),
11844         (gst_audio_amplify_transform_float_clip),
11845         (gst_audio_amplify_transform_float_wrap_negative),
11846         (gst_audio_amplify_transform_float_wrap_positive),
11847         (gst_audio_amplify_transform_ip):
11848         * gst/audiofx/audioamplify.h:
11849         * gst/audiofx/audiofx.c: (plugin_init):
11850         Add new element "audioamplify". This allows scaling of raw audio
11851         samples, similar to the "volume" element, but provides different modes
11852         for clipping and allows unlimited amplification. It's mainly targeted
11853         for creative sound design and not as a replacement of the "volume"
11854         element. Fixes #397162
11855         * docs/plugins/Makefile.am:
11856         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11857         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11858         * docs/plugins/gst-plugins-good-plugins.args:
11859         * docs/plugins/inspect/plugin-audiofx.xml:
11860         Add docs for audioamplify and integrate them into the build system
11861         * tests/check/Makefile.am:
11862         * tests/check/elements/audioamplify.c: (setup_amplify),
11863         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11864         Add fairly extensive unit test suite for audioamplify
11865
11866 2007-01-24  Wim Taymans  <wim@fluendo.com>
11867
11868         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11869         Unblock pads after adding the pads to the element so that autopluggers
11870         get a change to link something. Possibly fixes #395688.
11871
11872 2007-01-24  Wim Taymans  <wim@fluendo.com>
11873
11874         * gst/rtp/gstrtpamrdepay.c:
11875         * gst/rtp/gstrtpgsmdepay.c:
11876         * gst/rtp/gstrtph263pdepay.c:
11877         * gst/rtp/gstrtph263ppay.c:
11878         * gst/rtp/gstrtph264depay.c:
11879         * gst/rtp/gstrtpilbcdepay.c:
11880         * gst/rtp/gstrtpmp2tdepay.c:
11881         * gst/rtp/gstrtpmp4gdepay.c:
11882         * gst/rtp/gstrtpmp4gpay.c:
11883         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11884         * gst/rtp/gstrtpmp4vpay.c:
11885         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11886         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11887         (gst_rtp_mpa_depay_process):
11888         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11889         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11890         * gst/rtp/gstrtppcmadepay.c:
11891         * gst/rtp/gstrtppcmudepay.c:
11892         * gst/rtp/gstrtpspeexdepay.c:
11893         * gst/rtp/gstrtpspeexpay.c:
11894         * gst/rtp/gstrtpsv3vdepay.c:
11895         * gst/rtp/gstrtptheoradepay.c:
11896         * gst/rtp/gstrtptheorapay.c:
11897         * gst/rtp/gstrtpvorbisdepay.c:
11898         * gst/rtp/gstrtpvorbispay.c:
11899         Fix caps with payload numbers.
11900         Add some fixed payload numbers to caps when possible.
11901
11902 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11903
11904         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11905
11906         * gst/audiofx/Makefile.am:
11907         * gst/audiofx/audiofx.c: (plugin_init):
11908         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11909         (gst_audio_invert_class_init), (gst_audio_invert_init),
11910         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11911         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11912         (gst_audio_invert_transform_float),
11913         (gst_audio_invert_transform_ip):
11914         * gst/audiofx/audioinvert.h:
11915         Add new audiofx element "audioinvert". This element swaps the upper
11916         and lower half of samples and can be used for example for a
11917         wide-stereo effect. Fixes #396057
11918         * docs/plugins/Makefile.am:
11919         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11920         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11921         * docs/plugins/gst-plugins-good-plugins.args:
11922         * docs/plugins/inspect/plugin-audiofx.xml:
11923         Add docs for the audioinvert element and add them to the build system.
11924         * tests/check/Makefile.am:
11925         * tests/check/elements/audioinvert.c: (setup_invert),
11926         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11927         Add unit test suite for the audioinvert element.
11928
11929 2007-01-23  Wim Taymans  <wim@fluendo.com>
11930
11931         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11932         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11933         Parse config params as string and int.
11934         Parse and use AU header length
11935
11936 2007-01-23  Wim Taymans  <wim@fluendo.com>
11937
11938         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11939         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11940         * gst/smpte/gstmask.c: (_gst_mask_register):
11941         * gst/smpte/gstmask.h:
11942         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11943         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11944         (gst_smpte_paint_triangle_clock):
11945         constify some static structs.
11946         Don't update the mask if nothing changed to the params.
11947         Make sure we never draw outside of the picture. Fixes #398325.
11948
11949 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11950
11951         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11952           Error out properly when pull_range fails while we're reading the
11953           headers, instead of just pausing the task silently. Fixes #399338.
11954
11955 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11956
11957         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11958           Some more sanity checks to make sure the input formats match and the
11959           input pads are actually negotiated, in case someone tries to feed
11960           buffers from fakesrc or filesrc. Fixes #398299.
11961           Also const-ify an array, just because we can.
11962
11963 2007-01-19  Edward Hervey  <edward@fluendo.com>
11964
11965         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11966         Ignore previous commit, that was only valid for widths and heights
11967         that are multiples of 4.
11968         Copy over size/stride macros from jpegdec. This allows the element
11969         to work with any width,height...
11970         ... but puts in evidence that the actual transformations only work
11971         with width/height that are multiples of 4.
11972
11973 2007-01-19  Edward Hervey  <edward@fluendo.com>
11974
11975         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11976         Allocate buffers of the right size.
11977         The proper size of a I420 buffer in bytes is:
11978         
11979             width * height * 3
11980             ------------------
11981                     2
11982
11983 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11984
11985         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11986           Proxy getcaps on sink pads too, so that we either end up with the
11987           same dimensions on all pads or error out if that's not possible
11988           (seems to work even!). Fixes #398086, I think.
11989
11990 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11991
11992         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11993         * docs/plugins/gst-plugins-good-plugins.args:
11994         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11995           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11996           fix integer properties with -1 as minimum value.
11997
11998         * docs/plugins/inspect/plugin-1394.xml:
11999         * docs/plugins/inspect/plugin-aasink.xml:
12000         * docs/plugins/inspect/plugin-alaw.xml:
12001         * docs/plugins/inspect/plugin-alpha.xml:
12002         * docs/plugins/inspect/plugin-alphacolor.xml:
12003         * docs/plugins/inspect/plugin-annodex.xml:
12004         * docs/plugins/inspect/plugin-apetag.xml:
12005         * docs/plugins/inspect/plugin-audiofx.xml:
12006         * docs/plugins/inspect/plugin-auparse.xml:
12007         * docs/plugins/inspect/plugin-autodetect.xml:
12008         * docs/plugins/inspect/plugin-avi.xml:
12009         * docs/plugins/inspect/plugin-cacasink.xml:
12010         * docs/plugins/inspect/plugin-cairo.xml:
12011         * docs/plugins/inspect/plugin-cdio.xml:
12012         * docs/plugins/inspect/plugin-cutter.xml:
12013         * docs/plugins/inspect/plugin-debug.xml:
12014         * docs/plugins/inspect/plugin-dv.xml:
12015         * docs/plugins/inspect/plugin-efence.xml:
12016         * docs/plugins/inspect/plugin-effectv.xml:
12017         * docs/plugins/inspect/plugin-esdsink.xml:
12018         * docs/plugins/inspect/plugin-flac.xml:
12019         * docs/plugins/inspect/plugin-flxdec.xml:
12020         * docs/plugins/inspect/plugin-gconfelements.xml:
12021         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12022         * docs/plugins/inspect/plugin-goom.xml:
12023         * docs/plugins/inspect/plugin-halelements.xml:
12024         * docs/plugins/inspect/plugin-icydemux.xml:
12025         * docs/plugins/inspect/plugin-id3demux.xml:
12026         * docs/plugins/inspect/plugin-jpeg.xml:
12027         * docs/plugins/inspect/plugin-level.xml:
12028         * docs/plugins/inspect/plugin-matroska.xml:
12029         * docs/plugins/inspect/plugin-mulaw.xml:
12030         * docs/plugins/inspect/plugin-multipart.xml:
12031         * docs/plugins/inspect/plugin-navigationtest.xml:
12032         * docs/plugins/inspect/plugin-ossaudio.xml:
12033         * docs/plugins/inspect/plugin-png.xml:
12034         * docs/plugins/inspect/plugin-rtp.xml:
12035         * docs/plugins/inspect/plugin-rtsp.xml:
12036         * docs/plugins/inspect/plugin-shout2send.xml:
12037         * docs/plugins/inspect/plugin-smpte.xml:
12038         * docs/plugins/inspect/plugin-speex.xml:
12039         * docs/plugins/inspect/plugin-taglib.xml:
12040         * docs/plugins/inspect/plugin-udp.xml:
12041         * docs/plugins/inspect/plugin-videobalance.xml:
12042         * docs/plugins/inspect/plugin-videobox.xml:
12043         * docs/plugins/inspect/plugin-videoflip.xml:
12044         * docs/plugins/inspect/plugin-videomixer.xml:
12045         * docs/plugins/inspect/plugin-wavenc.xml:
12046         * docs/plugins/inspect/plugin-wavparse.xml:
12047         * docs/plugins/inspect/plugin-ximagesrc.xml:
12048           Update to CVS.
12049
12050 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12051
12052         Patch by: Sebastian Dröge <slomo circular-chaos org>
12053
12054         * gst/audiofx/audiopanorama.c:
12055           Fix doc section name (Fixes #397946)
12056
12057 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12058
12059         * sys/v4l2/gstv4l2object.c:
12060         (gst_v4l2_object_install_properties_helper),
12061         (gst_v4l2_object_set_property_helper),
12062         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12063         * sys/v4l2/gstv4l2object.h:
12064         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12065         (gst_v4l2src_init), (gst_v4l2src_set_property),
12066         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12067         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12068         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12069         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12070         (gst_v4l2src_capture_deinit):
12071           Fix EIO handing when capturing. Add new property to specify the number of
12072           buffers to enque (and remove the borked num-buffers usage).
12073
12074 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12075
12076         Patch by: Sebastian Dröge <slomo circular-chaos org>
12077
12078         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12079         (gst_audio_panorama_set_process_function):
12080           Use a function array for process methods, add more docs and define the
12081           startindex of enums.
12082
12083 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12084
12085         Patch by: Mark Nauwelaerts <manauw at skynet be>
12086
12087         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12088         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12089         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12090         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12091         (gst_avi_mux_riff_get_avi_header),
12092         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12093         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12094         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12095         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12096         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12097         (gst_avi_mux_change_state):
12098         * gst/avi/gstavimux.h:
12099         * tests/check/elements/avimux.c: (teardown_src_pad):
12100           Add support for more than one audio stream; write better AVIX
12101           header; refactor code a bit; don't announce vorbis caps on our audio
12102           sink pads since we don't support it anyway. Closes #379298.
12103
12104 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12105
12106         Patch by: Sebastian Dröge <slomo circular-chaos org>
12107
12108         * gst/audiofx/audiopanorama.c:
12109         (gst_audio_panorama_method_get_type),
12110         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12111         (gst_audio_panorama_set_process_function),
12112         (gst_audio_panorama_set_property),
12113         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12114         (gst_audio_panorama_transform_m2s_int_simple),
12115         (gst_audio_panorama_transform_s2s_int_simple),
12116         (gst_audio_panorama_transform_m2s_float_simple),
12117         (gst_audio_panorama_transform_s2s_float_simple):
12118         * gst/audiofx/audiopanorama.h:
12119           Add 'method' property and provide a simple (non-psychoacustic)
12120           processing method (#394859).
12121
12122         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12123         (panorama_suite):
12124           Tests for new method.
12125
12126 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12127
12128         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12129         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12130           Set correct caps on outgoing pulled buffers, or things blow up
12131           after recent core changes.
12132
12133 2007-01-11  Wim Taymans  <wim@fluendo.com>
12134
12135         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12136
12137         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12138         (gst_multipart_mux_request_new_pad),
12139         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12140         (gst_multipart_mux_change_state):
12141         Return FLOW errors ASAP. Fixes #394977.
12142         Misc cleanups.
12143
12144 2007-01-11  Wim Taymans  <wim@fluendo.com>
12145
12146         Patch by: Lutz Mueller <lutz at topfrose dot de>
12147
12148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12149         Check for stream pad before activating. 
12150
12151 2007-01-10  Wim Taymans  <wim@fluendo.com>
12152
12153         Patch by: Peter Kjellerstedt  <pkj at axis com>
12154
12155         * gst/rtsp/COPYING.MIT:
12156         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12157         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12158         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12159         (gst_rtspsrc_stream_configure_transport),
12160         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12161         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12162         (gst_rtspsrc_parse_methods),
12163         (gst_rtspsrc_create_transports_string),
12164         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12165         (gst_rtspsrc_open), (gst_rtspsrc_close):
12166         * gst/rtsp/gstrtspsrc.h:
12167         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12168         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12169         (parse_request_line), (parse_line), (rtsp_connection_read),
12170         (rtsp_connection_close):
12171         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12172         (rtsp_method_as_text), (rtsp_header_as_text),
12173         (rtsp_status_as_text), (rtsp_find_header_field),
12174         (rtsp_find_method):
12175         * gst/rtsp/rtspdefs.h:
12176         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12177         (rtsp_ext_wms_configure_stream):
12178         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12179         (rtsp_message_new_request), (rtsp_message_init_request),
12180         (rtsp_message_new_response), (rtsp_message_init_response),
12181         (rtsp_message_init_data), (rtsp_message_unset),
12182         (rtsp_message_free), (rtsp_message_add_header),
12183         (rtsp_message_get_header), (rtsp_message_set_body),
12184         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12185         * gst/rtsp/rtspmessage.h:
12186         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12187         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12188         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12189         (sdp_message_dump):
12190         Allow url to be NULL to be able to use it for server connections.
12191         Can now send responses as well as requests.
12192         No longer hangs in an endless loop if EOF is received.
12193         Can now convert a status code to a text string.
12194         Return RTSP_HDR_INVALID for unknown headers.
12195         Return RTSP_INVALID for unknown methods.
12196         Copy CSeq and Session headers from the request.
12197         Only free memory corresponding to the currently set message type.
12198         Added const to function arguments as appropriate.
12199         Avoid a compiler warning when initializing nmedia.
12200         Use guint rather than gint to avoid compiler warnings.
12201         Fix crasher in wms extension.
12202         Factor out stream setup from open_connection.
12203         Delay activation of streams when actual data is received from the
12204         server, this prepares us to do proper protocol switching.
12205         Added new license.
12206         Fixes #380895.
12207
12208
12209 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12210
12211         Patch by: Sebastian Dröge <slomo ubuntu com>
12212
12213         * docs/plugins/Makefile.am:
12214         * gst/audiofx/audiopanorama.c:
12215           Some small docs fixes (#394851).
12216
12217 2007-01-09  Wim Taymans  <wim@fluendo.com>
12218
12219         * gst/avi/gstavidemux.c:
12220         Fix docs.
12221
12222 2007-01-09  Wim Taymans  <wim@fluendo.com>
12223
12224         * gst/rtp/Makefile.am:
12225         * gst/rtp/gstrtp.c: (plugin_init):
12226         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12227         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12228         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12229         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12230         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12231         * gst/rtp/gstrtpmpvdepay.h:
12232           Added RFC 2250 MPEG Video Depayloader.
12233
12234         * gst/rtp/gstrtpL16depay.h:
12235         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12236         (gst_rtp_h263p_depay_process):
12237         Fix Header file. Small cleanups.
12238
12239         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12240         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12241         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12242         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12243         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12244         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12245         (gst_rtp_mp4v_depay_change_state):
12246         Remove usused code. Remove Adapter from state Change. Added debug.
12247
12248         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12249         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12250         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12251         * gst/rtp/gstrtpmpadepay.h:
12252         Subclass base depayloader.
12253         Added debug.
12254         Support static payload type assignment as well.
12255
12256         * gst/rtp/gstrtpmpapay.c:
12257         Fix caps.
12258
12259 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12260
12261         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12262
12263         * ext/jpeg/gstjpegdec.c:
12264         * ext/jpeg/gstjpegenc.c:
12265         * ext/jpeg/smokecodec.c:
12266           These libjpeg callbacks should return a 'boolean' (unsigned char
12267           apparently) and not a 'gboolean' (which maps to gint). Fixes
12268           warnings when compiling with MingW (#393427).
12269
12270         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12271           Use ioctlsocket on win32.
12272
12273         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12274           Some printf format fixes for win32.
12275
12276 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12277
12278         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12279           Use gst_guint64_to_gdouble for conversion.
12280         * win32/vs6/libgstmatroska.dsp:
12281           Add zlib to the link.
12282         * win32/vs6/libgstvideobox.dsp:
12283           Update liboil library name (project is linked to 
12284           liboil-0.3-0.lib now).
12285           
12286 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12287
12288         * gst/matroska/Makefile.am:
12289           If zlib is available and used, we must link it explicitly for
12290           things to work on MingW (fixes #392855).
12291
12292 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12293
12294         * ext/esd/esdsink.c: (gst_esdsink_delay):
12295           Don't return bogus values when esd_get_delay() fails for some
12296           reason (#392189).
12297
12298 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12299
12300         * sys/ximage/gstximagesrc.c: (composite_pixel):
12301           Fix presumably copy'n'pasto for 16bpp depth.
12302
12303 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12304
12305         * gst/matroska/matroska-mux.c:
12306         (gst_matroska_mux_audio_pad_setcaps):
12307           The "signed" field in audio caps is of boolean type, trying to use
12308           gst_structure_get_int() to extract it will fail. Fixing this makes
12309           matroskamux accept raw audio input (#387121) (use at your own risk
12310           though, due to the matroska spec being not entirely useful in this
12311           respect).
12312           Also fix up raw audio structures in template caps so that they
12313           represent what our setcaps function will actually accept, so that
12314           converters know what to convert to.
12315           Finally, don't fail if there isn't an "endianness" field in 8-bit
12316           PCM caps.
12317
12318 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12319
12320         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12321         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12322         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12323         (teardown_cmmldec):
12324         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12325         (teardown_cmmlenc):
12326         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12327           reapply consistent pad (de)activation
12328
12329 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12330
12331         * configure.ac:
12332         Back to CVS
12333
12334         * gst-plugins-good.doap:
12335         Add 0.10.5 doap entry
12336
12337 === release 0.10.5 ===
12338
12339 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12340
12341         * configure.ac:
12342           releasing 0.10.5, "The Path of Thorns"
12343
12344 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12345
12346         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12347         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12348         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12349         (teardown_cmmldec):
12350         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12351         (teardown_cmmlenc):
12352         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12353           revert my freeze breakage
12354
12355 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12356
12357         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12358         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12359         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12360         (teardown_cmmldec):
12361         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12362         (teardown_cmmlenc):
12363         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12364           consistent pad (de)activation
12365
12366 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12367
12368         * configure.ac:
12369         * ext/Makefile.am:
12370         Disable LADPSA, as it has moved to the -bad module for the duration.
12371
12372 2006-12-18  Wim Taymans  <wim@fluendo.com>
12373
12374         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12375         (gst_signal_processor_event):
12376         Reset flow_state back to _OK after a flush stop so that we exit our
12377         error state after the flush. Fixes #374213
12378
12379 2006-12-16  David Schleef  <ds@schleef.org>
12380
12381         * sys/osxvideo/osxvideosink.h:
12382         * sys/osxvideo/osxvideosink.m:
12383           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12384
12385 2006-12-16  David Schleef  <ds@schleef.org>
12386
12387         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12388
12389         * sys/osxvideo/Makefile.am:
12390         * sys/osxvideo/osxvideosink.h:
12391         * sys/osxvideo/osxvideosink.m:
12392           Preliminary patch for porting osxvideosink
12393
12394 2006-12-16  Wim Taymans  <wim@fluendo.com>
12395
12396         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12397
12398         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12399         (gst_videomixer_set_master_geometry),
12400         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12401         (gst_videomixer_reset), (gst_videomixer_init),
12402         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12403         (gst_videomixer_release_pad), (gst_videomixer_collected),
12404         (gst_videomixer_change_state):
12405         Introduce some locking around the videomixer state so that it does not
12406         crash when adding/removing pads. Fixes #383043.
12407
12408 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12409
12410         * configure.ac:
12411           Make sure libcaca can actually be used instead of just checking for
12412           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12413           cross-compiling (fixes #384587).
12414
12415 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12416
12417         * Makefile.am:
12418         * gst-plugins-good.doap:
12419         * gst-plugins-good.spec.in:
12420           adding doap file
12421
12422 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12423
12424         * configure.ac:
12425           libflac-1.1.3 changed API again, but we can't build against it yet,
12426           so make sure our check doesn't use libflac-1.1.3 and add a comment
12427           to this effect.
12428
12429 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12430
12431         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12432         (gst_quarktv_planetable_clear):
12433           Add some NULL pointer checks (possibly related to #385623).
12434
12435 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12436
12437         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12438         (gst_tag_demux_chain):
12439         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12440           In streaming mode, if the first buffer we get doesn't have an
12441           offset, fix it up to be 0, otherwise trimming won't work later on
12442           and we'll be typefinding application/x-id3, which may result in
12443           decodebin plugging an endless number of id3demux elements as a
12444           consequence. Fixes #385031.
12445           
12446 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12447
12448         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12449           Ignore the buffer_time the sound device reports. Turns out it is 
12450           sometimes completely bogus and we're better off without it.
12451
12452 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12453
12454         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12455         (gst_matroska_demux_video_caps):
12456         * gst/matroska/matroska-ids.c:
12457         (gst_matroska_track_init_video_context):
12458         * gst/matroska/matroska-ids.h:
12459           Try harder to extract the framerate for video tracks correctly and
12460           save it directly instead of converting it back and forth a few
12461           times. Mostly makes a difference for very small framerates (<1).
12462           Fixes #380199.
12463
12464 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12465
12466         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12467         (gst_gconf_audio_src_dispose), (do_toggle_element):
12468         * ext/gconf/gstgconfaudiosrc.h:
12469           Remove gconf notify hook when the gconfaudiosrc element is
12470           destroyed, otherwise the callback may be called on an
12471           already-destroyed instance and bad things happen. Should fix
12472           #378184.
12473           Also ignore gconf key changes when the source is already running.
12474
12475 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12476
12477         Patch by: Sebastian Dröge  <mail at slomosnail de>
12478
12479         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12480           We need to be able to read and parse any possible floating point string
12481           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12482           will parse the former only in certain locales though, so we really need
12483           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12484           make sure we can parse either version at all times.
12485           Fixes #382982 for real.
12486
12487 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12488
12489         * sys/sunaudio/gstsunaudiomixerctrl.c:
12490         * sys/sunaudio/gstsunaudiosrc.c:
12491
12492         Use the sunaudio debug category.
12493
12494         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12495         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12496         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12497         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12498         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12499         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12500         (gst_sunaudiosink_reset):
12501         * sys/sunaudio/gstsunaudiosink.h:
12502
12503         Uses the sunaudio debug category for all debug output
12504         Implements the _delay() callback to synchronise video playback better
12505         Change the segtotal and segsize values back to the parent class 
12506           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12507           respectively)
12508         Measure the samples written to the device vs. played.
12509         Keep track of segments in the device by writing empty eof frames, and
12510         sleep using a GCond when we get too far ahead and risk overrunning the
12511         sink's ringbuffer.
12512
12513         Fixes: #360673
12514
12515 2006-12-08  Wim Taymans  <wim@fluendo.com>
12516
12517         Patch by: Sebastian Dröge  <mail at slomosnail de >
12518
12519         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12520         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12521         * gst/audiofx/audiopanorama.h:
12522         Fix audiopanorame with float samples. Fixes #383726.
12523
12524 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12525
12526         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12527         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12528         (gst_sunaudiosrc_reset):
12529
12530         Implement reset functions to unblock the src/sink more quickly on 
12531         state change requests.
12532         Patch by: Brian Cameron <brian dot cameron at sun com>
12533
12534 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12535
12536         * sys/sunaudio/gstsunaudiomixer.c:
12537         (gst_sunaudiomixer_change_state):
12538         Construct the correct mixer device name when the AUDIODEV env var
12539         is set.
12540
12541         Patch by: Jerry Tan <jerry.tan at sun dot com>
12542         Fixes: #383596
12543
12544 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12545
12546         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12547         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12548         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12549         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12550         Patch by: Jerry Tan <jerry.tan at sun dot com>
12551         Fixes: #349015
12552
12553 2006-12-07  Wim Taymans  <wim@fluendo.com>
12554
12555         * gst/smpte/gstmask.h:
12556         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12557         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12558         (gst_smpte_collected), (gst_smpte_set_property),
12559         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12560         * gst/smpte/gstsmpte.h:
12561         Port to 0.10 some more. 
12562         Added duration property to specify the duration of the transition.
12563         Make framerate a fraction.
12564         Deprecate fps property, we only use negotiated fps.
12565         Added docs.
12566         Fix collectpad usage.
12567         Reset state in READY.
12568         Send NEWSEGMENT event.
12569         Fix racy updates of object properties.
12570         Added debug category.
12571         Fixes #383323.
12572
12573 2006-12-06  Wim Taymans  <wim@fluendo.com>
12574
12575         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12576
12577         * gst/videomixer/videomixer.c:
12578         (gst_videomixer_set_master_geometry),
12579         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12580         Don't reset xpos and ypos in the setcaps function because causes
12581         unexpected behaviour.
12582         Fixes #382179.
12583
12584 2006-12-06  Wim Taymans  <wim@fluendo.com>
12585
12586         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12587         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12588         Keep track of the buffer timestamp in the collectdata member instead
12589         of modifying the buffer without making the metadata writable first.
12590         Fixes #382277.
12591
12592 2006-12-06  Wim Taymans  <wim@fluendo.com>
12593
12594         Patch by: Rob Taylor <robtaylor at floopily dot org>
12595
12596         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12597         If using multicast in udpsrc, bind to the multicast address rather than
12598         IN_ADDR_ANY.
12599         This allows the simultanous use of multiple udpsrcs listening on
12600         different multicat addresses. Without this all udpsrcs will receive all
12601         packets from all subscribed multicast addresses.
12602         Fixes #383001.
12603
12604 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12605
12606         * ext/taglib/gstid3v2mux.cc:
12607         Don't attempt to write a NULL frame into the ID3 tag set when the 
12608         createFrame method returned NULL.
12609         Fixes: #381857
12610         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12611
12612 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12613
12614         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12615         Use g_strtod() instead of sscanf to parse doubles, so that it will
12616         try parsing in the C locale if the current locale fails.
12617         Fixes: #382982
12618         Patch by: Sebastian Dröge  <mail at slomosnail de >
12619
12620 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12621
12622         * win32/MANIFEST:
12623         Fix compilation on win32 under VS8
12624         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12625         Partially fixes #381175
12626
12627 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12628
12629         * gst/avi/gstavimux.c:
12630           accept all mpegversions,fixes #380825
12631           spotted by: Jerome Alet  
12632
12633 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12634
12635         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12636         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12637         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12638         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12639           cleanup the error message a bit more
12640
12641 2006-11-28  Wim Taymans  <wim@fluendo.com>
12642
12643         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12644         Fix width and height properties.
12645
12646         * ext/libcaca/gstcacasink.h:
12647         Fix compilation on newer libcaca that require us to include a new
12648         header. Fixes #379918.
12649
12650 2006-11-28  Wim Taymans  <wim@fluendo.com>
12651
12652         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12653         * gst/rtsp/gstrtspsrc.h:
12654         * gst/rtsp/rtspext.h:
12655         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12656         (rtsp_ext_wms_get_context):
12657         Add method so that extensions can choose to disable the setup of
12658         a stream.
12659         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12660
12661 2006-11-27  Wim Taymans  <wim@fluendo.com>
12662
12663         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12664
12665         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12666         Push header in a separate buffer instead of memcpy:ing all data.
12667         Change LF => CRLF in headers.
12668         Move trailing LF to header. Fixes #379792.
12669
12670 2006-11-27  Wim Taymans  <wim@fluendo.com>
12671
12672         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12673         Small buffer overflow fix and improve debugging.
12674
12675 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12676
12677         * ext/esd/esdmon.h:
12678         * ext/esd/esdsink.h:
12679           remove obsolete _factory_init protos
12680
12681 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12682
12683         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12684         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12685         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12686         (gst_avi_demux_read_subindexes_push),
12687         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12688         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12689         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12690         (gst_avi_demux_massage_index),
12691         (gst_avi_demux_calculate_durations_from_index),
12692         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12693         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12694         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12695           remove dead code, tweak debugs statements, add comments, use
12696           _uint64_scale instead _uint64_scale_int when using guint64 values,
12697           small optimizations, reflow some error handling
12698
12699 2006-11-22  Edward Hervey  <edward@fluendo.com>
12700
12701         * po/.cvsignore:
12702         We never put .pot files in cvs. Let's ignore them all.
12703
12704 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12705
12706         * po/POTFILES.in:
12707           ... but better exclude files that aren't disted.
12708
12709 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12710
12711         * po/POTFILES.in:
12712           Add v4l2 source files to list of files with translations, so the
12713           strings are actually extracted (however bad they still may be).
12714
12715 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12716
12717         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12718           Minor clean-ups: const-ify static array, remove trailing comma from
12719           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12720
12721 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12722
12723         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12724         Make sure that g_free always gets called on the same pointer that was 
12725         returned by g_malloc.  Fixes #376594.
12726         Do not leak memory if decompressed size is wrong.
12727         Remove unneeded check of return value of g_malloc.
12728         Patch by: René Stadler <mail@renestadler.de>
12729
12730 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12731
12732         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12733           Add missing curly brackets.
12734
12735 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12736
12737         * sys/v4l2/v4l2src_calls.c:
12738         Fix capture_deinit.
12739
12740 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12741
12742         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12743         (gst_matroska_mux_request_new_pad):
12744           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12745
12746         * tests/check/elements/matroskamux.c: (setup_src_pad),
12747         (setup_sink_pad), (GST_START_TEST):
12748         Activate pads before using them.
12749
12750 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12751
12752         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12753           Initialise variable to get rid of bogus compiler warning.
12754
12755 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12756
12757         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12758
12759         * gst/rtp/gstrtph263pay.c:
12760         * gst/rtp/gstrtph263pdepay.c:
12761         * gst/rtp/gstrtph263ppay.c:
12762           Specify H.263 variant and version in the caps (fixes #361637)
12763
12764 2006-11-15  Wim Taymans  <wim@fluendo.com>
12765
12766         * gst/rtsp/rtspconnection.c: (read_body):
12767         Don't set a data pointer to NULL and a size > 0 when we deal
12768         with empty packets.
12769
12770         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12771         (rtsp_message_init_response), (rtsp_message_init_data),
12772         (rtsp_message_unset), (rtsp_message_free),
12773         (rtsp_message_take_body):
12774         Check that we can't create invalid empty packets. 
12775
12776 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12777
12778         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12779
12780         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12781         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12782         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12783         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12784         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12785         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12786         * gst/matroska/matroska-mux.h:
12787           Add basic tag writing support; implement releasing pads (#374658).
12788
12789 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12790
12791         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12792         (gst_matroska_demux_audio_caps):
12793           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12794
12795 2006-11-14  David Schleef  <ds@schleef.org>
12796
12797         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12798
12799 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12800
12801         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12802
12803         * win32/vs8/gst-plugins-good.sln:
12804         * win32/vs8/libgst1394.vcproj:
12805         * win32/vs8/libgstaasink.vcproj:
12806         * win32/vs8/libgstalaw.vcproj:
12807         * win32/vs8/libgstalpha.vcproj:
12808         * win32/vs8/libgstalphacolor.vcproj:
12809         * win32/vs8/libgstannodex.vcproj:
12810         * win32/vs8/libgstapetag.vcproj:
12811         * win32/vs8/libgstaudiofx.vcproj:
12812         * win32/vs8/libgstauparse.vcproj:
12813         * win32/vs8/libgstautodetect.vcproj:
12814         * win32/vs8/libgstavi.vcproj:
12815         * win32/vs8/libgstcacasink.vcproj:
12816         * win32/vs8/libgstcdio.vcproj:
12817         * win32/vs8/libgstcutter.vcproj:
12818         * win32/vs8/libgstdv.vcproj:
12819         * win32/vs8/libgsteffectv.vcproj:
12820         * win32/vs8/libgstflac.vcproj:
12821         * win32/vs8/libgstflxdec.vcproj:
12822         * win32/vs8/libgstgoom.vcproj:
12823         * win32/vs8/libgsticydemux.vcproj:
12824         * win32/vs8/libgstid3demux.vcproj:
12825         * win32/vs8/libgstjpeg.vcproj:
12826         * win32/vs8/libgstladspa.vcproj:
12827         * win32/vs8/libgstlevel.vcproj:
12828         * win32/vs8/libgstmatroska.vcproj:
12829         * win32/vs8/libgstmikmod.vcproj:
12830         * win32/vs8/libgstmng.vcproj:
12831         * win32/vs8/libgstmonoscope.vcproj:
12832         * win32/vs8/libgstmulaw.vcproj:
12833         * win32/vs8/libgstmultipart.vcproj:
12834         * win32/vs8/libgstpng.vcproj:
12835         * win32/vs8/libgstrtp.vcproj:
12836         * win32/vs8/libgstrtsp.vcproj:
12837         * win32/vs8/libgstshout2.vcproj:
12838         * win32/vs8/libgstsmpte.vcproj:
12839         * win32/vs8/libgstspeex.vcproj:
12840         * win32/vs8/libgsttaglib.vcproj:
12841         * win32/vs8/libgstudp.vcproj:
12842         * win32/vs8/libgstvideobalance.vcproj:
12843         * win32/vs8/libgstvideobox.vcproj:
12844         * win32/vs8/libgstvideoflip.vcproj:
12845         * win32/vs8/libgstvideomixer.vcproj:
12846         * win32/vs8/libgstwavenc.vcproj:
12847         * win32/vs8/libgstwavparse.vcproj:
12848           Make end-of-line returns unixy, so that when the files are checked
12849           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12850           Hopefully fixes #366492.
12851
12852 2006-11-14  Wim Taymans  <wim@fluendo.com>
12853
12854         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12855         Disable init_frames delay timestamp adjustment, it does not
12856         seem to be needed at all. Fixes #369621.
12857
12858 2006-11-13  Wim Taymans  <wim@fluendo.com>
12859
12860         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12861
12862         * gst/videomixer/videomixer.c:
12863         (gst_videomixer_set_master_geometry),
12864         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12865         (gst_videomixer_collect_free), (gst_videomixer_reset),
12866         (gst_videomixer_init), (gst_videomixer_finalize),
12867         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12868         (gst_videomixer_collected), (gst_videomixer_change_state):
12869         Fix memleak by unref'ing collectpads instance (when finalizing)
12870         Implement releasing a request pad. Fixes #374479.
12871
12872 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12873
12874         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12875
12876         * win32/vs8/gst-plugins-good.sln:
12877         * win32/vs8/libgst1394.vcproj:
12878         * win32/vs8/libgstaasink.vcproj:
12879         * win32/vs8/libgstalaw.vcproj:
12880         * win32/vs8/libgstalpha.vcproj:
12881         * win32/vs8/libgstalphacolor.vcproj:
12882         * win32/vs8/libgstannodex.vcproj:
12883         * win32/vs8/libgstapetag.vcproj:
12884         * win32/vs8/libgstaudiofx.vcproj:
12885         * win32/vs8/libgstauparse.vcproj:
12886         * win32/vs8/libgstautodetect.vcproj:
12887         * win32/vs8/libgstavi.vcproj:
12888         * win32/vs8/libgstcacasink.vcproj:
12889         * win32/vs8/libgstcdio.vcproj:
12890         * win32/vs8/libgstcutter.vcproj:
12891         * win32/vs8/libgstdv.vcproj:
12892         * win32/vs8/libgsteffectv.vcproj:
12893         * win32/vs8/libgstflac.vcproj:
12894         * win32/vs8/libgstflxdec.vcproj:
12895         * win32/vs8/libgstgoom.vcproj:
12896         * win32/vs8/libgsticydemux.vcproj:
12897         * win32/vs8/libgstid3demux.vcproj:
12898         * win32/vs8/libgstjpeg.vcproj:
12899         * win32/vs8/libgstladspa.vcproj:
12900         * win32/vs8/libgstlevel.vcproj:
12901         * win32/vs8/libgstmatroska.vcproj:
12902         * win32/vs8/libgstmikmod.vcproj:
12903         * win32/vs8/libgstmng.vcproj:
12904         * win32/vs8/libgstmonoscope.vcproj:
12905         * win32/vs8/libgstmulaw.vcproj:
12906         * win32/vs8/libgstmultipart.vcproj:
12907         * win32/vs8/libgstpng.vcproj:
12908         * win32/vs8/libgstrtp.vcproj:
12909         * win32/vs8/libgstrtsp.vcproj:
12910         * win32/vs8/libgstshout2.vcproj:
12911         * win32/vs8/libgstsmpte.vcproj:
12912         * win32/vs8/libgstspeex.vcproj:
12913         * win32/vs8/libgsttaglib.vcproj:
12914         * win32/vs8/libgstudp.vcproj:
12915         * win32/vs8/libgstvideobalance.vcproj:
12916         * win32/vs8/libgstvideobox.vcproj:
12917         * win32/vs8/libgstvideoflip.vcproj:
12918         * win32/vs8/libgstvideomixer.vcproj:
12919         * win32/vs8/libgstwavenc.vcproj:
12920         * win32/vs8/libgstwavparse.vcproj:
12921           Add VS8 project files (note that many of the plugins in ext are
12922           disabled by default). Fixes #366492.
12923
12924 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12925
12926         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12927           we do not translate debug messages
12928
12929 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12930
12931         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12932           fix categorisation, make short desc more explicit, remove unused code
12933           Fixes #372021
12934
12935 2006-11-08  Wim Taymans  <wim@fluendo.com>
12936
12937         * gst/rtp/gstrtpL16depay.c:
12938         * gst/rtp/gstrtpamrdepay.c:
12939         * gst/rtp/gstrtpamrpay.c:
12940         * gst/rtp/gstrtpgsmdepay.c:
12941         * gst/rtp/gstrtph263pay.c:
12942         * gst/rtp/gstrtph263pdepay.c:
12943         * gst/rtp/gstrtph263ppay.c:
12944         * gst/rtp/gstrtph264depay.c:
12945         * gst/rtp/gstrtpmp2tdepay.c:
12946         * gst/rtp/gstrtpmp4gdepay.c:
12947         * gst/rtp/gstrtpmp4gpay.c:
12948         * gst/rtp/gstrtpmp4vdepay.c:
12949         * gst/rtp/gstrtpmp4vpay.c:
12950         * gst/rtp/gstrtpmpadepay.c:
12951         * gst/rtp/gstrtpmpapay.c:
12952         * gst/rtp/gstrtppcmadepay.c:
12953         * gst/rtp/gstrtppcmapay.c:
12954         * gst/rtp/gstrtppcmudepay.c:
12955         * gst/rtp/gstrtppcmupay.c:
12956         * gst/rtp/gstrtpspeexdepay.c:
12957         * gst/rtp/gstrtpspeexpay.c:
12958         * gst/rtp/gstrtpsv3vdepay.c:
12959         Fix element descriptions.
12960
12961 2006-11-08  Wim Taymans  <wim@fluendo.com>
12962
12963         * gst/rtp/gstrtpvorbisdepay.c:
12964         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12965         Fix description.
12966         Small cleanup in the payloader.
12967
12968 2006-11-08  Wim Taymans  <wim@fluendo.com>
12969
12970         * gst/rtp/Makefile.am:
12971         * gst/rtp/gstrtp.c: (plugin_init):
12972         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12973         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12974         (gst_rtp_theora_depay_finalize),
12975         (gst_rtp_theora_depay_parse_configuration),
12976         (gst_rtp_theora_depay_setcaps),
12977         (gst_rtp_theora_depay_switch_codebook),
12978         (gst_rtp_theora_depay_process),
12979         (gst_rtp_theora_depay_set_property),
12980         (gst_rtp_theora_depay_get_property),
12981         (gst_rtp_theora_depay_change_state),
12982         (gst_rtp_theora_depay_plugin_init):
12983         * gst/rtp/gstrtptheoradepay.h:
12984         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12985         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12986         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12987         (gst_rtp_theora_pay_init_packet),
12988         (gst_rtp_theora_pay_flush_packet),
12989         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12990         (gst_rtp_theora_pay_handle_buffer),
12991         (gst_rtp_theora_pay_plugin_init):
12992         * gst/rtp/gstrtptheorapay.h:
12993         Add theora pay/depayloaders.
12994
12995 2006-11-06  Wim Taymans  <wim@fluendo.com>
12996
12997         * gst/rtp/Makefile.am:
12998         We depend on gsttag to generate the vorbis comments.
12999
13000         * gst/rtp/gstrtpvorbisdepay.c:
13001         (gst_rtp_vorbis_depay_parse_configuration),
13002         (gst_rtp_vorbis_depay_setcaps),
13003         (gst_rtp_vorbis_depay_switch_codebook),
13004         (gst_rtp_vorbis_depay_process):
13005         * gst/rtp/gstrtpvorbisdepay.h:
13006         Parse configuration string in the depayloader.
13007         Implement selecting and switching to a new codebook.
13008         Receiving vorbis over RTP now works.
13009
13010         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13011         (gst_rtp_vorbis_pay_init_packet),
13012         (gst_rtp_vorbis_pay_finish_headers),
13013         (gst_rtp_vorbis_pay_handle_buffer):
13014         * gst/rtp/gstrtpvorbispay.h:
13015         Set timestamps on outgoing buffers and RTP packets.
13016         Fix configuration string, prepend number of Packet headers.
13017         Fix encoding of ident string.
13018         Add delivery-method to caps.
13019         Streaming vorbis over RTP now works.
13020
13021 2006-11-06  Wim Taymans  <wim@fluendo.com>
13022
13023         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13024         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13025         (gst_rtp_vorbis_pay_handle_buffer):
13026         * gst/rtp/gstrtpvorbispay.h:
13027         Generate a valid configuration string in the caps based on the
13028         vorbis headers.
13029
13030 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13031
13032         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13033         * ext/cdio/gstcdio.h:
13034         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13035           Move CD-TEXT utility function into common file so it can also be
13036           used by a future cdioparanoiasrc.
13037
13038 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13039         
13040         * sys/v4l2/Makefile.am:
13041         * sys/v4l2/gstv4l2object.c:
13042         * sys/v4l2/gstv4l2src.c:
13043         * sys/v4l2/gstv4l2xoverlay.c:
13044         * sys/v4l2/v4l2_calls.c:
13045         * sys/v4l2/v4l2src_calls.c:
13046         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13047         xoverlay code that is still not implemented.
13048
13049 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13050
13051         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13052           We require a -base more recent than 0.10.9, so it's safe to use
13053           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13054
13055         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13056         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13057           Use _newsegment_full() now that we depend on a recent enough core.
13058
13059         * gst/wavparse/gstwavparse.c:
13060           Remove cruft that we don't need any longer now that we depend on
13061           a recent enough -base.
13062
13063 2006-10-31  Wim Taymans  <wim@fluendo.com>
13064
13065         * gst/rtp/Makefile.am:
13066         * gst/rtp/gstrtp.c: (plugin_init):
13067         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13068         (gst_rtpilbcpay_setcaps):
13069         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13070
13071 2006-10-31  Wim Taymans  <wim@fluendo.com>
13072
13073         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13074         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13075         Some small cleanups, use _scale.
13076
13077 2006-10-31  Wim Taymans  <wim@fluendo.com>
13078
13079         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13080         Use higher precision scale function.
13081
13082 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13083
13084         Patch by: Michal Benes  <michal dot benes at itonis tv>
13085
13086         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13087         (gst_matroska_demux_read_track_encodings),
13088         (gst_matroska_decode_buffer):
13089           Fix several issues with encoded/compressed/encrypted/signed tracks;
13090           also, remove superfluous newline characters from some debug
13091           statements. (#366155)
13092
13093 2006-10-30  Wim Taymans  <wim@fluendo.com>
13094
13095         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13096         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13097         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13098         (gst_smokedec_change_state):
13099         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13100         (gst_smokeenc_init), (gst_smokeenc_finalize),
13101         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13102         (gst_smokeenc_resync), (gst_smokeenc_chain),
13103         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13104         (gst_smokeenc_change_state):
13105         Various cleanups, capsnego and leak fixes.
13106
13107 2006-10-30  Wim Taymans  <wim@fluendo.com>
13108
13109         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13110
13111         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13112         Fix videomixer so that it can handle any combination of framerates.
13113         Fixes #367221.
13114
13115 2006-10-28  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13118         (gst_avi_demux_parse_file_header),
13119         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13120         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13121         (gst_avi_demux_chain):
13122         Fix position query for audio. also fixes timestamps in streaming
13123         mode and bug #364958.
13124         Small cleanups.
13125
13126 2006-10-27  Wim Taymans  <wim@fluendo.com>
13127
13128         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13129         * ext/libpng/gstpngenc.h:
13130         Fix strides. Fixes #364856.
13131         Cleanup capsnego.
13132         Set caps on outgoing buffers.
13133
13134 2006-10-18  Wim Taymans  <wim@fluendo.com>
13135
13136         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13137
13138         * gst/rtp/gstrtpgsmpay.c:
13139         * gst/rtp/gstrtph263pay.c:
13140         * gst/rtp/gstrtpmpapay.c:
13141         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13142         (gst_rtp_pcma_pay_handle_buffer):
13143         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13144         Add static payload numbers in addition to the dynamic ones.
13145         Fixes #361639.
13146
13147 2006-10-18  Wim Taymans  <wim@fluendo.com>
13148
13149         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13150         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13151         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13152         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13153         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13154         * gst/rtsp/rtspdefs.h:
13155         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13156         * gst/rtsp/rtspurl.h:
13157         Reuse already existing enum for lower transport.
13158         Add rtspt and rtspu protocols.
13159         Send redirect to rtspt when udp times out.
13160
13161 2006-10-18  Wim Taymans  <wim@fluendo.com>
13162
13163         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13164         (gst_wavparse_stream_data):
13165         Fix seeking some more, mostly for speed changes.
13166
13167 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13168
13169         Patch by: Fredrik Persson  <frepe at bredband net>
13170
13171         * sys/v4l2/gstv4l2tuner.c:
13172         * sys/v4l2/gstv4l2tuner.h:
13173           Fix _set_channel(): remove useless g_object_notify() for "channel"
13174           property that doesn't exist any longer and therefore now also
13175           useless redirect (#338818).
13176
13177 2006-10-17  Wim Taymans  <wim@fluendo.com>
13178
13179         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13180         Some drivers do not support unsetting the non-blocking flag once the
13181         device is opened. In those cases, close/open the device in
13182         non-blocking mode. Fixes #362673.
13183
13184 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13185
13186         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13187         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13188         (gst_v4l2src_get_fps):
13189           dear stefan, framespersecond is not frameperiod, reverting but adding
13190           comment
13191
13192 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13193
13194         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13195         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13196         (gst_v4l2src_get_fps):
13197           Numerator is numerator and denominator is denominator. Say that aloud
13198           5 times and retry after next beer.
13199
13200 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13201
13202         Patch by: Josep Torra Valles  <josep at fluendo com>
13203
13204         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13205         * ext/esd/esdsink.c: (gst_esdsink_write):
13206         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13207         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13208         (gst_flac_dec_send_newsegment):
13209         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13210         (gst_flac_enc_tell_callback):
13211         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13212         (smokecodec_parse_header), (smokecodec_decode):
13213         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13214         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13215         * gst/goom/Makefile.am:
13216         * gst/goom/gstgoom.c:
13217         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13218         * gst/rtsp/gstrtspsrc.c:
13219         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13220         * gst/udp/gstudpsink.c:
13221         * gst/udp/gstudpsrc.c:
13222         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13223         * sys/sunaudio/gstsunaudiomixertrack.h:
13224           Fix a bunch of problems discovered by the Forte compiler, mostly type
13225           mixups and pointer arithmetics with void pointers. Fixes #362603.
13226
13227 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * ext/speex/gstspeex.c: (plugin_init):
13230         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13231         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13232         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13233         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13234         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13235         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13236         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13237         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13238         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13239         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13240         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13241         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13242         * ext/speex/gstspeexenc.h:
13243           Miscellaneous clean-ups, among other things: speexenc => enc to
13244           enhance code readability; change speexenc => speex_enc; in chain
13245           function unref input buffer in case of error; take reference in
13246           event function; use boilerplate macro; use gst_pad_query_peer_*
13247           convenience functions.
13248
13249 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13250
13251         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13252         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13253         (gst_speexenc_set_header_on_caps):
13254           Fix some mem leaks.
13255
13256 2006-10-11  Wim Taymans  <wim@fluendo.com>
13257
13258         * gst/rtsp/URLS:
13259         Added some other URL.
13260
13261         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13262         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13263         (gst_rtspsrc_open), (gst_rtspsrc_play),
13264         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13265         * gst/rtsp/gstrtspsrc.h:
13266         Work on fallback to TCP connection when the UDP socket times out.
13267         Handler server requests, just reply with OK for now.
13268
13269         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13270         * gst/rtsp/rtspdefs.h:
13271         Added some more Real extension headers.
13272
13273         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13274         Fix parsing of urls with a ':' that is not part of the hostname:port
13275         part of the url.
13276
13277 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13278
13279         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13280         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13281         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13282           Activate pad before adding it to the already-running element.
13283
13284         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13285           Activate newly-created pad too.
13286
13287 2006-10-11  Wim Taymans  <wim@fluendo.com>
13288
13289         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13290
13291         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13292         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13293         (gst_udpsrc_start):
13294         Fix some leaks in caps and uris. Fixes #361252.
13295
13296 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13297
13298         * gst/wavparse/Makefile.am:
13299           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13300
13301 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13302
13303         * sys/v4l2/gstv4l2xoverlay.c:
13304         * sys/v4l2/gstv4l2xoverlay.h:
13305         Fix build as per the patch in #338818 comment 36.
13306
13307 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13308
13309         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13310           Activate pads before adding them to the source.
13311
13312 2006-10-06  Wim Taymans  <wim@fluendo.com>
13313
13314         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13315         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13316         Activate pads before adding.
13317
13318 2006-10-06  Wim Taymans  <wim@fluendo.com>
13319
13320         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13321         (gst_multipart_find_pad_by_mime):
13322         Activate pads before adding.
13323
13324         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13325         BOILERPLATE sets parent_class for us.
13326
13327 2006-10-06  Wim Taymans  <wim@fluendo.com>
13328
13329         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13330         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13331         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13332         (gst_rtspsrc_alloc_udp_ports),
13333         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13334         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13335         (gst_rtspsrc_create_transports_string),
13336         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13337         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13338         * gst/rtsp/gstrtspsrc.h:
13339         Rework how the transport string is constructed, try to share channels
13340         and udp ports.
13341         Make most of the stuff less dependant on RTP as we are also going to use
13342         it for RDT.
13343         Add support for transport specific session managers.
13344
13345         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13346         Implement _flush().
13347
13348         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13349         * gst/rtsp/rtspdefs.h:
13350         Add generic error return code.
13351
13352         * gst/rtsp/rtspext.h:
13353         Add support for pluggable tranport strings.
13354
13355         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13356         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13357         (rtsp_ext_wms_get_context):
13358         Detect WMServer and activate the extension.
13359
13360         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13361         (rtsp_transport_get_manager), (rtsp_transport_parse):
13362         * gst/rtsp/rtsptransport.h:
13363         Added methods to get mime/manager for certain transports.
13364
13365 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13366
13367         * ext/cairo/gsttimeoverlay.c:
13368         (gst_cairo_time_overlay_update_font_height):
13369         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13370         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13371         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13372         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13373         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13374         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13375         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13376         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13377         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13378         (gst_avi_demux_stream_data):
13379         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13380         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13381         (gst_fenced_buffer_copy):
13382         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13383         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13384         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13385         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13386         (gst_rtspsrc_handle_message):
13387         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13388         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13389           Printf format fixes.
13390
13391 2006-10-04  Wim Taymans  <wim@fluendo.com>
13392
13393         * gst/rtsp/Makefile.am:
13394         Dist new .h file too.
13395
13396 2006-10-04  Wim Taymans  <wim@fluendo.com>
13397
13398         * gst/rtsp/Makefile.am:
13399         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13400         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13402         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13403         (gst_rtspsrc_parse_rtpmap),
13404         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13405         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13406         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13407         * gst/rtsp/gstrtspsrc.h:
13408         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13409         * gst/rtsp/rtspdefs.h:
13410         * gst/rtsp/rtspext.h:
13411         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13412         (rtsp_ext_wms_get_context):
13413         * gst/rtsp/rtspextwms.h:
13414         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13415         (rtsp_transport_parse):
13416         * gst/rtsp/rtsptransport.h:
13417         Factor out extension in separate module.
13418         Fix getcaps to filter against the padtemplate.
13419         Use Content-Base if the server gives one.
13420         Rework the transport parsing a bit for future extensions.
13421         Added some Real Header field definitions.
13422
13423 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13424
13425         * docs/plugins/Makefile.am:
13426         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13427         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13428           added v4l2 stubs
13429         * gst-plugins-good.spec.in:
13430           add v4l2
13431
13432 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13433
13434         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13435           Extract disc/album/medium number and count and try harder
13436           to extract track number/count.
13437
13438 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13439
13440         * configure.ac:
13441         * sys/Makefile.am:
13442           add build stuff for v4l2, needs --enable-experimental until
13443           the last bits are resolved
13444
13445 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13446
13447         * tests/check/Makefile.am:
13448           Disable autodetect test temporarily, so that the build bots
13449           update -bad and the ranks of unreliable video sinks in there.
13450
13451         * tests/check/elements/autodetect.c: (GST_START_TEST):
13452           Skip test if no usable videosink is found.
13453
13454 2006-09-29  Wim Taymans  <wim@fluendo.com>
13455
13456         * gst/rtsp/URLS:
13457         Add some more URLs.
13458
13459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13460         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13461         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13462         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13463         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13464         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13465         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13466         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13467         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13468         * gst/rtsp/gstrtspsrc.h:
13469         Add timeout property to control UDP timeouts.
13470         Fix error messages.
13471         Also start a loop function when operating in UDP mode so that we can
13472         do some more stuff async.
13473         Handle element messages from udpsrc to detect timeouts. If a timeout
13474         happens we currently generate an error.
13475         API: rtspsrc::timeout property.
13476
13477         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13478         (gst_udpsrc_create):
13479         Really implement the timeout in microseconds and not milliseconds.
13480
13481 2006-09-29  Wim Taymans  <wim@fluendo.com>
13482
13483         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13484         (gst_udpsrc_create), (gst_udpsrc_set_property),
13485         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13486         * gst/udp/gstudpsrc.h:
13487         Added property to post a message on timeout.
13488         Updated docs.
13489         When restarting the select, initialize the fdsets again.
13490         Init control sockets so we don't accidentally close a random socket.
13491         API: GstUDPSrc::timeout property
13492
13493 2006-09-29  Wim Taymans  <wim@fluendo.com>
13494
13495         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13496         Fix flag registration.
13497
13498         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13499         Reading 0 also means 'no more commands'
13500
13501 2006-09-29  Wim Taymans  <wim@fluendo.com>
13502
13503         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13504
13505         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13506         Fix possible infinite loop when shutting down, a read can also return
13507         0 to indicate no more messages are available. Fixes #358156.
13508
13509 2006-09-25  Wim Taymans  <wim@fluendo.com>
13510
13511         * gst/autodetect/gstautoaudiosink.c:
13512         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13513         (gst_auto_audio_sink_find_best):
13514         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13515         Small cleanups.
13516         don't try to set "sync" property when it is not available.
13517
13518 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13519
13520         Patch by: Peter Kjellerstedt  <pkj at axis com>
13521
13522         * gst/alpha/gstalpha.c:
13523         * gst/rtp/gstrtpamrdepay.c:
13524         * gst/rtsp/gstrtspsrc.c:
13525         * gst/udp/gstudpsrc.c:
13526         * gst/videomixer/videomixer.c:
13527           Include stdlib.h in some more places, makes things compile
13528           with uClibc and -Werror (#357592).
13529
13530 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13531
13532         * ext/jpeg/gstjpegdec.c:
13533           Set minimum height to 8 (from 16), our code should handle
13534           that fine. Some of the buttons on the apple trailer site
13535           are apparently only 15 pixels high (see #357470).
13536
13537 2006-09-23  Wim Taymans  <wim@fluendo.com>
13538
13539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13540         (gst_rtspsrc_open):
13541         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13542         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13543         (rtsp_connection_receive):
13544         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13545         * gst/rtsp/rtspdefs.h:
13546         Improve error reporting.
13547
13548 2006-09-23  Wim Taymans  <wim@fluendo.com>
13549
13550         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13551         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13552         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13553         * gst/rtp/gstrtpdepay.c:
13554         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13555         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13556         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13557         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13558         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13559         (gst_rtp_mp2t_depay_plugin_init):
13560         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13561         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13562         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13563         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13564         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13565         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13566         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13567         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13568         Fix klass typos.
13569         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13570
13571 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13572
13573         * configure.ac:
13574           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13575
13576 2006-09-22  Wim Taymans  <wim@fluendo.com>
13577
13578         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13579         Don't check for a tag that is never there and check if we read the
13580         correct tag. Fixes seeking again.
13581         We must post an error when all pads are unlinked.
13582
13583 2006-09-22  Wim Taymans  <wim@fluendo.com>
13584
13585         * gst/rtp/Makefile.am:
13586         * gst/rtp/gstrtp.c: (plugin_init):
13587         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13588         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13589         (gst_rtp_vorbis_pay_reset_packet),
13590         (gst_rtp_vorbis_pay_init_packet),
13591         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13592         (gst_rtp_vorbis_pay_handle_buffer):
13593         More fixage, set endoder-params correctly in the payloader.
13594
13595 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13596
13597         * gst/autodetect/gstautoaudiosink.c:
13598         (gst_auto_audio_sink_base_init):
13599         * gst/autodetect/gstautovideosink.c:
13600         (gst_auto_video_sink_base_init):
13601           Make static pad templates static to appease valgrind's leak
13602           detector.
13603
13604         * tests/check/Makefile.am:
13605         * tests/check/elements/.cvsignore:
13606         * tests/check/elements/autodetect.c: (GST_START_TEST),
13607         (autodetect_suite):
13608           Add simple test for the ghostpad lockup on shutdown fixed in core
13609           CVS (audio bit disabled because it would need dozens of alsa
13610           suppressions and I'm too lazy to add those now).
13611
13612 2006-09-22  Wim Taymans  <wim@fluendo.com>
13613
13614         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13615         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13616         Small cleanups.
13617
13618         * gst/rtp/Makefile.am:
13619         * gst/rtp/gstrtp.c: (plugin_init):
13620         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13621         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13622         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13623         (gst_rtp_vorbis_depay_process),
13624         (gst_rtp_vorbis_depay_set_property),
13625         (gst_rtp_vorbis_depay_get_property),
13626         (gst_rtp_vorbis_depay_change_state),
13627         (gst_rtp_vorbis_depay_plugin_init):
13628         * gst/rtp/gstrtpvorbisdepay.h:
13629         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13630         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13631         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13632         (gst_rtp_vorbis_pay_flush_packet),
13633         (gst_rtp_vorbis_pay_append_buffer),
13634         (gst_rtp_vorbis_pay_handle_buffer),
13635         (gst_rtp_vorbis_pay_plugin_init):
13636         * gst/rtp/gstrtpvorbispay.h:
13637         Add experimental vorbis pay and depayloaders.
13638
13639 2006-09-21  Wim Taymans  <wim@fluendo.com>
13640
13641         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13642         Fix profile-level-id parsing and setup.
13643
13644 2006-09-21  Wim Taymans  <wim@fluendo.com>
13645
13646         * gst/udp/README:
13647         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13648         Update README, simple cleanup.
13649
13650 2006-09-21  Wim Taymans  <wim@fluendo.com>
13651
13652         * gst/rtp/README:
13653         Update README with some examples.
13654
13655         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13656         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13657         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13658         (gst_rtp_mp4g_pay_setcaps):
13659         * gst/rtp/gstrtpmp4gpay.h:
13660         Make optional RTP parameters of type STRING, as required by the
13661         application/x-rtp caps specification.
13662
13663 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13664
13665         * gst/rtp/gstrtph263pdepay.c:
13666         * gst/rtp/gstrtph263ppay.c:
13667         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13668         RTP header.
13669
13670 2006-09-20  Wim Taymans  <wim@fluendo.com>
13671
13672         * gst/rtp/Makefile.am:
13673         And makefile too.
13674
13675 2006-09-20  Wim Taymans  <wim@fluendo.com>
13676
13677         * gst/rtp/gstrtp.c: (plugin_init):
13678         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13679         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13680         (decode_base64), (gst_rtp_asf_depay_setcaps),
13681         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13682         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13683         (gst_rtp_asf_depay_plugin_init):
13684         * gst/rtp/gstrtpasfdepay.h:
13685         Added preliminary ASF depayloader.
13686
13687         * gst/rtp/gstrtph264depay.c: (decode_base64):
13688         Fix base64 decoding.
13689
13690 2006-09-20  Wim Taymans  <wim@fluendo.com>
13691
13692         * gst/rtsp/URLS:
13693         Added some test URLS.
13694
13695         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13696         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13697         * gst/rtsp/gstrtspsrc.h:
13698         When creating streams, give access to the complete SDP.
13699         Fix some leaks.
13700         Collect and merge global stream properties in stream caps.
13701         Preliminary support for WMServer.
13702
13703         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13704         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13705         (rtsp_connection_receive):
13706         * gst/rtsp/rtspconnection.h:
13707         Make connection interruptable.
13708         Refactor to make it reconnectable.
13709         Don't fail on short reads when reading data packets.
13710
13711         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13712         (rtsp_url_get_port):
13713         * gst/rtsp/rtspurl.h:
13714         Add methods for getting/setting the port.
13715
13716         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13717         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13718         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13719         (sdp_media_get_format), (sdp_parse_line),
13720         (sdp_message_parse_buffer):
13721         Fix headers. 
13722         Add methods for getting multiple attributes with the same name.
13723         Increase buffer size when parsing.
13724         Fix parsing of a=foo fields.
13725
13726         * gst/rtsp/test.c: (main):
13727         Update to new connection API.
13728
13729         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13730         (rtsp_message_init_response), (rtsp_message_init_data),
13731         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13732         * gst/rtsp/rtspmessage.h:
13733         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13734         * gst/rtsp/rtsptransport.h:
13735         * gst/rtsp/sdp.h:
13736         * gst/rtsp/sdpmessage.h:
13737         * gst/rtsp/gstrtsp.c:
13738         * gst/rtsp/gstrtsp.h:
13739         * gst/rtsp/gstrtpdec.c:
13740         * gst/rtsp/gstrtpdec.h:
13741         * gst/rtsp/rtsp.h:
13742         * gst/rtsp/rtspdefs.c:
13743         * gst/rtsp/rtspdefs.h:
13744         Dual licensed under MIT and LGPL now.
13745
13746 2006-09-19  Wim Taymans  <wim@fluendo.com>
13747
13748         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13749         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13750         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13751         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13752         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13753         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13754         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13755         * gst/rtsp/gstrtspsrc.h:
13756         Reorganize stream parsing and creation.
13757         Detect container formats in interleaved mode.
13758         Keep more state about the streams.
13759         Assume a server also supports PLAY if it does not say.
13760         Add unicast and interleaved properties to TCP transport requests to make
13761         some servers happy (WMServer).
13762
13763         * gst/rtsp/sdpmessage.h:
13764         Add some defines for the standard Bandwidth types.
13765
13766 2006-09-19  Wim Taymans  <wim@fluendo.com>
13767
13768         * gst/rtsp/test.c: (main):
13769         Fix build.
13770
13771 2006-09-19  Wim Taymans  <wim@fluendo.com>
13772
13773         * gst/wavparse/gstwavparse.c:
13774         Add ms-gsm to the src template.
13775
13776 2006-09-18  Wim Taymans  <wim@fluendo.com>
13777
13778         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13779         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13780         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13781         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13782         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13783         * gst/rtsp/gstrtspsrc.h:
13784         Small cleanups, added documentation.
13785         Try to clean up the requests and responses.
13786         Refactor parsing the supported methods.
13787
13788         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13789         (rtsp_connection_create), (rtsp_connection_send),
13790         (parse_response_status), (parse_request_line),
13791         (rtsp_connection_receive), (rtsp_connection_close),
13792         (rtsp_connection_free):
13793         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13794         (rtsp_transport_init), (rtsp_transport_parse),
13795         (rtsp_transport_free):
13796         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13797         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13798         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13799         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13800         Use g_return_val some more.
13801
13802         * gst/rtsp/rtspdefs.h:
13803         Add more enum values to track initial states.
13804
13805         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13806         (rtsp_message_init_request), (rtsp_message_new_response),
13807         (rtsp_message_init_response), (rtsp_message_init_data),
13808         (rtsp_message_unset), (rtsp_message_free),
13809         (rtsp_message_add_header), (rtsp_message_remove_header),
13810         (rtsp_message_get_header), (rtsp_message_set_body),
13811         (rtsp_message_take_body), (rtsp_message_get_body),
13812         (rtsp_message_steal_body), (rtsp_message_dump):
13813         * gst/rtsp/rtspmessage.h:
13814         Reorder arguments, object goes as the first one.
13815         Use g_return_val some more.
13816
13817 2006-09-18  Wim Taymans  <wim@fluendo.com>
13818
13819         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13820         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13821         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13822         * gst/rtsp/gstrtspsrc.h:
13823         Export sometimes source pad with correct caps on the template, create
13824         the ghostpad from the template.
13825         Remove RTCP template as we never expose RTCP.
13826         Protect against invalid body size.
13827         Avoid memcpy when creating the output buffer.
13828         Properly post an error and send EOS when the loop function is shut down.
13829
13830 2006-09-18  Wim Taymans  <wim@fluendo.com>
13831
13832         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13833
13834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13835         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13836         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13837         * gst/rtsp/gstrtspsrc.h:
13838         Make sure we can never set an invalid location.
13839
13840         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13841         * gst/rtsp/rtspmessage.h:
13842         Added _steal_body method for future use.
13843
13844         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13845         Make freeing of NULL url return immediatly.
13846
13847 2006-09-18  Wim Taymans  <wim@fluendo.com>
13848
13849         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13850
13851         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13852         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13853         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13854         (gst_rtspsrc_change_state):
13855         * gst/rtsp/gstrtspsrc.h:
13856         Use boilerplate.
13857         Make rtspsrc subclass GstBin to make state changes easier.
13858         Add Range header field on the PLAY request.
13859
13860 2006-09-18  Wim Taymans  <wim@fluendo.com>
13861
13862         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13863
13864         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13865         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13866         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13867         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13868         * gst/rtsp/rtspconnection.c: (inet_aton):
13869         Small cleanups.
13870         when multicast is selected as the transport, create UDP sources and
13871         connect to the multicast group.
13872         Move parsing and setting of caps to a common place.
13873         Fixes #349894.
13874
13875 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13876
13877         * ext/flac/gstflactag.c:
13878         * gst/alpha/gstalpha.c:
13879         * gst/debug/breakmydata.c:
13880         * gst/debug/negotiation.c:
13881         * gst/debug/testplugin.c:
13882         * gst/effectv/gstaging.c:
13883         * gst/effectv/gstdice.c:
13884         * gst/effectv/gstedge.c:
13885         * gst/effectv/gstquark.c:
13886         * gst/effectv/gstrev.c:
13887         * gst/effectv/gstshagadelic.c:
13888         * gst/effectv/gstvertigo.c:
13889         * gst/effectv/gstwarp.c:
13890         * gst/multipart/multipartdemux.c:
13891         * gst/multipart/multipartmux.c:
13892         * gst/videobox/gstvideobox.c:
13893         * gst/videofilter/gstgamma.c:
13894         * gst/videofilter/gstvideotemplate.c:
13895         * gst/videomixer/videomixer.c:
13896         * sys/sunaudio/gstsunaudiosrc.h:
13897         More G_OBJECT macro fixing.
13898
13899 2006-09-16  Wim Taymans  <wim@fluendo.com>
13900
13901         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13902
13903         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13904         Correctly set the dwLength in strh.
13905         With this patch, the file duration is now displayed correctly in window
13906         media player and the AVI plays completely. Fixes #356147
13907
13908 2006-09-15  Wim Taymans  <wim@fluendo.com>
13909
13910         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13911
13912         * sys/sunaudio/gstsunaudiomixerctrl.c:
13913         (gst_sunaudiomixer_ctrl_build_list):
13914         Set the output track as the MASTER so that the gnome-settings-daemon
13915         keybindings for changing the volume using the keyboard works.
13916         Fixes #356142.
13917
13918 2006-09-15  Wim Taymans  <wim@fluendo.com>
13919
13920         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13921         Fix documentation, it is not possible to control the framerate of jpegdec
13922         using filtered caps yet. Fixes #355210.
13923         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13924         stop when there is an error.
13925
13926 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13927
13928         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13929         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13930           Don't interpret a first buffer with an offset of NONE as
13931           'from the middle of the stream', but only a first buffer
13932           that has a valid buffer offset that's non-zero (see #345449).
13933
13934 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13935
13936         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13937         (gst_icydemux_typefind_or_forward):
13938         * gst/icydemux/gsticydemux.h:
13939           When we merge/collect multiple incoming buffers for typefinding
13940           purposes, keep an initial 0 offset on the first outgoing buffer
13941           as well (otherwise id3demux won't work right). Fixes #345449.
13942           Also Make buffer metadata writable before setting buffer caps.
13943
13944         * tests/check/elements/icydemux.c: (typefind_succeed),
13945         (cleanup_icydemux), (push_data), (GST_START_TEST),
13946         (icydemux_suite):
13947           Small test case for the above.
13948
13949 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13950
13951         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13952         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13953         (gst_avi_demux_stream_header_push),
13954         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13955         (gst_avi_demux_loop):
13956           More code reuse and better logging in _peek_chunk(). Reintroduce check
13957           for chunk sizes before reading them (avoid oom). Better handling for 
13958           invalid chunksizes when streaming.
13959
13960 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13961
13962         * gst/level/gstlevel.c: (gst_level_set_property):
13963         * gst/level/gstlevel.h:
13964           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13965           René Stadler
13966
13967 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13968
13969         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13970         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13971         (gst_avi_demux_stream_data):
13972           Revert one change to fix streaming avi (adapter size != data size).
13973
13974 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13975
13976         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13977
13978         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13979         (gst_matroska_demux_reset),
13980         (gst_matroska_demux_read_track_encodings),
13981         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13982         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13983         (gst_matroska_demux_subtitle_caps):
13984         * gst/matroska/matroska-ids.h:
13985           Add support for VOBSUB subtitle tracks and zlib-compressed
13986           tracks. Make sure we start on a keyframe after a seek. (#343348)
13987
13988 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13989
13990         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13991         (gst_matroska_demux_push_flac_codec_priv_data),
13992         (gst_matroska_demux_push_xiph_codec_priv_data),
13993         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13994         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13995         * gst/matroska/matroska-ids.h:
13996           Add basic FLAC support (#311586), not perfect yet though, needs some
13997           tweaking in flacdec; also, seeking could be better.
13998           Do better bounds checking when deserialising vorbis stream headers
13999           to make sure we don't read beyond the end of the buffer on bad input.
14000
14001 2006-09-04  Wim Taymans  <wim@fluendo.com>
14002
14003         Patch by: Alessandro Decina <alessandro at nnva dot org>
14004
14005         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14006         Seeking back in a file containing a CMML stream errors out if the seek
14007         goes back up to the CMML headers. This is because after the seek the xml
14008         processing instruction <?xml ...?> is submitted to the xml parser again, 
14009         which results in an error. The attached patch fixes the problem. 
14010         Fixes #353908.
14011
14012         * ext/annodex/gstcmmlenc.h:
14013         Fix authors name.
14014
14015
14016 2006-08-28  Andy Wingo  <wingo@pobox.com>
14017
14018         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14019         New helper function to lessen the ifdefs.
14020         (GST_INFO_OBJECT): 
14021         (gst_dv1394src_iso_receive): Use it.
14022         (gst_dv1394src_create): Also use the control sockets in iec61883
14023         mode.
14024         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14025         handle for AVC operations; fixes #348233.
14026
14027 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14028
14029         * configure.ac:
14030         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14031         * docs/plugins/inspect/plugin-audiofx.xml:
14032         * docs/plugins/inspect/plugin-audiofxgood.xml:
14033         * gst/audiofx/Makefile.am:
14034         * gst/audiofx/audiofx.c:
14035         * gst/audiofxgood/.cvsignore:
14036         * gst/audiofxgood/Makefile.am:
14037         * gst/audiofxgood/audiofx.c:
14038         * gst/audiofxgood/audiopanorama.c:
14039         * gst/audiofxgood/audiopanorama.h:
14040           Rename again (audiofxgood -> audiofx).
14041
14042 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14043
14044         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14045         (gst_avi_demux_stream_scan):
14046           Initialze variables.
14047
14048 2006-08-25  Wim Taymans  <wim@fluendo.com>
14049
14050         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14051         (gst_avi_demux_init), (gst_avi_demux_finalize),
14052         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14053         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14054         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14055         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14056         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14057         (gst_avi_demux_massage_index),
14058         (gst_avi_demux_calculate_durations_from_index),
14059         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14060         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14061         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14062         (gst_avi_demux_change_state):
14063         * gst/avi/gstavidemux.h:
14064         More attempts to turn this into readable code.
14065         Don't leak adapters.
14066         Calculate duration according to index more efficiently.
14067         Don't try to act like we drive the pipeline in chain mode.
14068
14069 2006-08-25  Wim Taymans  <wim@fluendo.com>
14070
14071         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14072         Fix build.
14073
14074 2006-08-25  Wim Taymans  <wim@fluendo.com>
14075
14076         Patch by: Alessandro Decina <alessandro at nnva dot org>
14077
14078         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14079         Do some extra sanity checks.
14080         Fixes #350340.
14081
14082         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14083         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14084         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14085         Check if clip->start_time is valid before adding the clip to the
14086         track list.
14087         Reset enc->preamble going from PAUSED to READY.
14088         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14089         only used for EOS.
14090         Only post an error message if we were the one that created the fatal
14091         GstFlowReturn value.
14092
14093         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14094         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14095         Parse the seconds field of the npt-sec time format using %llu rather than
14096         %d and check that the value scaled by GST_SECOND doesn't overflow.
14097         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14098         Lookup a clip's track with clip->track rather than clip->id which
14099         makes no sense.
14100         Identify a clip by its track and start time and not its xml id.
14101         do some more input checking and make sure we don't do undefined shifts.
14102
14103         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14104         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14105         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14106         (push_clip), (push_empty_clip), (check_output_clip),
14107         (GST_START_TEST), (cmmldec_suite):
14108         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14109         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14110         (check_headers), (push_clip), (check_clip_times), (check_clip),
14111         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14112         Added some more checks.
14113
14114 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14115
14116         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14117         (gst_audio_panorama_set_property),
14118         (gst_audio_panorama_get_property),
14119         (gst_audio_panorama_transform_m2s_int),
14120         (gst_audio_panorama_transform_s2s_int),
14121         (gst_audio_panorama_transform_m2s_float),
14122         (gst_audio_panorama_transform_s2s_float):
14123         * gst/audiofxgood/audiopanorama.h:
14124         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14125           Make also the pan-property float (saves scaling and yields better
14126           resolution)
14127
14128 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14129
14130         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14131         (gst_audio_panorama_transform_m2s_float),
14132         (gst_audio_panorama_transform_s2s_float):
14133           ChangeLog surgery to add cymax's real name
14134
14135
14136 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14137
14138         Patch by: René Stadler <mail@renestadler.de>
14139
14140         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14141         (gst_audio_panorama_transform_m2s_int),
14142         (gst_audio_panorama_transform_s2s_int),
14143         (gst_audio_panorama_transform_m2s_float),
14144         (gst_audio_panorama_transform_s2s_float),
14145         (gst_audio_panorama_transform):
14146         * gst/audiofxgood/audiopanorama.h:
14147           Added float support
14148
14149 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14150
14151         * gst/audiofxgood/audiopanorama.c:
14152         (gst_audio_panorama_transform_m2s):
14153           Fix docs & debug category. Add Fixme for volume pan levels.
14154
14155 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14156
14157         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14158         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14159         (gst_avi_demux_stream_header_pull),
14160         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14161         (gst_avi_demux_chain):
14162           unbreak AVI index handling, some more debug, remove an obsolete
14163           adapter_flush that caused streaming to wander off in the wild
14164
14165 2006-08-24  Wim Taymans  <wim@fluendo.com>
14166
14167         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14168         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14169         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14170         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14171         (gst_avi_demux_calculate_durations_from_index),
14172         (gst_avi_demux_stream_header_push),
14173         (gst_avi_demux_stream_header_pull):
14174         * gst/avi/gstavidemux.h:
14175         Some more cleanups. 
14176         Fix totalFrames parsing in ODML.
14177         Disable use of index for length calculation in case of ODML as this is
14178         broken now.
14179
14180 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14181
14182         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14183           Use libgsttag helper function here too.
14184
14185 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14186
14187         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14188         (gst_avi_demux_init), (gst_avi_demux_dispose),
14189         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14190         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14191         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14192         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14193         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14194         (gst_avi_demux_parse_subindex),
14195         (gst_avi_demux_read_subindexes_push),
14196         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14197         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14198         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14199         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14200         (gst_avi_demux_stream_header_pull),
14201         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14202         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14203         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14204         (gst_avi_demux_change_state):
14205         * gst/avi/gstavidemux.h:
14206           Initial streaming support for avidemux (fixes #336465)
14207
14208 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14209
14210         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14211           There is no taglibmux element ...
14212
14213         * gst/rtsp/gstrtspsrc.c:
14214           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14215           was complaining about unknown entity here.
14216
14217 2006-08-22  Wim Taymans  <wim@fluendo.com>
14218
14219         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14220         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14221         (gst_avi_demux_process_next_entry):
14222         * gst/avi/gstavidemux.h:
14223         Mark DISCONT.
14224         Remove old unused fields and reorder the struct a bit.
14225
14226 2006-08-22  Wim Taymans  <wim@fluendo.com>
14227
14228         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14229         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14230         (gst_rtspsrc_pause):
14231         * gst/rtsp/gstrtspsrc.h:
14232         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14233         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14234         Small documentation updates.
14235
14236 2006-08-22  Wim Taymans  <wim@fluendo.com>
14237
14238         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14239         (gst_avi_demux_index_entry_for_time),
14240         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14241         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14242         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14243         (gst_avi_demux_next_data_buffer),
14244         (gst_avi_demux_calculate_durations_from_index),
14245         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14246         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14247         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14248         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14249         * gst/avi/gstavidemux.h:
14250         Precalc most of the duration query for each stream.
14251         Make seeking more correct.
14252         Use GstSegment to track position and duration.
14253         Code cleanups and leak fixes.
14254         Calculate correct total duration based on index length.
14255
14256 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14257
14258         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14259         (parse_insert_string_field):
14260           If strings in text fields are marked ISO8859-1, but contain
14261           valid UTF-8 already, then handle them as UTF-8 and ignore
14262           the encoding. (#351794)
14263
14264 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14265
14266         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14267         (gst_flac_dec_write), (gst_flac_dec_loop),
14268         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14269         (gst_flac_dec_src_query):
14270         * ext/flac/gstflacdec.h:
14271           Make flac-in-ogg work (#352100).
14272
14273 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14274
14275         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14276           Don't unref buffers of which we've already given away
14277           ownership to the adapter.
14278
14279 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14280
14281         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14282           Make metadata extraction actually work.
14283
14284         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14285         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14286         (gst_speexenc_chain):
14287           Fix metadata writing: replace old code which wrote completely
14288           broken tags with libgsttag-based code. Plus miscellaneous
14289           code cleanups (use static pad templates etc.) and a bunch
14290           of leak fixes.
14291
14292 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14293
14294         * gst/audiopanorama/.cvsignore:
14295         * gst/audiopanorama/Makefile.am:
14296         * gst/audiopanorama/audiofx.c:
14297         * gst/audiopanorama/audiopanorama.c:
14298         * gst/audiopanorama/audiopanorama.h:
14299           die! die! die! you should never have been there
14300
14301 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14302
14303         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14304         Fix invalid memory access in audiopanorama test suite.
14305
14306 2006-08-21  Edward Hervey  <edward@fluendo.com>
14307
14308         * tests/check/elements/.cvsignore:
14309         ignore built file
14310
14311 2006-08-21  Wim Taymans  <wim@fluendo.com>
14312
14313         * gst/rtp/Makefile.am:
14314         Fix the build again.
14315
14316 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14317
14318         * gst/audiofxgood/.cvsignore:
14319         * gst/audiofxgood/Makefile.am:
14320         * gst/audiofxgood/audiofx.c: (plugin_init):
14321         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14322         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14323         (gst_audio_panorama_set_property),
14324         (gst_audio_panorama_get_property),
14325         (gst_audio_panorama_get_unit_size),
14326         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14327         (gst_audio_panorama_transform_m2s),
14328         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14329         * gst/audiofxgood/audiopanorama.h:
14330           resubmit with the desired name *again*
14331
14332 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14333
14334         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14335         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14336           use g_assert in _get_unit_size
14337
14338 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14339
14340         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14341         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14342         * docs/plugins/inspect/plugin-audiofxgood.xml:
14343           cleanup -unused.txt to make it useful, add previously missing docs
14344
14345         * ext/Makefile.am:
14346           Quietly (accidentally) enable LADSPA for building by default, 
14347           despite the fact that it doesn't meet the plugin checklist.
14348             -- Added by Jan Schmidt 18 Dec 2006
14349
14350         * ext/esd/esdmon.c:
14351         * ext/esd/esdsink.c:
14352         * ext/esd/gstesd.c: (plugin_init):
14353           reflow to get rid of two external symbols
14354
14355         * gst/audiofxgood/audiofx.c: (plugin_init):
14356           re-add
14357
14358 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14359
14360         * configure.ac:
14361         * gst/audiofxgood/.cvsignore:
14362         * gst/audiofxgood/Makefile.am:
14363         * gst/audiofxgood/audiofx.c
14364         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14365         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14366         (gst_audio_panorama_set_property),
14367         (gst_audio_panorama_get_property),
14368         (gst_audio_panorama_get_unit_size),
14369         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14370         (gst_audio_panorama_transform_m2s),
14371         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14372         * gst/audiofxgood/audiopanorama.h:
14373         * tests/check/Makefile.am:
14374         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14375         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14376         (panorama_suite), (main):
14377         Add audiofxgood plugin with audiopanorama element
14378
14379 2006-08-18  Wim Taymans  <wim@fluendo.com>
14380
14381         * docs/plugins/Makefile.am:
14382         More Oss docs fixage. 
14383
14384 2006-08-18  Wim Taymans  <wim@fluendo.com>
14385
14386         * gst/rtp/Makefile.am:
14387         * gst/rtp/gstrtp.c: (plugin_init):
14388         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14389         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14390         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14391         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14392         (gst_rtp_sv3v_depay_get_property),
14393         (gst_rtp_sv3v_depay_change_state),
14394         (gst_rtp_sv3v_depay_plugin_init):
14395         * gst/rtp/gstrtpsv3vdepay.h:
14396         Added experimental SVQ3 depayloader.
14397
14398 2006-08-18  Edward Hervey  <edward@fluendo.com>
14399
14400         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14401         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14402         * ext/dv/gstdvdemux.h:
14403         When handling seek requests, don't send the newsegment event from the
14404         calling thread. Instead save it so it can be sent from the streaming
14405         thread.
14406
14407 2006-08-17  Wim Taymans  <wim@fluendo.com>
14408
14409         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14410
14411         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14412         Accept leading whitespace before the boundary
14413         This patch makes the demuxer allow some whitespace before the actual
14414         boundary. This makes the demuxer work with the ``old'' gstreamer
14415         multipartmuxer again (which placed an extra \n before the start
14416         of the stream) Fixes #349068.
14417
14418 2006-08-17  Wim Taymans  <wim@fluendo.com>
14419
14420         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14421         Error out on non-implemented stuff.
14422
14423 2006-08-16  Wim Taymans  <wim@fluendo.com>
14424
14425         Patch by: Andy Wingo <wingo at pobox dot com>
14426
14427         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14428         (gst_signal_processor_start), (gst_signal_processor_stop),
14429         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14430         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14431         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14432         (gst_signal_processor_change_state):
14433         Make ladspa elements reusable. Fixes #350006.
14434
14435 2006-08-16  Wim Taymans  <wim@fluendo.com>
14436
14437         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14438         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14439         names as possible. Fixes #349901.
14440
14441 2006-08-16  Wim Taymans  <wim@fluendo.com>
14442
14443         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14444         (gst_signal_processor_do_pushes):
14445         A push() gives away our refcount so we should not use the buffer on the
14446         pen anymore.
14447
14448 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14449
14450         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14451         (gst_oss_mixer_element_finalize):
14452           Don't leak device string.
14453
14454 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14455
14456         * configure.ac:
14457           Require CVS of GStreamer core and -base (for
14458           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14459
14460         * ext/taglib/gstid3v2mux.cc:
14461           Write extended comment tags properly (#348762).
14462
14463         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14464         (parse_comment_frame):
14465           Extract COMM frames into extended comments, which makes it
14466           easier to properly retain the description bit of the tag
14467           and maintain this information when re-tagging (#348762).
14468
14469 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14470
14471         * tests/check/Makefile.am:
14472           Don't try to run annodex unit tests if the annodex
14473           plugin has not been built (Fixes #351116).
14474
14475 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14476
14477         * gst/autodetect/gstautoaudiosink.c:
14478         (gst_auto_audio_sink_find_best):
14479           When we can't find a usable audiosink, don't error out,
14480           but use a fake sink instead and post a warning message
14481           on the bus (#341278).
14482
14483 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14484
14485         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14486         * sys/oss/gstosssink.c:
14487         * sys/oss/gstosssrc.c:
14488           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14489           ossmixer's new device property.
14490
14491         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14492         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14493           Add docs for OSS elements.
14494
14495         * docs/plugins/inspect/plugin-aasink.xml:
14496         * docs/plugins/inspect/plugin-alaw.xml:
14497         * docs/plugins/inspect/plugin-alpha.xml:
14498         * docs/plugins/inspect/plugin-alphacolor.xml:
14499         * docs/plugins/inspect/plugin-annodex.xml:
14500         * docs/plugins/inspect/plugin-apetag.xml:
14501         * docs/plugins/inspect/plugin-auparse.xml:
14502         * docs/plugins/inspect/plugin-autodetect.xml:
14503         * docs/plugins/inspect/plugin-avi.xml:
14504         * docs/plugins/inspect/plugin-cacasink.xml:
14505         * docs/plugins/inspect/plugin-cairo.xml:
14506         * docs/plugins/inspect/plugin-cdio.xml:
14507         * docs/plugins/inspect/plugin-cutter.xml:
14508         * docs/plugins/inspect/plugin-debug.xml:
14509         * docs/plugins/inspect/plugin-dv.xml:
14510         * docs/plugins/inspect/plugin-efence.xml:
14511         * docs/plugins/inspect/plugin-effectv.xml:
14512         * docs/plugins/inspect/plugin-esdsink.xml:
14513         * docs/plugins/inspect/plugin-flac.xml:
14514         * docs/plugins/inspect/plugin-flxdec.xml:
14515         * docs/plugins/inspect/plugin-gconfelements.xml:
14516         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14517         * docs/plugins/inspect/plugin-goom.xml:
14518         * docs/plugins/inspect/plugin-halelements.xml:
14519         * docs/plugins/inspect/plugin-icydemux.xml:
14520         * docs/plugins/inspect/plugin-id3demux.xml:
14521         * docs/plugins/inspect/plugin-jpeg.xml:
14522         * docs/plugins/inspect/plugin-level.xml:
14523         * docs/plugins/inspect/plugin-matroska.xml:
14524         * docs/plugins/inspect/plugin-mulaw.xml:
14525         * docs/plugins/inspect/plugin-multipart.xml:
14526         * docs/plugins/inspect/plugin-navigationtest.xml:
14527         * docs/plugins/inspect/plugin-ossaudio.xml:
14528         * docs/plugins/inspect/plugin-png.xml:
14529         * docs/plugins/inspect/plugin-rtp.xml:
14530         * docs/plugins/inspect/plugin-rtsp.xml:
14531         * docs/plugins/inspect/plugin-shout2send.xml:
14532         * docs/plugins/inspect/plugin-smpte.xml:
14533         * docs/plugins/inspect/plugin-speex.xml:
14534         * docs/plugins/inspect/plugin-taglib.xml:
14535         * docs/plugins/inspect/plugin-udp.xml:
14536         * docs/plugins/inspect/plugin-videobalance.xml:
14537         * docs/plugins/inspect/plugin-videobox.xml:
14538         * docs/plugins/inspect/plugin-videoflip.xml:
14539         * docs/plugins/inspect/plugin-videomixer.xml:
14540         * docs/plugins/inspect/plugin-wavenc.xml:
14541         * docs/plugins/inspect/plugin-wavparse.xml:
14542         * docs/plugins/inspect/plugin-ximagesrc.xml:
14543           Update to CVS version.
14544           
14545 2006-08-16  Wim Taymans  <wim@fluendo.com>
14546
14547         * gst/rtp/gstrtpamrdepay.c:
14548         * gst/rtp/gstrtpmp4gdepay.c:
14549         Caps extra properties must be defined as strings for
14550         depayloaders because they are generated from an SDP.
14551
14552         * gst/rtp/Makefile.am:
14553         * gst/rtp/gstrtp.c: (plugin_init):
14554         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14555         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14556         (gst_rtp_h264_depay_finalize), (decode_base64),
14557         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14558         (gst_rtp_h264_depay_set_property),
14559         (gst_rtp_h264_depay_get_property),
14560         (gst_rtp_h264_depay_change_state),
14561         (gst_rtp_h264_depay_plugin_init):
14562         * gst/rtp/gstrtph264depay.h:
14563         Added basic, not completely functional RFC 3984 H264 depayloader.
14564
14565 2006-08-16  Wim Taymans  <wim@fluendo.com>
14566
14567         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14568         Add pads after setting them up.
14569
14570         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14571         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14572         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14573         (gst_rtspsrc_stream_setup_rtp),
14574         (gst_rtspsrc_stream_configure_transport),
14575         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14576         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14577         (gst_rtspsrc_pause):
14578         * gst/rtsp/gstrtspsrc.h:
14579         Fix interleaved mode.
14580          - Protect streaming with lock.
14581          - Combine flows
14582          - set caps on outgoing buffers.
14583          - strip trailing \0 from data packets.
14584          - Configure RTP/RTCP in stream.
14585         Use DEBUG_OBJECT more.
14586
14587 2006-08-16  Wim Taymans  <wim@fluendo.com>
14588
14589         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14590         Turn a g_print into a DEBUG line.
14591
14592 2006-08-13  Wim Taymans  <wim@fluendo.com>
14593
14594         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14595         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14596         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14597         (gst_oss_mixer_element_get_property),
14598         (gst_oss_mixer_element_change_state):
14599         * sys/oss/gstossmixerelement.h:
14600         Small cleanups. Better error reporting.
14601         Add device property for the mixer instead of the hardcoded
14602         /dev/mixer. Fixes #350785.
14603         API: GstOssMixerElement::device property
14604
14605 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14606
14607         Patch by: Jens Granseuer <jensgr at gmx net>
14608
14609         * gconf/Makefile.am:
14610           Make --disable-schemas work right (they still need
14611           to be copied to the installation directory, just not
14612           applied). Fixes #351347 (also #344100).
14613           
14614 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14615
14616         * configure.ac: back to HEAD
14617
14618 === release 0.10.4 ===
14619
14620 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14621
14622         * configure.ac:
14623           releasing 0.10.4, "Dear Leader"
14624
14625 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14626
14627         Patch by: Edward Hervey <edward@fluendo.com>
14628
14629         * configure.ac:
14630         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14631         (gst_wavparse_stream_data):
14632         Send the newsegment event in the streaming thread.
14633         Fixes #347529
14634
14635 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14636
14637         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14638         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14639         (gst_smokeenc_resync), (gst_smokeenc_chain):
14640           Refuse sink caps in the encoder if width or height is not a
14641           multiple of 16, the encoder does not support that yet (#349939);
14642           along the same lines, check the return value of the encoder
14643           setup function; also remove some debug log clutter.
14644
14645 2006-08-04  Andy Wingo  <wingo@pobox.com>
14646
14647         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14648         whether a processor can work in place or not, and for keeping
14649         track of its state. Change the FlowReturn instance variable from
14650         "state" to "flow_state", all callers changed.
14651
14652         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14653         (gst_signal_processor_start, gst_signal_processor_stop)
14654         (gst_signal_processor_cleanup): New functions to manage the
14655         processor's state.
14656         (gst_signal_processor_setcaps): start() as well as setup() here.
14657         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14658         (gst_signal_processor_change_state): Stop and cleanup the
14659         processor as we go to NULL.
14660
14661         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14662         INPLACE_BROKEN is not set.
14663
14664         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14665         Do the alloc_buffer in bytes, not frames.
14666         
14667 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14668
14669         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14670         Fix rgb masks when recording in < 24bpp.
14671
14672 2006-08-04  Andy Wingo  <wingo@pobox.com>
14673
14674         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14675         (gst_signal_processor_prepare)
14676         (gst_signal_processor_update_inputs)
14677         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14678         (gst_signal_processor_flush)
14679         (gst_signal_processor_sink_activate_push)
14680         (gst_signal_processor_src_activate_pull)
14681         (gst_signal_processor_change_state): Remove the last of the code
14682         that assumes that we process whole buffers at a time. Fix some
14683         debugging. Seems to work now in some cases.
14684         (gst_signal_processor_src_activate_pull): BPB
14685
14686 2006-08-01  Andy Wingo  <wingo@pobox.com>
14687
14688         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14689         Fix nframes-choosing.
14690         (gst_signal_processor_init): Init pending_in and pending_out.
14691
14692         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14693         more default sample rate, although we never check that the sample
14694         rate actually gets set. Something for the future.
14695         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14696         (gst_signal_processor_event): Refcount fixen.
14697         (gst_signal_processor_process): Pull the number of frames to
14698         process from the sizes of the buffers in the input pens.
14699         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14700         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14701         it instead of buffer_frames.
14702         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14703         to do_pulls.
14704         (gst_signal_processor_chain)
14705         (gst_signal_processor_sink_activate_push)
14706         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14707
14708         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14709
14710 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14711
14712         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14713         (gst_signal_processor_process):
14714           don't query buffer-frames from caps, add lots of debug-log,
14715           try fix for assert (#349189)
14716
14717 2006-07-31  Wim Taymans  <wim@fluendo.com>
14718
14719         * gst/udp/gstudpsrc.c:
14720         Fix docs.
14721
14722 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14723
14724         * ext/ladspa/gstsignalprocessor.c:
14725         (gst_signal_processor_add_pad_from_template),
14726         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14727         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14728         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14729         (gst_signal_processor_sink_activate_push),
14730         (gst_signal_processor_src_activate_pull),
14731         (gst_signal_processor_change_state):
14732          Add debugs logs here and there, add more error handling, add some
14733          FIXME comments, filed #349189
14734
14735 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14736
14737         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14738         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14739         Set caps on buffer correctly.  Fixes bug #349155.
14740
14741 2006-07-28  Wim Taymans  <wim@fluendo.com>
14742
14743         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14744
14745         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14746         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14747         (gst_multipart_demux_finalize), (get_line_end),
14748         (multipart_parse_header), (multipart_find_boundary),
14749         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14750         (gst_multipart_set_property), (gst_multipart_get_property):
14751         Uses GstAdapter instead of own buffering.
14752         Actually parses the mime-type correctly (In tests the mime-type was
14753         always "" with the old version).
14754         Uses the Content-length header if available to speed up things.
14755         Reliably autoscans the boundary name by default.
14756         Fixes #349068.
14757
14758         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14759         Don't start the stream with a \n.
14760
14761 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14762
14763         Patch by: Brian Cameron <brian dot cameron at sun com>
14764
14765         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14766           Open source with O_NONBLOCK (#349015).
14767
14768 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14769
14770         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14771         (gst_avi_demux_massage_index):
14772         * gst/avi/gstavidemux.h:
14773           Whitespace fixes and more debug
14774
14775 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14776
14777         * gst/autodetect/gstautoaudiosink.c:
14778         (gst_auto_audio_sink_create_element_with_pretty_name),
14779         (gst_auto_audio_sink_find_best),
14780         (gst_auto_audio_sink_change_state):
14781           Get rid of old and unused magic sound-server properties stuff.
14782           Add suffix to child sink's name that makes it easy to see from
14783           the name alone which type it actually is (alsa, oss, esd, etc.).
14784
14785 2006-07-27  Wim Taymans  <wim@fluendo.com>
14786
14787         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14788         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14789         (gst_udpsrc_start):
14790         * gst/udp/gstudpsrc.h:
14791         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14792         not some sort of feature we enable.
14793
14794 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14795
14796         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14797           Use CLOSE_SOCKET() here instead of close() to maintain
14798           win32 workiness.
14799
14800 2006-07-27  Wim Taymans  <wim@fluendo.com>
14801
14802         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14803
14804         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14805         (gst_udpsrc_create), (gst_udpsrc_set_property),
14806         (gst_udpsrc_get_property), (gst_udpsrc_start):
14807         * gst/udp/gstudpsrc.h:
14808         Added "buffer-size" property to control the kernel receive buffer size.
14809         Update documentation.
14810         Small cleanups. Fixes #348752.
14811         API: buffer-size property
14812
14813 2006-07-26  Wim Taymans  <wim@fluendo.com>
14814
14815         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14816
14817         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14818         (gst_rtp_pcma_pay_handle_buffer):
14819         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14820         (gst_rtp_pcmu_pay_handle_buffer):
14821         Fix timestamp calculation on outgoing RTP packets.
14822         Fixes #348675.
14823
14824 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14825
14826         * ext/taglib/gstid3v2mux.cc:
14827           Fix writing of comment frames (should be COMM not TCOM),
14828           is still sub-optimal though, since we don't retain or
14829           extract the comment descriptions properly (#334375,
14830           also see #334375).
14831
14832 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14833
14834         * gst/wavparse/gstwavparse.c:
14835           #define 'fact' RIFF chunk if we are not compiling against
14836           -base CVS (we don't want to depend on -base CVS for this
14837           one define only, and also not for release order reasons).
14838
14839 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14840
14841         * ext/taglib/gstid3v2mux.cc:
14842           Handle multiple tags of the same type properly. Re-inject
14843           unparsed ID3v2 frames that we get as binary blobs from
14844           id3demux into the tag again so we don't lose information
14845           when retagging (#334375).
14846
14847 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14848
14849         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14850           Document newly-added properties properly, so that there is a
14851           'Since: 0.10.4' in the plugin docs. Convert some property
14852           names into canonical GObject style (GObject will do that
14853           internally anyway).
14854
14855 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14856
14857         * gst/id3demux/id3tags.c:
14858         (id3demux_add_id3v2_frame_blob_to_taglist):
14859           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14860           well, and add the version to the blob's buffer caps, since that
14861           information will be needed for deserialisation later on (#348644).
14862
14863 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14864
14865         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14866         (gst_avi_demux_parse_stream):
14867          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14868          indentation and spacing.
14869
14870 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14871
14872         * docs/plugins/Makefile.am:
14873         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14874         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14875         * docs/plugins/gst-plugins-good-plugins.args:
14876         * docs/plugins/inspect/plugin-1394.xml:
14877         * docs/plugins/inspect/plugin-aasink.xml:
14878         * docs/plugins/inspect/plugin-alaw.xml:
14879         * docs/plugins/inspect/plugin-alpha.xml:
14880         * docs/plugins/inspect/plugin-alphacolor.xml:
14881         * docs/plugins/inspect/plugin-annodex.xml:
14882         * docs/plugins/inspect/plugin-apetag.xml:
14883         * docs/plugins/inspect/plugin-auparse.xml:
14884         * docs/plugins/inspect/plugin-autodetect.xml:
14885         * docs/plugins/inspect/plugin-avi.xml:
14886         * docs/plugins/inspect/plugin-cacasink.xml:
14887         * docs/plugins/inspect/plugin-cairo.xml:
14888         * docs/plugins/inspect/plugin-cdio.xml:
14889         * docs/plugins/inspect/plugin-cutter.xml:
14890         * docs/plugins/inspect/plugin-debug.xml:
14891         * docs/plugins/inspect/plugin-dv.xml:
14892         * docs/plugins/inspect/plugin-efence.xml:
14893         * docs/plugins/inspect/plugin-effectv.xml:
14894         * docs/plugins/inspect/plugin-esdsink.xml:
14895         * docs/plugins/inspect/plugin-flac.xml:
14896         * docs/plugins/inspect/plugin-flxdec.xml:
14897         * docs/plugins/inspect/plugin-gconfelements.xml:
14898         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14899         * docs/plugins/inspect/plugin-goom.xml:
14900         * docs/plugins/inspect/plugin-halelements.xml:
14901         * docs/plugins/inspect/plugin-icydemux.xml:
14902         * docs/plugins/inspect/plugin-id3demux.xml:
14903         * docs/plugins/inspect/plugin-jpeg.xml:
14904         * docs/plugins/inspect/plugin-level.xml:
14905         * docs/plugins/inspect/plugin-matroska.xml:
14906         * docs/plugins/inspect/plugin-mulaw.xml:
14907         * docs/plugins/inspect/plugin-multipart.xml:
14908         * docs/plugins/inspect/plugin-navigationtest.xml:
14909         * docs/plugins/inspect/plugin-ossaudio.xml:
14910         * docs/plugins/inspect/plugin-png.xml:
14911         * docs/plugins/inspect/plugin-rtp.xml:
14912         * docs/plugins/inspect/plugin-rtsp.xml:
14913         * docs/plugins/inspect/plugin-shout2send.xml:
14914         * docs/plugins/inspect/plugin-smpte.xml:
14915         * docs/plugins/inspect/plugin-speex.xml:
14916         * docs/plugins/inspect/plugin-udp.xml:
14917         * docs/plugins/inspect/plugin-videobalance.xml:
14918         * docs/plugins/inspect/plugin-videobox.xml:
14919         * docs/plugins/inspect/plugin-videoflip.xml:
14920         * docs/plugins/inspect/plugin-videomixer.xml:
14921         * docs/plugins/inspect/plugin-wavenc.xml:
14922         * docs/plugins/inspect/plugin-wavparse.xml:
14923         * docs/plugins/inspect/plugin-ximagesrc.xml:
14924           Update files to CVS/Prerelease version, add esdsink docs.
14925
14926         * ext/esd/esdsink.c:
14927           Add gtk-doc blurb.
14928
14929         * gst/rtp/gstrtpmp4vpay.c:
14930           Fix typo in element description.
14931
14932 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14933
14934         * ext/esd/esdsink.c: (gst_esdsink_open),
14935         (gst_esdsink_factory_init):
14936           Prevent libesd from auto-spawning a sound daemon if it
14937           is not already running. Now that we don't do evil stuff
14938           like that any longer we can give esdsink a rank so that
14939           autoaudiosink will try it as well if all other audio
14940           sinks fail (#343051).
14941
14942 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14943
14944         * ext/esd/Makefile.am:
14945           Oops, need to remove README from EXTRA_DIST as well.
14946
14947 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14948
14949         * ext/esd/README:
14950           Remove, it contains nothing useful anyway.
14951
14952         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14953         (gst_esdsink_delay):
14954           Some small clean-ups; use GST_BOILERPLATE etc.
14955
14956 2006-07-24  Wim Taymans  <wim@fluendo.com>
14957
14958         * gst/law/alaw-decode.c: (alawdec_getcaps):
14959         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14960         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14961         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14962         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14963
14964 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14965
14966         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14967         (gst_wavparse_other), (gst_wavparse_perform_seek),
14968         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14969         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14970         (gst_wavparse_pad_query):
14971         * gst/wavparse/gstwavparse.h:
14972           Use information from 'fact' chunk for length calculation of compressed
14973           samples. Calculate bps if bogus value is found in wav header (embeded
14974           mp2/mp3).
14975           
14976
14977 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14978
14979         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14980
14981         * configure.ac:
14982         * gst/udp/Makefile.am:
14983         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14984         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14985         * gst/udp/gstdynudpsink.h:
14986         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14987         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14988         * gst/udp/gstmultiudpsink.h:
14989         * gst/udp/gstudp.c: (plugin_init):
14990         * gst/udp/gstudpsink.h:
14991         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14992         (gst_udpsrc_start), (gst_udpsrc_stop):
14993         * gst/udp/gstudpsrc.h:
14994         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14995         (gst_udp_net_utils_win32_wsa_startup):
14996         * gst/udp/gstudpnetutils.h:
14997           Port udp plugin to win32 (#345288).
14998
14999 2006-07-24  Wim Taymans  <wim@fluendo.com>
15000
15001         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15002         Remove unwanted DEBUG line.
15003
15004 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15005
15006         * gst/id3demux/gstid3demux.c: (plugin_init):
15007         * gst/id3demux/id3tags.c:
15008         (id3demux_add_id3v2_frame_blob_to_taglist):
15009         * gst/id3demux/id3tags.h:
15010           On second thought, it might be wiser and more efficient
15011           not to do tag registration from a streaming thread.
15012
15013 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15014
15015         * gst/id3demux/id3tags.c:
15016         (id3demux_add_id3v2_frame_blob_to_taglist),
15017         (id3demux_id3v2_frames_to_tag_list):
15018           Put ID3v2 frames we can't parse as binary blobs into private
15019           tags, so that they are not lost when retagging, at least once
15020           id3v2mux has been taught to re-inject those frames again.
15021           See bug #334375.
15022
15023 2006-07-21  Wim Taymans  <wim@fluendo.com>
15024
15025         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15026         (gst_avi_demux_process_next_entry):
15027         Fix some leaks.
15028
15029         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15030         Don't use \n in debug lines.
15031
15032 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15033
15034         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15035         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15036           Add annodex and icydemux, cleanup the sections a bit
15037
15038 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15039
15040         Patch by: Alex Lancaster <alexl at users sourceforge net>
15041
15042         * ext/taglib/gstid3v2mux.cc:
15043           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15044           ID3v2 TSSE frames (#347898).
15045
15046 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15047
15048         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15049           Respect mpegversion for "video/mpeg" and give message in case of
15050           unhandled versions.
15051
15052 2006-07-17  Wim Taymans  <wim@fluendo.com>
15053
15054         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15055         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15056         (gst_pngdec_chain), (gst_pngdec_sink_event),
15057         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15058         (gst_pngdec_sink_activate_push):
15059         * ext/libpng/gstpngdec.h:
15060         Use statically allocated segment instead of leaking.
15061         Various cleanups.
15062         Fix flush and seek handling.
15063
15064 2006-07-16  Wim Taymans  <wim@fluendo.com>
15065
15066         * gst/rtp/Makefile.am:
15067         * gst/rtp/gstrtp.c: (plugin_init):
15068         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15069         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15070         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15071         (gst_rtp_mp4g_depay_set_property),
15072         (gst_rtp_mp4g_depay_get_property),
15073         (gst_rtp_mp4g_depay_change_state),
15074         (gst_rtp_mp4g_depay_plugin_init):
15075         * gst/rtp/gstrtpmp4gdepay.h:
15076         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15077         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15078         (gst_rtp_mp4g_pay_flush):
15079         Added simple generic mpeg4 depayloader.
15080         Fix generic mpeg4 payloader.
15081
15082 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15083
15084         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15085           Don't try doing state changes on a NULL pointer.
15086
15087 2006-07-14  Wim Taymans  <wim@fluendo.com>
15088
15089         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15090
15091         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15092         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15093         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15094         * gst/rtp/gstrtpamrdepay.h:
15095         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15096         Fixes #321191
15097
15098 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15099
15100         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15101         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15102         Fix segfault when moving mouse pointer to the bottom right corner.
15103
15104 2006-07-12  Wim Taymans  <wim@fluendo.com>
15105
15106         * gst/rtp/Makefile.am:
15107         * gst/rtp/gstrtp.c: (plugin_init):
15108         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15109         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15110         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15111         (gst_rtp_mp2t_depay_set_property),
15112         (gst_rtp_mp2t_depay_get_property),
15113         (gst_rtp_mp2t_depay_change_state),
15114         (gst_rtp_mp2t_depay_plugin_init):
15115         * gst/rtp/gstrtpmp2tdepay.h:
15116         Added mpeg2 TS depayloader. Closing #347234.
15117
15118 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15119
15120         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15121           Remove g_assert that shouldn't be there and was triggered
15122           after trying to open a device that doesn't exist or can't
15123           be opened for some other reason (#347972).
15124
15125 2006-07-10  Edward Hervey  <edward@fluendo.com>
15126
15127         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15128         (gst_avi_demux_stream_header), (push_tag_lists):
15129         * gst/avi/gstavidemux.h:
15130         Don't push tag events found by gst_riff_parse_info() before outputting
15131         GST_EVENT_NEWSEGMENT.
15132
15133 2006-07-10  Wim Taymans  <wim@fluendo.com>
15134
15135         * gst/rtsp/Makefile.am:
15136         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15137         (rtsp_connection_close):
15138         * gst/rtsp/rtspdefs.h:
15139         replaced closesocket and close in code with one CLOSE_SOCKET. 
15140         Some more cleanups. Fixes #345301.
15141
15142 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15143
15144         * gst/autodetect/gstautoaudiosink.c:
15145           Fix example pipeline in docs.
15146
15147 2006-07-10  Wim Taymans  <wim@fluendo.com>
15148
15149         Patch by: Rob Taylor <robtaylor at floopily dot org>
15150
15151         * gst/udp/gstmultiudpsink.c: (join_multicast),
15152         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15153         If a destination is added before the stream is set to PAUSED, the
15154         multicast group is not joined as the socket is not created yet. 
15155         Also TTL and LOOP should also be set. Fixes #346921.
15156
15157 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15158
15159         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15160         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15161         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15162         (gst_ximage_src_init):
15163         * sys/ximage/gstximagesrc.h:
15164         Fix use-damage property to actually work :)
15165         Add startx, starty, endx, endy properties so screencasts other than full
15166         screen ones can work.
15167
15168 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15169
15170         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15171         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15172         (gst_ximage_src_class_init), (gst_ximage_src_init):
15173         * sys/ximage/gstximagesrc.h:
15174         Add use_damage property to offer ability to choose whether to use
15175         XDamage or not.
15176
15177 2006-07-07  Wim Taymans  <wim@fluendo.com>
15178
15179         * gst/goom/filters.c: (zoomFilterSetResolution):
15180         Avoid goom coredumping by clearing memory. 
15181         Fixes 345679.
15182
15183 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15184
15185         * win32/vs6/libgstid3demux.dsp:
15186         Add a link to libgsttag-0.10.lib.
15187
15188 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15189
15190         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15191         (gst_tag_demux_read_range):
15192         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15193         (gst_id3demux_read_range):
15194           Don't return FLOW_UNEXPECTED when a buffer is before
15195           the start of the stream (which might happen with
15196           large ID3v2 tags if the tag reading was done pullrange
15197           based and we then switched to push mode later on).
15198           Fixes regression introduced by commit from June 29th.
15199
15200 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15201
15202         * ext/taglib/gstid3v2mux.cc:
15203           Make UTF-8 the default encoding when writing string
15204           tags (before, our UTF-8 strings would automatically
15205           be converted to ISO-8859-1 by taglib and written as
15206           ISO-8859-1 fields if that was possible).
15207
15208         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15209         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15210         (test_taglib_id3mux_with_tags):
15211           Add test case that makes sure our UTF-8 strings have
15212           actually been written into the tag as UTF-8.
15213
15214 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15215
15216         * configure.ac:
15217           Let's try that again.
15218
15219 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15220
15221         * configure.ac:
15222           Disable monoscope plugin for now until it fulfills
15223           all the requirements.
15224
15225 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15226
15227         * configure.ac:
15228         * gst/monoscope/Makefile.am:
15229         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15230         (gst_monoscope_class_init), (gst_monoscope_init),
15231         (gst_monoscope_finalize), (gst_monoscope_reset),
15232         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15233         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15234         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15235         (gst_monoscope_change_state), (plugin_init):
15236         * gst/monoscope/gstmonoscope.h:
15237           Port monoscope visualisation to 0.10.
15238
15239 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15240
15241         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15242         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15243           Return FLOW_UNEXPECTED when at the end of the file, not
15244           FLOW_ERROR. Fixes 'internal stream error' errors that
15245           would sometimes occur in totem when scrubbing to the
15246           end of an ID3v1 tagged mp3 file.
15247
15248 2006-07-03  Edward Hervey  <edward@fluendo.com>
15249
15250         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15251         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15252         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15253         * ext/libpng/gstpngdec.h:
15254         Implement buffer clipping/dropping using GstSegment.
15255         This provides accurate seeking.
15256
15257 2006-07-03  Edward Hervey  <edward@fluendo.com>
15258
15259         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15260         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15261         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15262         (gst_avi_demux_process_next_entry), (push_tag_lists),
15263         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15264         * gst/avi/gstavidemux.h:
15265         Proper aggregation of each stream's GstFlowReturn in order to figure out
15266         whether the task should stop or not.
15267         Don't send inline events before pushing out a NEW_SEGMENT, more
15268         specifically for GST_TAG_EVENT.
15269         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15270         sub-indexes.
15271
15272 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15273
15274         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15275
15276         * sys/sunaudio/gstsunaudiomixerctrl.c:
15277         (gst_sunaudiomixer_ctrl_build_list):
15278           Move "Monitor" slider to input tab so it works more like
15279           sdtaudiocontrol, which is what people on Solaris are used
15280           to using for their mixer program (#346259).
15281
15282 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15283
15284         * tests/check/elements/level.c: (GST_START_TEST):
15285           fix a leak, clean up at the end
15286
15287 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15288
15289         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15290         (gst_matroska_demux_send_event),
15291         (gst_matroska_demux_loop_stream_parse_id):
15292         * gst/matroska/matroska-ids.h:
15293           Send tag event after newsegment event.
15294
15295 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15296
15297         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15298         (gst_id3demux_read_range):
15299           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15300           certain cases where a read beyond the end of the file is
15301           requested. Fixes #345930.
15302
15303         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15304         (gst_tag_demux_read_range):
15305           Fix same issue here as well.
15306
15307 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15308
15309         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15310         
15311         Fix hypothetical crash.
15312
15313 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15314
15315         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15316
15317         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15318           Do not modify the ports value. If the user has turned off the
15319           built-in speakers, then we should not reset it in the prepare
15320           function, since this causes the built-in speakers to turn
15321           back on anytime the user changes a track in totem, rhythmbox,
15322           etc. (#346066).
15323
15324 2006-06-23  Wim Taymans  <wim@fluendo.com>
15325
15326         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15327         Fix double caps unref when negotiation fails.
15328
15329 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15330
15331         * ext/annodex/gstcmmldec.c:
15332         * ext/annodex/gstcmmlenc.c:
15333         * ext/annodex/gstcmmlparser.c:
15334         * ext/dv/gstdvdec.c:
15335         * ext/dv/gstdvdemux.c:
15336         * ext/gdk_pixbuf/pixbufscale.c:
15337         * ext/jpeg/gstjpegenc.c:
15338         * ext/jpeg/gstsmokedec.c:
15339         * ext/jpeg/gstsmokeenc.c:
15340         * ext/libpng/gstpngdec.c:
15341         * ext/libpng/gstpngenc.c:
15342         * ext/speex/gstspeexenc.c:
15343         * gst/alpha/gstalphacolor.c:
15344         * gst/cutter/gstcutter.c:
15345         * gst/debug/gstnavigationtest.c:
15346         * gst/icydemux/gsticydemux.c:
15347         * gst/level/gstlevel.c:
15348         * gst/multipart/multipart.c:
15349         * gst/rtp/gstrtpamrpay.c:
15350         * gst/rtp/gstrtpdepay.c:
15351         * gst/rtp/gstrtpilbcpay.c:
15352         * gst/rtp/gstrtpmp4gpay.c:
15353         * gst/rtp/gstrtpmp4vpay.c:
15354         * gst/rtsp/gstrtpdec.c:
15355         * gst/rtsp/gstrtspsrc.c:
15356         * gst/udp/gstdynudpsink.c:
15357         * gst/udp/gstmultiudpsink.c:
15358         * gst/udp/gstudpsrc.c:
15359         * gst/videobox/gstvideobox.c:
15360         * gst/videofilter/gstvideoflip.c:
15361           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15362           plus two minor macro fixes.
15363
15364 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15365
15366         * gst/matroska/matroska-demux.c:
15367         (gst_matroska_demux_check_subtitle_buffer),
15368         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15369         (gst_matroska_demux_subtitle_caps):
15370         * gst/matroska/matroska-ids.c:
15371         (gst_matroska_track_init_subtitle_context):
15372         * gst/matroska/matroska-ids.h:
15373           Try to fix up broken matroska files containing subtitle
15374           streams with non-UTF8 character encodings (courtesy of
15375           mkvmerge) using either the encoding specified in the
15376           GST_SUBTITLE_ENCODING environment variable or the
15377           current locale's character set if it is non-UTF8.
15378           Fixes #337076.
15379
15380 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15381
15382         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15383           Set image type from APIC frame as "image-type" field
15384           of GST_TAG_IMAGE buffer caps (#344605).
15385
15386 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15387
15388         * ext/flac/Makefile.am:
15389         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15390         (gst_flac_dec_reset_decoders),
15391         (gst_flac_dec_setup_seekable_decoder),
15392         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15393         (gst_flac_dec_metadata_callback),
15394         (gst_flac_dec_metadata_callback_seekable),
15395         (gst_flac_dec_metadata_callback_stream),
15396         (gst_flac_dec_error_callback),
15397         (gst_flac_dec_error_callback_seekable),
15398         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15399         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15400         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15401         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15402         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15403         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15404         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15405         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15406         (gst_flac_dec_sink_activate_push),
15407         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15408         * ext/flac/gstflacdec.h:
15409           Support chain-based operation, should make flac-over-DAAP
15410           work (#340492).
15411
15412 2006-06-20  Wim Taymans  <wim@fluendo.com>
15413
15414         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15415         Doc updates, merge some unused symbols.
15416
15417 2006-06-20  Wim Taymans  <wim@fluendo.com>
15418
15419         * docs/plugins/Makefile.am:
15420         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15421         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15422         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15423         * gst/rtsp/gstrtspsrc.c:
15424         * gst/rtsp/gstrtspsrc.h:
15425         Added documentation for the rtsp plugin. Fixes #345393.
15426
15427 2006-06-20  Wim Taymans  <wim@fluendo.com>
15428
15429         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15430         (rtsp_connection_close), (rtsp_connection_free):
15431         Use better G_OS_* macros. Fixes #345301 some more.
15432
15433 2006-06-20  Wim Taymans  <wim@fluendo.com>
15434
15435         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15436
15437         * sys/sunaudio/Makefile.am:
15438         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15439         * sys/sunaudio/gstsunaudiomixerctrl.c:
15440         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15441         (gst_sunaudiomixer_ctrl_list_tracks),
15442         (gst_sunaudiomixer_ctrl_get_volume),
15443         (gst_sunaudiomixer_ctrl_set_volume),
15444         (gst_sunaudiomixer_ctrl_set_mute),
15445         (gst_sunaudiomixer_ctrl_set_record):
15446         * sys/sunaudio/gstsunaudiomixerctrl.h:
15447         * sys/sunaudio/gstsunaudiomixertrack.c:
15448         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15449         * sys/sunaudio/gstsunaudiomixertrack.h:
15450         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15451         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15452         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15453         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15454         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15455         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15456         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15457         (gst_sunaudiosrc_reset):
15458         * sys/sunaudio/gstsunaudiosrc.h:
15459         Add a SunAudio source plugin.
15460         Support stereo and right/left channel gain in the mixer plugin.
15461         Support the RECORD flag so that you can switch between line-input and
15462         microphone in gnome-volume-control.
15463         Code cleanups like using an enumerator for track number instead of an 
15464         integer. Fixes #344923.
15465
15466 2006-06-20  Wim Taymans  <wim@fluendo.com>
15467
15468         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15469
15470         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15471         (rtsp_connection_close):
15472         Make RTSP plugin compile on windows. Fixes #345301.
15473         Some changes to original patch to catch errors better.
15474         use ifdef WIN32 instead of ifndef.
15475
15476 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15477
15478         * configure.ac:
15479         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15480
15481 2006-06-18  Edward Hervey  <edward@fluendo.com>
15482
15483         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15484         After a failed buffer alloc, we need to abort the jpeg decoding (it
15485         started when parsing headers to figure out how many bytes we need
15486         to request downstream).
15487
15488 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15489
15490         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15491
15492         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15493           Make sure we don't read beyond the end of the file (#345232).
15494
15495 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15496
15497         * configure.ac:
15498           Fix --disable-external (can't set conditionals conditionally,
15499           #343602).
15500
15501 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15502
15503         * autogen.sh:
15504         * configure.ac:
15505         * docs/Makefile.am:
15506           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15507
15508         * docs/plugins/Makefile.am:
15509         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15510         * docs/plugins/inspect/plugin-taglib.xml:
15511           Add/fix apev2mux docs.
15512
15513 2006-06-14  Wim Taymans  <wim@fluendo.com>
15514
15515         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15516         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15517         (gst_dvdec_change_state):
15518         Reset segment info on flush.
15519         Alloc segment in _init, free in _finalize.
15520
15521         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15522         Don't send segments twice.
15523
15524 2006-06-14  Wim Taymans  <wim@fluendo.com>
15525
15526         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15527         Respect segment.stop. Fixes #342592.
15528
15529 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15530
15531         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15532           No language specified means the implied language is English
15533           according to the matroska spec (partially fixes #344708);
15534           add some more debug output.
15535
15536 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15537
15538         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15539         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15540         (gst_wavparse_chain):
15541           When operating chain-based, don't make any assumptions about the
15542           chunking of the incoming data and make streaming work on days other
15543           than the second Thursday after a full moon. Also fix up debug
15544           messages here and there and make use of the most excellent new
15545           gst_pad_query_peer_duration() utility function.
15546           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15547
15548         * gst/wavparse/gstwavparse.h:
15549           Remove trailing comma after last enum value, some compilers don't
15550           like that.
15551
15552 2006-06-13  Wim Taymans  <wim@fluendo.com>
15553
15554         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15555         Handle premature EOS gracefully.
15556
15557 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15558
15559         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15560           Prevent out of bounds array access when scrubbing towards
15561           the end of the file between the last index entry and the
15562           end. Fixes occasional 'start <= stop' newsegment event
15563           assertions when scrubbing in MJPEG files.
15564
15565 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         * tests/check/elements/.cvsignore:
15568           And another one.
15569
15570 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15571
15572         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15573         (scan_encoded_string), (parse_picture_frame):
15574           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15575
15576         * configure.ac:
15577           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15578           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15579
15580 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15581
15582         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15583           gratuitous comment changes
15584         * tests/check/elements/level.c: (GST_START_TEST):
15585           fix level test leaks
15586
15587 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15588
15589         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15590         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15591           Use gst_pad_query_peer_duration() utility function here.
15592
15593 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15594
15595         * autogen.sh:
15596           require am17
15597         * configure.ac:
15598         * ext/annodex/Makefile.am:
15599         * ext/cdio/Makefile.am:
15600         * ext/dv/Makefile.am:
15601         * ext/esd/Makefile.am:
15602         * ext/flac/Makefile.am:
15603         * ext/gdk_pixbuf/Makefile.am:
15604         * ext/ladspa/Makefile.am:
15605         * ext/libcaca/Makefile.am:
15606         * ext/speex/Makefile.am:
15607         * ext/taglib/Makefile.am:
15608         * sys/oss/Makefile.am:
15609         * sys/sunaudio/Makefile.am:
15610         * sys/ximage/Makefile.am:
15611           clean up build further
15612
15613 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15614
15615         * gconf/Makefile.am:
15616           Honour --disable-schemas-install configure option. Fixes #344100.
15617
15618 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15619
15620         * tests/examples/level/Makefile.am:
15621           Add -lm to LIBS for pow() function, don't assume one of our
15622           dependencies (such as libxml-2.0) drags it in automatically
15623           (#343603).
15624
15625 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15626
15627         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15628
15629         * configure.ac:
15630           We should use $SED and not $(SED) in configure.ac (#343678).
15631
15632 2006-06-09  Wim Taymans  <wim@fluendo.com>
15633
15634         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15635
15636         * sys/sunaudio/gstsunaudiomixerctrl.c:
15637         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15638         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15639         (gst_sunaudiomixer_ctrl_set_mute):
15640         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15641         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15642         (gst_sunaudiosink_write):
15643         Attached find a patch that fixes a number of bugs with the SunAudio
15644         mixer plugin and fixes #344101:
15645         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15646            tracks onto the tracklist causing gnome-volume-control's preferences
15647            dialog to be messed up and would core dump if you checked/unchecked
15648            any item.
15649         2. We weren't previously setting the MUTE flag properly.  Fixing this
15650            makes gnome-volume-control work better.
15651         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15652            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15653            gnome-volume-control look better.
15654         Also some minor cleanup in gstsunaudiosink.c.
15655
15656 2006-06-09  Wim Taymans  <wim@fluendo.com>
15657
15658         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15659         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15660         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15661         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15662         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15663         * ext/jpeg/gstjpegdec.h:
15664         API: Added IDCT method property
15665         Small cleanups.
15666         Avoid dynamic allocation of trivial fixed structure.
15667         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15668
15669 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15670
15671         * configure.ac:
15672         We now require libraw1394 >= 1.1.0 and that version onwards all
15673         have .pc files.
15674
15675 2006-06-02  Edward Hervey  <edward@fluendo.com>
15676
15677         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15678         Trying to get items from an ANY or EMPTY caps is ... stupid.
15679
15680 2006-06-02  Edward Hervey  <edward@fluendo.com>
15681
15682         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15683         (gst_dvdec_chain), (gst_dvdec_change_state):
15684         * ext/dv/gstdvdec.h:
15685         Added GstSegment handling, now implements dropping/clipping.
15686
15687 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15688
15689         * ext/aalib/gstaasink.h:
15690         * ext/annodex/gstcmmldec.h:
15691         * ext/cairo/gsttimeoverlay.h:
15692         * ext/dv/gstdvdec.h:
15693         * ext/dv/gstdvdemux.h:
15694         * ext/esd/esdmon.h:
15695         * ext/esd/esdsink.h:
15696         * ext/flac/gstflacenc.h:
15697         * ext/gconf/gstgconfaudiosink.h:
15698         * ext/gconf/gstgconfaudiosrc.h:
15699         * ext/gconf/gstgconfvideosink.h:
15700         * ext/gconf/gstgconfvideosrc.h:
15701         * ext/gdk_pixbuf/gstgdkanimation.h:
15702         * ext/gdk_pixbuf/pixbufscale.h:
15703         * ext/hal/gsthalaudiosink.h:
15704         * ext/hal/gsthalaudiosrc.h:
15705         * ext/jpeg/gstjpegenc.h:
15706         * ext/jpeg/gstsmokedec.h:
15707         * ext/jpeg/gstsmokeenc.h:
15708         * ext/libcaca/gstcacasink.h:
15709         * ext/libmng/gstmngdec.h:
15710         * ext/libmng/gstmngenc.h:
15711         * ext/libpng/gstpngdec.h:
15712         * ext/libpng/gstpngenc.h:
15713         * ext/raw1394/gstdv1394src.h:
15714         * ext/speex/gstspeexenc.h:
15715         * gst/autodetect/gstautoaudiosink.h:
15716         * gst/autodetect/gstautovideosink.h:
15717         * gst/avi/gstavidemux.h:
15718         * gst/cutter/gstcutter.h:
15719         * gst/debug/efence.h:
15720         * gst/debug/gstnavigationtest.h:
15721         * gst/debug/gstnavseek.h:
15722         * gst/flx/gstflxdec.h:
15723         * gst/goom/gstgoom.h:
15724         * gst/icydemux/gsticydemux.h:
15725         * gst/id3demux/gstid3demux.h:
15726         * gst/law/alaw-decode.h:
15727         * gst/law/alaw-encode.h:
15728         * gst/law/mulaw-decode.h:
15729         * gst/law/mulaw-encode.h:
15730         * gst/matroska/matroska-mux.h:
15731         * gst/median/gstmedian.h:
15732         * gst/oldcore/gstaggregator.h:
15733         * gst/oldcore/gstfdsink.h:
15734         * gst/oldcore/gstmd5sink.h:
15735         * gst/oldcore/gstmultifilesrc.h:
15736         * gst/oldcore/gstpipefilter.h:
15737         * gst/oldcore/gstshaper.h:
15738         * gst/oldcore/gststatistics.h:
15739         * gst/rtp/gstasteriskh263.h:
15740         * gst/rtp/gstrtpL16depay.h:
15741         * gst/rtp/gstrtpL16pay.h:
15742         * gst/rtp/gstrtpamrdepay.h:
15743         * gst/rtp/gstrtpamrpay.h:
15744         * gst/rtp/gstrtpdepay.h:
15745         * gst/rtp/gstrtpgsmdepay.h:
15746         * gst/rtp/gstrtpgsmpay.h:
15747         * gst/rtp/gstrtph263pay.h:
15748         * gst/rtp/gstrtph263pdepay.h:
15749         * gst/rtp/gstrtph263ppay.h:
15750         * gst/rtp/gstrtpmp4gpay.h:
15751         * gst/rtp/gstrtpmp4vdepay.h:
15752         * gst/rtp/gstrtpmp4vpay.h:
15753         * gst/rtp/gstrtpmpadepay.h:
15754         * gst/rtp/gstrtpmpapay.h:
15755         * gst/rtp/gstrtppcmadepay.h:
15756         * gst/rtp/gstrtppcmapay.h:
15757         * gst/rtp/gstrtppcmudepay.h:
15758         * gst/rtp/gstrtppcmupay.h:
15759         * gst/rtp/gstrtpspeexdepay.h:
15760         * gst/rtp/gstrtpspeexpay.h:
15761         * gst/rtsp/gstrtpdec.h:
15762         * gst/rtsp/gstrtspsrc.h:
15763         * gst/smpte/gstsmpte.h:
15764         * gst/udp/gstdynudpsink.h:
15765         * gst/udp/gstmultiudpsink.h:
15766         * gst/udp/gstudpsink.h:
15767         * gst/udp/gstudpsrc.h:
15768         * gst/videofilter/gstvideobalance.h:
15769         * gst/videofilter/gstvideoflip.h:
15770         * sys/oss/gstossdmabuffer.h:
15771         * sys/oss/gstossmixerelement.h:
15772         * sys/oss/gstosssink.h:
15773         * sys/oss/gstosssrc.h:
15774         * sys/osxvideo/osxvideosink.h:
15775         * sys/sunaudio/gstsunaudiomixer.h:
15776         * sys/sunaudio/gstsunaudiosink.h:
15777         * sys/ximage/gstximagesrc.h:
15778         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15779
15780 2006-05-31  Wim Taymans  <wim@fluendo.com>
15781
15782         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15783         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15784         (gst_goom_src_setcaps), (gst_goom_src_event),
15785         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15786         (gst_goom_change_state):
15787         * gst/goom/gstgoom.h:
15788         Handle QoS.
15789         Handle flushing, discont and events.
15790         Fix timestamps and various other cleanups.
15791
15792 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15793
15794         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15795         Fix bus reset when using libiec61883
15796
15797 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15798
15799         * configure.ac:
15800         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15801         * ext/raw1394/Makefile.am:
15802         Add CFLAGS.
15803         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15804         New method, to receive using libiec61883.
15805         (gst_dv1394src_iso_receive),
15806         #ifdef'd out if libiec61883 is present.
15807         (gst_dv1394src_bus_reset),
15808         Get userdata correctly if using libiec61883. 
15809         (gst_dv1394src_create),
15810         When using libiec61883, only poll one fd and no need to read.
15811         (gst_dv1394src_discover_avc_node),
15812         Replace g_warnings.
15813         (gst_dv1394src_start),
15814         Create new handle when we know which dv port.  More reliable
15815         than setting port on an existing handle.  Initialise libiec61883.
15816         (gst_dv1394src_stop):
15817         If using libiec61883, then cleanup its handle properly.
15818         * ext/raw1394/gstdv1394src.h:
15819         Add libiec61883 handle.
15820
15821 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15822
15823         * gst/avi/gstavidemux.c:
15824           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15825         * win32/MANIFEST:
15826           sort file listing
15827         * win32/vs6/libgstavi.dsp:
15828           add gstavimux.c to the project
15829         * win32/vs6/libgstid3demux.dsp:
15830           add link to zlib library
15831         * win32/vs6/libgstmatroska.dsp:
15832           add matroska-ids.c to the project
15833
15834 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15835
15836         Patch by: Sebastian Dröge  <mail at slomosnail de >
15837
15838         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15839         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15840         * ext/taglib/Makefile.am:
15841         * ext/taglib/gstapev2mux.cc:
15842         * ext/taglib/gstapev2mux.h:
15843         * ext/taglib/gstid3v2mux.cc:
15844         * ext/taglib/gsttaglibmux.c: (plugin_init):
15845         * ext/taglib/gsttaglibmux.h:
15846           Add apev2mux element (#343122).
15847         
15848         * tests/check/Makefile.am:
15849         * tests/check/elements/apev2mux.c:
15850         (test_taglib_apev2mux_create_tags),
15851         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15852         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15853         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15854         (apev2mux_suite), (main):
15855           Add unit test for apev2mux element.
15856
15857 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15858
15859         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15860         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15861         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15862           GST_PTR_FORMAT should be used to print caps in debug statements.
15863
15864 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15865
15866         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15867
15868         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15869         (ape_demux_parse_tags):
15870           Some clean-ups and additions: map APE 'file' tag to
15871           GST_TAG_LOCATION (#343123); add support for extracting
15872           the track count and clean up parsing a bit (#343127).
15873
15874 2006-05-28  Edward Hervey  <edward@fluendo.com>
15875
15876         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15877         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15878
15879 2006-05-28  Edward Hervey  <edward@fluendo.com>
15880
15881         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15882         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15883         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15884         * ext/jpeg/gstjpegdec.h:
15885         Clip outgoing buffers according to currently configured segment.
15886
15887 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15888
15889         * ext/taglib/gstid3v2mux.cc:
15890           Handle  writing of track-count or album-volume-count without
15891           track-number or albume-volume-number (in this case the number
15892           will just be set to 0).
15893
15894         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15895           It would be nice if we actually checked the values received for
15896           track/album-volume number/count in  _check_tags(), rather than
15897           setting them again ...
15898
15899 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15900
15901         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15902           A track/volume number or count of 0 does not make sense,
15903           just ignore it along with negative numbers (a tag might
15904           only contain a track count without a track number).
15905
15906 2006-05-27  Edward Hervey  <edward@fluendo.com>
15907
15908         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15909         (gst_jpeg_dec_sink_event):
15910         Abort decompression when receiving FLUSH_STOP. This should avoid
15911         issues when interrupting decoding with flushes.
15912
15913 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15914
15915         * ext/flac/gstflac.c:
15916           Don't #include file we don't dist any longer.
15917
15918 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15919
15920         * README:
15921           Replace current README (containing the release notes from
15922           some 0.9.x version) with a proper README taken from the core.
15923
15924 2006-05-24  Wim Taymans  <wim@fluendo.com>
15925
15926         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15927         Implement EOS correctly by either posting
15928         SEGMENT_DONE or pushing an EOS message depending
15929         on the seek type. Fixes #342592
15930
15931 2006-05-24  Wim Taymans  <wim@fluendo.com>
15932
15933         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15934         * gst/law/alaw-decode.h:
15935         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15936         * gst/law/alaw-encode.h:
15937         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15938         * gst/law/mulaw-decode.h:
15939         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15940         * gst/law/mulaw-encode.h:
15941         Some cleanups in the chain functions.
15942         Remove some GStreamer 0.0.2 bits.
15943
15944 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15945
15946         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15947
15948         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15949           gst_collect_pads_stop() needs to be called before chaining up
15950           to the parent class (#342734).
15951
15952 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15953
15954         * ext/flac/Makefile.am:
15955         * ext/flac/flac_compat.h:
15956         * ext/flac/gstflac.c:
15957         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15958         * ext/flac/gstflacenc.c:
15959           Remove backwards compatibility cruft for dealing with FLAC API
15960           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15961
15962 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15963
15964         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15965         (gst_matroska_demux_push_xiph_codec_priv_data),
15966         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15967         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15968         * gst/matroska/matroska-ids.h:
15969         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15970         (gst_matroska_mux_video_pad_setcaps),
15971         (xiph3_streamheader_to_codecdata),
15972         (vorbis_streamheader_to_codecdata),
15973         (theora_streamheader_to_codecdata),
15974         (gst_matroska_mux_audio_pad_setcaps),
15975         (gst_matroska_mux_write_data):
15976           Add support for muxing/demuxing theora video (#342448; too bad
15977           none of the usual linux players can actually play this). Playback
15978           in GStreamer will require additional changes to theoradec in -base.
15979           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15980           cleanups.
15981
15982 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15983
15984         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15985         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15986           Fix crashes when the horizontal subsampling is 1.
15987           Fixes #342097.
15988
15989 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15990
15991         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15992
15993         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15994         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15995         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15996         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15997         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15998         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15999         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16000         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16001         (gst_avi_mux_change_state):
16002         * gst/avi/gstavimux.h:
16003           Some enhancements for avimux (#342526):
16004            - add odml (large file) index support
16005            - store codec init data (e.g. huffyuv)
16006            - miscellaneous other fixes/cleanups
16007
16008 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16009
16010         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16011         Don't output any tag when we encounter a negative track number - the
16012         tag type is uint, so we end up outputting huge positive numbers
16013         instead. (Fixes: #342029)
16014
16015 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16016
16017         * configure.ac:
16018           update for new GSTPB_PLUGINS_DIR
16019
16020 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16021
16022         * rtp/gst/gstrtph263pay.c:
16023         Properly set static caps for H263 at 34.
16024
16025 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16026
16027         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16028
16029         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16030           Merge event tags and tag setter tags correctly (#339918). Also,
16031           don't leak taglist in case of an error.
16032           
16033 2006-05-17  Edward Hervey  <edward@fluendo.com>
16034
16035         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16036         We can only do caps intersection if the othercaps are non-empty and not
16037         ANY. Else we return the pad template (base_caps).
16038
16039 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16040
16041         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16042           Fix crash when outputting debugging information for certain
16043           pictures (always good to use the right struct member for
16044           the number of records in an array).
16045
16046 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16047
16048         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16049
16050         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16051         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16052         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16053         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16054         (gst_ebml_read_float), (gst_ebml_read_ascii),
16055         (gst_ebml_read_binary):
16056           Don't create unnecessary sub-buffers all the time. Dramatically
16057           improves performance with multiple concurrently running
16058           matroskademux instances (#341818) (and avoids doing
16059           unnecessarily inefficient things in the general case).
16060
16061 2006-05-16  Edward Hervey  <edward@fluendo.com>
16062
16063         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16064         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16065         return value of gst_pad_push_event().
16066
16067 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16068
16069         * gst/autodetect/gstautoaudiosink.c:
16070         (gst_auto_audio_sink_find_best):
16071         * gst/autodetect/gstautovideosink.c:
16072         (gst_auto_video_sink_find_best):
16073         Make the name of the child element be based on the name of the
16074         parent, so that debug output is more useful.
16075         
16076         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16077         (parse_insert_string_field), (parse_split_strings):
16078         Rework string parsing to always walk over BOM markers in UTF16
16079         strings, using the endianness indicated by the innermost one,
16080         then trying the opposite endianness if that fails to convert
16081         to valid UTF-8. Fixes #341774
16082
16083 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16084
16085         Patch from: Matthieu <matthieu at fluendo dot com>
16086
16087         * ext/libpng/Makefile.am:
16088         Add LIBPNG_CFLAGS.
16089
16090 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16091
16092         * ext/taglib/gstid3v2mux.cc:
16093           Add support for writing images (APIC frames) into ID3v2
16094           tags (picture type always set to 'other' for now though).
16095
16096 2006-05-14  Michael Smith  <msmith@fluendo.com>
16097
16098         * gst/wavparse/gstwavparse.c:
16099           Update docs; wavparse implements push and pull modes.
16100
16101 2006-05-12  Wim Taymans  <wim@fluendo.com>
16102
16103         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16104         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16105         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16106         Ooops, bitten by the copy-and-paste design paradigm, fixes
16107         seek again.
16108
16109 2006-05-12  Wim Taymans  <wim@fluendo.com>
16110
16111         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16112         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16113         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16114         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16115         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16116         (gst_avi_demux_massage_index),
16117         (gst_avi_demux_calculate_durations_from_index),
16118         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16119         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16120         (gst_avi_demux_loop):
16121         * gst/avi/gstavidemux.h:
16122         Some cleanups, prepare to use GstSegment.
16123         Fix error in entry walking code.
16124         Fix VBR detection.
16125         Smarter timestamp calculation code.
16126         Uniform error/eos handling.
16127
16128 2006-05-12  Michael Smith  <msmith@fluendo.com>
16129
16130         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16131         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16132           Fix use of uninitialised values if we're NOT seeking in ready.
16133           Fix typos.
16134
16135 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16136
16137         * gst/wavparse/Makefile.am:
16138           Add CFLAGS and LIBS for libgstbase, fixes build on
16139           Cygwin (#341489).
16140
16141 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16142
16143         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16144           Some more debug info. No need to check whether the string
16145           returned by g_convert() is really UTF-8 - either it is or
16146           we get NULL returned.
16147
16148 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16149
16150         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16151           Fix parsing of numeric genre strings some more, by ensuring that
16152           we only try and parse strings that a) Start with '(' and b) Consist
16153           only of digits.
16154           Also, when finding an escaping '((' sequence, bust it back to '(' by
16155           swallowing the first parenthesis
16156
16157 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16158
16159         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16160         (gst_esdsink_open), (gst_esdsink_close):
16161         * ext/esd/esdsink.h:
16162           Move the esd_get_server_info() into gst_esdsink_open() and fail
16163           with a decent error message on errors.
16164
16165 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16166
16167         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16168         (gst_esdmon_channels_get_type):
16169         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16170         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16171         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16172         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16173         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16174         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16175         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16176         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16177         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16178         * gst/videomixer/videomixer.c:
16179         (gst_video_mixer_background_get_type):
16180           Const-ify GEnumValue arrays.
16181
16182 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16183
16184         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16185
16186         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16187         (gst_avi_mux_do_video_buffer):
16188           Work around gst_buffer_make_metadata_writable() bug that
16189           results in avimux marking all frames in the index as
16190           keyframes (#340859).
16191           
16192 2006-05-08  Wim Taymans  <wim@fluendo.com>
16193
16194         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16195         Make parsing of urls suck slightly less.
16196
16197 2006-05-08  Edward Hervey  <edward@fluendo.com>
16198
16199         * autogen.sh: (CONFIGURE_DEF_OPT): 
16200         libtoolize on Darwin/MacOSX is called glibtoolize.
16201
16202 2006-05-08  Wim Taymans  <wim@fluendo.com>
16203
16204         Patch by: Jens Granseuer <jensgr at gmx dot net>
16205
16206         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16207         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16208         C89 compliance fixes. Fixes #340980
16209
16210 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16211
16212         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16213         * ext/flac/gstflacdec.h:
16214           Handle segment seeks that include the end of the file as stop point
16215           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16216           message instead of an EOS event in case we're in segment seek
16217           mode (fixes #340699).
16218           
16219 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16220
16221         * ext/cairo/gsttextoverlay.c:
16222         * ext/flac/gstflacdec.c:
16223         * ext/gdk_pixbuf/pixbufscale.c:
16224         * gst/apetag/gstapedemux.c:
16225         * gst/debug/breakmydata.c:
16226         * gst/debug/testplugin.c:
16227         * gst/matroska/ebml-write.c:
16228         * gst/multipart/multipartdemux.c:
16229         * sys/osxaudio/gstosxaudiosink.c:
16230         * sys/osxaudio/gstosxaudiosrc.c:
16231         Add semicolons after GST_BOILERPLATE[_FULL] so that
16232         indent doesn't mess up following lines.
16233
16234 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16235
16236         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16237
16238         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16239           Don't leak caps when freeing the stream context (#340623).
16240
16241 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16242
16243         * configure.ac:
16244           Back to CVS
16245
16246 === release 0.10.3 ===
16247
16248 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16249
16250         * configure.ac:
16251           releasing 0.10.3, "Desplazado"
16252
16253 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16254
16255         * gst/matroska/matroska-mux.c:
16256         (gst_matroska_mux_stream_is_vorbis_header),
16257         (gst_matroska_mux_write_data):
16258           Don't strcmp() NULL strings.
16259           Only start new clusters on video keyframes, not on any
16260           random audio buffer that doesn't have the DELTA_UNIT
16261           flag set (fixes 'make check' again).
16262
16263 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16264
16265         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16266
16267         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16268         (gst_matroska_mux_stream_is_vorbis_header),
16269         (gst_matroska_mux_write_data):
16270           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16271           value and then dead-lock when muxing vorbis audio streams
16272           (the three vorbis header buffers carry no timestamp, and it
16273           would try to mux these after all video buffers). Fixes #340346.
16274
16275           Improve clustering: start a new cluster also whenever we get
16276           a keyframe.     
16277
16278 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16279
16280         * win32/common/config.h:
16281         * win32/MANIFEST
16282           add the generated file as well
16283
16284 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16285
16286         * Makefile.am:
16287         * configure.ac:
16288         * win32/common/config.h.in:
16289           add win32 stuff
16290
16291 2006-05-03  Michael Smith  <msmith@fluendo.com>
16292
16293         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16294           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16295           SUCKS.
16296
16297 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16298
16299         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16300         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16301         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16302           don't leak caps-string
16303
16304 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16305
16306         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16307         (gst_id3demux_sink_activate):
16308           Let core insert default error message for TYPE_NOT_FOUND
16309           errors, it's just as good as our own and has the added
16310           bonus of being translated.
16311
16312 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16313
16314         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16315         (gst_tag_demux_sink_event):
16316         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16317         (gst_id3demux_sink_event):
16318           Post an error message when we get an EOS event and were not
16319           able to find out the type of stream.
16320
16321         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16322         (test_taglib_id3mux_with_tags):
16323           Decrease num-buffers to 16 per iteration again, otherwise the
16324           many memcpy()s and reallocations in the test will hammer slow
16325           CPUs completely and make the test timeout.
16326
16327 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16328
16329         * configure.ac:
16330           figure out where plugins-base plugins are
16331         * tests/check/Makefile.am:
16332           use plugins-base plugins, so we have typefind functions
16333         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16334           increase num-buffers, this makes sure the test errors out instead
16335           of timing out when no typefind functions are present
16336
16337 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16338
16339         * docs/plugins/Makefile.am:
16340           also check .cc files for gtk-doc markup
16341         * configure.ac:
16342         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16343         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16344         * tests/check/Makefile.am:
16345         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16346         * ext/Makefile.am:
16347         * ext/taglib/Makefile.am:
16348         * ext/taglib/gstid3v2mux.h:
16349         * ext/taglib/gsttaglibmux.c:
16350         * ext/taglib/gsttaglibmux.h:
16351           move taglib-based id3v2muxer to -good.  Fixes #336110.
16352
16353 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16354
16355         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16356           ... and fix multichannel/WAVFORMATEX support again.
16357
16358 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16359
16360         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16361         (gst_wavparse_class_init), (gst_wavparse_dispose),
16362         (gst_wavparse_reset), (gst_wavparse_init),
16363         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16364         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16365         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16366         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16367         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16368         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16369         (gst_wavparse_stream_data), (gst_wavparse_loop),
16370         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16371         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16372         (gst_wavparse_change_state), (plugin_init):
16373         * gst/wavparse/gstwavparse.h:
16374           Add push (streaming) mode to wavparse (fixes #337625)
16375
16376 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16377
16378         * configure.ac:
16379         * tests/Makefile.am:
16380           add ximagesrc icles test
16381
16382 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16383
16384         * configure.ac:
16385         * docs/plugins/Makefile.am:
16386         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16387         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16388         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16389         (gst_cmml_enc_push_clip):
16390         * sys/Makefile.am:
16391         * sys/ximage/Makefile.am:
16392         * sys/ximage/gstximagesrc.c:
16393           Move ximagesrc plug-in to good after review.  Fixes #336756.
16394
16395 2006-04-28  Michael Smith  <msmith@fluendo.com>
16396
16397         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16398         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16399         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16400         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16401         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16402         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16403         * gst/icydemux/gsticydemux.h:
16404           Fix event handling: cache events when typefinding and forward later.
16405
16406 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16407
16408         * sys/osxaudio/gstosxaudiosink.c:
16409         (plugin_init):
16410          Register osxaudiosrc to the plugin.
16411         * sys/osxaudio/gstosxaudiosrc.c:
16412         (gst_osx_audio_src_osxelement_do_init),
16413         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16414         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16415         (gst_osx_audio_src_get_property),
16416         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16417         (gst_osx_audio_src_osxelement_init):
16418         * sys/osxaudio/gstosxaudiosrc.h:
16419           Port of osxaudiosrc to 0.10.
16420         * sys/osxaudio/Makefile.am:
16421           Add osxaudiosrc
16422
16423 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16424
16425         * sys/osxaudio/gstosxringbuffer.c:
16426         * sys/osxaudio/gstosxringbuffer.h:
16427           Forgot to commit earlier, part of the OSX audio plugin port
16428
16429 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16432         (parse_split_strings):
16433           Recognise and skip any byte order marker (BOM) in
16434           UTF-16 strings.
16435
16436 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16437
16438         * docs/plugins/Makefile.am:
16439         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16440         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16441         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16442         * docs/plugins/inspect/plugin-avi.xml:
16443         * gst/avi/gstavidemux.c:
16444         * gst/avi/gstavimux.c:
16445           Add docs for both avidemux and avimux.
16446
16447 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16448
16449         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16450
16451         * gst/avi/Makefile.am:
16452         * gst/avi/gstavi.c: (plugin_init):
16453         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16454         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16455         (gst_avi_mux_class_init), (gst_avi_mux_init),
16456         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16457         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16458         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16459         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16460         (gst_avi_mux_riff_get_avix_header),
16461         (gst_avi_mux_riff_get_video_header),
16462         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16463         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16464         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16465         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16466         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16467         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16468         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16469         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16470         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16471         (gst_avi_mux_change_state):
16472         * gst/avi/gstavimux.h:
16473           Port AVI muxer to GStreamer-0.10 (#332031).
16474
16475         * tests/check/Makefile.am:
16476         * tests/check/elements/avimux.c:
16477         * tests/check/elements/.cvsignore:
16478           Add unit test for AVI muxer.
16479
16480 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16481
16482         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16483         (gst_wavparse_class_init), (gst_wavparse_reset),
16484         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16485         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16486         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16487         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16488         (gst_wavparse_stream_data), (gst_wavparse_loop),
16489         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16490         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16491         (plugin_init):
16492         * gst/wavparse/gstwavparse.h:
16493           reverted patch #337625 for the price of 1 hour sleep
16494
16495 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16496
16497         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16498         (gst_wavparse_class_init), (gst_wavparse_reset),
16499         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16500         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16501         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16502         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16503         (gst_wavparse_stream_data), (gst_wavparse_loop),
16504         (gst_wavparse_chain), (plugin_init):
16505         * gst/wavparse/gstwavparse.h:
16506           correct partial implementation of push mode
16507           (from my last commit)
16508
16509 2006-04-26  Wim Taymans  <wim@fluendo.com>
16510
16511         * ext/esd/esdsink.c:
16512         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16513         it is not in esd.h
16514
16515 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16516
16517         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16518         (gst_au_parse_class_init), (gst_au_parse_init),
16519         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16520         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16521         (gst_au_parse_chain), (gst_au_parse_src_convert),
16522         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16523         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16524         (gst_au_parse_change_state):
16525         * gst/auparse/gstauparse.h:
16526           Rewrite auparse to suck a little bit less: make source pad
16527           dynamic, so decodebin/playbin work with non-raw formats
16528           like alaw/mulaw; add query function for duration/position
16529           queries; check whether we have enough data before attempting
16530           to parse the header (instead of crashing when that is not the
16531           case); work around audioconvert sucking by swapping endianness
16532           to the native endianness ourselves for float formats; send
16533           initial newsegment event. Fixes #161712.
16534
16535 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16536
16537         * sys/osxaudio/Makefile.am:
16538         * sys/osxaudio/gstosxaudioelement.c:
16539         (gst_osx_audio_element_get_type),
16540         (gst_osx_audio_element_class_init):
16541         * sys/osxaudio/gstosxaudioelement.h:
16542         * sys/osxaudio/gstosxaudiosink.c:
16543         (gst_osx_audio_sink_osxelement_do_init),
16544         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16545         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16546         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16547         (gst_osx_audio_sink_create_ringbuffer),
16548         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16549         (plugin_init):
16550         * sys/osxaudio/gstosxaudiosink.h:
16551         Port of osxaudiosink to 0.10
16552
16553 2006-04-26  Wim Taymans  <wim@fluendo.com>
16554
16555         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16556         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16557         the size of the ringbuffer. This should fix hangs with older 
16558         esd sound servers.
16559
16560 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16561
16562         * ext/aalib/gstaasink.c:
16563         * ext/annodex/gstcmmldec.c:
16564         * ext/annodex/gstcmmlenc.c:
16565         * ext/cairo/gsttextoverlay.c:
16566         * ext/cairo/gsttimeoverlay.c:
16567         * ext/cdio/gstcdiocddasrc.c:
16568         * ext/dv/gstdvdec.c:
16569         * ext/dv/gstdvdemux.c:
16570         * ext/esd/esdmon.c:
16571         * ext/esd/esdsink.c:
16572         * ext/flac/gstflacenc.c:
16573         * ext/flac/gstflactag.c:
16574         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16575         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16576         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16577         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16578         * ext/gdk_pixbuf/pixbufscale.c:
16579         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16580         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16581         * ext/jpeg/gstjpegdec.c:
16582         * ext/jpeg/gstjpegenc.c:
16583         * ext/jpeg/gstsmokedec.c:
16584         * ext/jpeg/gstsmokeenc.c:
16585         * ext/libcaca/gstcacasink.c:
16586         * ext/libmng/gstmngdec.c:
16587         * ext/libmng/gstmngenc.c:
16588         * ext/libpng/gstpngdec.c:
16589         * ext/libpng/gstpngenc.c:
16590         * ext/mikmod/gstmikmod.c:
16591         * ext/raw1394/gstdv1394src.c:
16592         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16593         * ext/shout2/gstshout2.h:
16594         * ext/speex/gstspeexdec.c:
16595         * ext/speex/gstspeexenc.c:
16596         * gst/alpha/gstalpha.c:
16597         * gst/alpha/gstalphacolor.c:
16598         * gst/apetag/gstapedemux.c:
16599         * gst/auparse/gstauparse.c:
16600         * gst/autodetect/gstautoaudiosink.c:
16601         (gst_auto_audio_sink_base_init):
16602         * gst/autodetect/gstautovideosink.c:
16603         (gst_auto_video_sink_base_init):
16604         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16605         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16606         * gst/cutter/gstcutter.c:
16607         * gst/debug/breakmydata.c:
16608         * gst/debug/efence.c:
16609         * gst/debug/gstnavigationtest.c:
16610         * gst/debug/gstnavseek.c:
16611         * gst/debug/negotiation.c:
16612         * gst/debug/progressreport.c:
16613         * gst/debug/testplugin.c:
16614         * gst/effectv/gstaging.c:
16615         * gst/effectv/gstdice.c:
16616         * gst/effectv/gstedge.c:
16617         * gst/effectv/gstquark.c:
16618         * gst/effectv/gstrev.c:
16619         * gst/effectv/gstshagadelic.c:
16620         * gst/effectv/gstvertigo.c:
16621         * gst/effectv/gstwarp.c:
16622         * gst/flx/gstflxdec.c:
16623         * gst/goom/gstgoom.c:
16624         * gst/icydemux/gsticydemux.c:
16625         * gst/id3demux/gstid3demux.c:
16626         * gst/interleave/deinterleave.c:
16627         * gst/interleave/interleave.c:
16628         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16629         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16630         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16631         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16632         * gst/level/gstlevel.c:
16633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16634         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16635         * gst/median/gstmedian.c:
16636         * gst/monoscope/gstmonoscope.c:
16637         * gst/multipart/multipartdemux.c:
16638         * gst/multipart/multipartmux.c:
16639         * gst/oldcore/gstaggregator.c:
16640         * gst/oldcore/gstfdsink.c:
16641         * gst/oldcore/gstmd5sink.c:
16642         * gst/oldcore/gstmultifilesrc.c:
16643         * gst/oldcore/gstpipefilter.c:
16644         * gst/oldcore/gstshaper.c:
16645         * gst/oldcore/gststatistics.c:
16646         * gst/rtp/gstasteriskh263.c:
16647         * gst/rtp/gstrtpL16depay.c:
16648         * gst/rtp/gstrtpL16pay.c:
16649         * gst/rtp/gstrtpamrdepay.c:
16650         * gst/rtp/gstrtpamrpay.c:
16651         * gst/rtp/gstrtpdepay.c:
16652         * gst/rtp/gstrtpgsmpay.c:
16653         * gst/rtp/gstrtph263pay.c:
16654         * gst/rtp/gstrtph263pdepay.c:
16655         * gst/rtp/gstrtph263ppay.c:
16656         * gst/rtp/gstrtpilbcdepay.c:
16657         * gst/rtp/gstrtpmp4gpay.c:
16658         * gst/rtp/gstrtpmp4vdepay.c:
16659         * gst/rtp/gstrtpmp4vpay.c:
16660         * gst/rtp/gstrtpmpadepay.c:
16661         * gst/rtp/gstrtpmpapay.c:
16662         * gst/rtp/gstrtppcmadepay.c:
16663         * gst/rtp/gstrtppcmapay.c:
16664         * gst/rtp/gstrtppcmudepay.c:
16665         * gst/rtp/gstrtppcmupay.c:
16666         * gst/rtp/gstrtpspeexdepay.c:
16667         * gst/rtp/gstrtpspeexpay.c:
16668         * gst/rtsp/gstrtpdec.c:
16669         * gst/rtsp/gstrtspsrc.c:
16670         * gst/smpte/gstsmpte.c:
16671         * gst/udp/gstdynudpsink.c:
16672         * gst/udp/gstmultiudpsink.c:
16673         * gst/udp/gstudpsink.c:
16674         * gst/udp/gstudpsrc.c:
16675         * gst/videobox/gstvideobox.c:
16676         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16677         * gst/videofilter/gstvideobalance.c:
16678         * gst/videofilter/gstvideoflip.c:
16679         * gst/videofilter/gstvideotemplate.c:
16680         (gst_videotemplate_base_init):
16681         * gst/videomixer/videomixer.c:
16682         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16683         (gst_wavparse_class_init), (gst_wavparse_dispose),
16684         (gst_wavparse_reset), (gst_wavparse_init),
16685         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16686         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16687         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16688         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16689         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16690         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16691         (gst_wavparse_change_state):
16692         * gst/wavparse/gstwavparse.h:
16693         * sys/oss/gstossmixerelement.c:
16694         * sys/oss/gstosssink.c:
16695         * sys/oss/gstosssrc.c:
16696         * sys/osxaudio/gstosxaudioelement.c:
16697         * sys/osxaudio/gstosxaudiosink.c:
16698         * sys/osxaudio/gstosxaudiosrc.c:
16699         * sys/sunaudio/gstsunaudiomixer.c:
16700         * sys/sunaudio/gstsunaudiosink.c:
16701           Define GstElementDetails as const and also static (when defined as
16702           global)
16703
16704 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16705
16706         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16707           Source pad has fixed caps. If we don't set this, bad
16708           things happen when the window is resized.
16709
16710 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16711
16712         * gst/matroska/Makefile.am:
16713         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16714         (gst_matroska_demux_handle_src_event):
16715         * gst/matroska/matroska-ids.c:
16716         (gst_matroska_track_init_video_context),
16717         (gst_matroska_track_init_audio_context),
16718         (gst_matroska_track_init_subtitle_context),
16719         (gst_matroska_track_init_complex_context):
16720         * gst/matroska/matroska-ids.h:
16721           Handle case where the TrackType ebml chunk does not come before the
16722           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16723           events.
16724
16725 2006-04-25  Wim Taymans  <wim@fluendo.com>
16726
16727         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16728         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16729         It's codec_data, not codec_info.
16730
16731 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16732
16733         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16734
16735         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16736           Handle codec_data for VfW compatibility codec IDs (#339451)
16737
16738         * gst/matroska/matroska-mux.c:
16739         (gst_matroska_mux_video_pad_setcaps):
16740           Same here, handle codec_data and add additional caps we can handle
16741           now to the pad template (huffyuv, dv and h263 video) (#339451)
16742
16743 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16744
16745         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16746
16747         * gst/matroska/matroska-mux.c:
16748         (gst_matroska_mux_create_buffer_header),
16749         (gst_matroska_mux_write_data):
16750           Fix timestamping of B-frames, use signed integers, do
16751           some rounding (#339678).
16752
16753 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16754
16755         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16756         just make it compile with --disable-gst-debug.
16757
16758 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16759
16760         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16761         Fix a bad conversion using gst_guint64_to_gdouble.
16762         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16763         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16764         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16765     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16766         mistake.
16767
16768 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16769
16770         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16771         Use gst_guint64_to_gdouble for conversions
16772         * win32/vs6/gst_plugins_good.dsw:
16773         * win32/vs6/libgsticydemux.dsp:
16774         Add a project file for icydemux
16775
16776 2006-04-21  Wim Taymans  <wim@fluendo.com>
16777
16778         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16779
16780         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16781         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16782         When splitting audio chunks, the block alignment is not taken in
16783         consideration, so the smaller chunks could be of size which is 
16784         not a multiple of the block alignment. Fixes #336904
16785
16786 2006-04-21  Wim Taymans  <wim@fluendo.com>
16787
16788         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16789         Use scale functions
16790
16791 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16792
16793         * ext/dv/gstdv.c: (plugin_init):
16794           Fix build.
16795
16796 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16797
16798         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16799         (gst_progress_report_class_init), (gst_progress_report_init),
16800         (gst_progress_report_do_query), (gst_progress_report_report),
16801         (gst_progress_report_set_property),
16802         (gst_progress_report_get_property):
16803           Add 'format' property to force querying to a particular format.
16804
16805 2006-04-21  Andy Wingo  <wingo@pobox.com>
16806
16807         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16808         best, on big endian systems. Drop its rank in that case. OTOH on
16809         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16810
16811 2006-04-21  Michael Smith  <msmith@fluendo.com>
16812
16813         * configure.ac:
16814         * gst/icydemux/Makefile.am:
16815         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16816         (gst_icydemux_base_init), (gst_icydemux_class_init),
16817         (gst_icydemux_reset), (gst_icydemux_init),
16818         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16819         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16820         (unicodify), (gst_icydemux_unicodify),
16821         (gst_icydemux_parse_and_send_tags),
16822         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16823         (gst_icydemux_chain), (gst_icydemux_change_state),
16824         (gst_icydemux_send_tag_event), (plugin_init):
16825         * gst/icydemux/gsticydemux.h:
16826         * tests/check/Makefile.am:
16827         * tests/check/elements/icydemux.c: (typefind_succeed),
16828         (plugin_init), (icydemux_found_pad), (create_icydemux),
16829         (cleanup_icydemux), (push_data), (GST_START_TEST),
16830         (icydemux_suite), (main):
16831           Add icydemux, and tests.
16832
16833 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16834
16835         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16836           Post SEGMENT_DONE message in TIME format.
16837
16838 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16839
16840         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16841
16842         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16843         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16844           Fix index creation when we have to scan the file to create
16845           an index. There may be other types of RIFF 'LIST' chunks than
16846           'movi' and we need to skip them properly as well or we'll end up
16847           reading garbage (#336889). Some other cosmetic changes.
16848           
16849 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16850
16851         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16852         (gst_flac_dec_handle_seek_event):
16853           Add support for segment seeks (fixes #338290). Also demote
16854           some recurring debug message from DEBUG to LOG level.
16855
16856 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16857
16858         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16859         (gst_matroskademux_do_index_seek),
16860         (gst_matroska_demux_handle_seek_event),
16861         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16862         * gst/matroska/matroska-ids.h:
16863           Set DISCONT flag on first buffer after a discontinuity.
16864           Fix newsegment events sent when seeking and honour KEY_UNIT
16865           seek flag. Create pad with bogus caps if we don't recognise
16866           the stream codec id.
16867
16868         * gst/matroska/matroska-demux.h:
16869           Fix GObject macros.
16870
16871 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16872
16873         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16874
16875         * gst/matroska/matroska-demux.c:
16876         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16877           Handle end of segment properly when set; don't dead-lock when
16878           posting start of segment message when doing a segment seek.
16879           Fixes #338810.
16880
16881 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16882
16883         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16884         (gst_matroska_demux_plugin_init):
16885           Make mpeg2 aac audio work: create artificial private codec data
16886           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16887           Also call gst_riff_init(). Partially fixes #338767.
16888
16889 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16890
16891         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16892         (gst_wavenc_class_init), (gst_wavenc_init),
16893         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16894         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16895         (gst_wavenc_chain), (gst_wavenc_change_state):
16896         * gst/wavenc/gstwavenc.h:
16897           Set caps on first outgoing buffer, so that it doesn't error out
16898           immediately with a non-negotiated error (#338716). Rewrite and
16899           clean up a bit; fix setcaps function to parse things properly;
16900           fix sink caps (8bit audio is unsigned and doesn't have depth);
16901           use boilerplate macros; remove unused properties stuff.
16902
16903 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16904
16905         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16906           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16907           handle MJPEG streams and might be autoplugged for those if the
16908           user doesn't have jpegdec installed (resulting in a cryptic error
16909           message about huffman tables). Better to disable JPEG decoding here
16910           and let the user figure out that she needs to install jpegdec.
16911
16912 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16913
16914         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16915         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16916         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16917         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16918           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16919           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16920           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16921           debug messages. Fix boilerplate macros.
16922
16923 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16924
16925         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16926         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16927           No need to special-case for Gdk-2.0 any longer, we require
16928           Gdk 2.2 or newer; minor clean-ups.
16929
16930 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16931
16932         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16933         (gst_shout2send_class_init), (gst_shout2send_init),
16934         (set_shout_metadata), (gst_shout2send_set_metadata),
16935         (gst_shout2send_event), (gst_shout2send_start),
16936         (gst_shout2send_connect), (gst_shout2send_stop),
16937         (gst_shout2send_render), (gst_shout2send_set_property),
16938         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16939         (plugin_init):
16940         * ext/shout2/gstshout2.h:
16941         * po/POTFILES.in:
16942           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16943           change function; use GST_ELEMENT_ERROR for error reporting, not
16944           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16945           will cause crashes or assertion failures; remove (unused) "sync"
16946           property, basesink already has such a property; misc. other
16947           minor fixes and cleanups.
16948
16949 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16950
16951         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16952         * ext/esd/gstesd.c: (plugin_init):
16953         * po/POTFILES.in:
16954           Add translatable error message for when we cannot
16955           connect to the sound server, as "Cannot open resource
16956           for writing" isn't really an acceptable message to show
16957           to the user in this case.
16958
16959 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16960
16961         * sys/oss/gst-i18n-plugin.h:
16962           Remove bogus file that doesn't belong here.
16963
16964 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16965
16966         Patch by: Philippe Valembois
16967
16968         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16969         (gst_shout2send_set_metadata), (gst_shout2send_event),
16970         (gst_shout2send_render), (gst_shout2send_change_state):
16971         * ext/shout2/gstshout2.h:
16972           Handle tags being received before the connection to
16973           the server is established properly (see #338636).
16974
16975 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16976
16977         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16978           Don't crash in case the connection to the server fails:
16979           don't set pointer to NULL by assigning FALSE; error out
16980           properly by using GST_ELEMENT_ERROR and returning
16981           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16982           before resetting the pointer.
16983
16984 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16985
16986         * gst/id3demux/id3tags.c:
16987         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16988         (Fixes #338713)
16989
16990 2006-04-12  Wim Taymans  <wim@fluendo.com>
16991
16992         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16993         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16994         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16995         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16996         (gst_gdk_pixbuf_chain):
16997         Some cleanups.
16998         Added RGBA as a possible output format.
16999         Correctly free the supported mimetypes.
17000         deprecate silent arg, it's not used.
17001         Return result from _alloc_buffer to peer.
17002
17003 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17004
17005         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17006           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17007           overwriting GST_BUFFER_MALLOCDATA.
17008
17009 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17010
17011         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17012         (user_endrow_callback), (user_end_callback),
17013         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17014         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17015         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17016         * ext/libpng/gstpngdec.h:
17017           Handle more than one frame if the content is framed,
17018           like with png-in-quicktime (#331917).
17019
17020 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17021
17022         * sys/oss/Makefile.am:
17023         * sys/oss/common.h:
17024         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17025         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17026         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17027         (gst_oss_src_unprepare):
17028           - the user-visible error strings were in the wrong category
17029           - and the messages were not marked for translation
17030           - which is actually a good thing, because they were exactly
17031             the kind of message you would never want anyone to see
17032           - the macros were using variables that didn't exist in the macro
17033             arguments
17034           - and they were obviously copied from each other and then modified
17035           - so a common header makes sense
17036
17037 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17038
17039         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17040           Don't try to modify read-only data.
17041
17042         * gst/matroska/matroska-demux.c:
17043         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17044           Fix comment (won't crash any longer now).
17045
17046 2006-04-10  Michael Smith  <msmith@fluendo.com>
17047
17048         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17049           Use copies of header buffers for caps to avoid circular refcounting
17050           problems (as in theoradec, vorbisdec).
17051
17052         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17053           Fix a typo in test that meant it was testing the wrong thing.
17054
17055         * tests/check/elements/cmmlenc.c: (check_headers):
17056           Fix refcount checks now that we use buffer-copies for caps.
17057
17058 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17059
17060         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17061         (gst_matroska_demux_handle_seek_event),
17062         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17063         (gst_matroska_demux_subtitle_caps),
17064         (gst_matroska_demux_plugin_init):
17065           Use static pad templates with ANY caps for audio and video
17066           source pads and get rid of a lot of unnecessary (and partially
17067           broken) code for the template caps. Clean up caps finding
17068           functions. Fixes playback of audio files/streams that do not
17069           contain the sample rate and/or number of channels in the audio
17070           context (happens a lot with vorbis/mp3 .mka files it seems).
17071           Fixes #337183.
17072           Also add myself to copyright holders.
17073
17074 2006-04-10  Michael Smith  <msmith@fluendo.com>
17075
17076         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17077           Use g_list_delete_link () instead of g_list_remove_link () so that
17078           we free the link as well as the contained data.
17079
17080 2006-04-10  Wim Taymans  <wim@fluendo.com>
17081
17082         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17083
17084         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17085         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17086         (gst_avi_demux_stream_header):
17087         Fix some crashers with empty chunks. (Fixes #337749)
17088
17089 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17090
17091         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17092           use G_GINT64_CONSTANT for INT64 constants
17093         * gst/videofilter/gstvideobalance.c:
17094           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17095         * win32/vs6/libgstavi.dsp:
17096          add missing libraries for the link and remove avimux.c from
17097          the project as it isn't ported to 0.10 yet
17098         
17099 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17100
17101         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17102           Even better would be if we actually did the right thing
17103           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17104
17105 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17106
17107         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17108           Can't just replace 1LL with 1L here just because MSVC doesn't
17109           support it, as it might lead to incorrect results when doing the
17110           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17111           force a 64-bit constant in a way that all compilers are happy with.
17112
17113 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17114
17115         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17116         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17117         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17118         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17119         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17120         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17121         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17122         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17123         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17124         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17125         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17126         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17127         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17128         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17129         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17130         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17131         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17132         * gst/debug/efence.c: (gst_efence_class_init):
17133         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17134         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17135         * gst/goom/gstgoom.c: (gst_goom_class_init):
17136         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17137         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17138         * gst/interleave/interleave.c: (interleave_class_init):
17139         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17140         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17141         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17142         * gst/median/gstmedian.c: (gst_median_class_init):
17143         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17144         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17145         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17146         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17147         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17148         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17149         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17150         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17151         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17152         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17153         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17154         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17155         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17156         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17157         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17158         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17159         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17160         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17161         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17162         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17163         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17164         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17165         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17166         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17167         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17168         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17169         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17170         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17171         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17172         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17173         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17174         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17175         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17176         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17177         * sys/osxaudio/gstosxaudioelement.c:
17178         (gst_osxaudioelement_class_init):
17179         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17180         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17181         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17182         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17183
17184 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17185
17186         * ext/mikmod/gstmikmod.h:
17187         * gst/level/gstlevel.h:
17188         Fix more broken GObject macros
17189
17190 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17191
17192         * ext/annodex/gstcmmldec.h:
17193         * ext/annodex/gstcmmlenc.h:
17194         * ext/annodex/gstcmmltag.h:
17195         * ext/cairo/gsttextoverlay.h:
17196         * ext/ladspa/gstsignalprocessor.h:
17197         * gst/matroska/ebml-read.h:
17198         * gst/matroska/ebml-write.h:
17199         * sys/osxaudio/gstosxaudioelement.h:
17200         Fix broken GObject macros
17201
17202 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17203
17204         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17205           Don't try to seek beyond the end of the file (would
17206           occasionally display error dialogs in totem when seeking
17207           to the end) (#335869). Will still throw an error though
17208           if the file is truncated and the total_samples value in
17209           the stream header is wrong.
17210
17211 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17212
17213         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17214         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17215         (gst_flac_dec_metadata_callback):
17216         * ext/flac/gstflacdec.h:
17217           If the stream header doesn't contain the total number of samples,
17218           search for the last flac frame at the end of the file and calculate
17219           the total duration from that frame's offset (fixes #337609).
17220
17221 2006-04-07  Edward Hervey  <edward@fluendo.com>
17222
17223         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17224         Don't unref the GstPadTemplate returned by
17225         gst_element_class_get_pad_template().
17226
17227 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17228
17229         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17230
17231         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17232         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17233         * sys/sunaudio/gstsunaudiosink.h:
17234           Use spec->segsize and spec->segtotal in the prepare function
17235           to initialise the ring buffer instead of using the buffer-time
17236           property (#337421).
17237
17238 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17239
17240         * configure.ac:
17241           Bump core requirements to CVS for gst_pad_query_peer_duration()
17242           which is used by speexdec.
17243
17244 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17245
17246         * ext/speex/gstspeex.c: (plugin_init):
17247         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17248         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17249         (speex_get_sink_query_types), (speex_dec_sink_query),
17250         (speex_get_src_query_types), (speex_dec_src_query),
17251         (speex_dec_src_event), (speex_dec_sink_event),
17252         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17253         (speex_dec_chain_parse_data), (speex_dec_chain),
17254         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17255         (speex_dec_change_state):
17256         * ext/speex/gstspeexdec.h:
17257           Fix seeking and duration queries (#337033); clean up and
17258           refactor a bit.
17259
17260 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17261
17262         * ext/raw1394/gstdv1394src.c:
17263           distinguish between device not found and could not open for
17264           reading
17265
17266 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17267
17268         * Makefile.am:
17269         * configure.ac:
17270         * pkgconfig/.cvsignore:
17271         * pkgconfig/Makefile.am:
17272         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17273           add a .pc file so other modules can use good plugins in tests
17274
17275 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17276
17277         * configure.ac:
17278           clean up, use AS_VERSION and AS_NANO
17279         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17280           use PACKAGE_VERSION define
17281         * po/af.po:
17282         * po/az.po:
17283         * po/cs.po:
17284         * po/en_GB.po:
17285         * po/hu.po:
17286         * po/it.po:
17287         * po/nb.po:
17288         * po/nl.po:
17289         * po/or.po:
17290         * po/sq.po:
17291         * po/sr.po:
17292         * po/sv.po:
17293         * po/uk.po:
17294         * po/vi.po:
17295           updated
17296
17297 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17298
17299         * ext\jpeg\smokecodec.c:
17300           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17301         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17302           move first instruction after all variables declarations
17303         * gst\alpha\gstalpha.c:
17304         * gst\effectv\gstshagadelic.c:
17305         * gst\smpte\paint.c:
17306         * gst\videofilter\gstvideobalance.c:
17307           define M_PI if it's not defined (it's not defined on WIN32)
17308         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17309         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17310         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17311         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17312         (gst_matroska_demux_video_caps):
17313         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17314         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17315           use gst_guint64_to_gdouble for conversions
17316         * gst\goom\filters.c: (setPixelRGB_):
17317           fix a debug which was using undefined variable
17318         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17319         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17320           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17321         * win32/vs6:
17322           add vs6 projects files for most of plugins-good
17323         
17324 2006-03-30  j^  <j@bootlab.org>
17325
17326         * ext/aalib/gstaasink.c:
17327         * ext/annodex/gstcmmldec.c:
17328         * ext/annodex/gstcmmlenc.c:
17329         * ext/cairo/gsttextoverlay.c:
17330         * ext/cairo/gsttimeoverlay.c:
17331         * ext/cdio/gstcdiocddasrc.c:
17332         * ext/dv/gstdvdec.c:
17333         * ext/esd/esdmon.c:
17334         * ext/esd/esdsink.c:
17335         * ext/flac/gstflacdec.c:
17336         * ext/flac/gstflacenc.c:
17337         * ext/flac/gstflactag.c:
17338         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17339         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17340         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17341         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17342         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17343         * ext/gdk_pixbuf/pixbufscale.c:
17344         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17345         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17346         * ext/jpeg/gstjpegdec.c:
17347         * ext/jpeg/gstjpegenc.c:
17348         * ext/jpeg/gstsmokedec.c:
17349         * ext/jpeg/gstsmokeenc.c:
17350         * ext/libcaca/gstcacasink.c:
17351         * ext/libmng/gstmngdec.c:
17352         * ext/libmng/gstmngenc.c:
17353         * ext/libpng/gstpngdec.c:
17354         * ext/libpng/gstpngenc.c:
17355         * ext/mikmod/gstmikmod.c:
17356         * ext/raw1394/gstdv1394src.c:
17357         * ext/shout2/gstshout2.c:
17358         * ext/speex/gstspeexdec.c:
17359         * ext/speex/gstspeexenc.c:
17360         * gst/alpha/gstalpha.c:
17361         * gst/alpha/gstalphacolor.c:
17362         * gst/auparse/gstauparse.c:
17363         * gst/autodetect/gstautoaudiosink.c:
17364         (gst_auto_audio_sink_base_init):
17365         * gst/autodetect/gstautovideosink.c:
17366         (gst_auto_video_sink_base_init):
17367         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17368         * gst/cutter/gstcutter.c:
17369         * gst/debug/breakmydata.c:
17370         * gst/debug/efence.c:
17371         * gst/debug/gstnavigationtest.c:
17372         * gst/debug/negotiation.c:
17373         * gst/debug/progressreport.c:
17374         * gst/debug/testplugin.c:
17375         * gst/effectv/gstaging.c:
17376         * gst/effectv/gstdice.c:
17377         * gst/effectv/gstedge.c:
17378         * gst/effectv/gstquark.c:
17379         * gst/effectv/gstrev.c:
17380         * gst/effectv/gstvertigo.c:
17381         * gst/effectv/gstwarp.c:
17382         * gst/flx/gstflxdec.c:
17383         * gst/goom/gstgoom.c:
17384         * gst/interleave/deinterleave.c:
17385         * gst/interleave/interleave.c:
17386         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17387         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17388         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17389         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17390         * gst/level/gstlevel.c:
17391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17392         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17393         * gst/median/gstmedian.c:
17394         * gst/monoscope/gstmonoscope.c:
17395         * gst/multipart/multipartdemux.c:
17396         * gst/multipart/multipartmux.c:
17397         * gst/oldcore/gstmd5sink.c:
17398         * gst/oldcore/gstmultifilesrc.c:
17399         * gst/oldcore/gstpipefilter.c:
17400         * gst/oldcore/gstshaper.c:
17401         * gst/oldcore/gststatistics.c:
17402         * gst/rtp/gstasteriskh263.c:
17403         * gst/rtp/gstrtpL16depay.c:
17404         * gst/rtp/gstrtpL16pay.c:
17405         * gst/rtp/gstrtpamrdepay.c:
17406         * gst/rtp/gstrtpamrpay.c:
17407         * gst/rtp/gstrtpdepay.c:
17408         * gst/rtp/gstrtpgsmpay.c:
17409         * gst/rtp/gstrtph263pay.c:
17410         * gst/rtp/gstrtph263pdepay.c:
17411         * gst/rtp/gstrtph263ppay.c:
17412         * gst/rtp/gstrtpmp4gpay.c:
17413         * gst/rtp/gstrtpmp4vdepay.c:
17414         * gst/rtp/gstrtpmp4vpay.c:
17415         * gst/rtp/gstrtpmpadepay.c:
17416         * gst/rtp/gstrtpmpapay.c:
17417         * gst/rtp/gstrtppcmadepay.c:
17418         * gst/rtp/gstrtppcmapay.c:
17419         * gst/rtp/gstrtppcmudepay.c:
17420         * gst/rtp/gstrtppcmupay.c:
17421         * gst/rtp/gstrtpspeexdepay.c:
17422         * gst/rtp/gstrtpspeexpay.c:
17423         * gst/rtsp/gstrtpdec.c:
17424         * gst/smpte/gstsmpte.c:
17425         * gst/videobox/gstvideobox.c:
17426         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17427         * gst/videofilter/gstvideobalance.c:
17428         * gst/videofilter/gstvideoflip.c:
17429         * gst/videofilter/gstvideotemplate.c:
17430         (gst_videotemplate_base_init):
17431         * gst/videomixer/videomixer.c:
17432         * gst/wavenc/gstwavenc.c:
17433         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17434          better/unified long descriptions
17435          Fixed #336602
17436          Some cleanups to auparse, don't send multiple newsegments.
17437
17438 2006-03-29  Wim Taymans  <wim@fluendo.com>
17439
17440         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17441
17442         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17443         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17444         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17445         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17446         * ext/dv/gstdvdemux.h:
17447         Seek in READY patch. Only works for pull based mode.
17448         Fixes #323880
17449
17450 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17451
17452         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17453         (gst_gdk_pixbuf_event):
17454           Fix two crashers: don't unref the same caps twice, and
17455           set pixbuf loader to NULL after freeing it.
17456
17457 2006-03-27  Wim Taymans  <wim@fluendo.com>
17458
17459         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17460         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17461         (gst_speexenc_chain):
17462         * ext/speex/gstspeexenc.h:
17463         Don't leak adapter.
17464         A push *always* takes ownership of the buffer, even on
17465         errors.
17466         Small cleanups.
17467
17468 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17469
17470         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17471           Create source pad without leaking.
17472
17473 2006-03-24  Wim Taymans  <wim@fluendo.com>
17474
17475         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17476         * ext/flac/gstflacdec.h:
17477         * ext/flac/gstflacenc.h:
17478         Spifify a bit.
17479         Fix deadly lock order error in seeking code, STREAM_LOCK
17480         cannot be taken within LOCK and the streaming variables are
17481         protected with the STREAM_LOCK anyway.
17482
17483 2006-03-24  Wim Taymans  <wim@fluendo.com>
17484
17485         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17486         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17487         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17488         this patch combines the global init_frames with the stream
17489         init_frames. Rationale being that the global delay should 
17490         be subtracted from any stream delay.
17491         Fixes #335858.
17492
17493 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17494
17495         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17496         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17497         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17498         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17499         use DEBUG_FUNCPTR for collectpads
17500
17501 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17502
17503         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17504           Don't crash when encoding images where the number of rows isn't
17505           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17506
17507 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17508
17509         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17510         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17511         * gst/interleave/interleave.c: (interleave_change_state):
17512         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17513           More state change function fixes.
17514
17515 2006-03-23  Wim Taymans  <wim@fluendo.com>
17516
17517         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17518         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17519         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17520         (gst_esdsink_delay), (gst_esdsink_reset):
17521         * ext/esd/esdsink.h:
17522         Fix esd choppy playback by configuring audiosink
17523         correctly. Fixes #325191
17524
17525 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17526
17527         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17528           Make state change function thread-safe.
17529
17530 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17531
17532         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17533         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17534           Don't try to read beyond the end of the file just because
17535           the header claims a bigger size (like with truncated files).
17536
17537 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17538
17539         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17540         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17541         (gst_wavparse_stream_data), (gst_wavparse_loop):
17542         * gst/wavparse/gstwavparse.h:
17543           Delay source pad creation until we have the first chunk of
17544           media data, so the we can examine the data and adjust the
17545           caps accordingly if required. This makes playback of .wav
17546           files with DTS-declared-as-PCM content work (#313266).
17547
17548 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17549
17550         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17551         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17552         Don't attempt typefinding on too-short buffers that have been
17553         completely trimmed away. (Fixes #330239)
17554
17555         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17556         Improve the debug output
17557
17558 2006-03-21  Wim Taymans  <wim@fluendo.com>
17559
17560         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17561         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17562         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17563         (gst_esdsink_set_property), (gst_esdsink_get_property):
17564         Some cleanups.
17565         Reset fd to -1 when we close them.
17566
17567 2006-03-21  Wim Taymans  <wim@fluendo.com>
17568
17569         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17570         the OPTIONS request result is optional so don't
17571         fail on it.
17572
17573 2006-03-21  Edward Hervey  <edward@fluendo.com>
17574
17575         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17576         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17577         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17578         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17579         (gst_wavparse_change_state):
17580         gcc 4.1 unreferenced pointer fixes.
17581
17582 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17583
17584         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17585
17586         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17587           Fix block alignment calculation. Alignment should be done before
17588           adding the byte offset where the data starts (#335231).
17589
17590 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17591
17592         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17593           Ensure that we set correct caps on buffers that are transferred
17594           direct from the input.
17595
17596 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17597
17598         * gst/goom/filters.c: (zoomFilterDestroy):
17599         * gst/goom/goom_core.c: (goom_close):
17600           Free filter data when cleaning up. (Fixes: #334995)
17601
17602 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17603
17604         * configure.ac:
17605           Don't compile udp and rtsp plugins on win32 (mingw) or other
17606           systems that don't have <sys/socket.h> for some reason (#316203).
17607
17608 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17609
17610         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17611         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17612         * ext/raw1394/gstdv1394src.h:
17613           Change bus reset handler so it reports useful information such as
17614           whether the device being used connected or disconnected
17615
17616 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17617
17618         * gst/id3demux/id3v2frames.c:
17619         (parse_relative_volume_adjustment_two):
17620           We only care about gain and peak data for the master volume.
17621
17622 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17623
17624         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17625         (parse_id_string), (parse_unique_file_identifier),
17626         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17627           Read replay gain tags (#323721).
17628
17629 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17630
17631         * configure.ac:
17632           Bump requirements to gst-plugins-base CVS because
17633           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17634
17635 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17636
17637         * rtp/gst/gstrtppcmadepay.c:
17638         Fixed one of the caps in the code from mulaw to alaw.
17639
17640 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17641
17642         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17643           Ensure that we set caps on the buffers we pass.
17644
17645         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17646         (gst_id3demux_sink_activate):
17647           Ensure that we set caps on the buffers we pass.
17648
17649           Use STREAM, TYPE_NOT_FOUND as the error class when
17650           typefinding fails.
17651
17652 2006-03-15  Edward Hervey  <edward@fluendo.com>
17653
17654         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17655         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17656         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17657         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17658         (gst_jpeg_dec_setcaps):
17659         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17660         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17661         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17662         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17663         (gst_mngdec_src_getcaps):
17664         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17665         (gst_pngdec_caps_create_and_set):
17666         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17667         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17668         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17669         * gst/alpha/gstalpha.c: (gst_alpha_init):
17670         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17671         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17672         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17673         * gst/cutter/gstcutter.c: (gst_cutter_init):
17674         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17675         (gst_efence_checkgetrange):
17676         * gst/debug/negotiation.c: (gst_negotiation_init):
17677         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17678         * gst/goom/gstgoom.c: (gst_goom_init):
17679         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17680         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17681         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17682         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17683         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17684         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17685         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17686         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17687         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17688         (gst_wavparse_create_sourcepad):
17689         Fix memleak with gst_static_pad_template_get().
17690         This uses gst_pad_new_from_static_template() instead.
17691         Fixes #333512
17692
17693 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17694
17695         * configure.ac:
17696           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17697           used by id3demux.
17698
17699         * gst/id3demux/gstid3demux.c: (plugin_init):
17700         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17701         (parse_user_text_identification_frame),
17702         (parse_unique_file_identifier):
17703           Add support for UFID and TXXX frames and extract musicbrainz tags.
17704
17705 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17706
17707         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17708           Catch short reads, like they might happen with truncated
17709           files (see #305279); remove unnecessary indentation.
17710
17711 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17712
17713         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17714           Fix DIB image inversion for pictures with a
17715           depth != 8 (#305279).
17716
17717 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17718
17719         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17720         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17721         * ext/jpeg/gstjpegdec.h:
17722           Fix durations on outgoing buffers after seeking
17723           in MJPEG files (#334083); some minor clean-ups.
17724
17725 2006-03-13  Wim Taymans  <wim@fluendo.com>
17726
17727         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17728         (gst_wavparse_change_state):
17729         Implement seek in READY (re-fixes #327658)
17730
17731 2006-03-13  Wim Taymans  <wim@fluendo.com>
17732
17733         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17734         * ext/esd/esdmon.c: (gst_esdmon_get):
17735         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17736         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17737         (gst_gdk_pixbuf_sink_getcaps):
17738         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17739         (gst_jpegenc_setcaps):
17740         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17741         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17742         (gst_smokeenc_setcaps):
17743         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17744         (gst_mngdec_src_getcaps):
17745         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17746         (gst_mngenc_chain):
17747         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17748         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17749         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17750         (speex_dec_src_event), (speex_dec_chain):
17751         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17752         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17753         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17754         (gst_negotiation_pad_link), (gst_negotiation_chain):
17755         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17756         (gst_flxdec_chain):
17757         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17758         (deinterleave_chain):
17759         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17760         * gst/median/gstmedian.c: (gst_median_link):
17761         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17762         (gst_monoscope_chain):
17763         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17764         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17765         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17766         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17767         close #333784 unref the result of gst_pad_get_parent()
17768         by: Christophe Fergeau.
17769
17770 2006-03-09  Wim Taymans  <wim@fluendo.com>
17771
17772         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17773         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17774         Handle events in push mode better, can now do non-flushing
17775         seeks in push mode as well.
17776
17777 2006-03-07  Wim Taymans  <wim@fluendo.com>
17778
17779         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17780         Applied patch from Kai Vehmanen, fixes #333624.
17781
17782 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17783
17784         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17785         Implement paletted and grayscale png files handling.
17786         (#150363).
17787
17788 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17789
17790         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17791         (gst_speexenc_chain):
17792           fix a tag list assert
17793           follow gst-plugins-base/ext/ogg/README; set OFFSET
17794           and OFFSET_END.  Muxes correctly with gst-plugins-base
17795           > 0.9.3
17796
17797 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17798
17799         * gst/id3demux/Makefile.am:
17800         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17801         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17802           Use new typefind helper functions here as well, and
17803           do typefinding in pull-mode if upstream supports that.
17804
17805 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17806
17807         * sys/sunaudio/gstsunaudiomixerctrl.c:
17808         (gst_sunaudiomixer_ctrl_get_volume),
17809         (gst_sunaudiomixer_ctrl_set_volume):
17810         * sys/sunaudio/gstsunaudiomixertrack.c:
17811         (gst_sunaudiomixer_track_new):
17812           Remove unused variables, breaks build from CVS
17813           with -Werror (#333392, patch by: Benjamin Pineau)
17814
17815 2006-03-03  Wim Taymans  <wim@fluendo.com>
17816
17817         * docs/plugins/Makefile.am:
17818         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17819         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17820         Added wavparse docs.
17821
17822         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17823         (gst_wavparse_reset), (gst_wavparse_init),
17824         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17825         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17826         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17827         (gst_wavparse_stream_data), (gst_wavparse_loop),
17828         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17829         (gst_wavparse_change_state):
17830         * gst/wavparse/gstwavparse.h:
17831         Implement seek in READY (fixes #327658)
17832         Added docs and did some cleanups.
17833
17834 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17835
17836         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17837         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17838         (gst_avi_demux_calculate_durations_from_index),
17839         (gst_avi_demux_stream_header):
17840         * gst/avi/gstavidemux.h:
17841           If we have an index, use a duration based on the index instead
17842           of blindly trusting the information in the stream headers
17843           (fixes #331817).
17844
17845 2006-03-03  Wim Taymans  <wim@fluendo.com>
17846
17847         * docs/plugins/Makefile.am:
17848         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17849         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17850         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17851         Added smoke and jpeg to the docs.
17852
17853         * ext/jpeg/Makefile.am:
17854         * ext/jpeg/gstjpeg.c: (plugin_init):
17855         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17856         * ext/jpeg/gstjpegenc.h:
17857         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17858         (gst_smokedec_chain):
17859         * ext/jpeg/gstsmokedec.h:
17860         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17861         * ext/jpeg/gstsmokeenc.h:
17862         * ext/jpeg/smokecodec.h:
17863         Port smokedec (fixes #331905).
17864         Added some docs.
17865         Some cleanups.
17866
17867 2006-03-03  Wim Taymans  <wim@fluendo.com>
17868
17869         * docs/plugins/Makefile.am:
17870         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17871         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17872         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17873         Added videobalance and videoflip to the docs.
17874
17875         * gst/videofilter/Makefile.am:
17876         * gst/videofilter/gstvideobalance.c:
17877         (gst_video_balance_update_tables_planar411),
17878         (gst_video_balance_is_passthrough),
17879         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17880         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17881         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17882         (gst_video_balance_finalize), (gst_video_balance_class_init),
17883         (gst_video_balance_init), (gst_video_balance_interface_supported),
17884         (gst_video_balance_interface_init),
17885         (gst_video_balance_colorbalance_list_channels),
17886         (gst_video_balance_colorbalance_set_value),
17887         (gst_video_balance_colorbalance_get_value),
17888         (gst_video_balance_colorbalance_init),
17889         (gst_video_balance_set_property), (gst_video_balance_get_property),
17890         (gst_video_balance_get_type), (plugin_init):
17891         * gst/videofilter/gstvideobalance.h:
17892         Ported to 0.10. (Fixes #326160)
17893         Added docs.
17894
17895         * gst/videofilter/gstvideoflip.c:
17896         * gst/videofilter/gstvideoflip.h:
17897         Added docs.
17898
17899 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17900
17901         * configure.ac:
17902           Bump requirements to current core and -base CVS
17903           (core for new typefind helper API, and -base for the
17904           WAVFORMATEX support that was added to libgstriff and
17905           is needed by wavparse).
17906         
17907         * gst/apetag/Makefile.am:
17908         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17909         (gst_tag_demux_sink_activate):
17910           Use new typefind helpers for typefinding instead of our
17911           home-grown stuff; also, do typefinding in pull-mode if
17912           upstream supports that.
17913
17914 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17915
17916         Reviewed by: Christian Schaller <christian@fluendo.com>
17917
17918         This patch fixes bug: 329107
17919
17920         This Changelog entry is for a commit done on February 17
17921
17922         * ext/gconf/gconf.c
17923         * ext/gconf/gconf.h
17924         * ext/gconf/gstgconfaudiosink.c
17925         * ext/gconf/gstgconfaudiosink.h
17926         * gconf/gstreamer.schemas.in
17927
17928 2006-02-28  Wim Taymans  <wim@fluendo.com>
17929
17930         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17931         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17932         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17933         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17934         Use DEBUG_OBJECT more.
17935
17936 2006-02-28  Wim Taymans  <wim@fluendo.com>
17937
17938         * docs/plugins/Makefile.am:
17939         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17940         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17941         Added dvdec and dvdemux to docs.
17942
17943         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17944         Added docs.
17945         Check frame sizes so we don't crash when don't have enough
17946         data.
17947         Send nice error messages on error.
17948
17949         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17950         (gst_dvdemux_class_init), (gst_dvdemux_init),
17951         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17952         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17953         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17954         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17955         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17956         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17957         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17958         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17959         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17960         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17961         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17962         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17963         * ext/dv/gstdvdemux.h:
17964         Added docs.
17965         Implement pull mode.
17966         Fix memleaks.
17967         Reduce memcpy for the video demuxing.
17968
17969 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17970
17971         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17972         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17973         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17974         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17975           Add a little extra debug. Make the decoder not return NOT_LINKED,
17976           as we want to continue decoding all CMML and emitting tags.
17977
17978 2006-02-27  Michael Smith  <msmith@fluendo.com>
17979
17980         * ext/annodex/gstskeltag.c:
17981         * ext/annodex/gstskeltag.h:
17982           Deleted; these files aren't used any more either.
17983
17984 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17985
17986         * ext/Makefile.am: Fix dist-check.
17987
17988 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17989
17990         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17991         memleak.
17992
17993 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17994
17995         * ext/annodex/Makefile.am:
17996         * ext/annodex/gstannodex.c:
17997         * ext/annodex/gstcmmldec.c:
17998         * ext/annodex/gstcmmlenc.c:
17999         * ext/annodex/gstcmmlparser.c:
18000         * ext/annodex/gstcmmlparser.h:
18001         * ext/annodex/gstcmmlutils.c:
18002         * tests/check/elements/cmmldec.c:
18003         * tests/check/elements/cmmlenc.c:
18004           Fix a memleak in gst_cmml_track_list_add_clip.
18005           Handle overflows in clip's start and end times.
18006           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18007           Do not parse junk at the end of a CMML preamble buffer.
18008           Register a libxml error handler to not print stuff on stderr.
18009           Check for bad clip start and end times in the testsuites.
18010
18011 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18012
18013         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18014         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18015         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18016         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18017         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18018         possible memleaks.
18019
18020 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18021
18022         * tests/check/Makefile.am:
18023         * tests/check/elements/cmmldec.c:
18024         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18025         the plugins-base tags.
18026
18027 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18028
18029         * ext/Makefile.am: Re-enable module.
18030
18031 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18032
18033         * tests/check/Makefile.am: Forgot to remove that test.
18034
18035 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18036
18037         * ext/annodex/Makefile.am:
18038         * ext/annodex/gstannodex.c: (plugin_init):
18039         * ext/annodex/gstcmmldec.c:
18040         * ext/annodex/gstskeldec.c:
18041         * ext/annodex/gstskeldec.h:
18042         * tests/check/Makefile.am:
18043         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18044
18045 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18046
18047         * tests/check/Makefile.am: Disable those checks as well.
18048
18049 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18050
18051         * ext/Makefile.am: Disable annodex for now until we figure out
18052         how to make it build.
18053         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18054         Add a rule to your checklist : "please try to at least build 
18055         what you are going to commit into -good, or if you are too lazy
18056         to do that, please check that the buildbots are not crying because
18057         of your commit."
18058
18059 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18060
18061         * configure.ac:
18062         * ext/Makefile.am:
18063         * ext/gdk_pixbuf/Makefile.am:
18064         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18065         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18066         * ext/gdk_pixbuf/pixbufscale.c:
18067         * ext/gdk_pixbuf/pixbufscale.h:
18068           Gdkpixbuf ported from 0.8 to 0.10 by
18069           Renato Filho <renato.filho@indt.org.br>.
18070           gst_loader and gdkpixbufanimation still need port.
18071
18072 2006-02-24  Michael Smith  <msmith@fluendo.com>
18073
18074         * configure.ac:
18075         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18076         * ext/Makefile.am:
18077         * ext/annodex/Makefile.am:
18078         * ext/annodex/gstannodex.c:
18079         * ext/annodex/gstannodex.h:
18080         * ext/annodex/gstcmmldec.c:
18081         * ext/annodex/gstcmmldec.h:
18082         * ext/annodex/gstcmmlenc.c:
18083         * ext/annodex/gstcmmlenc.h:
18084         * ext/annodex/gstcmmlparser.c:
18085         * ext/annodex/gstcmmlparser.h:
18086         * ext/annodex/gstcmmltag.c:
18087         * ext/annodex/gstcmmltag.h:
18088         * ext/annodex/gstcmmlutils.c:
18089         * ext/annodex/gstcmmlutils.h:
18090         * ext/annodex/gstskeldec.c:
18091         * ext/annodex/gstskeldec.h:
18092         * ext/annodex/gstskeltag.c:
18093         * ext/annodex/gstskeltag.h:
18094         * tests/check/Makefile.am:
18095         * tests/check/elements/cmmldec.c:
18096         * tests/check/elements/cmmlenc.c:
18097         * tests/check/elements/skeldec.c:
18098           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18099           Includes tests & docs, oh my! Passes Thomas's -good checklist
18100           entirely. Wow.
18101
18102 2006-02-24  Michael Smith  <msmith@fluendo.com>
18103
18104         * autogen.sh:
18105           Check for automake 1.9 as well.
18106
18107 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18108
18109         * ext/flac/gstflacenc.c:
18110           Change min. sample rate to 8kHz to match flacdec's.
18111           
18112 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18113
18114         * ext/cdio/Makefile.am:
18115           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18116           required for Cygwin, see #317048)
18117
18118         * gst/rtp/gstasteriskh263.c:
18119           Cygwin has includes for both the unix network socket API
18120           and the windows API, but only one can be included, so fix
18121           includes to only use one or the other, prefering the unxi
18122           one (#317048).
18123
18124 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18125
18126         * rtp/gst/gstrtppcmadepay.c:
18127         * rtp/gst/gstrtppcmadepay.h:
18128         * rtp/gst/gstgstrtppcmapay.c:
18129         * rtp/gst/gstgstrtppcmapay.h:
18130         * rtp/gst/gstrtppcmudepay.c:
18131         * rtp/gst/gstrtppcmudepay.h:
18132         * rtp/gst/gstrtppcmupay.c:
18133         * rtp/gst/gstrtppcmupay.h:
18134         * rtp/gst/Makefile.am:
18135         * rtp/gst/gstrtp.c:
18136         * rtp/gst/README:
18137         Separated the G711 payloaders/depayloaders into separate elements for
18138         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18139
18140 2006-02-22  Wim Taymans  <wim@fluendo.com>
18141
18142         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18143         (gst_dvdec_change_state):
18144         * ext/dv/gstdvdec.h:
18145         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18146         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18147         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18148         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18149         (gst_dvdemux_flush), (gst_dvdemux_chain),
18150         (gst_dvdemux_change_state):
18151         * ext/dv/gstdvdemux.h:
18152         Ueber spiffify some more, added debug category.
18153         Use _scale.
18154         Use segments, respect playback rate from newsegment.
18155         Fix refcount issue.
18156
18157 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18158
18159         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18160         (gst_signal_processor_process):
18161         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18162         enabled for the build, but it helps me win the feature-count
18163         competitions ooh yeah.
18164
18165 2006-02-19  Wim Taymans  <wim@fluendo.com>
18166
18167         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18168         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18169         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18170         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18171         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18172         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18173         Use scaling code for added precission and more correct stop
18174         position in case scale==0.
18175
18176 2006-02-19  Wim Taymans  <wim@fluendo.com>
18177
18178         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18179         (gst_flxdec_chain):
18180         * gst/flx/gstflxdec.h:
18181         Implement DURATION query.
18182
18183 2006-02-19  Wim Taymans  <wim@fluendo.com>
18184
18185         * gst/flx/flx_color.h:
18186         * gst/flx/flx_fmt.h:
18187         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18188         (gst_flxdec_src_query_handler), (flx_decode_color),
18189         (gst_flxdec_chain):
18190         * gst/flx/gstflxdec.h:
18191         Set MALLOCDATA for the temp buffers so we don't leak.
18192         Some debug cleanups.
18193         Consume all data in the adapter before leaving the chain
18194         function. Fixes #330678.
18195
18196 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18197
18198         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18199         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18200          Handle 0 data size in otherwise valid frames.
18201          Handle numeric strings in 2.4.0 even when not in parentheses 
18202
18203 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18204
18205         * gst/matroska/matroska-demux.c:
18206         (gst_matroska_demux_subtitle_caps),
18207         (gst_matroska_demux_plugin_init):
18208         * gst/matroska/matroska-ids.h:
18209           Recognise SSA/ASS and USF subtitle formats and
18210           set proper caps when they are found.
18211
18212 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18213
18214         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18215         (gst_jpeg_dec_chain):
18216           Fix invalid memory access for some odd-sized images
18217           (see image contained in quicktime stream in #327083);
18218           use g_malloc() instead of g_alloca().
18219
18220 2006-02-17  Wim Taymans  <wim@fluendo.com>
18221
18222         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18223         Patch from Sebastien Cote, fixes #319884
18224
18225 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18226
18227         * ext/cdio/gstcdio.c: (plugin_init):
18228           Init debug category (#331253).
18229
18230 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18231
18232         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18233           Pass extra_data to gst_riff_create_audio_caps(), so that
18234           WAVEFORMATEX stuff works. Post audio codec name and post
18235           it as taglist on the bus. Allow up to 8 channesl for raw
18236           PCM in the source pad template caps.
18237
18238 2006-02-16  Wim Taymans  <wim@fluendo.com>
18239
18240         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18241         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18242         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18243         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18244         (gst_multipart_set_property), (gst_multipart_get_property):
18245         Applied #318663. Gives quite a few false positives in
18246         autoscan mode, but it's better than nothing. Not closing yet.
18247
18248 2006-02-16  Wim Taymans  <wim@fluendo.com>
18249
18250         * docs/plugins/Makefile.am:
18251         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18252         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18253         * docs/plugins/gst-plugins-good-plugins.args:
18254         * docs/plugins/inspect/plugin-udp.xml:
18255         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18256         (gst_udpsrc_start):
18257         Update documentation.
18258         Fix args.
18259
18260 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18261
18262         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18263         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18264         frame size. (Fixes #331368)
18265
18266 2006-02-16  Wim Taymans  <wim@fluendo.com>
18267
18268         * gst/rtsp/README:
18269         Updated README.
18270
18271         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18272         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18273         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18274         * gst/rtsp/gstrtspsrc.h:
18275         Make sure the RTP port is an even port an try to allocate 
18276         another if not.
18277         Added retry property to control max retries for port allocation.
18278         Make sure RTCP port is RTP port+1.
18279         Cleanup when port allocation fails.
18280         Fixes #319183.
18281         
18282 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18283
18284         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18285           Don't ignore return value of the parent class's state
18286           change function (#331385, patch by: Wouter Paesen).
18287
18288 2006-02-15  Wim Taymans  <wim@fluendo.com>
18289
18290         * configure.ac:
18291         * docs/plugins/Makefile.am:
18292         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18293         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18294         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18295         * ext/Makefile.am:
18296         * ext/hal/Makefile.am:
18297         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18298         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18299         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18300         (do_toggle_element), (gst_hal_audio_sink_set_property),
18301         (gst_hal_audio_sink_get_property),
18302         (gst_hal_audio_sink_change_state):
18303         * ext/hal/gsthalaudiosink.h:
18304         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18305         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18306         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18307         (do_toggle_element), (gst_hal_audio_src_set_property),
18308         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18309         * ext/hal/gsthalaudiosrc.h:
18310         * ext/hal/gsthalelements.c: (plugin_init):
18311         * ext/hal/gsthalelements.h:
18312         * ext/hal/hal.c: (gst_hal_get_string),
18313         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18314         (gst_hal_get_audio_src):
18315         * ext/hal/hal.h:
18316         Add HAL sound device wrapper plugins. Closes #329106
18317
18318 2006-02-15  Wim Taymans  <wim@fluendo.com>
18319
18320         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18321         Add comment in a fultile attempt to stop the copy-and-paste 
18322         paradigm leading to duplication of bad code.
18323
18324         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18325         Mime parameters have to be checked case insensitive
18326
18327 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18328
18329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18330           Advance stream time for lagging subtitle streams by sending
18331           newsegment events with the update flag set.
18332
18333 2006-02-14  Edward Hervey  <edward@fluendo.com>
18334
18335         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18336         There can be bogus data before the hdrl LIST tag in the RIFF header.
18337         It's hard to say if it's not respecting the AVI specifications or not,
18338         but since Google Video is producing AVIs like that and the other player
18339         don't seem to complain, I guess we should do the same.
18340
18341 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18342
18343         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18344         (parse_split_strings):
18345         Add more validation to ensure that a char encoding conversion
18346         produced a valid UTF-8 string.
18347
18348 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18349
18350         Reviewed by: Edward Hervey  <edward@fluendo.com>
18351
18352         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18353         Properly handle end of segment. Closes #330885.
18354
18355 2006-02-13  Wim Taymans  <wim@fluendo.com>
18356
18357         * gst/rtp/gstrtpmp4gpay.h:
18358         For got to commit this one.
18359
18360 2006-02-12  Wim Taymans  <wim@fluendo.com>
18361
18362         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18363         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18364         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18365         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18366         * gst/rtp/gstrtpmp4gpay.h:
18367         Make more things work.
18368         Handle ACC config strings.
18369
18370 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18371
18372         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18373           set timestamps if no incoming timestamps set
18374
18375 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18376
18377         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18378         (gst_tag_demux_do_typefind):
18379           ... and fix the very same leaks in GstTagDemux.
18380
18381 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18382
18383         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18384         (gst_id3demux_do_typefind):
18385         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18386         <jonathan at kaolin dot wh9 dot net>)
18387
18388 2006-02-10  Wim Taymans  <wim@fluendo.com>
18389
18390         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18391         First set options, then set caps or else the baseclass
18392         will not know about the options, duh.
18393
18394 2006-02-10  Wim Taymans  <wim@fluendo.com>
18395
18396         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18397         (gst_rtp_mp4v_pay_setcaps):
18398         Don't waste time looking for a config string if we have codec_info
18399         on the incomming caps.
18400
18401 2006-02-10  Wim Taymans  <wim@fluendo.com>
18402
18403         * gst/rtp/README:
18404         Say something about case-sensitivity of caps vs mime-attributes.
18405
18406         * gst/rtp/Makefile.am:
18407         * gst/rtp/gstrtp.c: (plugin_init):
18408         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18409         (gst_rtp_amr_pay_handle_buffer):
18410         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18411         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18412         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18413         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18414         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18415         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18416         (gst_rtp_mp4g_pay_plugin_init):
18417         * gst/rtp/gstrtpmp4gpay.h:
18418         Added beginnings of mpeg4-generic payloader (RFC 3640)
18419
18420 2006-02-09  Wim Taymans  <wim@fluendo.com>
18421
18422         * gst/rtsp/Makefile.am:
18423         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18424         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18425         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18426         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18427         (gst_rtpdec_change_state):
18428         * gst/rtsp/gstrtpdec.h:
18429         * gst/rtsp/gstrtsp.c: (plugin_init):
18430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18431         * gst/rtsp/rtspconnection.c: (read_body),
18432         (rtsp_connection_receive):
18433         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18434         Resurected rtpdec to make rtspsrc happy again.
18435         Skip attributes from the session id.
18436         Don't crash when dumping a message with an empty body.
18437
18438
18439 2006-02-09  Wim Taymans  <wim@fluendo.com>
18440
18441         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18442         Added more meaningfull warnings when something goes wrong.
18443         Clear F bit on outgoing AMR packets.
18444
18445         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18446         (gst_rtp_amr_pay_handle_buffer):
18447         Added debugging category
18448         Support payloading of multiple AMR frames.
18449
18450         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18451         Added some debugging.
18452
18453 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18454
18455         * configure.ac:
18456           Back to CVS
18457
18458 === release 0.10.2 ===
18459
18460 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18461
18462         * configure.ac:
18463           releasing 0.10.2, "Papa was a rolling stone"
18464
18465 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18466
18467         * configure.ac:
18468           Bump core and plugins-base requirement to 0.10.2.2
18469           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18470
18471 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18472
18473         * ext/flac/gstflac.c: (plugin_init):
18474         * ext/speex/gstspeex.c: (plugin_init):
18475           Register musicbrainz tags.
18476
18477 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18478
18479         * ext/gconf/gconf.h:
18480           Remove declaration of function that no longer exists.
18481
18482 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18483
18484         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18485         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18486         Make shout2 work for non ogg streams
18487
18488 2006-02-06  Wim Taymans  <wim@fluendo.com>
18489
18490         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18491         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18492         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18493         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18494         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18495         * gst/udp/gstmultiudpsink.h:
18496         Updated docs.
18497         Added properties bytes-served, bytes_to_serve.
18498         Post proper error messages,
18499         Emit client added signal too.
18500
18501 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18502
18503         * docs/plugins/Makefile.am:
18504         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18505         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18506         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18507         (gst_multiudpsink_get_stats):
18508           adding docs for multiudpsink
18509
18510 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18511
18512         * gst/level/gstlevel.c: (gst_level_transform_ip):
18513           peak below decay is not necessarily an error, so don't ERROR log
18514
18515 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18516
18517         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18518         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18519         (gst_ebml_write_seek):
18520         * gst/matroska/ebml-write.h:
18521           Make sure we send a newsegment event in BYTES format
18522           before sending buffers (#328531).
18523
18524 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18525
18526         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18527         (gst_dvdemux_sink_query):
18528         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18529         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18530         (speex_dec_src_query):
18531         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18532         (gst_speexenc_sink_query):
18533         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18534         * gst/matroska/matroska-demux.c:
18535         (gst_matroska_demux_get_src_query_types),
18536         (gst_matroska_demux_handle_src_query):
18537         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18538         (gst_wavparse_pad_query):
18539           Pass unhandled queries upstream instead of just dropping
18540           them (#326446). Update query type arrays here and there.
18541
18542 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18543
18544         * tests/check/elements/matroskamux.c: (setup_src_pad):
18545           Collectpads in core got changed and now also holds a
18546           reference to any pad that is part of it. Fix refcount
18547           checks in test case accordingly.
18548
18549 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18550
18551         * gst/apetag/gstapedemux.h:
18552           Fix include, for now GstTagDemux is in the apetag dir.
18553
18554 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18555
18556         * docs/plugins/Makefile.am:
18557         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18558         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18559         * docs/plugins/inspect/plugin-cdio.xml:
18560           Add cdio plugin to docs.
18561
18562         * ext/cdio/gstcdiocddasrc.c:
18563           Add gtk-doc blurb.
18564
18565         * ext/cdio/gstcdio.c:
18566           The plugin is called 'cdio' not 'cddio'.
18567
18568 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18569
18570         * configure.ac:
18571         * docs/plugins/Makefile.am:
18572         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18573         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18574         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18575         * docs/plugins/inspect/plugin-apetag.xml:
18576         * gst/apetag/Makefile.am:
18577         * gst/apetag/gstapedemux.c:
18578         * gst/apetag/gstapedemux.h:
18579         * gst/apetag/gsttagdemux.c:
18580         * gst/apetag/gsttagdemux.h:
18581           Add APE tag demuxer (#325649).
18582
18583 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18584
18585         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18586         (gst_gconf_get_default_video_sink),
18587         (gst_gconf_get_default_audio_src),
18588         (gst_gconf_get_default_video_src):
18589         * ext/gconf/gconf.h:
18590         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18591         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18592         (do_toggle_element):
18593         * ext/gconf/gstgconfaudiosink.h:
18594         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18595         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18596         (do_toggle_element):
18597         * ext/gconf/gstgconfaudiosrc.h:
18598         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18599         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18600         (do_toggle_element):
18601         * ext/gconf/gstgconfvideosink.h:
18602         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18603         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18604         (do_toggle_element):
18605         * ext/gconf/gstgconfvideosrc.h:
18606           Ignore changing the GConf key to "". Ignore GConf key updates
18607           that don't actually change the string.
18608           For now, ignore the GConf key when the state is > READY, as
18609           it breaks streaming. Sometime it will be nice to bring the
18610           new sink online even mid-stream, by sending NEWSEGMENT info
18611           and possibly prerolling.
18612           (Fixes #326736)
18613
18614 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18615
18616         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18617         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18618         (zoomFilterSetResolution), (zoomFilterDestroy),
18619         (zoomFilterFastRGB), (pointFilter):
18620         * gst/goom/filters.h:
18621         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18622         (goom_update), (goom_close):
18623         * gst/goom/goom_core.h:
18624         * gst/goom/goom_tools.h:
18625         * gst/goom/graphic.c:
18626         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18627         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18628         * gst/goom/gstgoom.h:
18629         * gst/goom/lines.c: (goom_lines):
18630         * gst/goom/lines.h:
18631           Make goom reentrant by moving all important static variables
18632           into instance structures.
18633           (Fixes #329181)
18634
18635 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18636
18637         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18638         (gst_avi_demux_all_source_pads_unlinked),
18639         (gst_avi_demux_process_next_entry):
18640         * gst/avi/gstavidemux.h:
18641           Third attempt, use gst_pad_is_linked() this time.
18642
18643 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18644
18645         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18646         (parse_split_strings):
18647         Adjust for data length indicators when parsing (Fixes #329810)
18648         Fix stupid bug parsing UTF-8 tag text.
18649         Output tag strings with multiple fields as multiple tags, so the
18650         app gets all the data.
18651
18652 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18653
18654         * ext/flac/gstflacenc.c:
18655         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18656         show me.
18657         
18658 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18659
18660         * ext/flac/gstflacenc.c:
18661         * gst/matroska/ebml-read.c:
18662         Just make it compile with --disable-gst-debug.
18663
18664 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18665
18666         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18667         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18668         (id3v2_genre_fields_to_taglist):
18669           Never output a tag with a null contents string.
18670
18671 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18672
18673         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18674           Only pause if all pads are unlinked AND we've tried to send data
18675           on all of them at least once.
18676
18677 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18678
18679         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18680         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18681           Make loop function/task pause itself when all source pads are
18682           unlinked.
18683
18684 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18685
18686         * configure.ac:
18687         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18688           Use new functions from core to render a bin from a
18689           string. Fixes build. Up requirements to core CVS.
18690
18691 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18692
18693         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18694           Don't push buffers into the adapter that we are going to
18695           push downstream again without framing anyway. Also, the
18696           adaptor takes ownership of buffers put into it (fixes
18697           auparse pushing invalid buffers for .au files with
18698           ADPCM contents). Finally, set caps on all outgoing buffers.
18699
18700 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18701
18702         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18703         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18704         (gst_id3demux_send_tag_event):
18705         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18706         Someone should kick my butt. Remove ID3v1 tags from the end of the
18707         file.
18708
18709         Improve error messages. Send the TAG message as soon as we complete
18710         typefinding, instead of waiting until we send the first buffer.
18711         Downstream tag event is still sent before the first buffer.
18712
18713 2006-01-27  Jan Gerber  <j@bootlab.org>
18714
18715         Reviewed by: Andy Wingo <wingo@pobox.com>
18716
18717         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18718         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18719         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18720         to not have warings flooding stderr. this is the suggested way
18721         also used in dvgrab and kino. (#328336)
18722
18723 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18724
18725         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18726         (gst_oss_sink_init), (gst_oss_sink_finalise):
18727           Free the device name string when finalised.
18728
18729 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18730
18731         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18732           Don't put function calls in g_return_if_fail() statements,
18733           or they'll be replaced with NOOPs if someone compiles with
18734           G_DISABLE_CHECKS defined.
18735           
18736 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18737
18738         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18739         Never trust ANY information encoded in a media file, especially
18740         when it's giving you sizes. (Fixes #328452)
18741
18742 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18743
18744         * gst/rtp/gstrtpg711pay.c:
18745         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18746         bug #325148.
18747
18748 2006-01-23  Edward Hervey  <edward@fluendo.com>
18749
18750         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18751         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18752         * gst/matroska/matroska-ids.h:
18753         Added recognition of Real Audio and Video streams in matroska demuxer.
18754
18755 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18756
18757         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18758           Remove errant break statement, and fix compilation with
18759           older GCC.
18760
18761 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18762
18763         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18764
18765         * sys/sunaudio/gstsunaudiomixerctrl.c:
18766         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18767           Export functions that are needed in other parts of the code,
18768           makes the mixer actually work; adjust magic minimum buffer-time
18769           value from 3ms to 5ms to work around stuttering during mp3
18770           playback (#327765).
18771
18772 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18773
18774         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18775
18776         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18777         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18778           Fix possible deadlock in matroska muxer (#327825).
18779
18780 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18781
18782         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18783         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18784         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18785         * gst/rtsp/sdpmessage.h:
18786         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18787         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18788           C89 fixes: declare variables at the beginning of a block and
18789           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18790           <jensgr at gmx dot net>).
18791
18792 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18793
18794         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18795         * gst/id3demux/id3tags.h:
18796         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18797         (parse_comment_frame), (parse_text_identification_frame),
18798         (id3v2_tag_to_taglist), (id3v2_are_digits),
18799         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18800         (parse_split_strings), (free_tag_strings):
18801           Rewrite parsing of text tags to handle multiple NULL terminated
18802           strings. Parse numeric genre strings and ID3v2 type
18803           "(3)(6)Alternative" style genre strings.
18804           Parse dates that are only YYYY or YYYY-mm format.
18805           (Fixes #328241 and #322154)
18806
18807 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18808
18809         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18810           Don't forget to initialize liboil, otherwise our oil functions
18811           will crash (fixes #327871; patch by: Christoph Burghardt
18812           <hawkes at web dot de>).
18813
18814 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18815
18816         * configure.ac:
18817           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18818           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18819           patch by: Brian Cameron <brian dot cameron at sun dot com>
18820
18821 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18822
18823         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18824         * ext/cdio/gstcdio.h:
18825         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18826           Fix build for libcdio versions >= 76; give slightly lower rank
18827           than cdparanoia.
18828
18829 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18830
18831         * configure.ac:
18832         * ext/Makefile.am:
18833         * ext/cdio/Makefile.am:
18834         * ext/cdio/gstcdio.c:
18835         * ext/cdio/gstcdio.h:
18836         * ext/cdio/gstcdiocddasrc.c:
18837         * ext/cdio/gstcdiocddasrc.h:
18838           Port libcdio cdda source, formerly known as cddasrc, now known as
18839           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18840           but that's not tested (fixes #317658).
18841
18842 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18843
18844         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18845           Fix conversion from TIME to BYTES format (fixes #326864;
18846           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18847
18848 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18849
18850         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18851           Fix compilation of id3demux when zlib is not present.
18852           (Fixes #326602; patch by: Sergey Scobich)
18853
18854 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18855
18856         * ext/esd/Makefile.am:
18857           Add $(ESD_CFLAGS), otherwise build will fail for folks
18858           with libesd in a non-standard prefix (#327009).
18859
18860 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18861
18862         * configure.ac:
18863           back to HEAD
18864
18865 === release 0.10.1 ===
18866
18867 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18868
18869         * configure.ac:
18870           releasing 0.10.1, "Li"
18871
18872 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18873
18874           patch by: Wim Taymans
18875
18876         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18877           fix memleak.  Fixes #326618
18878
18879 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18880
18881           patch by: Mike Smith
18882
18883         * gst/level/gstlevel.c: (gst_level_message_new),
18884         (gst_level_message_append_channel):
18885           Fix memleak.  Fixes #326612
18886
18887 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18888
18889         * configure.ac:
18890           prereleasing
18891         * po/af.po:
18892         * po/az.po:
18893         * po/cs.po:
18894         * po/en_GB.po:
18895         * po/hu.po:
18896         * po/it.po:
18897         * po/nb.po:
18898         * po/nl.po:
18899         * po/or.po:
18900         * po/sq.po:
18901         * po/sr.po:
18902         * po/sv.po:
18903         * po/uk.po:
18904         * po/vi.po:
18905           update translations
18906
18907 2006-01-10  Michael Smith  <msmith@fluendo.com>
18908
18909         * gst/level/gstlevel.c: (gst_level_class_init),
18910         (gst_level_dispose):
18911           Don't leak filter arrays.
18912
18913 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18914
18915         reviewed by: Christian Schaller <uraeus@gnome.org>
18916         
18917         * configure.ac:
18918         * gst-plugins-good.spec.in:
18919         * sys/Makefile.am:
18920         * sys/sunaudio/Makefile.am:
18921         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18922         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18923         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18924         (gst_sunaudiomixer_change_state):
18925         * sys/sunaudio/gstsunaudiomixer.h:
18926         * sys/sunaudio/gstsunaudiomixerctrl.c:
18927         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18928         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18929         (gst_sunaudiomixer_ctrl_list_tracks),
18930         (gst_sunaudiomixer_ctrl_get_volume),
18931         (gst_sunaudiomixer_ctrl_set_volume),
18932         (gst_sunaudiomixer_ctrl_set_mute),
18933         (gst_sunaudiomixer_ctrl_set_record):
18934         * sys/sunaudio/gstsunaudiomixerctrl.h:
18935         * sys/sunaudio/gstsunaudiomixertrack.c:
18936         (gst_sunaudiomixer_track_class_init),
18937         (gst_sunaudiomixer_track_init), (fill_labels),
18938         (gst_sunaudiomixer_track_new):
18939         * sys/sunaudio/gstsunaudiomixertrack.h:
18940         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18941         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18942         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18943         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18944         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18945         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18946         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18947         * sys/sunaudio/gstsunaudiosink.h:
18948
18949         Add SunAudio plugin - tested to make sure it doesn't break
18950         the build under GNU/Linux.      
18951
18952 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18953
18954         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18955         * gst-plugins-good/gst/udp/gstudpsrc.c:
18956         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18957         overrides the port or multicast parameters. Fixes bugs #323021.
18958         API addition: adds GstUDPSrc::sockfd property   
18959
18960 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18961
18962         * ext/gconf/Makefile.am:
18963         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18964         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18965         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18966         (do_toggle_element), (cb_toggle_element),
18967         (gst_gconf_audio_src_change_state):
18968         * ext/gconf/gstgconfaudiosrc.h:
18969         * ext/gconf/gstgconfelements.c: (plugin_init):
18970         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18971         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18972         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18973         (do_toggle_element), (cb_toggle_element),
18974         (gst_gconf_video_src_change_state):
18975         * ext/gconf/gstgconfvideosrc.h:
18976           Add new gconfaudiosrc and gconfvideosrc elements
18977           (needed for gnome-sound-recorder).
18978
18979 2006-01-06  Edward Hervey  <edward@fluendo.com>
18980
18981         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18982         Add gst_element_no_more_pads() for proper decodebin behaviour.
18983         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18984         (parse_text_identification_frame), (parse_split_strings):
18985         Failure to decode some tags is not a GST_ERROR() but a
18986         GST_WARNING()
18987         When iterating over a chunk of text, check that we haven't gone too
18988         far.
18989
18990 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18991
18992         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18993         (plugin_init):
18994           call oil_init() when using liboil
18995
18996 2006-01-04  Wim Taymans  <wim@fluendo.com>
18997
18998         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18999         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19000         Fix leaks.
19001
19002 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19003
19004         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19005
19006         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19007         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19008         (gst_flac_dec_change_state):
19009           Don't g_assert() where we should just return FALSE; remove
19010           unnecessary g_assert(); initialize some fields properly in
19011           state change function (fixes #325504). Also, use
19012           GST_DEBUG_OBJECT in two more places.
19013
19014 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19015
19016         * configure.ac:
19017           also remove smoothwave's Makefile.am
19018         * docs/plugins/Makefile.am:
19019           fix plugin docs
19020
19021 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19022
19023         * tests/examples/Makefile.am:
19024           added missing Makefile.am
19025
19026 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19027
19028         * configure.ac:
19029         * gst/level/Makefile.am:
19030         * gst/level/level-example.c:
19031         * tests/Makefile.am:
19032         * tests/examples/level/Makefile.am:
19033         * tests/examples/level/level-example.c: (message_handler), (main):
19034           moved level-example to tests/examples/level-example
19035         * tests/old/examples/level/demo.c: (main):
19036         * tests/old/examples/level/plot.c: (main):
19037           some initial fixes
19038
19039 2005-12-29  Michael Smith  <msmith@fluendo.com>
19040
19041         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19042         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19043         * gst/udp/gstmultiudpsink.h:
19044           Track packets sent per client in addition to bytes sent; provide
19045           this info through get-stats signal
19046
19047 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19048
19049         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19050           Can't use gst_object_unref() on a GstAdapter (#325191).
19051
19052 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19053
19054         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19055         If a broken tag has 0 bytes payload, at least still skip
19056         the 10 byte header
19057
19058 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19059
19060         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19061         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19062         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19063         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19064           Making these depayloaders (H263+ and mpeg4 video) inherit from
19065           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19066
19067 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19068
19069         * docs/plugins/gst-plugins-good-plugins.args:
19070         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19071         Regenerate the plugin hiearchy.
19072
19073 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19074
19075         * docs/plugins/Makefile.am:
19076         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19077         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19078         * docs/plugins/gst-plugins-good-plugins.args:
19079         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19080         (gst_id3demux_base_init), (gst_id3demux_class_init),
19081         (gst_id3demux_chain):
19082         * gst/id3demux/gstid3demux.h:
19083           Add documentation for id3demux.
19084           Don't fail if the first buffer is not at offset 0, just
19085           attempt to typefind and do pass through
19086           Rename the gst_type function from gst_gst_id3demux..
19087
19088 2005-12-20  Michael Smith  <msmith@fluendo.com>
19089
19090         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19091         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19092         (gst_multiudpsink_get_stats):
19093         * gst/udp/gstmultiudpsink.h:
19094           Collect statistics; return them from get_stats.
19095
19096 2005-12-19  Edward Hervey  <edward@fluendo.com>
19097
19098         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19099         Stupid signedness issue...
19100
19101 2005-12-19  Edward Hervey  <edward@fluendo.com>
19102
19103         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19104         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19105         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19106         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19107         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19108         Construct index for indexless files.
19109         Make sure pad/buffers are correctly reset to NULL once we don't need
19110         them anymore, else we get lovely segfaults/assertions.
19111         * gst/wavparse/gstwavparse.c:
19112         Yes, you can have 96KHz audio and wma in wav :(
19113
19114 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19115
19116         * configure.ac:
19117           Check for optional dependency on zlib for id3demux
19118
19119         * gst/id3demux/Makefile.am:
19120         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19121         (gst_id3demux_base_init), (gst_id3demux_class_init),
19122         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19123         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19124         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19125         (gst_id3demux_set_property), (gst_id3demux_get_property),
19126         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19127         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19128         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19129         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19130         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19131         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19132         (simple_find_peek), (simple_find_suggest),
19133         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19134         (plugin_init):
19135         * gst/id3demux/gstid3demux.h:
19136         * gst/id3demux/id3tags.c: (read_synch_uint),
19137         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19138         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19139         (id3demux_id3v2_frames_to_tag_list):
19140         * gst/id3demux/id3tags.h:
19141         * gst/id3demux/id3v2.4.0-frames.txt:
19142         * gst/id3demux/id3v2.4.0-structure.txt:
19143         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19144         (parse_comment_frame), (parse_text_identification_frame),
19145         (id3v2_tag_to_taglist), (parse_split_strings):
19146           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19147           otherwise it discards them. Works on my test files. 
19148
19149         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19150           Don't send EOS to a non-existing srcpad
19151           The debug category can be static
19152
19153 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19154
19155         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19156         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19157         * gst/multipart/multipartdemux.c:
19158           change some char* into char[]
19159
19160 2005-12-16  Wim Taymans  <wim@fluendo.com>
19161
19162         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19163         (gst_wavparse_other), (gst_wavparse_perform_seek),
19164         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19165         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19166         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19167         * gst/wavparse/gstwavparse.h:
19168         Use GstSegment to implement more seeking features.
19169
19170 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19171
19172         * gst/rtsp/rtspconnection.c:
19173           Add <netinet/in.h> include and move <arpa/inet.h> include
19174           to make things work on OpenBSD as well (fixes #323717;
19175           patch by: Benjamin Pineau)
19176
19177 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19178
19179         * gst/rtp/gstrtpspeexdepay.c:
19180         * gst/rtp/gstrtpspeexpay.c:
19181         Set clock rate to be fixed in 8000. It fixes bug #324012.
19182
19183 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19184
19185         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19186         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19187         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19188         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19189         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19190         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19191         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19192         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19193         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19194         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19195         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19196         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19197         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19198         * gst-plugins-good/gst/rtp/README:
19199         Fixed payload range in payloder caps. Removed payload range completely
19200         from depayloaders as they don't require payload type in their caps.
19201         In effect, there isn't any specific payload type for any given codec,
19202         only suggestions.
19203         Fixes bug #324011.
19204
19205 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19206
19207         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19208         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19209         (gst_videomixer_collected): Code cleanup and re-enabling 
19210         queued time validity check for correct EOS handling.
19211
19212 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19213
19214         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19215         (gst_oss_mixer_element_get_property),
19216         (gst_oss_mixer_element_change_state):
19217         Add 'device-name' property and fix state change function.
19218
19219 2005-12-13  Edward Hervey  <edward@fluendo.com>
19220
19221         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19222         If the speed of the file is null in the header, set the frame_time to
19223         the default setting of GST_SECOND / 70. Which is the default
19224         frame_delay for .fli files as stated in this document :
19225         http://www.compuphase.com/flic.htm
19226         Would be nice to have the time conversion done properly too (duration =
19227         flxh->frames * flxdec->frame_time)
19228
19229 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19230
19231         * docs/plugins/Makefile.am:
19232         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19233         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19234         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19235         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19236         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19237         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19238         documentation for videomixer on my way with a funny sample
19239         pipeline.
19240
19241 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19242
19243         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19244         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19245         (gst_videomixer_update_queues), (gst_videomixer_collected):
19246         Fix caps negotiation. (#323896)
19247
19248 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19249
19250         * gst/matroska/matroska-demux.c:
19251         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19252           Set correct timestamps on audio laces, fixes playback of mp3 from
19253                 matroska.
19254
19255 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19256
19257         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19258         (gst_au_parse_class_init), (gst_au_parse_init),
19259         (gst_au_parse_dispose), (gst_au_parse_chain),
19260         (gst_au_parse_change_state), (plugin_init):
19261         * gst/auparse/gstauparse.h:
19262           Use gst_object_unref() for GstObjects instead of
19263           g_object_unref() and fix a mem leak in a debug
19264           statement; while we're at it, also borgify, use
19265           boilerplate macros and clean up a little bit.
19266
19267 2005-12-11  Edward Hervey  <edward@fluendo.com>
19268
19269         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19270         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19271         Added pull mode.
19272
19273 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19274
19275         * gst/goom/gstgoom.c:
19276         * gst/level/level-example.c: (main):
19277         * gst/smoothwave/demo-osssrc.c: (main):
19278           Use audiotestsrc instead of sinesrc (#323798).
19279
19280 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19281
19282         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19283           more debug-func-ptr usage
19284
19285 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19286
19287         * gst/flx/flx_color.c: (flx_colorspace_convert):
19288         * gst/flx/flx_color.h:
19289         * gst/flx/flx_fmt.h:
19290         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19291         * gst/flx/gstflxdec.h:
19292           Now flxdec works on big-endian machines as well.
19293
19294 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19295
19296         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19297         (gst_fenced_buffer_copy):
19298           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19299           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19300           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19301           and use GST_DEBUG_FUNCPTR for pad functions.
19302
19303 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19304
19305         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19306         (gst_flac_dec_class_init), (gst_flac_dec_init),
19307         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19308         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19309         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19310         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19311         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19312         (gst_flac_dec_change_state):
19313         * ext/flac/gstflacdec.h:
19314           Rewrite flacdec a bit, so that even seeking might work now. Most
19315           importantly, don't act upon any flow return values we get, just tell
19316           the decoder everything's dandy and act on the flow return values
19317           later on in the loop function. We don't want to mess up the internal
19318           decoder state for non-fatal things like flushing pads etc. Other
19319           than that, use GstSegment (segment seeks don't work yet though, but
19320           should be easy to add), use boilerplate macros, drop the superfluous
19321           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19322           lots of other things.
19323
19324 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19325
19326         * configure.ac:
19327           Update comment in OSS includes check.
19328
19329         * sys/oss/gstossdmabuffer.c:
19330         * sys/oss/gstosshelper.c:
19331         * sys/oss/gstossmixer.c:
19332         * sys/oss/gstossmixertrack.c:
19333         * sys/oss/gstosssink.c:
19334         * sys/oss/gstosssrc.c:
19335         * sys/oss/oss_probe.c:
19336           Don't assume the OSS soundcard.h include is always in
19337           the sys/ directory. Instead, use the existing defines
19338           from config.h to include the right file. Fixes
19339           compilation on OpenBSD 3.8 (#323718).
19340
19341 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19342
19343         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19344         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19345         * docs/plugins/inspect/plugin-1394.xml:
19346         * docs/plugins/inspect/plugin-aasink.xml:
19347         * docs/plugins/inspect/plugin-alaw.xml:
19348         * docs/plugins/inspect/plugin-alpha.xml:
19349         * docs/plugins/inspect/plugin-alphacolor.xml:
19350         * docs/plugins/inspect/plugin-auparse.xml:
19351         * docs/plugins/inspect/plugin-autodetect.xml:
19352         * docs/plugins/inspect/plugin-avi.xml:
19353         * docs/plugins/inspect/plugin-cacasink.xml:
19354         * docs/plugins/inspect/plugin-cairo.xml:
19355         * docs/plugins/inspect/plugin-cutter.xml:
19356         * docs/plugins/inspect/plugin-debug.xml:
19357         * docs/plugins/inspect/plugin-dv.xml:
19358         * docs/plugins/inspect/plugin-efence.xml:
19359         * docs/plugins/inspect/plugin-effectv.xml:
19360         * docs/plugins/inspect/plugin-esdsink.xml:
19361         * docs/plugins/inspect/plugin-flac.xml:
19362         * docs/plugins/inspect/plugin-flxdec.xml:
19363         * docs/plugins/inspect/plugin-gconfelements.xml:
19364         * docs/plugins/inspect/plugin-goom.xml:
19365         * docs/plugins/inspect/plugin-jpeg.xml:
19366         * docs/plugins/inspect/plugin-level.xml:
19367         * docs/plugins/inspect/plugin-matroska.xml:
19368         * docs/plugins/inspect/plugin-mulaw.xml:
19369         * docs/plugins/inspect/plugin-multipart.xml:
19370         * docs/plugins/inspect/plugin-navigationtest.xml:
19371         * docs/plugins/inspect/plugin-ossaudio.xml:
19372         * docs/plugins/inspect/plugin-png.xml:
19373         * docs/plugins/inspect/plugin-rtp.xml:
19374         * docs/plugins/inspect/plugin-rtsp.xml:
19375         * docs/plugins/inspect/plugin-shout2send.xml:
19376         * docs/plugins/inspect/plugin-smpte.xml:
19377         * docs/plugins/inspect/plugin-speex.xml:
19378         * docs/plugins/inspect/plugin-udp.xml:
19379         * docs/plugins/inspect/plugin-videobox.xml:
19380         * docs/plugins/inspect/plugin-videoflip.xml:
19381         * docs/plugins/inspect/plugin-videomixer.xml:
19382         * docs/plugins/inspect/plugin-wavenc.xml:
19383         * docs/plugins/inspect/plugin-wavparse.xml:
19384         * ext/flac/gstflac.c: (plugin_init):
19385         * ext/flac/gstflacdec.c: (flacdec_get_type),
19386         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19387         (gst_flac_dec_init), (gst_flac_dec_finalize),
19388         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19389         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19390         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19391         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19392         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19393         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19394         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19395         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19396         * ext/flac/gstflacdec.h:
19397         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19398         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19399         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19400         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19401         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19402         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19403         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19404         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19405         (gst_flac_enc_change_state):
19406         * ext/flac/gstflacenc.h:
19407           borgify and fix up documentation
19408
19409 2005-12-09  Michael Smith  <msmith@fluendo.com>
19410
19411         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19412           Accept a wider range of flac files, more closely matching flac spec.
19413
19414 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19415
19416         * docs/plugins/Makefile.am: Add multipart elements.
19417         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19418         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19419         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19420         * gst/multipart/multipartdemux.c:
19421         * gst/multipart/multipartmux.c: Add docs.
19422
19423 2005-12-07  Edward Hervey  <edward@fluendo.com>
19424
19425         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19426         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19427         (gst_avi_demux_invert):
19428         Memleak and crasher fixes.
19429         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19430         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19431         Memleak fixes
19432
19433 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19434
19435         * ext/aalib/gstaasink.h:
19436         * ext/cairo/gsttextoverlay.h:
19437         * ext/dv/gstdvdec.h:
19438         * ext/dv/gstdvdemux.c:
19439         * ext/dv/gstdvdemux.h:
19440         * ext/esd/esdsink.h:
19441         * ext/flac/flac_compat.h:
19442         * ext/flac/gstflacdec.h:
19443         * ext/flac/gstflacenc.h:
19444         * ext/gconf/gconf.h:
19445         * ext/gconf/gstgconfaudiosink.h:
19446         * ext/gconf/gstgconfvideosink.h:
19447         * ext/gdk_pixbuf/gstgdkanimation.h:
19448         * ext/jpeg/gstjpegdec.h:
19449         * ext/jpeg/smokecodec.h:
19450         * ext/jpeg/smokeformat.h:
19451         * ext/ladspa/gstsignalprocessor.h:
19452         * ext/ladspa/search.c: (LADSPAPluginSearch):
19453         * ext/ladspa/utils.h:
19454         * ext/libmng/gstmng.c:
19455         * ext/libmng/gstmngdec.h:
19456         * ext/libmng/gstmngenc.c:
19457         * ext/libmng/gstmngenc.h:
19458         * ext/libpng/gstpng.c:
19459         * ext/libpng/gstpngenc.c:
19460         * ext/libpng/gstpngenc.h:
19461         * ext/shout2/gstshout2.h:
19462         * ext/speex/gstspeexdec.h:
19463         * ext/speex/gstspeexenc.c:
19464         * ext/speex/gstspeexenc.h:
19465         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19466         * gst/autodetect/gstautoaudiosink.h:
19467         * gst/autodetect/gstautovideosink.h:
19468         * gst/avi/gstavidemux.h:
19469         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19470         (gst_cutter_set_property), (gst_cutter_get_caps):
19471         * gst/cutter/gstcutter.h:
19472         * gst/debug/tests.c: (md5_process_block):
19473         * gst/debug/tests.h:
19474         * gst/effectv/gstwarp.c:
19475         * gst/flx/flx_fmt.h:
19476         * gst/flx/gstflxdec.h:
19477         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19478         (zoomFilterFastRGB):
19479         * gst/goom/filters.h:
19480         * gst/goom/goom_tools.h:
19481         * gst/law/alaw-encode.c:
19482         * gst/level/gstlevel.c:
19483         * gst/level/gstlevel.h:
19484         * gst/matroska/ebml-write.h:
19485         * gst/matroska/matroska-demux.h:
19486         * gst/matroska/matroska-ids.h:
19487         * gst/matroska/matroska-mux.h:
19488         * gst/monoscope/convolve.c: (convolve_match):
19489         * gst/monoscope/convolve.h:
19490         * gst/multipart/multipartmux.c:
19491         * gst/oldcore/gstaggregator.c:
19492         * gst/oldcore/gstaggregator.h:
19493         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19494         * gst/oldcore/gstmd5sink.h:
19495         * gst/oldcore/gstmultifilesrc.c:
19496         * gst/oldcore/gstmultifilesrc.h:
19497         * gst/oldcore/gstpipefilter.h:
19498         * gst/oldcore/gstshaper.h:
19499         * gst/rtp/gstrtpL16depay.h:
19500         * gst/rtp/gstrtpL16pay.h:
19501         * gst/rtp/gstrtpdepay.h:
19502         * gst/rtp/gstrtpmp4vpay.c:
19503         * gst/rtp/gstrtpmp4vpay.h:
19504         * gst/rtsp/gstrtspsrc.c:
19505         * gst/rtsp/gstrtspsrc.h:
19506         * gst/rtsp/rtspconnection.h:
19507         * gst/rtsp/rtspdefs.h:
19508         * gst/rtsp/rtspmessage.h:
19509         * gst/rtsp/rtsptransport.h:
19510         * gst/rtsp/rtspurl.c:
19511         * gst/rtsp/rtspurl.h:
19512         * gst/rtsp/sdpmessage.c:
19513         * gst/rtsp/sdpmessage.h:
19514         * gst/smpte/barboxwipes.c:
19515         * gst/smpte/gstmask.h:
19516         * gst/smpte/gstsmpte.h:
19517         * gst/smpte/paint.c:
19518         * gst/smpte/paint.h:
19519         * gst/udp/gstdynudpsink.h:
19520         * gst/udp/gstmultiudpsink.h:
19521         * gst/udp/gstudpsink.c:
19522         * gst/udp/gstudpsink.h:
19523         * gst/udp/gstudpsrc.c:
19524         * gst/videomixer/videomixer.c:
19525         * gst/wavenc/riff.h:
19526         * gst/wavparse/gstwavparse.h:
19527         * sys/oss/gstossdmabuffer.h:
19528         * sys/oss/gstossmixer.h:
19529         * sys/oss/gstossmixerelement.h:
19530         * sys/oss/gstossmixertrack.h:
19531         * sys/oss/gstosssink.c:
19532         * sys/oss/gstosssink.h:
19533         * sys/oss/gstosssrc.c:
19534         * sys/oss/gstosssrc.h:
19535         * sys/osxaudio/gstosxaudioelement.h:
19536         * sys/osxaudio/gstosxaudiosink.h:
19537         * sys/osxaudio/gstosxaudiosrc.h:
19538           expand tabs
19539
19540 === release 0.10.0 ===
19541
19542 2005-12-05   <thomas (at) apestaart (dot) org>
19543
19544         * configure.ac:
19545           releasing 0.10.0, "Abondance"
19546
19547 2005-12-05  Andy Wingo  <wingo@pobox.com>
19548
19549         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19550         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19551         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19552         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19553         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19554         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19555         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19556         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19557         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19558         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19559         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19560         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19561         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19562         * gst/goom/gstgoom.c: (gst_goom_chain):
19563         * gst/matroska/matroska-demux.c:
19564         (gst_matroska_demux_push_vorbis_codec_priv_data),
19565         (gst_matroska_demux_add_wvpk_header):
19566         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19567         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19568         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19569         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19570         alloc_buffer changes.
19571
19572 2005-12-05  Michael Smith  <msmith@fluendo.com>
19573
19574         * docs/plugins/gst-plugins-good-plugins.args:
19575           Remove args for plugins that aren't in -good.
19576
19577 === release 0.9.7 ===
19578
19579 2005-12-01   <thomas (at) apestaart (dot) org>
19580
19581         * configure.ac:
19582           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19583
19584 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19585
19586         * docs/plugins/.cvsignore:
19587         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19588         * docs/plugins/inspect/plugin-multipart.xml:
19589         * docs/plugins/inspect/plugin-rtp.xml:
19590           add multipart plugin to docs
19591
19592 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19593
19594         * configure.ac:
19595         * ext/Makefile.am:
19596         * ext/pango/Makefile.am:
19597         * ext/pango/gstclockoverlay.c:
19598         * ext/pango/gstclockoverlay.h:
19599         * ext/pango/gsttextoverlay.c:
19600         * ext/pango/gsttextoverlay.h:
19601         * ext/pango/gsttextrender.c:
19602         * ext/pango/gsttextrender.h:
19603         * ext/pango/gsttimeoverlay.c:
19604         * ext/pango/gsttimeoverlay.h:
19605           move pango to base
19606
19607 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19608
19609         * gst/rtp/Makefile.am:
19610         * gst/rtp/gstrtpL16depay.c:
19611         * gst/rtp/gstrtpL16depay.h:
19612         * gst/rtp/gstrtpL16parse.c:
19613         * gst/rtp/gstrtpL16parse.h:
19614         * gst/rtp/gstrtpgsmdepay.c:
19615         * gst/rtp/gstrtpgsmdepay.h:
19616         * gst/rtp/gstrtpgsmparse.c:
19617         * gst/rtp/gstrtpgsmparse.h:
19618           parsers are depayers
19619
19620 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19621
19622         * gst/rtp/Makefile.am:
19623         * gst/rtp/gstasteriskh263.c:
19624         * gst/rtp/gstrtp.c:
19625         * gst/rtp/gstrtpL16enc.c:
19626         * gst/rtp/gstrtpL16enc.h:
19627         * gst/rtp/gstrtpL16parse.c:
19628         * gst/rtp/gstrtpL16parse.h:
19629         * gst/rtp/gstrtpL16pay.c:
19630         * gst/rtp/gstrtpL16pay.h:
19631         * gst/rtp/gstrtpamrdec.c:
19632         * gst/rtp/gstrtpamrdec.h:
19633         * gst/rtp/gstrtpamrdepay.c:
19634         * gst/rtp/gstrtpamrdepay.h:
19635         * gst/rtp/gstrtpamrenc.c:
19636         * gst/rtp/gstrtpamrenc.h:
19637         * gst/rtp/gstrtpamrpay.c:
19638         * gst/rtp/gstrtpamrpay.h:
19639         * gst/rtp/gstrtpdec.c:
19640         * gst/rtp/gstrtpdec.h:
19641         * gst/rtp/gstrtpdepay.c:
19642         * gst/rtp/gstrtpdepay.h:
19643         * gst/rtp/gstrtpg711dec.c:
19644         * gst/rtp/gstrtpg711dec.h:
19645         * gst/rtp/gstrtpg711depay.c:
19646         * gst/rtp/gstrtpg711depay.h:
19647         * gst/rtp/gstrtpg711enc.c:
19648         * gst/rtp/gstrtpg711enc.h:
19649         * gst/rtp/gstrtpg711pay.c:
19650         * gst/rtp/gstrtpg711pay.h:
19651         * gst/rtp/gstrtpgsmenc.c:
19652         * gst/rtp/gstrtpgsmenc.h:
19653         * gst/rtp/gstrtpgsmparse.c:
19654         * gst/rtp/gstrtpgsmparse.h:
19655         * gst/rtp/gstrtpgsmpay.c:
19656         * gst/rtp/gstrtpgsmpay.h:
19657         * gst/rtp/gstrtph263enc.c:
19658         * gst/rtp/gstrtph263enc.h:
19659         * gst/rtp/gstrtph263pay.c:
19660         * gst/rtp/gstrtph263pay.h:
19661         * gst/rtp/gstrtph263pdec.c:
19662         * gst/rtp/gstrtph263pdec.h:
19663         * gst/rtp/gstrtph263pdepay.c:
19664         * gst/rtp/gstrtph263pdepay.h:
19665         * gst/rtp/gstrtph263penc.c:
19666         * gst/rtp/gstrtph263penc.h:
19667         * gst/rtp/gstrtph263ppay.c:
19668         * gst/rtp/gstrtph263ppay.h:
19669         * gst/rtp/gstrtpmp4vdec.c:
19670         * gst/rtp/gstrtpmp4vdec.h:
19671         * gst/rtp/gstrtpmp4vdepay.c:
19672         * gst/rtp/gstrtpmp4vdepay.h:
19673         * gst/rtp/gstrtpmp4venc.c:
19674         * gst/rtp/gstrtpmp4venc.h:
19675         * gst/rtp/gstrtpmp4vpay.c:
19676         * gst/rtp/gstrtpmp4vpay.h:
19677         * gst/rtp/gstrtpmpadec.c:
19678         * gst/rtp/gstrtpmpadec.h:
19679         * gst/rtp/gstrtpmpadepay.c:
19680         * gst/rtp/gstrtpmpadepay.h:
19681         * gst/rtp/gstrtpmpaenc.c:
19682         * gst/rtp/gstrtpmpaenc.h:
19683         * gst/rtp/gstrtpmpapay.c:
19684         * gst/rtp/gstrtpmpapay.h:
19685         * gst/rtp/gstrtpspeexdec.c:
19686         * gst/rtp/gstrtpspeexdec.h:
19687         * gst/rtp/gstrtpspeexdepay.c:
19688         * gst/rtp/gstrtpspeexdepay.h:
19689         * gst/rtp/gstrtpspeexenc.c:
19690         * gst/rtp/gstrtpspeexenc.h:
19691         * gst/rtp/gstrtpspeexpay.c:
19692         * gst/rtp/gstrtpspeexpay.h:
19693           Do burger's rename for rtp payloaders and depayloaders
19694
19695 2005-11-30  Wim Taymans  <wim@fluendo.com>
19696
19697         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19698         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19699         * ext/dv/gstdvdemux.h:
19700         Fix seeking in dvdemux again, add some more debug info.
19701
19702 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19703
19704         * configure.ac:
19705           fix tests
19706
19707 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19708
19709         * PORTED_09:
19710         * docs/random/PORTED_09:
19711           move
19712         * tests/Makefile.am:
19713           add
19714         * win32/gst.sln:
19715           remove
19716
19717 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19718
19719         * Makefile.am:
19720         * check/.cvsignore:
19721         * check/Makefile.am:
19722         * check/elements/.cvsignore:
19723         * check/elements/level.c:
19724         * check/elements/matroskamux.c:
19725         * configure.ac:
19726         * examples/Makefile.am:
19727         * examples/capsfilter/Makefile.am:
19728         * examples/capsfilter/capsfilter1.c:
19729         * examples/gob/Makefile.am:
19730         * examples/gob/gst-identity2.gob:
19731         * examples/gstplay/.cvsignore:
19732         * examples/gstplay/Makefile.am:
19733         * examples/gstplay/player.c:
19734         * examples/indexing/.cvsignore:
19735         * examples/indexing/Makefile.am:
19736         * examples/indexing/indexmpeg.c:
19737         * examples/level/Makefile.am:
19738         * examples/level/README:
19739         * examples/level/demo.c:
19740         * examples/level/plot.c:
19741         * examples/stats/Makefile.am:
19742         * examples/stats/mp2ogg.c:
19743         * examples/switch/.cvsignore:
19744         * examples/switch/Makefile.am:
19745         * examples/switch/switcher.c:
19746           move under tests/
19747
19748 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19749
19750         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19751         (gst_text_render_class_init), (resize_bitmap),
19752         (gst_text_render_render_text), (gst_text_render_setcaps),
19753         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19754         (gst_text_render_chain), (gst_text_render_finalize),
19755         (gst_text_render_init), (gst_text_render_set_property):
19756         * ext/pango/gsttextrender.h:
19757           Add missing files.
19758
19759 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19760
19761         * configure.ac:
19762         * ext/Makefile.am:
19763         * ext/pango/Makefile.am:
19764         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19765         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19766         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19767         * ext/pango/gstclockoverlay.h:
19768         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19769         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19770         (gst_text_overlay_finalize), (gst_text_overlay_init),
19771         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19772         (gst_text_overlay_text_pad_linked),
19773         (gst_text_overlay_text_pad_unlinked),
19774         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19775         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19776         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19777         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19778         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19779         (gst_text_overlay_change_state), (plugin_init):
19780         * ext/pango/gsttextoverlay.h:
19781         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19782         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19783         (gst_time_overlay_class_init), (gst_time_overlay_init):
19784         * ext/pango/gsttimeoverlay.h:
19785           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19786           and add background shading and text wrapping modes. Make 
19787           timoverlay derive from textoverlay. Also add new clockoverlay
19788           element.
19789
19790 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19791
19792         * gst/udp/Makefile.am: Moved to netbuffer.
19793
19794 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19795
19796         * configure.ac:
19797         * PORTED_O9:
19798         * gst/multipart/Makefile.am:
19799         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19800         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19801         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19802         (gst_multipart_demux_change_state),
19803         (gst_multipart_demux_plugin_init):
19804         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19805         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19806         (gst_multipart_mux_sinkconnect),
19807         (gst_multipart_mux_request_new_pad),
19808         (gst_multipart_mux_handle_src_event),
19809         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19810         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19811         0.9.
19812
19813 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19814
19815         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19816         * gst/debug/gstnavigationtest.h:
19817         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19818         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19819         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19820         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19821         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19822         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19823         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19824         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19825         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19826         (gst_video_flip_get_type):
19827         * gst/videofilter/gstvideoflip.h:
19828           update for symbols change
19829
19830 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19831
19832         * gst/udp/gstdynudpsink.c:
19833         * gst/udp/gstudpsrc.c:
19834           the old gstnet lib was renamed gstnetbuffer (#322257)
19835
19836 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19837
19838         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19839         (gst_text_overlay_collected):
19840           Actually render the text from the text pad.
19841
19842 2005-11-29  Edward Hervey  <edward@fluendo.com>
19843
19844         * gst/debug/gstnavseek.c: (gst_navseek_event):
19845         * gst/debug/progressreport.c: (gst_progress_report_event):
19846         Update for GstBaseTransform event virtual method
19847
19848 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19849
19850         * ext/cairo/Makefile.am:
19851           no need to link to videofilter
19852
19853 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19854
19855         * gst/debug/Makefile.am:
19856         * gst/debug/gstnavigationtest.h:
19857         * gst/effectv/Makefile.am:
19858         * gst/effectv/gstaging.c:
19859         * gst/effectv/gstdice.c:
19860         * gst/effectv/gstedge.c:
19861         * gst/effectv/gstquark.c:
19862         * gst/effectv/gstrev.c:
19863         * gst/effectv/gstshagadelic.c:
19864         * gst/effectv/gstvertigo.c:
19865         * gst/effectv/gstwarp.c:
19866         * gst/videofilter/Makefile.am:
19867         * gst/videofilter/gstvideofilter.c:
19868         * gst/videofilter/gstvideofilter.h:
19869         * gst/videofilter/gstvideoflip.h:
19870           remove the videofilter library and link to the one in base
19871
19872 2005-11-28  Edward Hervey  <edward@fluendo.com>
19873
19874         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19875         Useless check now we're setting the current entry correctly.
19876
19877 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19878
19879         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19880         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19881         (gst_jpegenc_change_state):
19882           Don't leak input buffer in chain function (fixes #322667); make 
19883           state change function thread-safe; don't repeat the current function
19884           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19885           gst_pad_alloc_buffer(); misc. minor cleanups.
19886
19887 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19888
19889         * gst/matroska/matroska-mux.c:
19890         (gst_matroska_mux_video_pad_setcaps):
19891         Look for pixel-aspect-ratio in caps, not pixel_width and
19892         pixel_height (Fixes: #322645)
19893
19894 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19895
19896         * gst/matroska/matroska-mux.c:
19897         (gst_matroska_mux_video_pad_setcaps):
19898         From Michal Benes:
19899         frame duration should be GST_SECOND / framerate, not
19900         GST_SECOND * framerate. (Fixes: #322643)
19901
19902 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19903
19904         * configure.ac:
19905           fix up GST_PLUGIN_LDFLAGS
19906         * gst/rtsp/rtspconnection.c:
19907           fix includes (see #317043)
19908         * gst/videofilter/Makefile.am:
19909           stop installing this library
19910
19911 2005-11-26  Edward Hervey  <edward@fluendo.com>
19912
19913         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19914         Handle the case where the incoming Video dv stream doesn't have
19915         a pixel aspect ratio set.
19916
19917 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19918
19919         * docs/plugins/Makefile.am:
19920         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19921         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19922         * ext/flac/gstflacdec.c:
19923           document flacdec
19924
19925 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19926
19927         * docs/plugins/Makefile.am:
19928         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19929         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19930         * docs/plugins/inspect/plugin-autodetect.xml:
19931         * ext/cairo/gstcairo.c: (plugin_init):
19932         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19933         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19934         (gst_text_overlay_init), (gst_text_overlay_font_init),
19935         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19936         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19937         (gst_text_overlay_text_pad_linked),
19938         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19939         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19940         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19941         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19942         (gst_text_overlay_change_state):
19943         * ext/cairo/gsttextoverlay.h:
19944         * ext/cairo/gsttimeoverlay.c:
19945         (gst_cairo_time_overlay_update_font_height),
19946         (gst_cairo_time_overlay_set_caps),
19947         (gst_cairo_time_overlay_get_unit_size),
19948         (gst_cairo_time_overlay_print_smpte_time),
19949         (gst_cairo_time_overlay_transform),
19950         (gst_cairo_time_overlay_base_init),
19951         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19952         (gst_cairo_time_overlay_get_type):
19953         * ext/cairo/gsttimeoverlay.h:
19954           do some name borgifying
19955           document
19956
19957 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19958
19959         * docs/plugins/Makefile.am:
19960         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19961         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19962         * gst/autodetect/gstautoaudiosink.c:
19963         (gst_auto_audio_sink_base_init):
19964         * gst/autodetect/gstautovideosink.c:
19965         (gst_auto_video_sink_base_init),
19966         (gst_auto_video_sink_factory_filter):
19967           documenting auto*sink
19968           using strstr for the video sink lookup, class field is not ordered
19969         * docs/plugins/inspect/plugin-1394.xml:
19970         * docs/plugins/inspect/plugin-aasink.xml:
19971         * docs/plugins/inspect/plugin-alaw.xml:
19972         * docs/plugins/inspect/plugin-alpha.xml:
19973         * docs/plugins/inspect/plugin-alphacolor.xml:
19974         * docs/plugins/inspect/plugin-auparse.xml:
19975         * docs/plugins/inspect/plugin-autodetect.xml:
19976         * docs/plugins/inspect/plugin-avi.xml:
19977         * docs/plugins/inspect/plugin-cacasink.xml:
19978         * docs/plugins/inspect/plugin-cairo.xml:
19979         * docs/plugins/inspect/plugin-cutter.xml:
19980         * docs/plugins/inspect/plugin-debug.xml:
19981         * docs/plugins/inspect/plugin-dv.xml:
19982         * docs/plugins/inspect/plugin-efence.xml:
19983         * docs/plugins/inspect/plugin-effectv.xml:
19984         * docs/plugins/inspect/plugin-esdsink.xml:
19985         * docs/plugins/inspect/plugin-flac.xml:
19986         * docs/plugins/inspect/plugin-flxdec.xml:
19987         * docs/plugins/inspect/plugin-gconfelements.xml:
19988         * docs/plugins/inspect/plugin-goom.xml:
19989         * docs/plugins/inspect/plugin-jpeg.xml:
19990         * docs/plugins/inspect/plugin-level.xml:
19991         * docs/plugins/inspect/plugin-matroska.xml:
19992         * docs/plugins/inspect/plugin-mulaw.xml:
19993         * docs/plugins/inspect/plugin-navigationtest.xml:
19994         * docs/plugins/inspect/plugin-ossaudio.xml:
19995         * docs/plugins/inspect/plugin-png.xml:
19996         * docs/plugins/inspect/plugin-rtp.xml:
19997         * docs/plugins/inspect/plugin-rtsp.xml:
19998         * docs/plugins/inspect/plugin-shout2send.xml:
19999         * docs/plugins/inspect/plugin-smpte.xml:
20000         * docs/plugins/inspect/plugin-speex.xml:
20001         * docs/plugins/inspect/plugin-udp.xml:
20002         * docs/plugins/inspect/plugin-videobox.xml:
20003         * docs/plugins/inspect/plugin-videoflip.xml:
20004         * docs/plugins/inspect/plugin-videomixer.xml:
20005         * docs/plugins/inspect/plugin-wavenc.xml:
20006         * docs/plugins/inspect/plugin-wavparse.xml:
20007           update for HEAD version
20008
20009 2005-11-25  Michael Smith  <msmith@fluendo.com>
20010
20011         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20012           Patch from Sebastien Cote to close control sockets in udpsrc.
20013
20014 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20015
20016         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20017         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20018         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20019         (gst_quarktv_base_init), (gst_quarktv_class_init),
20020         (gst_quarktv_init): Flush the planes list on reverse caps
20021         negotiation. This was crashing because of differently sized
20022         buffers.
20023
20024 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20025
20026         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20027         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20028         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20029         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20030         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20031         (gst_videoflip_set_property), (gst_videoflip_base_init),
20032         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20033         correctly, fix identity flipping, convert navigation event 
20034         correctly again.
20035
20036 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20037
20038         * configure.ac: back to HEAD
20039
20040 === release 0.9.6 ===
20041
20042 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20043
20044         * configure.ac:
20045           releasing 0.9.6, "Everything's Not Lost"
20046
20047 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20048
20049         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20050         Oops, initialise the framerate GValue
20051
20052 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20053
20054         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20055         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20056         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20057         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20058         (gst_timeoverlay_get_type):
20059         * ext/cairo/gsttimeoverlay.h:
20060         * gst/debug/Makefile.am:
20061         * gst/debug/gstnavigationtest.c:
20062         (gst_navigationtest_handle_src_event),
20063         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20064         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20065         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20066         (gst_navigationtest_init), (gst_navigationtest_get_type),
20067         (plugin_init):
20068         * gst/debug/gstnavigationtest.h:
20069         * gst/effectv/Makefile.am:
20070         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20071         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20072         (gst_agingtv_base_init), (gst_agingtv_class_init),
20073         (gst_agingtv_init), (gst_agingtv_get_type):
20074         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20075         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20076         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20077         (gst_dicetv_get_type):
20078         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20079         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20080         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20081         (gst_edgetv_get_type):
20082         * gst/effectv/gsteffectv.c:
20083         * gst/effectv/gsteffectv.h:
20084         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20085         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20086         (gst_quarktv_change_state), (gst_quarktv_base_init),
20087         (gst_quarktv_class_init), (gst_quarktv_init),
20088         (gst_quarktv_get_type):
20089         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20090         (gst_revtv_get_unit_size), (gst_revtv_transform),
20091         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20092         (gst_revtv_get_type):
20093         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20094         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20095         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20096         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20097         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20098         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20099         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20100         (gst_vertigotv_init), (gst_vertigotv_get_type):
20101         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20102         (gst_warptv_get_unit_size), (gst_warptv_transform),
20103         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20104         (gst_warptv_get_type):
20105         * gst/videofilter/Makefile.am:
20106         * gst/videofilter/gstvideobalance.c:
20107         * gst/videofilter/gstvideobalance.h:
20108         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20109         (gst_videofilter_class_init), (gst_videofilter_init):
20110         * gst/videofilter/gstvideofilter.h:
20111         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20112         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20113         (gst_videoflip_flip), (gst_videoflip_transform),
20114         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20115         (gst_videoflip_base_init), (gst_videoflip_class_init),
20116         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20117         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20118         BaseTransform, it's just a place holder for now and every video
20119         effect plugin has been ported to use BaseTransform features 
20120         directly. QuarkTV was fixed too (was broken), navigationtest works
20121         and best for the end, videoflip converts navigation events depending
20122         on flip method ! Fixes #320953
20123
20124 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20125
20126         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20127         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20128         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20129         (gst_goom_src_negotiate), (gst_goom_chain):
20130         * gst/matroska/matroska-mux.c:
20131         (gst_matroska_mux_video_pad_setcaps):
20132         * sys/osxvideo/osxvideosink.m:
20133           Fixes for API changes
20134
20135 2005-11-23  Michael Smith <msmith@fluendo.com>
20136
20137         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20138         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20139         * ext/jpeg/gstjpegdec.h:
20140         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20141         * ext/jpeg/gstjpegenc.h:
20142         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20143         (gst_smokeenc_resync):
20144         * ext/jpeg/gstsmokeenc.h:
20145           JPEG fractiony goodness.
20146
20147 2005-11-22  Michael Smith <msmith@fluendo.com>
20148
20149         * gst/goom/filters.c:
20150         * gst/goom/graphic.h:
20151           Fix compilation by making some functions static inline instead of
20152           extern inline, matching the way they're used.
20153
20154 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20155
20156         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20157         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20158         * ext/cairo/gsttextoverlay.h:
20159         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20160         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20161         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20162         (gst_pngdec_caps_create_and_set):
20163         * ext/libpng/gstpngdec.h:
20164         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20165         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20166         * gst/avi/gstavimux.c: (gst_avimux_init),
20167         (gst_avimux_vidsinkconnect):
20168         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20169         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20170         (gst_goom_src_negotiate), (gst_goom_chain):
20171         * gst/goom/gstgoom.h:
20172         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20173         * gst/matroska/matroska-mux.c:
20174         (gst_matroska_mux_video_pad_setcaps):
20175         * sys/osxvideo/osxvideosink.h:
20176         * sys/osxvideo/osxvideosink.m:
20177           More fractional framerate conversions 
20178
20179 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20180
20181         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20182         * gst/debug/gstnavigationtest.c:
20183         (gst_navigationtest_handle_src_event):
20184         * gst/videofilter/gstvideofilter.c:
20185         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20186         (gst_videofilter_init):
20187         * gst/videofilter/gstvideofilter.h:
20188           Convert to fractional framerates.
20189
20190 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20191
20192         * ext/aalib/gstaasink.c:
20193         * ext/dv/gstdvdec.c:
20194         * ext/esd/esdmon.c:
20195         * ext/flac/gstflacenc.c:
20196         * ext/gdk_pixbuf/pixbufscale.c:
20197         * ext/libcaca/gstcacasink.c:
20198         * ext/shout2/gstshout2.c:
20199         * gst/alpha/gstalpha.c:
20200         * gst/oldcore/gstaggregator.c:
20201         * gst/oldcore/gstshaper.c:
20202         * gst/smpte/barboxwipes.c:
20203         * gst/smpte/gstsmpte.c:
20204         * gst/videobox/gstvideobox.c:
20205         * gst/videofilter/gstvideoflip.c:
20206         * gst/videomixer/videomixer.c:
20207           fix up more enums
20208
20209 2005-11-22  Michael Smith <msmith@fluendo.com>
20210
20211         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20212         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20213         (gst_videomixer_update_queues):
20214           Fractional framerates, videomixer.
20215
20216 2005-11-22  Michael Smith <msmith@fluendo.com>
20217
20218         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20219         * ext/dv/gstdvdec.h:
20220         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20221         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20222         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20223         (gst_dvdemux_flush):
20224         * ext/dv/gstdvdemux.h:
20225           Fractional framerates for DV. 
20226
20227 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20228
20229         * gst/autodetect/gstautoaudiosink.c:
20230         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20231         * gst/autodetect/gstautovideosink.c:
20232         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20233           Use gst_plugin_feature_list_free() to free feature list and
20234           in the case of autovideosink free the list at all. Also
20235           miscellaneous cosmetic fixes.
20236
20237 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20238
20239         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20240         (gst_cutter_set_property), (gst_cutter_get_caps):
20241           copy calculation code from level; remove use of some audio
20242           functions
20243
20244 2005-11-22  Andy Wingo  <wingo@pobox.com>
20245
20246         * Update for gst_tag_setter API changes.
20247
20248 2005-11-22  Andy Wingo  <wingo@pobox.com>
20249
20250         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20251         (gst_dvdemux_demux_frame)
20252         * ext/flac/gstflacdec.c (gst_flacdec_write)
20253         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20254         (gst_flacenc_sink_event)
20255         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20256         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20257         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20258         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20259         * gst/auparse/gstauparse.c (gst_auparse_chain)
20260         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20261         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20262         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20263         (gst_avi_demux_handle_seek)
20264         * gst/goom/gstgoom.c (gst_goom_event)
20265         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20266         * gst/matroska/matroska-demux.c
20267         (gst_matroska_demux_handle_seek_event)
20268         (gst_matroska_demux_loop_stream_parse_id)
20269         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20270         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20271         (gst_wavparse_stream_headers): Run update-funcnames.
20272
20273 2005-11-22  Edward Hervey  <edward@fluendo.com>
20274
20275         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20276         (gst_dv1394src_init), (gst_dv1394src_dispose),
20277         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20278         (gst_dv1394src_uri_set_uri):
20279         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20280         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20281         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20282         URIHandler interface and element properties are now properly
20283         synchronized for DV1394src and UDPSrc
20284
20285 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20286
20287         * ext/flac/Makefile.am:
20288         * ext/speex/Makefile.am:
20289           libgsttagedit has been renamed to libgsttag.
20290
20291 2005-11-21  Wim Taymans  <wim@fluendo.com>
20292
20293         * gst/rtsp/rtspconnection.c: (read_body):
20294         Apply patch from Sebastien Cote to fix #319184.
20295
20296 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20297
20298         * configure.ac:
20299         * gst/cutter/Makefile.am:
20300         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20301         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20302         (gst_cutter_set_property), (gst_cutter_get_property),
20303         (plugin_init), (gst_cutter_get_caps):
20304           port cutter
20305         * gst/level/gstlevel.c:
20306           fix up plugin details
20307
20308 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20309
20310         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20311         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20312         (gst_flacdec_src_event):
20313         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20314         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20315         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20316         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20317         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20318         (gst_flxdec_sink_event_handler):
20319         * gst/matroska/matroska-demux.c:
20320         (gst_matroska_demux_handle_seek_event):
20321         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20322           Update for stream lock API changes: don't take stream log
20323           in sink event handlers any longer and change GST_STREAM_LOCK
20324           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20325           functions.
20326
20327 2005-11-21  Michael Smith <msmith@fluendo.com>
20328
20329         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20330           gst_object_unref, not g_object_unref
20331
20332 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20333
20334         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20335         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20336           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20337
20338 2005-11-21  Michael Smith <msmith@fluendo.com>
20339
20340         * gst/auparse/Makefile.am:
20341         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20342         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20343         (gst_auparse_change_state):
20344         * gst/auparse/gstauparse.h:
20345           Partially fix #161712. playbin still doesn't work on these files,
20346           (on the bug report, Andy says we aren't typefinding it for some
20347           reason?) but at least auparse isn't totally busted like it was before.
20348
20349 2005-11-21  Andy Wingo  <wingo@pobox.com>
20350
20351         * *.h:
20352         * *.c: Ran scripts/update-macros. Oh yes.
20353
20354 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20355
20356         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20357           Filler events are gone for now, comment out section generating
20358           them.
20359
20360 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20361
20362         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20363         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20364         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20365         * sys/osxvideo/osxvideosink.m:
20366           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20367           (#322027)
20368
20369 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20370
20371         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20372         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20373         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20374         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20375         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20376         (gst_avi_demux_stream_data):
20377         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20378         * gst/wavenc/gstwavenc.c: (write_metadata):
20379         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20380         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20381         Fixes for GST_FOURCC_FORMAT API change.
20382
20383 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20384
20385         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20386         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20387         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20388         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20389         (gst_text_overlay_change_state):
20390         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20391         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20392         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20393         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20394         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20395         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20396         (gst_videomixer_change_state):
20397           Fix for collect pads API change. Also fix textoverlay state
20398           change function.
20399
20400 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20401
20402         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20403         GST_PAD_IS_USABLE by something approaching it.
20404
20405 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20406
20407         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20408         API changes.
20409         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20410         but also fix the code that was not checking return values from
20411         pad_push neither using pad_alloc_buffer.
20412
20413 2005-11-18  Edward Hervey  <edward@fluendo.com>
20414
20415         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20416         (gst_pngenc_chain):
20417         Added debug category
20418         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20419         goes to EOS.
20420
20421 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20422
20423         * gst/rtp/Makefile.am
20424         * gst/rtp/gstrtp.c
20425         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20426         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20427         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20428         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20429         * gst/rtp/gstrtpg711enc.h:
20430         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20431         * gst/rtp/gstrtpspeexenc.c:
20432         * gst/rtp/gstrtpspeexenc.h:
20433         * gst/rtp/gstrtpspeexdec.c:
20434         * gst/rtp/gstrtpspeexdec.h:
20435         Created Speex payloader and depayloader; Optimize G711 payloader to
20436         use adapter and send packets until MTU size.
20437
20438 2005-11-16  Wim Taymans  <wim@fluendo.com>
20439
20440         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20441         Fix leak in check.
20442
20443 2005-11-16  Wim Taymans  <wim@fluendo.com>
20444
20445         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20446         Fix state change.
20447
20448 2005-11-16  Andy Wingo  <wingo@pobox.com>
20449
20450         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20451         (gst_udpsrc_create): Move comment.
20452
20453 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20454
20455         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20456
20457         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20458           When seeking, seek to closest index entry at or before the requested
20459           seek position, not just the closest one (#321001).
20460
20461 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20462
20463         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20464         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20465           Invert DIB images again (see #132341).
20466
20467 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20468
20469         * configure.ac:
20470           rework configure.ac file
20471         * ext/aalib/gstaasink.c:
20472         * ext/cairo/gstcairo.c:
20473         * ext/dv/gstdv.c:
20474         * ext/esd/gstesd.c:
20475         * ext/flac/gstflac.c:
20476         * ext/gconf/gstgconfelements.c:
20477         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20478         * ext/jpeg/gstjpeg.c:
20479         * ext/ladspa/gstladspa.c:
20480         * ext/libcaca/gstcacasink.c:
20481         * ext/libmng/gstmng.c:
20482         * ext/libpng/gstpng.c:
20483         * ext/mikmod/gstmikmod.c:
20484         * ext/pango/gsttextoverlay.c:
20485         * ext/pango/gsttimeoverlay.c:
20486         * ext/raw1394/gst1394.c:
20487         * ext/speex/gstspeex.c:
20488         * gst/alpha/Makefile.am:
20489         * gst/alpha/gstalpha.c:
20490         * gst/alpha/gstalphacolor.c:
20491         * gst/auparse/gstauparse.c:
20492         * gst/autodetect/gstautoaudiosink.c:
20493         (gst_auto_audio_sink_factory_filter),
20494         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20495         * gst/autodetect/gstautodetect.c:
20496         * gst/avi/gstavi.c:
20497         * gst/cutter/gstcutter.c:
20498         * gst/debug/efence.c:
20499         * gst/debug/gstdebug.c:
20500         * gst/debug/gstnavigationtest.c:
20501         * gst/effectv/gsteffectv.c:
20502         * gst/flx/gstflxdec.c:
20503         * gst/goom/gstgoom.c:
20504         * gst/interleave/plugin.c:
20505         * gst/law/alaw.c:
20506         * gst/law/mulaw.c:
20507         * gst/level/gstlevel.c:
20508         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20509         * gst/matroska/matroska.c:
20510         * gst/median/gstmedian.c:
20511         * gst/monoscope/gstmonoscope.c:
20512         * gst/multipart/multipart.c:
20513         * gst/oldcore/gstelements.c:
20514         * gst/rtp/gstrtp.c:
20515         * gst/rtsp/gstrtsp.c:
20516         * gst/smoothwave/gstsmoothwave.c:
20517         * gst/smpte/gstsmpte.c:
20518         * gst/udp/gstudp.c:
20519         * gst/videobox/gstvideobox.c:
20520         * gst/videofilter/gstgamma.c:
20521         * gst/videofilter/gstvideobalance.c:
20522         * gst/videofilter/gstvideoflip.c:
20523         * gst/videofilter/gstvideotemplate.c:
20524         * gst/videomixer/videomixer.c:
20525         * gst/wavenc/gstwavenc.c:
20526         * gst/wavparse/gstwavparse.c:
20527         * sys/oss/gstossaudio.c:
20528         * sys/osxaudio/gstosxaudio.c:
20529           update GST_PLUGIN_DEFINE
20530         * gst/rtp/Makefile.am:
20531         * gst/rtp/gstasteriskh263.c:
20532           check for htons/htonl headers and possibly link to winsock2 lib
20533
20534 2005-11-12  Edward Hervey  <edward@fluendo.com>
20535
20536         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20537         Only GST_DEBUG() information on the valid components.
20538
20539 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20540
20541         * configure.ac: back to HEAD
20542
20543 === release 0.9.5 ===
20544
20545 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20546
20547         * configure.ac:
20548           releasing 0.9.5, "Phone Alarm"
20549
20550 2005-11-11  Edward Hervey  <edward@fluendo.com>
20551
20552         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20553         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20554         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20555         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20556         (gst_avi_demux_loop):
20557         * gst/avi/gstavidemux.h:
20558         Yeah, implement proper seeking. Exact seeking and segment seeking.
20559         Still need to do some checks for segment_stop.
20560
20561 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20562
20563         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20564
20565         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20566           Don't try to ready buffer duration from buffer that we don't
20567           own any  longer and that might already have been unreffed.
20568           (#321136)
20569
20570 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20571
20572         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20573         (flx_decode_delta_flc), (gst_flxdec_chain):
20574         Attempting to optimize the code for embedded systems.
20575
20576 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20577
20578         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20579
20580         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20581           Don't re-use already closed file descriptor. (#320920)
20582
20583 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20584
20585         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20586         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20587         (gst_oss_sink_prepare):
20588         * sys/oss/gstosssink.h:
20589           Cache probed caps; fix debug output for SET_PARAM macros.
20590
20591 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20592
20593         * ext/cairo/Makefile.am:
20594         * ext/cairo/gstcairo.c: (plugin_init):
20595         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20596         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20597         (gst_text_overlay_init), (gst_text_overlay_font_init),
20598         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20599         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20600         (gst_text_overlay_text_pad_linked),
20601         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20602         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20603         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20604         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20605         (gst_text_overlay_change_state):
20606         * ext/cairo/gsttextoverlay.h:
20607           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20608           property and redo positioning. Doesn't handle upstream renegotiation
20609           yet though.
20610
20611 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20612
20613         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20614         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20615         (gst_avi_demux_loop):
20616           No need to take the STREAM_LOCK in the loop function. Improve
20617           some debug messages. Don't leak pad names in debug messages.
20618
20619 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20620
20621         * gst/matroska/matroska-demux.c:
20622         (gst_matroska_demux_push_vorbis_codec_priv_data),
20623         (gst_matroska_demux_add_wvpk_header):
20624           Don't error out when the source pad isn't linked.
20625
20626 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20627
20628         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20629         (gst_gconf_audio_sink_change_state):
20630         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20631         (gst_gconf_video_sink_change_state):
20632           Fix state change functions here as well and set kid
20633           to NULL state before removing it.
20634
20635 2005-11-01  Edward Hervey  <edward@fluendo.com>
20636
20637         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20638         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20639         Added proper event handlind, 
20640         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20641         ignored),
20642         and don't set a duration of 0 for buffers otherwise they are discarded
20643         by GstBaseSink.
20644
20645         GstWavEnc needs some serious loving, after going through the code I'm
20646         really wondering how this can stay in -good ...
20647
20648 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20649
20650         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20651         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20652         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20653         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20654         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20655         (gst_matroska_mux_collected):
20656           Fix leaks and invalid memory access as reported by valgrind
20657
20658 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20659
20660         Patch by: Michal Benes <michal.benes@xeris.cz>
20661
20662         * check/Makefile.am:
20663         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20664         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20665         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20666           add a unit test for matroskamux
20667           fix the bugs that the unit test exposed
20668
20669 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20670
20671         * gst/autodetect/gstautoaudiosink.c:
20672         (gst_auto_audio_sink_class_init),
20673         (gst_auto_audio_sink_change_state):
20674         * gst/autodetect/gstautovideosink.c:
20675         (gst_auto_video_sink_class_init),
20676         (gst_auto_video_sink_change_state):
20677           Fix state change function and use GST_DEBUG_FUNCPTR in
20678           class_init.
20679
20680 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20681
20682         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20683
20684         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20685         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20686         * gst/matroska/ebml-write.h:
20687         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20688           Set timestamps on outgoing ebml headers as well, so that the
20689           element after matroskamux can get the timestamp already when
20690           reading the first ebml element and doesn't have to wait for
20691           the actual data buffer for that (#320308).
20692           
20693 2005-10-31  Andy Wingo  <wingo@pobox.com>
20694
20695         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20696         (gst_videomixer_pad_link): Kill some memleaks.
20697         (gst_videomixer_pad_get_property): Style fix.
20698         (gst_videomixer_pad_set_property): Style fix.
20699         (gst_videomixer_pad_init): Style fix.
20700         (gst_videomixer_update_queues): Kill memleak.
20701         (gst_videomixer_loop): Kill memleak.
20702         (gst_videomixer_collected): Kill memleak.
20703
20704 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20705
20706         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20707         gst_auparse_change_state:
20708         Just some cleanup.
20709
20710 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20711
20712         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20713         Add checks to GST_FLOW_NOT_LINKED for values returned
20714         from gst_pad_push.
20715         
20716 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20717
20718         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20719         (gst_rtpg711dec_process):
20720         * gst/rtp/gstrtpgsmenc.c:
20721         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20722         are never set. This is important for the g711 to work with burger's rtpbin
20723         element.
20724
20725 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20726
20727         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20728         (gst_speexenc_push_buffer):
20729         Add checks for return values from gst_pad_push and
20730         gst_pad_alloc_buffer.
20731
20732 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20733
20734         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20735
20736         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20737         (gst_matroska_demux_parse_info),
20738         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20739         (gst_matroska_demux_parse_cluster):
20740         * gst/matroska/matroska-ids.h:
20741         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20742         (gst_matroska_mux_init), (gst_matroska_mux_start),
20743         (gst_matroska_mux_create_buffer_header),
20744         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20745         (gst_matroska_mux_get_property):
20746         * gst/matroska/matroska-mux.h:
20747           Add SimpleBlock support to matroska demuxer and muxer (part of
20748           Matroska v2). (#319731)
20749
20750 2005-10-28  Wim Taymans  <wim@fluendo.com>
20751
20752         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20753         (gst_jpeg_dec_change_state):
20754         * ext/jpeg/gstjpegdec.h:
20755         Cleanups. Don't create caps for every chain.
20756
20757 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20758
20759         * gst/law/alaw-encode.c: (gst_alawenc_init),
20760         (alawenc_setcaps), (gst_alawenc_chain)
20761         * gst/law/alaw-encode.h:
20762         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20763         (mulawenc_setcaps), (gst_mulawenc_chain)
20764         * gst/law/mulaw-encode.h:
20765         Set timestamp on buffer and it allows RTP G711 elements
20766         work properly.
20767
20768 2005-10-27  Wim Taymans  <wim@fluendo.com>
20769
20770         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20771         Set correct format on oss instead of a silly value. 
20772
20773 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20774
20775         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20776         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20777         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20778         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20779         I420 rendering as well, doesn't bring much for my platform.
20780         Might help on some other platforms.
20781
20782 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20783
20784         * gst/rtp/gstrtpgsmenc.c:
20785         * gst/rtp/gstrtpgsmparse.c:
20786         Declaring the padtemplate correctly.
20787
20788 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20789
20790         * gst/rtp/gstrtpg711dec.c:
20791         * gst/rtp/gstrtpg711enc.c:
20792         * gst/rtp/gstrtpgsmenc.c:
20793         * gst/rtp/gstrtpgsmparse.c:
20794         Setting the proper copyright notice.
20795
20796 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20797
20798         * gst/videobox/Makefile.am: Use liboil.
20799         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20800         (gst_video_box_set_property), (gst_video_box_transform_caps),
20801         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20802         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20803         using liboil. Will dot the same to I420 border generation
20804         tomorrow.
20805
20806 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20807
20808         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20809         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20810         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20811         * gst/rtp/gstrtpg711dec.h:
20812         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20813         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20814         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20815         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20816         (gst_rtpgsmenc_handle_buffer):
20817         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20818         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20819         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20820         * gst/rtp/gstrtpgsmparse.h:
20821         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20822         inherits from the basertpdepayloader.
20823
20824 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20825
20826         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20827         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20828         (gst_video_box_ayuv): Removing this forgotten debug.
20829
20830 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20831
20832         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20833         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20834         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20835
20836 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20837
20838         * sys/oss/gstossaudio.c:
20839         * sys/oss/gstossdmabuffer.c:
20840         * sys/oss/gstosshelper.c:
20841         * sys/oss/gstossmixer.c:
20842         * sys/oss/gstossmixerelement.c:
20843         * sys/oss/gstossmixertrack.c:
20844         * sys/oss/gstosssink.c:
20845         * sys/oss/gstosssrc.c:
20846           Actually use the 'oss' debug category we register.
20847
20848 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20849
20850         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20851         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20852         Use gst_pad_get_parent and drop the ref that was added through
20853         that call.
20854
20855 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20856
20857         * gst/rtp/gstrtpgsmenc.c:
20858           Fix compilation
20859
20860 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20861
20862         * gst/rtp/gstrtpg711dec.c
20863         Just removed a couple of lines of weird code used during
20864         development/test time.
20865
20866 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20867
20868         * gst/rtp/Makefile.am
20869         * gst/rtp/gstrtp.c
20870         * gst/rtp/gstrtpg711enc.c
20871         * gst/rtp/gstrtpg711enc.h
20872         * gst/rtp/gstrtpg711dec.c
20873         * gst/rtp/gstrtpg711dec.h
20874         Created G711 payloader and depayloader (it supports mulaw and alaw
20875         (dec)encoders)
20876
20877 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20878
20879         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20880         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20881         Doh ! I introduced wingo's bug again ! Sorry...
20882
20883 2005-10-25  Christian Schaller <christian@fluendo.com> 
20884
20885         * gst/rtp/Makefile.am: add missing header files for disting
20886
20887 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20888
20889         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20890         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20891         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20892         (gst_rtpgsmenc_handle_buffer):
20893         * gst/rtp/gstrtpgsmenc.h:
20894         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20895         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20896         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20897         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20898         * gst/rtp/gstrtpgsmparse.h:
20899         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20900
20901 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20902
20903         * ext/libpng/gstpngdec.c: (user_info_callback),
20904         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20905         a newsegment event, move some redundant code in a single place.
20906
20907 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20908
20909         * ext/libpng/gstpngdec.c: (user_info_callback),
20910         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20911         hack to get correct colors order when we have a png image with
20912         alpha channel.
20913
20914 2005-10-24  Edward Hervey  <edward@fluendo.com>
20915
20916         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20917         Call gst_element_no_more_pads when there will be no more pads.
20918
20919 2005-10-24  Wim Taymans  <wim@fluendo.com>
20920
20921         * gst/rtp/Makefile.am:
20922         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20923         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20924         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20925         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20926         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20927         (gst_asteriskh263_plugin_init):
20928         * gst/rtp/gstasteriskh263.h:
20929         * gst/rtp/gstrtp.c: (plugin_init):
20930         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20931         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20932         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20933         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20934         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20935         (gst_rtph263enc_plugin_init):
20936         * gst/rtp/gstrtph263enc.h:
20937         Added two new payloaders, an RFC 2190 payloader for h263 and
20938         a payload convertor for an asterisk server.
20939
20940 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20941
20942         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20943           Set bytes_per_sample correctly (is not always 4, but 
20944           depends on width and number of channels).
20945
20946 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20947
20948         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20949         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20950         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20951         (gst_flacenc_sink_event), (gst_flacenc_chain),
20952         (gst_flacenc_set_property), (gst_flacenc_get_property),
20953         (gst_flacenc_change_state):
20954         * ext/flac/gstflacenc.h:
20955           Fix seeking, so that flacenc can rewrite the header with the
20956           correct duration and amount of samples and all that at EOS;
20957           also set timestamps and granulepos on outgoing buffers; add
20958           debug category; fix state change function.
20959           
20960 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20961
20962         * gst/videomixer/videomixer.c: Don't restrict video geometry
20963         from 16 to 4096.
20964
20965 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20966
20967         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20968         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20969         Fix caps negotiation correctly, add debugging category.
20970
20971 2005-10-24  Christian Schaller  <christian@fluendo.com>
20972
20973         * configure.ac: Port over Thomas's change from base listing all plugins
20974
20975 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20976
20977         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20978         a sink pad.
20979
20980 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20981
20982         * configure.ac:
20983         * docs/upload.mak:
20984           back to HEAD
20985
20986 === release 0.9.4 ===
20987
20988 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20989
20990         * configure.ac:
20991           Releasing 0.9.4, "Dromiceiomimus"
20992
20993 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20994
20995         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20996         (gst_speexenc_src_query):
20997           Add position and duration query, fix query type function.
20998           
20999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21000         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21001           Let's not set non-fixed caps on source pads.
21002
21003 2005-10-21  Wim Taymans  <wim@fluendo.com>
21004
21005         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21006         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21007         (gst_avi_demux_handle_seek):
21008         Set correct stream_time in newsegment event.
21009         avi can also handle a duration query now.
21010
21011 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21012
21013         * gst/matroska/matroska-demux.c:
21014         (gst_matroska_demux_handle_src_query),
21015         (gst_matroska_demux_handle_seek_event),
21016         (gst_matroska_demux_loop_stream_parse_id):
21017           Fix duration query; fix basetime in newsegment event after
21018           seek; fix duration in initial newsegment event.
21019
21020         * gst/matroska/matroska-mux.c:
21021         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21022           Extract number of channels and samplerate from vorbis headers;
21023           add some debug messages when querying the durations of the
21024           input streams.
21025
21026 2005-10-20  Wim Taymans  <wim@fluendo.com>
21027
21028         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21029         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21030         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21031         Set stream time correctly in newsegment.
21032
21033 2005-10-20  Wim Taymans  <wim@fluendo.com>
21034
21035         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21036         Correctly fill in the stream time.
21037
21038 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21039
21040         * check/elements/level.c: (GST_START_TEST):
21041         * gst/level/gstlevel.c: (gst_level_message_new):
21042         * gst/level/level-example.c: (message_handler):
21043           use ELEMENT messages instead
21044
21045 2005-10-19  Wim Taymans  <wim@fluendo.com>
21046
21047         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21048         (gst_dvdemux_src_query):
21049         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21050         (gst_flacdec_src_query):
21051         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21052         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21053         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21054         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21055         * gst/debug/progressreport.c: (gst_progress_report_report):
21056         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21057         * gst/matroska/matroska-demux.c:
21058         (gst_matroska_demux_handle_src_query):
21059         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21060         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21061         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21062         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21063         (gst_wavparse_srcpad_event):
21064         API change fix.
21065
21066 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21067
21068         * gst/goom/filters.c:
21069         * gst/goom/graphic.h:
21070         * gst/goom/lines.c:
21071           Make inline functions either 'static inline' or 'extern inline',
21072           otherwise the Forte compiler apparently won't inline them (#317300).
21073
21074 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21075
21076         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21077         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21078         (user_info_callback), (user_endrow_callback), (user_end_callback),
21079         (user_read_data), (gst_pngdec_caps_create_and_set),
21080         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21081         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21082         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21083         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21084         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21085         very nice and handle push/pull based model. if you have filesrc
21086         connected to it, it will do random access to load the png file.
21087         If you have a network source that can't do _getrange, it does 
21088         progressive loading through the chain function.
21089         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21090         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21091         thanks to Master Wim Taymans ;-)
21092
21093 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21094
21095         * gst/matroska/Makefile.am:
21096         * gst/matroska/ebml-read.c:
21097         * gst/matroska/ebml-read.h:
21098         * gst/matroska/matroska-demux.c:
21099         * gst/matroska/matroska-demux.h:
21100         * gst/matroska/matroska.c: (plugin_init):
21101           Ported matroska demuxer to 0.9.
21102
21103 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21104
21105         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21106
21107         * gst/matroska/matroska-mux.c:
21108         (gst_matroska_mux_video_pad_setcaps),
21109         (gst_matroska_mux_audio_pad_setcaps):
21110           Fix mpeg4 input handling (#318847); also, while we're at it,
21111           fix media type for Motion-JPEG: should be image/jpeg.
21112
21113 2005-10-18  Wim Taymans  <wim@fluendo.com>
21114
21115         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21116         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21117         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21118         Fix for segment-start/stop API change.
21119
21120 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21121
21122         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21123         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21124         way.
21125
21126 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21127
21128         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21129         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21130         output declared in transform_caps.
21131
21132 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21133
21134         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21135
21136 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21137
21138         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21139         (gst_video_box_get_unit_size): Fix wrong size calculations and
21140         implement get_unit_size correctly.
21141
21142 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21143
21144         * configure.ac:
21145           Enable flx plugin.
21146
21147         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21148           Fix gcc4 signedness issue.
21149
21150 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21151
21152         * configure.ac: Adding videomixer.
21153         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21154         (user_read_data), (gst_pngdec_chain): More debugging.
21155         * gst/alpha/Makefile.am: Adding alphacolor
21156         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21157         (gst_alpha_color_class_init), (gst_alpha_color_init),
21158         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21159         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21160         (plugin_init): Ported to 0.9 using in place base tranform.
21161         * gst/videomixer/Makefile.am:
21162         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21163         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21164         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21165         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21166         (gst_videomixer_init), (gst_videomixer_getcaps),
21167         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21168         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21169         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21170         to 0.9 using collectpads.
21171
21172 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21173
21174         * configure.ac:
21175         * gst/flx/Makefile.am:
21176         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21177         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21178         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21179         * gst/flx/gstflxdec.h:
21180         flx plugin ported to 0.9
21181
21182 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21183
21184         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21185           use new gst_version_string()
21186
21187 2005-10-16  Andy Wingo  <wingo@pobox.com>
21188
21189         * configure.ac: GLIB_CHECK.
21190
21191 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21192
21193         * ext/libpng/Makefile.am:
21194         * ext/libpng/gstpng.c: (plugin_init):
21195         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21196         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21197         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21198
21199 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21200
21201         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21202
21203         * configure.ac:
21204         * gst/matroska/Makefile.am:
21205         * gst/matroska/ebml-ids.h:
21206         * gst/matroska/ebml-write.c:
21207         * gst/matroska/ebml-write.h:
21208         * gst/matroska/matroska-ids.h:
21209         * gst/matroska/matroska-mux.c:
21210         * gst/matroska/matroska-mux.h:
21211         * gst/matroska/matroska.c: (plugin_init):
21212           Port matroska muxer to 0.9 (#318847).
21213
21214 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21215
21216         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21217         (comment_init), (comment_add):
21218           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21219           use GST_READ_UINT32_LE() and friends rather than the private
21220           implementation of those same macros.
21221
21222 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21223
21224         * examples/stats/mp2ogg.c:
21225           more typo fixes
21226
21227 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21228
21229         * examples/indexing/indexmpeg.c: (main):
21230         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21231         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21232         * ext/esd/esdmon.h:
21233         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21234         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21235         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21236         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21237         * gst/avi/gstavimux.c: (gst_avimux_init):
21238         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21239         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21240         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21241         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21242         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21243         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21244         * gst/oldcore/gstmultifilesrc.h:
21245         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21246         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21247         (gst_pipefilter_change_state):
21248         * gst/oldcore/gstpipefilter.h:
21249         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21250         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21251         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21252         * sys/osxaudio/gstosxaudiosink.h:
21253         * sys/osxaudio/gstosxaudiosrc.h:
21254           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21255           moved bitshift from macro to enum definition
21256
21257 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21258
21259         * ext/Makefile.am:
21260         * ext/cairo/Makefile.am:
21261         * ext/cairo/gstcairo.c: (plugin_init):
21262         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21263         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21264         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21265         * ext/cairo/gsttimeoverlay.h:
21266           update of cairo-based timeoverlay to 1.0 Cairo API
21267           doesn't work yet for resizing of output sink
21268
21269 2005-10-11  Wim Taymans  <wim@fluendo.com>
21270
21271         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21272         newsegment API fix.
21273
21274 2005-10-11  Wim Taymans  <wim@fluendo.com>
21275
21276         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21277         (gst_dvdemux_demux_frame):
21278         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21279         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21280         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21281         (gst_avi_demux_handle_seek):
21282         * gst/goom/gstgoom.c: (gst_goom_event):
21283         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21284         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21285         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21286         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21287         (gst_wavparse_srcpad_event):
21288         newsegment API update.
21289
21290 2005-10-11  Andy Wingo  <wingo@pobox.com>
21291
21292         * ext/speex/gstspeexenc.c: Signedness cleanups.
21293
21294 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21295
21296         * PORTED_09:
21297         * ext/speex/Makefile.am:
21298         * ext/speex/gstspeex.c:
21299         * ext/speex/gstspeexenc.c:
21300         Speexenc ported to 0.9
21301
21302 2005-10-10  Wim Taymans  <wim@fluendo.com>
21303
21304         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21305         (gst_oss_sink_init), (gst_oss_sink_set_property),
21306         (gst_oss_sink_get_property), (gst_oss_sink_open),
21307         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21308         * sys/oss/gstosssink.h:
21309         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21310         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21311         (gst_oss_src_prepare):
21312         Cleanups, make device configurable in the sink, handle and report
21313         errors.
21314
21315 2005-10-10  Wim Taymans  <wim@fluendo.com>
21316
21317         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21318         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21319         Make sure element is NULL before removing from the bin.
21320
21321 2005-10-07  Andy Wingo  <wingo@pobox.com>
21322
21323         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21324         block forever in a read().
21325         (gst_dv1394src_bus_reset): Post a message when the cable is
21326         unplugged.
21327         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21328         (gst_dv1394src_bus_reset): Don't unref the message.
21329
21330         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21331         hacking. The only change should be that the state change stuff was
21332         put into basesrc's start() and stop() routines, which coalesces
21333         some steps.
21334
21335 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21336
21337         * configure.ac:
21338           Add check for mmap
21339           
21340         * gst/debug/Makefile.am:
21341           Only compile efence plugin on systems that have mmap.
21342
21343 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21344
21345         * gst/debug/Makefile.am:
21346         * gst/debug/breakmydata.c:
21347         * gst/debug/gstdebug.c:
21348         * gst/debug/gstnavigationtest.c:
21349         * gst/debug/gstnavseek.c: 
21350         * gst/debug/gstnavseek.h:
21351         * gst/debug/progressreport.c: 
21352         * gst/debug/testplugin.c:
21353           Port progressreport, navseek, navigationtest, testsink and
21354           breakmydata.
21355
21356 2005-10-05  Edward Hervey  <edward@fluendo.com>
21357
21358         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21359         (gst_dvdemux_src_query):
21360         Fixes for better conversion
21361
21362 2005-10-04  Michael Smith <msmith@fluendo.com>
21363
21364         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21365         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21366         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21367         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21368           Set state of elements to NULL before removing from bins.
21369           Set state of test element to NULL if we failed to move it to READY
21370
21371 2005-10-04  Edward Hervey  <edward@fluendo.com>
21372
21373         * ext/dv/Makefile.am:
21374         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21375         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21376         Corrected the query function for position so it doesn't forget what
21377         format was asked, and calls the conversion functions on the correct pad.
21378
21379 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21380
21381         * configure.ac:
21382           back to development
21383
21384 === release 0.9.3 ===
21385
21386 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21387
21388         * configure.ac:
21389           Releasing 0.9.3, "Aramis"
21390
21391 2005-10-03  Andy Wingo  <wingo@pobox.com>
21392
21393         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21394         error returns.
21395
21396 2005-10-02  Andy Wingo  <wingo@pobox.com>
21397
21398         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21399
21400         * ext/flac/gstflacenc.c: Ported to 0.9.
21401
21402         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21403
21404         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21405         and link to gsttagedit. Enable flacenc.
21406
21407         * ext/flac/gstflacdec.c: Re-enable tag reading.
21408
21409 2005-09-30  Wim Taymans  <wim@fluendo.com>
21410
21411         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21412         * gst/rtp/gstrtpgsmparse.c:
21413         * gst/rtp/gstrtph263penc.c:
21414         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21415         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21416         (gst_rtpmp4venc_set_property):
21417         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21418         Various class and caps fixes from Andre Magalhaes (andrunko)
21419
21420 2005-09-29  Wim Taymans  <wim@fluendo.com>
21421
21422         * gst/level/level-example.c: (main):
21423         Update for new bus API.
21424
21425 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21426
21427         * configure.ac:
21428           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21429           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21430
21431 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21432
21433         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21434           Fix playback of mono streams (bytes_per_sample should be set
21435           from the sample width and the number of channels negotiated,
21436           and not just be set to 4) (#317338)
21437
21438 2005-09-26  Wim Taymans  <wim@fluendo.com>
21439
21440         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21441         (gst_rtpmpaenc_handle_buffer):
21442         Set buffer duration correctly.
21443
21444 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21445
21446         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21447         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21448         (gst_avi_demux_change_state):
21449           Don't crash when encountering a stream with an unknown fourcc or
21450           codec id. Instead, create a pad of type video/x-avi-unknown or
21451           audio/x-avi-unknown, which as a side-effect also results in less
21452           confusing error messages in players ('no decoder' vs. 'no streams');
21453           minor fixes to state change function and class_init function.
21454
21455 2005-09-24  Wim Taymans  <wim@fluendo.com>
21456
21457         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21458         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21459         These are sinks.
21460
21461 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21462
21463         * check/elements/level.c: (GST_START_TEST):
21464           fix test for new GstClockTime use
21465         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21466         (gst_level_transform_ip):
21467         * gst/level/gstlevel.h:
21468           fix up the decay peak, ensuring the decay peak is never lower
21469           than the peak for that interval
21470
21471 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21472
21473         * docs/plugins/gst-plugins-good-plugins.args:
21474         * docs/plugins/inspect/plugin-alpha.xml:
21475         * docs/plugins/inspect/plugin-rtp.xml:
21476         * gst/level/gstlevel.c: (gst_level_set_caps),
21477         (gst_level_transform_ip):
21478           updating docs
21479
21480 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21481
21482         * Makefile.am:
21483         * check/elements/level.c: (GST_START_TEST):
21484         * gst/level/Makefile.am:
21485         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21486         (gst_level_set_property), (gst_level_get_property),
21487         (gst_level_set_caps), (gst_level_message_new),
21488         (gst_level_transform_ip):
21489         * gst/level/gstlevel.h:
21490         * gst/level/level-example.c: (message_handler), (main):
21491           convert to using GstClockTime for all time values, finally.
21492
21493 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21494
21495         * gst/auparse/Makefile.am:
21496         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21497           fix up build
21498         * configure.ac:
21499         * ext/cairo/Makefile.am:
21500         * ext/dv/Makefile.am:
21501         * ext/esd/Makefile.am:
21502         * ext/flac/Makefile.am:
21503         * ext/gconf/Makefile.am:
21504         * ext/gdk_pixbuf/Makefile.am:
21505         * ext/jpeg/Makefile.am:
21506         * ext/ladspa/Makefile.am:
21507         * ext/libcaca/Makefile.am:
21508         * ext/libmng/Makefile.am:
21509         * ext/libpng/Makefile.am:
21510         * ext/mikmod/Makefile.am:
21511         * ext/pango/Makefile.am:
21512         * ext/raw1394/Makefile.am:
21513         * ext/shout2/Makefile.am:
21514         * ext/speex/Makefile.am:
21515         * gst/alpha/Makefile.am:
21516         * gst/autodetect/Makefile.am:
21517         * gst/avi/Makefile.am:
21518         * gst/cutter/Makefile.am:
21519         * gst/debug/Makefile.am:
21520         * gst/effectv/Makefile.am:
21521         * gst/flx/Makefile.am:
21522         * gst/goom/Makefile.am:
21523         * gst/interleave/Makefile.am:
21524         * gst/law/Makefile.am:
21525         * gst/matroska/Makefile.am:
21526         * gst/median/Makefile.am:
21527         * gst/monoscope/Makefile.am:
21528         * gst/multipart/Makefile.am:
21529         * gst/oldcore/Makefile.am:
21530         * gst/rtp/Makefile.am:
21531         * gst/rtsp/Makefile.am:
21532         * gst/smoothwave/Makefile.am:
21533         * gst/smpte/Makefile.am:
21534         * gst/videobox/Makefile.am:
21535         * gst/videofilter/Makefile.am:
21536         * gst/videomixer/Makefile.am:
21537         * gst/wavenc/Makefile.am:
21538         * gst/wavparse/Makefile.am:
21539         * sys/oss/Makefile.am:
21540         * sys/osxaudio/Makefile.am:
21541         * sys/osxvideo/Makefile.am:
21542           fix up GST_LIBS use
21543
21544 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21545
21546         * gst/auparse/Makefile.am:
21547         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21548           fix build of auparse
21549
21550 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21551
21552         * configure.ac:
21553         * PORTED_09:
21554         * gst/auparse/gstauparse.c:
21555         * gst/auparse/gstauparse.h:
21556         Auparse ported to 0.9.
21557
21558 2005-09-22  Wim Taymans  <wim@fluendo.com>
21559
21560         * gst/rtp/TODO:
21561         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21562         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21563         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21564         (gst_rtpmp4venc_set_property):
21565         * gst/rtp/gstrtpmp4venc.h:
21566         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21567         * gst/rtp/gstrtpmpaenc.h:
21568         Use is_filled to both check MTU and max-ptime of base class.
21569
21570 2005-09-22  Wim Taymans  <wim@fluendo.com>
21571
21572         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21573         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21574         (gst_rtpmp4venc_set_property):
21575         Don't fragment packets with multiple frames.
21576
21577 2005-09-22  Wim Taymans  <wim@fluendo.com>
21578
21579         * gst/rtp/TODO:
21580         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21581         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21582         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21583         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21584         (gst_rtpmp4venc_get_property):
21585         * gst/rtp/gstrtpmp4venc.h:
21586         Remove g_print.
21587         Update TODO
21588         Make payload encoder a bit smarter and more correct with
21589         timestamps.
21590         Added option in payloader to include config string in-band.
21591
21592 2005-09-21  Wim Taymans  <wim@fluendo.com>
21593
21594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21595         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21596         (gst_rtspsrc_send):
21597         Strip spaces for key/value pairs.
21598
21599 2005-09-21  Wim Taymans  <wim@fluendo.com>
21600
21601         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21602         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21603         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21604         (gst_rtspsrc_change_state):
21605         More SDP parsing and caps setting.
21606         Do NO_PREROLL differently.
21607         add pads only after negotiated.
21608
21609         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21610         (gst_udpsrc_getcaps):
21611         Implement the getcaps function.
21612
21613 2005-09-21  Wim Taymans  <wim@fluendo.com>
21614
21615         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21616         (gst_rtpamrdec_chain):
21617         Handle multiple AMr packets per payload. Handle CRC and
21618         parse ILL/ILP.
21619
21620         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21621         Make caps params strings for easy SDP mapping.
21622         
21623         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21624         Handle capsnego better.
21625
21626         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21627         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21628         Generate and parse config string in the caps.
21629
21630 2005-09-21  Wim Taymans  <wim@fluendo.com>
21631
21632         * gst/rtp/README:
21633         Update README
21634
21635         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21636         Make extra params as strings.
21637
21638         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21639         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21640         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21641         Make state change return NO_PREROLL as this is a live
21642         source.
21643
21644         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21645         Don't unref old caps when NULL.
21646
21647 2005-09-20  Wim Taymans  <wim@fluendo.com>
21648
21649         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21650         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21651         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21652         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21653         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21654         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21655         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21656         * gst/rtsp/sdpmessage.h:
21657         Add URI handler.
21658         Parse SDP and create caps.
21659
21660 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21661
21662         * gst/alpha/gstalpha.c:
21663           fix element description
21664
21665 2005-09-19  Wim Taymans  <wim@fluendo.com>
21666
21667         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21668         Don't check payload for now.
21669
21670 2005-09-19  Wim Taymans  <wim@fluendo.com>
21671
21672         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21673         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21674         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21675         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21676         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21677         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21678         (gst_wavparse_change_state):
21679         * gst/wavparse/gstwavparse.h:
21680         Fix wavparse some more.
21681
21682 2005-09-19  Wim Taymans  <wim@fluendo.com>
21683
21684         * check/elements/level.c: (GST_START_TEST):
21685         Fix for bus API change.
21686
21687 2005-09-19  Wim Taymans  <wim@fluendo.com>
21688
21689         * gst/level/level-example.c: (main):
21690         Fix for new bus API.
21691
21692         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21693         Set caps on pads.
21694
21695 2005-09-15  Wim Taymans  <wim@fluendo.com>
21696
21697         * gst/rtp/Makefile.am:
21698         * gst/rtp/README:
21699         * gst/rtp/gstrtp.c: (plugin_init):
21700         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21701         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21702         (gst_rtpamrdec_change_state):
21703         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21704         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21705         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21706         * gst/rtp/gstrtpamrenc.h:
21707         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21708         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21709         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21710         * gst/rtp/gstrtpgsmenc.h:
21711         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21712         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21713         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21714         (gst_rtpgsmparse_change_state):
21715         * gst/rtp/gstrtpgsmparse.h:
21716         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21717         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21718         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21719         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21720         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21721         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21722         * gst/rtp/gstrtph263penc.h:
21723         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21724         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21725         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21726         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21727         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21728         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21729         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21730         * gst/rtp/gstrtpmp4venc.h:
21731         * gst/rtp/gstrtpmpadec.c:
21732         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21733         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21734         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21735         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21736         * gst/rtp/gstrtpmpaenc.h:
21737         Updates to payloader/depayloaders, make payloaders use
21738         the base classes.
21739         Updated README with suggested RTP caps and how to convert
21740         to/from SDP.
21741         Added config descriptor in mp4v payloader.
21742
21743 2005-09-15  Andy Wingo  <wingo@pobox.com>
21744
21745         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21746         * gst/autodetect/gstautovideosink.c
21747         (gst_auto_video_sink_find_best): Update for new registry API.
21748
21749 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21750
21751         * common/c-to-xml.py:
21752         * common/gtk-doc-plugins.mak:
21753           a simple py script to generate valid xml from a C example
21754           probably also need to strip an MIT license when we decide
21755         * docs/plugins/Makefile.am:
21756         * gst/level/Makefile.am:
21757         * gst/level/gstlevel.c: (gst_level_init):
21758         * gst/level/level-example.c: (message_handler), (main):
21759           add an example to level that will show up in the docs
21760         * gst/rtp/TODO:
21761           add a note for the future
21762
21763 2005-09-14  Michael Smith <msmith@fluendo.com>
21764
21765         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21766           Actually define the debug object being used in wavenc. Fixes #316205
21767
21768 2005-09-14  Michael Smith <msmith@fluendo.com>
21769
21770         * gst/smpte/Makefile.am:
21771           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21772           needed to build on windows (bug 316204)
21773
21774 2005-09-12  Andy Wingo  <wingo@pobox.com>
21775
21776         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21777
21778 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21779
21780         * configure.ac:
21781         * gst/fdsrc/Makefile.am:
21782         * gst/fdsrc/gstfdsrc.c:
21783         * gst/fdsrc/gstfdsrc.h:
21784           Move fdsrc back into gstreamer core elements.
21785
21786         * gst/level/gstlevel.c: (gst_level_class_init),
21787         (gst_level_transform_ip):
21788         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21789           Basetransform changes.
21790
21791 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21792
21793         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21794         * ext/jpeg/smokecodec.c: (find_best_size):
21795           fix compiler warnings
21796
21797 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21798
21799         * gst-plugins-good.spec.in:
21800           spec file fixes
21801         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21802         (gst_multiudpsink_render), (gst_multiudpsink_add),
21803         (gst_multiudpsink_clear):
21804           it actually helps to actually stream if we hook up the
21805           "add" signal to an actual implementation
21806         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21807           some debugging
21808
21809 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21810
21811         * ext/jpeg/Makefile.am:
21812         * ext/jpeg/gstjpeg.c
21813         * ext/jpeg/gstjpegenc.c:
21814         * ext/jpeg/gstsmokeenc.c:
21815
21816 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21817
21818         * ext/flac/gstflacdec.c:
21819         * ext/flac/gstflacenc.c:
21820         * ext/flac/gstflactag.c:
21821         * ext/speex/gstspeexenc.c:
21822           gsttaginterface.h -> gsttagsetter.h
21823
21824 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21825
21826         * configure.ac:
21827         * gst/debug/Makefile.am:
21828         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21829         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21830         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21831         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21832         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21833           Port to 0.9 and re-enable efence plugin.
21834
21835 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21836
21837         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21838         (gst_flacdec_write), (gst_flacdec_convert_src):
21839         * ext/flac/gstflacdec.h:
21840           Add support for flac files with 24/32 bits per sample; and misc.
21841           minor clean-ups. Seeking is still partly broken (for me at least).
21842
21843 2005-09-06  Wim Taymans  <wim@fluendo.com>
21844
21845         * gst/rtp/Makefile.am:
21846         * gst/rtp/gstrtp.c: (plugin_init):
21847         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21848         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21849         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21850         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21851         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21852         (gst_rtpmp4vdec_plugin_init):
21853         * gst/rtp/gstrtpmp4vdec.h:
21854         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21855         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21856         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21857         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21858         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21859         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21860         * gst/rtp/gstrtpmp4venc.h:
21861         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21862         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21863         Added mpeg4 video payload encoder/decoder.
21864         Added some docs in mpa payloader.
21865
21866 === release 0.9.1 ===
21867
21868 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21869
21870         * NEWS:
21871         * README:
21872         * RELEASE:
21873         * autogen.sh:
21874         * configure.ac:
21875           releasing 0.9.1, "Blondie"
21876
21877 2005-09-05  Andy Wingo  <wingo@pobox.com>
21878
21879         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21880         here from the state change handler, so we fire signals without
21881         holding the state lock.
21882
21883 2005-09-02  Andy Wingo  <wingo@pobox.com>
21884
21885         * All plugins updated for element state changes.
21886
21887 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21888
21889         * Makefile.am:
21890         * check/.cvsignore:
21891         * check/Makefile.am:
21892         * check/elements/.cvsignore:
21893         * check/elements/level.c: (setup_level), (cleanup_level),
21894         (GST_START_TEST), (level_suite), (main):
21895           add a test for level
21896         * common/release.mak:
21897           move the enum checking to release.mak
21898         * configure.ac:
21899           add valgrind and check checking
21900         * gst/level/gstlevel.c: (gst_level_transform):
21901         * gst/level/gstlevel.h:
21902           fix Andy's cast bug
21903           convert a field to int
21904           fix the arithmetic to int when checking for emit so that a
21905           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21906
21907 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21908
21909         * Makefile.am:
21910         * configure.ac:
21911           add docs to build
21912         * common/plugins.xsl:
21913           wrap Description into a refsect2
21914         * docs/Makefile.am:
21915         * docs/plugins/Makefile.am:
21916         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21917         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21918         * gst/goom/Makefile.am:
21919         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21920         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21921         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21922         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21923         (gst_goom_change_state):
21924         * gst/goom/gstgoom.h:
21925           GstGOOM -> GstGoom
21926           add an example launch line
21927         * gst/level/gstlevel.h:
21928         * gst/monoscope/gstmonoscope.c:
21929           cleanups
21930
21931 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21932
21933         * configure.ac:
21934         * docs/plugins/Makefile.am:
21935         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21936         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21937         * docs/plugins/gst-plugins-good-plugins.types:
21938           document elements and plugins.  Shazam !
21939
21940 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21941
21942         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21943           be found under doc/random/ChangeLog-0.8