gst/avi/gstavimux.*: Totally remove the internal taglists and fully use tagsetter.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
2
3         * gst/avi/gstavimux.c:
4         * gst/avi/gstavimux.h:
5           Totally remove the internal taglists and fully use tagsetter.
6
7 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
8
9         * gst/avi/gstavimux.c:
10           Instead of filtering wrongly just use the mergemode. Applications is
11           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
12           avi for real (I hope). Everyone chime in, before I fix the others.
13
14 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
15
16         * ext/pulse/pulsemixerctrl.c:
17           Add note about memleak.
18
19 2008-12-13  Edward Hervey  <bilboed@gmail.com>
20
21         * m4/Makefile.am:
22         A couple more .m4 that aren't shipped anymore with gettext 0.17.
23
24 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
25
26         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
27         (gst_flac_dec_init):
28         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
29         (gst_alaw_dec_init):
30         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
31         (gst_alaw_enc_init):
32         * gst/law/alaw.c: (plugin_init):
33         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
34         (gst_mulawdec_init):
35         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
36         (gst_mulawenc_init):
37         * gst/law/mulaw.c: (plugin_init):
38         Switch to using GstStaticPadTemplate.
39         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
40         Don't forget to free the addrinfo structure.
41         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
42         (gst_wavparse_sink_activate):
43         Don't forget to unref the GstAdapter.
44
45 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
46
47         * m4/Makefile.am:
48         inttypes.m4 hasn't been available since gettext-0.15, and since we now
49         require gettext >= 0.17 ... we can remove it from the list of files to
50         dist.
51
52 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
53
54         * gst/avi/gstavidemux.c:
55           More logging.
56
57         * gst/avi/gstavimux.c:
58           Handle more metadata fields. Better estimate of metadata size. Don't
59           merge received tags, if application has specified tags using
60           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
61
62 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
63
64         * tests/check/Makefile.am:
65         Also ignore pulsemixer for the states unit test.
66
67 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
68
69         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
70         Add an EOI marker at the end of the jpeg frame when it's missing.
71         Fixes #563056.
72
73 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
74
75         * tests/check/elements/videocrop.c: (check_1x1_buffer):
76         Update the unit test for the new color values for BT.601 red.
77         Fixes bug #563510.
78
79 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
80
81         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
82           Restore previous behaviour of not passing QoS and navigation
83           events upstream, which presumably wasn't meant to be changed.
84
85 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
86
87         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
88         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
89         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
90         (gst_dvdemux_chain), (gst_dvdemux_loop),
91         (gst_dvdemux_change_state):
92         Add srcpads only when needed and remove them again when going
93         back to READY. This prevents stalled pipelines if there's no
94         audio inside the DV stream, which happens for many MXF files.
95
96 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
97
98         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
99         (run_server):
100         The ports in libsoup are unsigned integers and not signed
101         integers.
102
103 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
104
105         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
106         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
107         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
108         (gst_dvdemux_chain), (gst_dvdemux_loop),
109         (gst_dvdemux_change_state):
110         Add srcpads only when they're needed. If we add all pads in any
111         case we will get a stalling audio pad if the stream contains
112         no audio, which is the case for many MXF files.
113
114 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
115
116         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
117         Forward all events upstream unless it's something we really
118         don't handle. This fixes latency configuration of pipelines.
119
120 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
121
122         * ext/dv/gstdv.c: (plugin_init):
123         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
124         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
125         Really call dv_init() exactly one time, not one time for
126         the demuxer and one time for the decoder.
127
128 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
131         Copy incomming timestamp to outgoing packets.
132
133 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
134
135         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
136         (gst_rtp_mp4v_pay_event):
137         Don't try to push packets before we could find a valid config
138         startcode. Fixes #563509.
139
140 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
141
142         Patch by: Brian Cameron <brian.cameron at sun dot com>
143
144         * sys/sunaudio/gstsunaudiomixerctrl.c:
145         (gst_sunaudiomixer_ctrl_open):
146         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
147
148 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
149
150         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
151
152         * configure.ac:
153         Make usage of libv4l optional by a configure parameter.
154         Fixes bug #563504.
155
156 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
157
158         * docs/plugins/Makefile.am:
159         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
160         * docs/plugins/gst-plugins-good-plugins-sections.txt:
161         * docs/plugins/gst-plugins-good-plugins.args:
162         * docs/plugins/gst-plugins-good-plugins.hierarchy:
163         * docs/plugins/gst-plugins-good-plugins.interfaces:
164         * docs/plugins/inspect/plugin-1394.xml:
165         * docs/plugins/inspect/plugin-aasink.xml:
166         * docs/plugins/inspect/plugin-alaw.xml:
167         * docs/plugins/inspect/plugin-alpha.xml:
168         * docs/plugins/inspect/plugin-alphacolor.xml:
169         * docs/plugins/inspect/plugin-annodex.xml:
170         * docs/plugins/inspect/plugin-apetag.xml:
171         * docs/plugins/inspect/plugin-audiofx.xml:
172         * docs/plugins/inspect/plugin-auparse.xml:
173         * docs/plugins/inspect/plugin-autodetect.xml:
174         * docs/plugins/inspect/plugin-avi.xml:
175         * docs/plugins/inspect/plugin-cacasink.xml:
176         * docs/plugins/inspect/plugin-cairo.xml:
177         * docs/plugins/inspect/plugin-cutter.xml:
178         * docs/plugins/inspect/plugin-debug.xml:
179         * docs/plugins/inspect/plugin-dv.xml:
180         * docs/plugins/inspect/plugin-efence.xml:
181         * docs/plugins/inspect/plugin-effectv.xml:
182         * docs/plugins/inspect/plugin-equalizer.xml:
183         * docs/plugins/inspect/plugin-esdsink.xml:
184         * docs/plugins/inspect/plugin-flac.xml:
185         * docs/plugins/inspect/plugin-flxdec.xml:
186         * docs/plugins/inspect/plugin-gamma.xml:
187         * docs/plugins/inspect/plugin-gconfelements.xml:
188         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
189         * docs/plugins/inspect/plugin-goom.xml:
190         * docs/plugins/inspect/plugin-goom2k1.xml:
191         * docs/plugins/inspect/plugin-halelements.xml:
192         * docs/plugins/inspect/plugin-icydemux.xml:
193         * docs/plugins/inspect/plugin-id3demux.xml:
194         * docs/plugins/inspect/plugin-interleave.xml:
195         * docs/plugins/inspect/plugin-jpeg.xml:
196         * docs/plugins/inspect/plugin-level.xml:
197         * docs/plugins/inspect/plugin-matroska.xml:
198         * docs/plugins/inspect/plugin-monoscope.xml:
199         * docs/plugins/inspect/plugin-mulaw.xml:
200         * docs/plugins/inspect/plugin-multifile.xml:
201         * docs/plugins/inspect/plugin-multipart.xml:
202         * docs/plugins/inspect/plugin-navigationtest.xml:
203         * docs/plugins/inspect/plugin-ossaudio.xml:
204         * docs/plugins/inspect/plugin-png.xml:
205         * docs/plugins/inspect/plugin-pulseaudio.xml:
206         * docs/plugins/inspect/plugin-quicktime.xml:
207         * docs/plugins/inspect/plugin-replaygain.xml:
208         * docs/plugins/inspect/plugin-rtp.xml:
209         * docs/plugins/inspect/plugin-rtsp.xml:
210         * docs/plugins/inspect/plugin-shout2send.xml:
211         * docs/plugins/inspect/plugin-smpte.xml:
212         * docs/plugins/inspect/plugin-soup.xml:
213         * docs/plugins/inspect/plugin-spectrum.xml:
214         * docs/plugins/inspect/plugin-speex.xml:
215         * docs/plugins/inspect/plugin-taglib.xml:
216         * docs/plugins/inspect/plugin-udp.xml:
217         * docs/plugins/inspect/plugin-video4linux2.xml:
218         * docs/plugins/inspect/plugin-videobalance.xml:
219         * docs/plugins/inspect/plugin-videobox.xml:
220         * docs/plugins/inspect/plugin-videocrop.xml:
221         * docs/plugins/inspect/plugin-videoflip.xml:
222         * docs/plugins/inspect/plugin-videomixer.xml:
223         * docs/plugins/inspect/plugin-wavenc.xml:
224         * docs/plugins/inspect/plugin-wavpack.xml:
225         * docs/plugins/inspect/plugin-wavparse.xml:
226         * docs/plugins/inspect/plugin-ximagesrc.xml:
227         * gst/matroska/matroska-demux.c:
228         * gst/matroska/matroska-demux.h:
229         * gst/matroska/matroska-mux.c:
230         * gst/matroska/matroska-mux.h:
231         Add documentation for matroskamux and matroskademux and
232         update the inspection xml files.
233
234 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
235
236         * configure.ac:
237         Apparently AC_CONFIG_MACRO_DIR breaks when using more
238         than one macro directory, reverting last change.
239
240 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
241
242         * configure.ac:
243         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
244         our M4 macros.
245
246 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
247
248         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
249         Provide the parameters that are required for the format string
250         to fix a compiler warning.
251
252 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
253
254         * gst/autodetect/gstautoaudiosrc.c:
255           Fix classification.
256
257 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
258
259         Patch by: Cygwin Ports maintainer
260                   <yselkowitz at users dot sourceforge dot net>
261
262         * autogen.sh:
263         * configure.ac:
264         Require gettext 0.17 because older versions don't mix with libtool
265         2.2. At build time an older gettext version will still work.
266         Fixes bug #556091.
267
268 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
269
270         Patch by: Peter Kjellerstedt <pkj at axis com>
271
272         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
273         Make gst_multiudpsink_render() ignore errors from sendto() instead of
274         breaking streaming. Emit a warning instead. Fixes #562572.
275
276 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
277
278         Patch by: Ron McOuat <rmcouat at smartt dot com>
279
280         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
281         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
282         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
283         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
284         * ext/soup/gstsouphttpsrc.h:
285         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
286         (digest_auth_cb), (run_test), (GST_START_TEST),
287         (souphttpsrc_suite), (run_server):
288         Add support for basic and digest authentication in souphttpsrc.
289         Fixes bug #561775.
290
291 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
292
293         Patch by: Pepijn Van Eeckhoudt
294                       <pepijn dot vaneeckhoudt at luciad dot com>
295
296         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
297         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
298         * gst/wavenc/gstwavenc.h:
299         * gst/wavenc/riff.h:
300         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
301
302 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
303
304         Patch by: 이문형 <iwings at gmail dot com>
305
306         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
307         Prevent further read/write actions taken to the connect-failed socket by
308         erroring out quickly. See #562258.
309
310 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
311
312         * tests/examples/level/level-example.c:
313           Set fakesink to sync. Otherwise people might question the message
314           interval. Nevertheless the timestamp in the message is what matters.
315
316 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
317
318         * tests/icles/.cvsignore:
319         cvsignore newly generated file.
320
321 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
322
323         * gst/rtp/gstasteriskh263.c:
324         * gst/rtp/gstasteriskh263.h:
325         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
326         * gst/rtp/gstrtpL16depay.h:
327         * gst/rtp/gstrtpL16pay.c:
328         * gst/rtp/gstrtpL16pay.h:
329         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
330         * gst/rtp/gstrtpac3depay.h:
331         * gst/rtp/gstrtpamrdepay.c:
332         * gst/rtp/gstrtpamrdepay.h:
333         * gst/rtp/gstrtpamrpay.c:
334         * gst/rtp/gstrtpamrpay.h:
335         * gst/rtp/gstrtpdepay.c:
336         * gst/rtp/gstrtpdepay.h:
337         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
338         * gst/rtp/gstrtpg726depay.c:
339         * gst/rtp/gstrtpg726pay.c:
340         * gst/rtp/gstrtpg729depay.c:
341         * gst/rtp/gstrtpg729pay.c:
342         * gst/rtp/gstrtpgsmdepay.c:
343         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
344         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
345         * gst/rtp/gstrtph263depay.h:
346         * gst/rtp/gstrtph263pay.c:
347         * gst/rtp/gstrtph263pay.h:
348         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
349         * gst/rtp/gstrtph263pdepay.h:
350         * gst/rtp/gstrtph263ppay.c:
351         * gst/rtp/gstrtph263ppay.h:
352         * gst/rtp/gstrtph264depay.c:
353         * gst/rtp/gstrtph264depay.h:
354         * gst/rtp/gstrtph264pay.c:
355         * gst/rtp/gstrtph264pay.h:
356         * gst/rtp/gstrtpilbcdepay.c:
357         * gst/rtp/gstrtpilbcpay.c:
358         * gst/rtp/gstrtpjpegdepay.h:
359         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
360         * gst/rtp/gstrtpmp1sdepay.h:
361         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
362         * gst/rtp/gstrtpmp2tdepay.h:
363         * gst/rtp/gstrtpmp2tpay.c:
364         * gst/rtp/gstrtpmp2tpay.h:
365         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
366         * gst/rtp/gstrtpmp4apay.c:
367         * gst/rtp/gstrtpmp4apay.h:
368         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
369         * gst/rtp/gstrtpmp4gdepay.h:
370         * gst/rtp/gstrtpmp4gpay.c:
371         * gst/rtp/gstrtpmp4gpay.h:
372         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
373         * gst/rtp/gstrtpmp4vdepay.h:
374         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
375         * gst/rtp/gstrtpmp4vpay.h:
376         * gst/rtp/gstrtpmpadepay.c:
377         * gst/rtp/gstrtpmpadepay.h:
378         * gst/rtp/gstrtpmpapay.c:
379         * gst/rtp/gstrtpmpapay.h:
380         * gst/rtp/gstrtpmpvdepay.c:
381         * gst/rtp/gstrtpmpvdepay.h:
382         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
383         * gst/rtp/gstrtppcmapay.c:
384         * gst/rtp/gstrtppcmudepay.c:
385         * gst/rtp/gstrtppcmupay.c:
386         * gst/rtp/gstrtpspeexdepay.c:
387         * gst/rtp/gstrtpspeexpay.c:
388         * gst/rtp/gstrtpsv3vdepay.c:
389         * gst/rtp/gstrtpsv3vdepay.h:
390         * gst/rtp/gstrtptheoradepay.c:
391         * gst/rtp/gstrtptheoradepay.h:
392         * gst/rtp/gstrtptheorapay.c:
393         * gst/rtp/gstrtptheorapay.h:
394         * gst/rtp/gstrtpvorbisdepay.c:
395         * gst/rtp/gstrtpvorbisdepay.h:
396         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
397         * gst/rtp/gstrtpvorbispay.h:
398         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
399         * gst/rtp/gstrtpvrawpay.c:
400         Fix the descriptions and fix some email addresses.
401
402 2008-11-25  Julien Moutte  <julien@fluendo.com>
403
404         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
405         to supported qtdemux video codecs as I found some video clips using 
406         those.
407
408 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
409
410         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
411         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
412         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
413         (gst_auto_video_sink_detect):
414         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
415         Post an error when we can't set the internal ghostpad target.
416
417 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
418
419         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
420         (gst_video_crop_transform), (gst_video_crop_transform_caps),
421         (gst_video_crop_set_caps), (gst_video_crop_set_property):
422         * gst/videocrop/gstvideocrop.h:
423         Fix renegotiation when changing properties using the new basetransform
424         features. Fixes #561502.
425
426         * tests/icles/Makefile.am:
427         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
428         Add crazy interactive test unit for dynamically changing properties.
429
430 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
431
432         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
433         (gst_rtspsrc_parse_range):
434         Add some more debugging.
435         Use the reanges received from the server unconditionally.
436         Fixes #561625.
437
438 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
439
440         * ext/pulse/pulsesink.c:
441           Change #if 0 to something more expresive and add pointer to related
442           bug ticket.
443
444 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
445
446         Patch by: Tal Shalif <tshalif at nargila dot org>
447
448         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
449         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
450         the latter don't exist on some systems (mingw). Fixes bug #561990.
451
452 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
453
454         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
455
456         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
457         Add transferMode.dnla.org header to HTTP requests as this is
458         required by the DLNA specs and doesn't hurt in other situations.
459         Fixes bug #561802.
460
461 2008-11-20  Michael Smith <msmith@songbirdnest.com>
462
463         * sys/osxvideo/osxvideosink.h:
464         * sys/osxvideo/osxvideosink.m:
465           Handle video window resizing more correctly, avoiding crashes when
466           embedding the window and resizing it.
467
468 2008-11-20  Michael Smith <msmith@songbirdnest.com>
469
470         * gst/udp/gstmultiudpsink.c:
471         * gst/udp/gstudpnetutils.c:
472         * gst/udp/gstudpnetutils.h:
473         * gst/udp/gstudpsrc.c:
474           Fix multiudpsink on OSX by passing the specific length of the socket,
475           refactor that into a function shared with the same thing in udpsrc.
476
477 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
478
479         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
480         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
481         (gst_wavparse_stream_headers):
482         Fix the scaling code.
483         Fix parsing of the INFO chunks, we were reading the wrong number of
484         bytes.  Fixes #561580.
485
486 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
487
488         * gst/matroska/matroska-mux.c:
489         Fix NULL pointer dereference of an unset codec_id in the recently 
490         added Dirac paths
491
492 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
493
494         * tests/check/Makefile.am:
495         Just keep disabling elements that hang the states test until it
496         works.
497
498 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
499
500         * ext/libpng/gstpngenc.c:
501         Don't flush downstream after every buffer - that's not what
502         this libpng callback is for at all!
503
504 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
505
506         * sys/v4l2/v4l2src_calls.c:
507           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
508           (gst_v4l2src_probe_caps_for_format):
509           Turns out we don't always get the frame sizes in a predefined
510           order from lowest to highest resolution, so let's just sort the
511           list by frame size once we've queried the possible resolutions
512           rather than assume any particular order. Fixes probed caps for
513           the camera in my HP2133 mini notebook and makes v4l2src default
514           to a decent size.
515
516 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
517
518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
519         * gst/matroska/matroska-ids.h:
520         Make mkvdemux aware of E-AC3.
521
522 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
523
524         * gst/rtp/Makefile.am:
525         * gst/rtp/gstrtp.c: (plugin_init):
526         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
527         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
528         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
529         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
530         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
531         (gst_rtp_jpeg_depay_change_state),
532         (gst_rtp_jpeg_depay_plugin_init):
533         * gst/rtp/gstrtpjpegdepay.h:
534         Add a jpeg depayloader.
535
536         * gst/rtp/gstrtpjpegpay.c:
537         Set the default properties on the payloader to better defaults.
538
539 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
540
541         * sys/v4l2/gstv4l2.c:
542           Give it a primary rank for autovideosrc.
543
544 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
545
546         Patch by: Bjorn Ostby <bjornos at axis dot com>
547
548         * gst/rtp/Makefile.am:
549         * gst/rtp/gstrtp.c: (plugin_init):
550         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
551         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
552         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
553         (gst_rtp_jpeg_pay_read_quant_table),
554         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
555         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
556         (gst_rtp_jpeg_pay_plugin_init):
557         * gst/rtp/gstrtpjpegpay.h:
558         Add JPEG payloader. Fixes #560756.
559
560 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
561
562         Patch by: Fabricio Godoy <skarllot at gmail dot com>
563
564         * sys/oss/gstosssink.c: (gst_oss_sink_open):
565         * sys/oss/gstosssrc.c: (gst_oss_src_open):
566         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
567         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
568         Fix some spelling mistakes. Fixes #556802.
569
570 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
571
572         * gst/equalizer/GstIirEqualizer10Bands.prs:
573         * gst/equalizer/GstIirEqualizer3Bands.prs:
574         * gst/equalizer/Makefile.am:
575         * gst/equalizer/gstiirequalizer10bands.c:
576         * gst/equalizer/gstiirequalizer3bands.c:
577           Add presets for equalizer. Fixes #522183.
578
579 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
580
581         * gst/rtsp/Makefile.am:
582         * gst/rtsp/gstrtsp.c: (plugin_init):
583         * gst/rtsp/gstrtspgoogle.c:
584         * gst/rtsp/gstrtspgoogle.h:
585         Remove google extension again, it's not needed anymore because we never
586         send multiple transports anymore.
587
588 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
589
590         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
591
592         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
593         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
594         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
595         (gst_rtspsrc_stream_free),
596         (gst_rtspsrc_stream_configure_udp_sinks),
597         (gst_rtspsrc_stream_configure_transport),
598         (gst_rtspsrc_send_dummy_packets),
599         (gst_rtspsrc_create_transports_string),
600         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
601         * gst/rtsp/gstrtspsrc.h:
602         Add property to configure NAT traversal method.
603         Ignore EOS from the internal sinks.
604         Implement sending dummy packets as a (simple) method to open up
605         some firewalls.
606         Send PLAY request to the server after we started the udp sources.
607         Fixes #559545.
608
609 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
610
611         Patch by: Yotam <sh dot yotam at gmail dot com>
612
613         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
614         Flush the remaining frames on EOS. Fixes #560641.
615
616 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
617
618         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
619         Fix compiler warning about printf formatting.
620
621 2008-11-12  Andy Wingo  <wingo@pobox.com>
622
623         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
624         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
625         segment events instead of sending them from the seeking thread.
626         Fixes #559288.
627         (gst_qtdemux_push_pending_newsegment): New helper, sends out
628         queued newsegment events.
629         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
630         call it here, as we only seek when looping, and only push in the
631         movie state.
632
633 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
634
635         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
636         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
637         * gst/qtdemux/qtdemux_fourcc.h:
638         * gst/qtdemux/qtdemux_types.c:
639         Add cover and alternative copyright tag, and enhance some existing
640         ones by marking them as container atoms.
641
642 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
643
644         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
645         Don't ignore the return value of setcaps.
646
647 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
648
649         Patch by: Olivier Crete <tester at tester dot ca>
650
651         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
652         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
653         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
654         * gst/rtp/gstrtpg729pay.h:
655         Replace G729 payloader with an improved version. Fixes #532409.
656
657 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
658
659         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
660         (gst_rtspsrc_change_state):
661         Only send one transport at a time for improved compatibility with some
662         broken servers. See #537832.
663
664 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
665
666         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
667         (gst_rtspsrc_perform_seek):
668         Only pause/play in the seek handler when the source was playing.
669         Fixes #529379.
670
671 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
672
673         * gst/matroska/matroska-mux.c:
674         (gst_matroska_mux_handle_dirac_packet):
675         Fix muxing of Dirac streams if the input already has the format
676         we need, i.e. is the output of matroskademux.
677
678 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
679
680         * gst/avi/gstavimux.c:
681           Don't segfault on string typed tags being NULL. Fixes #560155.
682
683 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
684
685         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
686         (gst_matroska_mux_audio_pad_setcaps):
687         Fix mapping AAC profile to Matroska codec id.
688
689 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
690
691         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
692         (qtdemux_video_caps), (qtdemux_audio_caps):
693         Refactor some raw audio caps building, and handle >16-bit cases.
694         Fix/replace building caps from a string description.
695
696 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
697
698         * gst/audiofx/audiowsincband.c:
699         * gst/audiofx/audiowsinclimit.c:
700         * gst/cutter/gstcutter.c:
701           Make author name consistent with others.
702
703 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
706
707         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
708         (gst_rtspsrc_stream_configure_udp_sink):
709         Pause the RTSP stream before doing a new play request.
710         Make sure that adding the udpsinks does not cause the rtspsrc to become
711         a sink. Fixes #559547.
712
713 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
714
715         * gst/matroska/matroska-ids.h:
716         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
717         (gst_matroska_mux_handle_dirac_packet),
718         (gst_matroska_mux_write_data):
719         Implement Dirac muxing into Matroska comforming to the spec, i.e.
720         put all Dirac packages up to a picture into a Matroska block.
721
722         TODO: Implement writing of the ReferenceBlock Matroska elements,
723         currently the Dirac muxing is only 100% correct if Matroska version 2
724         is selected for muxing.
725
726 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
727
728         Patch by: Bastien Nocera <hadess at hadess dot net>,
729                   Hans de Goede <jwrdegoede at fedoraproject dot org>
730
731         * configure.ac:
732         * sys/v4l2/Makefile.am:
733         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
734         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
735         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
736         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
737         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
738         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
739         (gst_v4l2_get_input), (gst_v4l2_set_input):
740         * sys/v4l2/v4l2_calls.h:
741         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
742         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
743         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
744         (gst_v4l2src_fill_format_list),
745         (gst_v4l2src_probe_caps_for_format_and_size),
746         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
747         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
748         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
749         (gst_v4l2src_get_nearest_size):
750         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
751
752 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
753
754         * ext/aalib/Makefile.am:
755         * ext/annodex/Makefile.am:
756         * ext/cairo/Makefile.am:
757         * ext/dv/Makefile.am:
758         * ext/esd/Makefile.am:
759         * ext/flac/Makefile.am:
760         * ext/gconf/Makefile.am:
761         * ext/gdk_pixbuf/Makefile.am:
762         * ext/hal/Makefile.am:
763         * ext/jpeg/Makefile.am:
764         * ext/ladspa/Makefile.am:
765         * ext/libcaca/Makefile.am:
766         * ext/libmng/Makefile.am:
767         * ext/libpng/Makefile.am:
768         * ext/mikmod/Makefile.am:
769         * ext/pulse/Makefile.am:
770         * ext/raw1394/Makefile.am:
771         * ext/shout2/Makefile.am:
772         * ext/soup/Makefile.am:
773         * ext/speex/Makefile.am:
774         * ext/taglib/Makefile.am:
775         * ext/wavpack/Makefile.am:
776         * gst/alpha/Makefile.am:
777         * gst/apetag/Makefile.am:
778         * gst/audiofx/Makefile.am:
779         * gst/auparse/Makefile.am:
780         * gst/autodetect/Makefile.am:
781         * gst/avi/Makefile.am:
782         * gst/cutter/Makefile.am:
783         * gst/debug/Makefile.am:
784         * gst/effectv/Makefile.am:
785         * gst/equalizer/Makefile.am:
786         * gst/flx/Makefile.am:
787         * gst/goom/Makefile.am:
788         * gst/goom2k1/Makefile.am:
789         * gst/icydemux/Makefile.am:
790         * gst/id3demux/Makefile.am:
791         * gst/interleave/Makefile.am:
792         * gst/law/Makefile.am:
793         * gst/level/Makefile.am:
794         * gst/matroska/Makefile.am:
795         * gst/median/Makefile.am:
796         * gst/monoscope/Makefile.am:
797         * gst/multifile/Makefile.am:
798         * gst/multipart/Makefile.am:
799         * gst/oldcore/Makefile.am:
800         * gst/qtdemux/Makefile.am:
801         * gst/replaygain/Makefile.am:
802         * gst/rtp/Makefile.am:
803         * gst/rtsp/Makefile.am:
804         * gst/smpte/Makefile.am:
805         * gst/spectrum/Makefile.am:
806         * gst/udp/Makefile.am:
807         * gst/videobox/Makefile.am:
808         * gst/videocrop/Makefile.am:
809         * gst/videofilter/Makefile.am:
810         * gst/videomixer/Makefile.am:
811         * gst/wavenc/Makefile.am:
812         * gst/wavparse/Makefile.am:
813         * sys/directdraw/Makefile.am:
814         * sys/directsound/Makefile.am:
815         * sys/oss/Makefile.am:
816         * sys/osxaudio/Makefile.am:
817         * sys/osxvideo/Makefile.am:
818         * sys/sunaudio/Makefile.am:
819         * sys/v4l2/Makefile.am:
820         * sys/waveform/Makefile.am:
821         * sys/ximage/Makefile.am:
822           Don't install static libs for plugins. Fixes #550851 for -good.
823
824 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
825
826         * ext/flac/Makefile.am:
827         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
828         This fixes compilation if FLAC is installed in an uncommon location
829         that is not already handled by other CFLAGS. Fixes bug #558711.
830
831 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
832
833         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
834         Guard more uncommon formats with ifdefs so that we can compile on older
835         versions.
836
837 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
838
839         Patch by: Nick Haddad <nick at haddads dot net>
840
841         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
842         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
843         (gst_avi_demux_stream_data):
844         Invert other uncompressed RGB formats. Fixes #558554.
845
846 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
847
848         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
849         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
850         * gst/wavenc/gstwavenc.h:
851         Add support for float/double as input and remove the (nowadays)
852         useless parsing of the depth as we require width==depth.
853
854 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
855
856         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
857         * gst/rtp/gstrtpmpapay.c:
858         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
859         mpeg version 1. Fixes #558427.
860
861 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
864         (gst_rtp_L16_pay_getcaps):
865         Only put an integral amount of samples in the RTP packet.
866         Fixes #556641.
867
868 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
869
870         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
871         * gst/rtp/gstrtpchannels.h:
872         Add method to get possible channel positions.
873
874 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
875
876         * gst/rtp/Makefile.am:
877         Also commit updated makefile
878
879 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
880
881         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
882         Don't allow width=32,depth=24 as input. WAV requires that the width
883         is the next integer multiply of 8 from the depth.
884
885 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
886
887         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
888         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
889         (gst_rtp_L16_pay_getcaps):
890         * gst/rtp/gstrtpchannels.c: (check_channels),
891         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
892         (gst_rtp_channels_create_default):
893         * gst/rtp/gstrtpchannels.h:
894         Add mappings for multichannel support. Does not completely just work
895         because the getcaps function does not yet return the allowed channel
896         mappings. See #556641.
897
898 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
899
900         * gst/goom/Makefile.am:
901         * gst/goom/README:
902         * gst/goom/config_param.c:
903         * gst/goom/convolve_fx.c:
904         * gst/goom/drawmethods.c:
905         * gst/goom/drawmethods.h:
906         * gst/goom/filters.c:
907         * gst/goom/filters_mmx.s:
908         * gst/goom/flying_stars_fx.c:
909         * gst/goom/goom.h:
910         * gst/goom/goom_config.h:
911         * gst/goom/goom_config_param.h:
912         * gst/goom/goom_core.c:
913         * gst/goom/goom_filters.h:
914         * gst/goom/goom_fx.h:
915         * gst/goom/goom_graphic.h:
916         * gst/goom/goom_plugin_info.h:
917         * gst/goom/goom_tools.c:
918         * gst/goom/goom_tools.h:
919         * gst/goom/goom_typedefs.h:
920         * gst/goom/goom_visual_fx.h:
921         * gst/goom/graphic.c:
922         * gst/goom/ifs.c:
923         * gst/goom/ifs.h:
924         * gst/goom/lines.c:
925         * gst/goom/lines.h:
926         * gst/goom/mathtools.c:
927         * gst/goom/mathtools.h:
928         * gst/goom/mmx.c:
929         * gst/goom/motif_goom1.h:
930         * gst/goom/motif_goom2.h:
931         * gst/goom/plugin_info.c:
932         * gst/goom/ppc_drawings.h:
933         * gst/goom/ppc_zoom_ultimate.h:
934         * gst/goom/sound_tester.c:
935         * gst/goom/sound_tester.h:
936         * gst/goom/surf3d.c:
937         * gst/goom/surf3d.h:
938         * gst/goom/tentacle3d.c:
939         * gst/goom/tentacle3d.h:
940         * gst/goom/v3d.c:
941         * gst/goom/v3d.h:
942         * gst/goom/xmmx.c:
943           Add license headers in all source files. Remove filter.c from
944           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
945           which are not used right now. Fixes #557709.
946
947 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
948
949         Patch by: Olivier Crete <tester at tester dot ca>
950
951         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
952         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
953         Implement getcaps in rtpL16pay. Fixes #556484.
954
955 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
956
957         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
958         (gst_rtp_L16_depay_process):
959         Check if clock-rate and channels are valid.
960         Don't ignore the return value of setcaps.
961         No need to validate the buffer, the base class does that for us.
962         Use the marker bit to set the DISCONT flag on outgoing buffers.
963
964         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
965         Don't ignore the return value of set_outcaps.
966
967         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
968         (gst_rtp_ac3_depay_process):
969         Don't ignore the return value of set_caps.
970         No need to validate the buffer, the base class does that for us.
971
972         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
973         (gst_rtp_amr_depay_process):
974         * gst/rtp/gstrtpamrdepay.h:
975         Don't ignore the return value of setcaps.
976         No need to validate the buffer, the base class does that for us.
977         No need to set output caps on the buffers, the base class does that for
978         us.
979         The subclass will make sure we are negotiated.
980         
981         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
982         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
983         * gst/rtp/gstrtpdvdepay.h:
984         Clean up caps negotiation.
985         The subclass will make sure we are negotiated.
986
987         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
988         (gst_rtp_g726_depay_process):
989         Clean up caps negotiation.
990         Use the marker bit to set the DISCONT flag on outgoing buffers.
991
992         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
993         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
994         * gst/rtp/gstrtpg729depay.h:
995         The subclass will make sure we are negotiated.
996         Use the marker bit to set the DISCONT flag on outgoing buffers.
997
998         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
999         (gst_rtp_gsm_depay_process):
1000         Clean up caps negotiation.
1001         Use the marker bit to set the DISCONT flag on outgoing buffers.
1002
1003         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1004         Clean up caps negotiation.
1005         Don't ignore the return value of set_outcaps.
1006
1007         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1008         (gst_rtp_h263_depay_process):
1009         Clean up caps negotiation.
1010         No need to validate the buffer, the base class does that for us.
1011
1012         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1013         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1014         * gst/rtp/gstrtph263pay.h:
1015         Don't ignore the return value of set_outcaps.
1016         Do some more timestamps.
1017
1018         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1019         (gst_rtp_h263p_depay_process):
1020         Clean up caps negotiation.
1021         Don't ignore the return value of setcaps.
1022         No need to validate the buffer, the base class does that for us.
1023
1024         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1025         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1026         (gst_rtp_h263p_pay_handle_buffer):
1027         * gst/rtp/gstrtph263ppay.h:
1028         Don't ignore the return value of set_outcaps.
1029         Do some more timestamps.
1030
1031         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1032         (gst_rtp_h264_depay_process):
1033         Clean up caps negotiation.
1034         Don't ignore the return value of setcaps.
1035         Fix possible caps leak.
1036         No need to validate the buffer, the base class does that for us.
1037
1038         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1039         Add some more debug info.
1040
1041         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1042         (gst_rtp_ilbc_depay_process):
1043         Clean up caps negotiation.
1044         Use the marker bit to set the DISCONT flag on outgoing buffers.
1045
1046         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1047         Clean up caps negotiation.
1048
1049         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1050         (gst_rtp_mp1s_depay_process):
1051         Clean up caps negotiation.
1052         Don't ignore the return value of setcaps.
1053         No need to validate the buffer, the base class does that for us.
1054         No need to set caps on buffers, subclass does that for us.
1055
1056         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1057         (gst_rtp_mp2t_depay_process):
1058         Clean up caps negotiation.
1059         Don't ignore the return value of setcaps.
1060         No need to validate the buffer, the base class does that for us.
1061         No need to set caps on buffers, subclass does that for us.
1062
1063         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1064         (gst_rtp_mp4a_depay_process):
1065         Clean up caps negotiation.
1066         Don't ignore the return value of setcaps.
1067         No need to validate the buffer, the base class does that for us.
1068
1069         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1070         (gst_rtp_mp4a_pay_setcaps):
1071         Don't ignore the return value of set_outcaps.
1072
1073         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1074         (gst_rtp_mp4g_depay_process):
1075         Clean up caps negotiation.
1076         Don't ignore the return value of setcaps.
1077         No need to validate the buffer, the base class does that for us.
1078         No need to set caps on buffers, subclass does that for us.
1079
1080         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1081         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1082         Don't ignore the return value of set_outcaps.
1083
1084         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1085         (gst_rtp_mp4v_depay_process):
1086         Clean up caps negotiation.
1087         Don't ignore the return value of setcaps.
1088         No need to validate the buffer, the base class does that for us.
1089         No need to set caps on buffers, subclass does that for us.
1090
1091         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1092         (gst_rtp_mp4v_pay_setcaps):
1093         Don't ignore the return value of set_outcaps.
1094
1095         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1096         (gst_rtp_mpa_depay_process):
1097         Clean up caps negotiation.
1098         Don't ignore the return value of setcaps.
1099         No need to validate the buffer, the base class does that for us.
1100         Use the marker bit to set the DISCONT flag on outgoing buffers.
1101
1102         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1103         Don't ignore the return value of set_outcaps.
1104
1105         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1106         (gst_rtp_mpv_depay_process):
1107         Clean up caps negotiation.
1108         Actually set output caps.
1109         No need to validate the buffer, the base class does that for us.
1110
1111         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1112         Don't ignore the return value of set_outcaps.
1113
1114         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1115         (gst_rtp_pcma_depay_process):
1116         Clean up caps negotiation.
1117         Set output buffer duration because we can.
1118         Use the marker bit to set the DISCONT flag on outgoing buffers.
1119
1120         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1121         Don't ignore the return value of set_outcaps.
1122
1123         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1124         (gst_rtp_pcmu_depay_process):
1125         Clean up caps negotiation.
1126         Use the marker bit to set the DISCONT flag on outgoing buffers.
1127
1128         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1129         Don't ignore the return value of set_outcaps.
1130
1131         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1132         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1133         Clean up caps negotiation.
1134         Set output caps on the pad and header buffers.
1135         Set duration on output buffers because we can.
1136
1137         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1138         Don't ignore the return value of set_outcaps.
1139
1140         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1141         (gst_rtp_sv3v_depay_process):
1142         Clean up caps negotiation.
1143         No need to validate the buffer, the base class does that for us.
1144         No need to set caps out output buffers, subclass does that.
1145
1146         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1147         (gst_rtp_theora_depay_process):
1148         Don't ignore the return value of setcaps.
1149         No need to validate the buffer, the base class does that for us.
1150
1151         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1152         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1153         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1154         (gst_rtp_theora_pay_handle_buffer):
1155         Don't ignore the return value of set_outcaps.
1156
1157         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1158         (gst_rtp_vorbis_depay_process):
1159         Don't ignore the return value of setcaps.
1160         No need to validate the buffer, the base class does that for us.
1161
1162         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1163         Don't ignore the return value of set_outcaps.
1164
1165         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1166         Clean up caps negotiation, don't ignore setcaps return.
1167
1168         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1169         Don't ignore the return value of set_outcaps.
1170
1171 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1172
1173         * gst/matroska/matroska-demux.c:
1174         (gst_matroska_demux_handle_src_event):
1175         Forward unknown events upstream.
1176
1177 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1178
1179         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1180         Add some refcount check
1181
1182         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1183         Don't ignore the result of write(), fixes a  compiler warning for me.
1184
1185         * tests/icles/videobox-test.c: (main):
1186         Make the output a little more pretty.
1187
1188 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1189
1190         * ext/esd/esdmon.c:
1191           Add doc blob.
1192
1193 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1194
1195         * docs/plugins/Makefile.am:
1196         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1197         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1198         * docs/plugins/gst-plugins-good-plugins.args:
1199         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1200         * docs/plugins/gst-plugins-good-plugins.interfaces:
1201         * docs/plugins/inspect/plugin-autodetect.xml:
1202           Add the docs of the new elements.
1203
1204 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1205
1206         * gst/autodetect/gstautoaudiosrc.c:
1207         (gst_auto_audio_src_class_init):
1208         * gst/autodetect/gstautovideosrc.c:
1209         (gst_auto_video_src_class_init):
1210         Fix "Since" tags in the documentation.
1211
1212 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1213
1214         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1215
1216         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1217         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1218         Add support for souphttpsrc to act as a live source. This makes it
1219         possible to get timestamped buffers in combination with the
1220         "do-timestamp" property. Fixes bug #556019.
1221
1222 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1223
1224         * gst/autodetect/Makefile.am:
1225         * gst/autodetect/gstautoaudiosink.c:
1226         * gst/autodetect/gstautoaudiosrc.c:
1227         * gst/autodetect/gstautoaudiosrc.h:
1228         * gst/autodetect/gstautodetect.c:
1229         * gst/autodetect/gstautovideosink.c:
1230         * gst/autodetect/gstautovideosrc.c:
1231         * gst/autodetect/gstautovideosrc.h:
1232           Implement src plugins. Little code/string cleanup in the sinks.
1233           Fixes #523813.
1234
1235 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1236
1237         Patch by: Peter Kjellerstedt <pkj at axis com>
1238
1239         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1240         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1241         Fix a memory leak when pads are requested but the pipeline never
1242         goes into PLAYING.
1243
1244         Correctly remove request pads, no matter if they have collected
1245         data or not.
1246
1247         Fixes bug #557710.
1248
1249 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1250
1251         Patch by: <lrn1986 at gmail dot com>
1252
1253         * gst/udp/gstudpnetutils.h:
1254         Define the correct WINVER so getaddinfo() can be used when using
1255         mingw32. Fixes bug #557294.
1256
1257 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1258
1259         Patch by: <lrn1986 at gmail dot com>
1260
1261         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1262         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1263         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1264         Fix "argument type mismatch" compiler warnings on Windows.
1265         Fixes bug #557293.
1266
1267 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1268
1269         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1270         Don't calculate the filter coefficients for every single buffer
1271         but only when it's needed. Fixes bug #557260.
1272
1273 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1274
1275         * configure.ac:
1276         Back to development -> 0.10.11.1
1277
1278 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1279
1280         * gst-plugins-good.doap:
1281         Fix version number of 0.10.11 release in doap file
1282
1283 === release 0.10.11 ===
1284
1285 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1286
1287         * configure.ac:
1288           releasing 0.10.11, "Secondary Consideration"
1289
1290 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1291
1292         * configure.ac:
1293         Commit 0.10.10.4 pre-release
1294
1295 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1296
1297         * gst/avi/gstavimux.c:
1298         Fix VPRP chunk setup in avimux.
1299         Fixes: #556010
1300         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1301
1302 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1303
1304         * gst/videobox/gstvideobox.c:
1305         support dynamically changing properties in videobox
1306         Fixed: #557085
1307         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1308
1309 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1310
1311         * configure.ac:
1312         0.10.10.3 pre-release
1313
1314 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1315
1316         * tests/check/Makefile.am:
1317         Don't run the states test on pulsesrc and pulsesink
1318
1319 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1320
1321         * configure.ac:
1322         Commit 0.10.10.2 pre-release bump that actually went
1323         out on 2008-10-11
1324
1325 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1326
1327         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1328         Skip entries for streams that don't have a output pad yet, thereby
1329         avoiding calling pad functions with a NULL pad.
1330         Fixes #556424
1331
1332 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1333
1334         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1335         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1336         Remove problematic and useless refcount check.
1337         Fixes #556381
1338
1339 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1340
1341         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1342         Remove problematic and useless refcount check.
1343         Fixes #556381
1344
1345 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1346
1347         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1348         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1349         Cast some size_t arguments to guint to avoid compiler
1350         warnings on 64-bit systems.
1351
1352 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1353
1354         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1355         Return TRUE instead of FALSE from the event handler when we swallowed the
1356         event.
1357
1358 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1359
1360         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1361         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1362         Reset header state. Fixes #555321.
1363
1364 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1365
1366         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1367         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1368         * gst/avi/gstavidemux.h:
1369         For timestamping audio packets we need to take into account the
1370         amount of blocks in one entry using the blockalign. Fixes some sync
1371         issues with zero-padded audio blocks in the beginning of avi files.
1372
1373 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1374
1375         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1376         (gst_multi_file_src_query):
1377         Implement DEFAULT and BUFFER position queries. See #555260.
1378
1379 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1380
1381         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1382         Fix build for systems that don't have XDamage.
1383
1384 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1385
1386         * tests/examples/rtp/client-H263p.sdp:
1387         * tests/examples/rtp/client-H263p.sh:
1388         * tests/examples/rtp/server-VTS-H263p.sh:
1389         Add some more H263p server and client examples.
1390
1391 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1392
1393         * configure.ac::
1394           Depend on released versions of core and base.
1395
1396 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1397
1398         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1399         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1400         Return -1 instead of 0 in error cases. Fixes #554771.
1401
1402 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1403
1404         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1405         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1406         Stop leaking the cursor image.
1407         Unref the last_ximage and the cached cursor image on shutdown.
1408         Fixes #551570.
1409
1410 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1411
1412         * sys/v4l2/gstv4l2object.h:
1413         Getting the Class from an instance is not just a matter of casting it to
1414         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1415         instance. Fixes #549784.
1416
1417 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1418
1419         * configure.ac:
1420           Fix libs for linking directsound.
1421         * sys/directsound/gstdirectsoundsink.c:
1422           Fix buffer sizing to prevent racing the ringbuffer at startup.
1423           Add volume property.
1424
1425 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1426
1427         * ext/pulse/pulsesink.c:
1428         Fix problems with pulsesink randomly erroring with code 'OK' after a
1429         format change on the stream by waiting when disconnecting the stream.
1430
1431 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1432
1433         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1434         (gst_rtp_amr_depay_process):
1435         Mark DISCONT on output buffers when the marker bit signals a new talk
1436         spurt.
1437
1438         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1439         Set the marker bit for buffers with a DISCONT flag to signal a talk
1440         spurt.
1441
1442 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1443
1444         * gst/rtp/Makefile.am:
1445         * gst/rtp/gstrtp.c: (plugin_init):
1446         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1447         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1448         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1449         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1450         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1451         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1452         * gst/rtp/gstrtpmp4apay.h:
1453         Added MP4A-LATM payloader to match the depayloader.
1454
1455 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1456
1457         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1458         (gst_videomixer_sink_event):
1459         Handle segments a little better. Fixes #537361.
1460
1461 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1462
1463         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1464         Don't assume the server supports PAUSE by default. Fixes #551048.
1465
1466 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1467
1468         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1469         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1470         Switch on the socket family to get the addrlen size right.
1471
1472 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1473
1474         Patch by: Daniel Franke <df at dfranke dot us>
1475
1476         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1477         OS X's bind() implementation is picky about its addrlen parameter and
1478         fails with EINVAL if it is larger than expected for the socket's address
1479         family. Set the length to the expected length instead. Fixes #553191.
1480
1481 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1482
1483         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1484         Handle the case where we cannot do desribe or when the describe result
1485         does not contain a valid SDP message.
1486
1487 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1488
1489         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1490         Fix setting the qos.
1491
1492 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1493
1494         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1495         (gst_qtdemux_chain):
1496         Some 'broken' files out there have atom lengths of zero...
1497         which basically results in qtdemux consuming that atom again and again
1498         until the *end of night* !
1499         Detect that and emits an adequate element error message.
1500
1501 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1502
1503         * gst/interleave/Makefile.am:
1504         * gst/matroska/Makefile.am:
1505         Fix build flags order.
1506
1507         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1508         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1509         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1510         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1511         Format fixes.
1512
1513         * tests/check/elements/multifile.c:
1514         Pull in unistd.h
1515
1516 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1517
1518         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1519         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1520         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1521         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1522         (gst_rtp_mp4g_depay_change_state):
1523         * gst/rtp/gstrtpmp4gdepay.h:
1524         Handle interleaved streams by reordering AU in a queue.
1525
1526 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1527
1528         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1529         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1530         Change some of the ranges in the caps, mostly for the amount of bits we
1531         can use.
1532         Added a little bitstream parse and use it to parse the AU header fields.
1533         Check for malformed and wrongly sized packets better.
1534         Implement more header field parsing.
1535         Handle the size of fragmented packets correctly.
1536
1537 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1538
1539         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1540         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1541         Add mapping for 'tiff' => image/tiff
1542         Fixes #552213
1543
1544 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1545
1546
1547         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1548         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1549           Pretend to care about the result of write() which works around
1550           compiler warnings.
1551
1552 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1553
1554         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1555           Make sure the desired default values are actually set, not only
1556           registered as defaults (actual problem is that the stereo-specific
1557           values are only updated if channels==2, which is not the case yet
1558           when the object is created, so the default values for the
1559           mid-side-stereo and loose-mid-side-stereo settings are never
1560           set in _update_quality()). Makes flacenc create smaller files by
1561           default (for stereo input), and fixes #550791.
1562
1563 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1564
1565         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1566         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1567         (qtdemux_parse_trak), (qtdemux_video_caps):
1568         * gst/qtdemux/qtdemux.h:
1569         * gst/qtdemux/qtdemux_fourcc.h:
1570         * gst/qtdemux/qtdemux_types.c:
1571         Add support for video/mj2 mime-type and its additional atoms/boxes.
1572         Fixes #550646.
1573
1574 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1575
1576         * gst/debug/gsttaginject.c:
1577           Add warning when tags parameter is unparsable and give example for
1578           quoting in the docs.
1579
1580 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1581
1582         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1583         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1584         Add some alternative byteswapped mappings that seem to pop up sometimes.
1585         Fixes #550288.
1586
1587 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1588
1589         * po/LINGUAS:
1590         * po/POTFILES.in:
1591         * po/POTFILES.skip:
1592           Add 'ca' to LINGUAS; add some more files with translations and some
1593           files which should be ignored by translation tools.
1594
1595 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1596
1597         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1598         * ext/speex/gstspeexdec.h:
1599         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1600         * ext/speex/gstspeexenc.h:
1601         Use integer encoding and decoding functions instead of converting
1602         the integer input to float in the element. The libspeex integer
1603         functions are doing this for us already or, if libspeex was compiled
1604         in integer mode, they're doing everything using integer arithmetics.
1605         Also saves some copying around.
1606
1607 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1608
1609         * configure.ac:
1610           Fix --disable-external
1611
1612 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1613
1614         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1615         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1616         * ext/wavpack/gstwavpackenc.h:
1617         Handle non-zero start timestamps and stream discontinuities
1618         correctly. This only has an effect if we're muxing into
1619         a container format as the raw WavPack stream must contain
1620         continous sample numbers.
1621
1622 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1623
1624         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1625         Correct the timestamp and granulepos calculation by one Speex
1626         frame.
1627
1628 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1629
1630         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1631         Correctly take the granulepos from upstream if possible and
1632         correctly handle the granulepos in various calculations: the
1633         granulepos is the sample number of the _last_ sample in a frame, not
1634         the first.
1635
1636         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1637         (gst_speex_enc_encode), (gst_speex_enc_chain),
1638         (gst_speex_enc_change_state):
1639         * ext/speex/gstspeexenc.h:
1640         Handle non-zero start timestamps in the encoder and detect/handle
1641         stream discontinuities. Fixes bug #547075.
1642
1643 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1644
1645         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1646
1647         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1648         Fix compiler warnings caused by passing a string as format string
1649         instead of "%s" and then the string. This is only exposed by -Wformat=2
1650         as used by default on Ubuntu. Fixes bug #550015.
1651
1652 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1653
1654         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1655         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1656         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1657         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1658         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1659           (gst_ebml_read_element_length):
1660         * gst/matroska/matroska-demux.c:
1661           (gst_matroska_demux_check_subtitle_buffer):
1662           Make stuff compile with GST_DISABLE_GST_DEBUG.
1663
1664 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1665
1666         * gst/law/alaw.c:
1667         * gst/law/mulaw.c:
1668           Ref caps before passing to gst_pad_template_new(), since that takes
1669           ownership.
1670
1671 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1672
1673         Patch by: Mersad Jelacic <mersad at axis dot com>
1674
1675         * gst/multipart/multipartdemux.c:
1676         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1677         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1678         demuxer. Fixes #549551.
1679
1680 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1681
1682         * sys/osxaudio/gstosxaudiosink.c:
1683         (gst_osx_audio_sink_select_device):
1684         * sys/osxaudio/gstosxaudiosrc.c:
1685         (gst_osx_audio_src_create_ringbuffer),
1686         (gst_osx_audio_src_select_device):
1687         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1688         Fix the build on macosx.
1689
1690 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1691
1692         * gst/icydemux/gsticydemux.c:
1693           Small docs fix: in the example pipeline, we need to pass
1694           iradio-mode=true to the source, so the server actually sends
1695           an ICY stream.
1696
1697 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1698
1699         * sys/osxaudio/gstosxaudio.c:
1700           Oops. Revert more completely.
1701
1702 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1703
1704         * sys/osxaudio/gstosxaudio.c:
1705           Revert accidental element rename from testing.
1706
1707 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1708
1709         * gst-plugins-good.doap:
1710         Pull in 0.10.10 doap entry from release branch
1711
1712 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1713
1714         * configure.ac:
1715         Update version number to reflect 0.10.10 release from
1716         branch.
1717
1718 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1719
1720         * sys/osxaudio/Makefile.am:
1721         * sys/osxaudio/gstosxaudio.c:
1722         * sys/osxaudio/gstosxaudiosink.c:
1723         * sys/osxaudio/gstosxaudiosink.h:
1724         * sys/osxaudio/gstosxaudiosrc.c:
1725         * sys/osxaudio/gstosxaudiosrc.h:
1726         * sys/osxaudio/gstosxringbuffer.c:
1727         * sys/osxaudio/gstosxringbuffer.h:
1728           Rewrite caps setting and ring buffer initialisation.
1729           Previously we never told CoreAudio what format we were going to send it,
1730           so it only worked due to luck, and not at all on some hardware.
1731           Now we explicitly advertise what formats the hardware supports, and then
1732           configure the selected one correctly.
1733
1734 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1735
1736         * sys/v4l2/gstv4l2object.c:
1737         * sys/v4l2/gstv4l2src.c:
1738         * sys/v4l2/gstv4l2src.h:
1739         * sys/v4l2/v4l2_calls.c:
1740         * sys/v4l2/v4l2src_calls.c:
1741           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1742           need to memset instance structures. Some more FIXME's and comments.
1743
1744 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1745
1746         * tests/icles/.cvsignore:
1747           Ignore more.
1748
1749 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1750
1751         * gst/goom/.cvsignore:
1752         * gst/goom2k1/.cvsignore:
1753           Ignore files.
1754
1755 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1756
1757         * ext/cairo/gsttextoverlay.c:
1758           Fix compiler warning.
1759
1760 2008-08-25  David Schleef  <ds@schleef.org>
1761
1762         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1763
1764 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1765
1766         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1767         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1768         * gst/matroska/matroska-mux.c:
1769         (gst_matroska_mux_video_pad_setcaps),
1770         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1771         Add Real[Audio|Video] support to Matroska containers.
1772         It works fine for:
1773         * decoding real audio/video streams contained in mkv
1774         * 'transmuxing' real (.rm) files into .mkv files
1775         It will not work though for encoding real[audio/video] streams that
1776         don't contain the 'mdpr_data' extra data on the caps.
1777         The reason why this will not work is because I never intended to
1778         duplicate virtually all the 'mdpr' block creation into mkvmux.
1779         Fixes #536067
1780
1781 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1782
1783         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1784         * gst/law/mulaw-conversion.c:
1785         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1786         (gst_mulawenc_chain):
1787         The encoder can't really renegotiate at the time they perform a
1788         pad-alloc so make the srcpads use fixed caps.
1789         Check the buffer size after a pad-alloc because the returned size might
1790         not be right when the downstream element does not know the size of the
1791         new buffer (capsfilter). Fixes #549073.
1792
1793 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1794
1795         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1796
1797         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1798         v4l2src doesn't have a property named "norm" so don't try to notify
1799         about changes to that property. The "norm" property and related
1800         code are commented out currently. Fixes bug #549090.
1801
1802 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1803
1804         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1805
1806         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1807         Reprobe devices again instead of taking a cached list as new
1808         devices could've been plugged in. Fixes bug #549062.
1809
1810 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1811
1812         * gst/autodetect/Makefile.am:
1813         Don't link the autodetect plugin with GConf as it doesn't
1814         use GConf. Fixes bug #545463.
1815
1816 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1817
1818         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1819         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1820         (gst_ebml_read_sint), (gst_ebml_read_float),
1821         (gst_ebml_read_header):
1822         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1823         possible to ignore errors and not post any ERROR messages on
1824         the bus.
1825
1826         * gst/matroska/matroska-demux.c:
1827         (gst_matroska_demux_parse_contents):
1828         Ignore any errors and not just EOS when parsing the contents of
1829         a SeekHead. Errors here are usually caused by truncated files
1830         and playback of the file works fine. Fixes playback of the
1831         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1832         archive.
1833
1834 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1835
1836         * gst/multipart/multipartdemux.c:
1837         * gst/multipart/multipartmux.c:
1838         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1839
1840 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1841
1842         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1843           gst_directdraw_sink_bufferpool_clear):
1844           Fix two more buffer ref leaks.
1845
1846 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1847
1848         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1849
1850         * sys/directdraw/gstdirectdrawsink.c:
1851           (gst_directdraw_sink_show_frame):
1852           Fix buffer ref leak.
1853
1854 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1855
1856         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1857         Revert the last commit. wavenc still supports width!=depth for 32 bit
1858         width. Thanks Tim.
1859
1860 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1861
1862         * gst/matroska/matroska-demux.c:
1863         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1864         If the duration of a block is unknown only use the timestamp for the
1865         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1866         laces. Otherwise every lace has the same timestamp which leads to
1867         various problems. Really fixes bug #548831.
1868
1869 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1870
1871         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1872         If we're not allowing width!=depth in wavenc we should also disable
1873         the code that was added to support width!=depth.
1874
1875 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1876
1877         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1878         Don't calculate the default duration of a frame from the audio sampling
1879         rate. This only works for raw audio if every frame contains a single
1880         sample and results in broken buffer durations for other formats
1881         if no specified default duration is given or the blocks have no
1882         duration. Fixes bug #548831.
1883
1884 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1885
1886         * gst/matroska/matroska-demux.c:
1887         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1888         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1889         are used for text/plain subtitles as a gap-filler in some files.
1890
1891 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1892
1893         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1894         (gst_v4l2_get_caps_info):
1895         Add S910 and PWC formats with a low priority.
1896
1897         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1898         (gst_v4l2src_probe_caps_for_format):
1899         Add more debugging.
1900
1901 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1902
1903         * ext/flac/gstflacenc.c:
1904           Fix compilation against older libflac versions.
1905
1906 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1907
1908         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1909         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1910         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1911         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1912         (gst_pulsemixer_ctrl_set_volume):
1913         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1914         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1915         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1916         (gst_pulsesink_init), (gst_pulsesink_open),
1917         (gst_pulsesink_prepare), (gst_pulsesink_write),
1918         (gst_pulsesink_delay), (gst_pulsesink_reset):
1919         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1920         (gst_pulsesrc_init):
1921         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1922         Fix a locking issue in pulsesink's prepare function.
1923
1924         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1925         Check if the created channel layout is valid for GStreamer.
1926
1927 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1928
1929         * gst/rtsp/gstrtspgoogle.c:
1930         Things that can happen when your brain is in google mode trying to
1931         deal with their google rtsp server extensions and trying to type your
1932         google mail account.
1933
1934 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1935
1936         * gst/rtsp/Makefile.am:
1937         * gst/rtsp/gstrtsp.c: (plugin_init):
1938         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1939         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1940         (_do_init), (gst_rtsp_google_base_init),
1941         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1942         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1943         (gst_rtsp_google_extension_init):
1944         * gst/rtsp/gstrtspgoogle.h:
1945         Add google RTSP extension, it can only handle udp and responds with
1946         unsupported if we do anything else. Fixes #546465.
1947
1948         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1949         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1950         (gst_rtspsrc_create_transports_string),
1951         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1952         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1953         Make transport setup code a bit better using GString.
1954         Add some more debug.
1955         Check for closed connections before doing anything on them.
1956
1957 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1958
1959         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1960         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1961         (gst_pulsesrc_prepare):
1962         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1963         (gst_pulse_channel_map_to_gst):
1964         * ext/pulse/pulseutil.h:
1965         If downstream provides no channel layout and >2 channels should be
1966         used use the default layout that pulseaudio chooses and also
1967         add this layout to the caps. Fixes bug #547258.
1968
1969 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1970
1971         Patch by: Peter Kjellerstedt <pkj at axis com>
1972
1973         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
1974         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
1975         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
1976         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
1977         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
1978         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
1979         (gst_udpsrc_set_property):
1980         Avoid leaking internally allocated file descriptors when setting
1981         custom file descriptors. Fixes #543101.
1982
1983 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1984
1985         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
1986         Don't try to configure RTCP back to the server when the server did not
1987         give us a valid port number.
1988
1989 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1990
1991         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
1992         Use new basetransform method to renegotiate. Fixes #544956.
1993
1994         * tests/icles/Makefile.am:
1995         * tests/icles/videobox-test.c: (make_pipeline), (main):
1996         Add videobox renegotiation example.
1997
1998 2008-08-19  David Schleef  <ds@schleef.org>
1999
2000         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2001         with sane values.  Fixes #548530.
2002
2003 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2004
2005         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2006         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2007         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2008         are already filled with the correct values by
2009         gst_ring_buffer_parse_caps() so there's no need to set them again
2010         with wrong values.
2011
2012 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2013
2014         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2015         (gst_avi_demux_read_subindexes_push):
2016         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2017         and instead of using the 'ix##' nomenclature, use '##ix'.
2018         They're still valid though, this fixes the duration and indexes for
2019         virtually all the ODML files I have.
2020
2021 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2022
2023         Patch by: Olivier Crete <tester at tester dot ca>
2024
2025         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2026         (gst_rtp_vorbis_depay_process):
2027         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2028         Update the vorbis RTP pay/depay to RFC 5215.
2029         Fixes #547842.
2030
2031 2008-08-14  David Schleef  <ds@schleef.org>
2032
2033         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2034           with 3:2 pulldown, i.e., 24p.
2035
2036 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2037
2038         * tests/check/elements/level.c: (GST_START_TEST):
2039         Fix compilation some more.
2040
2041 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2042
2043         * configure.ac::
2044           Require -base CVS for wavparse acid chunk parsing.
2045
2046 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2047
2048         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2049         (gst_pulsesink_init), (gst_pulsesink_finalize),
2050         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2051         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2052         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2053         * ext/pulse/pulsesink.h:
2054         Add "device-name" property to pulsesink too and currently commented
2055         out and not working support for a "volume" property.
2056
2057 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2058
2059         * configure.ac:
2060         Remove more cdio stuff (moved to ugly)
2061
2062 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2063
2064         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2065
2066         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2067         (gst_pulsesrc_get_property):
2068         Add "device-name" property, which provides a human readable string
2069         for the audio device, to make it more consisten with other audio
2070         sources. Fixes bug #547519.
2071
2072 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2073
2074         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2075         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2076         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2077         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2078         * ext/pulse/pulsemixerctrl.h:
2079         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2080         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2081         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2082         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2083         * ext/pulse/pulseprobe.h:
2084         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2085         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2086         (gst_pulsesrc_change_state):
2087         Improve debugging a bit by including the parent object in pulsemixerctrl
2088         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2089         GST_WARNING.
2090
2091         Use the parent GObject subclass instead of a random struct as GObject
2092         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2093         when probing for another property than "device".
2094
2095 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2096
2097         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2098
2099         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2100         Fix property probing after the device property is set by calling
2101         set_server when the server property changes. Fixes bug #547518.
2102
2103 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2104
2105         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2106
2107         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2108         (gst_pulsesink_implements_interface_init),
2109         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2110         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2111         (gst_pulsesink_get_type):
2112         * ext/pulse/pulsesink.h:
2113         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2114         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2115         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2116         * ext/pulse/pulsesrc.h:
2117         Implement GstPropertyProbe interface on pulsesink for detecting
2118         sink devices and on pulsesrc for detecting source devices.
2119         Fixes bugs #547227 and #547217.
2120
2121 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2122
2123         * gst/spectrum/gstspectrum.c:
2124           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2125
2126 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2127
2128         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2129         Properly set the maximum latency value, in the same way it is done in
2130         v4lsrc.
2131         * sys/v4l2/v4l2src_calls.c:
2132         Simplify fraction equality check, no need to use GValues for this.
2133
2134 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2135
2136         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2137         Add warning messages stating exactly why the latency query failed.
2138         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2139         In some cases, the negotiated framerate might be the default one which
2140         is already set internally. But we still need to mark it down in fps_n
2141         and fps_d so that the latency query can happen properly.
2142
2143 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2144
2145         * docs/plugins/inspect/plugin-1394.xml:
2146         Whoops, forgot one doc file for people who can't/don't build the
2147         raw1394 plugin.
2148
2149 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2150
2151         * docs/plugins/Makefile.am:
2152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2153         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2154         * docs/plugins/inspect/plugin-cdio.xml:
2155         * ext/Makefile.am:
2156         * ext/cdio/Makefile.am:
2157         * ext/cdio/gstcdio.c:
2158         * ext/cdio/gstcdio.h:
2159         * ext/cdio/gstcdiocddasrc.c:
2160         * ext/cdio/gstcdiocddasrc.h:
2161
2162         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2163         CDDA source to -ugly.
2164
2165         * po/LINGUAS:
2166         * po/POTFILES.in:
2167         * po/id.po:
2168         Pull in new translation from 0.10.9.2 release branch.
2169
2170 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2171
2172         * docs/plugins/Makefile.am:
2173         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2174         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2175         * docs/plugins/gst-plugins-good-plugins.args:
2176         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2177         * docs/plugins/gst-plugins-good-plugins.interfaces:
2178         Integrate documentation for new hdv1394src element.
2179
2180 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2181
2182         * ext/raw1394/Makefile.am:
2183         * ext/raw1394/gst1394.c: (plugin_init):
2184         * ext/raw1394/gsthdv1394src.c: (_do_init),
2185         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2186         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2187         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2188         (gst_hdv1394src_from_raw1394handle),
2189         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2190         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2191         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2192         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2193         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2194         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2195         (gst_hdv1394src_uri_handler_init):
2196         * ext/raw1394/gsthdv1394src.h:
2197         mpeg2-ts (HDV) variant of firewire capture element.
2198         Fixes #350830
2199
2200 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2201
2202         * gst/level/gstlevel.c: (gst_level_message_new):
2203          Fix compilation (also known as the classic 'fix code that someone
2204          committed without compiling it first').
2205
2206 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2207
2208         * tests/check/elements/level.c:
2209           Add a test for level in stereo mode.
2210
2211 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2212
2213         * tests/examples/spectrum/demo-audiotest.c:
2214         * tests/examples/spectrum/demo-osssrc.c:
2215           Demo how to draw analyzer results synced to the clock.
2216
2217 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2218
2219         * gst/level/gstlevel.c:
2220           Little renaming (l -> level).
2221
2222         * gst/spectrum/gstspectrum.c:
2223         * gst/spectrum/gstspectrum.h:
2224           Also send full timestamp/duration details here.
2225
2226 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2227
2228         * gst/level/gstlevel.c:
2229         * gst/level/gstlevel.h:
2230           Send same timestamp/duration details as videoanalysis. This gives
2231           applications better chance to sync analysis results with playback.
2232
2233 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2234
2235         * gst/matroska/matroska-mux.c:
2236         (gst_matroska_mux_handle_sink_event),
2237         (flac_streamheader_to_codecdata):
2238         We need to drop one additional buffer for FLAC as the fLaC
2239         marker and STREAMINFO block are merged into one buffer in the caps.
2240
2241         Also don't pretend to support NEWSEGMENT events, otherwise we
2242         will most probably write some invalid data.
2243
2244 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2245
2246         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2247         (gst_matroska_mux_audio_pad_setcaps):
2248         Add support for muxing FLAC into Matroska containers.
2249         Fixes bug #311586.
2250
2251 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2252
2253         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2254         Actually provide the variables required for the format string.
2255
2256 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2257
2258         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2259         (gst_matroska_demux_element_send_event),
2260         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2261         * gst/matroska/matroska-demux.h:
2262         Close the current segment if we're doing a non-flushing seek and send
2263         the close-segment and the new segment of the seek from the streaming
2264         thread.
2265
2266 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2267
2268         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2269         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2270         (gst_flac_enc_change_state):
2271         * ext/flac/gstflacenc.h:
2272         Handle non-zero start timestamps correctly, mark header packets as
2273         IN_CAPS and print a warning and suggest using audiorate if stream
2274         discontinuities are detected. When FLAC supports flushing the encoder
2275         somehow this should be done for discontinuities instead.
2276
2277         Remove some unused variables from the instance struct.
2278
2279 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2280
2281         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2282         If seeking failed return the appropiate return value to FLAC.
2283         Otherwise it thinks seeking was successfull and tries to rewrite
2284         parts of the headers which then get appended to the output.
2285
2286 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2287
2288         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2289
2290         * ext/esd/gstesd.c: (plugin_init):
2291         * ext/flac/gstflac.c: (plugin_init):
2292         * ext/shout2/gstshout2.c: (plugin_init):
2293         * ext/wavpack/gstwavpack.c: (plugin_init):
2294         * sys/oss/gstossaudio.c: (plugin_init):
2295         * sys/v4l2/gstv4l2.c: (plugin_init):
2296         Make sure gettext returns translations in UTF-8 encoding rather
2297         than in the current locale encoding (#546822).
2298
2299 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2300
2301         * ext/flac/gstflacdec.c:
2302         Add FIXME for 0.11 to simply output everything with width=32 as given
2303         by FLAC and let audioconvert handle the conversions instead of doing
2304         them in flacdec.
2305
2306 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2307
2308         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2309         When outputting a pad template range for the size, include a framerate
2310         range too, to avoid 'not a real subset of template caps' errors.
2311
2312 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2313
2314         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2315
2316         * ext/flac/Makefile.am:
2317         * ext/flac/gstflac.c: (plugin_init):
2318         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2319         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2320         (gst_flac_tag_dispose), (gst_flac_tag_init),
2321         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2322         (gst_flac_tag_change_state):
2323         * ext/flac/gstflactag.h:
2324         Port flactag to 0.10, add documentation for it and clean it up a bit.
2325         Fixes bug #413841.
2326
2327         * docs/plugins/Makefile.am:
2328         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2329         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2330         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2331         * docs/plugins/gst-plugins-good-plugins.interfaces:
2332         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2333         * docs/plugins/inspect/plugin-flac.xml:
2334         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2335         * ext/flac/gstflacdec.h:
2336         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2337         * ext/flac/gstflacenc.h:
2338         Add flactag and flacenc to the documentation and mark
2339         the private parts of the flacdec instance structure as private.
2340
2341         Also use gst_element_class_set_details_simple() in flacdec and
2342         flacenc.
2343
2344 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2345
2346         * gst/qtdemux/qtdemux.c:
2347           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2348           for it but ffmpeg does not.
2349
2350 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2351
2352         * gst/wavparse/gstwavparse.c:
2353           Handle the list chunk and use gst_riff_parse_info() to parse the info
2354           sub-chunk.
2355
2356 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2357
2358         * gst/wavparse/gstwavparse.c:
2359           Handle the acid chunk and send tempo as part of tags. Other fields are
2360           interesting too, but need more tag-definitions. Fixes #545433.
2361
2362 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2363
2364         * gst/wavparse/gstwavparse.c:
2365           Refactor wavparse. Call _reset() from dispose() and move old code from
2366           dispose into reset. This way we don't leak taglists when we abort
2367           parsing. Fix some comments. Move code for skipping a chunk into extra
2368           function. Replace chunk sizes with a const to ease readability.         
2369
2370 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2371
2372         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2373
2374         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2375         Improve udp port setup. Fixes #545710.
2376
2377 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2378
2379         * gst/rtp/Makefile.am:
2380         * gst/rtp/gstrtp.c: (plugin_init):
2381         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2382         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2383         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2384         (gst_rtp_mp1s_depay_set_property),
2385         (gst_rtp_mp1s_depay_get_property),
2386         (gst_rtp_mp1s_depay_change_state),
2387         (gst_rtp_mp1s_depay_plugin_init):
2388         * gst/rtp/gstrtpmp1sdepay.h:
2389         Add MP1S depayloader.
2390
2391         * gst/rtsp/URLS:
2392         Some more sample rtsp streams.
2393
2394 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2395
2396         * gst/rtsp/URLS:
2397         Add another URL.
2398
2399         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2400         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2401         Add some more debug info.
2402
2403 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2404
2405         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2406         Provide cbSize field for audio extra_data size, and take care to
2407         pad extra_data.
2408
2409 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2410
2411         * gst/qtdemux/qtdemux.c:
2412           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2413           TRUE.
2414
2415 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2416
2417         * gst/qtdemux/qtdemux.c:
2418         * gst/qtdemux/qtdemux_fourcc.h:
2419           Add keyword tag support. Fixes #520694 for qtdemux.
2420
2421 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2422
2423         * gst/qtdemux/qtdemux.c:
2424           Add support for tmpo tag (BPM).
2425
2426 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2427
2428         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2429         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2430         Set an estimate for the total number of samples that will be encoded
2431         if possible to help decoders if the streaminfo can't be rewritten
2432         later (like when muxing into Ogg containers).
2433
2434         Add a warning if we get header packets after data packets as those
2435         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2436         work.
2437
2438 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2439
2440         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2441         (gst_flac_dec_write):
2442         Support decoding of all depths between 4 and 32 bits and read the
2443         depth from the streaminfo header if needed. Also support all sampling
2444         rates between 1 and 655350 Hz.
2445
2446         * ext/flac/gstflacenc.c:
2447         (gst_flac_enc_caps_append_structure_with_widths),
2448         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2449         (gst_flac_enc_chain):
2450         * ext/flac/gstflacenc.h:
2451         Support encoding in all bit depths supported by the streamable
2452         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2453         between 1 Hz and 655350 Hz.
2454
2455 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2456
2457         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2458         (gst_flac_enc_sink_getcaps):
2459         Support encoding of up to 8 channels.
2460
2461 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2462
2463         * ext/soup/gstsouphttpsrc.c:
2464         * ext/soup/gstsouphttpsrc.h:
2465         Fix seeking race condition in #540300
2466         Patch By: Wouter Cloetens  <wouter at mind be>
2467
2468 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2469
2470         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2471         (gst_matroska_demux_element_send_event),
2472         (gst_matroska_demux_handle_seek_event),
2473         (gst_matroska_demux_handle_src_event):
2474         When receiving a SEEK event on a specific pad first search for a seek
2475         table entry for the stream of the pad and then fall back to an entry
2476         for a different stream.
2477
2478 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2479
2480         * configure.ac:
2481         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2482         * gst/matroska/matroska-ids.h:
2483         Build depend on core CVS for the attachment tag.
2484
2485 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2486
2487         * configure.ac:
2488         * gst/matroska/Makefile.am:
2489         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2490         (copy_backptr), (lzo1x_decode), (main):
2491         * gst/matroska/lzo.h:
2492         * gst/matroska/matroska-demux.c:
2493         (gst_matroska_demux_read_track_encoding),
2494         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2495         (gst_matroska_decode_buffer),
2496         (gst_matroska_decode_content_encodings),
2497         (gst_matroska_demux_read_track_encodings),
2498         (gst_matroska_demux_add_stream),
2499         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2500         * gst/matroska/matroska-ids.h:
2501         Decode the codec private data and following ContentEncoding if
2502         necessary.
2503
2504         Support bzip2, lzo and header stripped compression. For lzo use the
2505         ffmpeg lzo implementation as liblzo is GPL licensed.
2506         
2507         Fix zlib decompression.
2508
2509 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2510
2511         * gst/matroska/matroska-mux.c:
2512         (gst_matroska_mux_audio_pad_setcaps):
2513         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2514         duration of a frame with the new mpegaudioversion caps field.
2515
2516 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2517
2518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2519         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2520         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2521         (gst_matroska_demux_stream_from_num),
2522         (gst_matroska_demux_tracknumber_unique),
2523         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2524         (gst_matroska_demux_handle_seek_event),
2525         (gst_matroska_demux_sync_streams),
2526         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2527         (gst_matroska_demux_loop):
2528         * gst/matroska/matroska-demux.h:
2529         Allow an infinite number of stream inside Matroska containers and use
2530         a GPtrArray for storing them instead of allowing "only" 127 streams.
2531
2532 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2533
2534         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2535         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2536         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2537         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2538         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2539         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2540         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2541         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2542         (gst_ebml_read_master), (gst_ebml_read_binary),
2543         (gst_ebml_read_header):
2544         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2545         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2546         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2547         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2548         (gst_ebml_replace_uint):
2549         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2550         (gst_matroska_demux_read_track_encoding),
2551         (gst_matroska_demux_read_track_encodings),
2552         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2553         (gst_matroska_demux_send_event),
2554         (gst_matroska_demux_element_send_event),
2555         (gst_matroska_demux_handle_seek_event),
2556         (gst_matroska_demux_handle_src_event),
2557         (gst_matroska_demux_init_stream),
2558         (gst_matroska_demux_parse_tracks),
2559         (gst_matroska_demux_parse_index_cuetrack),
2560         (gst_matroska_demux_parse_index_pointentry),
2561         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2562         (gst_matroska_demux_parse_metadata_id_simple_tag),
2563         (gst_matroska_demux_parse_metadata_id_tag),
2564         (gst_matroska_demux_parse_metadata),
2565         (gst_matroska_demux_parse_attached_file),
2566         (gst_matroska_demux_parse_attachments),
2567         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2568         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2569         (gst_matroska_demux_push_flac_codec_priv_data),
2570         (gst_matroska_demux_push_xiph_codec_priv_data),
2571         (gst_matroska_demux_push_dvd_clut_change_event),
2572         (gst_matroska_demux_add_mpeg_seq_header),
2573         (gst_matroska_demux_add_wvpk_header),
2574         (gst_matroska_demux_check_subtitle_buffer),
2575         (gst_matroska_decode_buffer),
2576         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2577         (gst_matroska_demux_parse_cluster),
2578         (gst_matroska_demux_parse_contents_seekentry),
2579         (gst_matroska_demux_parse_contents),
2580         (gst_matroska_demux_loop_stream_parse_id),
2581         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2582         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2583         (gst_matroska_demux_subtitle_caps),
2584         (gst_matroska_demux_change_state):
2585         * gst/matroska/matroska-ids.c:
2586         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2587         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2588         (gst_matroska_mux_video_pad_setcaps),
2589         (xiph3_streamheader_to_codecdata),
2590         (vorbis_streamheader_to_codecdata),
2591         (theora_streamheader_to_codecdata),
2592         (gst_matroska_mux_audio_pad_setcaps),
2593         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2594         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2595         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2596         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2597         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2598         Fix indention everywhere. A broken indent version has added newlines
2599         after every single declaration some time ago.
2600
2601 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2602
2603         * gst/matroska/matroska-demux.c:
2604         (gst_matroska_demux_loop_stream_parse_id):
2605         If no Tracks are found error out instead of trying it again until the
2606         end of time.
2607
2608 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2609
2610         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2611         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2612         bit and signed otherwise, not the other way around.
2613
2614 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2615
2616         * gst/matroska/matroska-mux.c:
2617         Add more raw YUV formats to the list of supported formats.
2618
2619 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2620
2621         * gst/matroska/matroska-mux.c:
2622         (gst_matroska_mux_audio_pad_setcaps):
2623         Add support for muxing raw float audio now that the spec defines the
2624         endianness and add support for muxing raw integer audio with 24 and
2625         32 bits.
2626
2627         Allow muxing of more than 8 audio channels.
2628
2629 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2630
2631         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2632         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2633         Add locking to the global array of used track UIDs to prevent random
2634         crashes if more than a single matrosmux instance is used.
2635
2636         Use 64 bit values for the track UIDs.
2637
2638         Use the global GRandom of GLib instead of creating our own one
2639         for the few random numbers we need every single time.
2640
2641 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2642
2643         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2644         (gst_flac_dec_setup_stream_decoder),
2645         (gst_flac_dec_update_metadata):
2646         Always post the audio-codec tag, not only if other tags are present.
2647
2648 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2649
2650         * configure.ac:
2651         Back to development -> 0.10.9.1
2652
2653 === release 0.10.9 ===
2654
2655 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2656
2657         * configure.ac:
2658           releasing 0.10.9, "Steam Train Rolling"
2659
2660 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2661
2662         * ext/soup/gstsouphttpsrc.c:
2663         Don't throw an error when soup completes a msg with status
2664         'cancelled', as that indicates we cancelled a request while
2665         shutting down or seeking, and it's not an error.
2666         Fixes: #540300 again.
2667
2668 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2669
2670         * configure.ac:
2671         0.10.8.4 pre-release
2672
2673 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2674
2675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2676         Fix segment-stop regression.
2677         Add documentation regarding segments in quicktime files by Wim Taymans.
2678         Fixes #544509
2679
2680 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2681
2682         * configure.ac:
2683         0.10.8.3 pre-release
2684
2685         * po/LINGUAS:
2686         * po/pt_BR.po:
2687         Add pt_BR translation
2688
2689 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2690
2691         * gst/goom/convolve_fx.c:
2692         * gst/goom/filters.c:
2693         * gst/goom/goom_config.h:
2694         * gst/goom/goom_core.c:
2695         * gst/goom/goom_tools.h:
2696           Fix build with MSVC: include glib.h to define inline appropriately,
2697           use header guards where needed.
2698         * gst/udp/gstudpnetutils.c:
2699         * gst/udp/gstudpsrc.c:
2700           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2701           g_snprintf rather than snprintf.
2702           Fixes #544433.
2703
2704 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2705
2706         * gst/debug/gsttaginject.c:
2707         * gst/debug/gsttaginject.h:
2708           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2709           partially.
2710
2711 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2712
2713         * configure.ac:
2714         0.10.8.2 pre-release
2715
2716 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2717
2718         * ext/Makefile.am:
2719         Finish hooking up pulseaudio plugin to the build.
2720
2721         * ext/pulse/pulsemixerctrl.c:
2722         Fix compilation error.
2723
2724 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2725
2726         * po/LINGUAS:
2727         * po/lt.po:
2728         Add new lithunian translation, and add french to the LINGUAS
2729         file.
2730
2731 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2732
2733         * ext/soup/gstsouphttpsrc.c:
2734         Fix Soup HTTP source seeking.
2735         Patch By: Wouter Cloetens  <wouter at mind be>
2736         Fixes: #540300
2737
2738         * tests/check/elements/.cvsignore:
2739         Ignore new check programs.
2740
2741 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2742
2743         * configure.ac:
2744         * docs/plugins/Makefile.am:
2745         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2746         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2747         * docs/plugins/gst-plugins-good-plugins.args:
2748         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2749         * docs/plugins/gst-plugins-good-plugins.interfaces:
2750         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2751         * docs/plugins/inspect/plugin-interleave.xml:
2752         * docs/plugins/inspect/plugin-replaygain.xml:
2753         * tests/check/Makefile.am:
2754
2755         Move replaygain and interleave plugins from -bad.
2756         Fixes: #543406
2757         Fixes: #536228
2758
2759 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2760
2761         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2762         (qtdemux_parse_trak):
2763         Revert ISO base media spec based pixel-aspect-ratio calculation.
2764         Fixes #543300.
2765
2766 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2767
2768         * sys/osxvideo/osxvideosink.m:
2769         Fix minor build issues on macosx.
2770         Fixes #543054
2771
2772 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2773
2774         * configure.ac::
2775         * ext/taglib/Makefile.am::
2776           Only use -Wno-attributes (which is there to work around a
2777           bug in the taglib 1.5 headers) if the c++ compiler actually
2778           supports it (#543255).
2779
2780 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2781
2782         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2783
2784         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2785           Avoid compiler warning by initialising variable to NULL (#543259).
2786
2787 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2788
2789         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2790         Don't pass NULL taglists to gst_tag_list_is_empty().
2791
2792 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2793
2794         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2795         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2796         (rtp_pipeline_run):
2797         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2798         Don't use declarations after statements.
2799
2800 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2801
2802         * ext/jpeg/gstjpegdec.c:
2803         Align documentation with reality.
2804
2805 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2806
2807         * gst/udp/gstudpnetutils.c:
2808         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2809         old value (1) if it's not defined which should not cause any problems
2810         as we're using it internal only anyway.
2811
2812 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2813
2814         Patch by: Alessandro Decina <alessandro at nnva dot org>
2815
2816         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2817         Fix build of avidemux on big endian architectures.
2818
2819 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2820
2821         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2822
2823         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2824         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2825
2826 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2827
2828         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2829         (qtdemux_parse_trak):
2830         Set pixel-aspect-ratio in caps using display width and height
2831         provided in track.
2832
2833 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2834
2835         * configure.ac:
2836         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2837         flags that are invalid for C++. Fixes bug #516509.
2838
2839 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2840
2841         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2842         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2843         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2844         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2845         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2846         * tests/examples/equalizer/demo.c: (message_handler):
2847         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2848         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2849         Don't use declarations after statements and variable length arrays.
2850
2851 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2852
2853         Patch by: Daniel Drake <dsd at gentoo dot org>
2854
2855         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2856         (gst_v4l2src_get_nearest_size):
2857         Try progressive video if interlaced fails. Fixes bug #541956
2858         and the usage of v4l2src on OLPC.
2859
2860 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2861
2862         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2863         (gst_rtp_speex_depay_process):
2864         * gst/rtp/gstrtpspeexdepay.h:
2865         Revert last change: Only the jitterbuffer is able to convert RTP to
2866         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2867         Reopens bug #541787.
2868
2869 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2870
2871         * gst/rtp/gstrtpvrawdepay.c:
2872           Include stdlib.h for atoi().
2873
2874         * gst/rtsp/gstrtspsrc.c:
2875           Use floating point math for latencies < 0 sec in log output.
2876
2877 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2878
2879         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2880
2881         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2882         (gst_rtp_speex_depay_process):
2883         * gst/rtp/gstrtpspeexdepay.h:
2884         Take timestamp from the RTP packet as a first step to fix problems
2885         with transmission over RTP when the network is not reliable.
2886         Fixes bug #541787.
2887
2888 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2889
2890         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2891
2892         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2893         Fix parsing of udp:// URIs containing IPv6 addresses.
2894         Fixes bug #541650.
2895
2896 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2897
2898         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2899         Do not leak incoming buffers.
2900
2901 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2902
2903         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2904
2905         * configure.ac:
2906         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2907         for htons() and htonl(). Fixes bug #541412.
2908
2909 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2910
2911         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2912         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2913         (gst_matroska_demux_element_query),
2914         (gst_matroska_demux_handle_src_query),
2915         (gst_matroska_demux_handle_seek_event):
2916         Handle position and duration query in DEFAULT format if the
2917         pad's track has a default frame duration set.
2918
2919         Fix seeking now that the segment's duration doesn't contain the
2920         (possibly wrong or inaccurate) duration of the Matroska file.
2921
2922 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2923
2924         * gst/matroska/ebml-read.c: (_ext2dbl):
2925         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2926         in math.h except on MSVC where it is defined in xmath.h.
2927         Fixes compilation with MSVC.
2928
2929 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2930
2931         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2932         (gst_matroska_demux_handle_src_query),
2933         (gst_matroska_demux_parse_info),
2934         (gst_matroska_demux_loop_stream_parse_id):
2935         * gst/matroska/matroska-demux.h:
2936         Don't set the segment duration to the duration from the Matroska
2937         header as this value could be wrong and is just informational.
2938
2939 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2940
2941         * gst/matroska/matroska-demux.c:
2942         (gst_matroska_demux_loop_stream_parse_id):
2943         If no Tracks element is found until the first Cluster is found
2944         search it and error out if none is found in the complete file.
2945
2946 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2947
2948         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2949         Resync non-subtitle tracks too if a too large gap compared to other
2950         tracks is detected.
2951
2952 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2953
2954         * gst/rtp/Makefile.am:
2955         * gst/rtp/gstrtp.c: (plugin_init):
2956         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2957         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2958         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2959         (gst_rtp_vraw_depay_change_state),
2960         (gst_rtp_vraw_depay_plugin_init):
2961         * gst/rtp/gstrtpvrawdepay.h:
2962         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2963         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2964         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2965         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2966         (gst_rtp_vraw_pay_plugin_init):
2967         * gst/rtp/gstrtpvrawpay.h:
2968         Add raw video pay and depayloaders, see RFC4175.
2969
2970 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
2971
2972         * ext/libpng/gstpngdec.c:
2973         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
2974         whatever it returned.
2975
2976 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2977
2978         * gst/avi/avi-ids.h:
2979         Add vprp chunk related structures.
2980         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
2981         (gst_avi_demux_parse_stream):
2982         Parse optional vprp chunk and add calculated pixel-aspect-ratio
2983         to caps.  Fixes #539482.
2984         * gst/avi/gstavimux.h:
2985         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
2986         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
2987         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
2988
2989 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2990
2991         * tests/check/elements/avimux.c: (check_avimux_pad):
2992         Adjust avimux unit test according to increased streamheader size.
2993
2994 2008-06-27  David Schleef  <ds@schleef.org>
2995
2996         * gst/qtdemux/qtdemux.c: Add Dirac stream type
2997
2998 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2999
3000         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3001         * gst/avi/gstavimux.h:
3002         Add 8 bytes to current streamheader to make for a complete one
3003         and to make more players happy.  Fixes #519460.
3004
3005 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3006
3007         * sys/v4l2/v4l2_calls.c::
3008           Don't include unused gstv4l2xoverlay.h. Fixes build
3009           in case where X11 headers are not installed.
3010
3011 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3012
3013         * ext/dv/gstdv.c: (plugin_init):
3014         Fix compilation.
3015
3016 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3017
3018         * ext/dv/gstdv.c: (plugin_init):
3019         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3020         DV decoder available.
3021         Fixes #532393
3022
3023 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3024
3025         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3026         Call getsockname() after the call to bind() to get updated values
3027         for the port, etc. This fixes the usage of udpsrc on anonymous
3028         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3029         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3030
3031 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3032
3033         * tests/check/pipelines/wavpack.c: (bus_handler):
3034         Remove workaround for a bug in identity that is fixed in 0.10.20.
3035
3036 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3037
3038         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3039
3040         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3041         Fix HTTP auth support with user/password passed via the URI.
3042         Fixes bug #540067.
3043
3044 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3045
3046         * configure.ac:
3047           Depend on released versions of core and -base.
3048
3049 2008-06-23  Julien Moutte  <julien@fluendo.com>
3050
3051         * gst/matroska/matroska-demux.c:
3052         (gst_matroska_demux_read_track_encoding),
3053         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3054         format strings in macros. (makes it build on OS X again...)
3055
3056 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3057
3058         * gst/rtp/gstrtptheorapay.c:
3059         * gst/udp/gstmultiudpsink.c:
3060           Added debug.
3061
3062 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3063
3064         * configure.ac: switch v4l2src over to the normal build instead of
3065         being 'experimental'. Fixes bug #536831.
3066
3067 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3068
3069         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3070         Remove unused variable so that we can compile again.
3071
3072 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3073
3074         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3075         No need to check for audio/G723 and audio/32KADPCM here as they are
3076         no longer supported.
3077
3078 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3079
3080         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3081         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3082         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3083         known length.
3084
3085 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3086
3087         * gst/matroska/matroska-demux.c:
3088         (gst_matroska_demux_add_wvpk_header),
3089         (gst_matroska_demux_audio_caps):
3090         * gst/matroska/matroska-ids.h:
3091         Fix demuxing of WavPack files. Muxing is still broken.
3092
3093 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3094
3095         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3096         (gst_matroska_demux_add_mpeg_seq_header),
3097         (gst_matroska_demux_add_wvpk_header),
3098         (gst_matroska_demux_check_subtitle_buffer),
3099         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3100         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3101         (gst_matroska_demux_subtitle_caps):
3102         * gst/matroska/matroska-ids.h:
3103         Add a "vfunc" to the track context for postprocessing frames and
3104         convert the wavpack and subtitle postprocessing to this vfunc.
3105         Copy buffer flags in those functions to the new buffers too.
3106
3107         Parse CodecState elements of Blocks.
3108
3109         Add a postprocessing function for MPEG video that adds the sequence
3110         header from the codec private data or codec state to the frames if
3111         it's not already there.
3112
3113 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3114
3115         * gst/matroska/matroska-demux.c:
3116         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3117         If a gap of more than 1/2 second is found in one stream send a
3118         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3119         This also fixes Matroska files where the first buffer doesn't start
3120         at timestamp 0. Fixes bug #429322.
3121
3122         The duration of a block is the default duration multiplied with the
3123         number of laces. Every lace is one frame and the default duration
3124         is the duration of one frame. This fixes playback of files that use
3125         lacing for some tracks.
3126
3127 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3128
3129         * gst/matroska/matroska-demux.c:
3130         (gst_matroska_demux_parse_contents_seekentry):
3131         Update FIXME/TODOs and only ignore EOS at the central, important place
3132         instead of several places.
3133
3134 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3135
3136         * gst/rtp/gstrtpg726pay.c:
3137         Fix caps, See #538891.
3138
3139 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3140
3141         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3142         (gst_matroska_demux_stream_from_num),
3143         (gst_matroska_demux_encoding_cmp),
3144         (gst_matroska_demux_encoding_order_unique),
3145         (gst_matroska_demux_read_track_encoding),
3146         (gst_matroska_demux_read_track_encodings),
3147         (gst_matroska_demux_tracknumber_unique),
3148         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3149         (gst_matroska_demux_parse_tracks),
3150         (gst_matroska_demux_parse_index_cuetrack),
3151         (gst_matroska_demux_parse_index_pointentry),
3152         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3153         (gst_matroska_demux_parse_metadata_id_simple_tag),
3154         (gst_matroska_demux_parse_metadata_id_tag),
3155         (gst_matroska_demux_parse_metadata),
3156         (gst_matroska_demux_parse_attached_file),
3157         (gst_matroska_demux_parse_attachments),
3158         (gst_matroska_demux_parse_chapters),
3159         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3160         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3161         (gst_matroska_demux_parse_cluster),
3162         (gst_matroska_demux_parse_contents_seekentry),
3163         (gst_matroska_demux_parse_contents),
3164         (gst_matroska_demux_loop_stream_parse_id),
3165         (gst_matroska_demux_loop):
3166         Improve debug output everywhere and fix the EOS logic.
3167
3168         Check the values of the ContentEncoding elements more strictly and
3169         don't use tracks for which it's invalid.
3170
3171         Check that the track number is unique for this stream.
3172
3173         Check that seek positions are below G_MAXINT64 as our seeks are
3174         int64-based and overflows will fail badly.
3175
3176         After seeks also don't push SimpleBlocks until the first one
3177         containing a keyframe is found. Before this was done only for normal
3178         Blocks.
3179
3180         Update some FIXME/TODOs.
3181         
3182         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3183         (gst_ebml_read_utf8), (gst_ebml_read_header):
3184         Improve debug output.
3185
3186         * gst/matroska/matroska-ids.c:
3187         (gst_matroska_track_init_video_context):
3188         * gst/matroska/matroska-ids.h:
3189         * gst/matroska/matroska-mux.c:
3190         (gst_matroska_mux_video_pad_setcaps):
3191         Remove eye mode and don't parse it anymore. We can't use that
3192         information in GStreamer yet so it's useless.
3193
3194
3195 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3196
3197         Patch by: Mersad Jelacic <mersad at axis dot com>
3198
3199         * gst/rtp/Makefile.am:
3200         * gst/rtp/gstrtp.c: (plugin_init):
3201         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3202         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3203         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3204         (gst_rtp_g726_depay_plugin_init):
3205         * gst/rtp/gstrtpg726depay.h:
3206         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3207         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3208         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3209         * gst/rtp/gstrtpg726pay.h:
3210         Added G726 pay/depayloaders. Fixes #538891.
3211
3212 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3213
3214         * gst/rtsp/URLS:
3215         Some more urls.
3216
3217         * gst/smpte/barboxwipes.c:
3218         Add a comment
3219
3220         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3221         Fix typo, add audioresample to the pipeline.
3222
3223 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3224
3225         * ext/libmng/Makefile.am:
3226         * ext/libmng/gstmng.c: (plugin_init):
3227         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3228         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3229         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3230         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3231         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3232         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3233         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3234         (gst_mng_dec_change_state):
3235         * ext/libmng/gstmngdec.h:
3236         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3237         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3238         (gst_mng_enc_init), (gst_mng_enc_chain),
3239         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3240         * ext/libmng/gstmngenc.h:
3241         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3242         bits ifdeffed out still.
3243
3244 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3245
3246         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3247         When comparing index elements with the same time compare their
3248         block number.
3249
3250 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3251
3252         * gst/matroska/matroska-demux.c:
3253           (gst_matroska_demux_parse_attached_file)
3254           Init variable to NULL to avoid compiler warning.
3255
3256 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3257
3258         * gst/matroska/Makefile.am:
3259         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3260         (gst_matroska_demux_parse_attached_file),
3261         (gst_matroska_demux_parse_attachments),
3262         (gst_matroska_demux_parse_contents_seekentry),
3263         (gst_matroska_demux_loop_stream_parse_id):
3264         * gst/matroska/matroska-demux.h:
3265         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3266         * gst/matroska/matroska-ids.h:
3267         * gst/matroska/matroska.c: (plugin_init):
3268         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3269         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3270         and description of the attachments in the caps. Fixes bug #537622.
3271
3272 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3273
3274         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3275         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3276         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3277         (gst_speex_enc_src_query), (gst_speex_enc_init),
3278         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3279         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3280         (gst_speex_enc_set_property):
3281         Add mode property.
3282         Some cleanups, add more debug info.
3283         Add latency query.
3284
3285 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3286
3287         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3288         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3289         If we get less bytes than requested we can't do anything except doing
3290         our EOS logic.
3291
3292 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3293
3294         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3295         (gst_matroskademux_do_index_seek),
3296         (gst_matroska_demux_parse_index_cuetrack),
3297         (gst_matroska_demux_parse_index_pointentry),
3298         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3299         (gst_matroska_demux_parse_metadata):
3300         * gst/matroska/matroska-demux.h:
3301         * gst/matroska/matroska-ids.h:
3302         Use a GArray for storing the Cue (i.e. seek) information, store
3303         the CueTrackPositions for every track, store the block number
3304         and optimize searching in the array by sorting it after the last
3305         element was added.
3306
3307         Fix a small memory leak when trying to parse a tags element that was
3308         already parsed.
3309
3310 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3311
3312         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3313         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3314         (gst_matroska_mux_write_data):
3315         * gst/matroska/matroska-mux.h:
3316         Don't write another SeekHead which indexes all Clusters to the end of
3317         the file. This isn't useful for anything and just increases filesize.
3318
3319 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3320
3321         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3322         Prevent unaligned memory access when reading floats.
3323
3324 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         * gst/matroska/ebml-read.c:
3327         * gst/matroska/ebml-read.h:
3328         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3329         (gst_matroska_demux_parse_metadata):
3330         * gst/matroska/matroska-demux.h:
3331         Make sure that every Tags element is only parsed once and it's
3332         containing tags are only posted once.
3333
3334 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3335
3336         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3337         (gst_ebml_read_header):
3338         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3339         (gst_matroska_demux_parse_tracks),
3340         (gst_matroska_demux_parse_index_cuetrack),
3341         (gst_matroska_demux_parse_index_pointentry),
3342         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3343         (gst_matroska_demux_parse_metadata_id_simple_tag),
3344         (gst_matroska_demux_parse_metadata_id_tag),
3345         (gst_matroska_demux_parse_metadata),
3346         (gst_matroska_demux_parse_attachments),
3347         (gst_matroska_demux_parse_chapters),
3348         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3349         (gst_matroska_demux_parse_cluster),
3350         (gst_matroska_demux_parse_contents_seekentry),
3351         (gst_matroska_demux_parse_contents),
3352         (gst_matroska_demux_loop_stream_parse_id):
3353         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3354         already. They're not useful in the matroska parser and only cause
3355         additional code.
3356
3357 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3358
3359         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3360         (gst_ebml_finalize), (gst_ebml_read_change_state),
3361         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3362         * gst/matroska/matroska-demux.c:
3363         (gst_matroska_demux_parse_contents_seekentry):
3364         Reverse the level list as we usually are only interested in the
3365         first element or want to add a new first element. Having the
3366         first element stored at the end and calling g_list_last() and
3367         g_list_append() is more expensive.
3368
3369         Also use GSlice for allocating the GstEbmlLevel structs.
3370
3371 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3372
3373         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3374           (gst_tag_inject_class_init), (gst_tag_inject_init):
3375           Don't unref NULL taglist in finalize. Don't use c++ style
3376           comments.
3377
3378 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3379
3380         * gst/matroska/matroska-demux.c:
3381         (gst_matroska_demux_parse_metadata_id_simple_tag):
3382         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3383         (gst_matroska_mux_write_data):
3384         Use gst_value_serialize() and gst_value_deserialize() for transforming
3385         tags from some GType to a string and the other way around. The default
3386         transformations in GLib don't include transformations from string to
3387         number types.
3388
3389 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3390
3391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3392         (gst_matroska_demux_parse_tracks),
3393         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3394         (gst_matroska_demux_parse_attachments),
3395         (gst_matroska_demux_parse_chapters),
3396         (gst_matroska_demux_parse_contents_seekentry),
3397         (gst_matroska_demux_loop_stream_parse_id):
3398         * gst/matroska/matroska-demux.h:
3399         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3400         Tags multiple times. The first ones can appear more than once but must
3401         contain the same content as the first for backup purposes so we ignore
3402         all but the first one. Tags can appear multiple times with different
3403         content.
3404
3405         Jump to all elements except Clusters that are available from a
3406         SeekHead to make it more likely to have all required informations
3407         before getting to the first Clusters.
3408
3409         Add dummy functions for parsing Attachments and Chapters.
3410
3411 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3412
3413         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3414         (gst_udpsrc_create), (gst_udpsrc_set_property),
3415         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3416         * gst/udp/gstudpsrc.h:
3417         Add property to control automatic join/leave of multicast groups.
3418         Add G_LIKELY.
3419         Remove setting caps on buffers explicitly, basesrc does that for us now.
3420         Improve debug info.
3421         Convert some non-fatal error into warnings.
3422         Use g_ntohs for better portability.
3423         Leave multicast groups when stopping.
3424         When using external sockets, use getsockname() on them to fill up the
3425         addr structure before calling methods that use the structure.
3426         Should all fix #536903.
3427         API: GstUDPSrc::auto-multicast property
3428
3429 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3430
3431         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3432         Use g_ntohl for better portability.
3433
3434 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3435
3436         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3437         (gst_multiudpsink_remove):
3438         Fix a typo and do some small cleanups.
3439
3440 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3441
3442         Patch by: Olivier Crete <tester at tester dot ca>
3443
3444         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3445         Make the delivery-method mandatory on the caps and only accept inline
3446         for now.
3447         Reverse strcmp checks for delivery-method.
3448
3449         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3450         Make delivery method optional when parsing caps and note this in the
3451         caps.
3452         Reverse strcmp checks for delivery-method.
3453
3454         * gst/rtp/gstrtpvorbispay.c:
3455         Update a comment to note that the delivery-method is optional, 
3456         Fixes #537675.
3457
3458 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3459
3460         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3461         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3462         leaving them in READY. Fixes #537832.
3463
3464 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3465
3466         * gst/avi/gstavimux.c:
3467           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3468           for a random constant in tagmuxing code.
3469
3470 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3471
3472         * gst/debug/gsttaginject.c:
3473         * gst/debug/gsttaginject.h:
3474           Now actually adding the new element.
3475
3476 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3477
3478         * docs/plugins/Makefile.am:
3479         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3480         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3481         * docs/plugins/gst-plugins-good-plugins.args:
3482         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3483         * docs/plugins/gst-plugins-good-plugins.interfaces:
3484         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3485         * docs/plugins/inspect/plugin-aasink.xml:
3486         * docs/plugins/inspect/plugin-alaw.xml:
3487         * docs/plugins/inspect/plugin-alpha.xml:
3488         * docs/plugins/inspect/plugin-alphacolor.xml:
3489         * docs/plugins/inspect/plugin-annodex.xml:
3490         * docs/plugins/inspect/plugin-apetag.xml:
3491         * docs/plugins/inspect/plugin-audiofx.xml:
3492         * docs/plugins/inspect/plugin-auparse.xml:
3493         * docs/plugins/inspect/plugin-autodetect.xml:
3494         * docs/plugins/inspect/plugin-avi.xml:
3495         * docs/plugins/inspect/plugin-cacasink.xml:
3496         * docs/plugins/inspect/plugin-cairo.xml:
3497         * docs/plugins/inspect/plugin-cdio.xml:
3498         * docs/plugins/inspect/plugin-cutter.xml:
3499         * docs/plugins/inspect/plugin-debug.xml:
3500         * docs/plugins/inspect/plugin-dv.xml:
3501         * docs/plugins/inspect/plugin-efence.xml:
3502         * docs/plugins/inspect/plugin-effectv.xml:
3503         * docs/plugins/inspect/plugin-equalizer.xml:
3504         * docs/plugins/inspect/plugin-esdsink.xml:
3505         * docs/plugins/inspect/plugin-flac.xml:
3506         * docs/plugins/inspect/plugin-flxdec.xml:
3507         * docs/plugins/inspect/plugin-gamma.xml:
3508         * docs/plugins/inspect/plugin-gconfelements.xml:
3509         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3510         * docs/plugins/inspect/plugin-goom.xml:
3511         * docs/plugins/inspect/plugin-goom2k1.xml:
3512         * docs/plugins/inspect/plugin-halelements.xml:
3513         * docs/plugins/inspect/plugin-icydemux.xml:
3514         * docs/plugins/inspect/plugin-id3demux.xml:
3515         * docs/plugins/inspect/plugin-jpeg.xml:
3516         * docs/plugins/inspect/plugin-level.xml:
3517         * docs/plugins/inspect/plugin-matroska.xml:
3518         * docs/plugins/inspect/plugin-monoscope.xml:
3519         * docs/plugins/inspect/plugin-mulaw.xml:
3520         * docs/plugins/inspect/plugin-multifile.xml:
3521         * docs/plugins/inspect/plugin-multipart.xml:
3522         * docs/plugins/inspect/plugin-navigationtest.xml:
3523         * docs/plugins/inspect/plugin-ossaudio.xml:
3524         * docs/plugins/inspect/plugin-png.xml:
3525         * docs/plugins/inspect/plugin-quicktime.xml:
3526         * docs/plugins/inspect/plugin-rtp.xml:
3527         * docs/plugins/inspect/plugin-rtsp.xml:
3528         * docs/plugins/inspect/plugin-smpte.xml:
3529         * docs/plugins/inspect/plugin-soup.xml:
3530         * docs/plugins/inspect/plugin-spectrum.xml:
3531         * docs/plugins/inspect/plugin-speex.xml:
3532         * docs/plugins/inspect/plugin-taglib.xml:
3533         * docs/plugins/inspect/plugin-udp.xml:
3534         * docs/plugins/inspect/plugin-video4linux2.xml:
3535         * docs/plugins/inspect/plugin-videobalance.xml:
3536         * docs/plugins/inspect/plugin-videobox.xml:
3537         * docs/plugins/inspect/plugin-videocrop.xml:
3538         * docs/plugins/inspect/plugin-videoflip.xml:
3539         * docs/plugins/inspect/plugin-videomixer.xml:
3540         * docs/plugins/inspect/plugin-wavenc.xml:
3541         * docs/plugins/inspect/plugin-wavpack.xml:
3542         * docs/plugins/inspect/plugin-wavparse.xml:
3543         * docs/plugins/inspect/plugin-ximagesrc.xml:
3544         * gst/debug/Makefile.am:
3545         * gst/debug/breakmydata.c:
3546         * gst/debug/efence.c:
3547         * gst/debug/gstdebug.c:
3548         * gst/debug/gstnavseek.c:
3549         * gst/debug/gstpushfilesrc.c:
3550         * gst/debug/gstpushfilesrc.h:
3551         * gst/debug/negotiation.c:
3552         * gst/debug/progressreport.c:
3553         * gst/debug/progressreport.h:
3554         * gst/debug/rndbuffersize.c:
3555         * gst/debug/testplugin.c:
3556           Remove dummy plugin_init. Remove some undefined entries from doc-
3557           section file. Add taginject element and rebuild docs for it.
3558
3559 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3560
3561         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3562         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3563         Update the counter for the number of streams when pads are added or
3564         removed. This will make sure that a seek table is generated for
3565         files with just one audio stream.
3566
3567 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3568
3569         * gst/matroska/matroska-demux.c:
3570         (gst_matroska_demux_parse_metadata_id_simple_tag):
3571         * gst/matroska/matroska-ids.h:
3572         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3573         Add some more tags, improve debugging a bit and make sure that
3574         GValue transformation has succeeded before using the result
3575         as a tag.
3576
3577 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3578
3579         Patch by: Olivier Crete <tester at tester dot ca>
3580
3581         * gst/rtp/gstrtptheorapay.c:
3582         The Theora RTP payloader only supports the "inline" delievery method
3583         so let's declare this on the caps of the static pad template.
3584         Fixes bug #537675.
3585
3586 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3587
3588         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3589         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3590         Remove bogus check.
3591
3592 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3593
3594         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3595         (gst_videomixer_blend_buffers):
3596         Use stream_time to synchronize the object properties.
3597         Use running_time of the master pad to timestamp outgoing buffers.
3598         Fix the initial segment event to extend an unknown amount of time.
3599         Fixes #537361.
3600
3601 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3602
3603         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3604         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3605         (gst_avi_demux_calculate_durations_from_index),
3606         (gst_avi_demux_stream_header_push),
3607         (gst_avi_demux_stream_header_pull):
3608         Try to ignore unparsable/unknown streams and give a warning instead of
3609         erroring out. Fixes #537377.
3610
3611 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3612
3613         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3614         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3615
3616         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3617         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3618         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3619         (gst_matroska_demux_read_track_encodings),
3620         (gst_matroska_demux_add_stream),
3621         (gst_matroska_demux_handle_src_query),
3622         (gst_matroska_demux_init_stream),
3623         (gst_matroska_demux_parse_index_cuetrack),
3624         (gst_matroska_demux_parse_index_pointentry),
3625         (gst_matroska_demux_parse_info),
3626         (gst_matroska_demux_parse_metadata_id_simple_tag),
3627         (gst_matroska_demux_parse_metadata),
3628         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3629         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3630         (gst_matroska_demux_parse_cluster),
3631         (gst_matroska_demux_parse_contents_seekentry),
3632         (gst_matroska_demux_loop_stream_parse_id),
3633         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3634         (gst_matroska_demux_audio_caps),
3635         (gst_matroska_demux_subtitle_caps):
3636         * gst/matroska/matroska-demux.h:
3637         * gst/matroska/matroska-ids.c:
3638         (gst_matroska_track_init_subtitle_context):
3639         * gst/matroska/matroska-ids.h:
3640         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3641         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3642         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3643         (gst_matroska_mux_video_pad_setcaps),
3644         (gst_matroska_mux_audio_pad_setcaps),
3645         (gst_matroska_mux_subtitle_pad_setcaps),
3646         (gst_matroska_mux_request_new_pad),
3647         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3648         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3649         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3650         (gst_matroska_mux_set_property):
3651         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3652         elements, do some checks for valid values in the demuxer, handle
3653         tracktimecodescale in the demuxer, set correct default values for all
3654         settings in the demuxer, review and add all missing matroska
3655         IDs and some more raw YUV formats, and some trivial cleanup.
3656
3657 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3658
3659         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3660         (gst_pulsemixer_class_init):
3661         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3662         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3663         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3664         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3665         (gst_pulsesrc_prepare):
3666         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3667         gst_element_class_set_details_simple() and fix coding style a bit
3668         more.
3669
3670 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3671
3672         * docs/plugins/Makefile.am:
3673         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3674         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3675         * docs/plugins/gst-plugins-good-plugins.args:
3676         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3677         * docs/plugins/gst-plugins-good-plugins.interfaces:
3678         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3679         * docs/plugins/inspect/plugin-aasink.xml:
3680         * docs/plugins/inspect/plugin-alaw.xml:
3681         * docs/plugins/inspect/plugin-alpha.xml:
3682         * docs/plugins/inspect/plugin-alphacolor.xml:
3683         * docs/plugins/inspect/plugin-annodex.xml:
3684         * docs/plugins/inspect/plugin-apetag.xml:
3685         * docs/plugins/inspect/plugin-audiofx.xml:
3686         * docs/plugins/inspect/plugin-auparse.xml:
3687         * docs/plugins/inspect/plugin-autodetect.xml:
3688         * docs/plugins/inspect/plugin-avi.xml:
3689         * docs/plugins/inspect/plugin-cacasink.xml:
3690         * docs/plugins/inspect/plugin-cairo.xml:
3691         * docs/plugins/inspect/plugin-cdio.xml:
3692         * docs/plugins/inspect/plugin-cutter.xml:
3693         * docs/plugins/inspect/plugin-debug.xml:
3694         * docs/plugins/inspect/plugin-dv.xml:
3695         * docs/plugins/inspect/plugin-efence.xml:
3696         * docs/plugins/inspect/plugin-effectv.xml:
3697         * docs/plugins/inspect/plugin-equalizer.xml:
3698         * docs/plugins/inspect/plugin-esdsink.xml:
3699         * docs/plugins/inspect/plugin-flac.xml:
3700         * docs/plugins/inspect/plugin-flxdec.xml:
3701         * docs/plugins/inspect/plugin-gamma.xml:
3702         * docs/plugins/inspect/plugin-gconfelements.xml:
3703         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3704         * docs/plugins/inspect/plugin-goom.xml:
3705         * docs/plugins/inspect/plugin-goom2k1.xml:
3706         * docs/plugins/inspect/plugin-halelements.xml:
3707         * docs/plugins/inspect/plugin-icydemux.xml:
3708         * docs/plugins/inspect/plugin-id3demux.xml:
3709         * docs/plugins/inspect/plugin-jpeg.xml:
3710         * docs/plugins/inspect/plugin-level.xml:
3711         * docs/plugins/inspect/plugin-matroska.xml:
3712         * docs/plugins/inspect/plugin-monoscope.xml:
3713         * docs/plugins/inspect/plugin-mulaw.xml:
3714         * docs/plugins/inspect/plugin-multifile.xml:
3715         * docs/plugins/inspect/plugin-multipart.xml:
3716         * docs/plugins/inspect/plugin-navigationtest.xml:
3717         * docs/plugins/inspect/plugin-ossaudio.xml:
3718         * docs/plugins/inspect/plugin-png.xml:
3719         * docs/plugins/inspect/plugin-pulseaudio.xml:
3720         * docs/plugins/inspect/plugin-quicktime.xml:
3721         * docs/plugins/inspect/plugin-rtp.xml:
3722         * docs/plugins/inspect/plugin-rtsp.xml:
3723         * docs/plugins/inspect/plugin-smpte.xml:
3724         * docs/plugins/inspect/plugin-soup.xml:
3725         * docs/plugins/inspect/plugin-spectrum.xml:
3726         * docs/plugins/inspect/plugin-speex.xml:
3727         * docs/plugins/inspect/plugin-taglib.xml:
3728         * docs/plugins/inspect/plugin-udp.xml:
3729         * docs/plugins/inspect/plugin-video4linux2.xml:
3730         * docs/plugins/inspect/plugin-videobalance.xml:
3731         * docs/plugins/inspect/plugin-videobox.xml:
3732         * docs/plugins/inspect/plugin-videocrop.xml:
3733         * docs/plugins/inspect/plugin-videoflip.xml:
3734         * docs/plugins/inspect/plugin-videomixer.xml:
3735         * docs/plugins/inspect/plugin-wavenc.xml:
3736         * docs/plugins/inspect/plugin-wavpack.xml:
3737         * docs/plugins/inspect/plugin-wavparse.xml:
3738         * docs/plugins/inspect/plugin-ximagesrc.xml:
3739         * ext/pulse/plugin.c:
3740         * ext/pulse/pulsemixer.c:
3741         * ext/pulse/pulsesink.c:
3742         * ext/pulse/pulsesrc.c:
3743         Add documentation to the pulseaudio plugin and run make update
3744         in docs/plugins.
3745
3746 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3747
3748         Patch by: Brian Cameron <brian.cameron at sun dot com>
3749
3750         * sys/sunaudio/gstsunaudiomixerctrl.c:
3751         (gst_sunaudiomixer_ctrl_get_volume),
3752         (gst_sunaudiomixer_ctrl_set_volume):
3753         Improvements for the SunAudio mixer by handling mute as no gain
3754         for tracks that have a gain property but no mute property.
3755         Fixes bug #536067.
3756
3757 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3758
3759         * configure.ac:
3760         * ext/pulse/Makefile.am:
3761         * ext/pulse/plugin.c: (plugin_init):
3762         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3763         (gst_pulsemixer_implements_interface_init),
3764         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3765         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3766         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3767         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3768         * ext/pulse/pulsemixer.h:
3769         * ext/pulse/pulsemixerctrl.c:
3770         (gst_pulsemixer_ctrl_context_state_cb),
3771         (gst_pulsemixer_ctrl_sink_info_cb),
3772         (gst_pulsemixer_ctrl_source_info_cb),
3773         (gst_pulsemixer_ctrl_subscribe_cb),
3774         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3775         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3776         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3777         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3778         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3779         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3780         * ext/pulse/pulsemixerctrl.h:
3781         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3782         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3783         * ext/pulse/pulsemixertrack.h:
3784         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3785         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3786         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3787         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3788         (gst_pulseprobe_new), (gst_pulseprobe_free),
3789         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3790         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3791         (gst_pulseprobe_set_server):
3792         * ext/pulse/pulseprobe.h:
3793         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3794         (gst_pulsesink_class_init), (gst_pulsesink_init),
3795         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3796         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3797         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3798         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3799         (gst_pulsesink_stream_request_cb),
3800         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3801         (gst_pulsesink_close), (gst_pulsesink_prepare),
3802         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3803         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3804         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3805         (gst_pulsesink_event), (gst_pulsesink_get_type):
3806         * ext/pulse/pulsesink.h:
3807         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3808         (gst_pulsesrc_implements_interface_init),
3809         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3810         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3811         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3812         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3813         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3814         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3815         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3816         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3817         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3818         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3819         (gst_pulsesrc_get_type):
3820         * ext/pulse/pulsesrc.h:
3821         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3822         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3823         * ext/pulse/pulseutil.h:
3824         Add pulseaudio GStreamer element from gst-pulse. Development will
3825         continue here instead of pulseaudio SVN. Fixes bug #400679.
3826         Only changes over gst-pulse SVN are added copyright to the top of
3827         files and coding style changes.
3828
3829 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3830
3831         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3832
3833         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3834           (gst_cdio_add_cdtext_album_tags):
3835         * ext/cdio/gstcdio.h:
3836         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3837           Also extract album title and album genre from CD-TEXT if
3838           available (#537021).
3839
3840 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3841
3842         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3843
3844         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3845         Improve negotiation a bit more by picking the smallest possible
3846         resolution that is larger than the resolution specified in the
3847         first caps entry of the peer caps. Fixes bug #536994.
3848
3849 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3850
3851         Patch by: Bastien Nocera <hadess at hadess dot net>
3852
3853         * sys/v4l2/gstv4l2vidorient.c:
3854         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3855         Fix compilation with newer GIT kernels that deprecated
3856         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3857
3858 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3859
3860         * configure.ac:
3861         * ext/cdio/gstcdio.c:
3862         * ext/cdio/gstcdio.h:
3863         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3864           Require libcdio >= 0.76.
3865
3866 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3867
3868         * gst/avi/gstavidemux.c:
3869         Catch UNEXPECTED when downstream has reached end of
3870         segment in reverse mode.
3871
3872 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3873
3874         * gst/avi/gstavidemux.c:
3875         Fix typo in comment
3876
3877 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3878
3879         * gst/avi/gstavidemux.c:
3880         Because we don't know the frame order we need to push till
3881         the next keyframe
3882
3883 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3884
3885         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3886
3887         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3888         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3889         Provide a custom negotiation function to make sure to pick the highest
3890         possible framerate and resolution. Fixes bug #536646.
3891
3892 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3893
3894         * gst/avi/gstavidemux.c:
3895         Set EOS when going out of the segment in reverse playback
3896
3897 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3898
3899         * ext/taglib/Makefile.am::
3900           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3901           taglib headers (with gcc 4.3.1).
3902
3903 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3904
3905         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3906         Use the new gst_rtsp_connection_get_ip() to access the IP address
3907         of a GstRTSPConnection since it is a private member.
3908
3909 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3910
3911         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3912         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3913           Use new utility functions in libgsttag to process coverart (#512333).
3914
3915 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3916
3917         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3918         We actually support left/side, right/side and mid/side files. The
3919         conversion to normal, interleaved stereo is done by libflac.
3920
3921 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3922
3923         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3924         (gst_ebml_write_set_cache):
3925         Unref the write cache in finalize if it was set and add add "FIXME"
3926         to a comment that needs it.
3927
3928 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3929
3930         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3931
3932         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3933         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3934         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3935         (gst_avi_demux_process_next_entry):
3936         * gst/avi/gstavidemux.h:
3937         Implement reverse playback. Fixes #535300.
3938         Small cleanups.
3939
3940 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3941
3942         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3943         (gst_videomixer_query_latency):
3944         When using gst_element_iterate_pads() one has to unref every pad
3945         after usage.
3946
3947 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3948
3949         Patch by: Bastien Nocera <hadess at hadess dot net>
3950         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3951         (qtdemux_parse_udta):
3952         * gst/qtdemux/qtdemux_fourcc.h:
3953         Improve meta-data handling, add 'comment', 'description' and
3954         'copyright' tag handling.
3955         Fixes #535935
3956
3957 2008-05-31  Julien Moutte  <julien@fluendo.com>
3958
3959         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3960         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3961         (gst_qtdemux_seek_to_previous_keyframe),
3962         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3963         we don't clip the segment's stop using the main segment duration as
3964         that could crop quite some video frames. Make reverse playback support
3965         more robust and support edit lists. Support seeking to the last frame,
3966         and fix reverse looping playback. Add some debugging.
3967         * win32/common/config.h: Updated.
3968
3969 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
3970
3971         * gst/equalizer/gstiirequalizer.c:
3972         (gst_iir_equalizer_transform_ip):
3973         Don't clip float/double samples, correctly unset passthrough mode
3974         and use better rounding for integer samples.
3975
3976 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
3977
3978         * gst/equalizer/gstiirequalizer.c:
3979         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
3980         (setup_filter), (set_passthrough), (update_coefficients),
3981         (gst_iir_equalizer_compute_frequencies),
3982         (gst_iir_equalizer_transform_ip):
3983         * gst/equalizer/gstiirequalizer.h:
3984         Update the filter coefficients only when needed in the transform_ip
3985         function and correctly set the element into passthrough mode if the
3986         gain of all bands is 0.
3987
3988 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3989
3990         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
3991
3992         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
3993         (gst_alpha_set_property), (gst_alpha_get_property),
3994         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
3995         Try to skip pixels or areas that are too dark or too bright for us to do
3996         meaningfull color detection.
3997         Added properties to control the sensitivity to light and darkness.
3998         Added some small cleanups. Fixes #512345.
3999
4000 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4001
4002         * docs/plugins/.cvsignore:
4003         * tests/check/elements/.cvsignore:
4004         Ignore some more generated things
4005
4006         * tests/check/Makefile.am:
4007         Ignore OSS elements in the state changes test too.
4008
4009 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4010
4011         * docs/plugins/Makefile.am:
4012         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4013         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4014         Add SMPTE effect elements to docs.
4015
4016 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4017
4018         * docs/plugins/Makefile.am:
4019         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4020         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4021         * ext/raw1394/gstdv1394src.c:
4022           Document whats first shown on the fdo plugin docs page :)
4023
4024 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4025
4026         * docs/plugins/Makefile.am:
4027         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4028         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4029         * docs/plugins/gst-plugins-good-plugins.args:
4030         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4031         * docs/plugins/inspect/plugin-audiofx.xml:
4032         * gst/audiofx/Makefile.am:
4033         * gst/audiofx/audiofx.c:
4034         * gst/audiofx/audiokaraoke.c:
4035         * gst/audiofx/audiokaraoke.h:
4036         * gst/audiofx/audiovoice.c:
4037         * gst/audiofx/audiovoice.h:
4038           Rename audiovoice to audiokaraoke and add it to the docs.
4039
4040 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4041
4042         * REQUIREMENTS:
4043         * docs/plugins/Makefile.am:
4044         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4045         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4046         * docs/plugins/gst-plugins-good-plugins.args:
4047         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4048         * docs/plugins/gst-plugins-good-plugins.interfaces:
4049         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4050         * docs/plugins/inspect/plugin-aasink.xml:
4051         * docs/plugins/inspect/plugin-alaw.xml:
4052         * docs/plugins/inspect/plugin-alpha.xml:
4053         * docs/plugins/inspect/plugin-alphacolor.xml:
4054         * docs/plugins/inspect/plugin-annodex.xml:
4055         * docs/plugins/inspect/plugin-apetag.xml:
4056         * docs/plugins/inspect/plugin-audiofx.xml:
4057         * docs/plugins/inspect/plugin-auparse.xml:
4058         * docs/plugins/inspect/plugin-autodetect.xml:
4059         * docs/plugins/inspect/plugin-avi.xml:
4060         * docs/plugins/inspect/plugin-cacasink.xml:
4061         * docs/plugins/inspect/plugin-cairo.xml:
4062         * docs/plugins/inspect/plugin-cdio.xml:
4063         * docs/plugins/inspect/plugin-cutter.xml:
4064         * docs/plugins/inspect/plugin-debug.xml:
4065         * docs/plugins/inspect/plugin-dv.xml:
4066         * docs/plugins/inspect/plugin-efence.xml:
4067         * docs/plugins/inspect/plugin-effectv.xml:
4068         * docs/plugins/inspect/plugin-equalizer.xml:
4069         * docs/plugins/inspect/plugin-esdsink.xml:
4070         * docs/plugins/inspect/plugin-flac.xml:
4071         * docs/plugins/inspect/plugin-flxdec.xml:
4072         * docs/plugins/inspect/plugin-gamma.xml:
4073         * docs/plugins/inspect/plugin-gconfelements.xml:
4074         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4075         * docs/plugins/inspect/plugin-goom.xml:
4076         * docs/plugins/inspect/plugin-goom2k1.xml:
4077         * docs/plugins/inspect/plugin-halelements.xml:
4078         * docs/plugins/inspect/plugin-icydemux.xml:
4079         * docs/plugins/inspect/plugin-id3demux.xml:
4080         * docs/plugins/inspect/plugin-jpeg.xml:
4081         * docs/plugins/inspect/plugin-level.xml:
4082         * docs/plugins/inspect/plugin-matroska.xml:
4083         * docs/plugins/inspect/plugin-monoscope.xml:
4084         * docs/plugins/inspect/plugin-mulaw.xml:
4085         * docs/plugins/inspect/plugin-multifile.xml:
4086         * docs/plugins/inspect/plugin-multipart.xml:
4087         * docs/plugins/inspect/plugin-navigationtest.xml:
4088         * docs/plugins/inspect/plugin-ossaudio.xml:
4089         * docs/plugins/inspect/plugin-png.xml:
4090         * docs/plugins/inspect/plugin-quicktime.xml:
4091         * docs/plugins/inspect/plugin-rtp.xml:
4092         * docs/plugins/inspect/plugin-rtsp.xml:
4093         * docs/plugins/inspect/plugin-smpte.xml:
4094         * docs/plugins/inspect/plugin-soup.xml:
4095         * docs/plugins/inspect/plugin-spectrum.xml:
4096         * docs/plugins/inspect/plugin-speex.xml:
4097         * docs/plugins/inspect/plugin-taglib.xml:
4098         * docs/plugins/inspect/plugin-udp.xml:
4099         * docs/plugins/inspect/plugin-video4linux2.xml:
4100         * docs/plugins/inspect/plugin-videobalance.xml:
4101         * docs/plugins/inspect/plugin-videobox.xml:
4102         * docs/plugins/inspect/plugin-videocrop.xml:
4103         * docs/plugins/inspect/plugin-videoflip.xml:
4104         * docs/plugins/inspect/plugin-videomixer.xml:
4105         * docs/plugins/inspect/plugin-wavenc.xml:
4106         * docs/plugins/inspect/plugin-wavpack.xml:
4107         * docs/plugins/inspect/plugin-wavparse.xml:
4108         * docs/plugins/inspect/plugin-ximagesrc.xml:
4109         * ext/aalib/gstaasink.c:
4110         * ext/libcaca/gstcacasink.c:
4111           Document aasink and cacasink.
4112
4113 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4114
4115         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4116         (gst_videomixer_init), (gst_videomixer_query_duration),
4117         (gst_videomixer_query_latency), (gst_videomixer_query),
4118         (gst_videomixer_blend_buffers):
4119         * gst/videomixer/videomixer.h:
4120         Implement position (in time), duration and latency queries.
4121
4122 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4123
4124         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4125         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4126         (gst_videomixer_fill_queues), (forward_event_func),
4127         (forward_event), (gst_videomixer_src_event),
4128         (gst_videomixer_sink_event):
4129         * gst/videomixer/videomixer.h:
4130         Implement proper seek/newsegment handling.
4131         Based on adder's implementation.
4132         Fixes #535121
4133
4134 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4135
4136         Patch by: Jan Gerber <j at oil21 dot org>
4137
4138         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4139         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4140
4141 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4142
4143         * gst/audiofx/Makefile.am:
4144         * gst/audiofx/audiofx.c: (plugin_init):
4145         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4146         (gst_audio_voice_class_init), (gst_audio_voice_init),
4147         (update_filter), (gst_audio_voice_set_property),
4148         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4149         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4150         (gst_audio_voice_transform_ip):
4151         * gst/audiofx/audiovoice.h:
4152         Add simple voice removal element. Yay karaoke.
4153
4154 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4155
4156         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4157
4158         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4159         Fix potential caps leak.
4160         If we can't get the framerate with an ioctl, try to get it with the
4161         current norm. Fixes #520092.
4162
4163 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4164
4165         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4166
4167         * sys/v4l2/v4l2src_calls.c:
4168         (gst_v4l2src_probe_caps_for_format_and_size):
4169         If we fail to get the frame intervals, simply don't touch the framerates
4170         on the template caps instead of discarding the format. See #520092.
4171
4172 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4173
4174         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4175
4176         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4177         (gst_v4l2_get_caps_info):
4178         Add NV12, NV21 and bayer support. See #520092.
4179
4180 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4181
4182         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4183         (gst_qtdemux_activate_segment):
4184         Unbreak segment activation again. Fixes #531672.
4185
4186 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4187
4188         * ext/flac/Makefile.am:
4189         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4190         Set the channel layout when decoding FLAC files with more than 2
4191         channels as defined by the FLAC spec. Fixes bug #534570.
4192
4193         Also don't try to decode left/side, right/side and mid/side files
4194         as we don't support this at all.
4195
4196 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4197
4198         * configure.ac:
4199           We need -base CVS (rtsp).
4200
4201 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4202
4203         * gst/udp/Makefile.am:
4204           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4205           when including netdb.h when building against glibc >= 2.8.
4206
4207 2008-05-22  Julien Moutte  <julien@fluendo.com>
4208
4209         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4210         debug statement arguments.
4211         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4212         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4213         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4214         on more platforms.
4215
4216 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4217
4218         * tests/check/elements/avimux.c: (setup_src_pad),
4219         (teardown_src_pad):
4220         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4221         (GST_START_TEST):
4222         * tests/check/elements/matroskamux.c: (setup_src_pad),
4223         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4224         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4225         (GST_START_TEST):
4226         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4227         (setup_wavpackparse), (cleanup_wavpackparse):
4228         Don't use gst_element_get_pad(), it's a bad, bad method.
4229
4230 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4231
4232         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4233         (do_toggle_element):
4234         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4235         (do_toggle_element):
4236         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4237         (do_toggle_element):
4238         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4239         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4240         (do_toggle_element):
4241         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4242         (do_toggle_element):
4243         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4244         (gst_auto_audio_sink_detect):
4245         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4246         (gst_auto_video_sink_detect):
4247         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4248         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4249         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4250         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4251         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4252         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4253         * tests/icles/videocrop-test.c: (test_with_caps),
4254         (video_crop_get_test_caps):
4255         Don't use gst_element_get_pad(), it's a bad method.
4256
4257 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4258
4259         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4260         (gst_multiudpsink_add_internal):
4261         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4262         (gst_udp_join_group):
4263         * gst/udp/gstudpnetutils.h:
4264         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4265         Joining a multicast group and setting the loop/ttl properties are
4266         totally unrelated tasks are must be separated.
4267
4268 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4269
4270         * gst/avi/gstavimux.c:
4271           Also support alaw/mulaw.
4272
4273 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4274
4275         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4276         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4277         * gst/udp/gstmultiudpsink.h:
4278         Add a fixme for the auto-multicast property.
4279         Fix some confusing debug messages.
4280         Disable setting a qos value by default.
4281
4282 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4283
4284         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4285
4286         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4287         Ignore EPERM errors from sendto. Fixes #533619.
4288
4289 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4290
4291         Patch by: Henrik Eriksson <henriken at axis dot com>
4292
4293         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4294         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4295         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4296         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4297         * gst/udp/gstmultiudpsink.h:
4298         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4299
4300 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4301
4302         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4303         Improve debugging of the ident.
4304
4305 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4306
4307         Patch by: Bruno Santos <brunof at ua dot pt>
4308
4309         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4310         (gst_udp_join_group), (gst_udp_leave_group),
4311         (gst_udp_is_multicast):
4312         * gst/udp/gstudpnetutils.h:
4313         Provide a bunch of helper methods to deal with IPv4 and IPv6
4314         transparently.
4315
4316         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4317         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4318         (gst_multiudpsink_get_property), (join_multicast),
4319         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4320         (gst_multiudpsink_remove):
4321         * gst/udp/gstmultiudpsink.h:
4322         Add multicast TTL and loopback properties.
4323         Use the helper methods to implement ip4 and ip6.
4324
4325         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4326         * gst/udp/gstudpsrc.h:
4327         Use the helper methods to implement ip4 and ip6.
4328         Fixes #515962.
4329
4330 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4331
4332         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4333
4334         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4335         (gst_multipart_demux_get_gstname),
4336         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4337         * gst/multipart/multipartdemux.h:
4338         Don't blindly copy the mime-type as the caps name because they not
4339         always map directly. Instead use a hashtable with common mappings.
4340         Fixes #533287.
4341
4342 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4343
4344         * ext/esd/esdsink.c: (gst_esdsink_write):
4345         When we post an error, we must return -1 to let the parent know that we
4346         cannot write the segment else it will loop and continue to call us again
4347         forever. Patch by Michael Meeks.
4348
4349 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4350
4351         * gst/videomixer/videomixer.c:
4352           Add missing incudes.
4353
4354 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4355
4356         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4357         (gst_rtp_h264_pay_handle_buffer):
4358         * gst/rtp/gstrtph264pay.h:
4359         Correct a typo (sinle -> single).
4360
4361 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4362
4363         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4364         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4365         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4366         (gst_rtp_h264_depay_process):
4367         * gst/rtp/gstrtph264depay.h:
4368         Add experimental support for outputting quicktime-like AVC output in
4369         addition to the existing bytestream output.
4370
4371         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4372         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4373         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4374         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4375         (gst_rtp_h264_pay_get_property):
4376         * gst/rtp/gstrtph264pay.h:
4377         Make the parsing mode configurable, for some inputs we don't need to
4378         scan every byte for start codes.
4379         Only set the marker bit on ACCESS units.
4380
4381 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4382
4383         * gst/equalizer/gstiirequalizer.c:
4384         Use a bigger type in integer mode for the intermediate results to
4385         prevent overflows. This fixes the crippled sound when using the
4386         equalizer in integer mode. Fixes bug #510865.
4387
4388 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4389
4390         * gst/videomixer/videomixer.c:
4391         * gst/videomixer/videomixer.h:
4392         Instead of a random number for the request pad id's,
4393         use a counter.
4394
4395         Register the videomixerpad class from the element's class_init
4396         where it's safer, and allows the docs generator to scan it.
4397
4398 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4399
4400         * gst/smpte/Makefile.am:
4401         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4402         * gst/smpte/gstsmpte.h:
4403         * gst/smpte/gstsmptealpha.c:
4404         (gst_smpte_alpha_transition_type_get_type),
4405         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4406         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4407         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4408         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4409         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4410         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4411         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4412         * gst/smpte/gstsmptealpha.h:
4413         * gst/smpte/plugin.c: (plugin_init):
4414         Add new plugin that adds the SMPTE transition in the alpha channel of
4415         I420 and AYUV frames so that they can be blended with videomixer later
4416         on. Uses all niceties such as using base transform for efficient alloc
4417         and negotiation. It currently requires GstController to control the
4418         position in the transition effect.
4419
4420 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4421
4422         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4423         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4424         * docs/plugins/gst-plugins-good-plugins.args:
4425         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4426         * docs/plugins/gst-plugins-good-plugins.interfaces:
4427         * docs/plugins/gst-plugins-good-plugins.types:
4428         * gst/videomixer/videomixer.c:
4429           Try using thaytans new mechanism to get extra classes into plugin
4430           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4431           missing still.
4432
4433 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4434
4435         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4436         Set proper rate in avi stream header for PCM audio, and also do some
4437         more sanity checks on caps in this case.  Fixes #511489.
4438
4439 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4440
4441         * sys/v4l2/gstv4l2src.c:
4442         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4443         isn't implemented at all yet and this requires X headers to be
4444         installed. Fixes bug #533264.
4445
4446 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4447
4448         reviewed by: <delete if not using a buddy>
4449
4450         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4451         (gst_ebml_write_set_cache):
4452         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4453         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4454         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4455         (gst_matroska_demux_read_track_encodings),
4456         (gst_matroska_demux_add_stream),
4457         (gst_matroska_demux_handle_src_query),
4458         (gst_matroska_demux_init_stream),
4459         (gst_matroska_demux_parse_index_cuetrack),
4460         (gst_matroska_demux_parse_index_pointentry),
4461         (gst_matroska_demux_parse_info),
4462         (gst_matroska_demux_parse_metadata_id_simple_tag),
4463         (gst_matroska_demux_parse_metadata),
4464         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4465         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4466         (gst_matroska_demux_parse_cluster),
4467         (gst_matroska_demux_parse_contents_seekentry),
4468         (gst_matroska_demux_loop_stream_parse_id),
4469         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4470         (gst_matroska_demux_audio_caps),
4471         (gst_matroska_demux_subtitle_caps):
4472         * gst/matroska/matroska-demux.h:
4473         * gst/matroska/matroska-ids.c:
4474         (gst_matroska_track_init_subtitle_context):
4475         * gst/matroska/matroska-ids.h:
4476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4477         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4478         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4479         * sys/v4l2/gstv4l2src.c:
4480         * tests/check/pipelines/wavpack.c: (bus_handler):
4481         * win32/common/config.h:
4482
4483 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4484
4485         * ext/wavpack/gstwavpackstreamreader.c:
4486         * tests/examples/spectrum/demo-audiotest.c:
4487         * tests/examples/spectrum/demo-osssrc.c:
4488         Fix some compiler warnings.
4489
4490 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4491
4492         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4493         Small comment added.
4494
4495         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4496         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4497         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4498         Debug string cleanups (remove trailing \n)
4499         Refactor and clean up the payloader a bit and make sure that we only
4500         put one NAL unit in an RTP packet even if the input buffer contains
4501         multiple NAL units.
4502         Add suport for AVC format input.
4503
4504 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4505
4506         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4507         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4508         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4509         * gst/rtp/gstrtph264pay.h:
4510         Make it possible to specify profile-level-id and sprop-parameter-sets
4511         using properties in case they are not available in-stream.
4512
4513 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4514
4515         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4516         * docs/plugins/gst-plugins-good-plugins.args:
4517         * docs/plugins/inspect/plugin-ladspa.xml:
4518           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4519
4520 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4521
4522         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4523         Send an initial BYTE segment to inform downstream of later seeking,
4524         and to forego sync attempts.
4525
4526 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4527
4528         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4529         Fix wrong caps string.
4530
4531 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4532
4533         Based on patch by: Olivier Crete <tester at tester dot ca>
4534
4535         * gst/rtp/Makefile.am:
4536         * gst/rtp/gstrtp.c: (plugin_init):
4537         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4538         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4539         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4540         (gst_rtp_g729_depay_plugin_init):
4541         * gst/rtp/gstrtpg729depay.h:
4542         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4543         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4544         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4545         * gst/rtp/gstrtpg729pay.h:
4546         Added G729 pay and depayloaders. Fixes #532409.
4547
4548 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4549
4550         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4551         Fix the calculation of the duration of the concealment packets.
4552
4553 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4554
4555         Based on patch by: Olivier Crete <tester at tester dot ca>
4556
4557         * gst/rtp/Makefile.am:
4558         * gst/rtp/gstrtp.c: (plugin_init):
4559         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4560         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4561         (parse_encode), (gst_rtp_dv_depay_setcaps),
4562         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4563         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4564         (gst_rtp_dv_depay_plugin_init):
4565         * gst/rtp/gstrtpdvdepay.h:
4566         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4567         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4568         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4569         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4570         (gst_dv_pay_negotiate), (include_dif),
4571         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4572         * gst/rtp/gstrtpdvpay.h:
4573         Add DV pay and depayloaders. Fixes #532423.
4574
4575 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4576
4577         * gst/matroska/matroska-demux.c:
4578         (gst_matroska_demux_push_dvd_clut_change_event):
4579         Convert subtitle palette info in VobSub private data from VobSub's
4580         (buggy) RGB to YUV.
4581
4582 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4583
4584         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4585         Do not leave fourcc stream header field empty upon reset.
4586         Fixes #519301.
4587
4588 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4589
4590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4592         * docs/plugins/inspect/plugin-goom.xml:
4593         * docs/plugins/inspect/plugin-goom2k1.xml:
4594         * gst/goom/gstgoom.c:
4595         * gst/goom2k1/gstgoom.c:
4596         Add goom2k1 into the docs.
4597
4598 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4599
4600         Based on patch by: Wouter Cloetens  <wouter at mind be>
4601
4602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4603         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4604         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4605         (gst_rtsp_decode_quoted_string),
4606         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4607         (gst_rtspsrc_setup_auth):
4608         Support Digest authentication. Fixes #532065.
4609
4610 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4611
4612         * gst/level/gstlevel.c:
4613           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4614           about whats needed for liboil acceleration. Simplify docs a bit.
4615
4616 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4617
4618         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4619
4620         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4621         Update the track duration if the old one was invalid.
4622         Fixes bug #532117.
4623
4624 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4625
4626         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4627           Use GST_STR_NULL when trying to print sps and pps strings that could
4628           be NULL, as this might crash on some platforms.
4629
4630 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4631
4632         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4633
4634         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4635           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4636           set after creating the clipper.
4637
4638 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4639
4640         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4641
4642         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4643           Added checking of surface lost case after an unsuccessful
4644           IDirectDrawSurface7_Lock() call.
4645           If surface is lost, return GST_FLOW_OK.
4646
4647 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4648
4649         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4650
4651         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4652           WndProc, gst_directdraw_sink_window_thread):
4653           Improved Windows message loop and fixed window destruction issue.
4654           When the window which DirectDraw is rendering to is destroyed, the
4655           render/show_frame function will return GST_FLOW_ERROR.
4656           Partially fixes #520885.
4657
4658 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4659
4660         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4661
4662         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4663           Fixed mid stream resolution change bug, the offscreen surface is now
4664           released when set_caps is called.
4665           Partially fixes #520885.
4666
4667 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4668
4669         * sys/directdraw/gstdirectdrawsink.c
4670           (gst_directdraw_sink_buffer_alloc):
4671           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4672           width/height.
4673
4674           Especially when looking through the pool of buffers, make sure that
4675           the width/height of caps is used instead of the already negotiated
4676           dimensions.
4677           For example if a buffer with different caps is requested, i.e.
4678           higher resolution, the caller would get a buffer with the old
4679           dimensions and thus corrupt the heap.
4680
4681 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4682
4683         * sys/directdraw/gstdirectdrawsink.c
4684           (gst_directdraw_sink_buffer_alloc):
4685           Clear the flags on recycled buffers from buffer_alloc.
4686           Partially fixes #520885.
4687
4688 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4689
4690         * gst/rtp/gstrtpilbcpay.c:
4691           Added missing stdlib.h include for strtol(), and made include ordering and
4692           style consistent with the corresponding depayloader.
4693
4694 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4695
4696         * configure.ac:
4697           Error out if we don't have the required core/base versions.
4698
4699 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4700
4701         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4702
4703         * sys/osxvideo/cocoawindow.m:
4704         Fix compiler warnings on PPC64. Fixes bug #499318.
4705
4706 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4707
4708         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4709
4710         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4711         Don't leak file descriptors on error. Fixes #531532.
4712
4713 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4714
4715         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4716         (gst_gconf_audio_src_change_state):
4717         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4718         (gst_gconf_video_sink_change_state):
4719         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4720         (gst_gconf_video_src_change_state):
4721         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4722         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4723         When we can't create a fakesink/fakesrc complain instead of unreffing
4724         NULL pointers and crashing later. See bug #530535.
4725
4726 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4727
4728         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4729         Add some more debug info and guard against small payloads.
4730
4731         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4732         Set duration on outgoing buffers because we can.
4733
4734 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4735
4736         Patch by: Olivier Crete <tester at tester dot ca>
4737
4738         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4739         (gst_speex_enc_init), (gst_speex_enc_chain):
4740         Add negotiation for the speex channels and rate. Fixes #465146.
4741
4742 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4743
4744         Patch by: Olivier Crete <tester at tester dot ca>
4745
4746         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4747         (gst_rtp_speex_pay_getcaps):
4748         Add negotiation for the speex channels and rate. See #465146.
4749
4750 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4751
4752         Patch by: Olivier Crete <tester at tester dot ca>
4753
4754         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4755         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4756         Add negotiation for the ILBC mode. See #465146.
4757
4758 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4759
4760         * ext/soup/gstsouphttpsrc.c:
4761           Include stdlib to fix the build. Use g_free instead of free, libsoup
4762           uses glib.
4763
4764 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4765
4766         Patch by: j^ <j@bootlab.org>
4767
4768         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4769         Add more mpeg2 variants. Fixes #530886.
4770
4771 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4772
4773         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4774
4775         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4776           Don't error out if we get an ICMP destination-unreachable
4777           message when trying to read packets on win32 (#529454).
4778
4779 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4780
4781         * configure.ac:
4782         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4783           Use new error code for encrypted streams (which requires core CVS).
4784
4785 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4786
4787         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4788           (gst_qtdemux_audiosrc_template):
4789           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4790
4791 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4792
4793         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4794         (speex_dec_chain_parse_data):
4795         Produce concealment data when time progresses in a segment update.
4796
4797 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4798
4799         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4800         (speex_dec_chain):
4801         Try to preserve input timestamps when we can.
4802         Do beginnings of error concealment.
4803
4804 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4805
4806         * gst/debug/gstnavigationtest.c:
4807           MSVC doesn't provide rint(), define an adequate replacement locally as
4808           elsewhere.
4809
4810 2008-04-28  Julien Moutte  <julien@fluendo.com>
4811
4812         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4813         format to pacify Mac OSX's gcc.
4814
4815 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4816
4817         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4818           (DEFAULT_MAX), (src_template), (sink_template),
4819           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4820           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4821           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4822           Bring rndbuffersize element into a state that doesn't require us
4823           to move it to -bad immediately. For one, fix up default min/max
4824           values so that the element actuall works using the default values.
4825           Also, don't ignore flow return values and do some kind of minimal
4826           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4827           other gratuitious clean-ups.
4828
4829 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4830
4831         * docs/plugins/Makefile.am:
4832         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4833         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4834         * docs/plugins/gst-plugins-good-plugins.args:
4835         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4836         * docs/plugins/gst-plugins-good-plugins.interfaces:
4837         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4838         * docs/plugins/inspect/plugin-1394.xml:
4839         * docs/plugins/inspect/plugin-aasink.xml:
4840         * docs/plugins/inspect/plugin-alaw.xml:
4841         * docs/plugins/inspect/plugin-alpha.xml:
4842         * docs/plugins/inspect/plugin-alphacolor.xml:
4843         * docs/plugins/inspect/plugin-annodex.xml:
4844         * docs/plugins/inspect/plugin-apetag.xml:
4845         * docs/plugins/inspect/plugin-audiofx.xml:
4846         * docs/plugins/inspect/plugin-auparse.xml:
4847         * docs/plugins/inspect/plugin-autodetect.xml:
4848         * docs/plugins/inspect/plugin-avi.xml:
4849         * docs/plugins/inspect/plugin-cacasink.xml:
4850         * docs/plugins/inspect/plugin-cairo.xml:
4851         * docs/plugins/inspect/plugin-cdio.xml:
4852         * docs/plugins/inspect/plugin-cutter.xml:
4853         * docs/plugins/inspect/plugin-debug.xml:
4854         * docs/plugins/inspect/plugin-dv.xml:
4855         * docs/plugins/inspect/plugin-efence.xml:
4856         * docs/plugins/inspect/plugin-effectv.xml:
4857         * docs/plugins/inspect/plugin-equalizer.xml:
4858         * docs/plugins/inspect/plugin-esdsink.xml:
4859         * docs/plugins/inspect/plugin-flac.xml:
4860         * docs/plugins/inspect/plugin-flxdec.xml:
4861         * docs/plugins/inspect/plugin-gamma.xml:
4862         * docs/plugins/inspect/plugin-gconfelements.xml:
4863         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4864         * docs/plugins/inspect/plugin-goom.xml:
4865         * docs/plugins/inspect/plugin-halelements.xml:
4866         * docs/plugins/inspect/plugin-icydemux.xml:
4867         * docs/plugins/inspect/plugin-id3demux.xml:
4868         * docs/plugins/inspect/plugin-jpeg.xml:
4869         * docs/plugins/inspect/plugin-level.xml:
4870         * docs/plugins/inspect/plugin-matroska.xml:
4871         * docs/plugins/inspect/plugin-monoscope.xml:
4872         * docs/plugins/inspect/plugin-mulaw.xml:
4873         * docs/plugins/inspect/plugin-multifile.xml:
4874         * docs/plugins/inspect/plugin-multipart.xml:
4875         * docs/plugins/inspect/plugin-navigationtest.xml:
4876         * docs/plugins/inspect/plugin-ossaudio.xml:
4877         * docs/plugins/inspect/plugin-png.xml:
4878         * docs/plugins/inspect/plugin-quicktime.xml:
4879         * docs/plugins/inspect/plugin-rtp.xml:
4880         * docs/plugins/inspect/plugin-rtsp.xml:
4881         * docs/plugins/inspect/plugin-shout2send.xml:
4882         * docs/plugins/inspect/plugin-smpte.xml:
4883         * docs/plugins/inspect/plugin-spectrum.xml:
4884         * docs/plugins/inspect/plugin-speex.xml:
4885         * docs/plugins/inspect/plugin-taglib.xml:
4886         * docs/plugins/inspect/plugin-udp.xml:
4887         * docs/plugins/inspect/plugin-video4linux2.xml:
4888         * docs/plugins/inspect/plugin-videobalance.xml:
4889         * docs/plugins/inspect/plugin-videobox.xml:
4890         * docs/plugins/inspect/plugin-videocrop.xml:
4891         * docs/plugins/inspect/plugin-videoflip.xml:
4892         * docs/plugins/inspect/plugin-videomixer.xml:
4893         * docs/plugins/inspect/plugin-wavenc.xml:
4894         * docs/plugins/inspect/plugin-wavpack.xml:
4895         * docs/plugins/inspect/plugin-wavparse.xml:
4896         * docs/plugins/inspect/plugin-ximagesrc.xml:
4897           Add docs for gdkpixbufsink; update docs to CVS version.
4898
4899 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4900
4901         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4902         Remove test sync-offset by default.
4903
4904 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4905
4906         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4907         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4908         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4909           Use GLib versions of htonl, htons, ntohl and ntohs in order
4910           to avoid problems on win32 (#529707).
4911
4912 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4913
4914         Patch by: Jesús Corrius <jesus at softcatala org>
4915
4916         * gst/goom/filters.c: (zoomVector):
4917         * gst/goom/goom_core.c: (init_buffers):
4918           Fix build with mingw32: use rand() instead of random() and
4919           replace bzero() with memset(). Fixes #529692.
4920
4921 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4922
4923         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4924         Fix typo in comments.
4925
4926         * tests/examples/rtp/client-H263p-PCMA.sdp:
4927         * tests/examples/rtp/client-H263p-PCMA.sh:
4928         * tests/examples/rtp/client-H264-PCMA.sdp:
4929         * tests/examples/rtp/client-H264-PCMA.sh:
4930         * tests/examples/rtp/client-H264.sdp:
4931         * tests/examples/rtp/client-H264.sh:
4932         * tests/examples/rtp/client-PCMA.sdp:
4933         * tests/examples/rtp/client-PCMA.sh:
4934         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4935         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4936         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4937         Add some more docs and fix examples.
4938
4939 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4940
4941         * tests/check/elements/multifile.c:
4942         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4943         declared in the former, some have it declared in the latter.
4944
4945 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4946
4947         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4948         * gst/debug/tests.c: (md5_get_value):
4949         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4950         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4951         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4952         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4953         Stop using deprecated GLib functions.
4954
4955 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4956
4957         * configure.ac:
4958         Back to development -> 0.10.8.1
4959
4960 === release 0.10.8 ===
4961
4962 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4963
4964         * configure.ac:
4965           releasing 0.10.8, "One For The Money"
4966
4967 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4968
4969         * configure.ac:
4970         0.10.7.4 pre-release
4971
4972 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4973
4974         * gst/goom/config_param.c: (goom_plugin_parameters_free):
4975         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
4976         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
4977         * gst/goom/flying_stars_fx.c: (fs_free):
4978         * gst/goom/goom_config_param.h:
4979         * gst/goom/goom_core.c: (goom_init), (goom_close):
4980         * gst/goom/goom_plugin_info.h:
4981         * gst/goom/gstgoom.c: (gst_goom_finalize):
4982         * gst/goom/lines.c: (goom_lines_free):
4983         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
4984         * gst/goom/surf3d.c: (grid3d_free):
4985         * gst/goom/surf3d.h:
4986         * gst/goom/tentacle3d.c: (tentacle_free):
4987         Free a bunch of stuff, and initialise things to fix leaks
4988         and valgrind warnings in the testsuite.
4989
4990         Fixes: #529268
4991
4992 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4993
4994         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
4995         (gst_rtspsrc_configure_caps):
4996         Ref caps as the return value for the request_pt_map signal.
4997         Remove some caps weirdness when configuring a stream. See #528245.
4998
4999 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5000
5001         * tests/icles/gdkpixbufsink-test.c:
5002           Add cast to placate gcc 4.1.2.
5003
5004 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5005
5006         * configure.ac:
5007         0.10.7.3 pre-release
5008
5009 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5010
5011         * tests/check/Makefile.am:
5012         Disable some more elements in the state test.
5013         Add a define so the soup test can find the test files
5014         it needs at runtime.
5015
5016         * tests/check/elements/souphttpsrc.c: (run_server):
5017
5018         Add a define so the soup test can find the test files
5019         it needs at runtime.
5020
5021 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5022
5023         * gst/goom/convolve_fx.c: (convolve_apply):
5024         Don't ever draw the GOOM logo.
5025         Fixes: #528615
5026
5027 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5028
5029         * ext/cdio/gstcdiocddasrc.c:
5030         * ext/dv/gstdvdemux.c: 
5031         gst_atomic_int_set ==> g_atomic_int_set
5032
5033 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5034
5035         * configure.ac:
5036         * gst/goom/Makefile.am:
5037         * gst/goom/convolve_fx.c:
5038         * gst/goom/default_scripts.h:
5039         * gst/goom/goom.h:
5040         * gst/goom/goom_core.c: (choose_a_goom_line):
5041         * gst/goom/goom_plugin_info.h:
5042         * gst/goom/goomsl.c:
5043         * gst/goom/goomsl.h:
5044         * gst/goom/goomsl_hash.c:
5045         * gst/goom/goomsl_hash.h:
5046         * gst/goom/goomsl_heap.c:
5047         * gst/goom/goomsl_heap.h:
5048         * gst/goom/goomsl_private.h:
5049         * gst/goom/plugin_info.c:
5050           Strip out the config/script parsing stuff, we don't need it.
5051           Fixes #527999.
5052
5053 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5054
5055         * gst/goom/plugin_info.c: (setOptimizedMethods):
5056           Disable altivec optimisations for 32-bit PPC as well to make
5057           things build properly on all PPC systems. Fixes #528143
5058
5059 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5060
5061         * gst-plugins-good.spec.in:
5062           Update for souphttpsrc plugin which has moved to -good.
5063
5064 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5065
5066         * gst/matroska/matroska-demux.c:
5067         (gst_matroska_demux_handle_seek_event):
5068         Fix open-ended seeks in matroskademux
5069         Patch by: Mark Nauwelaerts <manauw skynet be>
5070         Fixes: #526557
5071
5072 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5073
5074         * tests/check/Makefile.am:
5075         Add soup test certificates to the dist.
5076
5077 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5078
5079         * ext/Makefile.am:
5080         Remove LADSPA reference I missed.
5081
5082 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5083
5084         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5085         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5086         over gnome-vfs and everything else. Fixes bug #527848.
5087
5088 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5089
5090         * configure.ac:
5091         * ext/Makefile.am:
5092         Remove LADSPA plugin. Fixes: #515978
5093
5094 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5095
5096         * configure.ac:
5097         * docs/plugins/Makefile.am:
5098         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5099         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5100         * docs/plugins/gst-plugins-good-plugins.args:
5101         * docs/plugins/inspect/plugin-soup.xml:
5102         * ext/Makefile.am:
5103         * tests/check/Makefile.am:
5104         Move soup plugin from -bad (Fixes: #523124)
5105
5106 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5107
5108         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5109         Fix bounds checking of mode in Speex header, which may
5110         produce negative numbers in speex <= 1.1.12
5111
5112 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5113
5114         * gst/goom/Makefile.am:
5115         * gst/goom/gfontlib.c:
5116         * gst/goom/gfontlib.h:
5117         * gst/goom/gfontrle.c:
5118         * gst/goom/gfontrle.h:
5119         * gst/goom/goom.h:
5120         * gst/goom/goom_core.c: (goom_update):
5121         * gst/goom/goom_plugin_info.h:
5122         * gst/goom/gstgoom.c: (gst_goom_chain):
5123         * gst/goom/plugin_info.c:
5124           Remove a bunch of font/text related code that we don't need.
5125
5126 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5127
5128         * gst/goom/ppc_drawings.s:
5129         * gst/goom/ppc_zoom_ultimate.s:
5130           Change license of these files to LGPL, as permitted by the
5131           author, Guillaume Borios. See #515073.
5132
5133 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5134
5135         * gst/goom/convolve_fx.c:
5136         * gst/goom/motif_goom1.h:
5137         * gst/goom/motif_goom2.h:
5138           As hinted in Bug #518213, revert one change and fix warnings properly.
5139           This fixes both #518213 and #520073 for me.     
5140
5141 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5142
5143         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5144         * gst/matroska/matroska-demux.c:
5145         (gst_matroska_demux_handle_seek_event),
5146         (gst_matroska_demux_parse_contents_seekentry),
5147         (gst_matroska_demux_loop):
5148         Fix the Forte build by making function declaration signatures
5149         match the implementations.
5150
5151 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5154         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5155         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5156           More logging when probing (see #518474), some comments in _reset().
5157
5158 2008-04-07  Julien Moutte  <julien@fluendo.com>
5159
5160         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5161         because of a bad argument number.
5162
5163 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5164
5165         * tests/icles/.cvsignore:
5166         * tests/icles/Makefile.am:
5167         * tests/icles/gdkpixbufsink-test.c:
5168           Interactive test app for gdkpixbufsink.
5169
5170 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5171
5172         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5173
5174         * configure.ac:
5175         Actually build dlls when cross-compiling with mingw32.
5176         Fixes bug #526247.
5177
5178 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5181           Don't munge device string to 'default:x' for capture devices.
5182           Fixes #525833.
5183
5184 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5185
5186         * ext/wavpack/gstwavpackparse.c:
5187         (gst_wavpack_parse_index_entry_free):
5188         Always use GSlice as we actually depend on GLib 2.12 already.
5189
5190 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5191
5192         * configure.ac:
5193           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5194           Also bump the GLib requirement to the current de-facto requirement
5195           (ie. 2.12).
5196
5197 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5198
5199         * gst/rtp/gstrtph264pay.c: (encode_base64),
5200         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5201         * gst/rtp/gstrtph264pay.h:
5202         Parse codec_data for future AVC compatibility.
5203         Fail when we encounter AVC data for now.
5204
5205 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5206
5207         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5208           (gst_spectrum_init), (gst_spectrum_set_property),
5209           (gst_spectrum_get_property), (gst_spectrum_message_new):
5210           Rename property enums and default defines for the properties to match
5211           the property names and rephrase property descriptions to make them a
5212           bit clearer (hopefully). See #518188.
5213
5214 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5215
5216         * tests/check/Makefile.am:
5217         * tests/check/elements/.cvsignore:
5218         * tests/check/elements/gdkpixbufsink.c:
5219           Add unit test for gdkpixbufsink element.
5220
5221 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5222
5223         * ext/gdk_pixbuf/Makefile.am:
5224         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5225         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5226           (gst_gdk_pixbuf_sink_base_init),
5227           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5228           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5229           (gst_gdk_pixbuf_sink_set_caps),
5230           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5231           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5232           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5233           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5234           (gst_gdk_pixbuf_sink_get_property):
5235         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5236           Add gdkpixbufsink element for easy snapshotting (#525946).
5237
5238 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5239
5240         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5241         Bump timeout from 3 to 60 seconds.
5242
5243 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5244
5245         * tests/check/pipelines/.cvignore:
5246         Remove useless file.
5247
5248         * tests/check/pipelines/.cvsignore:
5249         Add new test to .cvsignore.
5250
5251 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5252
5253         * tests/check/Makefile.am:
5254         * tests/check/pipelines/wavpack.c: (bus_handler),
5255         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5256         (wavpack_suite), (main):
5257         Add unit test that encodes and decodes some data, checks that it
5258         is still the same and that all timestamps/offsets are perfect.
5259
5260 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5261
5262         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5263         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5264         * ext/wavpack/gstwavpackparse.c:
5265         (gst_wavpack_parse_index_entry_new),
5266         (gst_wavpack_parse_index_entry_free),
5267         (gst_wavpack_parse_base_init),
5268         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5269         Use GSlice for allocating index entries and use
5270         gst_element_class_set_details_simple().
5271
5272 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5273
5274         Patch by: Brian Cameron <brian.cameron at sun dot com>
5275
5276         * sys/sunaudio/gstsunaudio.c:
5277         * sys/sunaudio/gstsunaudiomixer.c:
5278         * sys/sunaudio/gstsunaudiomixer.h:
5279         * sys/sunaudio/gstsunaudiomixerctrl.c:
5280         * sys/sunaudio/gstsunaudiomixerctrl.h:
5281         * sys/sunaudio/gstsunaudiomixertrack.c:
5282         * sys/sunaudio/gstsunaudiomixertrack.h:
5283         * sys/sunaudio/gstsunaudiosink.c:
5284         * sys/sunaudio/gstsunaudiosink.h:
5285         * sys/sunaudio/gstsunaudiosrc.c:
5286         * sys/sunaudio/gstsunaudiosrc.h:
5287           Fix up copyrights (#525860).
5288
5289 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5290
5291         * gst/goom/goomsl.c: (gsl_read_file):
5292           Check return value of fread() to avoid compiler warnings.
5293
5294 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5295
5296         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5297
5298         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5299         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5300         * gst/law/alaw-decode.h:
5301         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5302         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5303         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5304         * gst/law/mulaw-decode.h:
5305         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5306         Make negotiation a bit modern.
5307         Use pad_alloc. Fixes #525359.
5308
5309 2008-03-31  David Schleef  <ds@schleef.org>
5310
5311         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5312           compiles consistently.  Fixes #522278.
5313
5314 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5315
5316         Patch by: Brian Cameron <brian.cameron at sun dot com>
5317
5318         * sys/sunaudio/gstsunaudiomixerctrl.c:
5319           (gst_sunaudiomixer_ctrl_get_volume),
5320           (gst_sunaudiomixer_ctrl_set_volume):
5321         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5322           Fix up the mixer tracks to use a volume range of 0-255, which is what
5323           the sun audio API uses. This simplifies the code and avoids rounding
5324           errors. Fixes #524593.
5325
5326 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5327
5328         * sys/v4l2/gstv4l2object.c:
5329         * sys/v4l2/gstv4l2object.h:
5330         Add device-fd property to make it possible to apps to call ioctl's.
5331
5332 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5333
5334         * gst/qtdemux/qtdemux.c: (next_entry_size):
5335         Unbreak streaming mode again.
5336
5337 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5338
5339         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5340           Remove superfluous DEBUG macro.
5341
5342 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5343
5344         Based on patch by: William M. Brack <wbrack at mmm com hk>
5345
5346         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5347           (gst_v4l2src_set_capture):
5348           Check whether the device supports setting the framerate before
5349           trying to set it and then posting a warning or error if it doesn't
5350           work (#516649, #520092). Also compare fractions more correctly.
5351
5352 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5353
5354         * gst/goom/Makefile.am:
5355           Remove ppc assembler optimisations from the build until they
5356           actually build (they also seem to have GPL headers).
5357
5358 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5359
5360         * m4/Makefile.am:
5361           Better not dist files that don't exist any longer (lrint*m4).
5362
5363 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5364
5365         * configure.ac:
5366         * m4/lrint.m4:
5367         * m4/lrintf.m4:
5368         Remove lrint/lrintf checks. We don't use it anywhere.
5369
5370 2008-03-18  Andy Wingo  <wingo@pobox.com>
5371
5372         * sys/osxvideo/osxvideosink.m
5373         (gst_osx_video_sink_osxwindow_destroy)
5374         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5375         task, whoopdee.
5376         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5377         2 ms.
5378
5379 2008-03-18  Andy Wingo  <wingo@pobox.com>
5380
5381         * sys/osxvideo/osxvideosink.m
5382         (gst_osx_video_sink_osxwindow_destroy)
5383         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5384         task, whoopdee.
5385         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5386         2 ms.
5387         
5388 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5389
5390         Patch by: William M. Brack <wbrack at mmm com hk>
5391
5392         * sys/v4l2/v4l2src_calls.c:
5393           (gst_v4l2src_probe_caps_for_format_and_size),
5394           (gst_v4l2src_probe_caps_for_format):
5395           Make sure the probed frame sizes are reversed in the resulting
5396           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5397           highest resolution first); also remove unused variable.
5398           (Partly fixes #520092)
5399
5400 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5401
5402         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5403
5404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5405         (gst_rtspsrc_finalize):
5406         Call WSAStartup() and WSACleanup before using the Winsock API.
5407         See #520808.
5408
5409 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5410
5411         * gst/avi/gstavidemux.c:
5412           Erm, the buffer-size is just guint, no need for the special format
5413           specifier.
5414
5415 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5416
5417         * gst/goom/plugin_info.c:
5418         * gst/goom/ppc_zoom_ultimate.h:
5419           Small fixes to build more on PPC: ifdef out code that uses unknown
5420           define; add newline at end of header file to avoid compiler warning.
5421           Assembler code still doesn't build though.
5422
5423 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5424
5425         * gst/avi/gstavidemux.c:
5426           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5427           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5428
5429 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5430
5431         * gst/avi/gstavidemux.c:
5432           Chunksize is uint32. Fix format specifier.
5433
5434 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5435
5436         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5437         mistake. Return file to pure MIT text.
5438
5439 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5440
5441         * gst/audiofx/audiofx.c:
5442         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5443         of hardcoding values.
5444
5445 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5446
5447         Patch by: Mark Nauwelaerts <manauw skynet be>
5448
5449         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5450           (gst_oss_src_close):
5451         * sys/oss/gstosssrc.h:
5452           Cache probed caps, so _get_caps() during recording doesn't cause
5453           ioctl calls which may disrupt the recording (fixes #521875).
5454
5455 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5456
5457         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5458         (gst_qtdemux_activate_segment),
5459         (gst_qtdemux_prepare_current_sample),
5460         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5461         Make sure we always send a DISCONT after a seek by setting the sample
5462         index to an undefined value after a seek.
5463
5464 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5467           (GST_IS_AVI_SUBTITLE_CLASS):
5468           Fix up IS_FOO macros, which makes gtk-doc much happier.
5469
5470 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5471
5472         * tests/icles/Makefile.am:
5473           Move the -lgstfoo where it belongs.
5474
5475 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5476
5477         * gst/matroska/ebml-ids.h:
5478         Add ID for EBML CRC32 elements.
5479
5480         * gst/matroska/Makefile.am:
5481         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5482         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5483         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5484         (gst_ebml_read_header):
5485         Support reading 80bit floats, add finalize method to clean up
5486         in any case, support reading length/id elements with any length
5487         as long as it's smaller than our supported maximum, don't leak
5488         buffers if reading as much data as we wanted failed and some
5489         smaller cleanup.
5490
5491 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5492
5493         Patch by: Olivier Crete <tester at tester dot ca>
5494
5495         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5496         Check that a buffer is large enough before reading from it.
5497         Fixes bug #521102.
5498         
5499 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5500
5501         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5502         Fix compilation after removing the GstPollMode from the
5503         constructor.
5504
5505 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5506
5507         * configure.ac:
5508         * gst/audiofx/Makefile.am:
5509         * gst/audiofx/audiochebband.c:
5510         * gst/audiofx/audiocheblimit.c:
5511         * gst/audiofx/math_compat.h:
5512         Check for sinh(), cosh() and asinh() and define our own
5513         implementations if they're not available. Fixes bug #520880.
5514
5515 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5516
5517         Patch by: Olivier Crete <tester at tester dot ca>
5518
5519         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5520         Unref the buffers only once when handling not-negotiated errors.
5521         Fixes bug #520764.
5522
5523 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5524
5525         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5526
5527         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5528         (gst_udpsrc_stop):
5529         Properly balance WSA_Cleanup with WSA_Startup.
5530         Also make the poll controllable on windows. Fixes #520888.
5531
5532 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5533
5534         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5535         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5536         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5537         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5538         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5539         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5540         (gst_ebml_read_date), (gst_ebml_read_master),
5541         (gst_ebml_read_binary), (gst_ebml_read_header):
5542         * gst/matroska/ebml-read.h:
5543         * gst/matroska/matroska-demux.c:
5544         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5545         (gst_matroska_demux_read_track_encodings),
5546         (gst_matroska_demux_add_stream),
5547         (gst_matroska_demux_handle_src_query),
5548         (gst_matroska_demux_handle_seek_event),
5549         (gst_matroska_demux_init_stream),
5550         (gst_matroska_demux_parse_tracks),
5551         (gst_matroska_demux_parse_index_cuetrack),
5552         (gst_matroska_demux_parse_index_pointentry),
5553         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5554         (gst_matroska_demux_parse_metadata_id_simple_tag),
5555         (gst_matroska_demux_parse_metadata_id_tag),
5556         (gst_matroska_demux_parse_metadata),
5557         (gst_matroska_demux_sync_streams),
5558         (gst_matroska_demux_push_hdr_buf),
5559         (gst_matroska_demux_push_flac_codec_priv_data),
5560         (gst_matroska_demux_push_xiph_codec_priv_data),
5561         (gst_matroska_demux_add_wvpk_header),
5562         (gst_matroska_demux_check_subtitle_buffer),
5563         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5564         (gst_matroska_demux_parse_cluster),
5565         (gst_matroska_demux_parse_contents_seekentry),
5566         (gst_matroska_demux_parse_contents),
5567         (gst_matroska_demux_loop_stream_parse_id),
5568         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5569         * gst/matroska/matroska-demux.h:
5570         * gst/matroska/matroska-ids.h:
5571         Handle return values from pull_range in a more granular way to properly
5572         shut down on seeks.
5573         Combine return values from push.
5574         Implement proper error handling.
5575         Prepare for handling seeking correctly.
5576
5577 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5578
5579         * gst/matroska/ebml-read.c:
5580         Use GINT64 formatting constants from GLIB.
5581
5582         * gst/matroska/matroska-demux.c:
5583         Add some guards to avoid a possible division by 0 and crashing
5584         with NULL events on some systems.
5585         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5586         conversion. 
5587
5588         * gst/matroska/matroska-mux.c:
5589         Check for invalid timestamps in a bunch of places to avoid
5590         writing bogus durations into the output file.
5591         Fix some double<->gint64 conversions that weren't using
5592         gst_guint64_to_gdouble
5593
5594 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5595
5596         * configure.ac:
5597         Move the checks for bison, flex and as to the program section and the
5598         check for gcc inline asm to the compiler characteristics section.
5599
5600 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5601
5602         * configure.ac:
5603         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5604         plug-ins are included/excluded. (#498222)
5605
5606 2008-02-29  Michael Smith <msmith@fluendo.com>
5607
5608         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5609           Don't call gst_object_sync_values() unless we have a valid timestamp.
5610
5611 2008-02-28  David Schleef  <ds@schleef.org>
5612
5613         * gst/matroska/matroska-demux.c:
5614         * gst/matroska/matroska-ids.h:
5615         * gst/matroska/matroska-mux.c:
5616           Fix Dirac mapping.  I had previously added a VfW-type
5617           mapping, but it looks like Dirac will get a native Matroska
5618           mapping, and this is the most likely method.
5619
5620 2008-02-28  David Schleef  <ds@schleef.org>
5621
5622         * gst/avi/gstavimux.c: Add Dirac encoding
5623
5624 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5625
5626         Patch by: Peter Kjellerstedt <pkj at axis com>
5627
5628         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5629         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5630         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5631         * gst/udp/gstudpsrc.h:
5632         Port to GstPoll. See #505417.
5633
5634 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5635
5636         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5637         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5638         yet on the srcpad. We need rate and channels before we
5639         can do any processing. Fixes bug #519088.
5640
5641 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5642
5643         * configure.ac:
5644         Detect and indicate if GCC inline assembly syntax is
5645         available.
5646
5647         * gst/goom/Makefile.am:
5648         * gst/goom/convolve_fx.c:
5649         * gst/goom/flying_stars_fx.c:
5650         * gst/goom/goom_config.h:
5651         * gst/goom/goom_core.c:
5652         * gst/goom/goomsl.c:
5653         * gst/goom/ifs.c:
5654         * gst/goom/mmx.c:
5655         * gst/goom/plugin_info.c:
5656         * gst/goom/xmmx.c:
5657         Fix various GCC-isms, and only build the inline assembly
5658         with compilers that support GCC inline assembly.
5659
5660         Fix a couple of other warnings shown with Forte.
5661
5662 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5663
5664         * gst/goom/xmmx.c:
5665           Use 'emms' instead of 'femms' to not crash on cpus that do not
5666           implement this 3dnow specific instruction.
5667
5668 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5669
5670         * gst/goom/plugin_info.c: (setOptimizedMethods):
5671         Use extended MMX for draw_line() too if available, not only
5672         normal MMX.
5673
5674 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5675
5676         * ext/jpeg/gstjpeg.c: (plugin_init):
5677         Remove (commented out) smoke typefinder. This is in base now.
5678
5679 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5680
5681         * gst/goom2k1/Makefile.am:
5682         * gst/goom2k1/gstgoom.c:
5683
5684         Rename the installed library, and don't register the same 
5685         GType name as the new goom.
5686
5687 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5688
5689         * configure.ac:
5690         * ext/taglib/Makefile.am:
5691           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5692           when building C++ code (#516509).
5693
5694 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5695
5696         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5697         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5698           (setOptimizedMethods):
5699           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5700           anything useful. Export goom debug category so we can get
5701           rid of the VERBOSE define and the printfs.
5702
5703 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5704
5705         * gst/goom/goomsl_heap.c: (align_it):
5706         * gst/goom/plugin_info.c: (setOptimizedMethods):
5707           Compile fixes for x86-64.
5708
5709 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5710
5711         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5712         with warnings, but add other CFLAGS
5713
5714         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5715         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5716         (calculate_labels), (gsl_read_file):
5717         * gst/goom/goomsl_lex.l:
5718         * gst/goom/goomsl_yacc.y:
5719         * gst/goom/plugin_info.c: Remove a few live printf, and
5720         fprintf, replace exit() calls with g_assert_not_reached()
5721         if it not optimal for a library
5722
5723 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5724
5725         * gst/goom/Makefile.am: Remove the warnings being disabled,
5726         fix linkage on x86, spotted by Sebastian Dröge
5727         <slomo@circular-chaos.org>
5728
5729         * gst/goom/convolve_fx.c (convolve_init),
5730         (create_output_with_brightness), (convolve_apply):
5731         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5732         * gst/goom/goomsl.c:
5733         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5734         * gst/goom/plugin_info.c:
5735         * gst/goom/tentacle3d.c (tentacle_fx_create):
5736         Fix warnings, and disable the motifs in the convolve_fx
5737         plugin (they were causing warnings, and they were just
5738         "Goom" in funny letterring)
5739
5740 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5741
5742         * configure.ac: Add checks for Flex/Yacc/Bison and other
5743         furry animals, for the new goom 2k4 based plugin
5744
5745         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5746         CPU optimisations (not working yet), move the old plugin to...
5747
5748         * gst/goom2k1/*: ... here, in case somebody is sick enough
5749
5750         Fixes #515073
5751
5752 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5753
5754         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5755         Post the server response code in an error message instead of a generic
5756         'error' message. Fixes #517237.
5757
5758 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5759
5760         * tests/check/Makefile.am:
5761         Ignore gconfaudiosrc for the states unit test too. It will fallback
5762         to alsasrc if the gconf settings can't be read and not everybody has
5763         alsa.
5764
5765 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5766
5767         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5768         (gst_wavpack_parse_create_src_pad):
5769         * ext/wavpack/gstwavpackparse.h:
5770         Always report the duration if we know it in push mode and don't
5771         return 0 just to make totem believe we can't seek in push mode.
5772         Newer totem version use the SEEKING query which properly reports
5773         if we can seek or not.
5774
5775 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5776
5777         Patch by: Jens Granseuer <jensgr at gmx dot net>
5778
5779         * tests/examples/equalizer/demo.c: (main):
5780         C89 fix, moving variable declarations to the beginning of
5781         the block. Fixes bug #517933.
5782
5783 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5784
5785         * configure.ac:
5786         Back to development...
5787
5788 === release 0.10.7 ===
5789
5790 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5791
5792         * configure.ac:
5793           releasing 0.10.7, "Red Door Black"
5794
5795 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5796
5797         * gst/alpha/Makefile.am:
5798         Link alpha plugin with libgstbase. Fixes bug #517386.
5799
5800 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5801
5802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5803         Init values to -1 instead of the default 0 value.
5804         Fixes #516524.
5805
5806 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5807
5808         * tests/examples/spectrum/spectrum-example.c:
5809         Add missing include to fix compilation when libxml usage is disabled.
5810         Fixes: #516371
5811
5812 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5813
5814         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5815         fixes: #514889
5816
5817         * gst/rtp/gstrtph264pay.c:
5818         * gst/rtp/gstrtpmp4gdepay.c:
5819         * gst/rtp/gstrtpmp4gpay.c:
5820         * gst/rtp/gstrtpmp4gpay.h:
5821         * gst/rtp/gstrtptheorapay.c:
5822         * gst/rtp/gstrtpvorbispay.c:
5823
5824         Fix various leaks shown up in valgrind
5825         - free sprops and buffer in error cases in H264 payloader
5826         - fix leak in mp4g depayloader when construction the caps
5827         - don't leak config string in the mp4g payloader
5828         - don't leak buffers and headers in theora and vorbis payloaders
5829
5830         * tests/check/elements/rtp-payloading.c:
5831
5832         Fix the RTP data test
5833         - Actually send valid amr data to the payloader instead of 20
5834         zero-bytes
5835         - The mp4g payloader expects codec_data on the caps
5836
5837 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5838
5839         * win32/MANIFEST:
5840         Add libgstpng.dsp to MANIFEST.
5841         * win32/vs6/libgstaudiofx.dsp:
5842         Add new source files to VS project file.
5843
5844 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5845
5846         * sys/ximage/gstximagesrc.c:
5847         Initialise variables when opening the X display rather
5848         than in _start(), as the display can be opened before that.
5849
5850         Fixes: #515985
5851
5852 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5853
5854         * sys/directdraw/gstdirectdrawsink.c:
5855         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5856         (gst_directdraw_sink_finalize):
5857         Properly chain up finalize functions. Fixes bug #515980.
5858
5859 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5860
5861         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5862         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5863         (gst_v4l2_buffer_pool_class_init):
5864         Chain up the finalize functions. Fixes bug #515984.
5865
5866 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5867
5868         * sys/ximage/ximageutil.c:
5869         Chain up in the finalize function for our custom
5870         buffer sub-class.
5871         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5872         Fixes: #515706
5873
5874 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5875
5876         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5877         (gst_fenced_buffer_class_init):
5878         Properly chain up finalize method. Fixes bug #515979.
5879
5880 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5881
5882         * sys/ximage/gstximagesrc.c:
5883         Free allocated Damage memory before closing our connection to the
5884         X server. Partially fixes: #515706
5885
5886 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5887
5888         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5889         * tests/check/Makefile.am:
5890         * tests/check/gst-plugins-good.supp:
5891         Add a few libjpeg suppressions and initialize a variable to
5892         make smokeenc valgrind clean. Fixes bug #515701.
5893
5894 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5895
5896         * gst/avi/gstavidemux.c:
5897         Revert patch which sends timestamps only on keyframes, as it
5898         breaks playback with current gst-ffmpeg.
5899
5900         Fixes: #515562
5901
5902 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5903
5904         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5905         * tests/check/elements/multifile.c: (GST_START_TEST):
5906         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5907
5908 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5909
5910         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5911         Use and unset the GError when pipeline creation fails instead of
5912         simply leaking it. Fixes bug #515704.
5913
5914 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5915
5916         * gst/audiofx/audioamplify.c:
5917         * gst/audiofx/audiochebband.c:
5918         * gst/audiofx/audiocheblimit.c:
5919         * gst/audiofx/audiodynamic.c:
5920         * gst/audiofx/audioinvert.c:
5921         * gst/audiofx/audiopanorama.c:
5922         * gst/audiofx/audiowsincband.c:
5923         * gst/audiofx/audiowsinclimit.c:
5924         Fix long description of audiofx elements. Fixes bug #515457.
5925
5926 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5927
5928         * docs/plugins/Makefile.am:
5929         * gst/spectrum/gstspectrum.c:
5930         * tests/examples/spectrum/.cvsignore:
5931         * tests/examples/spectrum/Makefile.am:
5932         * tests/examples/spectrum/spectrum-example.c:
5933
5934         Add a simple example application for the spectrum element, include it
5935         in the docs, and fix some documentation ambiguities.
5936
5937         Fixes: #348085
5938
5939 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5940
5941         * gst/equalizer/Makefile.am:
5942         * gst/spectrum/Makefile.am:
5943         Fix includes order
5944
5945         * tests/check/Makefile.am:
5946         Exclude v4l2src from the states test - it takes too long to start.
5947
5948         * tests/check/elements/spectrum.c:
5949         Make the test run properly with CK_FORK=no
5950
5951 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5952
5953         * gst/audiofix/Makefile.am: add missing header files 
5954
5955 2008-02-08  Julien Moutte  <julien@fluendo.com>
5956
5957         * gst/matroska/matroska-demux.c:
5958         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5959         keyframe and delta units correctly when dealign with a BlockGroup.
5960         Fixes: #514397
5961
5962 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5963
5964         * tests/check/elements/.cvsignore:
5965         Spell the new tests correctly in .cvsignore
5966
5967 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5968
5969         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5970           Need to use gsize here for the size, fixes compiler warning.
5971
5972         * tests/examples/equalizer/.cvsignore:
5973         * tests/examples/equalizer/Makefile.am:
5974         * tests/examples/spectrum/.cvsignore:
5975         * tests/examples/spectrum/Makefile.am:
5976           Add missing files to fix the build.
5977
5978 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5979
5980         * configure.ac:
5981         * docs/plugins/Makefile.am:
5982         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5983         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5984         * docs/plugins/gst-plugins-good-plugins.args:
5985         * docs/plugins/gst-plugins-good-plugins.hierarchy:
5986         * docs/plugins/inspect/plugin-multifile.xml:
5987         * tests/check/Makefile.am:
5988         * tests/check/elements/.cvsignore:
5989
5990         Move multifile plugin from -bad.
5991         Fixes: #490283
5992
5993 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5994
5995         * configure.ac:
5996         * docs/plugins/Makefile.am:
5997         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5998         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5999         * docs/plugins/gst-plugins-good-plugins.args:
6000         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6001         * docs/plugins/inspect/plugin-spectrum.xml:
6002         * gst/spectrum/Makefile.am:
6003         * tests/check/Makefile.am:
6004         * tests/check/elements/.cvsignore:
6005         * tests/examples/Makefile.am:
6006
6007         Move spectrum plugin from -bad.
6008         Move examples into tests/examples/spectrum.
6009
6010 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6011
6012         * configure.ac:
6013         * docs/plugins/Makefile.am:
6014         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6015         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6016         * docs/plugins/gst-plugins-good-plugins.args:
6017         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6018         * docs/plugins/gst-plugins-good-plugins.interfaces:
6019         * docs/plugins/inspect/plugin-equalizer.xml:
6020         * gst/equalizer/Makefile.am:
6021         * tests/check/Makefile.am:
6022         * tests/examples/Makefile.am:
6023         Move the equalizer plugin across from -bad
6024
6025         * tests/check/elements/.cvsignore:
6026         Add equalizer, audiosincwband and audiosincwlimit
6027
6028         * tests/check/elements/equalizer.c:
6029         Fix compiler warnings
6030
6031         Fixes: #415627
6032
6033 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6034
6035         * configure.ac:
6036         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6037         are treated like releases and build without it.
6038
6039 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6040
6041         * docs/plugins/Makefile.am:
6042         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6043         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6044         * docs/plugins/gst-plugins-good-plugins.args:
6045         * docs/plugins/inspect/plugin-audiofx.xml:
6046         * gst/audiofx/Makefile.am:
6047         * gst/audiofx/audiofx.c:
6048         * gst/audiofx/audiowsincband.c:
6049         * gst/audiofx/audiowsincband.h:
6050         * gst/audiofx/audiowsinclimit.c:
6051         * gst/audiofx/audiowsinclimit.h:
6052         * tests/check/Makefile.am:
6053         * tests/check/elements/audiowsincband.c:
6054         * tests/check/elements/audiowsinclimit.c:
6055
6056         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6057         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6058         respectively.
6059
6060         Fixes: #467666
6061
6062 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6063
6064         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6065         * tests/check/elements/icydemux.c:
6066           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6067           caps, and add a somewhat useful debug message. Plus test.
6068
6069 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6070
6071         * gst/rtsp/gstrtspsrc.c:
6072         Include unistd.h only if HAVE_UNISTD_H is defined
6073         * win32/common/config.h.in:
6074         * win32/common/config.h:
6075         Define socklen_t as it seems it's not defined in default 
6076         Visual Studio headers.
6077         * win32/vs6/libgstalpha.dsp:
6078         * win32/vs6/libgstapetag.dsp:
6079         * win32/vs6/libgstavi.dsp:
6080         * win32/vs6/libgstrtp.dsp:
6081         * win32/vs6/libgstrtsp.dsp:
6082         * win32/vs6/libgstvideomixer.dsp:
6083         Update project file dependencies and add new source files       
6084
6085 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6086
6087         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6088
6089         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6090         Don't leak buffers when we don't push them downstream.
6091         Fixes bug #514965.
6092
6093 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6094
6095         * configure.ac:
6096           Bump requirements to (good) released versions to avoid
6097           confusion and make implicit core requirement explicit.
6098
6099 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6100
6101         * docs/plugins/Makefile.am:
6102         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6103         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6104         * docs/plugins/gst-plugins-good-plugins.args:
6105         * docs/plugins/inspect/plugin-audiofx.xml:
6106         * gst/audiofx/Makefile.am:
6107         * gst/audiofx/audiochebband.c:
6108         * gst/audiofx/audiochebband.h:
6109         * gst/audiofx/audiocheblimit.c:
6110         * gst/audiofx/audiocheblimit.h:
6111         * gst/audiofx/audiochebyshevfreqband.c:
6112         * gst/audiofx/audiochebyshevfreqband.h:
6113         * gst/audiofx/audiochebyshevfreqlimit.c:
6114         * gst/audiofx/audiochebyshevfreqlimit.h:
6115         * gst/audiofx/audiofx.c:
6116         * tests/check/Makefile.am:
6117         * tests/check/elements/.cvsignore:
6118         * tests/check/elements/audiochebband.c:
6119         * tests/check/elements/audiocheblimit.c:
6120         * tests/check/elements/audiochebyshevfreqband.c:
6121         * tests/check/elements/audiochebyshevfreqlimit.c:
6122
6123         Rename audiochebyshevfreqband -> audiochebband and
6124         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6125         surgery.
6126
6127         Closes: #491811
6128
6129 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6130
6131         Patch by: Orjan Friberg <orjanf at axis dot com>
6132
6133         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6134         Fix caps memory leak. Fixes #514573.
6135
6136 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6137
6138         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6139         If there's no entries in the subindex, don't try to do anything stupid,
6140         just return.
6141
6142 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6143
6144         Patch by: John Millikin <jmillikin at gmail dot com>
6145
6146         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6147           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6148           Fix extraction of picture blocks with newer libflac versions again:
6149           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6150
6151 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * tests/check/Makefile.am:
6154           Add rtp-payloading test to VALGRIND_TO_FIX.
6155
6156         * tests/check/elements/rtp-payloading.c:
6157           Add semicolons after GST_TEST_END so gst-indent gets the
6158           formatting right; make test less verbose in general, but
6159           more verbose in the error case (which should probably
6160           make the test fail anyway).
6161
6162 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6163
6164         * docs/plugins/Makefile.am:
6165         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6166         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6167         * gst/avi/gstavisubtitle.c:
6168         Add documentation for avisubtitle and change class to
6169         Codec/Parser/Subtitle
6170
6171 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6172
6173         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6174         Treat ENOTTY (driver does not implement ioctl) the same as
6175         EINVAL since it implies there are no available standards.
6176
6177         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6178         (gst_v4l2src_get_nearest_size):
6179         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6180         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6181         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6182         reason, and if we aren't yet actively capturing.
6183
6184         * sys/v4l2/v4l2src_calls.h:
6185         Remove replaced function declaration.
6186
6187 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6188
6189         * configure.ac:
6190         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6191         API.
6192
6193 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6194
6195         * configure.ac:
6196         Fix typo.
6197
6198 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6199
6200         * gst/alpha/Makefile.am:
6201         * gst/alpha/gstalpha.c:
6202
6203         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6204         some stuff, and making buffer-alloc and resizing work automatically.
6205         No longer crashes on odd frame widths and heights, although there
6206         seems to be a disagreement with ffmpegcolorspace about what size
6207         an AYUV frame with odd height should be.
6208
6209 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6210
6211         Patch by: Alessandro Decina <alessandro at nnva dot org>
6212
6213         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6214         * ext/libpng/gstpngenc.h:
6215         Preallocate the output buffer so that g_memdup() and
6216         gst_buffer_merge() aren't needed anymore. This greatly improves
6217         performances and fixes #512544.
6218
6219 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6220
6221         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6222         (gst_avi_demux_stream_data):
6223         GStreamer timestamps are PTS values while AVI only knows about DTS
6224         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6225         we are dealing with a key frame.
6226
6227 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6228
6229         * tests/check/Makefile.am:
6230         * tests/check/elements/.cvsignore:
6231         * tests/check/elements/rtp-payloading.c:
6232           Add add testsuite for the rtp-payloader that tries simulating
6233           dataflow. Needs more test data.
6234
6235 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6236
6237         * tests/check/elements/alphacolor.c:
6238           Remove two unused variables.
6239
6240 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6241
6242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6243           Use g_ascii_strtoll() instead of atoll, which is only
6244           available in C99.
6245
6246 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6247
6248         * gst/rtp/Makefile.am:
6249         * gst/rtp/gstrtp.c:
6250         * gst/rtp/gstrtpmpvpay.c:
6251         * gst/rtp/gstrtpmpvpay.h:
6252         Add MPEG2 video payloader
6253
6254 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6255
6256         * gst/level/gstlevel.c:
6257         Use #include <math.h> instead of #include "math.h".
6258
6259 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6260
6261         * tests/check/Makefile.am:
6262         Fix up some CFLAGS sets.
6263         Don't include gconfvideosrc in the states test.
6264
6265         * tests/check/elements/autodetect.c: (GST_START_TEST):
6266         Add some error strings to fail_unless arguments to fix some weird
6267         compiler errors on Solaris.
6268
6269 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6270
6271         * configure.ac:
6272         Detect video4linux headers on Solaris too.
6273         * sys/v4l2/gstv4l2colorbalance.h:
6274         * sys/v4l2/gstv4l2object.h:
6275         * sys/v4l2/v4l2_calls.c:
6276         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6277         (gst_v4l2_buffer_new):
6278
6279         Make v4l2 build on Solaris.
6280         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6281         Fixes: #510505
6282
6283 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6284
6285         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6286           Update list from (still local) scanning script.
6287
6288 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6289
6290         Based on a patch by:
6291             Victor STINNER <victor dot stinner at haypocalc dot com>
6292
6293         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6294         Set variable to NULL after freeing it to prevent double frees
6295         or make failures by another use of it afterwards more obvious
6296         and fix use of it after the freeing. Fixes bug #510592.
6297
6298 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6299
6300         * gst/udp/gstmultiudpsink.c:
6301         use GST_WARNING for logging
6302
6303 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6304
6305         * gst/udp/gstmultiudpsink.c:
6306         Don't try to leave a multicast group with an invalid socket
6307
6308 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6309
6310         * ext/flac/gstflacdec.c:
6311           Fix compilation against flac 1.1.2 (as on debian stable), where
6312           the picture metadata defines and structs don't exist yet.
6313           Fixes #509301.
6314
6315 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6316
6317         Patch by: Olivier Crete <tester at tester dot ca>
6318
6319         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6320         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6321         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6322         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6323         * gst/udp/gstmultiudpsink.h:
6324         Add property to automatically join a multicast group or not. This can be
6325         useful when sharing a socket between multiple elements.
6326         Fixes #509531.
6327
6328 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6329
6330         * gst/videomixer/Makefile.am:
6331           Add controller flags.
6332
6333 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6334
6335         * gst/videomixer/videomixer.c:
6336           Also commit the missing gst_object_sync_values().
6337
6338 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6339
6340         * docs/plugins/Makefile.am:
6341           Remove duplicate entry.
6342
6343 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6344
6345         * docs/plugins/Makefile.am:
6346         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6347         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6348         * docs/plugins/inspect/plugin-gamma.xml:
6349         * docs/plugins/inspect/plugin-monoscope.xml:
6350         * docs/plugins/inspect/plugin-video4linux2.xml:
6351           Add 3 more plugins to docs.
6352
6353 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6354
6355         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6356         * sys/osxvideo/osxvideosink.h:
6357           Revert previous change caused by a file that got stuck on an old
6358           revision.
6359
6360 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6361
6362         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6363         * gst/multipart/Makefile.am:
6364         * gst/multipart/multipartdemux.c:
6365         * gst/multipart/multipartdemux.h:
6366         * gst/multipart/multipartmux.c:
6367         * gst/multipart/multipartmux.h:
6368           Re-add multipartdemux to the docs. Last round of section cleanup.
6369
6370 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6371
6372         * docs/plugins/Makefile.am:
6373         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6374         * sys/osxaudio/gstosxaudiosink.h:
6375         * sys/osxvideo/osxvideosink.h:
6376           Managed to resolve most unused declarations. Filed a bug for one left.          
6377
6378 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6379
6380         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6381           Cleanup section file.
6382
6383 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6384
6385         * docs/plugins/Makefile.am:
6386         * docs/plugins/gst-plugins-good-plugins.args:
6387         * docs/plugins/gst-plugins-good-plugins.signals:
6388         * docs/plugins/inspect/plugin-alaw.xml:
6389         * docs/plugins/inspect/plugin-alpha.xml:
6390         * docs/plugins/inspect/plugin-alphacolor.xml:
6391         * docs/plugins/inspect/plugin-annodex.xml:
6392         * docs/plugins/inspect/plugin-apetag.xml:
6393         * docs/plugins/inspect/plugin-audiofx.xml:
6394         * docs/plugins/inspect/plugin-auparse.xml:
6395         * docs/plugins/inspect/plugin-autodetect.xml:
6396         * docs/plugins/inspect/plugin-avi.xml:
6397         * docs/plugins/inspect/plugin-cairo.xml:
6398         * docs/plugins/inspect/plugin-cdio.xml:
6399         * docs/plugins/inspect/plugin-cutter.xml:
6400         * docs/plugins/inspect/plugin-debug.xml:
6401         * docs/plugins/inspect/plugin-dv.xml:
6402         * docs/plugins/inspect/plugin-efence.xml:
6403         * docs/plugins/inspect/plugin-effectv.xml:
6404         * docs/plugins/inspect/plugin-flac.xml:
6405         * docs/plugins/inspect/plugin-flxdec.xml:
6406         * docs/plugins/inspect/plugin-gconfelements.xml:
6407         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6408         * docs/plugins/inspect/plugin-goom.xml:
6409         * docs/plugins/inspect/plugin-halelements.xml:
6410         * docs/plugins/inspect/plugin-icydemux.xml:
6411         * docs/plugins/inspect/plugin-id3demux.xml:
6412         * docs/plugins/inspect/plugin-jpeg.xml:
6413         * docs/plugins/inspect/plugin-ladspa.xml:
6414         * docs/plugins/inspect/plugin-level.xml:
6415         * docs/plugins/inspect/plugin-matroska.xml:
6416         * docs/plugins/inspect/plugin-mulaw.xml:
6417         * docs/plugins/inspect/plugin-multipart.xml:
6418         * docs/plugins/inspect/plugin-navigationtest.xml:
6419         * docs/plugins/inspect/plugin-png.xml:
6420         * docs/plugins/inspect/plugin-quicktime.xml:
6421         * docs/plugins/inspect/plugin-rtp.xml:
6422         * docs/plugins/inspect/plugin-rtsp.xml:
6423         * docs/plugins/inspect/plugin-shout2send.xml:
6424         * docs/plugins/inspect/plugin-smpte.xml:
6425         * docs/plugins/inspect/plugin-speex.xml:
6426         * docs/plugins/inspect/plugin-taglib.xml:
6427         * docs/plugins/inspect/plugin-udp.xml:
6428         * docs/plugins/inspect/plugin-videobalance.xml:
6429         * docs/plugins/inspect/plugin-videobox.xml:
6430         * docs/plugins/inspect/plugin-videocrop.xml:
6431         * docs/plugins/inspect/plugin-videoflip.xml:
6432         * docs/plugins/inspect/plugin-videomixer.xml:
6433         * docs/plugins/inspect/plugin-wavenc.xml:
6434         * docs/plugins/inspect/plugin-wavpack.xml:
6435         * docs/plugins/inspect/plugin-wavparse.xml:
6436           Update plugin docs.
6437
6438         * gst/videomixer/Makefile.am:
6439         * gst/videomixer/videomixer.c:
6440         * gst/videomixer/videomixer.h:
6441         * gst/videomixer/videomixerpad.h:
6442           Split out header to fix warnings from the doc-build.
6443
6444 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6445
6446         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6447
6448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6449         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6450
6451 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6452
6453         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6454         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6455           Initialise variables to work around (false) 'foo might be used
6456           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6457
6458 2008-01-11  David Schleef  <ds@schleef.org>
6459
6460         * docs/plugins/.cvsignore:
6461         * tests/check/pipelines/.cvsignore:
6462           Ignore more files for the buildbot.
6463
6464 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6465
6466         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6467         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6468         Generate the image-type values correctly. Leave them out of the caps
6469         when outputting a "preview image" tag, since it only makes sense
6470         to have one of those - the type is irrelevant.
6471
6472         * sys/sunaudio/gstsunaudiomixerctrl.c:
6473         (gst_sunaudiomixer_ctrl_open):
6474         If we can, mark the mixer multiple open when we use it, in case
6475         (for some reason) the process wants to open it again elsewhere.
6476
6477 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6478
6479         Patch by: Olivier Crete <tester at tester dot ca>
6480
6481         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6482         * gst/rtp/gstrtptheorapay.c:
6483         Fix the clock rate to 90000 as required by the RFC.
6484         Fixes #508644.
6485
6486 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6487
6488         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6489           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6490
6491 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6492
6493         * autogen.sh:
6494           Add -Wno-portability to the automake parameters to stop warnings
6495           about GNU make extensions being used. We require GNU make in almost
6496           every Makefile anyway.
6497           
6498         * configure.ac:
6499           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6500           at the same time is required for per target flags.
6501
6502 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6503
6504         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6505         Fix error from my last commit.
6506
6507 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6508
6509         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6510
6511         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6512           Make sure the ISO 639-X language code in ID3v2 COMM frames
6513           is actually valid UTF-8 (or rather: ASCII), so we don't end
6514           up with non-UTF8 strings in tags if there's garbage in the
6515           language field. Also make sure the language code is always
6516           lower case. Fixes: #508291.
6517
6518 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6519
6520         * ChangeLog:
6521           Fix ChangeLog typo.
6522
6523 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6524
6525         * Makefile.am:
6526           Include lcov.mak to allow building coverage reports. Guard
6527           check-torture target like in the other packages.
6528
6529 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6530
6531         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6532
6533         * gst/videomixer/videomixer.c:
6534         (gst_videomixer_set_master_geometry), (_do_init),
6535         (gst_videomixer_child_proxy_get_child_by_index),
6536         (gst_videomixer_child_proxy_get_children_count),
6537         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6538         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6539         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6540         Implement GstChildProxy interface.
6541         Send newsegment at the right moment
6542         Fixes #488879
6543
6544 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6545
6546         * gst/alpha/Makefile.am:
6547         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6548         (gst_alpha_sink_event), (gst_alpha_chain),
6549         (gst_alpha_change_state), (plugin_init):
6550         Make the various properties of 'alpha' controllable. This allows doing
6551         niceties like fade-in/fade-out.
6552
6553 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6554
6555         * gst/rtp/gstasteriskh263.c:
6556         * gst/rtp/gstrtpL16depay.c:
6557         * gst/rtp/gstrtpac3depay.c:
6558         * gst/rtp/gstrtpamrpay.c:
6559         * gst/rtp/gstrtpdepay.c:
6560         * gst/rtp/gstrtpgsmdepay.c:
6561         * gst/rtp/gstrtph263depay.c:
6562         * gst/rtp/gstrtph263pdepay.c:
6563         * gst/rtp/gstrtph263ppay.c:
6564         * gst/rtp/gstrtph264depay.c:
6565         * gst/rtp/gstrtph264pay.c:
6566         * gst/rtp/gstrtpmp2tdepay.c:
6567         * gst/rtp/gstrtpmp4adepay.c:
6568         * gst/rtp/gstrtpmp4gdepay.c:
6569         * gst/rtp/gstrtpmp4gpay.c:
6570         * gst/rtp/gstrtpmp4vdepay.c:
6571         * gst/rtp/gstrtpmpadepay.c:
6572         * gst/rtp/gstrtpmpvdepay.c:
6573         * gst/rtp/gstrtpsv3vdepay.c:
6574         * gst/rtp/gstrtptheoradepay.c:
6575         * gst/rtp/gstrtptheorapay.c:
6576         * gst/rtp/gstrtpvorbisdepay.c:
6577         * gst/rtp/gstrtpvorbispay.c:
6578           Remove copy/paste unused code (property setters and getter) found by
6579           the coverage suite (yay, saves ~20k on disk).
6580
6581 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6582
6583         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6584           (videosink_templ):
6585           Also fix up pad templates to indicate that image/jpeg doesn't
6586           absolutely require the framerate property to be set (#504081).
6587
6588 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6589
6590         Based on patch by: Wouter Cloetens  <wouter at mind be>
6591
6592         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6593           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6594           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6595         * gst/matroska/matroska-mux.h:
6596           Keep track of first and last timestamps for each incoming stream,
6597           so we can calculate the total duration for live sources and other
6598           input where we can't query the duration from the start or where
6599           there's no constant framerate from which we can deduce the
6600           duration; also use calculated/observed duration if it is bigger
6601           than the previously queried duration. Furthermore, use
6602           gst_pad_query_peer_duration() and take into account that it may
6603           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6604           screws up comparisons when using unsigned integers. Fixes #504081.
6605
6606 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6607
6608         * configure.ac:
6609         * gst/audiofx/audioamplify.c:
6610         (gst_audio_amplify_clipping_method_get_type),
6611         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6612         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6613         (gst_audio_dynamic_transform_ip):
6614         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6615         (gst_audio_invert_transform_ip):
6616         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6617         (gst_audio_panorama_transform):
6618         * gst/level/gstlevel.c: (gst_level_init):
6619         Make elements GST_BUFFER_FLAG_GAP aware and call
6620         gst_base_transform_set_gap_aware for this.
6621         Bump core requirement to CVS.
6622         
6623         * gst/audiofx/audiochebyshevfreqband.c:
6624         (gst_audio_chebyshev_freq_band_transform_ip):
6625         * gst/audiofx/audiochebyshevfreqlimit.c:
6626         (gst_audio_chebyshev_freq_limit_transform_ip):
6627         Also sync GObject properties to the controller if operating
6628         in passthrough mode.
6629
6630 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6631
6632         * sys/directdraw/gstdirectdrawsink.c:
6633           (gst_directdraw_sink_window_thread):
6634           FALSE is not a gpointer.
6635
6636 2008-01-05  Julien Moutte  <julien@fluendo.com>
6637
6638         * sys/directdraw/gstdirectdrawsink.c:
6639         (gst_directdraw_sink_set_window_id),
6640         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6641         (gst_directdraw_sink_buffer_alloc),
6642         (gst_directdraw_sink_draw_borders),
6643         (gst_directdraw_sink_show_frame),
6644         (gst_directdraw_sink_setup_ddraw),
6645         (gst_directdraw_sink_window_thread),
6646         (gst_directdraw_sink_get_ddrawcaps),
6647         (gst_directdraw_sink_surface_create): Make sure we create our
6648         internal window only when we need it. That will give a chance to
6649         the application to get the prepare-xwindow-id bus message. Draw
6650         black borders when keeping aspect ratio. Handle the case where our
6651         rendering window disappears (closed or errors) like other sinks
6652         do. Various 80 columns fixes, improve state change order. That
6653         element could need some more love.
6654
6655 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6656
6657         * ext/taglib/gstapev2mux.h:
6658         * ext/taglib/gstid3v2mux.h:
6659         Remove useless typedefs without new type name. Fixes a warning with
6660         gcc 4.3.
6661
6662 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6663
6664         Patch by: John Millikin <jmillikin at gmail dot com>
6665
6666         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6667         (gst_flac_dec_setup_stream_decoder),
6668         (gst_flac_normalize_picture_mime_type),
6669         (gst_flac_extract_picture_buffer),
6670         (gst_flac_dec_metadata_callback):
6671         Emit metadata messages when a PICTURE block is encountered.
6672         Fixes #506715.
6673
6674 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6675
6676         * gst/avi/gstavi.c:
6677         increase rank because no known issues anymore ...
6678         * gst/avi/gstavisubtitle.c:
6679         send subtitle name to the srcpad
6680
6681 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6682
6683         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6684         * gst/rtsp/gstrtspsrc.h:
6685         Implement redirect for the DESCRIBE reply. Fixes #506025.
6686
6687 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6688
6689         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6690         Fix 'xyz may be used uninitialized' compiler warnings caused
6691         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6692         abort() in any case but properly report the error.
6693
6694 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6695
6696         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6697         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6698         * sys/ximage/gstximagesrc.c: (composite_pixel):
6699           Fix 'xyz may be used uninitialized' compiler warnings caused
6700           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6701           not really nice to abort in any case). Fixes #505745.
6702
6703 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6706           Small unit test fix (has no practical impact at the moment,
6707           since we're only feeding utf8 and hence just create a sub-
6708           buffer for the output).
6709
6710 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6711
6712         * gst/avi/gstavisubtitle.c:
6713         * tests/check/elements/avisubtitle.c:
6714         Add seeking support for avi subtitle
6715
6716 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6717
6718         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6719         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6720         (gst_flac_dec_write):
6721         * ext/flac/gstflacdec.h:
6722         Remove some unused vars.
6723         Do more cleanup of leftover events and tags.
6724         Output tags after the segment event. Fixes #504018.
6725
6726 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6727
6728         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6729           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6730           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6731           Detect other UTF byte order markers and convert to UTF-8 as
6732           appropriate.
6733
6734 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6735
6736         * gst/avi/gstavisubtitle.c: (src_template),
6737           (gst_avi_subtitle_extract_utf8_file),
6738           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6739           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6740           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6741         * gst/avi/gstavisubtitle.h:
6742           Refactor a bit; fix name extraction; don't assume all the data
6743           in the chunk is actually subtitle data, there may be padding at
6744           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6745           file so it's there to send again after a seek (for future use).
6746
6747 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6748
6749         * gst/avi/Makefile.am:
6750         * gst/avi/gstavi.c:
6751         * gst/avi/gstavisubtitle.c:
6752         * gst/avi/gstavisubtitle.h:
6753         * tests/check/Makefile.am:
6754         * tests/check/elements/avisubtitle.c:
6755         * win32/common/config.h:
6756                 Add avi subtitle element for bug #442034. Need seeking support
6757                 and more support for character conversion.
6758
6759 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * Makefile.am:
6762           Include common/win32.mak for CRLF check of win32 project
6763           files (see #393626).
6764
6765         * win32/vs6/libgstpng.dsp:
6766           Fix line endings and do cvs admin -kb.
6767
6768 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6769
6770         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6771         Actually drop the buffers which are outside the currently configured
6772         segment instead of just emitting a WARNING.
6773
6774 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6775
6776         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6777         (gst_flac_dec_write):
6778         * ext/flac/gstflacdec.h:
6779         Send segments from the streaming thread. Fixes #502187.
6780         Fix segment seeking and a bunch of other seeking cases.
6781
6782 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6783
6784         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6785           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6786           which is where it would end up if the same information was
6787           put in a vorbis comment (don't think it's worth adding a
6788           new URI tag for this). Fixes #488112.
6789
6790 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6791
6792         * configure.ac:
6793           We need core/base 0.10.15 or later.
6794
6795 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6796
6797         Patch by: Mark Nauwelaerts <manauw skynet be>
6798
6799         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6800         Fix regression in stream numbering. Fixes #502655.
6801
6802 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6803
6804         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6805
6806         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6807         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6808         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6809         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6810         (gst_rtp_h264_pay_handle_buffer):
6811         * gst/rtp/gstrtph264pay.h:
6812         Use higher performance start-code searching.
6813         Parse NALs and store SPS, PPS and profile in the caps so that they can
6814         be used in the SDP. Fixes #502814.
6815
6816 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6817
6818         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6819         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6820           Init some structs to zero before we pass them to ioctl, which
6821           avoids valgrind warnings.  Also fix a small memory leak.
6822
6823 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6824
6825         Patch by: Wouter Cloetens <wouter at mind dot be>
6826
6827         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6828         Copy timestamp from input to output. Not very perfect yet but better
6829         than nothing. Fixes #503023.
6830
6831 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6832
6833         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6834           Also print a useful error message with the old Wavpack API
6835           if possible.
6836
6837 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6838
6839         * ext/wavpack/gstwavpackdec.c:
6840           More build fixes for old libwavpack versions: include config.h so
6841           that WAVPACK_OLD_API is actually defined as detected; only use
6842           WavpackGetErrorMessage if it is available. This fixes the build
6843           on debian stable for me.
6844
6845 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6846
6847         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6848         * ext/wavpack/gstwavpackparse.c:
6849           (gst_wavpack_parse_create_src_pad):
6850           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6851           versions below 4.40.0.
6852
6853 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6854
6855         * configure.ac:
6856           And now do it right for real...
6857
6858 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6859
6860         * configure.ac:
6861           Correctly reset $LIBS to not contain -lm.
6862
6863 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6864
6865         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6866
6867         * configure.ac:
6868         * ext/cairo/gsttimeoverlay.c:
6869           (gst_cairo_time_overlay_print_smpte_time):
6870           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6871           and checking for rint() and implementing it ourself if it doesn't
6872           exist. Fixes #497293.
6873
6874 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6875
6876         * configure.ac:
6877           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6878
6879 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6880
6881         * sys/oss/gstosshelper.c:
6882         Verify that the format returned after the ioctl is the one
6883         we requested. It is valid for the ioctl to succeed while
6884         substituting an alternate 'supported' sample format.
6885
6886 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6887
6888         * sys/oss/gstossaudio.c: (plugin_init):
6889         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6890         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6891           Post decent (and translated) error message when we can't
6892           open the audio device for some reason.
6893
6894 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6895
6896         * sys/oss/gstosssink.c:
6897         * sys/oss/gstosssrc.c:
6898         Allow the AUDIODEV environment variable to redirect us
6899         to a different default OSS device, like sunaudiosink does
6900         on Solaris (makes audio play automatically on SunRays).
6901
6902 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6903
6904         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6905         * gst/audiofx/audiochebyshevfreqband.c:
6906         (gst_audio_chebyshev_freq_band_transform_ip):
6907         * gst/audiofx/audiochebyshevfreqlimit.c:
6908         (gst_audio_chebyshev_freq_limit_transform_ip):
6909         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6910         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6911         The transform_ip() methods should do nothing if in passthrough mode.
6912         It might get non-writable buffers in that case but the buffer might
6913         as well be writable.
6914
6915         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6916         The transform() methods won't be called in passthrough mode and
6917         otherwise the buffer is always writable so don't check here.
6918
6919 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6920
6921         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6922           Fix seeking in .wav files again (#501775).  Some people seem to think
6923           they don't need to test their changes when they're just 'reflowing'
6924           some code.
6925
6926 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6927
6928         * gst/autodetect/gstautovideosink.c:
6929         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6930         (gst_auto_video_sink_init),
6931         (gst_auto_video_sink_create_element_with_pretty_name),
6932         (gst_auto_video_sink_find_best),
6933         (gst_auto_video_sink_set_property),
6934         (gst_auto_video_sink_get_property):
6935         * gst/autodetect/gstautovideosink.h:
6936         Fix docs.
6937         Use same error reporting code as autoaudiosink.
6938         Add property to filter sinks based on caps. Only select raw video sinks
6939         by default for backwards compat.
6940         API: GstAutoVideoSink::filter-caps
6941
6942 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6943
6944         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6945
6946         * gst/autodetect/gstautoaudiosink.c:
6947         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6948         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6949         (gst_auto_audio_sink_set_property),
6950         (gst_auto_audio_sink_get_property):
6951         * gst/autodetect/gstautoaudiosink.h:
6952         Add property to filter sinks based on caps. Only select raw audio sinks
6953         by default for backwards compat.  Fixes #417420.
6954         API: GstAutoAudioSink::filter-caps
6955
6956 2007-11-29  Michael Smith <msmith@fluendo.com>
6957
6958         Patch by: Arek Korbik <arkadini@gmail.com>
6959
6960         * gst/videobox/gstvideobox.c: (plugin_init):
6961           Initialise liboil in plugin_init()
6962
6963 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6964
6965         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6966         Post error before sending EOS. Fixes #499178.
6967
6968 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6969
6970         * win32/vs6/gst_plugins_good.dsw:
6971         * win32/vs6/libgstpng.dsp:
6972         Add a project file for libgstpng
6973
6974 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
6975
6976         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
6977         (gst_rtp_h263_depay_process):
6978         Code beautification.
6979         Added debug statements.
6980         Don't bit-shift everything, just do operations on last/first byte
6981         instead.
6982
6983 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
6984
6985         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
6986
6987         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
6988         Fix wrong comparison in overrun check. Fixes #499239 some more.
6989
6990 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
6991
6992         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
6993         (gst_rtp_h263_depay_process):
6994         * gst/rtp/gstrtph263depay.h:
6995         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
6996         stream.
6997
6998 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
6999
7000         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7001
7002         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7003         (gst_rtp_mp4a_depay_process):
7004         * gst/rtp/gstrtpmp4adepay.h:
7005         Fix depayloading when multiple frames are inside one RTP packet.
7006         Fixes #499239.
7007
7008 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7009
7010         * gst/level/gstlevel.c:
7011           Add GAP-flag support.
7012
7013 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7014
7015         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7016         Read the I flag for Mode A h263 rtp stream and set the
7017         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7018         Fixes #499383
7019
7020 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7021
7022         * gst/level/gstlevel.c:
7023           Remove some dead code and do cleanups.
7024
7025 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7026
7027         * tests/check/pipelines/simple-launch-lines.c:
7028           Improve the tests by allowing to set a target state.
7029
7030 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7031
7032         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7033         Don't check the caps of the output buffer if they're equal some
7034         other caps. The caps can change in a backward compatible way
7035         and did at this point.
7036
7037 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7038
7039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7040         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7041         (gst_qtdemux_seek_to_previous_keyframe),
7042         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7043         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7044         reverse playback support.
7045
7046 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7047
7048         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7049         Also set the channel layout on the Wavpack caps if we're having
7050         a mono layout. Of course only do it for "audio/x-wavpack".
7051
7052 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7053
7054         * ext/wavpack/gstwavpackcommon.c:
7055         (gst_wavpack_get_default_channel_mask),
7056         (gst_wavpack_set_channel_layout),
7057         (gst_wavpack_get_default_channel_positions),
7058         (gst_wavpack_get_channel_mask_from_positions),
7059         (gst_wavpack_set_channel_mapping):
7060         * ext/wavpack/gstwavpackcommon.h:
7061         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7062         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7063         * ext/wavpack/gstwavpackdec.h:
7064         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7065         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7066         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7067         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7068         (gst_wavpack_enc_rewrite_first_block),
7069         (gst_wavpack_enc_sink_event):
7070         * ext/wavpack/gstwavpackenc.h:
7071         * ext/wavpack/gstwavpackparse.c:
7072         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7073         (gst_wavpack_parse_scan_to_find_sample),
7074         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7075         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7076         * ext/wavpack/gstwavpackparse.h:
7077         Add support for encoding, parsing and decoding multichannel
7078         files with up to 8 channels. This also improves the robustness
7079         of parsing quite a bit.
7080
7081         * ext/wavpack/gstwavpackstreamreader.c:
7082         (gst_wavpack_stream_reader_read_bytes),
7083         (gst_wavpack_stream_reader_get_pos),
7084         (gst_wavpack_stream_reader_set_pos_abs),
7085         (gst_wavpack_stream_reader_set_pos_rel),
7086         (gst_wavpack_stream_reader_push_back_byte),
7087         (gst_wavpack_stream_reader_get_length),
7088         (gst_wavpack_stream_reader_can_seek),
7089         (gst_wavpack_stream_reader_write_bytes):
7090         Improve debugging.
7091
7092 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7093
7094         * ext/libpng/gstpngdec.c:
7095         * ext/libpng/gstpngdec.h:
7096           Don't release the png-memory from within the callback.
7097
7098 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7099
7100         Patch by: René Stadler <mail at renestadler dot de>
7101
7102         * ext/libpng/gstpngenc.c:
7103           Don't leak buffer data memory. Fixes #498395.
7104
7105 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7106
7107         Patch by: René Stadler <mail at renestadler dot de>
7108
7109         * tests/check/pipelines/simple-launch-lines.c:
7110           Tests for #498395.
7111
7112 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7113
7114         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7115         (gst_tag_lib_mux_adjust_event_offsets):
7116         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7117         * sys/osxaudio/Makefile.am:
7118         * sys/osxvideo/cocoawindow.h:
7119         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7120
7121 2007-11-15  David Schleef  <ds@schleef.org>
7122
7123         * ext/cairo/gsttextoverlay.c:
7124           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7125
7126 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7127
7128         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7129
7130         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7131         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7132         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7133         * gst/rtp/gstrtpmp2tpay.h:
7134         Fill the MTU with as many packets as possible. Fixes #491323.
7135
7136 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7137
7138         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7139
7140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7141         Fix some more leaks. Fixes #497007.
7142
7143 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7144
7145         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7146
7147         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7148         (gst_rtspsrc_stream_configure_tcp):
7149         Fix 3 pad leaks. Fixes #496983.
7150
7151 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7152
7153         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7154
7155         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7156         Fix small leak. Fixes #497017.
7157
7158 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7159
7160         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7161         (gst_qtdemux_prepare_current_sample),
7162         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7163         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7164         * gst/qtdemux/qtdemux_fourcc.h:
7165         * gst/qtdemux/qtdemux_types.c:
7166         Add suppport for theora in quicktime according to XiphQT.
7167
7168 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7169
7170         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7171         (gst_v4l2src_init), (gst_v4l2src_set_property),
7172         (gst_v4l2src_get_property):
7173         * sys/v4l2/gstv4l2src.h:
7174         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7175           Always copy buffers by default (handle safer with bugged drivers)
7176           and added a property to make it possible to use mmap effectively (no
7177           copy if possible) when application wants to. Fixes: #480557.
7178
7179 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7180
7181         * gst/id3demux/id3tags.c:
7182         * gst/id3demux/id3tags.h:
7183         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7184           We don't want the same string multiple times in a tag list for the
7185           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7186           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7187
7188 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7189
7190         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7191           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7192           into ID3v2 TXXX frames (fixes #347848).
7193
7194 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7195
7196         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7197           Don't leak sdp message contents (fixes #496773).
7198
7199         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7200           Don't leak URI string.
7201
7202 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7203
7204         Patch by: Julien Puydt <julien dot puydt at laposte net>
7205
7206         * ext/raw1394/Makefile.am:
7207         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7208           (gst_1394_property_probe_get_properties),
7209           (gst_1394_property_probe_probe_property),
7210           (gst_1394_property_probe_needs_probe),
7211           (gst_1394_property_probe_get_values),
7212           (gst_1394_property_probe_interface_init),
7213           (gst_1394_type_add_property_probe_interface):
7214         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7215         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7216           (gst_dv1394src_init), (gst_dv1394src_dispose),
7217           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7218           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7219           (gst_dv1394src_update_device_name):
7220         * ext/raw1394/gstdv1394src.h:
7221           Implement GstPropertyProbe interface and add "device-name" property,
7222           so applications can use this to probe for available devices in the
7223           same way they can already with v4lsrc and v4l2src (however horrible
7224           this property probe interface may be). Fixes #358841.
7225
7226 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7227
7228         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7229
7230         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7231           (gst_rtspsrc_parse_range):
7232           Don't leak event, don't leak range (fixes #496752).
7233
7234 2007-11-14  Michael Smith <msmith@fluendo.com>
7235
7236         Patch by: Arek Korbik <arkadini@gmail.com>
7237
7238         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7239           Detect RGBA/BGRA correctly on little endian systems.
7240
7241 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7242
7243         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7244           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7245           corresponding ioctl() call fails even though the driver claims to
7246           support this format, just fall back to the pre-2.6.19 kernel
7247           routine that creates caps with suitable height and width ranges
7248           (see #448278).
7249
7250 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7251
7252         Patch by: Mark Nauwelaerts <manauw skynet be>
7253
7254         * gst/matroska/matroska-demux.c:
7255           (gst_matroska_demux_push_dvd_clut_change_event),
7256           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7257           (gst_matroska_demux_subtitle_caps):
7258         * gst/matroska/matroska-ids.h:
7259           Extract palette data for dvd subpicture streams and send it
7260           downstream as custom gstreamer dvd event (fixes #453417).
7261
7262 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7263
7264         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7265           Implement minimal parsing of the passed pango font description
7266           string, so passing a font size works the same as with the
7267           pango textoverlay plugin; fixes #455086.
7268           (Maybe we could just use pangocairo here at some point).
7269
7270 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7271
7272         * gst/avi/gstavidemux.c:
7273         * gst/wavparse/gstwavparse.c:
7274           Return the result in _activate_pull(). Don't ref element there.
7275
7276 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7277
7278         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7279         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7280         (gst_wavparse_srcpad_event):
7281           Ref the element when we should, but not when we its not needed. Reflow
7282           the event_handling to not leak the event.       
7283
7284 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7285
7286         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7287         (qtdemux_parse_samples):
7288         Properly free QTDemuxSamples array.
7289         Protect table write with a sensible check, some files apparently DO contain
7290         stts values starting with 0 :(
7291
7292 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7293
7294         * gst/avi/gstavidemux.c:
7295         * gst/qtdemux/qtdemux.c:
7296           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7297           previous commit messed up.
7298
7299 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7300
7301         * gst/avi/gstavidemux.c:
7302         * gst/qtdemux/qtdemux.c:
7303           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7304           element when we should, but not when we its not needed.
7305
7306 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7307
7308         * gst/wavparse/gstwavparse.c:
7309           Return FALSE if we can't handle a query instead of changing the
7310           format. Ignore fact when dealing with mpeg audio.
7311
7312 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7313
7314         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7315
7316         * configure.ac:
7317         * gst/udp/gstdynudpsink.c:
7318         * gst/udp/gstdynudpsink.h:
7319         * gst/udp/gstmultiudpsink.c:
7320         * gst/udp/gstmultiudpsink.h:
7321         * gst/udp/gstudpsink.c:
7322         * gst/udp/gstudpsink.h:
7323           Fix includes for MSVC and GLib-2.14.0 (#492388).
7324
7325         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7326           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7327
7328 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7329
7330         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7331         (gst_mulawdec_chain):
7332         * gst/law/mulaw-decode.h:
7333         Calculate outgoing buffer duration if incoming buffer didn't have a
7334         valid duration.
7335
7336 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7337
7338         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7339         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7340         Smarter combine_flow code that also deals with downstream elements
7341         returning UNEXPECTED when they receive data out of the segment
7342         boundaries. Fixes #491305.
7343
7344 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7345
7346         * sys/v4l2/v4l2src_calls.c:
7347           Fix 'unused variable' compiler warning when compiling against
7348           older kernel headers.
7349
7350 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7351
7352         * ext/taglib/gstid3v2mux.cc (add_funcs):
7353           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7354
7355 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7356
7357         * tests/check/pipelines/simple-launch-lines.c:
7358            Improve the tests a little more.
7359
7360 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7361
7362         patch by: Yun Zheng Hu
7363
7364         * sys/osxaudio/gstosxaudiosrc.c:
7365         Use default input device instead of default output device and
7366         only memcpy actual available bytes.
7367
7368 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7369
7370         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7371           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7372           early. It is temporary until we find something better.
7373
7374 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7375
7376         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7377
7378         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7379         Fix race when pausing a RTSP stream in interleaved.
7380         Fixes #475784.
7381
7382 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7383
7384         Patch by: Peter Kjellerstedt <pkj at axis com>
7385
7386         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7387         Use correct unref function for buffers. #488844.
7388
7389 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7390
7391         * gst/avi/gstavimux.c:
7392         * tests/check/elements/avimux.c:
7393           Add some debug and sync tests with the fix.     
7394
7395 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7396
7397         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7398
7399         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7400         When the socket is used by the app for other purposes, don't generate an
7401         error if there is activaty on the socket that is not data related.
7402         Fixes #487488.
7403
7404 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7405
7406         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7407         (gst_v4l2src_grab_frame):
7408         Add some more debug info. Generate an error when we run out of buffers
7409         for some reason. See #480557.
7410
7411 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7412
7413         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7414
7415         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7416         Set marker bit correctly.
7417
7418 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7419
7420         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7421         Use allowed name for the GstStructure.
7422
7423 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7424
7425         * ext/gconf/gstswitchsink.c:
7426         * gst/autodetect/gstautoaudiosink.c:
7427           Use new gst_bus_pop_filtered().
7428
7429 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7430
7431         * sys/v4l2/gstv4l2src.c:
7432         * sys/v4l2/v4l2src_calls.c:
7433           When probing the formats and sizes a camera supports, make
7434           sure the best ones (highest resolution, prefered format)
7435           end up at the beginning of the probed caps and the less
7436           desirable ones at the end.  This is important because the
7437           order within the caps matters for things like fixation and
7438           negotiation, ie. what format is chosen in the end.
7439           With recent kernels, the current probing code will end up
7440           querying the supported sizes from lowest resolution to
7441           highest resolution, adding them to the probed caps in that
7442           order, resulting to v4l2src fixating to the lowest possible
7443           resolution if downstream does not express a size preference.
7444           Also make up a somewhat random ranking of prefered output
7445           formats for the same reason. Fixes #485828.
7446         
7447 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7448
7449         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7450
7451         * gst/id3demux/id3v2frames.c:
7452           Extract license/copyright URIs from ID3v2 WCOP frames
7453           (Fixes #447000).
7454
7455         * tests/check/elements/id3demux.c:
7456         * tests/files/Makefile.am:
7457         * tests/files/id3-447000-wcop.tag:
7458           Add simple unit test.
7459
7460 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7461
7462         * ext/taglib/gstid3v2mux.cc:
7463           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7464           Prerequisite for #447000.
7465
7466 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7467
7468         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7469         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7470         a GstClockTime.
7471
7472 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7473
7474         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7475         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7476         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7477         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7478         (gst_rtspsrc_change_state):
7479         More seeking fixes, mostly passing around the new playback segment in
7480         order to configure it properly.
7481         Also reset base_time of udp sources when setting them back to PLAYING as
7482         a temporary hack until core supports seek in live sources properly.
7483
7484 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7485
7486         * gst/rtp/gstrtpmp4adepay.c:
7487         Fix caps as to not confuse autopluggers.
7488
7489 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7490
7491         * gst/id3demux/gstid3demux.c:
7492         * gst/id3demux/gstid3demux.h:
7493         * gst/id3demux/id3tags.c:
7494         * gst/id3demux/id3tags.h:
7495         * gst/id3demux/id3v2frames.c:
7496           Port ID3 tag demuxer over to the new GstTagDemux in -base
7497           (now would be a good time to test re-importing your music
7498           collection).
7499
7500 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7501
7502         * gst/apetag/Makefile.am:
7503         * gst/apetag/gstapedemux.c:
7504         * gst/apetag/gstapedemux.h:
7505         * gst/apetag/gsttagdemux.c:
7506         * gst/apetag/gsttagdemux.h:
7507           Port APE tag demuxer over to the new GstTagDemux in -base.
7508
7509 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7510
7511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7512         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7513         (gst_rtspsrc_handle_internal_src_query),
7514         (gst_rtspsrc_handle_src_query), (new_session_pad),
7515         (gst_rtspsrc_stream_configure_tcp),
7516         (gst_rtspsrc_stream_configure_transport),
7517         (gst_rtspsrc_loop_send_cmd):
7518         Improve flushing behaviour.
7519         Set state of the udp sources to PAUSE/PLAYING correctly.
7520         Handle events and queries for UDP and TCP transport now.
7521
7522 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7523
7524         * gst/rtp/gstrtpgsmdepay.c:
7525         * gst/rtp/gstrtpgsmpay.c:
7526           Add log category.
7527
7528 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7529
7530         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7531
7532         * tests/check/Makefile.am:
7533         * tests/check/pipelines/simple-launch-lines.c:
7534           Add unit tests for payloaders/depayloaders.
7535
7536 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7537
7538         * gst/avi/gstavimux.c:
7539         * gst/avi/gstavimux.h:
7540           Also save codec data for audio streams. Fixes #482495.
7541
7542 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7543
7544         * gst/avi/gstavimux.c:
7545           Fix "Index entry has invalid stream nr 1".
7546           Add support for muxing aac - work in progress (see #482495).
7547
7548 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7549
7550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7551         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7552         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7553         * gst/rtsp/gstrtspsrc.h:
7554         Parse bandwidth modifiers, they are not yet configured in the session
7555         manager because we don't have an API for that yet.
7556
7557 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7558
7559         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7560         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7561         Use shiny new function in -base to get the default clock-rate.
7562         Update some docs.
7563
7564 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7565
7566         * win32/MANIFEST:
7567         Add files to win32 manifest.
7568         * win32/vs6/libgstaudiofx.dsp:
7569         * win32/vs6/libgstqtdemux.dsp:
7570         * win32/vs6/libgstrtp.dsp:
7571         * win32/vs6/libgstrtsp.dsp:
7572         Update project files.
7573
7574 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7575
7576         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7577         (gst_rtspsrc_play):
7578         * gst/rtsp/gstrtspsrc.h:
7579         In TCP mode, only timestamp the first buffer. TCP is not real time and
7580         it does not make sense to try to skew compensate, also some servers send
7581         the first batch of data in a burst.
7582
7583 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7584
7585         * gst/matroska/matroska-demux.c:
7586           Fix setting the discont flag on the first buffer
7587           pushed downstream for formats with private codec
7588           data that needs to be deserialised into buffers
7589           (such as vorbis and FLAC when in a matroska container).
7590
7591 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7592
7593         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7594
7595         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7596         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7597         (gst_rtp_mp4v_pay_handle_buffer):
7598         * gst/rtp/gstrtpmp4vpay.h:
7599         Free the config string. Fixes #480707.
7600         Clean up the timestamp code a little.
7601
7602 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7603
7604         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7605         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7606         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7607         * gst/rtsp/gstrtspsrc.h:
7608         Set timestamps on RTP buffers in interleaved mode.
7609         Mark first buffers with a DISCONT.
7610         Remove flush hack now that sync for live sources has been figured out.
7611
7612 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7613
7614         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7615         Update documentation.
7616
7617 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7618
7619         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7620         (gst_rtp_xqt_depay_change_state):
7621         * gst/qtdemux/gstrtpxqtdepay.h:
7622         Fail if we don't know the quicktime format.
7623
7624 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7625
7626         * ext/flac/gstflacenc.c:
7627         * ext/flac/gstflacenc.h:
7628           Save the flow return from the last gst_pad_push() and
7629           make sure we pass the right flow return value upstream
7630           in the case of failure; minor clean-ups.
7631
7632 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7633
7634         * ext/taglib/gstapev2mux.cc:
7635         * ext/taglib/gstid3v2mux.cc:
7636         * gst/apetag/gstapedemux.c:
7637           Add support for the new GST_TAG_COMPOSER (#459809).
7638
7639 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7640
7641         * gst/law/alaw-decode.c:
7642         * gst/law/alaw-decode.h:
7643         * gst/law/alaw-encode.c:
7644         * gst/law/alaw-encode.h:
7645         * gst/law/alaw.c:
7646         * gst/law/mulaw-conversion.h:
7647           Compulsive clean-ups: use boilerplate macros, add debug
7648           categories, fix up things to conform to symbol nomenklatura,
7649           etc.
7650
7651 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7652
7653         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7654
7655         * gst/law/alaw-decode.c:
7656         * gst/law/alaw-encode.c:
7657           Use static tables for A-Law decoding and encoding; this makes
7658           A-Law decoding and encoding less CPU-intensive, but increases
7659           the binary size a bit. Leaving old code around for now,
7660           selectable by a define in the code. Fixes #435435.
7661
7662 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7663
7664         * configure.ac:
7665         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7666         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7667         in configure.ac.
7668
7669 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7670
7671         Patch by: Jan Gerber <j at bootlab dot org>
7672
7673         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7674         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7675
7676 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7677
7678         * sys/oss/gstosshelper.c:
7679           Use GST_WARNING instead of a g_critical. This situation is not caused
7680           by the application.
7681
7682 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7683
7684         * po/LINGUAS:
7685         * po/nl.po:
7686           Updated translations.
7687
7688 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7689
7690         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7691
7692         * po/eu.po:
7693           Added Basque translation.
7694
7695 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7696
7697         translated by: Abel Cheung <abelcheung@gmail.com>
7698
7699         * po/zh_HK.po:
7700         * po/zh_TW.po:
7701           Added Chinese (traditional and Hong Kong) translation.
7702
7703 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7704
7705         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7706
7707         * po/pl.po:
7708           Added Polish translation.
7709
7710 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7711
7712         translated by: Ilkka Tuohela <hile@iki.fi>
7713
7714         * po/fi.po:
7715           Added Finnish translation.
7716
7717 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7718
7719         translated by: Jorge González González <aloriel@gmail.com>
7720
7721         * po/es.po:
7722           Added Spanish translation.
7723
7724 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7725
7726         translated by: Mogens Jaeger <mogens@jaeger.tf>
7727
7728         * po/da.po:
7729           Added Danish translation.
7730
7731 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7732
7733         translated by: Funda Wang <fundawang@linux.net.cn>
7734
7735         * po/zh_CN.po:
7736           Added Chinese (simplified) translation.
7737
7738 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7739
7740         translated by: Alexander Shopov <ash@contact.bg>
7741
7742         * po/bg.po:
7743           Added Bulgarian translation.
7744
7745 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7746
7747         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7748         Set outgoing packet duration because we can. Fixes #478244 some more.
7749
7750 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7751
7752         * ext/cairo/gsttextoverlay.c:
7753           Add info about static leak.
7754         
7755         * tests/check/Makefile.am:
7756         * tests/check/generic/states.c:
7757           Improved state change unit test.
7758
7759 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7760
7761         * docs/plugins/.cvsignore:
7762         * tests/check/.cvsignore:
7763           Ignore registries in any format.
7764
7765 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7766
7767         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7768         Removed some unused code.
7769
7770         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7771         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7772         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7773         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7774         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7775         (gst_rtp_theora_pay_flush_packet):
7776         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7777         Try to preserve the incomming buffer duration on the outgoing
7778         packets. Fixes #478244.
7779
7780 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7781
7782         * ext/taglib/gstapev2mux.cc:
7783         * ext/taglib/gstid3v2mux.cc:
7784           Work around compiler warnings with g++-4.2 when assigning a
7785           string constant to a gchar * (partially fixes #478092).
7786
7787 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7788
7789         * configure.ac:
7790           We require core CVS now for gst_base_src_set_do_timestamp().
7791
7792 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7793
7794         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7795         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7796         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7797         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7798         (gst_rtspsrc_handle_message):
7799         Fix compiler warnings shown with Forte.
7800
7801 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7802
7803         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7804         (gst_rtspsrc_dup_printf):
7805         Give meaningfull error when all streams failed to configure for some
7806         reason.
7807
7808 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7809
7810         * gst/rtp/README:
7811         Update README with the design for synchronisation rules of RTP on
7812         sender and receiver.
7813
7814 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7815
7816         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7817         (gst_wavparse_chain):
7818         Don't push EOS from the chain function, the element
7819         driving the pipeline is responsible for this. The bug
7820         this was meant to fix seems to be queue not forwarding
7821         EOS in all cases (see #476514).
7822
7823 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7824
7825         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7826         (gst_level_transform_ip):
7827         * gst/level/gstlevel.h:
7828         Use basetransform segment so that it is correctly managed on flushes and
7829         start/stop.
7830         Report message timestamp as stream time, which is what an application
7831         can understand.
7832
7833 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7834
7835         * ext/taglib/gstapev2mux.cc:
7836         * ext/taglib/gstapev2mux.h:
7837         * ext/taglib/gsttaglibmux.c:
7838         * tests/check/elements/apev2mux.c:
7839         Update my mail address.
7840
7841 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7842
7843         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7844         (gst_wavparse_loop), (gst_wavparse_chain):
7845         Add EOS logic for the push-based mode too. Fixes #476514.
7846
7847 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7848
7849         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7850         * gst/law/alaw-encode.h:
7851         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7852         (gst_mulawenc_chain):
7853         * gst/law/mulaw-encode.h:
7854         Fix law encoder timestamps.
7855
7856 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7857
7858         * ext/gconf/gstgconfaudiosink.c:
7859           Fix warning when building without debug.
7860
7861         * sys/oss/gstossmixertrack.c:
7862           Use const like in alsamixertrack.c (fixes warnings).
7863
7864 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7865
7866         * sys/v4l2/v4l2src_calls.c:
7867         (gst_v4l2src_probe_caps_for_format_and_size):
7868         Fix framerate detection code some more.
7869         Handle the case where there is a weird step in the stepwise framerates.
7870         Don't overwrite the min interval with the framerate, use a temp variable
7871         instead.
7872         Use max in the Continuous framerate intervals instead of step, which is
7873         1 according to the docs. Fixes #475424.
7874
7875 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7876
7877         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7878         Make udpsrc timestamp outgoing buffers based on when they were received.
7879         Also make it output a segment in time.
7880
7881 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7882
7883         * gst/avi/gstavidemux.c:
7884           Plug a little leak. Little code cleanups.
7885
7886 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7887
7888         * configure.ac:
7889           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7890           flac versions, 's good for cross-compilation karma.
7891
7892 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7893
7894         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7895
7896         * gst/rtp/gstrtph263pay.c:
7897           Fix up header structure so that compilers don't add padding
7898           between the structure fields, since that would lead to us
7899           sending RTP packets with broken headers (as is currently the
7900           case when compiling with MSVC). Also see similar fixes in
7901           libgstrtp in gst-plugins-base. (#474616; #471194)
7902
7903 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7904
7905         * sys/v4l2/v4l2src_calls.c:
7906         (gst_v4l2src_probe_caps_for_format_and_size):
7907         Don't overwrite our GValue with 0 but instead use the previously
7908         computed value. Fixes #471823 some more.
7909
7910 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7911
7912         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7913           No tabs in this file please, or gtk-doc will end up documenting
7914           rather absurd class hierarchies.
7915
7916 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7917
7918         * ext/gconf/gstswitchsink.c:
7919           If the new kid element fails to change state for some reason
7920           (e.g. esdsink not being able to connect to the sound server),
7921           forward the error message it posted on the bus instead of just
7922           posting a generic 'Internal state change error: please file a
7923           bug' error message. Fixes #471364.
7924
7925 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7926
7927         * gst/qtdemux/Makefile.am:
7928         * gst/qtdemux/qtdemux.c:
7929           Don't assume tags are encoded as UTF-8 (#473670).
7930
7931 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7932
7933         * sys/v4l2/gstv4l2src.c:
7934         * sys/v4l2/gstv4l2src.h:
7935         * sys/v4l2/v4l2src_calls.c:
7936           Implement LATENCY queries in the crudest way possible so I don't
7937           have to use sync=false any longer when testing with videosinks.
7938
7939 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7940
7941         * configure.ac:
7942           Fix build.
7943
7944 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7945
7946         * sys/v4l2/v4l2src_calls.c:
7947         (gst_v4l2src_probe_caps_for_format_and_size):
7948         Add some more debugging in the framerate function.
7949         Iterate stepwise framerate up to and _including_ the max and if nothing
7950         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7951         don't end up with an empty list. Fixes #471823
7952
7953 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7954
7955         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7956         (gst_multiudpsink_set_clients_string),
7957         (gst_multiudpsink_get_clients_string),
7958         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7959         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7960         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7961         (gst_multiudpsink_clear):
7962         Add property do configure destination address/port pairs
7963         API:GstMultiUDPSink::clients
7964
7965 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7966
7967         * tests/examples/Makefile.am:
7968         * tests/examples/rtp/Makefile.am:
7969         * tests/examples/rtp/client-H263p-AMR.sh:
7970         * tests/examples/rtp/client-H263p-PCMA.sdp:
7971         * tests/examples/rtp/client-H263p-PCMA.sh:
7972         * tests/examples/rtp/client-H264-PCMA.sdp:
7973         * tests/examples/rtp/client-H264-PCMA.sh:
7974         * tests/examples/rtp/client-PCMA.sh:
7975         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
7976         * tests/examples/rtp/server-alsasrc-PCMA.sh:
7977         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
7978         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
7979         Added some RTP example scripts for sending and receiving RTP streams.
7980
7981 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7982
7983         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
7984         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
7985         Restructure the setcaps function so that we can also compute the
7986         expected GStreamer output size of the video frames.
7987         Set frame_byte_size correctly so that read-based devices have a chance
7988         of working correctly.
7989         When grabbing a frame, discard frames that are not of the expected size.
7990         Some cameras don't output the right framesize for the first buffer.
7991         Try only a couple of times to get a valid frame, else error out.
7992
7993         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
7994         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
7995         Add some more debug info when scanning the device.
7996
7997         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
7998         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
7999         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8000         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8001         Add some more debug info when dequeing a frame.
8002
8003 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8004
8005         * gst/wavparse/gstwavparse.c:
8006           More code cleanups. Add some more comment and improve debugs logs.
8007
8008 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8009
8010         * gst/wavparse/gstwavparse.c:
8011         * gst/wavparse/gstwavparse.h:
8012           Implement seek-query. Refactor duration calculations. Appropriate use
8013           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8014           out of loops.
8015
8016 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8017
8018         * gst/avi/gstavidemux.c:
8019           Implement seek-query.
8020
8021 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8022
8023         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8024         (gst_rtspsrc_dup_printf):
8025         Use new basesink async property to make sparse RTCP packet not wait for
8026         preroll.
8027
8028 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8029
8030         * gst/audiofx/Makefile.am:
8031         Dist the right file.
8032
8033 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8034
8035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8036         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8037         Make sure we generate and parse floating point values in the POSIX
8038         locale instead of the current locale. 
8039
8040 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8041
8042         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8043         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8044         (gst_rtspsrc_play):
8045         * gst/rtsp/gstrtspsrc.h:
8046         Fix method detection again.
8047         Keep track of when we must send a Range header.
8048         Use segment values for Range, Speed and Scale headers.
8049         Parse Speed and Scale headers to update the segment values.
8050
8051 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8052
8053         patch by: Mark Nauwelaerts <manauw@skynet.be>
8054
8055         * sys/v4l2/v4l2src_calls.c:
8056           Handle optional v4l2 ioctls gracefully.
8057
8058 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8059
8060         * gst/rtp/Makefile.am:
8061         * gst/rtp/gstrtp.c: (plugin_init):
8062         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8063         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8064         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8065         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8066         (gst_rtp_h263_depay_get_property),
8067         (gst_rtp_h263_depay_change_state),
8068         (gst_rtp_h263_depay_plugin_init):
8069         * gst/rtp/gstrtph263depay.h:
8070         Added an H263 depayloader. Fixes #369392.
8071
8072         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8073         (gst_rtp_h263p_depay_process):
8074         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8075         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8076         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8077         payloads.
8078         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8079
8080 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8081
8082         * gst/audiofx/audiochebyshevfreqband.c:
8083         * gst/audiofx/audiochebyshevfreqlimit.c:
8084         Add small comparision with the windowed sinc filters in the docs.
8085
8086 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8087
8088         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8089         (audiochebyshevfreqband_suite):
8090         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8091         (audiochebyshevfreqlimit_suite):
8092         Also test 32 bit float mode and the type 2 variants of the filters.
8093
8094 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8095
8096         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8097         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8098         (gst_rtspsrc_loop):
8099         Refactor the udp and interleaved loop function a bit.
8100
8101 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8102
8103         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8104         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8105         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8106         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8107         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8108         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8109         * gst/rtsp/gstrtspsrc.h:
8110         Protect connection activity with a new lock, avoids deadlocks when going
8111         to PAUSED. Fixes #455808.
8112
8113 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8114
8115         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8116         Fix debug statement.
8117
8118 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8119
8120         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8121         Fix stray %u in debug line as spotted by Saur on IRC.
8122
8123 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8124
8125         * gst/audiofx/audiochebyshevfreqband.c:
8126         (gst_audio_chebyshev_freq_band_class_init):
8127         * gst/audiofx/audiochebyshevfreqlimit.c:
8128         (gst_audio_chebyshev_freq_limit_class_init):
8129         Use generator macros for the process functions for the different
8130         sample types, add lower upper boundaries for the GObject properties
8131         so automatically generated UIs can use sliders and add a note about
8132         the number of poles as a too high number of poles combined with
8133         very low or very high frequencies will produce only noise.
8134         * docs/plugins/gst-plugins-good-plugins.args:
8135         Regenerated for the property changes.
8136
8137 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8138
8139         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8140         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8141         (gst_rtspsrc_stream_configure_udp_sink),
8142         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8143         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8144         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8145         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8146         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8147         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8148         * gst/rtsp/gstrtspsrc.h:
8149         Improve timeout handling.
8150         Use the same socket for sending and receiving RTCP packets so that some
8151         servers can track clients better.
8152         Improve connection closed handling. Try to reconnect.
8153         Don't overwrite our content base with NULL.
8154         Improve debugging.
8155         Improve range parsing and handling.
8156         Remove flushing hack now that core does the right thing.
8157
8158 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8159
8160         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8161         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8162         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8163         (gst_multiudpsink_close), (gst_multiudpsink_add):
8164         * gst/udp/gstmultiudpsink.h:
8165         Add support for getting and setting the socket to use.
8166
8167         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8168         (gst_udpsrc_create), (gst_udpsrc_get_property):
8169         Add support for getting the currently used socket.
8170
8171 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8172
8173         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8174
8175         * gst/audiofx/Makefile.am:
8176         * gst/audiofx/audiochebyshevfreqband.c:
8177         (gst_audio_chebyshev_freq_band_mode_get_type),
8178         (gst_audio_chebyshev_freq_band_base_init),
8179         (gst_audio_chebyshev_freq_band_dispose),
8180         (gst_audio_chebyshev_freq_band_class_init),
8181         (gst_audio_chebyshev_freq_band_init),
8182         (generate_biquad_coefficients), (calculate_gain),
8183         (generate_coefficients),
8184         (gst_audio_chebyshev_freq_band_set_property),
8185         (gst_audio_chebyshev_freq_band_get_property),
8186         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8187         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8188         (gst_audio_chebyshev_freq_band_start):
8189         * gst/audiofx/audiochebyshevfreqband.h:
8190         * gst/audiofx/audiochebyshevfreqlimit.c:
8191         (gst_audio_chebyshev_freq_limit_mode_get_type),
8192         (gst_audio_chebyshev_freq_limit_base_init),
8193         (gst_audio_chebyshev_freq_limit_dispose),
8194         (gst_audio_chebyshev_freq_limit_class_init),
8195         (gst_audio_chebyshev_freq_limit_init),
8196         (generate_biquad_coefficients), (calculate_gain),
8197         (generate_coefficients),
8198         (gst_audio_chebyshev_freq_limit_set_property),
8199         (gst_audio_chebyshev_freq_limit_get_property),
8200         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8201         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8202         (gst_audio_chebyshev_freq_limit_start):
8203         * gst/audiofx/audiochebyshevfreqlimit.h:
8204         * gst/audiofx/audiofx.c: (plugin_init):
8205         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8206         Fixes #464800.
8207
8208         * tests/check/Makefile.am:
8209         * tests/check/elements/.cvsignore:
8210         * tests/check/elements/audiochebyshevfreqband.c:
8211         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8212         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8213         * tests/check/elements/audiochebyshevfreqlimit.c:
8214         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8215         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8216         Add unit tests for the chebyshev filters.
8217
8218         * docs/plugins/Makefile.am:
8219         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8220         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8221         * docs/plugins/gst-plugins-good-plugins.args:
8222         * docs/plugins/inspect/plugin-1394.xml:
8223         * docs/plugins/inspect/plugin-audiofx.xml:
8224         * docs/plugins/inspect/plugin-dv.xml:
8225         * docs/plugins/inspect/plugin-flac.xml:
8226         * docs/plugins/inspect/plugin-jpeg.xml:
8227         * docs/plugins/inspect/plugin-png.xml:
8228         * docs/plugins/inspect/plugin-rtp.xml:
8229         * docs/plugins/inspect/plugin-shout2send.xml:
8230         * docs/plugins/inspect/plugin-wavpack.xml:
8231         And add docs for the chebyshev filters. While doing
8232         that also run make update in docs/plugins.
8233
8234 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8235
8236         * ext/annodex/gstcmmltag.c:
8237         * gst/rtp/gstrtpvorbispay.c:
8238           Make ro memory to share.
8239
8240 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8241
8242         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8243         Improve UDP performance by avoiding a select() when we have data
8244         available immediatly.
8245
8246 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8247
8248         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8249         (gst_rtp_dec_class_init):
8250         * gst/rtsp/gstrtpdec.h:
8251         Add (dummy) SSRC management signals.
8252
8253         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8254         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8255         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8256         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8257         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8258         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8259         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8260         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8261         * gst/rtsp/gstrtspsrc.h:
8262         Add connection-speed property.
8263         Add find_stream helper functions.
8264         Handle stream EOS based on BYE messages or SSRC timeout.
8265         Returns SUCCESS from the state change function as we hide our async
8266         elements from the parent.
8267
8268 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8269
8270         * gst/debug/rndbuffersize.c:
8271           Fix da leak.
8272
8273 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8274
8275         * gst/debug/Makefile.am:
8276         * gst/debug/breakmydata.c:
8277         * gst/debug/gstdebug.c:
8278         * gst/debug/negotiation.c:
8279         * gst/debug/progressreport.c:
8280         * gst/debug/rndbuffersize.c:
8281         * gst/debug/testplugin.c:
8282           Add new test element and clean-up the others a little.
8283
8284 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8285
8286         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8287         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8288
8289 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8290
8291         * gst/rtp/gstrtpilbcdepay.c:
8292           Include stdlib.
8293
8294 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8295
8296         * gst/rtp/gstrtpmpvdepay.c:
8297         Set the mpegversion in the caps so that autoplugging does not get
8298         confused.
8299
8300 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8301
8302         * po/hu.po:
8303         * po/uk.po:
8304         * po/vi.po:
8305           Updated translations.
8306
8307 2007-08-08  Michael Smith <msmith@fluendo.com>
8308
8309         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8310           Render right border in the correct location.
8311
8312 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8313
8314         Patch by: Olivier Crete <tester at tester dot ca>
8315
8316         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8317         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8318         Make mode property a string. Fixes #464475.
8319
8320 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8321
8322         * ext/flac/gstflacenc.c:
8323           Widen caps to match decoder a bit and add more FIXMEs.
8324
8325 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8326
8327         patch by: Mark Nauwelaerts <manauw@skynet.be>
8328
8329         * gst/avi/gstavimux.c:
8330           Fix ODML index tag numbering. Fixes #463624.
8331
8332 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8333
8334         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8335         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8336         (gst_rtspsrc_stream_configure_tcp),
8337         (gst_rtspsrc_stream_configure_udp_sink):
8338         Fix default clock-rate for realmedia.
8339         Fix parsing of transport.
8340         Don't try to link NULL pads.
8341
8342 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8343
8344         * po/POTFILES.skip:
8345           Add POTFILES.skip with list of source files that aren't disted at the
8346           moment but contain translatable strings. Should hopefully pacify
8347           broken tools and make it clearer that these files are left out
8348           intentionally (#461600).
8349
8350 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8351
8352         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8353         If the buffer was entirely clipped ... don't try sending it :)
8354
8355 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8356
8357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8358         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8359         (gst_rtspsrc_create_transports_string),
8360         (gst_rtspsrc_prepare_transports):
8361         If we don't hav a session manager, set the caps on outgoing buffers
8362         ourselves.
8363         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8364         Append final bit of the transport string even when it does not contain a
8365         placeholder.
8366
8367 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8368
8369         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8370         (gst_rtsp_ext_list_connect):
8371         * gst/rtsp/gstrtspext.h:
8372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8373         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8374         Clean up the interface list.
8375         Allow connecting to interface signals for the extensions.
8376         Remove old extension code.
8377         Free list on cleanup.
8378         Allow extensions to send additional RTSP messages.
8379
8380 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8381
8382         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8383         Handle a NULL gconf key gracefully by rendering the default element.
8384
8385 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8386
8387         * gst/rtsp/gstrtspext.h:
8388         Fix include path for extension interface.
8389
8390 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8391
8392         * gst/audiofx/audioamplify.h:
8393         Also remove a now unecessary variable here.
8394
8395 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8396
8397         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8398         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8399         * gst/audiofx/audiodynamic.c:
8400         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8401         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8402         * gst/audiofx/audiodynamic.h:
8403         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8404         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8405         * gst/audiofx/audioinvert.h:
8406         Don't save format information ourselves, this is already saved in
8407         GstAudioFilter.
8408
8409 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8410
8411         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8412         (gst_rtsp_ext_list_stream_select):
8413         * gst/rtsp/gstrtspext.h:
8414         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8415         Use rank to filter out extensions.
8416         Add url to stream_select interface call.
8417
8418 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8419
8420         * gst/rtsp/Makefile.am:
8421         * gst/rtsp/base64.c:
8422         * gst/rtsp/base64.h:
8423         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8424         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8425         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8426         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8427         (gst_rtsp_ext_list_setup_media),
8428         (gst_rtsp_ext_list_configure_stream),
8429         (gst_rtsp_ext_list_get_transports),
8430         (gst_rtsp_ext_list_stream_select):
8431         * gst/rtsp/gstrtspext.h:
8432         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8433         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8434         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8435         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8436         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8437         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8438         (gst_rtspsrc_stream_configure_tcp),
8439         (gst_rtspsrc_stream_configure_mcast),
8440         (gst_rtspsrc_stream_configure_udp),
8441         (gst_rtspsrc_stream_configure_udp_sink),
8442         (gst_rtspsrc_stream_configure_transport),
8443         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8444         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8445         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8446         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8447         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8448         (gst_rtspsrc_parse_methods),
8449         (gst_rtspsrc_create_transports_string),
8450         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8451         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8452         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8453         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8454         * gst/rtsp/gstrtspsrc.h:
8455         * gst/rtsp/rtsp.h:
8456         * gst/rtsp/rtspconnection.c:
8457         * gst/rtsp/rtspconnection.h:
8458         * gst/rtsp/rtspdefs.c:
8459         * gst/rtsp/rtspdefs.h:
8460         * gst/rtsp/rtspext.h:
8461         * gst/rtsp/rtspextwms.c:
8462         * gst/rtsp/rtspextwms.h:
8463         * gst/rtsp/rtspmessage.c:
8464         * gst/rtsp/rtspmessage.h:
8465         * gst/rtsp/rtsprange.c:
8466         * gst/rtsp/rtsprange.h:
8467         * gst/rtsp/rtsptransport.c:
8468         * gst/rtsp/rtsptransport.h:
8469         * gst/rtsp/rtspurl.c:
8470         * gst/rtsp/rtspurl.h:
8471         * gst/rtsp/sdp.h:
8472         * gst/rtsp/sdpmessage.c:
8473         * gst/rtsp/sdpmessage.h:
8474         * gst/rtsp/test.c:
8475         Use shiny new RTSP and SDP library.
8476         Implement RTSP extensions using the new interface.
8477         Remove a lot of old code.
8478
8479 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8480
8481         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8482         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8483
8484 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8485
8486         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8487         Don't unref the outgoing buffer twice when dropping it because it's
8488         outside of the segment.
8489
8490 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8491
8492         * configure.ac:
8493         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8494         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8495         Use the new buffer clipping function from gstaudio here and
8496         require gst-plugins-base CVS.
8497         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8498         For framed Wavpack buffers we require a valid timestamp.
8499
8500 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8501
8502         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8503         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8504         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8505         Clip raw audio and video when we can, keep track of current output
8506         segment.
8507         Don't leak buffers and events when there is no output pad.
8508         Improve debugging here and there.
8509
8510 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8511
8512         * configure.ac:
8513           Sync liboil check with plugins-base.
8514
8515 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8516
8517         * ext/annodex/Makefile.am:
8518           Fix CFLAGS/LIBS.
8519
8520         * ext/cdio/gstcdiocddasrc.c:
8521         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8522           Include stdlib
8523
8524         * ext/cairo/Makefile.am:
8525         * gst/videofilter/Makefile.am:
8526         * tests/examples/level/Makefile.am:
8527           Use $(LIBM) instead of -lm
8528
8529 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8530
8531         * sys/v4l2/gstv4l2src.c:
8532           Add another example pipeline.
8533
8534 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8535
8536         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8537
8538         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8539           Use define here.
8540
8541         * sys/v4l2/gstv4l2tuner.c:
8542         (gst_v4l2_tuner_set_frequency_and_notify):
8543           Don't touch the property - its still disabled.
8544
8545         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8546         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8547         * sys/v4l2/v4l2src_calls.h:
8548           Improve fallback format negotionation. Fixes #451388
8549
8550 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8551
8552         * tests/check/elements/videocrop.c: (GST_START_TEST):
8553           Fix the test.
8554
8555 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8556
8557         * docs/plugins/Makefile.am:
8558         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8559         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8560         * docs/plugins/inspect/plugin-jpeg.xml:
8561         * docs/plugins/inspect/plugin-png.xml:
8562         * ext/jpeg/gstjpegdec.c:
8563         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8564         (gst_pngdec_sink_setcaps):
8565           More docs. More logs in pngdec.
8566
8567 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8568
8569         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8570           Initialize num_buffers with minimum value.
8571
8572         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8573         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8574           Handle frame-size query failure gracefully.
8575
8576 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8577
8578         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8579         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8580         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8581         of qt/aac files.
8582
8583 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8584
8585         * ext/wavpack/gstwavpackdec.c:
8586         (gst_wavpack_dec_clip_outgoing_buffer):
8587         Fix buffer clipping to correctly clip to the segment stop.
8588
8589 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8590
8591         * configure.ac:
8592         * tests/Makefile.am:
8593         Remove bogus check for libcheck, since we check for
8594         gstreamer-check and it pulls in the required info from there,
8595         and we weren't actually _using_ the information for libcheck
8596         ourselves anyway.
8597
8598 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8599
8600         * configure.ac:
8601           Use pkg-config to locate check.
8602
8603 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8604
8605         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8606         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8607         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8608         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8609         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8610         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8611         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8612         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8613         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8614         * gst/effectv/gstrev.c: (gst_revtv_transform):
8615         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8616         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8617         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8618         * gst/matroska/matroska-demux.c:
8619         (gst_matroska_demux_add_wvpk_header),
8620         (gst_matroska_demux_check_subtitle_buffer),
8621         (gst_matroska_decode_buffer):
8622         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8623           Fix build against core CVS.
8624
8625 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8626
8627         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8628         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8629         don't have enough granularity to convert that boolean into a
8630         GstFlowReturn.
8631
8632 2007-07-06  Michael Smith <msmith@fluendo.com>
8633
8634         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8635         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8636         (gst_alawdec_change_state):
8637         * gst/law/alaw-decode.h:
8638         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8639         (gst_mulawdec_class_init), (gst_mulawdec_init),
8640         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8641         * gst/law/mulaw-decode.h:
8642           Fix capsnego bogosity in *law decoders. 
8643
8644 2007-07-06  Michael Smith <msmith@fluendo.com>
8645
8646         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8647         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8648         (gst_smokeenc_change_state):
8649         * ext/jpeg/gstsmokeenc.h:
8650           Remove stupidity in get/set caps functions.
8651           Fix some refcounting problems.
8652
8653 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8654
8655         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8656         Remove endianness-flipping hack that seems to have been required
8657         only because of a bug in ffmpegcolorspace.
8658         Partially Fixes: #451908
8659
8660 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8661
8662         * docs/plugins/Makefile.am:
8663           Simplify --extra-dir as gtkdoc scans recursively.
8664
8665 2007-07-03  Wim Taymans  <wim@fluendo.com>
8666
8667         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8668
8669         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8670         Set the encoding-name in the rtp caps to all uppercase, as required by
8671         the caps spec.
8672         Some small cleanups in the error paths. Fixes #453037.
8673
8674 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8675
8676         * ext/wavpack/gstwavpackparse.c:
8677         (gst_wavpack_parse_index_get_last_entry),
8678         (gst_wavpack_parse_index_get_entry_from_sample),
8679         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8680         (gst_wavpack_parse_scan_to_find_sample):
8681         * ext/wavpack/gstwavpackparse.h:
8682         Use a GSList for the GArray that is used like a list anyway.
8683
8684 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8685
8686         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8687         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8688         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8689           Add state change function where we set 0/1 as default framerate in
8690           case our setcaps function isn't called, like it might not in a
8691           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8692           gdkpixbufdec trying to create caps with a 0/0 framerate.
8693           Also post an error message on the bus if gst_pad_push() fails when
8694           called from our sink event handler (+1 for flow returns for event
8695           functions in 0.11) instead of failing silently.
8696
8697 2007-06-27  Wim Taymans  <wim@fluendo.com>
8698
8699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8700         Cast stack args to the proper types. Fixes #451249.
8701
8702 2007-06-27  Wim Taymans  <wim@fluendo.com>
8703
8704         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8705         (new_session_pad), (gst_rtspsrc_setup_streams):
8706         * gst/rtsp/gstrtspsrc.h:
8707         For container formats we only need to activate one of the streams so
8708         that we correctly signal no-more-pads. Fixes #451015.
8709
8710 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8711
8712         * docs/plugins/gst-plugins-good-plugins.args:
8713         * docs/plugins/inspect/plugin-aasink.xml:
8714         * docs/plugins/inspect/plugin-alaw.xml:
8715         * docs/plugins/inspect/plugin-alpha.xml:
8716         * docs/plugins/inspect/plugin-alphacolor.xml:
8717         * docs/plugins/inspect/plugin-annodex.xml:
8718         * docs/plugins/inspect/plugin-apetag.xml:
8719         * docs/plugins/inspect/plugin-audiofx.xml:
8720         * docs/plugins/inspect/plugin-auparse.xml:
8721         * docs/plugins/inspect/plugin-autodetect.xml:
8722         * docs/plugins/inspect/plugin-avi.xml:
8723         * docs/plugins/inspect/plugin-cacasink.xml:
8724         * docs/plugins/inspect/plugin-cairo.xml:
8725         * docs/plugins/inspect/plugin-cdio.xml:
8726         * docs/plugins/inspect/plugin-cutter.xml:
8727         * docs/plugins/inspect/plugin-debug.xml:
8728         * docs/plugins/inspect/plugin-efence.xml:
8729         * docs/plugins/inspect/plugin-effectv.xml:
8730         * docs/plugins/inspect/plugin-esdsink.xml:
8731         * docs/plugins/inspect/plugin-flac.xml:
8732         * docs/plugins/inspect/plugin-flxdec.xml:
8733         * docs/plugins/inspect/plugin-gconfelements.xml:
8734         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8735         * docs/plugins/inspect/plugin-goom.xml:
8736         * docs/plugins/inspect/plugin-halelements.xml:
8737         * docs/plugins/inspect/plugin-icydemux.xml:
8738         * docs/plugins/inspect/plugin-id3demux.xml:
8739         * docs/plugins/inspect/plugin-jpeg.xml:
8740         * docs/plugins/inspect/plugin-ladspa.xml:
8741         * docs/plugins/inspect/plugin-level.xml:
8742         * docs/plugins/inspect/plugin-matroska.xml:
8743         * docs/plugins/inspect/plugin-mulaw.xml:
8744         * docs/plugins/inspect/plugin-multipart.xml:
8745         * docs/plugins/inspect/plugin-navigationtest.xml:
8746         * docs/plugins/inspect/plugin-ossaudio.xml:
8747         * docs/plugins/inspect/plugin-png.xml:
8748         * docs/plugins/inspect/plugin-quicktime.xml:
8749         * docs/plugins/inspect/plugin-rtp.xml:
8750         * docs/plugins/inspect/plugin-rtsp.xml:
8751         * docs/plugins/inspect/plugin-smpte.xml:
8752         * docs/plugins/inspect/plugin-speex.xml:
8753         * docs/plugins/inspect/plugin-taglib.xml:
8754         * docs/plugins/inspect/plugin-udp.xml:
8755         * docs/plugins/inspect/plugin-videobalance.xml:
8756         * docs/plugins/inspect/plugin-videobox.xml:
8757         * docs/plugins/inspect/plugin-videocrop.xml:
8758         * docs/plugins/inspect/plugin-videoflip.xml:
8759         * docs/plugins/inspect/plugin-videomixer.xml:
8760         * docs/plugins/inspect/plugin-wavenc.xml:
8761         * docs/plugins/inspect/plugin-wavparse.xml:
8762         * docs/plugins/inspect/plugin-ximagesrc.xml:
8763           Update docs with caps info.
8764
8765 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8766
8767         * po/POTFILES.in:
8768           Add more files with translatable strings (#450878).
8769
8770 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8771
8772         * MAINTAINERS:
8773         Updating all the maintainers files
8774
8775 2007-06-22  Edward Hervey  <edward@fluendo.com>
8776
8777         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8778         * gst/interleave/deinterleave.c: (deinterleave_init),
8779         (deinterleave_sink_link):
8780         * gst/interleave/interleave.c: (interleave_init):
8781         * gst/median/gstmedian.c: (gst_median_init):
8782         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8783         Fix memory leaks.
8784         * tests/check/elements/id3demux.c: (pad_added_cb):
8785         Remove unused variable.
8786
8787 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8788
8789         * ext/gconf/gconf.h:
8790         Make the prototype of gst_gconf_get_key_for_sink_profile
8791         match the implementation.
8792         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8793         Fixes: #449747
8794
8795 2007-06-20  Michael Smith <msmith@fluendo.com>
8796
8797         * gst/rtp/gstrtpdepay.c:
8798           Fix description - rtpdepay is not a payloader.
8799
8800 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8801
8802         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8803         (qtdemux_video_caps):
8804         * gst/qtdemux/qtdemux_fourcc.h:
8805           Add MJPG to the variants of motion jpeg.
8806
8807 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         * tests/check/Makefile.am:
8810         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8811         * tests/check/elements/videocrop.c: (GST_START_TEST):
8812         * tests/check/elements/videofilter.c:
8813         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8814         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8815           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8816           error flags are included and it errors out on compiler warnings
8817           for CVS builds; remove unused variables in various unit tests.
8818
8819 2007-06-19  Wim Taymans  <wim@fluendo.com>
8820
8821         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8822         (rtsp_connection_close), (rtsp_connection_free):
8823         Use threadsafe inet_ntop to convert an ip number to a string. 
8824         Fixes #447961.
8825         Don't leak fd (and ip) when freeing a connection without first closing
8826         it.
8827
8828 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8829
8830         * configure.ac:
8831         Back to CVS
8832
8833         * gst-plugins-good.doap:
8834         Add 0.10.6 to the doap file.
8835
8836 === release 0.10.6 ===
8837
8838 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8839
8840         * configure.ac:
8841           releasing 0.10.6, "Wobble Board"
8842
8843 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8844
8845         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8846         (rtsp_connection_free):
8847           Revert previous commit again, since we are frozen (sorry).
8848
8849 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8850
8851         Patch by: Peter Kjellerstedt <pkj at axis com>
8852
8853         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8854         (rtsp_connection_free):
8855           inet_ntoa() uses a static buffer internally, so we need to copy the
8856           returned string if we want to store it for later (#447961).
8857
8858 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8859
8860         * win32/vs6/autogen.dsp:
8861         * win32/vs6/gst_plugins_good.dsw:
8862         * win32/vs6/libgstalaw.dsp:
8863         * win32/vs6/libgstalpha.dsp:
8864         * win32/vs6/libgstalphacolor.dsp:
8865         * win32/vs6/libgstapetag.dsp:
8866         * win32/vs6/libgstaudiofx.dsp:
8867         * win32/vs6/libgstauparse.dsp:
8868         * win32/vs6/libgstautodetect.dsp:
8869         * win32/vs6/libgstavi.dsp:
8870         * win32/vs6/libgstcutter.dsp:
8871         * win32/vs6/libgstdirectdraw.dsp:
8872         * win32/vs6/libgstdirectsound.dsp:
8873         * win32/vs6/libgsteffectv.dsp:
8874         * win32/vs6/libgstflx.dsp:
8875         * win32/vs6/libgstgoom.dsp:
8876         * win32/vs6/libgsticydemux.dsp:
8877         * win32/vs6/libgstid3demux.dsp:
8878         * win32/vs6/libgstinterleave.dsp:
8879         * win32/vs6/libgstjpeg.dsp:
8880         * win32/vs6/libgstlevel.dsp:
8881         * win32/vs6/libgstmatroska.dsp:
8882         * win32/vs6/libgstmedian.dsp:
8883         * win32/vs6/libgstmonoscope.dsp:
8884         * win32/vs6/libgstmulaw.dsp:
8885         * win32/vs6/libgstmultipart.dsp:
8886         * win32/vs6/libgstqtdemux.dsp:
8887         * win32/vs6/libgstrtp.dsp:
8888         * win32/vs6/libgstrtsp.dsp:
8889         * win32/vs6/libgstsmpte.dsp:
8890         * win32/vs6/libgstspeex.dsp:
8891         * win32/vs6/libgstudp.dsp:
8892         * win32/vs6/libgstvideobalance.dsp:
8893         * win32/vs6/libgstvideobox.dsp:
8894         * win32/vs6/libgstvideocrop.dsp:
8895         * win32/vs6/libgstvideoflip.dsp:
8896         * win32/vs6/libgstvideomixer.dsp:
8897         * win32/vs6/libgstwaveform.dsp:
8898         * win32/vs6/libgstwavenc.dsp:
8899         * win32/vs6/libgstwavparse.dsp:
8900         Mark *.dsp & *.dsw as binary files and convert to DOS line
8901         endings, as they don't load into VS6 correctly otherwise.
8902
8903 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8904
8905         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8906         (rtsp_connection_connect):
8907         Fix the MingW build. 
8908         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8909         Fixes: #446981
8910
8911 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8912
8913         * tests/check/elements/.cvsignore:
8914         * tests/icles/.cvsignore:
8915         Hush the buildbots up
8916
8917 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8918
8919         * configure.ac:
8920         * sys/Makefile.am:
8921         * sys/directdraw/Makefile.am:
8922         * sys/directsound/Makefile.am:
8923         * sys/waveform/Makefile.am:
8924         Make sure to dist everything needed for win32 builds.
8925
8926 2007-06-14  Edward Hervey  <edward@fluendo.com>
8927
8928         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8929         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8930         caps.
8931         Fixes #447458
8932
8933 2007-06-13  Wim Taymans  <wim@fluendo.com>
8934
8935         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8936         Make sure we allocate enough memory for the codec_data.
8937         Fixes #447210.
8938
8939 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8940
8941         * win32/MANIFEST:
8942         Add videocrop project file to the win32 manifest.
8943         * win32/vs6/gst_plugins_good.dsw:
8944         Add qtdemux,videocrop and waveform projects to the workspace.
8945         * win32/vs6/libgstqtdemux.dsp:
8946         Add zlib to the link list of qtdemux.
8947         * win32/vs6/libgstvideocrop.dsp:
8948         Add a project file for videocrop.
8949
8950 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8951
8952         * po/POTFILES.in:
8953         Add qtdemux for translation
8954
8955 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8956
8957         * configure.ac:
8958         * docs/plugins/Makefile.am:
8959         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8960         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8961         * docs/plugins/inspect/plugin-videocrop.xml:
8962         * gst-plugins-good.spec.in:
8963         * sys/Makefile.am:
8964         * tests/check/Makefile.am:
8965         * tests/icles/Makefile.am:
8966         * tests/icles/videocrop-test.c:
8967         Move videocrop and osxvideo from -bad.
8968
8969 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8970
8971         * configure.ac:
8972         * docs/plugins/Makefile.am:
8973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8974         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8975         * docs/plugins/gst-plugins-good-plugins.args:
8976         * docs/plugins/inspect/plugin-qtdemux.xml:
8977         * docs/plugins/inspect/plugin-quicktime.xml:
8978         * win32/MANIFEST:
8979         Move qtdemux from -bad.
8980
8981         * gst-plugins-good.spec.in:
8982         Update spec file to reflect moving of qtdemux and wavpack
8983
8984 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8985         
8986         * win32/MANIFEST:
8987         * docs/plugins/Makefile.am:
8988         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8989         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8990         * docs/plugins/inspect/plugin-directdraw.xml:
8991         * docs/plugins/inspect/plugin-directsound.xml:
8992         * docs/plugins/inspect/plugin-waveform.xml:
8993         Move the waveform plugin from -bad too. Update the inspect xml
8994         files to mention Plugins Good instead of Plugins Bad.
8995
8996 2007-06-12  Andy Wingo  <wingo@pobox.com>
8997
8998         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
8999         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9000         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9001         finalization and resuscitation. No longer public.
9002         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9003         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9004         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9005         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9006         miniobject semantics, and be threadsafe.
9007         (gst_v4l2src_queue_frame): Remove this function, as we just call
9008         the ioctls directly in the two places where we queue buffers.
9009         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9010         directly.
9011         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9012         to allocate the pool, which also preallocates the GstBuffers.
9013         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9014         queueing the frames directly.
9015         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9016         mmap buffers have been dequeued.
9017
9018         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9019         real MiniObject instead of rolling our own refcounting and
9020         finalizing. Give it a lock.
9021         (struct _GstV4l2Buffer): Remove one intermediary object, having
9022         the buffers hold the struct v4l2_buffer directly.
9023
9024         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9025         capture_init so that it can set them on the buffers that it will
9026         create.
9027         (gst_v4l2src_get_read): For better or for worse, include the
9028         timestamping and offsetting code here; really we should be using
9029         bufferalloc though.
9030         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9031         preallocated, mmap'd buffers.
9032
9033 2007-06-11  Wim Taymans  <wim@fluendo.com>
9034
9035         Patch by: daniel fischer <dan at f3c dot com>
9036
9037         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9038         (gst_ximage_src_get_caps):
9039         Actually use the display_name property so that we can dump any
9040         available X display. Fixes #445905.
9041
9042 2007-06-11  Wim Taymans  <wim@fluendo.com>
9043
9044         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9045
9046         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9047         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9048         Add missing rate fields to caps. Fixes #441118.
9049
9050 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9051
9052         * win32/vs6/gst_plugins_good.dsw:
9053         * win32/vs8/gst-plugins-good.sln:
9054         Add DirectSound and DirectDraw sinks project files to
9055         workspace and solution files.
9056
9057 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9058
9059         Patch by: Josh Coalson <xflac at yahoo dot com>,
9060         updated by Alexis Ballier <aballier at gentoo dot org>:
9061
9062         * configure.ac:
9063         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9064         (gst_flac_dec_setup_seekable_decoder),
9065         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9066         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9067         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9068         * ext/flac/gstflacdec.h:
9069         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9070         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9071         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9072         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9073         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9074         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9075         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9076         * ext/flac/gstflacenc.h:
9077         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9078         
9079 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9080
9081         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9082         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9083         not necessary anymore as we need at least that core version. 
9084
9085 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9086
9087         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9088         (gst_wavpack_dec_chain):
9089         * ext/wavpack/gstwavpackdec.h:
9090         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9091         (gst_wavpack_parse_push_buffer):
9092         * ext/wavpack/gstwavpackparse.h:
9093         Improve discont handling by checking if the next Wavpack block has
9094         the expected, following block index.
9095
9096 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9097
9098         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9099           Fix element description.
9100
9101 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9102
9103         * configure.ac:
9104         * docs/plugins/Makefile.am:
9105         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9106         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9107         * docs/plugins/gst-plugins-good-plugins.args:
9108         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9109         * docs/plugins/gst-plugins-good-plugins.signals:
9110         * docs/plugins/inspect/plugin-autodetect.xml:
9111         * docs/plugins/inspect/plugin-gconfelements.xml:
9112         * docs/plugins/inspect/plugin-ladspa.xml:
9113         * docs/plugins/inspect/plugin-rtp.xml:
9114         * docs/plugins/inspect/plugin-wavpack.xml:
9115         * ext/Makefile.am:
9116         * tests/check/Makefile.am:
9117           move wavpack plugin.  See #352605.
9118
9119 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9120
9121         * configure.ac:
9122         * docs/plugins/Makefile.am:
9123         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9124         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9125         * docs/plugins/gst-plugins-good-plugins.args:
9126         * sys/Makefile.am:
9127         * win32/MANIFEST:
9128         Add DirectDraw & DirectSound plugins to the build and docs.
9129
9130 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9131
9132         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9133         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9134           When operating in pull mode, error out correct on not-linked.
9135
9136 2007-06-06  Andy Wingo  <wingo@pobox.com>
9137
9138         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9139         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9140         format and size if the ioctls are defined; should fix compilation
9141         on Linux < 2.16.19.
9142
9143 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9144
9145         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9146           Printf fixes in debug statements; use LOG level for debug statements
9147           that are printed for each and every frame; convert c++ comments to
9148           C-style comments; not much point using g_try_malloc() if we then not
9149           even check the return value.
9150
9151 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9152
9153         * configure.ac:
9154           Bump requirements to released versions (core and base 0.10.13).
9155
9156         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9157           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9158           own implementation.
9159
9160 2007-06-05  Andy Wingo  <wingo@pobox.com>
9161
9162         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9163         some useless comments.
9164
9165         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9166         frames before calling STREAMON, that might leave them in a state
9167         where they can't be dequeued if we go back to NULL without calling
9168         STREAMON, according to the docs.
9169         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9170         before we call STREAMON.
9171         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9172         failures. (For me this code hung.) The pool refcounting is still
9173         crack; added a note to that effect.
9174
9175 2007-06-05  Wim Taymans  <wim@fluendo.com>
9176
9177         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9178         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9179         Add support for mapping gst structure names to the MIME type equivalent.
9180         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9181
9182 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9183
9184         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9185         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9186         (gst_wavenc_chain), (gst_wavenc_change_state):
9187         * gst/wavenc/gstwavenc.h:
9188         Properly write wav files with width!=depth by having the depth most
9189         significant bytes set and all others zero. Fixes #442535.
9190
9191 2007-06-01  Wim Taymans  <wim@fluendo.com>
9192
9193         * gst/rtsp/rtspconnection.c:
9194         Add include to make buildbot happy.
9195
9196 2007-06-01  Wim Taymans  <wim@fluendo.com>
9197
9198         Patch by: Peter Kjellerstedt  <pkj at axis com>
9199
9200         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9201         (rtsp_connection_connect), (add_date_header),
9202         (rtsp_connection_send), (parse_response_status),
9203         (parse_request_line), (parse_line), (rtsp_connection_receive):
9204         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9205         * gst/rtsp/rtspdefs.h:
9206         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9207         (rtsp_message_init_request), (rtsp_message_init_response),
9208         (rtsp_message_remove_header), (rtsp_message_append_headers),
9209         (rtsp_message_dump):
9210         * gst/rtsp/rtspmessage.h:
9211         Improves version checking, allowing an RTSP server to reply with "505
9212         RTSP Version not supported.
9213         Adds a Date header to all messages.
9214         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9215         want to be able to send a response even if something in the request was
9216         invalid. EINVAL is only used when passing wrong arguments to functions.
9217         Do not handle an invalid method in parse_request_line(). Defer this to
9218         the caller so it can respond with "405 Method Not Allowed".
9219         Improves parsing of the timeout parameter to the Session header,
9220         allowing whitespace after the semicolon. 
9221         Avoids a compiler warning due to variables shadowing a function argument.
9222
9223 2007-06-01  Wim Taymans  <wim@fluendo.com>
9224
9225         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9226
9227         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9228         (gst_rtp_amr_depay_process):
9229         * gst/rtp/gstrtpamrdepay.h:
9230         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9231         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9232         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9233         * gst/rtp/gstrtpamrpay.h:
9234         Add support for AMR-WB.
9235         Small cleanups such as using BOILERPLATE.
9236
9237 2007-05-31  Wim Taymans  <wim@fluendo.com>
9238
9239         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9240         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9241
9242 2007-05-30  Andy Wingo  <wingo@pobox.com>
9243
9244         * sys/v4l2/gstv4l2object.h: 
9245         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9246         unintended changes.
9247
9248         * sys/v4l2/v4l2src_calls.h: 
9249         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9250         the format list in the order that the driver gives it to us.
9251         (gst_v4l2src_probe_caps_for_format_and_size)
9252         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9253         based on the capabilities of the device.
9254         (gst_v4l2src_grab_frame): Update for object variable renaming.
9255         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9256         as in the set_caps below.
9257         (gst_v4l2src_capture_init): Update for object variable renaming,
9258         and reflow.
9259         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9260         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9261         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9262         (gst_v4l2src_get_fps): Remove; these functions don't have much
9263         meaning outside of an atomic set_caps method.
9264         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9265         known.
9266
9267         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9268         call to update_fps; not sure about this change.
9269         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9270         moment we don't have an update_fps_func.
9271
9272         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9273         structures in the object, just store what we need. Do store the
9274         probed caps of the device. Don't store the current frame rate.
9275
9276         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9277         update_fps_function, for now. Update for new object variable
9278         naming.
9279         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9280         new object variable naming.
9281         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9282         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9283         (gst_v4l2src_get_caps): Rework to probe the device for supported
9284         frame sizes and frame rates.
9285         (gst_v4l2src_set_caps): Rework to be strict in the given
9286         parameters: if someone asks us to have a certain size and rate,
9287         that is what we configure.
9288         (gst_v4l2src_get_read): Update for object variable naming. Don't
9289         leak buffers on short reads.
9290         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9291         comments.
9292         (gst_v4l2src_create): Update for object variable naming.
9293
9294 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9295
9296         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9297         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9298         * gst/avi/gstavidemux.h:
9299           Parse subtitle text streams instead of erroring out (#442034). Still
9300           needs a parser for the subtitles to actually show up.
9301
9302 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9303
9304         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9305         (gst_avi_demux_loop):
9306           Make _push_event() return TRUE if the event could be pushed on at
9307           least one pad and not only if it could be pushed on all pads,
9308           otherwise we'll end up posting an error message on EOS if one or
9309           more source pads are not connected.
9310
9311 2007-05-28  Wim Taymans  <wim@fluendo.com>
9312
9313         * gst/rtsp/rtsptransport.c:
9314         Use renamed RTP bin.
9315
9316 2007-05-28  Wim Taymans  <wim@fluendo.com>
9317
9318         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9319
9320         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9321         (gst_video_box_set_property), (gst_video_box_transform_caps),
9322         (video_box_recalc_transform), (gst_video_box_set_caps),
9323         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9324         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9325         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9326         (gst_video_box_i420_i420), (gst_video_box_transform),
9327         (plugin_init):
9328         Add AYUV->AYUV and AYUV->I420 formats. 
9329         Fix negotiation and I420->AYUV conversion.
9330         Fixes #429329.
9331
9332 2007-05-26  Wim Taymans  <wim@fluendo.com>
9333
9334         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9335         Use different variables for nested for loops so that the outer loop
9336         functions properly and speex files with multiple frames per buffer work
9337         properly.
9338         Fixes #441408.
9339
9340 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9341
9342         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9343           Don't leak newsegment events.
9344
9345 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9346
9347         * gst/wavparse/Makefile.am:
9348           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9349           drags it in.
9350
9351 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9352
9353         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9354         (notgst_value_array_append_buffer),
9355         (gst_flac_enc_process_stream_headers),
9356         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9357         (gst_flac_enc_change_state):
9358         * ext/flac/gstflacenc.h:
9359           Collect headers, add "streamheader" field to output caps and set
9360           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9361           produces output according to the official FLAC-to-Ogg mapping
9362           instead of completely broken files. Fixes #426044.
9363
9364 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9365
9366         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9367         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9368         (gst_id3demux_sink_event):
9369         * gst/id3demux/gstid3demux.h:
9370         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9371         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9372         (gst_tag_demux_send_new_segment):
9373         Handle and adjust new-segment events so that downstream really
9374         sees a stream with the tag pieces stripped off the front and back.
9375         Fixes strangeness in seeking when mp3 decoders use the new-segment
9376         byte position to estimate their current playback position timestamp
9377         and then the arriving buffers don't match up.
9378
9379 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9380
9381         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9382           Don't unnecessarily perform a READY->NULL->READY transition on the
9383           detected audio sink when starting up. Fixes: #440127
9384
9385 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9386
9387         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9388         (gst_flac_enc_chain):
9389           Don't crash in chain function if setcaps hasn't been called.
9390
9391 2007-05-24  Wim Taymans  <wim@fluendo.com>
9392
9393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9394         Init value to avoid infinte loops.
9395
9396 2007-05-24  Wim Taymans  <wim@fluendo.com>
9397
9398         Patch by: Peter Kjellerstedt  <pkj at axis com>
9399
9400         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9401         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9402         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9403         (gst_rtspsrc_play):
9404         (rtsp_connection_send), (rtsp_connection_receive):
9405         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9406         Fix for new API.
9407
9408         * gst/rtsp/rtspconnection.c: (add_auth_header),
9409         Only add authorisation and session headers when sending messages.
9410
9411         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9412         (rtsp_message_init_request), (rtsp_message_init_response),
9413         (rtsp_message_unset), (rtsp_message_add_header),
9414         (rtsp_message_remove_header), (rtsp_message_get_header),
9415         (rtsp_message_append_headers), (dump_key_value),
9416         (rtsp_message_dump):
9417         * gst/rtsp/rtspmessage.h:
9418         Add support for multiple headers of the same type by storing the parsed
9419         headers in a GArray instaed of a hashtable.
9420
9421 2007-05-21  Wim Taymans  <wim@fluendo.com>
9422
9423         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9424         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9425         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9426         safer shutdown.
9427
9428 2007-05-21  Wim Taymans  <wim@fluendo.com>
9429
9430         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9431         * gst/rtsp/gstrtpdec.h:
9432         Added signal for backwards compat.
9433
9434 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9435         
9436         Patch by: René Stadler <mail at renestadler dot de>
9437
9438         * configure.ac:
9439         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9440         (gst_au_parse_parse_header), (gst_au_parse_chain):
9441         * gst/auparse/gstauparse.h:
9442         Use audioconvert for converting from non-native endianness floats
9443         in auparse instead of doing it ourself. Fixes #424527.
9444         This needs the audioconvert from plugins-base CVS.
9445         
9446 2007-05-21  Wim Taymans  <wim@fluendo.com>
9447
9448         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9449         (gst_rtp_h263p_pay_flush):
9450         Fix enum registration.
9451
9452 2007-05-21  Wim Taymans  <wim@fluendo.com>
9453
9454         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9455
9456         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9457         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9458         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9459         (gst_rtp_h263p_pay_flush):
9460         * gst/rtp/gstrtph263ppay.h:
9461         Add new fragmentation mode base on GOB headers. Fixes #438940.
9462
9463 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9464
9465         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9466           Printf format fix.
9467
9468 2007-05-18  Wim Taymans  <wim@fluendo.com>
9469
9470         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9471         Don't crash when an unsupported transport error was returned by the
9472         server, just try to configure the next stream. Fixes #439255.
9473
9474 2007-05-18  Wim Taymans  <wim@fluendo.com>
9475
9476         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9477         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9478         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9479         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9480         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9481         * gst/rtsp/gstrtspsrc.h:
9482         Add TCP timeout property and use it for all TCP connection.
9483
9484         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9485         (rtsp_connection_write), (rtsp_connection_next_timeout),
9486         (rtsp_connection_reset_timeout):
9487         Make connect and writes cancelable and make them use the timeout.
9488
9489 2007-05-18  Wim Taymans  <wim@fluendo.com>
9490
9491         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9492         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9493         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9494         (gst_rtspsrc_setup_streams):
9495         Refactor timeout handling.
9496         Also send keep-alive when dealing with TCP transport.
9497
9498         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9499         (rtsp_connection_free), (rtsp_connection_next_timeout),
9500         (rtsp_connection_reset_timeout):
9501         * gst/rtsp/rtspconnection.h:
9502         Use a timer to handle the session timeouts, add some methods to deal
9503         with timeouts.
9504
9505 2007-05-17  Wim Taymans  <wim@fluendo.com>
9506
9507         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9508         (gst_rtspsrc_setup_streams):
9509         Ignore streams that fail the setup command, we will retry with a
9510         different transport later on.
9511
9512         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9513         (rtsp_ext_wms_configure_stream):
9514         Fix encoding name case.
9515
9516 2007-05-16  Edward Hervey  <edward@fluendo.com>
9517
9518         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9519         Fix build on macosx.
9520
9521 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9522
9523         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9524         Replace direct comparison of a string with the string literal "" with
9525         a comparison of the first character with '\0'. Fixes #438926.
9526
9527 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9528
9529         * gst/debug/breakmydata.c (gst_break_my_data_init):
9530           One more try. This should be the proper fix now.
9531
9532 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9533
9534         * gst/debug/breakmydata.c:
9535           Ooops, no // comments please.
9536
9537 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9538
9539         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9540         (gst_break_my_data_init):
9541           Fix gst_buffer_is_writable() assertion.
9542
9543 2007-05-14  David Schleef  <ds@schleef.org>
9544
9545         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9546           video/x-raw-bayer.  Fixes #314160.
9547
9548 2007-05-14  Wim Taymans  <wim@fluendo.com>
9549
9550         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9551         (gst_rtp_theora_depay_parse_configuration):
9552         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9553         (gst_rtp_theora_pay_finish_headers),
9554         (gst_rtp_theora_pay_handle_buffer):
9555         Update theora pay/depayloader in a similar to vorbis.
9556
9557         * gst/rtp/gstrtpvorbisdepay.c:
9558         (gst_rtp_vorbis_depay_parse_configuration):
9559         Update docs.
9560
9561 2007-05-14  Wim Taymans  <wim@fluendo.com>
9562
9563         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9564         When we try to execute a method that is not supported by the server,
9565         don't error out but remove the method from the accepted methods so that
9566         we never try to perform this method again.
9567
9568 2007-05-14  Wim Taymans  <wim@fluendo.com>
9569
9570         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9571         Remove annoying _dump_mem.
9572
9573 2007-05-14  Wim Taymans  <wim@fluendo.com>
9574
9575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9576         Parse range correctly.
9577
9578         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9579         The baseurl now always has a '/' at the start.
9580
9581 2007-05-14  Wim Taymans  <wim@fluendo.com>
9582
9583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9584         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9585         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9586         Factor out caps configuration and configure more stuff such as the time
9587         ranges and speed/scale values.
9588
9589         * gst/rtsp/rtsptransport.c:
9590         Add Copyright after non-trival fixes.
9591
9592 2007-05-12  Wim Taymans  <wim@fluendo.com>
9593
9594         Patch by: Peter Kjellerstedt  <pkj at axis com>
9595
9596         * gst/rtsp/gstrtspsrc.h:
9597         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9598         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9599         (rtsp_message_get_header):
9600         * gst/rtsp/rtspmessage.h:
9601         Make channel guint8 where possible.
9602         Make rtsp_message_init_data() take the channel as a guint8.
9603
9604         * gst/rtsp/rtspdefs.c:
9605         Fixed a typo: Timout -> Timeout
9606
9607         * gst/rtsp/rtspdefs.h:
9608         Make RTSP_CHECK() behave as a statement.
9609
9610         * gst/rtsp/sdpmessage.c:
9611         Avoid a compiler warning in INIT_ARRAY().
9612         Fixes #437692.
9613
9614 2007-05-12  Wim Taymans  <wim@fluendo.com>
9615
9616         Patch by: Peter Kjellerstedt  <pkj at axis com>
9617
9618         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9619         (rtsp_url_get_request_uri):
9620         * gst/rtsp/rtspurl.h:
9621         Add support for query parameters to RTSP URLs.
9622
9623 2007-05-12  Wim Taymans  <wim@fluendo.com>
9624
9625         Patch by: Peter Kjellerstedt  <pkj at axis com>
9626
9627         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9628         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9629         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9630         (rtsp_transport_parse), (rtsp_transport_as_text):
9631         * gst/rtsp/rtsptransport.h:
9632         Add validation to rtsp_transport_parse().
9633         Add rtsp_transport_as_text() to generate an RTSP header from an
9634         RTSPTransport.
9635         Change ssrc to guint (was a string) since that is what it is, even
9636         though it is sent as a hex string.
9637         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9638         incorrect, which can be seen when looking at the examples in the RFC).
9639         Fixes #437670.
9640
9641 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9642
9643         Patch by: Eric Anholt
9644
9645         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9646           gst_ximage_src_ximage_get):
9647         Use union of all damage between frames to make it faster.
9648         Fixes bug #342463.
9649         Also fix crasher when cursor is at bottom right of window.
9650
9651 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9652
9653         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9654           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9655           streaming mode regression for file from #343837 with 'bext' chunk
9656           before the 'fmt' chunk.
9657
9658 2007-05-11  Wim Taymans  <wim@fluendo.com>
9659
9660         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9661         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9662         (gst_rtspsrc_handle_src_event),
9663         (gst_rtspsrc_stream_configure_manager),
9664         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9665         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9666         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9667         * gst/rtsp/gstrtspsrc.h:
9668         * gst/rtsp/rtspdefs.h:
9669         Preliminary seek support.
9670         Activate internal pads so that we can receive events on them.
9671         Don't try to parse a range string when it's NULL.
9672
9673 2007-05-11  Wim Taymans  <wim@fluendo.com>
9674
9675         * gst/rtp/README:
9676         Update README with new RTP variables that will be used for
9677         synchronisation.
9678
9679         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9680         (gst_rtp_vorbis_depay_parse_configuration),
9681         (gst_rtp_vorbis_depay_process):
9682         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9683         (gst_rtp_vorbis_pay_finish_headers),
9684         (gst_rtp_vorbis_pay_handle_buffer):
9685         Update vorbis pay and depayloader to draft-04.
9686
9687 2007-05-11  Wim Taymans  <wim@fluendo.com>
9688
9689         * gst/rtsp/rtsptransport.c:
9690         UDP MCAST is actually the default for RTP/AVP.
9691 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9692
9693         * gst/level/gstlevel.c: (gst_level_transform_ip):
9694         Use guint8 * instead of gpointer then vs6 can build 
9695         in_data += (filter->width / 8).
9696
9697 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9698
9699         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9700           gst_ximage_src_ximage_get):
9701         * sys/ximage/gstximagesrc.h (last_ximage):
9702         When using Damage actually keep the last frame, and not assume
9703         that the buffer we get already has the last frame on it.
9704         Copy the cursor over if we specify a non-zero start x and
9705         start y.
9706
9707 2007-05-11  Wim Taymans  <wim@fluendo.com>
9708
9709         * gst/rtsp/rtsptransport.c:
9710         Make UDP the default transport when not specified.
9711
9712 2007-05-09  David Schleef  <ds@schleef.org>
9713
9714         * gst/level/gstlevel.c:
9715           Revert last change.
9716
9717 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9718
9719         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9720         (gst_level_transform_ip):
9721         Use guint8 * instead of gpointer then vs6 know the size of data
9722         pointed when moving the pointer.
9723         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9724         Move instructions after variables declaration.
9725         * win32/vs6/autogen.dsp:
9726         * win32/vs6/libgstrtp.dsp:
9727         * win32/vs6/libgstrtsp.dsp:
9728         Update vs6 project files.
9729
9730 2007-05-09  Wim Taymans  <wim@fluendo.com>
9731
9732         * gst/rtsp/Makefile.am:
9733         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9734         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9735         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9736         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9737         (rtsp_range_free):
9738         * gst/rtsp/rtsprange.h:
9739         Add code to parse time ranges.
9740         Report DURATION on the stream when possible.
9741
9742 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9743
9744         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9745         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9746         (gst_videomixer_collected):
9747           Fix strides calculation for AYUV (it's just width*4) (#436910).
9748
9749 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9750
9751         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9752         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9753         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9754         Sync the GObject properties before each processing step to properly
9755         work with the controller.
9756
9757 2007-05-04  Wim Taymans  <wim@fluendo.com>
9758
9759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9760         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9761         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9762         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9763         (gst_rtspsrc_change_state):
9764         Let more error state trickle down so that we can catch more error
9765         cases.
9766         Handle keep-alive a little smarter by selecting a method the server
9767         actually supports.
9768         Fix a race in UDP streaming shutdown.
9769
9770 2007-05-04  Wim Taymans  <wim@fluendo.com>
9771
9772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9773         Ignore errors when trying to use the keep-alive messages.
9774
9775 2007-05-04  Wim Taymans  <wim@fluendo.com>
9776
9777         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9778         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9779         (gst_rtspsrc_stream_configure_manager),
9780         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9781         (gst_rtspsrc_stream_configure_mcast),
9782         (gst_rtspsrc_stream_configure_udp),
9783         (gst_rtspsrc_stream_configure_udp_sink),
9784         (gst_rtspsrc_stream_configure_transport):
9785         Send RTCP messages back to the server over the TCP connection.
9786
9787         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9788         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9789         (rtsp_connection_receive):
9790         * gst/rtsp/rtspconnection.h:
9791         Factor out and expose lowlevel _write and _read methods.
9792         Implement sending data messages to the server.
9793
9794 2007-05-03  Wim Taymans  <wim@fluendo.com>
9795
9796         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9797         (gst_multipart_mux_collected):
9798         Fix timestamps on outgoing buffers.
9799
9800 2007-05-03  Wim Taymans  <wim@fluendo.com>
9801
9802         * gst/multipart/multipartmux.c:
9803         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9804         (gst_multipart_mux_change_state):
9805         Emit NEWSEGMENT events before pushing the first buffer.
9806
9807 2007-05-03  Wim Taymans  <wim@fluendo.com>
9808
9809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9810         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9811         (gst_rtspsrc_handle_src_query),
9812         (gst_rtspsrc_stream_configure_manager),
9813         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9814         (gst_rtspsrc_stream_configure_mcast),
9815         (gst_rtspsrc_stream_configure_udp),
9816         (gst_rtspsrc_stream_configure_udp_sink),
9817         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9818         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9819         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9820         (gst_rtspsrc_pause):
9821         Refactor transport configuration code.
9822         Create internal pads for TCP transport so that we can implement events
9823         and queries.
9824         Handle events and queries.
9825         Parse range from the SDP.
9826         Fix race in pause handler where the connection could still be flushing.
9827
9828 2007-05-02  Wim Taymans  <wim@fluendo.com>
9829
9830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9831         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9832         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9833         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9834         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9835         (gst_rtspsrc_change_state):
9836         * gst/rtsp/gstrtspsrc.h:
9837         Fix race when multiple udp sources post timeouts, just act on the first
9838         received timeout.
9839         Protect stream list with a recursive lock to fix some races.
9840         Flush connection when we need to do a reconnect or stop.
9841         Make state lock recursive.
9842
9843         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9844         (rtsp_connection_close):
9845         Some small cleanups.
9846
9847 2007-05-02  Wim Taymans  <wim@fluendo.com>
9848
9849         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9850         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9851         Only set DISCONT when there actually is a discont or when we just
9852         started.
9853
9854 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9855
9856         * ext/flac/gstflac.c: (plugin_init):
9857         Call bindtextdomain() to get localized strings.
9858
9859 2007-05-02  Wim Taymans  <wim@fluendo.com>
9860
9861         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9862         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9863         (gst_wavparse_stream_data):
9864         * gst/wavparse/gstwavparse.h:
9865         Be a bit more clever when dealing with VBR files with FACT tags, we
9866         don't want to timestamp buffers in that case but the estimated BPS can
9867         be used for seeking.
9868         Only send close segment in the streaming thread.
9869
9870 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9871
9872         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9873         Correctly post an error on the bus if something went wrong in the loop
9874         function. This fixes a few cases where the task was paused and nothing
9875         happened anymore.
9876
9877 2007-05-02  Wim Taymans  <wim@fluendo.com>
9878
9879         * gst/rtsp/test.c: (main):
9880         Fix compilation of deprecated test just because I'm too lazy to delete
9881         it.
9882
9883 2007-05-02  Wim Taymans  <wim@fluendo.com>
9884
9885         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9886         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9887         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9888         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9889         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9890         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9891         * gst/rtsp/gstrtspsrc.h:
9892         Fix sending RTCP to the right place.
9893         Fix bug in reffing the wrong UDP element.
9894         Use new pad names for the session manager.
9895         Implement handling server requests in interleaved and UDP modes.
9896         Handle session keep-alive in UDP modes.
9897         Remove GCond for handling UDP timeouts.
9898
9899         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9900         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9901         (rtsp_connection_receive), (rtsp_connection_close):
9902         * gst/rtsp/rtspconnection.h:
9903         Store connection IP address for later.
9904         Add timeout args to all operations that might block forever.
9905         Parse session timeout.
9906         Only close sockets when not already closed.
9907
9908         * gst/rtsp/rtspdefs.c:
9909         * gst/rtsp/rtspdefs.h:
9910         Add timeout return value and error string.
9911
9912         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9913         Add small comment.
9914
9915 2007-05-01  Wim Taymans  <wim@fluendo.com>
9916
9917         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9918
9919         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9920         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9921         * gst/rtp/gstrtpmp4vpay.h:
9922         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9923
9924 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9925
9926         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9927           Remove v4l2src from docs, since it breaks the docs build, and the
9928           plugin is only built if --enable-experimental is used anyway.
9929
9930         * docs/plugins/Makefile.am:
9931           Spaces => tab.
9932
9933 2007-04-29  Wim Taymans  <wim@fluendo.com>
9934
9935         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9936         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9937         Add code to drop membership of a multicast group.
9938
9939         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9940         (gst_udpsink_set_uri):
9941         Implement URI handler.
9942
9943         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9944         (gst_rtspsrc_parse_rtpinfo):
9945         Use URI handler to make udpsink instace.
9946         Improve code to configure port and destination.
9947
9948 2007-04-29  Wim Taymans  <wim@fluendo.com>
9949
9950         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9951         Fix multicast detection.
9952         Don't try to join a multicast group if the address is not multicast.
9953
9954         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9955         Small debug improvement.
9956
9957 2007-04-27  Wim Taymans  <wim@fluendo.com>
9958
9959         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9960         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9961         (gst_rtspsrc_handle_message):
9962         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9963         parent.
9964
9965 2007-04-27  Wim Taymans  <wim@fluendo.com>
9966
9967         * gst/rtp/gstrtpilbcdepay.h:
9968         Fix mode property when specified as an arg.
9969
9970 2007-04-26  Edward Hervey  <edward@fluendo.com>
9971
9972         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9973         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9974         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9975         * docs/plugins/inspect/plugin-osxaudio.xml:
9976         Add documentation for osxaudio plugin.
9977
9978 2007-04-26  Wim Taymans  <wim@fluendo.com>
9979
9980         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9981         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9982         (gst_rtspsrc_open), (gst_rtspsrc_close),
9983         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9984         (gst_rtspsrc_pause):
9985         * gst/rtsp/gstrtspsrc.h:
9986         Protect state changes with a lock.
9987
9988         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9989         (parse_line):
9990         * gst/rtsp/rtspconnection.h:
9991         Remove some unused stuff.
9992
9993 2007-04-26  Wim Taymans  <wim@fluendo.com>
9994
9995         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
9996         Handle the case where there are exactly 0 bytes to read and the ioctl
9997         did not report an error. Fixes #433530.
9998
9999 2007-04-26  Wim Taymans  <wim@fluendo.com>
10000
10001         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10002         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10003         * gst/wavparse/gstwavparse.h:
10004         Apply DISCONT to buffers.
10005         Only apply timestamp to the first sample after a DISCONT, too many VBR
10006         files cause random jitter in the timestamps. Fixes #433119.
10007
10008 2007-04-25  Wim Taymans  <wim@fluendo.com>
10009
10010         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10011         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10012         (gst_rtp_dec_get_property):
10013         * gst/rtsp/gstrtpdec.h:
10014         Add dummy latency property to be backwards compat with rtpbin.
10015
10016         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10017         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10018         (gst_rtspsrc_stream_configure_transport),
10019         (gst_rtspsrc_parse_rtpinfo):
10020         * gst/rtsp/gstrtspsrc.h:
10021         Add latency property and configure in the session manager.
10022         Don't set invalid clock-base and seqnum-base on caps, some servers
10023         sometimes don't send them.
10024
10025 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10028         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10029           Double-check that RGB input caps are really RGBA caps (apparently
10030           the core doesn't always catch it if those caps aren't a subset of
10031           our template caps, also see #421543). Fixes #429319 in a way.
10032           Also, don't leak the pad template in the transform_caps function.
10033
10034         * tests/check/Makefile.am:
10035         * tests/check/elements/.cvsignore:
10036         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10037         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10038         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10039         (GST_START_TEST), (alphacolor_suite):
10040           Add some basic unit tests for alphacolor.
10041
10042 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10043
10044         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10045           If we get a fatal flow return in the loop function, first post the
10046           error message and only then send the EOS event downstream, otherwise
10047           applications might get an eos message before the error message and
10048           think everything was ok (related to #429319).
10049
10050 2007-04-25  Wim Taymans  <wim@fluendo.com>
10051
10052         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10053         Read the channel byte as an unsigned byte.
10054
10055 2007-04-25  Wim Taymans  <wim@fluendo.com>
10056
10057         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10058         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10059         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10060         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10061         (gst_rtp_gsm_depay_setcaps):
10062         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10063         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10064         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10065         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10066         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10067         (gst_ilbc_depay_get_property):
10068         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10069         * gst/rtp/gstrtpmp4adepay.c:
10070         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10071         (gst_rtp_pcma_depay_setcaps):
10072         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10073         (gst_rtp_pcmu_depay_setcaps):
10074         Make sure we configure the clock_rate in the baseclass in the setcaps
10075         function. Fixes #431282.
10076
10077 2007-04-25  Wim Taymans  <wim@fluendo.com>
10078
10079         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10080         (gst_rtspsrc_stream_free), (request_pt_map),
10081         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10082         * gst/rtsp/gstrtspsrc.h:
10083         Parse server address from SDP.
10084         Hook up a udpsink to send RTCP back to the server.
10085
10086         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10087         * gst/rtsp/rtsptransport.h:
10088         Add some docs.
10089
10090 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10091
10092         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10093           Make header field check conditional. Fixes #433135
10094
10095 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10096
10097         * docs/plugins/Makefile.am:
10098         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10099         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10100         * docs/plugins/inspect/plugin-alphacolor.xml:
10101         * gst/alpha/Makefile.am:
10102         * gst/alpha/gstalphacolor.c:
10103         * gst/alpha/gstalphacolor.h:
10104           Add minimal docs blurb to alphacolor; split out headers into
10105           separate header file for gtk-doc.
10106
10107 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10108
10109         * gst/debug/progressreport.c: (gst_progress_report_report):
10110           Don't try to post NULL message (in case we can't query upstream
10111           position or duration).
10112
10113 2007-04-18  Michael Smith  <msmith@fluendo.com>
10114
10115         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10116         (gst_cutter_get_caps):
10117         * gst/cutter/gstcutter.h:
10118           Fix some of the most obvious bugs in cutter. Now doesn't leak
10119           everything if input is silent.
10120
10121 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10122
10123         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10124         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10125         * gst/wavenc/gstwavenc.h:
10126         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10127         else results in a invalid block align and invalid files.
10128
10129 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10130
10131         Patch by: Snaik <snaik32 gmail com>
10132
10133         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10134           Add missing break statement for BOX_HORIZONTAL case.
10135
10136 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10137
10138         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10139
10140         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10141         Use correct format strings for integer types.
10142
10143 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10144
10145         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10146         (gst_wavparse_create_sourcepad):
10147         Use gst_riff_create_audio_template_caps () instead of the local caps.
10148         This makes updates of the local caps unecessary whenever libgstriff
10149         gets support for new formats.
10150
10151 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10152
10153         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10154
10155         * sys/sunaudio/gstsunaudio.c:
10156         * sys/sunaudio/gstsunaudiomixer.c:
10157         * sys/sunaudio/gstsunaudiomixer.h:
10158         * sys/sunaudio/gstsunaudiomixerctrl.c:
10159         * sys/sunaudio/gstsunaudiomixerctrl.h:
10160         * sys/sunaudio/gstsunaudiomixertrack.h:
10161         * sys/sunaudio/gstsunaudiosink.c:
10162         * sys/sunaudio/gstsunaudiosink.h:
10163         * sys/sunaudio/gstsunaudiosrc.c:
10164         * sys/sunaudio/gstsunaudiosrc.h:
10165           Fix and/or update copyright attributions (#430228).
10166
10167 2007-04-13  Wim Taymans  <wim@fluendo.com>
10168
10169         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10170         Fix docs.
10171
10172         * gst/rtsp/URLS:
10173         Add some more example urls.
10174
10175         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10176         (gst_rtp_dec_chain_rtp):
10177         Better debugging.
10178
10179         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10180         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10181         (gst_rtspsrc_parse_rtpinfo):
10182         Remove unused code.
10183
10184 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10185
10186         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10187         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10188         (gst_wavparse_stream_data):
10189           Relax the audio/mpeg caps again and add FIXME: comment.
10190
10191 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10192
10193         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10194         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10195         (gst_wavparse_stream_data):
10196         * gst/wavparse/gstwavparse.h:
10197           More sanity check for the header fields. Fix type for 'rate' header
10198           field.
10199
10200 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10201
10202         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10203         (gst_icydemux_unicodify):
10204           If the metadata strings we get in the stream are not UTF-8, try to
10205           interpret them according to the character encodings specified in the
10206           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10207           only fall back to locale/ISO-8859-1 if those aren't set or don't
10208           work. Should fix #428901.
10209
10210 2007-04-12  Wim Taymans  <wim@fluendo.com>
10211
10212         * gst/rtp/gstrtph264depay.c:
10213         Use the proper sync word for SPS and PPS.
10214
10215 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10216
10217         * gst/rtp/Makefile.am:
10218         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10219           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10220         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10221           Add a simple hashing implementation that we can use to generate
10222           a 24-bit ident value based on the codebooks for vorbis and theora.
10223         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10224           gst_rtp_theora_pay_handle_buffer):
10225         * gst/rtp/gstrtpvorbisdepay.c
10226           (gst_rtp_vorbis_depay_parse_configuration,
10227           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10228         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10229           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10230           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10231           Use the hashing function, ensuring that the same codebooks result
10232           in the same ident and thus the same SDP description.
10233           Various log fixes/changes.
10234
10235 2007-04-12  Wim Taymans  <wim@fluendo.com>
10236
10237         Patch by: jerry tan <jerry dot tan at sun dot com>
10238
10239         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10240         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10241         application's responsibility to make sure it open the device once.
10242         Remove a careless error if AUDIODEV is set. Fixes #392620.
10243
10244 2007-04-12  Wim Taymans  <wim@fluendo.com>
10245
10246         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10247         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10248         * gst/rtsp/gstrtpdec.h:
10249         Make backward compat with rtpbin by adding the request-pt-map signals.
10250
10251         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10252         (new_session_pad), (request_pt_map),
10253         (gst_rtspsrc_stream_configure_transport),
10254         (gst_rtspsrc_stream_configure_caps),
10255         (gst_rtspsrc_activate_streams):
10256         * gst/rtsp/gstrtspsrc.h:
10257         Implement request-pt-map signals instead of setting caps on the buffers
10258         for the session manager.
10259
10260 2007-04-11  Wim Taymans  <wim@fluendo.com>
10261
10262         * gst/udp/gstudp.c: (plugin_init):
10263         Register GstNetBuffer in plugin_init so that the type can be used from
10264         multiple threads without races.
10265
10266 2007-04-10  Wim Taymans  <wim@fluendo.com>
10267
10268         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10269         (gst_rtp_amr_depay_process):
10270         Fix depayloader clock_rate and some cleanups.
10271
10272         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10273         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10274         * gst/rtp/gstrtph264depay.h:
10275         Don't push codec_data in the adapter because it might get flushed when
10276         we get a discont.
10277
10278         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10279         Handle multiple AU per packet.
10280
10281         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10282         (gst_rtp_sv3v_depay_plugin_init):
10283         Disable rank, this one does not work.
10284         Remove timestamping, base class does that.
10285
10286 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10287
10288         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10289           limit caps to the formats we announce in the template
10290
10291         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10292         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10293         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10294           fix some crashers/asserts when dealing with broken files
10295
10296 2007-04-10  Wim Taymans  <wim@fluendo.com>
10297
10298         Patch by: Peter Kjellerstedt  <pkj at axis com>
10299
10300         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10301         * gst/rtp/gstrtpL16depay.c:
10302         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10303         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10304         (gst_rtp_speex_depay_setcaps):
10305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10306         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10307         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10308         Fix some compiler warnings. Fixes #428182.
10309
10310 2007-04-06  Wim Taymans  <wim@fluendo.com>
10311
10312         * gst/rtsp/Makefile.am:
10313         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10314         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10315         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10316         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10317         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10318         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10319         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10320         (create_rtcp), (gst_rtp_dec_request_new_pad),
10321         (gst_rtp_dec_release_pad):
10322         * gst/rtsp/gstrtpdec.h:
10323         * gst/rtsp/gstrtsp.c: (plugin_init):
10324         Morph RTPDec into something compatible with RTPBin as a fallback.
10325         Various other style fixes.
10326
10327         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10328         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10329         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10330         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10331         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10332         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10333         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10334         * gst/rtsp/gstrtspsrc.h:
10335         Implement RTPBin session manager handling.
10336         Don't try to add empty properties to caps.
10337         Implement fallback session manager, handling.
10338         Don't combine errors from RTCP streams, just ignore them.
10339
10340         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10341         * gst/rtsp/rtsptransport.h:
10342         Implement fallback session manager.
10343         Make RTPBin the default one when available.
10344
10345 2007-04-05  Wim Taymans  <wim@fluendo.com>
10346
10347         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10348         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10349         This element is ready to be autoplugged.
10350
10351 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10352
10353         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10354         Don't leave the offsets defined by upstream element on the
10355         compressed data buffer we are pushing downstream. Make them
10356         GST_BUFFER_OFFSET_NONE.
10357
10358 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10359
10360         * gst/avi/README:
10361         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10362         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10363         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10364         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10365         (gst_avi_demux_calculate_durations_from_index),
10366         (gst_avi_demux_stream_header_push),
10367         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10368         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10369           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10370
10371 2007-04-03  Wim Taymans  <wim@fluendo.com>
10372
10373         * gst/smpte/barboxwipes.c:
10374         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10375
10376 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10377
10378         * gst/wavparse/gstwavparse.c:
10379         Support audio/x-raw-float in wav files. This only works with
10380         plugins-base CVS, using an older version doesn't have any
10381         disadvantages though.
10382
10383 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10384
10385         * configure.ac:
10386         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10387         (gst_au_parse_parse_header), (gst_au_parse_chain):
10388         * gst/auparse/gstauparse.h:
10389         Revert last change as we don't want plugins-good to depend on
10390         plugins-base CVS now.
10391
10392 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10393
10394         * configure.ac:
10395         Require gst-plugins-base CVS for audioconvert with non-native
10396         float support and width/depth fix in libgstriff.
10397
10398         Patch by: René Stadler <mail at renestadler dot de>
10399
10400         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10401         (gst_au_parse_parse_header), (gst_au_parse_chain):
10402         * gst/auparse/gstauparse.h:
10403         Don't swap the floats ourself if they're not in native endianness.
10404         Instead let audioconvert handle this. Fixes #339838.
10405
10406 2007-03-29  Wim Taymans  <wim@fluendo.com>
10407
10408         * gst/rtp/gstasteriskh263.h:
10409         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10410         (gst_rtp_h263p_depay_change_state):
10411         * gst/rtp/gstrtph263pdepay.h:
10412         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10413         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10414         (gst_rtp_h264_depay_change_state):
10415         * gst/rtp/gstrtph264depay.h:
10416         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10417         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10418         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10419         Flush adapter on disconts.
10420
10421 2007-03-29  Wim Taymans  <wim@fluendo.com>
10422
10423         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10424         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10425         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10426         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10427         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10428         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10429         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10430         (gst_rtp_mp4v_depay_process):
10431         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10432         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10433         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10434         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10435         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10436         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10437         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10438         Use more efficient adapter and rtpbuffer methods when possible.
10439
10440 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10441
10442         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10443         (gst_wavenc_sink_setcaps):
10444         Correctly handle width!=depth input.
10445         * gst/wavparse/gstwavparse.c:
10446         Already export in the caps that width==8 uses unsigned samples and
10447         everything else uses signed samples.
10448
10449 2007-03-29  Wim Taymans  <wim@fluendo.com>
10450
10451         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10452
10453         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10454         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10455         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10456         (gst_dynudpsink_close):
10457         * gst/udp/gstdynudpsink.h:
10458         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10459         (gst_udpsrc_create), (gst_udpsrc_set_property),
10460         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10461         * gst/udp/gstudpsrc.h:
10462         Rework the socket allocation a bit based on the sockfd argument so that
10463         it becomes usable.
10464         Add a closefd property to instruct the udp elements to close the custom
10465         file descriptors when going to READY. Fixes #423304.
10466         API:GstUDPSrc::closefd property
10467         API:GstDynUDPSink::closefd property
10468
10469 2007-03-29  Wim Taymans  <wim@fluendo.com>
10470
10471         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10472
10473         * gst/rtp/Makefile.am:
10474         * gst/rtp/gstrtp.c: (plugin_init):
10475         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10476         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10477         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10478         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10479         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10480         (gst_rtp_h264_pay_plugin_init):
10481         * gst/rtp/gstrtph264pay.h:
10482         Added H264 payloader. Fixes #423782.
10483
10484         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10485         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10486         Small fixes.
10487
10488 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10489
10490         * gst/wavparse/gstwavparse.c:
10491         Actually support depths from 1 to 32, not only 8 to 32.
10492
10493 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10494
10495         * gst/wavparse/gstwavparse.c:
10496         Add support for wav files containing audio/x-raw-int with random
10497         depths between 1 and 32 bits.
10498
10499 2007-03-28  Wim Taymans  <wim@fluendo.com>
10500
10501         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10502
10503         * gst/rtp/Makefile.am:
10504         * gst/rtp/gstrtp.c: (plugin_init):
10505         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10506         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10507         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10508         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10509         (gst_rtp_mp4a_depay_get_property),
10510         (gst_rtp_mp4a_depay_change_state),
10511         (gst_rtp_mp4a_depay_plugin_init):
10512         * gst/rtp/gstrtpmp4adepay.h:
10513         Added MP4A-LATM depayloader. Fixes #417792.
10514
10515         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10516         (gst_rtp_mp4v_depay_process):
10517         Fixup depayloader, setting codec_data, using more efficient adaptor and
10518         rtpbuffer handling.
10519
10520         * gst/rtsp/URLS:
10521         Add url to test above.
10522
10523 2007-03-25  Wim Taymans  <wim@fluendo.com>
10524
10525         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10526         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10527         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10528         (gst_rtspsrc_media_to_caps),
10529         (gst_rtspsrc_stream_configure_transport),
10530         (gst_rtspsrc_stream_configure_caps),
10531         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10532         * gst/rtsp/gstrtspsrc.h:
10533         Handle default clock-rates for static payload types, rearrange stuff so
10534         that the rtpmap field in the sdp can override the defaults.
10535         Parse RTP-Info field to get the seqnum and timebase fields that should
10536         go in the caps.
10537         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10538         the server. 
10539
10540 2007-03-22  Wim Taymans  <wim@fluendo.com>
10541
10542         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10543
10544         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10545         Accept complex pipeline descriptions as an audio profile instead of just
10546         a single element. Fixes #420658.
10547
10548 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10549
10550         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10551           Rename registered type in preparation of GstTagDemux moving to
10552           -base at some point in the future.
10553
10554 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10555
10556         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10557           Streaming mode fixes: don't unref buffer we don't own any longer;
10558           remove bogus adapter flush. Fixes #419338.
10559
10560 2007-03-17  David Schleef  <ds@schleef.org>
10561
10562         * REQUIREMENTS: Change the format to key/value, add a bunch of
10563           information, remove a bunch of requirements that are for
10564           other GStreamer packages.
10565
10566 2007-03-17  David Schleef  <ds@schleef.org>
10567
10568         * REQUIREMENTS: Fix a few things.  This file really needs a
10569         good once-over.
10570
10571 2007-03-15  Edward Hervey  <edward@fluendo.com>
10572
10573         * sys/Makefile.am:
10574         Don't forget to distribute the sys/osxaudio/ directory.
10575
10576 2007-03-15  Edward Hervey  <edward@fluendo.com>
10577
10578         * configure.ac:
10579         * sys/Makefile.am:
10580         * sys/osxaudio/Makefile.am:
10581         * sys/osxaudio/gstosxaudio.c:
10582         * sys/osxaudio/gstosxaudiosink.c:
10583         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10584         (gst_osx_audio_sink_getcaps),
10585         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10586         * sys/osxaudio/gstosxaudiosrc.c:
10587         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10588         (gst_osx_audio_src_create_ringbuffer):
10589         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10590         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10591         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10592         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10593         * sys/osxaudio/gstosxringbuffer.h:
10594         Activate osxaudio in gst-plugins-good with proper build setup.
10595         Add inlined documentation.
10596         Fix debug statements
10597         Fix ringbuffer when pausing.
10598         Fixes #323471
10599
10600 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10601         * gst/rtp/gstrtppcmapay.c:
10602         * gst/rtp/gstrtppcmapay.h:
10603         * gst/rtp/gstrtppcmupay.c:
10604         * gst/rtp/gstrtppcmupay.h:
10605         Ported mulaw and alaw payloaders to use new base class
10606
10607 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10608
10609         * po/af.po:
10610         * po/az.po:
10611         * po/cs.po:
10612         * po/en_GB.po:
10613         * po/it.po:
10614         * po/nl.po:
10615         * po/or.po:
10616         * po/sq.po:
10617         * po/sr.po:
10618         * po/sv.po:
10619         * po/uk.po:
10620         * po/vi.po:
10621           Update translations.
10622
10623 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10624
10625         * configure.ac:
10626           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10627
10628 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10629
10630         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10631           Fix handling of -1 values for start and stop values when seeking,
10632           and SEEK_CUR+SEEK_END here as well.
10633
10634 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10635
10636         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10637           Fix handling of -1 values for start and stop values when seeking, 
10638           and SEEK_CUR+SEEK_END.
10639
10640 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10641
10642         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10643           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10644           the image format a variable-length NUL-terminated string; in
10645           versions before that the image format is a fixed-length string of
10646           3 characters (see #348644 for a sample tag).
10647           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10648
10649 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10650
10651         * win32/MANIFEST:
10652         Add new project files to MANIFEST.
10653         * win32/vs6/libgstaudiofx.dsp:
10654         * win32/vs6/libgstrtp.dsp:
10655         * win32/vs6/libgstrtsp.dsp:
10656         Update project files.
10657         
10658 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10659
10660         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10661         (gst_avi_demux_parse_index):
10662         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10663         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10664           Printf format fixes; also add some missing quotes in translated
10665           strings. Fixes #416728 and #416727.
10666
10667 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10668
10669         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10670           Tim and I can't think of any reason the child audio sink needs to 
10671           be set back to NULL after successfully determining that it can 
10672           reach READY - it gets immediately set back to READY by the caller
10673           anyway, causing an unnecessary close/open of any audio devices
10674           involved.
10675
10676 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         * po/LINGUAS:
10679         * po/ja.po:
10680           Add ja.po file from #377306.
10681
10682 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10683
10684         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10685         * sys/sunaudio/gstsunaudiomixertrack.c:
10686         (gst_sunaudiomixer_track_new):
10687           Actually translate sunaudio mixer track labels instead of just
10688           marking the strings as translatable (#377306); clean up weird
10689           label string mapping code that serves no apparent purpose. Also
10690           set the 'untranslated-label' property when creating mixer tracks
10691           if the GstMixerTrack base class supports this.
10692
10693         * tests/check/Makefile.am:
10694         * tests/check/elements/.cvsignore:
10695         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10696         (sunaudio_suite):
10697           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10698           actually tested on a system where sunaudiomixer is available).
10699
10700 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10701
10702         * tests/check/Makefile.am:
10703         Re-enable the states test and see if it works on the buildbots.
10704
10705 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10706
10707         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10708         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10709         (gst_dvdec_change_state):
10710         * ext/dv/gstdvdec.h:
10711         Infer pixel-aspect-ratio from the video frame format if it isn't
10712         provided by the container, as happens when playing DV from AVI
10713         or Quicktime containers.
10714
10715         Patch by: Wim Taymans <wim@fluendo.com>
10716         Fixes #380944
10717
10718 2007-03-09  Wim Taymans  <wim@fluendo.com>
10719
10720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10721         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10722         will later be handled by the jitterbuffer.
10723
10724 2007-03-09  Wim Taymans  <wim@fluendo.com>
10725
10726         * ext/taglib/gstid3v2mux.cc:
10727         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10728         Fixes #414496.
10729         
10730         Patch by: Alex Lancaster <alexl at users sourceforge net>
10731
10732 2007-03-09  Wim Taymans  <wim@fluendo.com>
10733
10734         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10735         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10736         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10737         (gst_avi_demux_chain):
10738         Fix stream position reporting after a seek. Fixes #416445.
10739
10740 2007-03-08  Wim Taymans  <wim@fluendo.com>
10741
10742         Patch by: René Stadler <mail at renestadler dot de>
10743
10744         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10745         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10746         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10747         Make avidemux accept optional header chunks in any order.
10748         Fixes #415446.
10749
10750 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10751
10752         * tests/check/Makefile.am:
10753         Disable the states check until the remaining Valgrind errors
10754         are fixed or suppressed.
10755
10756 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10757
10758         * tests/check/elements/.cvsignore:
10759           Add audiodynamic check to .cvsignore
10760
10761 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10762
10763         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10764
10765         * gst/audiofx/Makefile.am:
10766         * gst/audiofx/audiodynamic.c:
10767         (gst_audio_dynamic_characteristics_get_type),
10768         (gst_audio_dynamic_mode_get_type),
10769         (gst_audio_dynamic_set_process_function),
10770         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10771         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10772         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10773         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10774         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10775         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10776         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10777         (gst_audio_dynamic_transform_hard_knee_expander_int),
10778         (gst_audio_dynamic_transform_hard_knee_expander_float),
10779         (gst_audio_dynamic_transform_soft_knee_expander_int),
10780         (gst_audio_dynamic_transform_soft_knee_expander_float),
10781         (gst_audio_dynamic_transform_ip):
10782         * gst/audiofx/audiodynamic.h:
10783         * gst/audiofx/audiofx.c: (plugin_init):
10784         Add new audiodynamic element which can act as a compressor or
10785         expander. Supported are hard-knee and soft-knee operation modes with
10786         user-specified ratio and threshold.
10787         Attack and release parameters are not yet implemented but will follow.
10788         * docs/plugins/Makefile.am:
10789         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10790         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10791         * docs/plugins/gst-plugins-good-plugins.args:
10792         * docs/plugins/inspect/plugin-audiofx.xml:
10793         Integrate audiodynamic into the docs.
10794         * tests/check/Makefile.am:
10795         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10796         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10797         Add unit test for audiodynamic.
10798
10799 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10800
10801         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10802         Free handles that we allocated when exiting via the error paths.
10803
10804 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10805
10806         * gst/level/gstlevel.c: (gst_level_class_init),
10807         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10808         (gst_level_transform_ip):
10809         * gst/level/gstlevel.h:
10810           Resolve message timestamps against the playback segment.
10811
10812 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10813
10814         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10815         (gst_id3demux_sink_activate):
10816           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10817           caps passed to it (previously one code path assumed it took ownership
10818           while another one assumed it didn't, while in fact it sometimes did and
10819           sometimes didn't ...).
10820
10821         * configure.ac:
10822         * tests/files/Makefile.am:
10823         * tests/files/id3-407349-1.tag:
10824         * tests/files/id3-407349-2.tag:
10825           Add directory where data for unit tests can be stored.
10826
10827         * tests/Makefile.am:
10828         * tests/check/Makefile.am:
10829         * tests/check/elements/.cvsignore:
10830         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10831         (read_tags_from_file), (run_check_for_file),
10832         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10833           Add unit test for id3demux, and in particular for bug #407349. Only
10834           testing pull-mode for now; push mode doesn't work yet because the test
10835           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10836
10837 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10838
10839         * tests/check/Makefile.am:
10840           Add missing backslash at end of line.
10841
10842 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10843
10844         Trigger rebuild.
10845
10846 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10847
10848         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10849         * gst/id3demux/id3tags.h:
10850         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10851         (parse_obsolete_tdat_frame):
10852           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10853           the four-digit number will be interpreted as a year, whereas it is
10854           month and day in DDMM format. Instead, parse TDAT frames and fix up
10855           the date in the GST_TAG_DATE tag later if we also extracted a year.
10856           Fixes #407349.
10857
10858 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10859
10860         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10861         (gst_switch_commit_new_kid):
10862         Fix up the dispose logic so it doesn't leak, and fix setting of 
10863         the child state so that we don't set a child to our current state 
10864         just as we are changing it to something else.
10865
10866 2007-03-06  Wim Taymans  <wim@fluendo.com>
10867
10868         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10869         (gst_goom_chain):
10870         * gst/goom/gstgoom.h:
10871         Document, fix and improve goom adapter behaviour.
10872         Fixes #407006.
10873
10874 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10875
10876         * ext/esd/esdsink.c: (gst_esdsink_open):
10877         Unref static pad template after using it.
10878
10879 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10880
10881         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10882         (gst_switch_commit_new_kid):
10883         Fix up the reference counting of the child elements.
10884
10885 2007-03-05  Wim Taymans  <wim@fluendo.com>
10886
10887         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10888         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10889         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10890         Fix encoding-name case.
10891
10892 2007-03-05  Wim Taymans  <wim@fluendo.com>
10893
10894         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10895         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10896         (gst_rtp_speex_depay_process):
10897         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10898         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10899         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10900         (gst_rtp_speex_pay_change_state):
10901         * gst/rtp/gstrtpspeexpay.h:
10902         Fix speex (de)payloader. Fixes #358040.
10903
10904 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10905
10906         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10907         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10908         Install fakesink in NULL by fixing some broken logic. This obviates
10909         the need to manually set _IS_SINK.
10910         Add some comments and remove a little cruft while I'm at it.
10911
10912 2007-03-05  Wim Taymans  <wim@fluendo.com>
10913
10914         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10915         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10916
10917 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10918
10919         * po/POTFILES.in:
10920           Update.
10921
10922 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10923
10924         * tests/check/Makefile.am:
10925         Gah! Also disable gconfvideosink from the tests, otherwise
10926         it will instantiate autovideosink, and dfbvideosink and
10927         leak on the buildbots.
10928
10929 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10930
10931         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10932         (gst_cdio_cdda_src_finalize):
10933         Make sure we always destroy our libcdio handle.
10934
10935 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10936
10937         * tests/check/Makefile.am:
10938         Disable autovideosink so the buildbots don't barf over memory
10939         leaked in the directfb sink.
10940
10941 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10942
10943         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10944         Chain up in dispose
10945
10946 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10947
10948         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10949         (gst_multipart_find_pad_by_mime):
10950         Use gst_pad_new_from_static_template instead of
10951         static_pad_template_get+pad_new.
10952
10953 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10954
10955         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10956         Catch the case where no clock has been set.
10957
10958 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10959
10960         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10961         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10962         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10963         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10964         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10965         (gst_gconf_audio_src_finalize), (do_toggle_element):
10966         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10967         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10968         (do_toggle_element):
10969         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
10970         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
10971         (gst_gconf_video_src_finalize), (do_toggle_element):
10972         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
10973         (gst_switch_sink_reset), (gst_switch_sink_set_child):
10974         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
10975         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
10976         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
10977         (gst_shout2send_init), (gst_shout2send_finalize):
10978         * gst/debug/testplugin.c: (gst_test_class_init),
10979         (gst_test_finalize):
10980         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10981         (gst_flxdec_dispose):
10982         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
10983         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
10984         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10985         (gst_rtspsrc_finalize):
10986         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
10987         * gst/rtsp/rtspextwms.h:
10988         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
10989         (gst_smpte_finalize):
10990         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
10991         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
10992         (gst_udpsink_finalize):
10993         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
10994         (gst_wavparse_sink_activate):
10995         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
10996         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
10997         (gst_oss_src_finalize):
10998         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
10999         * sys/v4l2/gstv4l2object.h:
11000         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11001         (gst_v4l2src_finalize):
11002         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11003
11004         Fix a bunch of leaks shown by the newly-added states test.
11005
11006 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11007
11008         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11009         Use gst_pad_new_from_static_template instead of 
11010         static_pad_template_get+pad_new.
11011
11012 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11013
11014         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11015
11016         * ext/libcaca/Makefile.am:
11017         * gst/debug/Makefile.am:
11018           Don't mix tabs and spaces (#414168).
11019
11020 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11021
11022         * tests/check/generic/.cvsignore:
11023           Ignore files to please buildbot.
11024
11025 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11026
11027         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11028         (gst_wavparse_stream_data):
11029           Unbreak my previous commit (swapped nominator & denominator). Tim,
11030           thanks for spotting.
11031
11032 2007-03-02  Wim Taymans  <wim@fluendo.com>
11033
11034         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11035         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11036         (gst_cdio_cdda_src_finalize):
11037         Small code cleanups.
11038         Don't use pad_alloc as the base class cannot deal with the error codes.
11039
11040 2007-03-02  Wim Taymans  <wim@fluendo.com>
11041
11042         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11043         (gst_udpsrc_create):
11044         Fix doc.
11045
11046 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11047
11048         Patch by: René Stadler <mail@renestadler.de>
11049
11050         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11051         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11052         (gst_wavparse_stream_data):
11053           Handle rounding better to not drop last sample frame. Fixes #356692
11054
11055 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11056
11057         * tests/check/Makefile.am:
11058         Disable cacasink from the states check too - it also calls exit(1)
11059         on us when it can't find a terminal to talk to.
11060
11061 2007-03-02  Wim Taymans  <wim@fluendo.com>
11062
11063         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11064
11065         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11066         (gst_udpsrc_create), (gst_udpsrc_set_property),
11067         (gst_udpsrc_get_property):
11068         * gst/udp/gstudpsrc.h:
11069         Add support to strip proprietary headers. Fixes #350296.
11070
11071 2007-03-02  Wim Taymans  <wim@fluendo.com>
11072
11073         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11074         Fix compilation.
11075
11076 2007-03-02  Wim Taymans  <wim@fluendo.com>
11077
11078         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11079
11080         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11081         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11082         (gst_rtp_mp2t_depay_set_property),
11083         (gst_rtp_mp2t_depay_get_property):
11084         * gst/rtp/gstrtpmp2tdepay.h:
11085         Add support to strip off proprietary headers. Fixes #350278.
11086
11087 2007-03-02  Wim Taymans  <wim@fluendo.com>
11088
11089         * ext/hal/hal.c:
11090         Fix compilation.
11091
11092 2007-03-02  Wim Taymans  <wim@fluendo.com>
11093
11094         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11095         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11096         (gst_sunaudiosrc_open):
11097         * sys/sunaudio/gstsunaudiosrc.h:
11098         Remove device-name from GstSunAudioSrc. Fixes #412597.
11099
11100 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11101
11102         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11103         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11104         Having NULL as UDI previously selected the default sink/src. Change
11105         this back but mention it in the debug output.
11106         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11107         (gst_hal_get_oss_element), (gst_hal_get_string),
11108         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11109         (gst_hal_get_audio_src):
11110         * ext/hal/hal.h:
11111         Refactor a bit, check all error conditions, greatly improve debugging
11112         and fix some possible memory leaks. Also implement OSS support
11113         and allow specifying an UDI that points to a real device. For this the
11114         child device which supports ALSA (preferred) or OSS is used.
11115         As a side effect this makes it impossible now to get a alsasink in
11116         halaudiosrc and a alsasrc in halaudiosink.
11117
11118 2007-03-01  Wim Taymans  <wim@fluendo.com>
11119
11120         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11121         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11122         Errors from the udp sources are not fatal unless all of them are in
11123         error.
11124
11125 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11126
11127         * tests/check/Makefile.am:
11128         Disable aasink in the states test. I suspect this is the element that
11129         is calling exit(1) when it can't proceed.
11130
11131 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11132
11133         * tests/check/Makefile.am:
11134         Draw plugins in from the build tree sys/ dir, rather than picking
11135         up the already installed versions.
11136
11137 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11138
11139         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11140         Error out correctly when getting xcontext fails.
11141
11142 2007-03-01  Wim Taymans  <wim@fluendo.com>
11143
11144         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11145         Make state change to PAUSED NO_PREROLL because that's what it will be in
11146         the future and rtspsrc relies on it.
11147
11148         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11149         (gst_rtspsrc_change_state):
11150         Don't error out when we don't get an error from the state change
11151         function.
11152
11153 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11154
11155         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11156         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11157           Check if the device UDI is set before trying to query HAL
11158           about it and give a useful error message if it wasn't set.
11159         * ext/hal/hal.c: (gst_hal_get_string):
11160           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11161           gives an assertion failure in D-Bus when running with
11162           DBUS_FATAL_WARNINGS=1.
11163
11164 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11165
11166         * configure.ac:
11167           Convert to new AG_GST style.
11168
11169 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11170
11171         * tests/check/Makefile.am:
11172         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11173           add test for states
11174
11175 2007-02-28  Wim Taymans  <wim@fluendo.com>
11176
11177         * tests/check/elements/.cvsignore:
11178         Add new videofilter check to .cvsignore.
11179
11180 2007-02-28  Wim Taymans  <wim@fluendo.com>
11181
11182         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11183         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11184         (gst_avi_demux_loop), (gst_avi_demux_chain):
11185         Fix combined flow return. Fixes #412608.
11186
11187 2007-02-28  Wim Taymans  <wim@fluendo.com>
11188
11189         * gst/videofilter/Makefile.am:
11190         Dist header..
11191
11192 2007-02-28  Wim Taymans  <wim@fluendo.com>
11193
11194         * gst/videofilter/gstgamma.h:
11195         Add header too.
11196
11197 2007-02-28  Wim Taymans  <wim@fluendo.com>
11198
11199         Patch by: Mark Nauwelaerts <manauw at skynet be>
11200
11201         * gst/videofilter/Makefile.am:
11202         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11203         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11204         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11205         (oil_tablelookup_u8), (gst_gamma_set_caps),
11206         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11207         Port gamma filter to 0.10. Fixes #412704.
11208
11209         * tests/check/Makefile.am:
11210         * tests/check/elements/videofilter.c: (setup_filter),
11211         (cleanup_filter), (check_filter), (GST_START_TEST),
11212         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11213         Add unit tests for videofilters.
11214
11215 2007-02-28  Wim Taymans  <wim@fluendo.com>
11216
11217         * gst/rtsp/URLS:
11218         Add another interesting test url.
11219
11220         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11221         Don't allow getting header fields from data packets.
11222
11223 2007-02-28  Michael Smith  <msmith@fluendo.com>
11224
11225         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11226         (gst_shout2send_init), (gst_shout2send_start),
11227         (gst_shout2send_set_property), (gst_shout2send_get_property):
11228         * ext/shout2/gstshout2.h:
11229           Add a property for username.
11230
11231 2007-02-27  Christian Schallerr <christian@fluendo.com>
11232
11233         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11234
11235 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11236
11237         * gst/rtsp/Makefile.am:
11238         Fix make check too.
11239
11240 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11241
11242         * gst/rtsp/base64.c: (util_base64_encode):
11243         * gst/rtsp/base64.h:
11244         Commit missing files for base64 encoding.
11245
11246 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11247
11248         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11249
11250         * configure.ac:
11251         * ext/annodex/Makefile.am:
11252         * ext/jpeg/Makefile.am:
11253         * ext/speex/Makefile.am:
11254         * gst/alpha/Makefile.am:
11255         * gst/cutter/Makefile.am:
11256         * gst/debug/Makefile.am:
11257         * gst/effectv/Makefile.am:
11258         * gst/goom/Makefile.am:
11259         * gst/level/Makefile.am:
11260         * gst/smpte/Makefile.am:
11261         * gst/videofilter/Makefile.am:
11262           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11263
11264 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11265
11266         * gst/rtsp/Makefile.am:
11267         * gst/rtsp/rtspconnection.c: (append_auth_header),
11268         (rtsp_connection_send), (rtsp_connection_set_auth):
11269         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11270         from icecast to replace it. Relicensed from GPL courtesy of Mike
11271         Smith.
11272
11273 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11274
11275         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11276         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11277         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11278         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11279         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11280         (gst_rtspsrc_uri_set_uri):
11281         * gst/rtsp/gstrtspsrc.h:
11282         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11283         (append_auth_header), (rtsp_connection_send),
11284         (rtsp_connection_free), (rtsp_connection_set_auth):
11285         * gst/rtsp/rtspconnection.h:
11286         * gst/rtsp/rtspdefs.h:
11287         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11288         * gst/rtsp/rtspurl.h:
11289
11290         Implement simple Basic Authentication support so that urls like
11291         rtsp://user:pass@hostname/rtspstream work on hosts that require
11292         authentication.
11293
11294 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11295
11296         * sys/v4l2/gstv4l2object.c:
11297         * sys/v4l2/gstv4l2tuner.c:
11298         * sys/v4l2/v4l2_calls.c:
11299         Fix segfault when oppening a radio device.
11300         
11301 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11302
11303         * gst/level/gstlevel.c: (gst_level_set_caps),
11304         (gst_level_transform_ip):
11305         * sys/v4l2/README:
11306         * tests/check/elements/level.c: (GST_START_TEST):
11307           Fix level for multi-channel case.
11308
11309 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11310
11311         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11312         (gst_level_transform_ip):
11313         * gst/level/gstlevel.h:
11314           Use function pointer for process function and add process functions
11315           for float audio.
11316
11317 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11318
11319         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11320         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11321         (gst_v4l2src_capture_init):
11322           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11323           fixes #407369
11324
11325 2007-02-18  Wim Taymans  <wim@fluendo.com>
11326
11327         * gst/rtp/Makefile.am:
11328         * gst/rtp/gstrtp.c: (plugin_init):
11329         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11330         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11331         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11332         (gst_rtp_mp2t_pay_plugin_init):
11333         * gst/rtp/gstrtpmp2tpay.h:
11334         Added simple mpeg transport stream payloader.
11335
11336 2007-02-16  Wim Taymans  <wim@fluendo.com>
11337
11338         * gst/rtsp/URLS:
11339         Add example H264 rtsp url.
11340
11341         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11342         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11343         Don't convert values to lowercase or we might mess up base64 encoded
11344         properties.
11345
11346 2007-02-16  Wim Taymans  <wim@fluendo.com>
11347
11348         * gst/rtp/README:
11349         Fix case of string params.
11350
11351         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11352         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11353         Fix depayloader, support more packet types.
11354         Add sync codes to make sure the packetizer can do its job.
11355
11356         * gst/rtp/gstrtpmp4gdepay.c:
11357         * gst/rtp/gstrtpmp4gpay.c:
11358         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11359         Fix caps case again.
11360
11361 2007-02-15  Wim Taymans  <wim@fluendo.com>
11362
11363         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11364         Set right caps on output buffers.
11365
11366 2007-02-14  Wim Taymans  <wim@fluendo.com>
11367
11368         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11369         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11370         Clear stack allocated SDPMedia struct before calling _init() on it.
11371         Clarify this in the docs as well.
11372
11373 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11374
11375         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11376         (do_change_child):
11377         Don't reset the profile when going switching states, as it makes
11378         the element non-reusable.
11379
11380 2007-02-14  Wim Taymans  <wim@fluendo.com>
11381
11382         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11383         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11384         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11385         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11386         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11387         (sdp_parse_line):
11388         * gst/rtsp/sdpmessage.h:
11389         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11390         Fix memory management of SDP messages. Fixes #407793.
11391
11392 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11393
11394         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11395
11396         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11397         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11398
11399 2007-02-14  Wim Taymans  <wim@fluendo.com>
11400
11401         Patch by: jp.liu <jp_liu at astrocom dot cn>
11402
11403         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11404         Fix parsing of password field in url. Fixes #407797.
11405
11406 2007-02-14  Wim Taymans  <wim@fluendo.com>
11407
11408         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11409         (gst_wavparse_reset), (gst_wavparse_init),
11410         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11411         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11412         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11413         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11414         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11415         (gst_wavparse_loop), (gst_wavparse_chain),
11416         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11417         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11418         (plugin_init):
11419         * gst/wavparse/gstwavparse.h:
11420         Update docs.
11421         Use boilerplate.
11422         Various code cleanups.
11423         When the bitrate is not known (bps == 0 or compressed formats) let
11424         downstream element guestimate the duration and position and don't
11425         generate timestamps or durations. Fixes #405213.
11426         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11427         error flowreturn upstream.
11428
11429 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11430
11431         * ext/gconf/Makefile.am:
11432         * ext/gconf/gconf.c: (gst_gconf_get_string),
11433         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11434         (gst_gconf_render_bin_with_default):
11435         * ext/gconf/gconf.h:
11436         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11437         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11438         (gst_gconf_audio_sink_dispose), (do_change_child),
11439         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11440         (cb_change_child), (gst_gconf_audio_sink_change_state):
11441         * ext/gconf/gstgconfaudiosink.h:
11442         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11443         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11444         (gst_switch_sink_init), (gst_switch_sink_dispose),
11445         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11446         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11447         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11448         * ext/gconf/gstswitchsink.h:
11449         * gst/autodetect/gstautoaudiosink.c:
11450         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11451         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11452         (gst_auto_audio_sink_detect):
11453         * gst/autodetect/gstautovideosink.c:
11454         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11455         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11456         (gst_auto_video_sink_detect):
11457         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11458         and a child that implements the GConf key monitoring. The end goal of
11459         this is an audio sink that can be changed on the fly, but at the 
11460         moment it still only changes on the next READY transition.
11461
11462 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11463
11464         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11465         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11466         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11467         (gst_avi_demux_calculate_durations_from_index),
11468         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11469         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11470         (gst_avi_demux_loop):
11471           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11472
11473 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11474
11475         * configure.ac:
11476         * docs/plugins/Makefile.am:
11477           Add crossreferences to glib/gobject/gstream docs.
11478
11479 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11480
11481         * gst/monoscope/Makefile.am:
11482         * gst/monoscope/gstmonoscope.c:
11483           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11484           (but no LIBS, since we only use defines from the headers).
11485
11486 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11487
11488         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11489
11490         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11491         (gst_wavparse_stream_data):
11492           Fix massive memory leak when operating in streaming mode due to
11493           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11494           Fixes #407057.
11495
11496 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11497
11498         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11499         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11500         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11501         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11502         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11503         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11504         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11505         (gst_avi_demux_calculate_durations_from_index),
11506         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11507         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11508         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11509         * gst/avi/gstavidemux.h:
11510           Save some memory (8%) by repacking the index entry structure (more to
11511           come). Add more FIXMEs to questionable parts.
11512
11513 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11514
11515         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11516         (gst_v4l2src_get_caps):
11517         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11518         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11519         (gst_v4l2src_capture_init):
11520           More FIXME comments and messaging changes.
11521
11522 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11523
11524         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11525         (gst_goom_change_state):
11526         * gst/goom/gstgoom.h:
11527           Improved docs and use GST_DEBUG_FUNCPTR.
11528
11529         * gst/level/gstlevel.c: (gst_level_class_init):
11530           Use GST_DEBUG_FUNCPTR.
11531
11532         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11533         (gst_monoscope_chain), (gst_monoscope_change_state):
11534           Improved docs source cleanups.
11535
11536 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11537
11538         * gst/debug/Makefile.am:
11539         * gst/debug/gstdebug.c: (plugin_init):
11540         * gst/debug/gstpushfilesrc.c:
11541         * gst/debug/gstpushfilesrc.h:
11542           Add code for a pushfilesrc element that implements a pushfile:// URI
11543           handler, to make debugging push-mode operation of demuxer/decoders
11544           that support both easier in connection with seek/playbin/etc.
11545           The element isn't registered at the moment.
11546
11547 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11548
11549         * gst/avi/gstavimux.c:
11550           Comment a #if 0 in caps template definition as VS6 seems to 
11551         do not support it.
11552         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11553           Use gst_guint64_to_gdouble for conversion.
11554         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11555           Move variables declaration before the first instruction.
11556         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11557           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11558           And don't include netdb.h for G_OS_WIN32
11559         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11560           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11561           by VS6 then use an other way to initialize SDPMedia structure.
11562         * gst/udp/gstdynudpsink.h:
11563         * gst/udp/gstdynudpnetutils.h:
11564           Do not include <sys/time.h> for G_OS_WIN32
11565         * gst/udp/gstudpsrc.c:
11566           Define socklen_t as int for G_OS_WIN32
11567         * win/common/config.h.in:
11568           Undef HAVE_NETINET_IN_H
11569         * win32/vs6/gst_plugins_good.dsw:
11570         * win32/vs6/libgstrtp.dsp:
11571         * win32/vs6/libgstrtsp.dsp:
11572         * win32/vs6/libgstautogen.dsp:
11573         * win32/vs6/libgstaudiofx.dsp:
11574         * win32/vs6/libgstudp.dsp:
11575           Add and update project files.
11576         * win32/common/gstudp-enumtypes.c:
11577         * win32/common/gstudp-enumtypes.h:
11578           Add a copy of udp enumtypes to win32/common as in core 
11579           and base.
11580         
11581 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11582
11583         * configure.ac:
11584           Activate monoscope when building with --enable-experimental. Fix
11585           --enable-external configure switch description.
11586
11587         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11588         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11589           Help gst-indent.
11590
11591 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11592
11593         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11594           Explicitly cast result of pointer arithmetic to integer in order to
11595           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11596
11597 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11598
11599         * gst/debug/progressreport.c:
11600           Some more docs.
11601
11602 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11603
11604         * docs/plugins/inspect/plugin-rtp.xml:
11605           Update for new elements.
11606
11607         * gst/debug/progressreport.h:
11608           Commit newly-created header file as well.
11609
11610 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11611
11612         * docs/plugins/Makefile.am:
11613         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11614         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11615         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11616         * gst/debug/Makefile.am:
11617         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11618         (gst_progress_report_do_query), (gst_progress_report_report):
11619           Make progressreport element post messages with the current progress
11620           on the bus. Also add some basic docs for it.
11621
11622 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * ext/hal/hal.c: (gst_hal_get_string):
11625         * ext/hal/hal.h:
11626           Some small cleanups; deal with errors when parsing the HAL ALSA
11627           capabilities a bit better.
11628
11629 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11630
11631         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11632           Let's try this again and use the right cast this time.
11633
11634 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11635
11636         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11637           Add cast to avoid compiler warnings with older GLib versions
11638           where the nick/name members in GEnumValue are not declared as
11639           constant strings.
11640
11641 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11644         (gst_gconf_render_bin_from_key),
11645         (gst_gconf_get_default_audio_sink):
11646         * ext/gconf/gconf.h:
11647         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11648         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11649         (gst_gconf_audio_sink_get_property):
11650           In gconfaudiosink, get the right key as the old key in do_toggle
11651           (ie. one dependent on the profile selected). Log some more stuff so
11652           we can see what's actually going on.
11653
11654 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11655
11656         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11657         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11658         (gst_audio_amplify_set_process_function),
11659         (gst_audio_amplify_setup):
11660         * gst/audiofx/audioamplify.h:
11661         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11662         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11663         * gst/audiofx/audioinvert.h:
11664         Some small cleanups and port both elements to the new GstAudioFilter
11665         base class to save a few lines of common code.
11666         * gst/audiofx/Makefile.am:
11667         Link against libgstaudio for the above changes
11668
11669 2007-01-29  Wim Taymans  <wim@fluendo.com>
11670
11671         * tests/check/elements/.cvsignore:
11672         Some more ignores.
11673
11674 2007-01-26  Wim Taymans  <wim@fluendo.com>
11675
11676         Patch by: charles <charlesg3 at gmail dot com>
11677
11678         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11679         (set_shout_metadata), (gst_shout2send_event):
11680         * ext/shout2/gstshout2.h:
11681         Properly handle tags in shout2send. Fixes #399825.
11682
11683 2007-01-25  Wim Taymans  <wim@fluendo.com>
11684
11685         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11686         (gst_rtspsrc_activate_streams):
11687         Convert SDP fields to upper/lowercase following the rules in the SDP to
11688         caps document. 
11689
11690 2007-01-25  Wim Taymans  <wim@fluendo.com>
11691
11692         * gst/rtp/README:
11693         * gst/rtp/gstrtpilbcdepay.c:
11694         * gst/rtp/gstrtpilbcpay.c:
11695         * gst/rtp/gstrtpmp4gdepay.c:
11696         * gst/rtp/gstrtpmp4gpay.c:
11697         * gst/rtp/gstrtpspeexdepay.c:
11698         * gst/rtp/gstrtpspeexpay.c:
11699         * gst/rtp/gstrtpsv3vdepay.c:
11700         * gst/rtp/gstrtptheoradepay.c:
11701         * gst/rtp/gstrtptheorapay.c:
11702         * gst/rtp/gstrtpvorbisdepay.c:
11703         * gst/rtp/gstrtpvorbispay.c:
11704         Fix case of encoding-name and key/value pairs to match the document.
11705         This is to make interoperation with SDP case-insensitive as required by
11706         the relevant RFCs.
11707
11708 2007-01-25  Wim Taymans  <wim@fluendo.com>
11709
11710         * configure.ac:
11711         Bump required -core/-base to CVS
11712
11713 2007-01-25  Wim Taymans  <wim@fluendo.com>
11714
11715         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11716         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11717         * gst/rtp/gstrtpL16pay.h:
11718         Fill up to MTU using adapter.
11719         Timestamp rtp packets.
11720
11721 2007-01-25  Edward Hervey  <edward@fluendo.com>
11722
11723         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11724         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11725         Use G_GSIZE_FORMAT in print statements for portability.
11726         Fixes build on macosx.
11727
11728 2007-01-24  Wim Taymans  <wim@fluendo.com>
11729
11730         * gst/rtp/Makefile.am:
11731         * gst/rtp/gstrtp.c: (plugin_init):
11732         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11733         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11734         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11735         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11736         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11737         (gst_rtp_L16_depay_plugin_init):
11738         * gst/rtp/gstrtpL16depay.h:
11739         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11740         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11741         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11742         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11743         (gst_rtp_L16_pay_plugin_init):
11744         * gst/rtp/gstrtpL16pay.h:
11745         Port and enable raw audio payloader/depayloader. Needs a bit more work
11746         on the payloader side.
11747
11748 2007-01-24  Wim Taymans  <wim@fluendo.com>
11749
11750         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11751         (gst_rtspsrc_stream_configure_transport),
11752         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11753         * gst/rtsp/gstrtspsrc.h:
11754         Only unblock the udp pads when we linked and activated them all.
11755         Fixes #395688.
11756
11757 2007-01-24  Wim Taymans  <wim@fluendo.com>
11758
11759         * gst/rtp/Makefile.am:
11760         * gst/rtp/gstrtp.c: (plugin_init):
11761         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11762         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11763         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11764         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11765         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11766         * gst/rtp/gstrtpac3depay.h:
11767         Added simple AC3 depayloader (RFC 4184).
11768
11769         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11770         Fix a leak.
11771
11772 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11773
11774         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11775
11776         * gst/audiofx/Makefile.am:
11777         * gst/audiofx/audioamplify.c:
11778         (gst_audio_amplify_clipping_method_get_type),
11779         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11780         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11781         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11782         (gst_audio_amplify_set_caps),
11783         (gst_audio_amplify_transform_int_clip),
11784         (gst_audio_amplify_transform_int_wrap_negative),
11785         (gst_audio_amplify_transform_int_wrap_positive),
11786         (gst_audio_amplify_transform_float_clip),
11787         (gst_audio_amplify_transform_float_wrap_negative),
11788         (gst_audio_amplify_transform_float_wrap_positive),
11789         (gst_audio_amplify_transform_ip):
11790         * gst/audiofx/audioamplify.h:
11791         * gst/audiofx/audiofx.c: (plugin_init):
11792         Add new element "audioamplify". This allows scaling of raw audio
11793         samples, similar to the "volume" element, but provides different modes
11794         for clipping and allows unlimited amplification. It's mainly targeted
11795         for creative sound design and not as a replacement of the "volume"
11796         element. Fixes #397162
11797         * docs/plugins/Makefile.am:
11798         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11799         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11800         * docs/plugins/gst-plugins-good-plugins.args:
11801         * docs/plugins/inspect/plugin-audiofx.xml:
11802         Add docs for audioamplify and integrate them into the build system
11803         * tests/check/Makefile.am:
11804         * tests/check/elements/audioamplify.c: (setup_amplify),
11805         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11806         Add fairly extensive unit test suite for audioamplify
11807
11808 2007-01-24  Wim Taymans  <wim@fluendo.com>
11809
11810         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11811         Unblock pads after adding the pads to the element so that autopluggers
11812         get a change to link something. Possibly fixes #395688.
11813
11814 2007-01-24  Wim Taymans  <wim@fluendo.com>
11815
11816         * gst/rtp/gstrtpamrdepay.c:
11817         * gst/rtp/gstrtpgsmdepay.c:
11818         * gst/rtp/gstrtph263pdepay.c:
11819         * gst/rtp/gstrtph263ppay.c:
11820         * gst/rtp/gstrtph264depay.c:
11821         * gst/rtp/gstrtpilbcdepay.c:
11822         * gst/rtp/gstrtpmp2tdepay.c:
11823         * gst/rtp/gstrtpmp4gdepay.c:
11824         * gst/rtp/gstrtpmp4gpay.c:
11825         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11826         * gst/rtp/gstrtpmp4vpay.c:
11827         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11828         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11829         (gst_rtp_mpa_depay_process):
11830         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11831         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11832         * gst/rtp/gstrtppcmadepay.c:
11833         * gst/rtp/gstrtppcmudepay.c:
11834         * gst/rtp/gstrtpspeexdepay.c:
11835         * gst/rtp/gstrtpspeexpay.c:
11836         * gst/rtp/gstrtpsv3vdepay.c:
11837         * gst/rtp/gstrtptheoradepay.c:
11838         * gst/rtp/gstrtptheorapay.c:
11839         * gst/rtp/gstrtpvorbisdepay.c:
11840         * gst/rtp/gstrtpvorbispay.c:
11841         Fix caps with payload numbers.
11842         Add some fixed payload numbers to caps when possible.
11843
11844 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11845
11846         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11847
11848         * gst/audiofx/Makefile.am:
11849         * gst/audiofx/audiofx.c: (plugin_init):
11850         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11851         (gst_audio_invert_class_init), (gst_audio_invert_init),
11852         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11853         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11854         (gst_audio_invert_transform_float),
11855         (gst_audio_invert_transform_ip):
11856         * gst/audiofx/audioinvert.h:
11857         Add new audiofx element "audioinvert". This element swaps the upper
11858         and lower half of samples and can be used for example for a
11859         wide-stereo effect. Fixes #396057
11860         * docs/plugins/Makefile.am:
11861         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11862         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11863         * docs/plugins/gst-plugins-good-plugins.args:
11864         * docs/plugins/inspect/plugin-audiofx.xml:
11865         Add docs for the audioinvert element and add them to the build system.
11866         * tests/check/Makefile.am:
11867         * tests/check/elements/audioinvert.c: (setup_invert),
11868         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11869         Add unit test suite for the audioinvert element.
11870
11871 2007-01-23  Wim Taymans  <wim@fluendo.com>
11872
11873         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11874         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11875         Parse config params as string and int.
11876         Parse and use AU header length
11877
11878 2007-01-23  Wim Taymans  <wim@fluendo.com>
11879
11880         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11881         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11882         * gst/smpte/gstmask.c: (_gst_mask_register):
11883         * gst/smpte/gstmask.h:
11884         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11885         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11886         (gst_smpte_paint_triangle_clock):
11887         constify some static structs.
11888         Don't update the mask if nothing changed to the params.
11889         Make sure we never draw outside of the picture. Fixes #398325.
11890
11891 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11892
11893         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11894           Error out properly when pull_range fails while we're reading the
11895           headers, instead of just pausing the task silently. Fixes #399338.
11896
11897 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11900           Some more sanity checks to make sure the input formats match and the
11901           input pads are actually negotiated, in case someone tries to feed
11902           buffers from fakesrc or filesrc. Fixes #398299.
11903           Also const-ify an array, just because we can.
11904
11905 2007-01-19  Edward Hervey  <edward@fluendo.com>
11906
11907         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11908         Ignore previous commit, that was only valid for widths and heights
11909         that are multiples of 4.
11910         Copy over size/stride macros from jpegdec. This allows the element
11911         to work with any width,height...
11912         ... but puts in evidence that the actual transformations only work
11913         with width/height that are multiples of 4.
11914
11915 2007-01-19  Edward Hervey  <edward@fluendo.com>
11916
11917         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11918         Allocate buffers of the right size.
11919         The proper size of a I420 buffer in bytes is:
11920         
11921             width * height * 3
11922             ------------------
11923                     2
11924
11925 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11926
11927         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11928           Proxy getcaps on sink pads too, so that we either end up with the
11929           same dimensions on all pads or error out if that's not possible
11930           (seems to work even!). Fixes #398086, I think.
11931
11932 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11933
11934         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11935         * docs/plugins/gst-plugins-good-plugins.args:
11936         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11937           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11938           fix integer properties with -1 as minimum value.
11939
11940         * docs/plugins/inspect/plugin-1394.xml:
11941         * docs/plugins/inspect/plugin-aasink.xml:
11942         * docs/plugins/inspect/plugin-alaw.xml:
11943         * docs/plugins/inspect/plugin-alpha.xml:
11944         * docs/plugins/inspect/plugin-alphacolor.xml:
11945         * docs/plugins/inspect/plugin-annodex.xml:
11946         * docs/plugins/inspect/plugin-apetag.xml:
11947         * docs/plugins/inspect/plugin-audiofx.xml:
11948         * docs/plugins/inspect/plugin-auparse.xml:
11949         * docs/plugins/inspect/plugin-autodetect.xml:
11950         * docs/plugins/inspect/plugin-avi.xml:
11951         * docs/plugins/inspect/plugin-cacasink.xml:
11952         * docs/plugins/inspect/plugin-cairo.xml:
11953         * docs/plugins/inspect/plugin-cdio.xml:
11954         * docs/plugins/inspect/plugin-cutter.xml:
11955         * docs/plugins/inspect/plugin-debug.xml:
11956         * docs/plugins/inspect/plugin-dv.xml:
11957         * docs/plugins/inspect/plugin-efence.xml:
11958         * docs/plugins/inspect/plugin-effectv.xml:
11959         * docs/plugins/inspect/plugin-esdsink.xml:
11960         * docs/plugins/inspect/plugin-flac.xml:
11961         * docs/plugins/inspect/plugin-flxdec.xml:
11962         * docs/plugins/inspect/plugin-gconfelements.xml:
11963         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11964         * docs/plugins/inspect/plugin-goom.xml:
11965         * docs/plugins/inspect/plugin-halelements.xml:
11966         * docs/plugins/inspect/plugin-icydemux.xml:
11967         * docs/plugins/inspect/plugin-id3demux.xml:
11968         * docs/plugins/inspect/plugin-jpeg.xml:
11969         * docs/plugins/inspect/plugin-level.xml:
11970         * docs/plugins/inspect/plugin-matroska.xml:
11971         * docs/plugins/inspect/plugin-mulaw.xml:
11972         * docs/plugins/inspect/plugin-multipart.xml:
11973         * docs/plugins/inspect/plugin-navigationtest.xml:
11974         * docs/plugins/inspect/plugin-ossaudio.xml:
11975         * docs/plugins/inspect/plugin-png.xml:
11976         * docs/plugins/inspect/plugin-rtp.xml:
11977         * docs/plugins/inspect/plugin-rtsp.xml:
11978         * docs/plugins/inspect/plugin-shout2send.xml:
11979         * docs/plugins/inspect/plugin-smpte.xml:
11980         * docs/plugins/inspect/plugin-speex.xml:
11981         * docs/plugins/inspect/plugin-taglib.xml:
11982         * docs/plugins/inspect/plugin-udp.xml:
11983         * docs/plugins/inspect/plugin-videobalance.xml:
11984         * docs/plugins/inspect/plugin-videobox.xml:
11985         * docs/plugins/inspect/plugin-videoflip.xml:
11986         * docs/plugins/inspect/plugin-videomixer.xml:
11987         * docs/plugins/inspect/plugin-wavenc.xml:
11988         * docs/plugins/inspect/plugin-wavparse.xml:
11989         * docs/plugins/inspect/plugin-ximagesrc.xml:
11990           Update to CVS.
11991
11992 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
11993
11994         Patch by: Sebastian Dröge <slomo circular-chaos org>
11995
11996         * gst/audiofx/audiopanorama.c:
11997           Fix doc section name (Fixes #397946)
11998
11999 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12000
12001         * sys/v4l2/gstv4l2object.c:
12002         (gst_v4l2_object_install_properties_helper),
12003         (gst_v4l2_object_set_property_helper),
12004         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12005         * sys/v4l2/gstv4l2object.h:
12006         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12007         (gst_v4l2src_init), (gst_v4l2src_set_property),
12008         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12009         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12010         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12011         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12012         (gst_v4l2src_capture_deinit):
12013           Fix EIO handing when capturing. Add new property to specify the number of
12014           buffers to enque (and remove the borked num-buffers usage).
12015
12016 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12017
12018         Patch by: Sebastian Dröge <slomo circular-chaos org>
12019
12020         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12021         (gst_audio_panorama_set_process_function):
12022           Use a function array for process methods, add more docs and define the
12023           startindex of enums.
12024
12025 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12026
12027         Patch by: Mark Nauwelaerts <manauw at skynet be>
12028
12029         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12030         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12031         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12032         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12033         (gst_avi_mux_riff_get_avi_header),
12034         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12035         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12036         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12037         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12038         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12039         (gst_avi_mux_change_state):
12040         * gst/avi/gstavimux.h:
12041         * tests/check/elements/avimux.c: (teardown_src_pad):
12042           Add support for more than one audio stream; write better AVIX
12043           header; refactor code a bit; don't announce vorbis caps on our audio
12044           sink pads since we don't support it anyway. Closes #379298.
12045
12046 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12047
12048         Patch by: Sebastian Dröge <slomo circular-chaos org>
12049
12050         * gst/audiofx/audiopanorama.c:
12051         (gst_audio_panorama_method_get_type),
12052         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12053         (gst_audio_panorama_set_process_function),
12054         (gst_audio_panorama_set_property),
12055         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12056         (gst_audio_panorama_transform_m2s_int_simple),
12057         (gst_audio_panorama_transform_s2s_int_simple),
12058         (gst_audio_panorama_transform_m2s_float_simple),
12059         (gst_audio_panorama_transform_s2s_float_simple):
12060         * gst/audiofx/audiopanorama.h:
12061           Add 'method' property and provide a simple (non-psychoacustic)
12062           processing method (#394859).
12063
12064         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12065         (panorama_suite):
12066           Tests for new method.
12067
12068 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12069
12070         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12071         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12072           Set correct caps on outgoing pulled buffers, or things blow up
12073           after recent core changes.
12074
12075 2007-01-11  Wim Taymans  <wim@fluendo.com>
12076
12077         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12078
12079         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12080         (gst_multipart_mux_request_new_pad),
12081         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12082         (gst_multipart_mux_change_state):
12083         Return FLOW errors ASAP. Fixes #394977.
12084         Misc cleanups.
12085
12086 2007-01-11  Wim Taymans  <wim@fluendo.com>
12087
12088         Patch by: Lutz Mueller <lutz at topfrose dot de>
12089
12090         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12091         Check for stream pad before activating. 
12092
12093 2007-01-10  Wim Taymans  <wim@fluendo.com>
12094
12095         Patch by: Peter Kjellerstedt  <pkj at axis com>
12096
12097         * gst/rtsp/COPYING.MIT:
12098         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12099         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12100         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12101         (gst_rtspsrc_stream_configure_transport),
12102         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12103         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12104         (gst_rtspsrc_parse_methods),
12105         (gst_rtspsrc_create_transports_string),
12106         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12107         (gst_rtspsrc_open), (gst_rtspsrc_close):
12108         * gst/rtsp/gstrtspsrc.h:
12109         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12110         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12111         (parse_request_line), (parse_line), (rtsp_connection_read),
12112         (rtsp_connection_close):
12113         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12114         (rtsp_method_as_text), (rtsp_header_as_text),
12115         (rtsp_status_as_text), (rtsp_find_header_field),
12116         (rtsp_find_method):
12117         * gst/rtsp/rtspdefs.h:
12118         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12119         (rtsp_ext_wms_configure_stream):
12120         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12121         (rtsp_message_new_request), (rtsp_message_init_request),
12122         (rtsp_message_new_response), (rtsp_message_init_response),
12123         (rtsp_message_init_data), (rtsp_message_unset),
12124         (rtsp_message_free), (rtsp_message_add_header),
12125         (rtsp_message_get_header), (rtsp_message_set_body),
12126         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12127         * gst/rtsp/rtspmessage.h:
12128         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12129         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12130         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12131         (sdp_message_dump):
12132         Allow url to be NULL to be able to use it for server connections.
12133         Can now send responses as well as requests.
12134         No longer hangs in an endless loop if EOF is received.
12135         Can now convert a status code to a text string.
12136         Return RTSP_HDR_INVALID for unknown headers.
12137         Return RTSP_INVALID for unknown methods.
12138         Copy CSeq and Session headers from the request.
12139         Only free memory corresponding to the currently set message type.
12140         Added const to function arguments as appropriate.
12141         Avoid a compiler warning when initializing nmedia.
12142         Use guint rather than gint to avoid compiler warnings.
12143         Fix crasher in wms extension.
12144         Factor out stream setup from open_connection.
12145         Delay activation of streams when actual data is received from the
12146         server, this prepares us to do proper protocol switching.
12147         Added new license.
12148         Fixes #380895.
12149
12150
12151 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12152
12153         Patch by: Sebastian Dröge <slomo ubuntu com>
12154
12155         * docs/plugins/Makefile.am:
12156         * gst/audiofx/audiopanorama.c:
12157           Some small docs fixes (#394851).
12158
12159 2007-01-09  Wim Taymans  <wim@fluendo.com>
12160
12161         * gst/avi/gstavidemux.c:
12162         Fix docs.
12163
12164 2007-01-09  Wim Taymans  <wim@fluendo.com>
12165
12166         * gst/rtp/Makefile.am:
12167         * gst/rtp/gstrtp.c: (plugin_init):
12168         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12169         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12170         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12171         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12172         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12173         * gst/rtp/gstrtpmpvdepay.h:
12174           Added RFC 2250 MPEG Video Depayloader.
12175
12176         * gst/rtp/gstrtpL16depay.h:
12177         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12178         (gst_rtp_h263p_depay_process):
12179         Fix Header file. Small cleanups.
12180
12181         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12182         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12183         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12184         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12185         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12186         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12187         (gst_rtp_mp4v_depay_change_state):
12188         Remove usused code. Remove Adapter from state Change. Added debug.
12189
12190         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12191         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12192         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12193         * gst/rtp/gstrtpmpadepay.h:
12194         Subclass base depayloader.
12195         Added debug.
12196         Support static payload type assignment as well.
12197
12198         * gst/rtp/gstrtpmpapay.c:
12199         Fix caps.
12200
12201 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12202
12203         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12204
12205         * ext/jpeg/gstjpegdec.c:
12206         * ext/jpeg/gstjpegenc.c:
12207         * ext/jpeg/smokecodec.c:
12208           These libjpeg callbacks should return a 'boolean' (unsigned char
12209           apparently) and not a 'gboolean' (which maps to gint). Fixes
12210           warnings when compiling with MingW (#393427).
12211
12212         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12213           Use ioctlsocket on win32.
12214
12215         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12216           Some printf format fixes for win32.
12217
12218 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12219
12220         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12221           Use gst_guint64_to_gdouble for conversion.
12222         * win32/vs6/libgstmatroska.dsp:
12223           Add zlib to the link.
12224         * win32/vs6/libgstvideobox.dsp:
12225           Update liboil library name (project is linked to 
12226           liboil-0.3-0.lib now).
12227           
12228 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12229
12230         * gst/matroska/Makefile.am:
12231           If zlib is available and used, we must link it explicitly for
12232           things to work on MingW (fixes #392855).
12233
12234 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12235
12236         * ext/esd/esdsink.c: (gst_esdsink_delay):
12237           Don't return bogus values when esd_get_delay() fails for some
12238           reason (#392189).
12239
12240 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12241
12242         * sys/ximage/gstximagesrc.c: (composite_pixel):
12243           Fix presumably copy'n'pasto for 16bpp depth.
12244
12245 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12246
12247         * gst/matroska/matroska-mux.c:
12248         (gst_matroska_mux_audio_pad_setcaps):
12249           The "signed" field in audio caps is of boolean type, trying to use
12250           gst_structure_get_int() to extract it will fail. Fixing this makes
12251           matroskamux accept raw audio input (#387121) (use at your own risk
12252           though, due to the matroska spec being not entirely useful in this
12253           respect).
12254           Also fix up raw audio structures in template caps so that they
12255           represent what our setcaps function will actually accept, so that
12256           converters know what to convert to.
12257           Finally, don't fail if there isn't an "endianness" field in 8-bit
12258           PCM caps.
12259
12260 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12261
12262         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12263         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12264         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12265         (teardown_cmmldec):
12266         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12267         (teardown_cmmlenc):
12268         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12269           reapply consistent pad (de)activation
12270
12271 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12272
12273         * configure.ac:
12274         Back to CVS
12275
12276         * gst-plugins-good.doap:
12277         Add 0.10.5 doap entry
12278
12279 === release 0.10.5 ===
12280
12281 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12282
12283         * configure.ac:
12284           releasing 0.10.5, "The Path of Thorns"
12285
12286 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12287
12288         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12289         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12290         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12291         (teardown_cmmldec):
12292         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12293         (teardown_cmmlenc):
12294         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12295           revert my freeze breakage
12296
12297 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12298
12299         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12300         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12301         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12302         (teardown_cmmldec):
12303         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12304         (teardown_cmmlenc):
12305         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12306           consistent pad (de)activation
12307
12308 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12309
12310         * configure.ac:
12311         * ext/Makefile.am:
12312         Disable LADPSA, as it has moved to the -bad module for the duration.
12313
12314 2006-12-18  Wim Taymans  <wim@fluendo.com>
12315
12316         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12317         (gst_signal_processor_event):
12318         Reset flow_state back to _OK after a flush stop so that we exit our
12319         error state after the flush. Fixes #374213
12320
12321 2006-12-16  David Schleef  <ds@schleef.org>
12322
12323         * sys/osxvideo/osxvideosink.h:
12324         * sys/osxvideo/osxvideosink.m:
12325           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12326
12327 2006-12-16  David Schleef  <ds@schleef.org>
12328
12329         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12330
12331         * sys/osxvideo/Makefile.am:
12332         * sys/osxvideo/osxvideosink.h:
12333         * sys/osxvideo/osxvideosink.m:
12334           Preliminary patch for porting osxvideosink
12335
12336 2006-12-16  Wim Taymans  <wim@fluendo.com>
12337
12338         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12339
12340         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12341         (gst_videomixer_set_master_geometry),
12342         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12343         (gst_videomixer_reset), (gst_videomixer_init),
12344         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12345         (gst_videomixer_release_pad), (gst_videomixer_collected),
12346         (gst_videomixer_change_state):
12347         Introduce some locking around the videomixer state so that it does not
12348         crash when adding/removing pads. Fixes #383043.
12349
12350 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12351
12352         * configure.ac:
12353           Make sure libcaca can actually be used instead of just checking for
12354           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12355           cross-compiling (fixes #384587).
12356
12357 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12358
12359         * Makefile.am:
12360         * gst-plugins-good.doap:
12361         * gst-plugins-good.spec.in:
12362           adding doap file
12363
12364 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * configure.ac:
12367           libflac-1.1.3 changed API again, but we can't build against it yet,
12368           so make sure our check doesn't use libflac-1.1.3 and add a comment
12369           to this effect.
12370
12371 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12372
12373         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12374         (gst_quarktv_planetable_clear):
12375           Add some NULL pointer checks (possibly related to #385623).
12376
12377 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12378
12379         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12380         (gst_tag_demux_chain):
12381         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12382           In streaming mode, if the first buffer we get doesn't have an
12383           offset, fix it up to be 0, otherwise trimming won't work later on
12384           and we'll be typefinding application/x-id3, which may result in
12385           decodebin plugging an endless number of id3demux elements as a
12386           consequence. Fixes #385031.
12387           
12388 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12389
12390         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12391           Ignore the buffer_time the sound device reports. Turns out it is 
12392           sometimes completely bogus and we're better off without it.
12393
12394 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12395
12396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12397         (gst_matroska_demux_video_caps):
12398         * gst/matroska/matroska-ids.c:
12399         (gst_matroska_track_init_video_context):
12400         * gst/matroska/matroska-ids.h:
12401           Try harder to extract the framerate for video tracks correctly and
12402           save it directly instead of converting it back and forth a few
12403           times. Mostly makes a difference for very small framerates (<1).
12404           Fixes #380199.
12405
12406 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12407
12408         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12409         (gst_gconf_audio_src_dispose), (do_toggle_element):
12410         * ext/gconf/gstgconfaudiosrc.h:
12411           Remove gconf notify hook when the gconfaudiosrc element is
12412           destroyed, otherwise the callback may be called on an
12413           already-destroyed instance and bad things happen. Should fix
12414           #378184.
12415           Also ignore gconf key changes when the source is already running.
12416
12417 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12418
12419         Patch by: Sebastian Dröge  <mail at slomosnail de>
12420
12421         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12422           We need to be able to read and parse any possible floating point string
12423           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12424           will parse the former only in certain locales though, so we really need
12425           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12426           make sure we can parse either version at all times.
12427           Fixes #382982 for real.
12428
12429 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12430
12431         * sys/sunaudio/gstsunaudiomixerctrl.c:
12432         * sys/sunaudio/gstsunaudiosrc.c:
12433
12434         Use the sunaudio debug category.
12435
12436         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12437         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12438         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12439         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12440         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12441         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12442         (gst_sunaudiosink_reset):
12443         * sys/sunaudio/gstsunaudiosink.h:
12444
12445         Uses the sunaudio debug category for all debug output
12446         Implements the _delay() callback to synchronise video playback better
12447         Change the segtotal and segsize values back to the parent class 
12448           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12449           respectively)
12450         Measure the samples written to the device vs. played.
12451         Keep track of segments in the device by writing empty eof frames, and
12452         sleep using a GCond when we get too far ahead and risk overrunning the
12453         sink's ringbuffer.
12454
12455         Fixes: #360673
12456
12457 2006-12-08  Wim Taymans  <wim@fluendo.com>
12458
12459         Patch by: Sebastian Dröge  <mail at slomosnail de >
12460
12461         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12462         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12463         * gst/audiofx/audiopanorama.h:
12464         Fix audiopanorame with float samples. Fixes #383726.
12465
12466 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12467
12468         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12469         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12470         (gst_sunaudiosrc_reset):
12471
12472         Implement reset functions to unblock the src/sink more quickly on 
12473         state change requests.
12474         Patch by: Brian Cameron <brian dot cameron at sun com>
12475
12476 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12477
12478         * sys/sunaudio/gstsunaudiomixer.c:
12479         (gst_sunaudiomixer_change_state):
12480         Construct the correct mixer device name when the AUDIODEV env var
12481         is set.
12482
12483         Patch by: Jerry Tan <jerry.tan at sun dot com>
12484         Fixes: #383596
12485
12486 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12487
12488         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12489         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12490         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12491         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12492         Patch by: Jerry Tan <jerry.tan at sun dot com>
12493         Fixes: #349015
12494
12495 2006-12-07  Wim Taymans  <wim@fluendo.com>
12496
12497         * gst/smpte/gstmask.h:
12498         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12499         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12500         (gst_smpte_collected), (gst_smpte_set_property),
12501         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12502         * gst/smpte/gstsmpte.h:
12503         Port to 0.10 some more. 
12504         Added duration property to specify the duration of the transition.
12505         Make framerate a fraction.
12506         Deprecate fps property, we only use negotiated fps.
12507         Added docs.
12508         Fix collectpad usage.
12509         Reset state in READY.
12510         Send NEWSEGMENT event.
12511         Fix racy updates of object properties.
12512         Added debug category.
12513         Fixes #383323.
12514
12515 2006-12-06  Wim Taymans  <wim@fluendo.com>
12516
12517         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12518
12519         * gst/videomixer/videomixer.c:
12520         (gst_videomixer_set_master_geometry),
12521         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12522         Don't reset xpos and ypos in the setcaps function because causes
12523         unexpected behaviour.
12524         Fixes #382179.
12525
12526 2006-12-06  Wim Taymans  <wim@fluendo.com>
12527
12528         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12529         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12530         Keep track of the buffer timestamp in the collectdata member instead
12531         of modifying the buffer without making the metadata writable first.
12532         Fixes #382277.
12533
12534 2006-12-06  Wim Taymans  <wim@fluendo.com>
12535
12536         Patch by: Rob Taylor <robtaylor at floopily dot org>
12537
12538         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12539         If using multicast in udpsrc, bind to the multicast address rather than
12540         IN_ADDR_ANY.
12541         This allows the simultanous use of multiple udpsrcs listening on
12542         different multicat addresses. Without this all udpsrcs will receive all
12543         packets from all subscribed multicast addresses.
12544         Fixes #383001.
12545
12546 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12547
12548         * ext/taglib/gstid3v2mux.cc:
12549         Don't attempt to write a NULL frame into the ID3 tag set when the 
12550         createFrame method returned NULL.
12551         Fixes: #381857
12552         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12553
12554 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12555
12556         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12557         Use g_strtod() instead of sscanf to parse doubles, so that it will
12558         try parsing in the C locale if the current locale fails.
12559         Fixes: #382982
12560         Patch by: Sebastian Dröge  <mail at slomosnail de >
12561
12562 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12563
12564         * win32/MANIFEST:
12565         Fix compilation on win32 under VS8
12566         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12567         Partially fixes #381175
12568
12569 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12570
12571         * gst/avi/gstavimux.c:
12572           accept all mpegversions,fixes #380825
12573           spotted by: Jerome Alet  
12574
12575 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12576
12577         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12578         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12579         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12580         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12581           cleanup the error message a bit more
12582
12583 2006-11-28  Wim Taymans  <wim@fluendo.com>
12584
12585         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12586         Fix width and height properties.
12587
12588         * ext/libcaca/gstcacasink.h:
12589         Fix compilation on newer libcaca that require us to include a new
12590         header. Fixes #379918.
12591
12592 2006-11-28  Wim Taymans  <wim@fluendo.com>
12593
12594         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12595         * gst/rtsp/gstrtspsrc.h:
12596         * gst/rtsp/rtspext.h:
12597         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12598         (rtsp_ext_wms_get_context):
12599         Add method so that extensions can choose to disable the setup of
12600         a stream.
12601         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12602
12603 2006-11-27  Wim Taymans  <wim@fluendo.com>
12604
12605         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12606
12607         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12608         Push header in a separate buffer instead of memcpy:ing all data.
12609         Change LF => CRLF in headers.
12610         Move trailing LF to header. Fixes #379792.
12611
12612 2006-11-27  Wim Taymans  <wim@fluendo.com>
12613
12614         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12615         Small buffer overflow fix and improve debugging.
12616
12617 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12618
12619         * ext/esd/esdmon.h:
12620         * ext/esd/esdsink.h:
12621           remove obsolete _factory_init protos
12622
12623 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12624
12625         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12626         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12627         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12628         (gst_avi_demux_read_subindexes_push),
12629         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12630         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12631         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12632         (gst_avi_demux_massage_index),
12633         (gst_avi_demux_calculate_durations_from_index),
12634         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12635         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12636         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12637           remove dead code, tweak debugs statements, add comments, use
12638           _uint64_scale instead _uint64_scale_int when using guint64 values,
12639           small optimizations, reflow some error handling
12640
12641 2006-11-22  Edward Hervey  <edward@fluendo.com>
12642
12643         * po/.cvsignore:
12644         We never put .pot files in cvs. Let's ignore them all.
12645
12646 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12647
12648         * po/POTFILES.in:
12649           ... but better exclude files that aren't disted.
12650
12651 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12652
12653         * po/POTFILES.in:
12654           Add v4l2 source files to list of files with translations, so the
12655           strings are actually extracted (however bad they still may be).
12656
12657 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12658
12659         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12660           Minor clean-ups: const-ify static array, remove trailing comma from
12661           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12662
12663 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12664
12665         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12666         Make sure that g_free always gets called on the same pointer that was 
12667         returned by g_malloc.  Fixes #376594.
12668         Do not leak memory if decompressed size is wrong.
12669         Remove unneeded check of return value of g_malloc.
12670         Patch by: René Stadler <mail@renestadler.de>
12671
12672 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12673
12674         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12675           Add missing curly brackets.
12676
12677 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12678
12679         * sys/v4l2/v4l2src_calls.c:
12680         Fix capture_deinit.
12681
12682 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12683
12684         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12685         (gst_matroska_mux_request_new_pad):
12686           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12687
12688         * tests/check/elements/matroskamux.c: (setup_src_pad),
12689         (setup_sink_pad), (GST_START_TEST):
12690         Activate pads before using them.
12691
12692 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12693
12694         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12695           Initialise variable to get rid of bogus compiler warning.
12696
12697 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12698
12699         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12700
12701         * gst/rtp/gstrtph263pay.c:
12702         * gst/rtp/gstrtph263pdepay.c:
12703         * gst/rtp/gstrtph263ppay.c:
12704           Specify H.263 variant and version in the caps (fixes #361637)
12705
12706 2006-11-15  Wim Taymans  <wim@fluendo.com>
12707
12708         * gst/rtsp/rtspconnection.c: (read_body):
12709         Don't set a data pointer to NULL and a size > 0 when we deal
12710         with empty packets.
12711
12712         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12713         (rtsp_message_init_response), (rtsp_message_init_data),
12714         (rtsp_message_unset), (rtsp_message_free),
12715         (rtsp_message_take_body):
12716         Check that we can't create invalid empty packets. 
12717
12718 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12719
12720         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12721
12722         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12723         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12724         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12725         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12726         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12727         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12728         * gst/matroska/matroska-mux.h:
12729           Add basic tag writing support; implement releasing pads (#374658).
12730
12731 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12732
12733         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12734         (gst_matroska_demux_audio_caps):
12735           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12736
12737 2006-11-14  David Schleef  <ds@schleef.org>
12738
12739         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12740
12741 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12742
12743         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12744
12745         * win32/vs8/gst-plugins-good.sln:
12746         * win32/vs8/libgst1394.vcproj:
12747         * win32/vs8/libgstaasink.vcproj:
12748         * win32/vs8/libgstalaw.vcproj:
12749         * win32/vs8/libgstalpha.vcproj:
12750         * win32/vs8/libgstalphacolor.vcproj:
12751         * win32/vs8/libgstannodex.vcproj:
12752         * win32/vs8/libgstapetag.vcproj:
12753         * win32/vs8/libgstaudiofx.vcproj:
12754         * win32/vs8/libgstauparse.vcproj:
12755         * win32/vs8/libgstautodetect.vcproj:
12756         * win32/vs8/libgstavi.vcproj:
12757         * win32/vs8/libgstcacasink.vcproj:
12758         * win32/vs8/libgstcdio.vcproj:
12759         * win32/vs8/libgstcutter.vcproj:
12760         * win32/vs8/libgstdv.vcproj:
12761         * win32/vs8/libgsteffectv.vcproj:
12762         * win32/vs8/libgstflac.vcproj:
12763         * win32/vs8/libgstflxdec.vcproj:
12764         * win32/vs8/libgstgoom.vcproj:
12765         * win32/vs8/libgsticydemux.vcproj:
12766         * win32/vs8/libgstid3demux.vcproj:
12767         * win32/vs8/libgstjpeg.vcproj:
12768         * win32/vs8/libgstladspa.vcproj:
12769         * win32/vs8/libgstlevel.vcproj:
12770         * win32/vs8/libgstmatroska.vcproj:
12771         * win32/vs8/libgstmikmod.vcproj:
12772         * win32/vs8/libgstmng.vcproj:
12773         * win32/vs8/libgstmonoscope.vcproj:
12774         * win32/vs8/libgstmulaw.vcproj:
12775         * win32/vs8/libgstmultipart.vcproj:
12776         * win32/vs8/libgstpng.vcproj:
12777         * win32/vs8/libgstrtp.vcproj:
12778         * win32/vs8/libgstrtsp.vcproj:
12779         * win32/vs8/libgstshout2.vcproj:
12780         * win32/vs8/libgstsmpte.vcproj:
12781         * win32/vs8/libgstspeex.vcproj:
12782         * win32/vs8/libgsttaglib.vcproj:
12783         * win32/vs8/libgstudp.vcproj:
12784         * win32/vs8/libgstvideobalance.vcproj:
12785         * win32/vs8/libgstvideobox.vcproj:
12786         * win32/vs8/libgstvideoflip.vcproj:
12787         * win32/vs8/libgstvideomixer.vcproj:
12788         * win32/vs8/libgstwavenc.vcproj:
12789         * win32/vs8/libgstwavparse.vcproj:
12790           Make end-of-line returns unixy, so that when the files are checked
12791           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12792           Hopefully fixes #366492.
12793
12794 2006-11-14  Wim Taymans  <wim@fluendo.com>
12795
12796         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12797         Disable init_frames delay timestamp adjustment, it does not
12798         seem to be needed at all. Fixes #369621.
12799
12800 2006-11-13  Wim Taymans  <wim@fluendo.com>
12801
12802         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12803
12804         * gst/videomixer/videomixer.c:
12805         (gst_videomixer_set_master_geometry),
12806         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12807         (gst_videomixer_collect_free), (gst_videomixer_reset),
12808         (gst_videomixer_init), (gst_videomixer_finalize),
12809         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12810         (gst_videomixer_collected), (gst_videomixer_change_state):
12811         Fix memleak by unref'ing collectpads instance (when finalizing)
12812         Implement releasing a request pad. Fixes #374479.
12813
12814 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12815
12816         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12817
12818         * win32/vs8/gst-plugins-good.sln:
12819         * win32/vs8/libgst1394.vcproj:
12820         * win32/vs8/libgstaasink.vcproj:
12821         * win32/vs8/libgstalaw.vcproj:
12822         * win32/vs8/libgstalpha.vcproj:
12823         * win32/vs8/libgstalphacolor.vcproj:
12824         * win32/vs8/libgstannodex.vcproj:
12825         * win32/vs8/libgstapetag.vcproj:
12826         * win32/vs8/libgstaudiofx.vcproj:
12827         * win32/vs8/libgstauparse.vcproj:
12828         * win32/vs8/libgstautodetect.vcproj:
12829         * win32/vs8/libgstavi.vcproj:
12830         * win32/vs8/libgstcacasink.vcproj:
12831         * win32/vs8/libgstcdio.vcproj:
12832         * win32/vs8/libgstcutter.vcproj:
12833         * win32/vs8/libgstdv.vcproj:
12834         * win32/vs8/libgsteffectv.vcproj:
12835         * win32/vs8/libgstflac.vcproj:
12836         * win32/vs8/libgstflxdec.vcproj:
12837         * win32/vs8/libgstgoom.vcproj:
12838         * win32/vs8/libgsticydemux.vcproj:
12839         * win32/vs8/libgstid3demux.vcproj:
12840         * win32/vs8/libgstjpeg.vcproj:
12841         * win32/vs8/libgstladspa.vcproj:
12842         * win32/vs8/libgstlevel.vcproj:
12843         * win32/vs8/libgstmatroska.vcproj:
12844         * win32/vs8/libgstmikmod.vcproj:
12845         * win32/vs8/libgstmng.vcproj:
12846         * win32/vs8/libgstmonoscope.vcproj:
12847         * win32/vs8/libgstmulaw.vcproj:
12848         * win32/vs8/libgstmultipart.vcproj:
12849         * win32/vs8/libgstpng.vcproj:
12850         * win32/vs8/libgstrtp.vcproj:
12851         * win32/vs8/libgstrtsp.vcproj:
12852         * win32/vs8/libgstshout2.vcproj:
12853         * win32/vs8/libgstsmpte.vcproj:
12854         * win32/vs8/libgstspeex.vcproj:
12855         * win32/vs8/libgsttaglib.vcproj:
12856         * win32/vs8/libgstudp.vcproj:
12857         * win32/vs8/libgstvideobalance.vcproj:
12858         * win32/vs8/libgstvideobox.vcproj:
12859         * win32/vs8/libgstvideoflip.vcproj:
12860         * win32/vs8/libgstvideomixer.vcproj:
12861         * win32/vs8/libgstwavenc.vcproj:
12862         * win32/vs8/libgstwavparse.vcproj:
12863           Add VS8 project files (note that many of the plugins in ext are
12864           disabled by default). Fixes #366492.
12865
12866 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12867
12868         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12869           we do not translate debug messages
12870
12871 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12872
12873         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12874           fix categorisation, make short desc more explicit, remove unused code
12875           Fixes #372021
12876
12877 2006-11-08  Wim Taymans  <wim@fluendo.com>
12878
12879         * gst/rtp/gstrtpL16depay.c:
12880         * gst/rtp/gstrtpamrdepay.c:
12881         * gst/rtp/gstrtpamrpay.c:
12882         * gst/rtp/gstrtpgsmdepay.c:
12883         * gst/rtp/gstrtph263pay.c:
12884         * gst/rtp/gstrtph263pdepay.c:
12885         * gst/rtp/gstrtph263ppay.c:
12886         * gst/rtp/gstrtph264depay.c:
12887         * gst/rtp/gstrtpmp2tdepay.c:
12888         * gst/rtp/gstrtpmp4gdepay.c:
12889         * gst/rtp/gstrtpmp4gpay.c:
12890         * gst/rtp/gstrtpmp4vdepay.c:
12891         * gst/rtp/gstrtpmp4vpay.c:
12892         * gst/rtp/gstrtpmpadepay.c:
12893         * gst/rtp/gstrtpmpapay.c:
12894         * gst/rtp/gstrtppcmadepay.c:
12895         * gst/rtp/gstrtppcmapay.c:
12896         * gst/rtp/gstrtppcmudepay.c:
12897         * gst/rtp/gstrtppcmupay.c:
12898         * gst/rtp/gstrtpspeexdepay.c:
12899         * gst/rtp/gstrtpspeexpay.c:
12900         * gst/rtp/gstrtpsv3vdepay.c:
12901         Fix element descriptions.
12902
12903 2006-11-08  Wim Taymans  <wim@fluendo.com>
12904
12905         * gst/rtp/gstrtpvorbisdepay.c:
12906         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12907         Fix description.
12908         Small cleanup in the payloader.
12909
12910 2006-11-08  Wim Taymans  <wim@fluendo.com>
12911
12912         * gst/rtp/Makefile.am:
12913         * gst/rtp/gstrtp.c: (plugin_init):
12914         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12915         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12916         (gst_rtp_theora_depay_finalize),
12917         (gst_rtp_theora_depay_parse_configuration),
12918         (gst_rtp_theora_depay_setcaps),
12919         (gst_rtp_theora_depay_switch_codebook),
12920         (gst_rtp_theora_depay_process),
12921         (gst_rtp_theora_depay_set_property),
12922         (gst_rtp_theora_depay_get_property),
12923         (gst_rtp_theora_depay_change_state),
12924         (gst_rtp_theora_depay_plugin_init):
12925         * gst/rtp/gstrtptheoradepay.h:
12926         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12927         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12928         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12929         (gst_rtp_theora_pay_init_packet),
12930         (gst_rtp_theora_pay_flush_packet),
12931         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12932         (gst_rtp_theora_pay_handle_buffer),
12933         (gst_rtp_theora_pay_plugin_init):
12934         * gst/rtp/gstrtptheorapay.h:
12935         Add theora pay/depayloaders.
12936
12937 2006-11-06  Wim Taymans  <wim@fluendo.com>
12938
12939         * gst/rtp/Makefile.am:
12940         We depend on gsttag to generate the vorbis comments.
12941
12942         * gst/rtp/gstrtpvorbisdepay.c:
12943         (gst_rtp_vorbis_depay_parse_configuration),
12944         (gst_rtp_vorbis_depay_setcaps),
12945         (gst_rtp_vorbis_depay_switch_codebook),
12946         (gst_rtp_vorbis_depay_process):
12947         * gst/rtp/gstrtpvorbisdepay.h:
12948         Parse configuration string in the depayloader.
12949         Implement selecting and switching to a new codebook.
12950         Receiving vorbis over RTP now works.
12951
12952         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12953         (gst_rtp_vorbis_pay_init_packet),
12954         (gst_rtp_vorbis_pay_finish_headers),
12955         (gst_rtp_vorbis_pay_handle_buffer):
12956         * gst/rtp/gstrtpvorbispay.h:
12957         Set timestamps on outgoing buffers and RTP packets.
12958         Fix configuration string, prepend number of Packet headers.
12959         Fix encoding of ident string.
12960         Add delivery-method to caps.
12961         Streaming vorbis over RTP now works.
12962
12963 2006-11-06  Wim Taymans  <wim@fluendo.com>
12964
12965         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12966         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12967         (gst_rtp_vorbis_pay_handle_buffer):
12968         * gst/rtp/gstrtpvorbispay.h:
12969         Generate a valid configuration string in the caps based on the
12970         vorbis headers.
12971
12972 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
12973
12974         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
12975         * ext/cdio/gstcdio.h:
12976         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
12977           Move CD-TEXT utility function into common file so it can also be
12978           used by a future cdioparanoiasrc.
12979
12980 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
12981         
12982         * sys/v4l2/Makefile.am:
12983         * sys/v4l2/gstv4l2object.c:
12984         * sys/v4l2/gstv4l2src.c:
12985         * sys/v4l2/gstv4l2xoverlay.c:
12986         * sys/v4l2/v4l2_calls.c:
12987         * sys/v4l2/v4l2src_calls.c:
12988         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
12989         xoverlay code that is still not implemented.
12990
12991 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
12992
12993         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
12994           We require a -base more recent than 0.10.9, so it's safe to use
12995           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
12996
12997         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
12998         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
12999           Use _newsegment_full() now that we depend on a recent enough core.
13000
13001         * gst/wavparse/gstwavparse.c:
13002           Remove cruft that we don't need any longer now that we depend on
13003           a recent enough -base.
13004
13005 2006-10-31  Wim Taymans  <wim@fluendo.com>
13006
13007         * gst/rtp/Makefile.am:
13008         * gst/rtp/gstrtp.c: (plugin_init):
13009         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13010         (gst_rtpilbcpay_setcaps):
13011         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13012
13013 2006-10-31  Wim Taymans  <wim@fluendo.com>
13014
13015         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13016         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13017         Some small cleanups, use _scale.
13018
13019 2006-10-31  Wim Taymans  <wim@fluendo.com>
13020
13021         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13022         Use higher precision scale function.
13023
13024 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13025
13026         Patch by: Michal Benes  <michal dot benes at itonis tv>
13027
13028         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13029         (gst_matroska_demux_read_track_encodings),
13030         (gst_matroska_decode_buffer):
13031           Fix several issues with encoded/compressed/encrypted/signed tracks;
13032           also, remove superfluous newline characters from some debug
13033           statements. (#366155)
13034
13035 2006-10-30  Wim Taymans  <wim@fluendo.com>
13036
13037         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13038         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13039         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13040         (gst_smokedec_change_state):
13041         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13042         (gst_smokeenc_init), (gst_smokeenc_finalize),
13043         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13044         (gst_smokeenc_resync), (gst_smokeenc_chain),
13045         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13046         (gst_smokeenc_change_state):
13047         Various cleanups, capsnego and leak fixes.
13048
13049 2006-10-30  Wim Taymans  <wim@fluendo.com>
13050
13051         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13052
13053         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13054         Fix videomixer so that it can handle any combination of framerates.
13055         Fixes #367221.
13056
13057 2006-10-28  Wim Taymans  <wim@fluendo.com>
13058
13059         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13060         (gst_avi_demux_parse_file_header),
13061         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13062         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13063         (gst_avi_demux_chain):
13064         Fix position query for audio. also fixes timestamps in streaming
13065         mode and bug #364958.
13066         Small cleanups.
13067
13068 2006-10-27  Wim Taymans  <wim@fluendo.com>
13069
13070         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13071         * ext/libpng/gstpngenc.h:
13072         Fix strides. Fixes #364856.
13073         Cleanup capsnego.
13074         Set caps on outgoing buffers.
13075
13076 2006-10-18  Wim Taymans  <wim@fluendo.com>
13077
13078         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13079
13080         * gst/rtp/gstrtpgsmpay.c:
13081         * gst/rtp/gstrtph263pay.c:
13082         * gst/rtp/gstrtpmpapay.c:
13083         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13084         (gst_rtp_pcma_pay_handle_buffer):
13085         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13086         Add static payload numbers in addition to the dynamic ones.
13087         Fixes #361639.
13088
13089 2006-10-18  Wim Taymans  <wim@fluendo.com>
13090
13091         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13092         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13093         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13094         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13095         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13096         * gst/rtsp/rtspdefs.h:
13097         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13098         * gst/rtsp/rtspurl.h:
13099         Reuse already existing enum for lower transport.
13100         Add rtspt and rtspu protocols.
13101         Send redirect to rtspt when udp times out.
13102
13103 2006-10-18  Wim Taymans  <wim@fluendo.com>
13104
13105         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13106         (gst_wavparse_stream_data):
13107         Fix seeking some more, mostly for speed changes.
13108
13109 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13110
13111         Patch by: Fredrik Persson  <frepe at bredband net>
13112
13113         * sys/v4l2/gstv4l2tuner.c:
13114         * sys/v4l2/gstv4l2tuner.h:
13115           Fix _set_channel(): remove useless g_object_notify() for "channel"
13116           property that doesn't exist any longer and therefore now also
13117           useless redirect (#338818).
13118
13119 2006-10-17  Wim Taymans  <wim@fluendo.com>
13120
13121         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13122         Some drivers do not support unsetting the non-blocking flag once the
13123         device is opened. In those cases, close/open the device in
13124         non-blocking mode. Fixes #362673.
13125
13126 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13127
13128         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13129         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13130         (gst_v4l2src_get_fps):
13131           dear stefan, framespersecond is not frameperiod, reverting but adding
13132           comment
13133
13134 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13135
13136         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13137         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13138         (gst_v4l2src_get_fps):
13139           Numerator is numerator and denominator is denominator. Say that aloud
13140           5 times and retry after next beer.
13141
13142 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13143
13144         Patch by: Josep Torra Valles  <josep at fluendo com>
13145
13146         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13147         * ext/esd/esdsink.c: (gst_esdsink_write):
13148         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13149         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13150         (gst_flac_dec_send_newsegment):
13151         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13152         (gst_flac_enc_tell_callback):
13153         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13154         (smokecodec_parse_header), (smokecodec_decode):
13155         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13156         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13157         * gst/goom/Makefile.am:
13158         * gst/goom/gstgoom.c:
13159         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13160         * gst/rtsp/gstrtspsrc.c:
13161         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13162         * gst/udp/gstudpsink.c:
13163         * gst/udp/gstudpsrc.c:
13164         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13165         * sys/sunaudio/gstsunaudiomixertrack.h:
13166           Fix a bunch of problems discovered by the Forte compiler, mostly type
13167           mixups and pointer arithmetics with void pointers. Fixes #362603.
13168
13169 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13170
13171         * ext/speex/gstspeex.c: (plugin_init):
13172         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13173         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13174         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13175         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13176         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13177         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13178         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13179         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13180         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13181         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13182         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13183         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13184         * ext/speex/gstspeexenc.h:
13185           Miscellaneous clean-ups, among other things: speexenc => enc to
13186           enhance code readability; change speexenc => speex_enc; in chain
13187           function unref input buffer in case of error; take reference in
13188           event function; use boilerplate macro; use gst_pad_query_peer_*
13189           convenience functions.
13190
13191 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13192
13193         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13194         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13195         (gst_speexenc_set_header_on_caps):
13196           Fix some mem leaks.
13197
13198 2006-10-11  Wim Taymans  <wim@fluendo.com>
13199
13200         * gst/rtsp/URLS:
13201         Added some other URL.
13202
13203         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13204         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13205         (gst_rtspsrc_open), (gst_rtspsrc_play),
13206         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13207         * gst/rtsp/gstrtspsrc.h:
13208         Work on fallback to TCP connection when the UDP socket times out.
13209         Handler server requests, just reply with OK for now.
13210
13211         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13212         * gst/rtsp/rtspdefs.h:
13213         Added some more Real extension headers.
13214
13215         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13216         Fix parsing of urls with a ':' that is not part of the hostname:port
13217         part of the url.
13218
13219 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13220
13221         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13222         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13223         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13224           Activate pad before adding it to the already-running element.
13225
13226         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13227           Activate newly-created pad too.
13228
13229 2006-10-11  Wim Taymans  <wim@fluendo.com>
13230
13231         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13232
13233         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13234         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13235         (gst_udpsrc_start):
13236         Fix some leaks in caps and uris. Fixes #361252.
13237
13238 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13239
13240         * gst/wavparse/Makefile.am:
13241           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13242
13243 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13244
13245         * sys/v4l2/gstv4l2xoverlay.c:
13246         * sys/v4l2/gstv4l2xoverlay.h:
13247         Fix build as per the patch in #338818 comment 36.
13248
13249 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13250
13251         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13252           Activate pads before adding them to the source.
13253
13254 2006-10-06  Wim Taymans  <wim@fluendo.com>
13255
13256         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13257         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13258         Activate pads before adding.
13259
13260 2006-10-06  Wim Taymans  <wim@fluendo.com>
13261
13262         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13263         (gst_multipart_find_pad_by_mime):
13264         Activate pads before adding.
13265
13266         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13267         BOILERPLATE sets parent_class for us.
13268
13269 2006-10-06  Wim Taymans  <wim@fluendo.com>
13270
13271         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13272         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13273         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13274         (gst_rtspsrc_alloc_udp_ports),
13275         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13276         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13277         (gst_rtspsrc_create_transports_string),
13278         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13279         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13280         * gst/rtsp/gstrtspsrc.h:
13281         Rework how the transport string is constructed, try to share channels
13282         and udp ports.
13283         Make most of the stuff less dependant on RTP as we are also going to use
13284         it for RDT.
13285         Add support for transport specific session managers.
13286
13287         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13288         Implement _flush().
13289
13290         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13291         * gst/rtsp/rtspdefs.h:
13292         Add generic error return code.
13293
13294         * gst/rtsp/rtspext.h:
13295         Add support for pluggable tranport strings.
13296
13297         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13298         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13299         (rtsp_ext_wms_get_context):
13300         Detect WMServer and activate the extension.
13301
13302         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13303         (rtsp_transport_get_manager), (rtsp_transport_parse):
13304         * gst/rtsp/rtsptransport.h:
13305         Added methods to get mime/manager for certain transports.
13306
13307 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13308
13309         * ext/cairo/gsttimeoverlay.c:
13310         (gst_cairo_time_overlay_update_font_height):
13311         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13312         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13313         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13314         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13315         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13316         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13317         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13318         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13319         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13320         (gst_avi_demux_stream_data):
13321         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13322         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13323         (gst_fenced_buffer_copy):
13324         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13325         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13326         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13327         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13328         (gst_rtspsrc_handle_message):
13329         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13330         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13331           Printf format fixes.
13332
13333 2006-10-04  Wim Taymans  <wim@fluendo.com>
13334
13335         * gst/rtsp/Makefile.am:
13336         Dist new .h file too.
13337
13338 2006-10-04  Wim Taymans  <wim@fluendo.com>
13339
13340         * gst/rtsp/Makefile.am:
13341         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13342         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13343         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13344         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13345         (gst_rtspsrc_parse_rtpmap),
13346         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13347         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13348         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13349         * gst/rtsp/gstrtspsrc.h:
13350         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13351         * gst/rtsp/rtspdefs.h:
13352         * gst/rtsp/rtspext.h:
13353         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13354         (rtsp_ext_wms_get_context):
13355         * gst/rtsp/rtspextwms.h:
13356         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13357         (rtsp_transport_parse):
13358         * gst/rtsp/rtsptransport.h:
13359         Factor out extension in separate module.
13360         Fix getcaps to filter against the padtemplate.
13361         Use Content-Base if the server gives one.
13362         Rework the transport parsing a bit for future extensions.
13363         Added some Real Header field definitions.
13364
13365 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13366
13367         * docs/plugins/Makefile.am:
13368         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13369         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13370           added v4l2 stubs
13371         * gst-plugins-good.spec.in:
13372           add v4l2
13373
13374 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13375
13376         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13377           Extract disc/album/medium number and count and try harder
13378           to extract track number/count.
13379
13380 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13381
13382         * configure.ac:
13383         * sys/Makefile.am:
13384           add build stuff for v4l2, needs --enable-experimental until
13385           the last bits are resolved
13386
13387 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * tests/check/Makefile.am:
13390           Disable autodetect test temporarily, so that the build bots
13391           update -bad and the ranks of unreliable video sinks in there.
13392
13393         * tests/check/elements/autodetect.c: (GST_START_TEST):
13394           Skip test if no usable videosink is found.
13395
13396 2006-09-29  Wim Taymans  <wim@fluendo.com>
13397
13398         * gst/rtsp/URLS:
13399         Add some more URLs.
13400
13401         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13402         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13403         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13404         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13405         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13406         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13407         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13408         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13409         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13410         * gst/rtsp/gstrtspsrc.h:
13411         Add timeout property to control UDP timeouts.
13412         Fix error messages.
13413         Also start a loop function when operating in UDP mode so that we can
13414         do some more stuff async.
13415         Handle element messages from udpsrc to detect timeouts. If a timeout
13416         happens we currently generate an error.
13417         API: rtspsrc::timeout property.
13418
13419         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13420         (gst_udpsrc_create):
13421         Really implement the timeout in microseconds and not milliseconds.
13422
13423 2006-09-29  Wim Taymans  <wim@fluendo.com>
13424
13425         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13426         (gst_udpsrc_create), (gst_udpsrc_set_property),
13427         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13428         * gst/udp/gstudpsrc.h:
13429         Added property to post a message on timeout.
13430         Updated docs.
13431         When restarting the select, initialize the fdsets again.
13432         Init control sockets so we don't accidentally close a random socket.
13433         API: GstUDPSrc::timeout property
13434
13435 2006-09-29  Wim Taymans  <wim@fluendo.com>
13436
13437         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13438         Fix flag registration.
13439
13440         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13441         Reading 0 also means 'no more commands'
13442
13443 2006-09-29  Wim Taymans  <wim@fluendo.com>
13444
13445         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13446
13447         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13448         Fix possible infinite loop when shutting down, a read can also return
13449         0 to indicate no more messages are available. Fixes #358156.
13450
13451 2006-09-25  Wim Taymans  <wim@fluendo.com>
13452
13453         * gst/autodetect/gstautoaudiosink.c:
13454         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13455         (gst_auto_audio_sink_find_best):
13456         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13457         Small cleanups.
13458         don't try to set "sync" property when it is not available.
13459
13460 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13461
13462         Patch by: Peter Kjellerstedt  <pkj at axis com>
13463
13464         * gst/alpha/gstalpha.c:
13465         * gst/rtp/gstrtpamrdepay.c:
13466         * gst/rtsp/gstrtspsrc.c:
13467         * gst/udp/gstudpsrc.c:
13468         * gst/videomixer/videomixer.c:
13469           Include stdlib.h in some more places, makes things compile
13470           with uClibc and -Werror (#357592).
13471
13472 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13473
13474         * ext/jpeg/gstjpegdec.c:
13475           Set minimum height to 8 (from 16), our code should handle
13476           that fine. Some of the buttons on the apple trailer site
13477           are apparently only 15 pixels high (see #357470).
13478
13479 2006-09-23  Wim Taymans  <wim@fluendo.com>
13480
13481         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13482         (gst_rtspsrc_open):
13483         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13484         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13485         (rtsp_connection_receive):
13486         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13487         * gst/rtsp/rtspdefs.h:
13488         Improve error reporting.
13489
13490 2006-09-23  Wim Taymans  <wim@fluendo.com>
13491
13492         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13493         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13494         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13495         * gst/rtp/gstrtpdepay.c:
13496         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13497         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13498         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13499         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13500         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13501         (gst_rtp_mp2t_depay_plugin_init):
13502         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13503         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13504         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13505         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13506         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13507         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13508         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13509         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13510         Fix klass typos.
13511         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13512
13513 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13514
13515         * configure.ac:
13516           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13517
13518 2006-09-22  Wim Taymans  <wim@fluendo.com>
13519
13520         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13521         Don't check for a tag that is never there and check if we read the
13522         correct tag. Fixes seeking again.
13523         We must post an error when all pads are unlinked.
13524
13525 2006-09-22  Wim Taymans  <wim@fluendo.com>
13526
13527         * gst/rtp/Makefile.am:
13528         * gst/rtp/gstrtp.c: (plugin_init):
13529         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13530         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13531         (gst_rtp_vorbis_pay_reset_packet),
13532         (gst_rtp_vorbis_pay_init_packet),
13533         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13534         (gst_rtp_vorbis_pay_handle_buffer):
13535         More fixage, set endoder-params correctly in the payloader.
13536
13537 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13538
13539         * gst/autodetect/gstautoaudiosink.c:
13540         (gst_auto_audio_sink_base_init):
13541         * gst/autodetect/gstautovideosink.c:
13542         (gst_auto_video_sink_base_init):
13543           Make static pad templates static to appease valgrind's leak
13544           detector.
13545
13546         * tests/check/Makefile.am:
13547         * tests/check/elements/.cvsignore:
13548         * tests/check/elements/autodetect.c: (GST_START_TEST),
13549         (autodetect_suite):
13550           Add simple test for the ghostpad lockup on shutdown fixed in core
13551           CVS (audio bit disabled because it would need dozens of alsa
13552           suppressions and I'm too lazy to add those now).
13553
13554 2006-09-22  Wim Taymans  <wim@fluendo.com>
13555
13556         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13557         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13558         Small cleanups.
13559
13560         * gst/rtp/Makefile.am:
13561         * gst/rtp/gstrtp.c: (plugin_init):
13562         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13563         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13564         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13565         (gst_rtp_vorbis_depay_process),
13566         (gst_rtp_vorbis_depay_set_property),
13567         (gst_rtp_vorbis_depay_get_property),
13568         (gst_rtp_vorbis_depay_change_state),
13569         (gst_rtp_vorbis_depay_plugin_init):
13570         * gst/rtp/gstrtpvorbisdepay.h:
13571         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13572         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13573         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13574         (gst_rtp_vorbis_pay_flush_packet),
13575         (gst_rtp_vorbis_pay_append_buffer),
13576         (gst_rtp_vorbis_pay_handle_buffer),
13577         (gst_rtp_vorbis_pay_plugin_init):
13578         * gst/rtp/gstrtpvorbispay.h:
13579         Add experimental vorbis pay and depayloaders.
13580
13581 2006-09-21  Wim Taymans  <wim@fluendo.com>
13582
13583         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13584         Fix profile-level-id parsing and setup.
13585
13586 2006-09-21  Wim Taymans  <wim@fluendo.com>
13587
13588         * gst/udp/README:
13589         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13590         Update README, simple cleanup.
13591
13592 2006-09-21  Wim Taymans  <wim@fluendo.com>
13593
13594         * gst/rtp/README:
13595         Update README with some examples.
13596
13597         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13598         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13599         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13600         (gst_rtp_mp4g_pay_setcaps):
13601         * gst/rtp/gstrtpmp4gpay.h:
13602         Make optional RTP parameters of type STRING, as required by the
13603         application/x-rtp caps specification.
13604
13605 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13606
13607         * gst/rtp/gstrtph263pdepay.c:
13608         * gst/rtp/gstrtph263ppay.c:
13609         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13610         RTP header.
13611
13612 2006-09-20  Wim Taymans  <wim@fluendo.com>
13613
13614         * gst/rtp/Makefile.am:
13615         And makefile too.
13616
13617 2006-09-20  Wim Taymans  <wim@fluendo.com>
13618
13619         * gst/rtp/gstrtp.c: (plugin_init):
13620         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13621         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13622         (decode_base64), (gst_rtp_asf_depay_setcaps),
13623         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13624         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13625         (gst_rtp_asf_depay_plugin_init):
13626         * gst/rtp/gstrtpasfdepay.h:
13627         Added preliminary ASF depayloader.
13628
13629         * gst/rtp/gstrtph264depay.c: (decode_base64):
13630         Fix base64 decoding.
13631
13632 2006-09-20  Wim Taymans  <wim@fluendo.com>
13633
13634         * gst/rtsp/URLS:
13635         Added some test URLS.
13636
13637         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13638         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13639         * gst/rtsp/gstrtspsrc.h:
13640         When creating streams, give access to the complete SDP.
13641         Fix some leaks.
13642         Collect and merge global stream properties in stream caps.
13643         Preliminary support for WMServer.
13644
13645         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13646         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13647         (rtsp_connection_receive):
13648         * gst/rtsp/rtspconnection.h:
13649         Make connection interruptable.
13650         Refactor to make it reconnectable.
13651         Don't fail on short reads when reading data packets.
13652
13653         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13654         (rtsp_url_get_port):
13655         * gst/rtsp/rtspurl.h:
13656         Add methods for getting/setting the port.
13657
13658         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13659         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13660         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13661         (sdp_media_get_format), (sdp_parse_line),
13662         (sdp_message_parse_buffer):
13663         Fix headers. 
13664         Add methods for getting multiple attributes with the same name.
13665         Increase buffer size when parsing.
13666         Fix parsing of a=foo fields.
13667
13668         * gst/rtsp/test.c: (main):
13669         Update to new connection API.
13670
13671         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13672         (rtsp_message_init_response), (rtsp_message_init_data),
13673         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13674         * gst/rtsp/rtspmessage.h:
13675         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13676         * gst/rtsp/rtsptransport.h:
13677         * gst/rtsp/sdp.h:
13678         * gst/rtsp/sdpmessage.h:
13679         * gst/rtsp/gstrtsp.c:
13680         * gst/rtsp/gstrtsp.h:
13681         * gst/rtsp/gstrtpdec.c:
13682         * gst/rtsp/gstrtpdec.h:
13683         * gst/rtsp/rtsp.h:
13684         * gst/rtsp/rtspdefs.c:
13685         * gst/rtsp/rtspdefs.h:
13686         Dual licensed under MIT and LGPL now.
13687
13688 2006-09-19  Wim Taymans  <wim@fluendo.com>
13689
13690         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13691         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13692         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13693         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13694         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13695         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13696         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13697         * gst/rtsp/gstrtspsrc.h:
13698         Reorganize stream parsing and creation.
13699         Detect container formats in interleaved mode.
13700         Keep more state about the streams.
13701         Assume a server also supports PLAY if it does not say.
13702         Add unicast and interleaved properties to TCP transport requests to make
13703         some servers happy (WMServer).
13704
13705         * gst/rtsp/sdpmessage.h:
13706         Add some defines for the standard Bandwidth types.
13707
13708 2006-09-19  Wim Taymans  <wim@fluendo.com>
13709
13710         * gst/rtsp/test.c: (main):
13711         Fix build.
13712
13713 2006-09-19  Wim Taymans  <wim@fluendo.com>
13714
13715         * gst/wavparse/gstwavparse.c:
13716         Add ms-gsm to the src template.
13717
13718 2006-09-18  Wim Taymans  <wim@fluendo.com>
13719
13720         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13721         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13722         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13723         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13724         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13725         * gst/rtsp/gstrtspsrc.h:
13726         Small cleanups, added documentation.
13727         Try to clean up the requests and responses.
13728         Refactor parsing the supported methods.
13729
13730         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13731         (rtsp_connection_create), (rtsp_connection_send),
13732         (parse_response_status), (parse_request_line),
13733         (rtsp_connection_receive), (rtsp_connection_close),
13734         (rtsp_connection_free):
13735         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13736         (rtsp_transport_init), (rtsp_transport_parse),
13737         (rtsp_transport_free):
13738         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13739         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13740         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13741         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13742         Use g_return_val some more.
13743
13744         * gst/rtsp/rtspdefs.h:
13745         Add more enum values to track initial states.
13746
13747         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13748         (rtsp_message_init_request), (rtsp_message_new_response),
13749         (rtsp_message_init_response), (rtsp_message_init_data),
13750         (rtsp_message_unset), (rtsp_message_free),
13751         (rtsp_message_add_header), (rtsp_message_remove_header),
13752         (rtsp_message_get_header), (rtsp_message_set_body),
13753         (rtsp_message_take_body), (rtsp_message_get_body),
13754         (rtsp_message_steal_body), (rtsp_message_dump):
13755         * gst/rtsp/rtspmessage.h:
13756         Reorder arguments, object goes as the first one.
13757         Use g_return_val some more.
13758
13759 2006-09-18  Wim Taymans  <wim@fluendo.com>
13760
13761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13762         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13763         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13764         * gst/rtsp/gstrtspsrc.h:
13765         Export sometimes source pad with correct caps on the template, create
13766         the ghostpad from the template.
13767         Remove RTCP template as we never expose RTCP.
13768         Protect against invalid body size.
13769         Avoid memcpy when creating the output buffer.
13770         Properly post an error and send EOS when the loop function is shut down.
13771
13772 2006-09-18  Wim Taymans  <wim@fluendo.com>
13773
13774         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13775
13776         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13777         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13778         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13779         * gst/rtsp/gstrtspsrc.h:
13780         Make sure we can never set an invalid location.
13781
13782         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13783         * gst/rtsp/rtspmessage.h:
13784         Added _steal_body method for future use.
13785
13786         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13787         Make freeing of NULL url return immediatly.
13788
13789 2006-09-18  Wim Taymans  <wim@fluendo.com>
13790
13791         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13792
13793         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13794         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13795         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13796         (gst_rtspsrc_change_state):
13797         * gst/rtsp/gstrtspsrc.h:
13798         Use boilerplate.
13799         Make rtspsrc subclass GstBin to make state changes easier.
13800         Add Range header field on the PLAY request.
13801
13802 2006-09-18  Wim Taymans  <wim@fluendo.com>
13803
13804         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13805
13806         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13807         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13808         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13809         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13810         * gst/rtsp/rtspconnection.c: (inet_aton):
13811         Small cleanups.
13812         when multicast is selected as the transport, create UDP sources and
13813         connect to the multicast group.
13814         Move parsing and setting of caps to a common place.
13815         Fixes #349894.
13816
13817 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13818
13819         * ext/flac/gstflactag.c:
13820         * gst/alpha/gstalpha.c:
13821         * gst/debug/breakmydata.c:
13822         * gst/debug/negotiation.c:
13823         * gst/debug/testplugin.c:
13824         * gst/effectv/gstaging.c:
13825         * gst/effectv/gstdice.c:
13826         * gst/effectv/gstedge.c:
13827         * gst/effectv/gstquark.c:
13828         * gst/effectv/gstrev.c:
13829         * gst/effectv/gstshagadelic.c:
13830         * gst/effectv/gstvertigo.c:
13831         * gst/effectv/gstwarp.c:
13832         * gst/multipart/multipartdemux.c:
13833         * gst/multipart/multipartmux.c:
13834         * gst/videobox/gstvideobox.c:
13835         * gst/videofilter/gstgamma.c:
13836         * gst/videofilter/gstvideotemplate.c:
13837         * gst/videomixer/videomixer.c:
13838         * sys/sunaudio/gstsunaudiosrc.h:
13839         More G_OBJECT macro fixing.
13840
13841 2006-09-16  Wim Taymans  <wim@fluendo.com>
13842
13843         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13844
13845         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13846         Correctly set the dwLength in strh.
13847         With this patch, the file duration is now displayed correctly in window
13848         media player and the AVI plays completely. Fixes #356147
13849
13850 2006-09-15  Wim Taymans  <wim@fluendo.com>
13851
13852         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13853
13854         * sys/sunaudio/gstsunaudiomixerctrl.c:
13855         (gst_sunaudiomixer_ctrl_build_list):
13856         Set the output track as the MASTER so that the gnome-settings-daemon
13857         keybindings for changing the volume using the keyboard works.
13858         Fixes #356142.
13859
13860 2006-09-15  Wim Taymans  <wim@fluendo.com>
13861
13862         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13863         Fix documentation, it is not possible to control the framerate of jpegdec
13864         using filtered caps yet. Fixes #355210.
13865         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13866         stop when there is an error.
13867
13868 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13869
13870         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13871         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13872           Don't interpret a first buffer with an offset of NONE as
13873           'from the middle of the stream', but only a first buffer
13874           that has a valid buffer offset that's non-zero (see #345449).
13875
13876 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13877
13878         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13879         (gst_icydemux_typefind_or_forward):
13880         * gst/icydemux/gsticydemux.h:
13881           When we merge/collect multiple incoming buffers for typefinding
13882           purposes, keep an initial 0 offset on the first outgoing buffer
13883           as well (otherwise id3demux won't work right). Fixes #345449.
13884           Also Make buffer metadata writable before setting buffer caps.
13885
13886         * tests/check/elements/icydemux.c: (typefind_succeed),
13887         (cleanup_icydemux), (push_data), (GST_START_TEST),
13888         (icydemux_suite):
13889           Small test case for the above.
13890
13891 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13892
13893         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13894         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13895         (gst_avi_demux_stream_header_push),
13896         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13897         (gst_avi_demux_loop):
13898           More code reuse and better logging in _peek_chunk(). Reintroduce check
13899           for chunk sizes before reading them (avoid oom). Better handling for 
13900           invalid chunksizes when streaming.
13901
13902 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13903
13904         * gst/level/gstlevel.c: (gst_level_set_property):
13905         * gst/level/gstlevel.h:
13906           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13907           René Stadler
13908
13909 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13910
13911         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13912         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13913         (gst_avi_demux_stream_data):
13914           Revert one change to fix streaming avi (adapter size != data size).
13915
13916 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13917
13918         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13919
13920         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13921         (gst_matroska_demux_reset),
13922         (gst_matroska_demux_read_track_encodings),
13923         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13924         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13925         (gst_matroska_demux_subtitle_caps):
13926         * gst/matroska/matroska-ids.h:
13927           Add support for VOBSUB subtitle tracks and zlib-compressed
13928           tracks. Make sure we start on a keyframe after a seek. (#343348)
13929
13930 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13931
13932         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13933         (gst_matroska_demux_push_flac_codec_priv_data),
13934         (gst_matroska_demux_push_xiph_codec_priv_data),
13935         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13936         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13937         * gst/matroska/matroska-ids.h:
13938           Add basic FLAC support (#311586), not perfect yet though, needs some
13939           tweaking in flacdec; also, seeking could be better.
13940           Do better bounds checking when deserialising vorbis stream headers
13941           to make sure we don't read beyond the end of the buffer on bad input.
13942
13943 2006-09-04  Wim Taymans  <wim@fluendo.com>
13944
13945         Patch by: Alessandro Decina <alessandro at nnva dot org>
13946
13947         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13948         Seeking back in a file containing a CMML stream errors out if the seek
13949         goes back up to the CMML headers. This is because after the seek the xml
13950         processing instruction <?xml ...?> is submitted to the xml parser again, 
13951         which results in an error. The attached patch fixes the problem. 
13952         Fixes #353908.
13953
13954         * ext/annodex/gstcmmlenc.h:
13955         Fix authors name.
13956
13957
13958 2006-08-28  Andy Wingo  <wingo@pobox.com>
13959
13960         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13961         New helper function to lessen the ifdefs.
13962         (GST_INFO_OBJECT): 
13963         (gst_dv1394src_iso_receive): Use it.
13964         (gst_dv1394src_create): Also use the control sockets in iec61883
13965         mode.
13966         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13967         handle for AVC operations; fixes #348233.
13968
13969 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13970
13971         * configure.ac:
13972         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13973         * docs/plugins/inspect/plugin-audiofx.xml:
13974         * docs/plugins/inspect/plugin-audiofxgood.xml:
13975         * gst/audiofx/Makefile.am:
13976         * gst/audiofx/audiofx.c:
13977         * gst/audiofxgood/.cvsignore:
13978         * gst/audiofxgood/Makefile.am:
13979         * gst/audiofxgood/audiofx.c:
13980         * gst/audiofxgood/audiopanorama.c:
13981         * gst/audiofxgood/audiopanorama.h:
13982           Rename again (audiofxgood -> audiofx).
13983
13984 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
13985
13986         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
13987         (gst_avi_demux_stream_scan):
13988           Initialze variables.
13989
13990 2006-08-25  Wim Taymans  <wim@fluendo.com>
13991
13992         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
13993         (gst_avi_demux_init), (gst_avi_demux_finalize),
13994         (gst_avi_demux_reset), (gst_avi_demux_index_last),
13995         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
13996         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
13997         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
13998         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
13999         (gst_avi_demux_massage_index),
14000         (gst_avi_demux_calculate_durations_from_index),
14001         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14002         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14003         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14004         (gst_avi_demux_change_state):
14005         * gst/avi/gstavidemux.h:
14006         More attempts to turn this into readable code.
14007         Don't leak adapters.
14008         Calculate duration according to index more efficiently.
14009         Don't try to act like we drive the pipeline in chain mode.
14010
14011 2006-08-25  Wim Taymans  <wim@fluendo.com>
14012
14013         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14014         Fix build.
14015
14016 2006-08-25  Wim Taymans  <wim@fluendo.com>
14017
14018         Patch by: Alessandro Decina <alessandro at nnva dot org>
14019
14020         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14021         Do some extra sanity checks.
14022         Fixes #350340.
14023
14024         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14025         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14026         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14027         Check if clip->start_time is valid before adding the clip to the
14028         track list.
14029         Reset enc->preamble going from PAUSED to READY.
14030         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14031         only used for EOS.
14032         Only post an error message if we were the one that created the fatal
14033         GstFlowReturn value.
14034
14035         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14036         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14037         Parse the seconds field of the npt-sec time format using %llu rather than
14038         %d and check that the value scaled by GST_SECOND doesn't overflow.
14039         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14040         Lookup a clip's track with clip->track rather than clip->id which
14041         makes no sense.
14042         Identify a clip by its track and start time and not its xml id.
14043         do some more input checking and make sure we don't do undefined shifts.
14044
14045         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14046         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14047         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14048         (push_clip), (push_empty_clip), (check_output_clip),
14049         (GST_START_TEST), (cmmldec_suite):
14050         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14051         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14052         (check_headers), (push_clip), (check_clip_times), (check_clip),
14053         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14054         Added some more checks.
14055
14056 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14057
14058         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14059         (gst_audio_panorama_set_property),
14060         (gst_audio_panorama_get_property),
14061         (gst_audio_panorama_transform_m2s_int),
14062         (gst_audio_panorama_transform_s2s_int),
14063         (gst_audio_panorama_transform_m2s_float),
14064         (gst_audio_panorama_transform_s2s_float):
14065         * gst/audiofxgood/audiopanorama.h:
14066         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14067           Make also the pan-property float (saves scaling and yields better
14068           resolution)
14069
14070 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14071
14072         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14073         (gst_audio_panorama_transform_m2s_float),
14074         (gst_audio_panorama_transform_s2s_float):
14075           ChangeLog surgery to add cymax's real name
14076
14077
14078 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14079
14080         Patch by: René Stadler <mail@renestadler.de>
14081
14082         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14083         (gst_audio_panorama_transform_m2s_int),
14084         (gst_audio_panorama_transform_s2s_int),
14085         (gst_audio_panorama_transform_m2s_float),
14086         (gst_audio_panorama_transform_s2s_float),
14087         (gst_audio_panorama_transform):
14088         * gst/audiofxgood/audiopanorama.h:
14089           Added float support
14090
14091 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14092
14093         * gst/audiofxgood/audiopanorama.c:
14094         (gst_audio_panorama_transform_m2s):
14095           Fix docs & debug category. Add Fixme for volume pan levels.
14096
14097 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14098
14099         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14100         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14101         (gst_avi_demux_stream_header_pull),
14102         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14103         (gst_avi_demux_chain):
14104           unbreak AVI index handling, some more debug, remove an obsolete
14105           adapter_flush that caused streaming to wander off in the wild
14106
14107 2006-08-24  Wim Taymans  <wim@fluendo.com>
14108
14109         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14110         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14111         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14112         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14113         (gst_avi_demux_calculate_durations_from_index),
14114         (gst_avi_demux_stream_header_push),
14115         (gst_avi_demux_stream_header_pull):
14116         * gst/avi/gstavidemux.h:
14117         Some more cleanups. 
14118         Fix totalFrames parsing in ODML.
14119         Disable use of index for length calculation in case of ODML as this is
14120         broken now.
14121
14122 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14123
14124         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14125           Use libgsttag helper function here too.
14126
14127 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14128
14129         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14130         (gst_avi_demux_init), (gst_avi_demux_dispose),
14131         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14132         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14133         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14134         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14135         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14136         (gst_avi_demux_parse_subindex),
14137         (gst_avi_demux_read_subindexes_push),
14138         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14139         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14140         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14141         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14142         (gst_avi_demux_stream_header_pull),
14143         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14144         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14145         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14146         (gst_avi_demux_change_state):
14147         * gst/avi/gstavidemux.h:
14148           Initial streaming support for avidemux (fixes #336465)
14149
14150 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14151
14152         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14153           There is no taglibmux element ...
14154
14155         * gst/rtsp/gstrtspsrc.c:
14156           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14157           was complaining about unknown entity here.
14158
14159 2006-08-22  Wim Taymans  <wim@fluendo.com>
14160
14161         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14162         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14163         (gst_avi_demux_process_next_entry):
14164         * gst/avi/gstavidemux.h:
14165         Mark DISCONT.
14166         Remove old unused fields and reorder the struct a bit.
14167
14168 2006-08-22  Wim Taymans  <wim@fluendo.com>
14169
14170         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14171         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14172         (gst_rtspsrc_pause):
14173         * gst/rtsp/gstrtspsrc.h:
14174         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14175         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14176         Small documentation updates.
14177
14178 2006-08-22  Wim Taymans  <wim@fluendo.com>
14179
14180         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14181         (gst_avi_demux_index_entry_for_time),
14182         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14183         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14184         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14185         (gst_avi_demux_next_data_buffer),
14186         (gst_avi_demux_calculate_durations_from_index),
14187         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14188         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14189         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14190         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14191         * gst/avi/gstavidemux.h:
14192         Precalc most of the duration query for each stream.
14193         Make seeking more correct.
14194         Use GstSegment to track position and duration.
14195         Code cleanups and leak fixes.
14196         Calculate correct total duration based on index length.
14197
14198 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14199
14200         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14201         (parse_insert_string_field):
14202           If strings in text fields are marked ISO8859-1, but contain
14203           valid UTF-8 already, then handle them as UTF-8 and ignore
14204           the encoding. (#351794)
14205
14206 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14207
14208         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14209         (gst_flac_dec_write), (gst_flac_dec_loop),
14210         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14211         (gst_flac_dec_src_query):
14212         * ext/flac/gstflacdec.h:
14213           Make flac-in-ogg work (#352100).
14214
14215 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14216
14217         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14218           Don't unref buffers of which we've already given away
14219           ownership to the adapter.
14220
14221 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14222
14223         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14224           Make metadata extraction actually work.
14225
14226         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14227         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14228         (gst_speexenc_chain):
14229           Fix metadata writing: replace old code which wrote completely
14230           broken tags with libgsttag-based code. Plus miscellaneous
14231           code cleanups (use static pad templates etc.) and a bunch
14232           of leak fixes.
14233
14234 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14235
14236         * gst/audiopanorama/.cvsignore:
14237         * gst/audiopanorama/Makefile.am:
14238         * gst/audiopanorama/audiofx.c:
14239         * gst/audiopanorama/audiopanorama.c:
14240         * gst/audiopanorama/audiopanorama.h:
14241           die! die! die! you should never have been there
14242
14243 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14244
14245         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14246         Fix invalid memory access in audiopanorama test suite.
14247
14248 2006-08-21  Edward Hervey  <edward@fluendo.com>
14249
14250         * tests/check/elements/.cvsignore:
14251         ignore built file
14252
14253 2006-08-21  Wim Taymans  <wim@fluendo.com>
14254
14255         * gst/rtp/Makefile.am:
14256         Fix the build again.
14257
14258 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14259
14260         * gst/audiofxgood/.cvsignore:
14261         * gst/audiofxgood/Makefile.am:
14262         * gst/audiofxgood/audiofx.c: (plugin_init):
14263         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14264         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14265         (gst_audio_panorama_set_property),
14266         (gst_audio_panorama_get_property),
14267         (gst_audio_panorama_get_unit_size),
14268         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14269         (gst_audio_panorama_transform_m2s),
14270         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14271         * gst/audiofxgood/audiopanorama.h:
14272           resubmit with the desired name *again*
14273
14274 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14275
14276         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14277         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14278           use g_assert in _get_unit_size
14279
14280 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14281
14282         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14283         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14284         * docs/plugins/inspect/plugin-audiofxgood.xml:
14285           cleanup -unused.txt to make it useful, add previously missing docs
14286
14287         * ext/Makefile.am:
14288           Quietly (accidentally) enable LADSPA for building by default, 
14289           despite the fact that it doesn't meet the plugin checklist.
14290             -- Added by Jan Schmidt 18 Dec 2006
14291
14292         * ext/esd/esdmon.c:
14293         * ext/esd/esdsink.c:
14294         * ext/esd/gstesd.c: (plugin_init):
14295           reflow to get rid of two external symbols
14296
14297         * gst/audiofxgood/audiofx.c: (plugin_init):
14298           re-add
14299
14300 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14301
14302         * configure.ac:
14303         * gst/audiofxgood/.cvsignore:
14304         * gst/audiofxgood/Makefile.am:
14305         * gst/audiofxgood/audiofx.c
14306         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14307         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14308         (gst_audio_panorama_set_property),
14309         (gst_audio_panorama_get_property),
14310         (gst_audio_panorama_get_unit_size),
14311         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14312         (gst_audio_panorama_transform_m2s),
14313         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14314         * gst/audiofxgood/audiopanorama.h:
14315         * tests/check/Makefile.am:
14316         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14317         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14318         (panorama_suite), (main):
14319         Add audiofxgood plugin with audiopanorama element
14320
14321 2006-08-18  Wim Taymans  <wim@fluendo.com>
14322
14323         * docs/plugins/Makefile.am:
14324         More Oss docs fixage. 
14325
14326 2006-08-18  Wim Taymans  <wim@fluendo.com>
14327
14328         * gst/rtp/Makefile.am:
14329         * gst/rtp/gstrtp.c: (plugin_init):
14330         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14331         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14332         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14333         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14334         (gst_rtp_sv3v_depay_get_property),
14335         (gst_rtp_sv3v_depay_change_state),
14336         (gst_rtp_sv3v_depay_plugin_init):
14337         * gst/rtp/gstrtpsv3vdepay.h:
14338         Added experimental SVQ3 depayloader.
14339
14340 2006-08-18  Edward Hervey  <edward@fluendo.com>
14341
14342         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14343         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14344         * ext/dv/gstdvdemux.h:
14345         When handling seek requests, don't send the newsegment event from the
14346         calling thread. Instead save it so it can be sent from the streaming
14347         thread.
14348
14349 2006-08-17  Wim Taymans  <wim@fluendo.com>
14350
14351         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14352
14353         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14354         Accept leading whitespace before the boundary
14355         This patch makes the demuxer allow some whitespace before the actual
14356         boundary. This makes the demuxer work with the ``old'' gstreamer
14357         multipartmuxer again (which placed an extra \n before the start
14358         of the stream) Fixes #349068.
14359
14360 2006-08-17  Wim Taymans  <wim@fluendo.com>
14361
14362         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14363         Error out on non-implemented stuff.
14364
14365 2006-08-16  Wim Taymans  <wim@fluendo.com>
14366
14367         Patch by: Andy Wingo <wingo at pobox dot com>
14368
14369         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14370         (gst_signal_processor_start), (gst_signal_processor_stop),
14371         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14372         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14373         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14374         (gst_signal_processor_change_state):
14375         Make ladspa elements reusable. Fixes #350006.
14376
14377 2006-08-16  Wim Taymans  <wim@fluendo.com>
14378
14379         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14380         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14381         names as possible. Fixes #349901.
14382
14383 2006-08-16  Wim Taymans  <wim@fluendo.com>
14384
14385         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14386         (gst_signal_processor_do_pushes):
14387         A push() gives away our refcount so we should not use the buffer on the
14388         pen anymore.
14389
14390 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14391
14392         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14393         (gst_oss_mixer_element_finalize):
14394           Don't leak device string.
14395
14396 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14397
14398         * configure.ac:
14399           Require CVS of GStreamer core and -base (for
14400           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14401
14402         * ext/taglib/gstid3v2mux.cc:
14403           Write extended comment tags properly (#348762).
14404
14405         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14406         (parse_comment_frame):
14407           Extract COMM frames into extended comments, which makes it
14408           easier to properly retain the description bit of the tag
14409           and maintain this information when re-tagging (#348762).
14410
14411 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14412
14413         * tests/check/Makefile.am:
14414           Don't try to run annodex unit tests if the annodex
14415           plugin has not been built (Fixes #351116).
14416
14417 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14418
14419         * gst/autodetect/gstautoaudiosink.c:
14420         (gst_auto_audio_sink_find_best):
14421           When we can't find a usable audiosink, don't error out,
14422           but use a fake sink instead and post a warning message
14423           on the bus (#341278).
14424
14425 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14426
14427         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14428         * sys/oss/gstosssink.c:
14429         * sys/oss/gstosssrc.c:
14430           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14431           ossmixer's new device property.
14432
14433         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14434         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14435           Add docs for OSS elements.
14436
14437         * docs/plugins/inspect/plugin-aasink.xml:
14438         * docs/plugins/inspect/plugin-alaw.xml:
14439         * docs/plugins/inspect/plugin-alpha.xml:
14440         * docs/plugins/inspect/plugin-alphacolor.xml:
14441         * docs/plugins/inspect/plugin-annodex.xml:
14442         * docs/plugins/inspect/plugin-apetag.xml:
14443         * docs/plugins/inspect/plugin-auparse.xml:
14444         * docs/plugins/inspect/plugin-autodetect.xml:
14445         * docs/plugins/inspect/plugin-avi.xml:
14446         * docs/plugins/inspect/plugin-cacasink.xml:
14447         * docs/plugins/inspect/plugin-cairo.xml:
14448         * docs/plugins/inspect/plugin-cdio.xml:
14449         * docs/plugins/inspect/plugin-cutter.xml:
14450         * docs/plugins/inspect/plugin-debug.xml:
14451         * docs/plugins/inspect/plugin-dv.xml:
14452         * docs/plugins/inspect/plugin-efence.xml:
14453         * docs/plugins/inspect/plugin-effectv.xml:
14454         * docs/plugins/inspect/plugin-esdsink.xml:
14455         * docs/plugins/inspect/plugin-flac.xml:
14456         * docs/plugins/inspect/plugin-flxdec.xml:
14457         * docs/plugins/inspect/plugin-gconfelements.xml:
14458         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14459         * docs/plugins/inspect/plugin-goom.xml:
14460         * docs/plugins/inspect/plugin-halelements.xml:
14461         * docs/plugins/inspect/plugin-icydemux.xml:
14462         * docs/plugins/inspect/plugin-id3demux.xml:
14463         * docs/plugins/inspect/plugin-jpeg.xml:
14464         * docs/plugins/inspect/plugin-level.xml:
14465         * docs/plugins/inspect/plugin-matroska.xml:
14466         * docs/plugins/inspect/plugin-mulaw.xml:
14467         * docs/plugins/inspect/plugin-multipart.xml:
14468         * docs/plugins/inspect/plugin-navigationtest.xml:
14469         * docs/plugins/inspect/plugin-ossaudio.xml:
14470         * docs/plugins/inspect/plugin-png.xml:
14471         * docs/plugins/inspect/plugin-rtp.xml:
14472         * docs/plugins/inspect/plugin-rtsp.xml:
14473         * docs/plugins/inspect/plugin-shout2send.xml:
14474         * docs/plugins/inspect/plugin-smpte.xml:
14475         * docs/plugins/inspect/plugin-speex.xml:
14476         * docs/plugins/inspect/plugin-taglib.xml:
14477         * docs/plugins/inspect/plugin-udp.xml:
14478         * docs/plugins/inspect/plugin-videobalance.xml:
14479         * docs/plugins/inspect/plugin-videobox.xml:
14480         * docs/plugins/inspect/plugin-videoflip.xml:
14481         * docs/plugins/inspect/plugin-videomixer.xml:
14482         * docs/plugins/inspect/plugin-wavenc.xml:
14483         * docs/plugins/inspect/plugin-wavparse.xml:
14484         * docs/plugins/inspect/plugin-ximagesrc.xml:
14485           Update to CVS version.
14486           
14487 2006-08-16  Wim Taymans  <wim@fluendo.com>
14488
14489         * gst/rtp/gstrtpamrdepay.c:
14490         * gst/rtp/gstrtpmp4gdepay.c:
14491         Caps extra properties must be defined as strings for
14492         depayloaders because they are generated from an SDP.
14493
14494         * gst/rtp/Makefile.am:
14495         * gst/rtp/gstrtp.c: (plugin_init):
14496         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14497         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14498         (gst_rtp_h264_depay_finalize), (decode_base64),
14499         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14500         (gst_rtp_h264_depay_set_property),
14501         (gst_rtp_h264_depay_get_property),
14502         (gst_rtp_h264_depay_change_state),
14503         (gst_rtp_h264_depay_plugin_init):
14504         * gst/rtp/gstrtph264depay.h:
14505         Added basic, not completely functional RFC 3984 H264 depayloader.
14506
14507 2006-08-16  Wim Taymans  <wim@fluendo.com>
14508
14509         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14510         Add pads after setting them up.
14511
14512         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14513         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14514         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14515         (gst_rtspsrc_stream_setup_rtp),
14516         (gst_rtspsrc_stream_configure_transport),
14517         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14518         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14519         (gst_rtspsrc_pause):
14520         * gst/rtsp/gstrtspsrc.h:
14521         Fix interleaved mode.
14522          - Protect streaming with lock.
14523          - Combine flows
14524          - set caps on outgoing buffers.
14525          - strip trailing \0 from data packets.
14526          - Configure RTP/RTCP in stream.
14527         Use DEBUG_OBJECT more.
14528
14529 2006-08-16  Wim Taymans  <wim@fluendo.com>
14530
14531         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14532         Turn a g_print into a DEBUG line.
14533
14534 2006-08-13  Wim Taymans  <wim@fluendo.com>
14535
14536         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14537         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14538         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14539         (gst_oss_mixer_element_get_property),
14540         (gst_oss_mixer_element_change_state):
14541         * sys/oss/gstossmixerelement.h:
14542         Small cleanups. Better error reporting.
14543         Add device property for the mixer instead of the hardcoded
14544         /dev/mixer. Fixes #350785.
14545         API: GstOssMixerElement::device property
14546
14547 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14548
14549         Patch by: Jens Granseuer <jensgr at gmx net>
14550
14551         * gconf/Makefile.am:
14552           Make --disable-schemas work right (they still need
14553           to be copied to the installation directory, just not
14554           applied). Fixes #351347 (also #344100).
14555           
14556 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14557
14558         * configure.ac: back to HEAD
14559
14560 === release 0.10.4 ===
14561
14562 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14563
14564         * configure.ac:
14565           releasing 0.10.4, "Dear Leader"
14566
14567 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14568
14569         Patch by: Edward Hervey <edward@fluendo.com>
14570
14571         * configure.ac:
14572         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14573         (gst_wavparse_stream_data):
14574         Send the newsegment event in the streaming thread.
14575         Fixes #347529
14576
14577 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14578
14579         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14580         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14581         (gst_smokeenc_resync), (gst_smokeenc_chain):
14582           Refuse sink caps in the encoder if width or height is not a
14583           multiple of 16, the encoder does not support that yet (#349939);
14584           along the same lines, check the return value of the encoder
14585           setup function; also remove some debug log clutter.
14586
14587 2006-08-04  Andy Wingo  <wingo@pobox.com>
14588
14589         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14590         whether a processor can work in place or not, and for keeping
14591         track of its state. Change the FlowReturn instance variable from
14592         "state" to "flow_state", all callers changed.
14593
14594         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14595         (gst_signal_processor_start, gst_signal_processor_stop)
14596         (gst_signal_processor_cleanup): New functions to manage the
14597         processor's state.
14598         (gst_signal_processor_setcaps): start() as well as setup() here.
14599         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14600         (gst_signal_processor_change_state): Stop and cleanup the
14601         processor as we go to NULL.
14602
14603         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14604         INPLACE_BROKEN is not set.
14605
14606         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14607         Do the alloc_buffer in bytes, not frames.
14608         
14609 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14610
14611         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14612         Fix rgb masks when recording in < 24bpp.
14613
14614 2006-08-04  Andy Wingo  <wingo@pobox.com>
14615
14616         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14617         (gst_signal_processor_prepare)
14618         (gst_signal_processor_update_inputs)
14619         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14620         (gst_signal_processor_flush)
14621         (gst_signal_processor_sink_activate_push)
14622         (gst_signal_processor_src_activate_pull)
14623         (gst_signal_processor_change_state): Remove the last of the code
14624         that assumes that we process whole buffers at a time. Fix some
14625         debugging. Seems to work now in some cases.
14626         (gst_signal_processor_src_activate_pull): BPB
14627
14628 2006-08-01  Andy Wingo  <wingo@pobox.com>
14629
14630         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14631         Fix nframes-choosing.
14632         (gst_signal_processor_init): Init pending_in and pending_out.
14633
14634         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14635         more default sample rate, although we never check that the sample
14636         rate actually gets set. Something for the future.
14637         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14638         (gst_signal_processor_event): Refcount fixen.
14639         (gst_signal_processor_process): Pull the number of frames to
14640         process from the sizes of the buffers in the input pens.
14641         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14642         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14643         it instead of buffer_frames.
14644         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14645         to do_pulls.
14646         (gst_signal_processor_chain)
14647         (gst_signal_processor_sink_activate_push)
14648         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14649
14650         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14651
14652 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14653
14654         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14655         (gst_signal_processor_process):
14656           don't query buffer-frames from caps, add lots of debug-log,
14657           try fix for assert (#349189)
14658
14659 2006-07-31  Wim Taymans  <wim@fluendo.com>
14660
14661         * gst/udp/gstudpsrc.c:
14662         Fix docs.
14663
14664 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14665
14666         * ext/ladspa/gstsignalprocessor.c:
14667         (gst_signal_processor_add_pad_from_template),
14668         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14669         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14670         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14671         (gst_signal_processor_sink_activate_push),
14672         (gst_signal_processor_src_activate_pull),
14673         (gst_signal_processor_change_state):
14674          Add debugs logs here and there, add more error handling, add some
14675          FIXME comments, filed #349189
14676
14677 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14678
14679         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14680         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14681         Set caps on buffer correctly.  Fixes bug #349155.
14682
14683 2006-07-28  Wim Taymans  <wim@fluendo.com>
14684
14685         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14686
14687         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14688         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14689         (gst_multipart_demux_finalize), (get_line_end),
14690         (multipart_parse_header), (multipart_find_boundary),
14691         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14692         (gst_multipart_set_property), (gst_multipart_get_property):
14693         Uses GstAdapter instead of own buffering.
14694         Actually parses the mime-type correctly (In tests the mime-type was
14695         always "" with the old version).
14696         Uses the Content-length header if available to speed up things.
14697         Reliably autoscans the boundary name by default.
14698         Fixes #349068.
14699
14700         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14701         Don't start the stream with a \n.
14702
14703 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14704
14705         Patch by: Brian Cameron <brian dot cameron at sun com>
14706
14707         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14708           Open source with O_NONBLOCK (#349015).
14709
14710 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14711
14712         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14713         (gst_avi_demux_massage_index):
14714         * gst/avi/gstavidemux.h:
14715           Whitespace fixes and more debug
14716
14717 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14718
14719         * gst/autodetect/gstautoaudiosink.c:
14720         (gst_auto_audio_sink_create_element_with_pretty_name),
14721         (gst_auto_audio_sink_find_best),
14722         (gst_auto_audio_sink_change_state):
14723           Get rid of old and unused magic sound-server properties stuff.
14724           Add suffix to child sink's name that makes it easy to see from
14725           the name alone which type it actually is (alsa, oss, esd, etc.).
14726
14727 2006-07-27  Wim Taymans  <wim@fluendo.com>
14728
14729         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14730         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14731         (gst_udpsrc_start):
14732         * gst/udp/gstudpsrc.h:
14733         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14734         not some sort of feature we enable.
14735
14736 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14737
14738         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14739           Use CLOSE_SOCKET() here instead of close() to maintain
14740           win32 workiness.
14741
14742 2006-07-27  Wim Taymans  <wim@fluendo.com>
14743
14744         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14745
14746         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14747         (gst_udpsrc_create), (gst_udpsrc_set_property),
14748         (gst_udpsrc_get_property), (gst_udpsrc_start):
14749         * gst/udp/gstudpsrc.h:
14750         Added "buffer-size" property to control the kernel receive buffer size.
14751         Update documentation.
14752         Small cleanups. Fixes #348752.
14753         API: buffer-size property
14754
14755 2006-07-26  Wim Taymans  <wim@fluendo.com>
14756
14757         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14758
14759         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14760         (gst_rtp_pcma_pay_handle_buffer):
14761         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14762         (gst_rtp_pcmu_pay_handle_buffer):
14763         Fix timestamp calculation on outgoing RTP packets.
14764         Fixes #348675.
14765
14766 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14767
14768         * ext/taglib/gstid3v2mux.cc:
14769           Fix writing of comment frames (should be COMM not TCOM),
14770           is still sub-optimal though, since we don't retain or
14771           extract the comment descriptions properly (#334375,
14772           also see #334375).
14773
14774 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14775
14776         * gst/wavparse/gstwavparse.c:
14777           #define 'fact' RIFF chunk if we are not compiling against
14778           -base CVS (we don't want to depend on -base CVS for this
14779           one define only, and also not for release order reasons).
14780
14781 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         * ext/taglib/gstid3v2mux.cc:
14784           Handle multiple tags of the same type properly. Re-inject
14785           unparsed ID3v2 frames that we get as binary blobs from
14786           id3demux into the tag again so we don't lose information
14787           when retagging (#334375).
14788
14789 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14790
14791         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14792           Document newly-added properties properly, so that there is a
14793           'Since: 0.10.4' in the plugin docs. Convert some property
14794           names into canonical GObject style (GObject will do that
14795           internally anyway).
14796
14797 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14798
14799         * gst/id3demux/id3tags.c:
14800         (id3demux_add_id3v2_frame_blob_to_taglist):
14801           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14802           well, and add the version to the blob's buffer caps, since that
14803           information will be needed for deserialisation later on (#348644).
14804
14805 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14806
14807         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14808         (gst_avi_demux_parse_stream):
14809          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14810          indentation and spacing.
14811
14812 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         * docs/plugins/Makefile.am:
14815         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14816         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14817         * docs/plugins/gst-plugins-good-plugins.args:
14818         * docs/plugins/inspect/plugin-1394.xml:
14819         * docs/plugins/inspect/plugin-aasink.xml:
14820         * docs/plugins/inspect/plugin-alaw.xml:
14821         * docs/plugins/inspect/plugin-alpha.xml:
14822         * docs/plugins/inspect/plugin-alphacolor.xml:
14823         * docs/plugins/inspect/plugin-annodex.xml:
14824         * docs/plugins/inspect/plugin-apetag.xml:
14825         * docs/plugins/inspect/plugin-auparse.xml:
14826         * docs/plugins/inspect/plugin-autodetect.xml:
14827         * docs/plugins/inspect/plugin-avi.xml:
14828         * docs/plugins/inspect/plugin-cacasink.xml:
14829         * docs/plugins/inspect/plugin-cairo.xml:
14830         * docs/plugins/inspect/plugin-cdio.xml:
14831         * docs/plugins/inspect/plugin-cutter.xml:
14832         * docs/plugins/inspect/plugin-debug.xml:
14833         * docs/plugins/inspect/plugin-dv.xml:
14834         * docs/plugins/inspect/plugin-efence.xml:
14835         * docs/plugins/inspect/plugin-effectv.xml:
14836         * docs/plugins/inspect/plugin-esdsink.xml:
14837         * docs/plugins/inspect/plugin-flac.xml:
14838         * docs/plugins/inspect/plugin-flxdec.xml:
14839         * docs/plugins/inspect/plugin-gconfelements.xml:
14840         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14841         * docs/plugins/inspect/plugin-goom.xml:
14842         * docs/plugins/inspect/plugin-halelements.xml:
14843         * docs/plugins/inspect/plugin-icydemux.xml:
14844         * docs/plugins/inspect/plugin-id3demux.xml:
14845         * docs/plugins/inspect/plugin-jpeg.xml:
14846         * docs/plugins/inspect/plugin-level.xml:
14847         * docs/plugins/inspect/plugin-matroska.xml:
14848         * docs/plugins/inspect/plugin-mulaw.xml:
14849         * docs/plugins/inspect/plugin-multipart.xml:
14850         * docs/plugins/inspect/plugin-navigationtest.xml:
14851         * docs/plugins/inspect/plugin-ossaudio.xml:
14852         * docs/plugins/inspect/plugin-png.xml:
14853         * docs/plugins/inspect/plugin-rtp.xml:
14854         * docs/plugins/inspect/plugin-rtsp.xml:
14855         * docs/plugins/inspect/plugin-shout2send.xml:
14856         * docs/plugins/inspect/plugin-smpte.xml:
14857         * docs/plugins/inspect/plugin-speex.xml:
14858         * docs/plugins/inspect/plugin-udp.xml:
14859         * docs/plugins/inspect/plugin-videobalance.xml:
14860         * docs/plugins/inspect/plugin-videobox.xml:
14861         * docs/plugins/inspect/plugin-videoflip.xml:
14862         * docs/plugins/inspect/plugin-videomixer.xml:
14863         * docs/plugins/inspect/plugin-wavenc.xml:
14864         * docs/plugins/inspect/plugin-wavparse.xml:
14865         * docs/plugins/inspect/plugin-ximagesrc.xml:
14866           Update files to CVS/Prerelease version, add esdsink docs.
14867
14868         * ext/esd/esdsink.c:
14869           Add gtk-doc blurb.
14870
14871         * gst/rtp/gstrtpmp4vpay.c:
14872           Fix typo in element description.
14873
14874 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14875
14876         * ext/esd/esdsink.c: (gst_esdsink_open),
14877         (gst_esdsink_factory_init):
14878           Prevent libesd from auto-spawning a sound daemon if it
14879           is not already running. Now that we don't do evil stuff
14880           like that any longer we can give esdsink a rank so that
14881           autoaudiosink will try it as well if all other audio
14882           sinks fail (#343051).
14883
14884 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14885
14886         * ext/esd/Makefile.am:
14887           Oops, need to remove README from EXTRA_DIST as well.
14888
14889 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14890
14891         * ext/esd/README:
14892           Remove, it contains nothing useful anyway.
14893
14894         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14895         (gst_esdsink_delay):
14896           Some small clean-ups; use GST_BOILERPLATE etc.
14897
14898 2006-07-24  Wim Taymans  <wim@fluendo.com>
14899
14900         * gst/law/alaw-decode.c: (alawdec_getcaps):
14901         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14902         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14903         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14904         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14905
14906 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14907
14908         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14909         (gst_wavparse_other), (gst_wavparse_perform_seek),
14910         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14911         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14912         (gst_wavparse_pad_query):
14913         * gst/wavparse/gstwavparse.h:
14914           Use information from 'fact' chunk for length calculation of compressed
14915           samples. Calculate bps if bogus value is found in wav header (embeded
14916           mp2/mp3).
14917           
14918
14919 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14920
14921         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14922
14923         * configure.ac:
14924         * gst/udp/Makefile.am:
14925         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14926         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14927         * gst/udp/gstdynudpsink.h:
14928         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14929         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14930         * gst/udp/gstmultiudpsink.h:
14931         * gst/udp/gstudp.c: (plugin_init):
14932         * gst/udp/gstudpsink.h:
14933         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14934         (gst_udpsrc_start), (gst_udpsrc_stop):
14935         * gst/udp/gstudpsrc.h:
14936         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14937         (gst_udp_net_utils_win32_wsa_startup):
14938         * gst/udp/gstudpnetutils.h:
14939           Port udp plugin to win32 (#345288).
14940
14941 2006-07-24  Wim Taymans  <wim@fluendo.com>
14942
14943         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14944         Remove unwanted DEBUG line.
14945
14946 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14947
14948         * gst/id3demux/gstid3demux.c: (plugin_init):
14949         * gst/id3demux/id3tags.c:
14950         (id3demux_add_id3v2_frame_blob_to_taglist):
14951         * gst/id3demux/id3tags.h:
14952           On second thought, it might be wiser and more efficient
14953           not to do tag registration from a streaming thread.
14954
14955 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14956
14957         * gst/id3demux/id3tags.c:
14958         (id3demux_add_id3v2_frame_blob_to_taglist),
14959         (id3demux_id3v2_frames_to_tag_list):
14960           Put ID3v2 frames we can't parse as binary blobs into private
14961           tags, so that they are not lost when retagging, at least once
14962           id3v2mux has been taught to re-inject those frames again.
14963           See bug #334375.
14964
14965 2006-07-21  Wim Taymans  <wim@fluendo.com>
14966
14967         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14968         (gst_avi_demux_process_next_entry):
14969         Fix some leaks.
14970
14971         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
14972         Don't use \n in debug lines.
14973
14974 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
14975
14976         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14977         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14978           Add annodex and icydemux, cleanup the sections a bit
14979
14980 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
14981
14982         Patch by: Alex Lancaster <alexl at users sourceforge net>
14983
14984         * ext/taglib/gstid3v2mux.cc:
14985           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
14986           ID3v2 TSSE frames (#347898).
14987
14988 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
14989
14990         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
14991           Respect mpegversion for "video/mpeg" and give message in case of
14992           unhandled versions.
14993
14994 2006-07-17  Wim Taymans  <wim@fluendo.com>
14995
14996         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
14997         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
14998         (gst_pngdec_chain), (gst_pngdec_sink_event),
14999         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15000         (gst_pngdec_sink_activate_push):
15001         * ext/libpng/gstpngdec.h:
15002         Use statically allocated segment instead of leaking.
15003         Various cleanups.
15004         Fix flush and seek handling.
15005
15006 2006-07-16  Wim Taymans  <wim@fluendo.com>
15007
15008         * gst/rtp/Makefile.am:
15009         * gst/rtp/gstrtp.c: (plugin_init):
15010         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15011         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15012         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15013         (gst_rtp_mp4g_depay_set_property),
15014         (gst_rtp_mp4g_depay_get_property),
15015         (gst_rtp_mp4g_depay_change_state),
15016         (gst_rtp_mp4g_depay_plugin_init):
15017         * gst/rtp/gstrtpmp4gdepay.h:
15018         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15019         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15020         (gst_rtp_mp4g_pay_flush):
15021         Added simple generic mpeg4 depayloader.
15022         Fix generic mpeg4 payloader.
15023
15024 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15025
15026         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15027           Don't try doing state changes on a NULL pointer.
15028
15029 2006-07-14  Wim Taymans  <wim@fluendo.com>
15030
15031         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15032
15033         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15034         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15035         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15036         * gst/rtp/gstrtpamrdepay.h:
15037         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15038         Fixes #321191
15039
15040 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15041
15042         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15043         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15044         Fix segfault when moving mouse pointer to the bottom right corner.
15045
15046 2006-07-12  Wim Taymans  <wim@fluendo.com>
15047
15048         * gst/rtp/Makefile.am:
15049         * gst/rtp/gstrtp.c: (plugin_init):
15050         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15051         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15052         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15053         (gst_rtp_mp2t_depay_set_property),
15054         (gst_rtp_mp2t_depay_get_property),
15055         (gst_rtp_mp2t_depay_change_state),
15056         (gst_rtp_mp2t_depay_plugin_init):
15057         * gst/rtp/gstrtpmp2tdepay.h:
15058         Added mpeg2 TS depayloader. Closing #347234.
15059
15060 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15061
15062         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15063           Remove g_assert that shouldn't be there and was triggered
15064           after trying to open a device that doesn't exist or can't
15065           be opened for some other reason (#347972).
15066
15067 2006-07-10  Edward Hervey  <edward@fluendo.com>
15068
15069         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15070         (gst_avi_demux_stream_header), (push_tag_lists):
15071         * gst/avi/gstavidemux.h:
15072         Don't push tag events found by gst_riff_parse_info() before outputting
15073         GST_EVENT_NEWSEGMENT.
15074
15075 2006-07-10  Wim Taymans  <wim@fluendo.com>
15076
15077         * gst/rtsp/Makefile.am:
15078         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15079         (rtsp_connection_close):
15080         * gst/rtsp/rtspdefs.h:
15081         replaced closesocket and close in code with one CLOSE_SOCKET. 
15082         Some more cleanups. Fixes #345301.
15083
15084 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15085
15086         * gst/autodetect/gstautoaudiosink.c:
15087           Fix example pipeline in docs.
15088
15089 2006-07-10  Wim Taymans  <wim@fluendo.com>
15090
15091         Patch by: Rob Taylor <robtaylor at floopily dot org>
15092
15093         * gst/udp/gstmultiudpsink.c: (join_multicast),
15094         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15095         If a destination is added before the stream is set to PAUSED, the
15096         multicast group is not joined as the socket is not created yet. 
15097         Also TTL and LOOP should also be set. Fixes #346921.
15098
15099 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15100
15101         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15102         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15103         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15104         (gst_ximage_src_init):
15105         * sys/ximage/gstximagesrc.h:
15106         Fix use-damage property to actually work :)
15107         Add startx, starty, endx, endy properties so screencasts other than full
15108         screen ones can work.
15109
15110 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15111
15112         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15113         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15114         (gst_ximage_src_class_init), (gst_ximage_src_init):
15115         * sys/ximage/gstximagesrc.h:
15116         Add use_damage property to offer ability to choose whether to use
15117         XDamage or not.
15118
15119 2006-07-07  Wim Taymans  <wim@fluendo.com>
15120
15121         * gst/goom/filters.c: (zoomFilterSetResolution):
15122         Avoid goom coredumping by clearing memory. 
15123         Fixes 345679.
15124
15125 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15126
15127         * win32/vs6/libgstid3demux.dsp:
15128         Add a link to libgsttag-0.10.lib.
15129
15130 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15131
15132         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15133         (gst_tag_demux_read_range):
15134         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15135         (gst_id3demux_read_range):
15136           Don't return FLOW_UNEXPECTED when a buffer is before
15137           the start of the stream (which might happen with
15138           large ID3v2 tags if the tag reading was done pullrange
15139           based and we then switched to push mode later on).
15140           Fixes regression introduced by commit from June 29th.
15141
15142 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15143
15144         * ext/taglib/gstid3v2mux.cc:
15145           Make UTF-8 the default encoding when writing string
15146           tags (before, our UTF-8 strings would automatically
15147           be converted to ISO-8859-1 by taglib and written as
15148           ISO-8859-1 fields if that was possible).
15149
15150         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15151         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15152         (test_taglib_id3mux_with_tags):
15153           Add test case that makes sure our UTF-8 strings have
15154           actually been written into the tag as UTF-8.
15155
15156 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15157
15158         * configure.ac:
15159           Let's try that again.
15160
15161 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15162
15163         * configure.ac:
15164           Disable monoscope plugin for now until it fulfills
15165           all the requirements.
15166
15167 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15168
15169         * configure.ac:
15170         * gst/monoscope/Makefile.am:
15171         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15172         (gst_monoscope_class_init), (gst_monoscope_init),
15173         (gst_monoscope_finalize), (gst_monoscope_reset),
15174         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15175         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15176         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15177         (gst_monoscope_change_state), (plugin_init):
15178         * gst/monoscope/gstmonoscope.h:
15179           Port monoscope visualisation to 0.10.
15180
15181 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15182
15183         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15184         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15185           Return FLOW_UNEXPECTED when at the end of the file, not
15186           FLOW_ERROR. Fixes 'internal stream error' errors that
15187           would sometimes occur in totem when scrubbing to the
15188           end of an ID3v1 tagged mp3 file.
15189
15190 2006-07-03  Edward Hervey  <edward@fluendo.com>
15191
15192         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15193         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15194         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15195         * ext/libpng/gstpngdec.h:
15196         Implement buffer clipping/dropping using GstSegment.
15197         This provides accurate seeking.
15198
15199 2006-07-03  Edward Hervey  <edward@fluendo.com>
15200
15201         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15202         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15203         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15204         (gst_avi_demux_process_next_entry), (push_tag_lists),
15205         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15206         * gst/avi/gstavidemux.h:
15207         Proper aggregation of each stream's GstFlowReturn in order to figure out
15208         whether the task should stop or not.
15209         Don't send inline events before pushing out a NEW_SEGMENT, more
15210         specifically for GST_TAG_EVENT.
15211         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15212         sub-indexes.
15213
15214 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15215
15216         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15217
15218         * sys/sunaudio/gstsunaudiomixerctrl.c:
15219         (gst_sunaudiomixer_ctrl_build_list):
15220           Move "Monitor" slider to input tab so it works more like
15221           sdtaudiocontrol, which is what people on Solaris are used
15222           to using for their mixer program (#346259).
15223
15224 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15225
15226         * tests/check/elements/level.c: (GST_START_TEST):
15227           fix a leak, clean up at the end
15228
15229 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15230
15231         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15232         (gst_matroska_demux_send_event),
15233         (gst_matroska_demux_loop_stream_parse_id):
15234         * gst/matroska/matroska-ids.h:
15235           Send tag event after newsegment event.
15236
15237 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15238
15239         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15240         (gst_id3demux_read_range):
15241           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15242           certain cases where a read beyond the end of the file is
15243           requested. Fixes #345930.
15244
15245         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15246         (gst_tag_demux_read_range):
15247           Fix same issue here as well.
15248
15249 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15250
15251         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15252         
15253         Fix hypothetical crash.
15254
15255 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15256
15257         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15258
15259         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15260           Do not modify the ports value. If the user has turned off the
15261           built-in speakers, then we should not reset it in the prepare
15262           function, since this causes the built-in speakers to turn
15263           back on anytime the user changes a track in totem, rhythmbox,
15264           etc. (#346066).
15265
15266 2006-06-23  Wim Taymans  <wim@fluendo.com>
15267
15268         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15269         Fix double caps unref when negotiation fails.
15270
15271 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15272
15273         * ext/annodex/gstcmmldec.c:
15274         * ext/annodex/gstcmmlenc.c:
15275         * ext/annodex/gstcmmlparser.c:
15276         * ext/dv/gstdvdec.c:
15277         * ext/dv/gstdvdemux.c:
15278         * ext/gdk_pixbuf/pixbufscale.c:
15279         * ext/jpeg/gstjpegenc.c:
15280         * ext/jpeg/gstsmokedec.c:
15281         * ext/jpeg/gstsmokeenc.c:
15282         * ext/libpng/gstpngdec.c:
15283         * ext/libpng/gstpngenc.c:
15284         * ext/speex/gstspeexenc.c:
15285         * gst/alpha/gstalphacolor.c:
15286         * gst/cutter/gstcutter.c:
15287         * gst/debug/gstnavigationtest.c:
15288         * gst/icydemux/gsticydemux.c:
15289         * gst/level/gstlevel.c:
15290         * gst/multipart/multipart.c:
15291         * gst/rtp/gstrtpamrpay.c:
15292         * gst/rtp/gstrtpdepay.c:
15293         * gst/rtp/gstrtpilbcpay.c:
15294         * gst/rtp/gstrtpmp4gpay.c:
15295         * gst/rtp/gstrtpmp4vpay.c:
15296         * gst/rtsp/gstrtpdec.c:
15297         * gst/rtsp/gstrtspsrc.c:
15298         * gst/udp/gstdynudpsink.c:
15299         * gst/udp/gstmultiudpsink.c:
15300         * gst/udp/gstudpsrc.c:
15301         * gst/videobox/gstvideobox.c:
15302         * gst/videofilter/gstvideoflip.c:
15303           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15304           plus two minor macro fixes.
15305
15306 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15307
15308         * gst/matroska/matroska-demux.c:
15309         (gst_matroska_demux_check_subtitle_buffer),
15310         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15311         (gst_matroska_demux_subtitle_caps):
15312         * gst/matroska/matroska-ids.c:
15313         (gst_matroska_track_init_subtitle_context):
15314         * gst/matroska/matroska-ids.h:
15315           Try to fix up broken matroska files containing subtitle
15316           streams with non-UTF8 character encodings (courtesy of
15317           mkvmerge) using either the encoding specified in the
15318           GST_SUBTITLE_ENCODING environment variable or the
15319           current locale's character set if it is non-UTF8.
15320           Fixes #337076.
15321
15322 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15323
15324         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15325           Set image type from APIC frame as "image-type" field
15326           of GST_TAG_IMAGE buffer caps (#344605).
15327
15328 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15329
15330         * ext/flac/Makefile.am:
15331         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15332         (gst_flac_dec_reset_decoders),
15333         (gst_flac_dec_setup_seekable_decoder),
15334         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15335         (gst_flac_dec_metadata_callback),
15336         (gst_flac_dec_metadata_callback_seekable),
15337         (gst_flac_dec_metadata_callback_stream),
15338         (gst_flac_dec_error_callback),
15339         (gst_flac_dec_error_callback_seekable),
15340         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15341         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15342         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15343         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15344         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15345         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15346         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15347         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15348         (gst_flac_dec_sink_activate_push),
15349         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15350         * ext/flac/gstflacdec.h:
15351           Support chain-based operation, should make flac-over-DAAP
15352           work (#340492).
15353
15354 2006-06-20  Wim Taymans  <wim@fluendo.com>
15355
15356         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15357         Doc updates, merge some unused symbols.
15358
15359 2006-06-20  Wim Taymans  <wim@fluendo.com>
15360
15361         * docs/plugins/Makefile.am:
15362         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15363         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15364         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15365         * gst/rtsp/gstrtspsrc.c:
15366         * gst/rtsp/gstrtspsrc.h:
15367         Added documentation for the rtsp plugin. Fixes #345393.
15368
15369 2006-06-20  Wim Taymans  <wim@fluendo.com>
15370
15371         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15372         (rtsp_connection_close), (rtsp_connection_free):
15373         Use better G_OS_* macros. Fixes #345301 some more.
15374
15375 2006-06-20  Wim Taymans  <wim@fluendo.com>
15376
15377         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15378
15379         * sys/sunaudio/Makefile.am:
15380         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15381         * sys/sunaudio/gstsunaudiomixerctrl.c:
15382         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15383         (gst_sunaudiomixer_ctrl_list_tracks),
15384         (gst_sunaudiomixer_ctrl_get_volume),
15385         (gst_sunaudiomixer_ctrl_set_volume),
15386         (gst_sunaudiomixer_ctrl_set_mute),
15387         (gst_sunaudiomixer_ctrl_set_record):
15388         * sys/sunaudio/gstsunaudiomixerctrl.h:
15389         * sys/sunaudio/gstsunaudiomixertrack.c:
15390         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15391         * sys/sunaudio/gstsunaudiomixertrack.h:
15392         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15393         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15394         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15395         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15396         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15397         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15398         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15399         (gst_sunaudiosrc_reset):
15400         * sys/sunaudio/gstsunaudiosrc.h:
15401         Add a SunAudio source plugin.
15402         Support stereo and right/left channel gain in the mixer plugin.
15403         Support the RECORD flag so that you can switch between line-input and
15404         microphone in gnome-volume-control.
15405         Code cleanups like using an enumerator for track number instead of an 
15406         integer. Fixes #344923.
15407
15408 2006-06-20  Wim Taymans  <wim@fluendo.com>
15409
15410         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15411
15412         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15413         (rtsp_connection_close):
15414         Make RTSP plugin compile on windows. Fixes #345301.
15415         Some changes to original patch to catch errors better.
15416         use ifdef WIN32 instead of ifndef.
15417
15418 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15419
15420         * configure.ac:
15421         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15422
15423 2006-06-18  Edward Hervey  <edward@fluendo.com>
15424
15425         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15426         After a failed buffer alloc, we need to abort the jpeg decoding (it
15427         started when parsing headers to figure out how many bytes we need
15428         to request downstream).
15429
15430 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15431
15432         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15433
15434         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15435           Make sure we don't read beyond the end of the file (#345232).
15436
15437 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15438
15439         * configure.ac:
15440           Fix --disable-external (can't set conditionals conditionally,
15441           #343602).
15442
15443 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15444
15445         * autogen.sh:
15446         * configure.ac:
15447         * docs/Makefile.am:
15448           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15449
15450         * docs/plugins/Makefile.am:
15451         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15452         * docs/plugins/inspect/plugin-taglib.xml:
15453           Add/fix apev2mux docs.
15454
15455 2006-06-14  Wim Taymans  <wim@fluendo.com>
15456
15457         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15458         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15459         (gst_dvdec_change_state):
15460         Reset segment info on flush.
15461         Alloc segment in _init, free in _finalize.
15462
15463         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15464         Don't send segments twice.
15465
15466 2006-06-14  Wim Taymans  <wim@fluendo.com>
15467
15468         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15469         Respect segment.stop. Fixes #342592.
15470
15471 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15472
15473         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15474           No language specified means the implied language is English
15475           according to the matroska spec (partially fixes #344708);
15476           add some more debug output.
15477
15478 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15481         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15482         (gst_wavparse_chain):
15483           When operating chain-based, don't make any assumptions about the
15484           chunking of the incoming data and make streaming work on days other
15485           than the second Thursday after a full moon. Also fix up debug
15486           messages here and there and make use of the most excellent new
15487           gst_pad_query_peer_duration() utility function.
15488           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15489
15490         * gst/wavparse/gstwavparse.h:
15491           Remove trailing comma after last enum value, some compilers don't
15492           like that.
15493
15494 2006-06-13  Wim Taymans  <wim@fluendo.com>
15495
15496         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15497         Handle premature EOS gracefully.
15498
15499 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15500
15501         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15502           Prevent out of bounds array access when scrubbing towards
15503           the end of the file between the last index entry and the
15504           end. Fixes occasional 'start <= stop' newsegment event
15505           assertions when scrubbing in MJPEG files.
15506
15507 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15508
15509         * tests/check/elements/.cvsignore:
15510           And another one.
15511
15512 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15513
15514         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15515         (scan_encoded_string), (parse_picture_frame):
15516           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15517
15518         * configure.ac:
15519           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15520           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15521
15522 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15523
15524         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15525           gratuitous comment changes
15526         * tests/check/elements/level.c: (GST_START_TEST):
15527           fix level test leaks
15528
15529 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15530
15531         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15532         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15533           Use gst_pad_query_peer_duration() utility function here.
15534
15535 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15536
15537         * autogen.sh:
15538           require am17
15539         * configure.ac:
15540         * ext/annodex/Makefile.am:
15541         * ext/cdio/Makefile.am:
15542         * ext/dv/Makefile.am:
15543         * ext/esd/Makefile.am:
15544         * ext/flac/Makefile.am:
15545         * ext/gdk_pixbuf/Makefile.am:
15546         * ext/ladspa/Makefile.am:
15547         * ext/libcaca/Makefile.am:
15548         * ext/speex/Makefile.am:
15549         * ext/taglib/Makefile.am:
15550         * sys/oss/Makefile.am:
15551         * sys/sunaudio/Makefile.am:
15552         * sys/ximage/Makefile.am:
15553           clean up build further
15554
15555 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15556
15557         * gconf/Makefile.am:
15558           Honour --disable-schemas-install configure option. Fixes #344100.
15559
15560 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15561
15562         * tests/examples/level/Makefile.am:
15563           Add -lm to LIBS for pow() function, don't assume one of our
15564           dependencies (such as libxml-2.0) drags it in automatically
15565           (#343603).
15566
15567 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15568
15569         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15570
15571         * configure.ac:
15572           We should use $SED and not $(SED) in configure.ac (#343678).
15573
15574 2006-06-09  Wim Taymans  <wim@fluendo.com>
15575
15576         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15577
15578         * sys/sunaudio/gstsunaudiomixerctrl.c:
15579         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15580         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15581         (gst_sunaudiomixer_ctrl_set_mute):
15582         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15583         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15584         (gst_sunaudiosink_write):
15585         Attached find a patch that fixes a number of bugs with the SunAudio
15586         mixer plugin and fixes #344101:
15587         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15588            tracks onto the tracklist causing gnome-volume-control's preferences
15589            dialog to be messed up and would core dump if you checked/unchecked
15590            any item.
15591         2. We weren't previously setting the MUTE flag properly.  Fixing this
15592            makes gnome-volume-control work better.
15593         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15594            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15595            gnome-volume-control look better.
15596         Also some minor cleanup in gstsunaudiosink.c.
15597
15598 2006-06-09  Wim Taymans  <wim@fluendo.com>
15599
15600         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15601         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15602         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15603         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15604         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15605         * ext/jpeg/gstjpegdec.h:
15606         API: Added IDCT method property
15607         Small cleanups.
15608         Avoid dynamic allocation of trivial fixed structure.
15609         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15610
15611 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15612
15613         * configure.ac:
15614         We now require libraw1394 >= 1.1.0 and that version onwards all
15615         have .pc files.
15616
15617 2006-06-02  Edward Hervey  <edward@fluendo.com>
15618
15619         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15620         Trying to get items from an ANY or EMPTY caps is ... stupid.
15621
15622 2006-06-02  Edward Hervey  <edward@fluendo.com>
15623
15624         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15625         (gst_dvdec_chain), (gst_dvdec_change_state):
15626         * ext/dv/gstdvdec.h:
15627         Added GstSegment handling, now implements dropping/clipping.
15628
15629 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15630
15631         * ext/aalib/gstaasink.h:
15632         * ext/annodex/gstcmmldec.h:
15633         * ext/cairo/gsttimeoverlay.h:
15634         * ext/dv/gstdvdec.h:
15635         * ext/dv/gstdvdemux.h:
15636         * ext/esd/esdmon.h:
15637         * ext/esd/esdsink.h:
15638         * ext/flac/gstflacenc.h:
15639         * ext/gconf/gstgconfaudiosink.h:
15640         * ext/gconf/gstgconfaudiosrc.h:
15641         * ext/gconf/gstgconfvideosink.h:
15642         * ext/gconf/gstgconfvideosrc.h:
15643         * ext/gdk_pixbuf/gstgdkanimation.h:
15644         * ext/gdk_pixbuf/pixbufscale.h:
15645         * ext/hal/gsthalaudiosink.h:
15646         * ext/hal/gsthalaudiosrc.h:
15647         * ext/jpeg/gstjpegenc.h:
15648         * ext/jpeg/gstsmokedec.h:
15649         * ext/jpeg/gstsmokeenc.h:
15650         * ext/libcaca/gstcacasink.h:
15651         * ext/libmng/gstmngdec.h:
15652         * ext/libmng/gstmngenc.h:
15653         * ext/libpng/gstpngdec.h:
15654         * ext/libpng/gstpngenc.h:
15655         * ext/raw1394/gstdv1394src.h:
15656         * ext/speex/gstspeexenc.h:
15657         * gst/autodetect/gstautoaudiosink.h:
15658         * gst/autodetect/gstautovideosink.h:
15659         * gst/avi/gstavidemux.h:
15660         * gst/cutter/gstcutter.h:
15661         * gst/debug/efence.h:
15662         * gst/debug/gstnavigationtest.h:
15663         * gst/debug/gstnavseek.h:
15664         * gst/flx/gstflxdec.h:
15665         * gst/goom/gstgoom.h:
15666         * gst/icydemux/gsticydemux.h:
15667         * gst/id3demux/gstid3demux.h:
15668         * gst/law/alaw-decode.h:
15669         * gst/law/alaw-encode.h:
15670         * gst/law/mulaw-decode.h:
15671         * gst/law/mulaw-encode.h:
15672         * gst/matroska/matroska-mux.h:
15673         * gst/median/gstmedian.h:
15674         * gst/oldcore/gstaggregator.h:
15675         * gst/oldcore/gstfdsink.h:
15676         * gst/oldcore/gstmd5sink.h:
15677         * gst/oldcore/gstmultifilesrc.h:
15678         * gst/oldcore/gstpipefilter.h:
15679         * gst/oldcore/gstshaper.h:
15680         * gst/oldcore/gststatistics.h:
15681         * gst/rtp/gstasteriskh263.h:
15682         * gst/rtp/gstrtpL16depay.h:
15683         * gst/rtp/gstrtpL16pay.h:
15684         * gst/rtp/gstrtpamrdepay.h:
15685         * gst/rtp/gstrtpamrpay.h:
15686         * gst/rtp/gstrtpdepay.h:
15687         * gst/rtp/gstrtpgsmdepay.h:
15688         * gst/rtp/gstrtpgsmpay.h:
15689         * gst/rtp/gstrtph263pay.h:
15690         * gst/rtp/gstrtph263pdepay.h:
15691         * gst/rtp/gstrtph263ppay.h:
15692         * gst/rtp/gstrtpmp4gpay.h:
15693         * gst/rtp/gstrtpmp4vdepay.h:
15694         * gst/rtp/gstrtpmp4vpay.h:
15695         * gst/rtp/gstrtpmpadepay.h:
15696         * gst/rtp/gstrtpmpapay.h:
15697         * gst/rtp/gstrtppcmadepay.h:
15698         * gst/rtp/gstrtppcmapay.h:
15699         * gst/rtp/gstrtppcmudepay.h:
15700         * gst/rtp/gstrtppcmupay.h:
15701         * gst/rtp/gstrtpspeexdepay.h:
15702         * gst/rtp/gstrtpspeexpay.h:
15703         * gst/rtsp/gstrtpdec.h:
15704         * gst/rtsp/gstrtspsrc.h:
15705         * gst/smpte/gstsmpte.h:
15706         * gst/udp/gstdynudpsink.h:
15707         * gst/udp/gstmultiudpsink.h:
15708         * gst/udp/gstudpsink.h:
15709         * gst/udp/gstudpsrc.h:
15710         * gst/videofilter/gstvideobalance.h:
15711         * gst/videofilter/gstvideoflip.h:
15712         * sys/oss/gstossdmabuffer.h:
15713         * sys/oss/gstossmixerelement.h:
15714         * sys/oss/gstosssink.h:
15715         * sys/oss/gstosssrc.h:
15716         * sys/osxvideo/osxvideosink.h:
15717         * sys/sunaudio/gstsunaudiomixer.h:
15718         * sys/sunaudio/gstsunaudiosink.h:
15719         * sys/ximage/gstximagesrc.h:
15720         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15721
15722 2006-05-31  Wim Taymans  <wim@fluendo.com>
15723
15724         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15725         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15726         (gst_goom_src_setcaps), (gst_goom_src_event),
15727         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15728         (gst_goom_change_state):
15729         * gst/goom/gstgoom.h:
15730         Handle QoS.
15731         Handle flushing, discont and events.
15732         Fix timestamps and various other cleanups.
15733
15734 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15735
15736         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15737         Fix bus reset when using libiec61883
15738
15739 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15740
15741         * configure.ac:
15742         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15743         * ext/raw1394/Makefile.am:
15744         Add CFLAGS.
15745         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15746         New method, to receive using libiec61883.
15747         (gst_dv1394src_iso_receive),
15748         #ifdef'd out if libiec61883 is present.
15749         (gst_dv1394src_bus_reset),
15750         Get userdata correctly if using libiec61883. 
15751         (gst_dv1394src_create),
15752         When using libiec61883, only poll one fd and no need to read.
15753         (gst_dv1394src_discover_avc_node),
15754         Replace g_warnings.
15755         (gst_dv1394src_start),
15756         Create new handle when we know which dv port.  More reliable
15757         than setting port on an existing handle.  Initialise libiec61883.
15758         (gst_dv1394src_stop):
15759         If using libiec61883, then cleanup its handle properly.
15760         * ext/raw1394/gstdv1394src.h:
15761         Add libiec61883 handle.
15762
15763 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15764
15765         * gst/avi/gstavidemux.c:
15766           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15767         * win32/MANIFEST:
15768           sort file listing
15769         * win32/vs6/libgstavi.dsp:
15770           add gstavimux.c to the project
15771         * win32/vs6/libgstid3demux.dsp:
15772           add link to zlib library
15773         * win32/vs6/libgstmatroska.dsp:
15774           add matroska-ids.c to the project
15775
15776 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15777
15778         Patch by: Sebastian Dröge  <mail at slomosnail de >
15779
15780         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15781         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15782         * ext/taglib/Makefile.am:
15783         * ext/taglib/gstapev2mux.cc:
15784         * ext/taglib/gstapev2mux.h:
15785         * ext/taglib/gstid3v2mux.cc:
15786         * ext/taglib/gsttaglibmux.c: (plugin_init):
15787         * ext/taglib/gsttaglibmux.h:
15788           Add apev2mux element (#343122).
15789         
15790         * tests/check/Makefile.am:
15791         * tests/check/elements/apev2mux.c:
15792         (test_taglib_apev2mux_create_tags),
15793         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15794         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15795         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15796         (apev2mux_suite), (main):
15797           Add unit test for apev2mux element.
15798
15799 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15800
15801         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15802         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15803         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15804           GST_PTR_FORMAT should be used to print caps in debug statements.
15805
15806 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15807
15808         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15809
15810         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15811         (ape_demux_parse_tags):
15812           Some clean-ups and additions: map APE 'file' tag to
15813           GST_TAG_LOCATION (#343123); add support for extracting
15814           the track count and clean up parsing a bit (#343127).
15815
15816 2006-05-28  Edward Hervey  <edward@fluendo.com>
15817
15818         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15819         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15820
15821 2006-05-28  Edward Hervey  <edward@fluendo.com>
15822
15823         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15824         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15825         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15826         * ext/jpeg/gstjpegdec.h:
15827         Clip outgoing buffers according to currently configured segment.
15828
15829 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15830
15831         * ext/taglib/gstid3v2mux.cc:
15832           Handle  writing of track-count or album-volume-count without
15833           track-number or albume-volume-number (in this case the number
15834           will just be set to 0).
15835
15836         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15837           It would be nice if we actually checked the values received for
15838           track/album-volume number/count in  _check_tags(), rather than
15839           setting them again ...
15840
15841 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15842
15843         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15844           A track/volume number or count of 0 does not make sense,
15845           just ignore it along with negative numbers (a tag might
15846           only contain a track count without a track number).
15847
15848 2006-05-27  Edward Hervey  <edward@fluendo.com>
15849
15850         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15851         (gst_jpeg_dec_sink_event):
15852         Abort decompression when receiving FLUSH_STOP. This should avoid
15853         issues when interrupting decoding with flushes.
15854
15855 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15856
15857         * ext/flac/gstflac.c:
15858           Don't #include file we don't dist any longer.
15859
15860 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15861
15862         * README:
15863           Replace current README (containing the release notes from
15864           some 0.9.x version) with a proper README taken from the core.
15865
15866 2006-05-24  Wim Taymans  <wim@fluendo.com>
15867
15868         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15869         Implement EOS correctly by either posting
15870         SEGMENT_DONE or pushing an EOS message depending
15871         on the seek type. Fixes #342592
15872
15873 2006-05-24  Wim Taymans  <wim@fluendo.com>
15874
15875         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15876         * gst/law/alaw-decode.h:
15877         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15878         * gst/law/alaw-encode.h:
15879         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15880         * gst/law/mulaw-decode.h:
15881         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15882         * gst/law/mulaw-encode.h:
15883         Some cleanups in the chain functions.
15884         Remove some GStreamer 0.0.2 bits.
15885
15886 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15887
15888         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15889
15890         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15891           gst_collect_pads_stop() needs to be called before chaining up
15892           to the parent class (#342734).
15893
15894 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15895
15896         * ext/flac/Makefile.am:
15897         * ext/flac/flac_compat.h:
15898         * ext/flac/gstflac.c:
15899         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15900         * ext/flac/gstflacenc.c:
15901           Remove backwards compatibility cruft for dealing with FLAC API
15902           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15903
15904 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15905
15906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15907         (gst_matroska_demux_push_xiph_codec_priv_data),
15908         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15909         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15910         * gst/matroska/matroska-ids.h:
15911         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15912         (gst_matroska_mux_video_pad_setcaps),
15913         (xiph3_streamheader_to_codecdata),
15914         (vorbis_streamheader_to_codecdata),
15915         (theora_streamheader_to_codecdata),
15916         (gst_matroska_mux_audio_pad_setcaps),
15917         (gst_matroska_mux_write_data):
15918           Add support for muxing/demuxing theora video (#342448; too bad
15919           none of the usual linux players can actually play this). Playback
15920           in GStreamer will require additional changes to theoradec in -base.
15921           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15922           cleanups.
15923
15924 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15925
15926         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15927         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15928           Fix crashes when the horizontal subsampling is 1.
15929           Fixes #342097.
15930
15931 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15932
15933         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15934
15935         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15936         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15937         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15938         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15939         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15940         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15941         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15942         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15943         (gst_avi_mux_change_state):
15944         * gst/avi/gstavimux.h:
15945           Some enhancements for avimux (#342526):
15946            - add odml (large file) index support
15947            - store codec init data (e.g. huffyuv)
15948            - miscellaneous other fixes/cleanups
15949
15950 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15951
15952         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15953         Don't output any tag when we encounter a negative track number - the
15954         tag type is uint, so we end up outputting huge positive numbers
15955         instead. (Fixes: #342029)
15956
15957 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15958
15959         * configure.ac:
15960           update for new GSTPB_PLUGINS_DIR
15961
15962 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15963
15964         * rtp/gst/gstrtph263pay.c:
15965         Properly set static caps for H263 at 34.
15966
15967 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15968
15969         Patch by: James "Doc" Livingston  <doclivingston gmail com>
15970
15971         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
15972           Merge event tags and tag setter tags correctly (#339918). Also,
15973           don't leak taglist in case of an error.
15974           
15975 2006-05-17  Edward Hervey  <edward@fluendo.com>
15976
15977         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
15978         We can only do caps intersection if the othercaps are non-empty and not
15979         ANY. Else we return the pad template (base_caps).
15980
15981 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
15982
15983         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
15984           Fix crash when outputting debugging information for certain
15985           pictures (always good to use the right struct member for
15986           the number of records in an array).
15987
15988 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
15989
15990         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
15991
15992         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
15993         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
15994         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
15995         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
15996         (gst_ebml_read_float), (gst_ebml_read_ascii),
15997         (gst_ebml_read_binary):
15998           Don't create unnecessary sub-buffers all the time. Dramatically
15999           improves performance with multiple concurrently running
16000           matroskademux instances (#341818) (and avoids doing
16001           unnecessarily inefficient things in the general case).
16002
16003 2006-05-16  Edward Hervey  <edward@fluendo.com>
16004
16005         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16006         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16007         return value of gst_pad_push_event().
16008
16009 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16010
16011         * gst/autodetect/gstautoaudiosink.c:
16012         (gst_auto_audio_sink_find_best):
16013         * gst/autodetect/gstautovideosink.c:
16014         (gst_auto_video_sink_find_best):
16015         Make the name of the child element be based on the name of the
16016         parent, so that debug output is more useful.
16017         
16018         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16019         (parse_insert_string_field), (parse_split_strings):
16020         Rework string parsing to always walk over BOM markers in UTF16
16021         strings, using the endianness indicated by the innermost one,
16022         then trying the opposite endianness if that fails to convert
16023         to valid UTF-8. Fixes #341774
16024
16025 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16026
16027         Patch from: Matthieu <matthieu at fluendo dot com>
16028
16029         * ext/libpng/Makefile.am:
16030         Add LIBPNG_CFLAGS.
16031
16032 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16033
16034         * ext/taglib/gstid3v2mux.cc:
16035           Add support for writing images (APIC frames) into ID3v2
16036           tags (picture type always set to 'other' for now though).
16037
16038 2006-05-14  Michael Smith  <msmith@fluendo.com>
16039
16040         * gst/wavparse/gstwavparse.c:
16041           Update docs; wavparse implements push and pull modes.
16042
16043 2006-05-12  Wim Taymans  <wim@fluendo.com>
16044
16045         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16046         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16047         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16048         Ooops, bitten by the copy-and-paste design paradigm, fixes
16049         seek again.
16050
16051 2006-05-12  Wim Taymans  <wim@fluendo.com>
16052
16053         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16054         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16055         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16056         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16057         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16058         (gst_avi_demux_massage_index),
16059         (gst_avi_demux_calculate_durations_from_index),
16060         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16061         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16062         (gst_avi_demux_loop):
16063         * gst/avi/gstavidemux.h:
16064         Some cleanups, prepare to use GstSegment.
16065         Fix error in entry walking code.
16066         Fix VBR detection.
16067         Smarter timestamp calculation code.
16068         Uniform error/eos handling.
16069
16070 2006-05-12  Michael Smith  <msmith@fluendo.com>
16071
16072         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16073         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16074           Fix use of uninitialised values if we're NOT seeking in ready.
16075           Fix typos.
16076
16077 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16078
16079         * gst/wavparse/Makefile.am:
16080           Add CFLAGS and LIBS for libgstbase, fixes build on
16081           Cygwin (#341489).
16082
16083 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16084
16085         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16086           Some more debug info. No need to check whether the string
16087           returned by g_convert() is really UTF-8 - either it is or
16088           we get NULL returned.
16089
16090 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16091
16092         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16093           Fix parsing of numeric genre strings some more, by ensuring that
16094           we only try and parse strings that a) Start with '(' and b) Consist
16095           only of digits.
16096           Also, when finding an escaping '((' sequence, bust it back to '(' by
16097           swallowing the first parenthesis
16098
16099 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16100
16101         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16102         (gst_esdsink_open), (gst_esdsink_close):
16103         * ext/esd/esdsink.h:
16104           Move the esd_get_server_info() into gst_esdsink_open() and fail
16105           with a decent error message on errors.
16106
16107 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16108
16109         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16110         (gst_esdmon_channels_get_type):
16111         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16112         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16113         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16114         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16115         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16116         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16117         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16118         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16119         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16120         * gst/videomixer/videomixer.c:
16121         (gst_video_mixer_background_get_type):
16122           Const-ify GEnumValue arrays.
16123
16124 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16125
16126         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16127
16128         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16129         (gst_avi_mux_do_video_buffer):
16130           Work around gst_buffer_make_metadata_writable() bug that
16131           results in avimux marking all frames in the index as
16132           keyframes (#340859).
16133           
16134 2006-05-08  Wim Taymans  <wim@fluendo.com>
16135
16136         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16137         Make parsing of urls suck slightly less.
16138
16139 2006-05-08  Edward Hervey  <edward@fluendo.com>
16140
16141         * autogen.sh: (CONFIGURE_DEF_OPT): 
16142         libtoolize on Darwin/MacOSX is called glibtoolize.
16143
16144 2006-05-08  Wim Taymans  <wim@fluendo.com>
16145
16146         Patch by: Jens Granseuer <jensgr at gmx dot net>
16147
16148         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16149         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16150         C89 compliance fixes. Fixes #340980
16151
16152 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16153
16154         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16155         * ext/flac/gstflacdec.h:
16156           Handle segment seeks that include the end of the file as stop point
16157           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16158           message instead of an EOS event in case we're in segment seek
16159           mode (fixes #340699).
16160           
16161 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16162
16163         * ext/cairo/gsttextoverlay.c:
16164         * ext/flac/gstflacdec.c:
16165         * ext/gdk_pixbuf/pixbufscale.c:
16166         * gst/apetag/gstapedemux.c:
16167         * gst/debug/breakmydata.c:
16168         * gst/debug/testplugin.c:
16169         * gst/matroska/ebml-write.c:
16170         * gst/multipart/multipartdemux.c:
16171         * sys/osxaudio/gstosxaudiosink.c:
16172         * sys/osxaudio/gstosxaudiosrc.c:
16173         Add semicolons after GST_BOILERPLATE[_FULL] so that
16174         indent doesn't mess up following lines.
16175
16176 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16179
16180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16181           Don't leak caps when freeing the stream context (#340623).
16182
16183 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16184
16185         * configure.ac:
16186           Back to CVS
16187
16188 === release 0.10.3 ===
16189
16190 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16191
16192         * configure.ac:
16193           releasing 0.10.3, "Desplazado"
16194
16195 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16196
16197         * gst/matroska/matroska-mux.c:
16198         (gst_matroska_mux_stream_is_vorbis_header),
16199         (gst_matroska_mux_write_data):
16200           Don't strcmp() NULL strings.
16201           Only start new clusters on video keyframes, not on any
16202           random audio buffer that doesn't have the DELTA_UNIT
16203           flag set (fixes 'make check' again).
16204
16205 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16206
16207         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16208
16209         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16210         (gst_matroska_mux_stream_is_vorbis_header),
16211         (gst_matroska_mux_write_data):
16212           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16213           value and then dead-lock when muxing vorbis audio streams
16214           (the three vorbis header buffers carry no timestamp, and it
16215           would try to mux these after all video buffers). Fixes #340346.
16216
16217           Improve clustering: start a new cluster also whenever we get
16218           a keyframe.     
16219
16220 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16221
16222         * win32/common/config.h:
16223         * win32/MANIFEST
16224           add the generated file as well
16225
16226 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16227
16228         * Makefile.am:
16229         * configure.ac:
16230         * win32/common/config.h.in:
16231           add win32 stuff
16232
16233 2006-05-03  Michael Smith  <msmith@fluendo.com>
16234
16235         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16236           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16237           SUCKS.
16238
16239 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16240
16241         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16242         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16243         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16244           don't leak caps-string
16245
16246 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16247
16248         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16249         (gst_id3demux_sink_activate):
16250           Let core insert default error message for TYPE_NOT_FOUND
16251           errors, it's just as good as our own and has the added
16252           bonus of being translated.
16253
16254 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16255
16256         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16257         (gst_tag_demux_sink_event):
16258         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16259         (gst_id3demux_sink_event):
16260           Post an error message when we get an EOS event and were not
16261           able to find out the type of stream.
16262
16263         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16264         (test_taglib_id3mux_with_tags):
16265           Decrease num-buffers to 16 per iteration again, otherwise the
16266           many memcpy()s and reallocations in the test will hammer slow
16267           CPUs completely and make the test timeout.
16268
16269 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16270
16271         * configure.ac:
16272           figure out where plugins-base plugins are
16273         * tests/check/Makefile.am:
16274           use plugins-base plugins, so we have typefind functions
16275         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16276           increase num-buffers, this makes sure the test errors out instead
16277           of timing out when no typefind functions are present
16278
16279 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16280
16281         * docs/plugins/Makefile.am:
16282           also check .cc files for gtk-doc markup
16283         * configure.ac:
16284         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16285         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16286         * tests/check/Makefile.am:
16287         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16288         * ext/Makefile.am:
16289         * ext/taglib/Makefile.am:
16290         * ext/taglib/gstid3v2mux.h:
16291         * ext/taglib/gsttaglibmux.c:
16292         * ext/taglib/gsttaglibmux.h:
16293           move taglib-based id3v2muxer to -good.  Fixes #336110.
16294
16295 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16296
16297         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16298           ... and fix multichannel/WAVFORMATEX support again.
16299
16300 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16301
16302         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16303         (gst_wavparse_class_init), (gst_wavparse_dispose),
16304         (gst_wavparse_reset), (gst_wavparse_init),
16305         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16306         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16307         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16308         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16309         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16310         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16311         (gst_wavparse_stream_data), (gst_wavparse_loop),
16312         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16313         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16314         (gst_wavparse_change_state), (plugin_init):
16315         * gst/wavparse/gstwavparse.h:
16316           Add push (streaming) mode to wavparse (fixes #337625)
16317
16318 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16319
16320         * configure.ac:
16321         * tests/Makefile.am:
16322           add ximagesrc icles test
16323
16324 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16325
16326         * configure.ac:
16327         * docs/plugins/Makefile.am:
16328         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16329         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16330         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16331         (gst_cmml_enc_push_clip):
16332         * sys/Makefile.am:
16333         * sys/ximage/Makefile.am:
16334         * sys/ximage/gstximagesrc.c:
16335           Move ximagesrc plug-in to good after review.  Fixes #336756.
16336
16337 2006-04-28  Michael Smith  <msmith@fluendo.com>
16338
16339         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16340         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16341         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16342         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16343         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16344         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16345         * gst/icydemux/gsticydemux.h:
16346           Fix event handling: cache events when typefinding and forward later.
16347
16348 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16349
16350         * sys/osxaudio/gstosxaudiosink.c:
16351         (plugin_init):
16352          Register osxaudiosrc to the plugin.
16353         * sys/osxaudio/gstosxaudiosrc.c:
16354         (gst_osx_audio_src_osxelement_do_init),
16355         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16356         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16357         (gst_osx_audio_src_get_property),
16358         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16359         (gst_osx_audio_src_osxelement_init):
16360         * sys/osxaudio/gstosxaudiosrc.h:
16361           Port of osxaudiosrc to 0.10.
16362         * sys/osxaudio/Makefile.am:
16363           Add osxaudiosrc
16364
16365 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16366
16367         * sys/osxaudio/gstosxringbuffer.c:
16368         * sys/osxaudio/gstosxringbuffer.h:
16369           Forgot to commit earlier, part of the OSX audio plugin port
16370
16371 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16372
16373         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16374         (parse_split_strings):
16375           Recognise and skip any byte order marker (BOM) in
16376           UTF-16 strings.
16377
16378 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16379
16380         * docs/plugins/Makefile.am:
16381         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16382         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16383         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16384         * docs/plugins/inspect/plugin-avi.xml:
16385         * gst/avi/gstavidemux.c:
16386         * gst/avi/gstavimux.c:
16387           Add docs for both avidemux and avimux.
16388
16389 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16390
16391         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16392
16393         * gst/avi/Makefile.am:
16394         * gst/avi/gstavi.c: (plugin_init):
16395         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16396         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16397         (gst_avi_mux_class_init), (gst_avi_mux_init),
16398         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16399         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16400         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16401         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16402         (gst_avi_mux_riff_get_avix_header),
16403         (gst_avi_mux_riff_get_video_header),
16404         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16405         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16406         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16407         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16408         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16409         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16410         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16411         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16412         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16413         (gst_avi_mux_change_state):
16414         * gst/avi/gstavimux.h:
16415           Port AVI muxer to GStreamer-0.10 (#332031).
16416
16417         * tests/check/Makefile.am:
16418         * tests/check/elements/avimux.c:
16419         * tests/check/elements/.cvsignore:
16420           Add unit test for AVI muxer.
16421
16422 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16423
16424         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16425         (gst_wavparse_class_init), (gst_wavparse_reset),
16426         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16427         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16428         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16429         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16430         (gst_wavparse_stream_data), (gst_wavparse_loop),
16431         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16432         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16433         (plugin_init):
16434         * gst/wavparse/gstwavparse.h:
16435           reverted patch #337625 for the price of 1 hour sleep
16436
16437 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16438
16439         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16440         (gst_wavparse_class_init), (gst_wavparse_reset),
16441         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16442         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16443         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16444         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16445         (gst_wavparse_stream_data), (gst_wavparse_loop),
16446         (gst_wavparse_chain), (plugin_init):
16447         * gst/wavparse/gstwavparse.h:
16448           correct partial implementation of push mode
16449           (from my last commit)
16450
16451 2006-04-26  Wim Taymans  <wim@fluendo.com>
16452
16453         * ext/esd/esdsink.c:
16454         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16455         it is not in esd.h
16456
16457 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16458
16459         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16460         (gst_au_parse_class_init), (gst_au_parse_init),
16461         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16462         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16463         (gst_au_parse_chain), (gst_au_parse_src_convert),
16464         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16465         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16466         (gst_au_parse_change_state):
16467         * gst/auparse/gstauparse.h:
16468           Rewrite auparse to suck a little bit less: make source pad
16469           dynamic, so decodebin/playbin work with non-raw formats
16470           like alaw/mulaw; add query function for duration/position
16471           queries; check whether we have enough data before attempting
16472           to parse the header (instead of crashing when that is not the
16473           case); work around audioconvert sucking by swapping endianness
16474           to the native endianness ourselves for float formats; send
16475           initial newsegment event. Fixes #161712.
16476
16477 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16478
16479         * sys/osxaudio/Makefile.am:
16480         * sys/osxaudio/gstosxaudioelement.c:
16481         (gst_osx_audio_element_get_type),
16482         (gst_osx_audio_element_class_init):
16483         * sys/osxaudio/gstosxaudioelement.h:
16484         * sys/osxaudio/gstosxaudiosink.c:
16485         (gst_osx_audio_sink_osxelement_do_init),
16486         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16487         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16488         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16489         (gst_osx_audio_sink_create_ringbuffer),
16490         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16491         (plugin_init):
16492         * sys/osxaudio/gstosxaudiosink.h:
16493         Port of osxaudiosink to 0.10
16494
16495 2006-04-26  Wim Taymans  <wim@fluendo.com>
16496
16497         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16498         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16499         the size of the ringbuffer. This should fix hangs with older 
16500         esd sound servers.
16501
16502 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16503
16504         * ext/aalib/gstaasink.c:
16505         * ext/annodex/gstcmmldec.c:
16506         * ext/annodex/gstcmmlenc.c:
16507         * ext/cairo/gsttextoverlay.c:
16508         * ext/cairo/gsttimeoverlay.c:
16509         * ext/cdio/gstcdiocddasrc.c:
16510         * ext/dv/gstdvdec.c:
16511         * ext/dv/gstdvdemux.c:
16512         * ext/esd/esdmon.c:
16513         * ext/esd/esdsink.c:
16514         * ext/flac/gstflacenc.c:
16515         * ext/flac/gstflactag.c:
16516         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16517         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16518         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16519         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16520         * ext/gdk_pixbuf/pixbufscale.c:
16521         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16522         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16523         * ext/jpeg/gstjpegdec.c:
16524         * ext/jpeg/gstjpegenc.c:
16525         * ext/jpeg/gstsmokedec.c:
16526         * ext/jpeg/gstsmokeenc.c:
16527         * ext/libcaca/gstcacasink.c:
16528         * ext/libmng/gstmngdec.c:
16529         * ext/libmng/gstmngenc.c:
16530         * ext/libpng/gstpngdec.c:
16531         * ext/libpng/gstpngenc.c:
16532         * ext/mikmod/gstmikmod.c:
16533         * ext/raw1394/gstdv1394src.c:
16534         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16535         * ext/shout2/gstshout2.h:
16536         * ext/speex/gstspeexdec.c:
16537         * ext/speex/gstspeexenc.c:
16538         * gst/alpha/gstalpha.c:
16539         * gst/alpha/gstalphacolor.c:
16540         * gst/apetag/gstapedemux.c:
16541         * gst/auparse/gstauparse.c:
16542         * gst/autodetect/gstautoaudiosink.c:
16543         (gst_auto_audio_sink_base_init):
16544         * gst/autodetect/gstautovideosink.c:
16545         (gst_auto_video_sink_base_init):
16546         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16547         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16548         * gst/cutter/gstcutter.c:
16549         * gst/debug/breakmydata.c:
16550         * gst/debug/efence.c:
16551         * gst/debug/gstnavigationtest.c:
16552         * gst/debug/gstnavseek.c:
16553         * gst/debug/negotiation.c:
16554         * gst/debug/progressreport.c:
16555         * gst/debug/testplugin.c:
16556         * gst/effectv/gstaging.c:
16557         * gst/effectv/gstdice.c:
16558         * gst/effectv/gstedge.c:
16559         * gst/effectv/gstquark.c:
16560         * gst/effectv/gstrev.c:
16561         * gst/effectv/gstshagadelic.c:
16562         * gst/effectv/gstvertigo.c:
16563         * gst/effectv/gstwarp.c:
16564         * gst/flx/gstflxdec.c:
16565         * gst/goom/gstgoom.c:
16566         * gst/icydemux/gsticydemux.c:
16567         * gst/id3demux/gstid3demux.c:
16568         * gst/interleave/deinterleave.c:
16569         * gst/interleave/interleave.c:
16570         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16571         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16572         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16573         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16574         * gst/level/gstlevel.c:
16575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16576         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16577         * gst/median/gstmedian.c:
16578         * gst/monoscope/gstmonoscope.c:
16579         * gst/multipart/multipartdemux.c:
16580         * gst/multipart/multipartmux.c:
16581         * gst/oldcore/gstaggregator.c:
16582         * gst/oldcore/gstfdsink.c:
16583         * gst/oldcore/gstmd5sink.c:
16584         * gst/oldcore/gstmultifilesrc.c:
16585         * gst/oldcore/gstpipefilter.c:
16586         * gst/oldcore/gstshaper.c:
16587         * gst/oldcore/gststatistics.c:
16588         * gst/rtp/gstasteriskh263.c:
16589         * gst/rtp/gstrtpL16depay.c:
16590         * gst/rtp/gstrtpL16pay.c:
16591         * gst/rtp/gstrtpamrdepay.c:
16592         * gst/rtp/gstrtpamrpay.c:
16593         * gst/rtp/gstrtpdepay.c:
16594         * gst/rtp/gstrtpgsmpay.c:
16595         * gst/rtp/gstrtph263pay.c:
16596         * gst/rtp/gstrtph263pdepay.c:
16597         * gst/rtp/gstrtph263ppay.c:
16598         * gst/rtp/gstrtpilbcdepay.c:
16599         * gst/rtp/gstrtpmp4gpay.c:
16600         * gst/rtp/gstrtpmp4vdepay.c:
16601         * gst/rtp/gstrtpmp4vpay.c:
16602         * gst/rtp/gstrtpmpadepay.c:
16603         * gst/rtp/gstrtpmpapay.c:
16604         * gst/rtp/gstrtppcmadepay.c:
16605         * gst/rtp/gstrtppcmapay.c:
16606         * gst/rtp/gstrtppcmudepay.c:
16607         * gst/rtp/gstrtppcmupay.c:
16608         * gst/rtp/gstrtpspeexdepay.c:
16609         * gst/rtp/gstrtpspeexpay.c:
16610         * gst/rtsp/gstrtpdec.c:
16611         * gst/rtsp/gstrtspsrc.c:
16612         * gst/smpte/gstsmpte.c:
16613         * gst/udp/gstdynudpsink.c:
16614         * gst/udp/gstmultiudpsink.c:
16615         * gst/udp/gstudpsink.c:
16616         * gst/udp/gstudpsrc.c:
16617         * gst/videobox/gstvideobox.c:
16618         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16619         * gst/videofilter/gstvideobalance.c:
16620         * gst/videofilter/gstvideoflip.c:
16621         * gst/videofilter/gstvideotemplate.c:
16622         (gst_videotemplate_base_init):
16623         * gst/videomixer/videomixer.c:
16624         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16625         (gst_wavparse_class_init), (gst_wavparse_dispose),
16626         (gst_wavparse_reset), (gst_wavparse_init),
16627         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16628         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16629         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16630         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16631         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16632         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16633         (gst_wavparse_change_state):
16634         * gst/wavparse/gstwavparse.h:
16635         * sys/oss/gstossmixerelement.c:
16636         * sys/oss/gstosssink.c:
16637         * sys/oss/gstosssrc.c:
16638         * sys/osxaudio/gstosxaudioelement.c:
16639         * sys/osxaudio/gstosxaudiosink.c:
16640         * sys/osxaudio/gstosxaudiosrc.c:
16641         * sys/sunaudio/gstsunaudiomixer.c:
16642         * sys/sunaudio/gstsunaudiosink.c:
16643           Define GstElementDetails as const and also static (when defined as
16644           global)
16645
16646 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16647
16648         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16649           Source pad has fixed caps. If we don't set this, bad
16650           things happen when the window is resized.
16651
16652 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16653
16654         * gst/matroska/Makefile.am:
16655         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16656         (gst_matroska_demux_handle_src_event):
16657         * gst/matroska/matroska-ids.c:
16658         (gst_matroska_track_init_video_context),
16659         (gst_matroska_track_init_audio_context),
16660         (gst_matroska_track_init_subtitle_context),
16661         (gst_matroska_track_init_complex_context):
16662         * gst/matroska/matroska-ids.h:
16663           Handle case where the TrackType ebml chunk does not come before the
16664           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16665           events.
16666
16667 2006-04-25  Wim Taymans  <wim@fluendo.com>
16668
16669         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16670         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16671         It's codec_data, not codec_info.
16672
16673 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16674
16675         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16676
16677         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16678           Handle codec_data for VfW compatibility codec IDs (#339451)
16679
16680         * gst/matroska/matroska-mux.c:
16681         (gst_matroska_mux_video_pad_setcaps):
16682           Same here, handle codec_data and add additional caps we can handle
16683           now to the pad template (huffyuv, dv and h263 video) (#339451)
16684
16685 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16686
16687         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16688
16689         * gst/matroska/matroska-mux.c:
16690         (gst_matroska_mux_create_buffer_header),
16691         (gst_matroska_mux_write_data):
16692           Fix timestamping of B-frames, use signed integers, do
16693           some rounding (#339678).
16694
16695 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16696
16697         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16698         just make it compile with --disable-gst-debug.
16699
16700 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16701
16702         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16703         Fix a bad conversion using gst_guint64_to_gdouble.
16704         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16705         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16706         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16707     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16708         mistake.
16709
16710 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16711
16712         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16713         Use gst_guint64_to_gdouble for conversions
16714         * win32/vs6/gst_plugins_good.dsw:
16715         * win32/vs6/libgsticydemux.dsp:
16716         Add a project file for icydemux
16717
16718 2006-04-21  Wim Taymans  <wim@fluendo.com>
16719
16720         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16721
16722         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16723         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16724         When splitting audio chunks, the block alignment is not taken in
16725         consideration, so the smaller chunks could be of size which is 
16726         not a multiple of the block alignment. Fixes #336904
16727
16728 2006-04-21  Wim Taymans  <wim@fluendo.com>
16729
16730         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16731         Use scale functions
16732
16733 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16734
16735         * ext/dv/gstdv.c: (plugin_init):
16736           Fix build.
16737
16738 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16739
16740         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16741         (gst_progress_report_class_init), (gst_progress_report_init),
16742         (gst_progress_report_do_query), (gst_progress_report_report),
16743         (gst_progress_report_set_property),
16744         (gst_progress_report_get_property):
16745           Add 'format' property to force querying to a particular format.
16746
16747 2006-04-21  Andy Wingo  <wingo@pobox.com>
16748
16749         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16750         best, on big endian systems. Drop its rank in that case. OTOH on
16751         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16752
16753 2006-04-21  Michael Smith  <msmith@fluendo.com>
16754
16755         * configure.ac:
16756         * gst/icydemux/Makefile.am:
16757         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16758         (gst_icydemux_base_init), (gst_icydemux_class_init),
16759         (gst_icydemux_reset), (gst_icydemux_init),
16760         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16761         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16762         (unicodify), (gst_icydemux_unicodify),
16763         (gst_icydemux_parse_and_send_tags),
16764         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16765         (gst_icydemux_chain), (gst_icydemux_change_state),
16766         (gst_icydemux_send_tag_event), (plugin_init):
16767         * gst/icydemux/gsticydemux.h:
16768         * tests/check/Makefile.am:
16769         * tests/check/elements/icydemux.c: (typefind_succeed),
16770         (plugin_init), (icydemux_found_pad), (create_icydemux),
16771         (cleanup_icydemux), (push_data), (GST_START_TEST),
16772         (icydemux_suite), (main):
16773           Add icydemux, and tests.
16774
16775 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16776
16777         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16778           Post SEGMENT_DONE message in TIME format.
16779
16780 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16781
16782         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16783
16784         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16785         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16786           Fix index creation when we have to scan the file to create
16787           an index. There may be other types of RIFF 'LIST' chunks than
16788           'movi' and we need to skip them properly as well or we'll end up
16789           reading garbage (#336889). Some other cosmetic changes.
16790           
16791 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16792
16793         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16794         (gst_flac_dec_handle_seek_event):
16795           Add support for segment seeks (fixes #338290). Also demote
16796           some recurring debug message from DEBUG to LOG level.
16797
16798 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16799
16800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16801         (gst_matroskademux_do_index_seek),
16802         (gst_matroska_demux_handle_seek_event),
16803         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16804         * gst/matroska/matroska-ids.h:
16805           Set DISCONT flag on first buffer after a discontinuity.
16806           Fix newsegment events sent when seeking and honour KEY_UNIT
16807           seek flag. Create pad with bogus caps if we don't recognise
16808           the stream codec id.
16809
16810         * gst/matroska/matroska-demux.h:
16811           Fix GObject macros.
16812
16813 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16814
16815         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16816
16817         * gst/matroska/matroska-demux.c:
16818         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16819           Handle end of segment properly when set; don't dead-lock when
16820           posting start of segment message when doing a segment seek.
16821           Fixes #338810.
16822
16823 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16824
16825         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16826         (gst_matroska_demux_plugin_init):
16827           Make mpeg2 aac audio work: create artificial private codec data
16828           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16829           Also call gst_riff_init(). Partially fixes #338767.
16830
16831 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16832
16833         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16834         (gst_wavenc_class_init), (gst_wavenc_init),
16835         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16836         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16837         (gst_wavenc_chain), (gst_wavenc_change_state):
16838         * gst/wavenc/gstwavenc.h:
16839           Set caps on first outgoing buffer, so that it doesn't error out
16840           immediately with a non-negotiated error (#338716). Rewrite and
16841           clean up a bit; fix setcaps function to parse things properly;
16842           fix sink caps (8bit audio is unsigned and doesn't have depth);
16843           use boilerplate macros; remove unused properties stuff.
16844
16845 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16846
16847         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16848           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16849           handle MJPEG streams and might be autoplugged for those if the
16850           user doesn't have jpegdec installed (resulting in a cryptic error
16851           message about huffman tables). Better to disable JPEG decoding here
16852           and let the user figure out that she needs to install jpegdec.
16853
16854 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16855
16856         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16857         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16858         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16859         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16860           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16861           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16862           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16863           debug messages. Fix boilerplate macros.
16864
16865 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16866
16867         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16868         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16869           No need to special-case for Gdk-2.0 any longer, we require
16870           Gdk 2.2 or newer; minor clean-ups.
16871
16872 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16873
16874         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16875         (gst_shout2send_class_init), (gst_shout2send_init),
16876         (set_shout_metadata), (gst_shout2send_set_metadata),
16877         (gst_shout2send_event), (gst_shout2send_start),
16878         (gst_shout2send_connect), (gst_shout2send_stop),
16879         (gst_shout2send_render), (gst_shout2send_set_property),
16880         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16881         (plugin_init):
16882         * ext/shout2/gstshout2.h:
16883         * po/POTFILES.in:
16884           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16885           change function; use GST_ELEMENT_ERROR for error reporting, not
16886           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16887           will cause crashes or assertion failures; remove (unused) "sync"
16888           property, basesink already has such a property; misc. other
16889           minor fixes and cleanups.
16890
16891 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16892
16893         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16894         * ext/esd/gstesd.c: (plugin_init):
16895         * po/POTFILES.in:
16896           Add translatable error message for when we cannot
16897           connect to the sound server, as "Cannot open resource
16898           for writing" isn't really an acceptable message to show
16899           to the user in this case.
16900
16901 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16902
16903         * sys/oss/gst-i18n-plugin.h:
16904           Remove bogus file that doesn't belong here.
16905
16906 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16907
16908         Patch by: Philippe Valembois
16909
16910         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16911         (gst_shout2send_set_metadata), (gst_shout2send_event),
16912         (gst_shout2send_render), (gst_shout2send_change_state):
16913         * ext/shout2/gstshout2.h:
16914           Handle tags being received before the connection to
16915           the server is established properly (see #338636).
16916
16917 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16918
16919         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16920           Don't crash in case the connection to the server fails:
16921           don't set pointer to NULL by assigning FALSE; error out
16922           properly by using GST_ELEMENT_ERROR and returning
16923           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16924           before resetting the pointer.
16925
16926 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16927
16928         * gst/id3demux/id3tags.c:
16929         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16930         (Fixes #338713)
16931
16932 2006-04-12  Wim Taymans  <wim@fluendo.com>
16933
16934         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16935         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16936         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16937         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16938         (gst_gdk_pixbuf_chain):
16939         Some cleanups.
16940         Added RGBA as a possible output format.
16941         Correctly free the supported mimetypes.
16942         deprecate silent arg, it's not used.
16943         Return result from _alloc_buffer to peer.
16944
16945 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16946
16947         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16948           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16949           overwriting GST_BUFFER_MALLOCDATA.
16950
16951 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16952
16953         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16954         (user_endrow_callback), (user_end_callback),
16955         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16956         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16957         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16958         * ext/libpng/gstpngdec.h:
16959           Handle more than one frame if the content is framed,
16960           like with png-in-quicktime (#331917).
16961
16962 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16963
16964         * sys/oss/Makefile.am:
16965         * sys/oss/common.h:
16966         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16967         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16968         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16969         (gst_oss_src_unprepare):
16970           - the user-visible error strings were in the wrong category
16971           - and the messages were not marked for translation
16972           - which is actually a good thing, because they were exactly
16973             the kind of message you would never want anyone to see
16974           - the macros were using variables that didn't exist in the macro
16975             arguments
16976           - and they were obviously copied from each other and then modified
16977           - so a common header makes sense
16978
16979 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
16980
16981         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
16982           Don't try to modify read-only data.
16983
16984         * gst/matroska/matroska-demux.c:
16985         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16986           Fix comment (won't crash any longer now).
16987
16988 2006-04-10  Michael Smith  <msmith@fluendo.com>
16989
16990         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
16991           Use copies of header buffers for caps to avoid circular refcounting
16992           problems (as in theoradec, vorbisdec).
16993
16994         * tests/check/elements/cmmldec.c: (GST_START_TEST):
16995           Fix a typo in test that meant it was testing the wrong thing.
16996
16997         * tests/check/elements/cmmlenc.c: (check_headers):
16998           Fix refcount checks now that we use buffer-copies for caps.
16999
17000 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17001
17002         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17003         (gst_matroska_demux_handle_seek_event),
17004         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17005         (gst_matroska_demux_subtitle_caps),
17006         (gst_matroska_demux_plugin_init):
17007           Use static pad templates with ANY caps for audio and video
17008           source pads and get rid of a lot of unnecessary (and partially
17009           broken) code for the template caps. Clean up caps finding
17010           functions. Fixes playback of audio files/streams that do not
17011           contain the sample rate and/or number of channels in the audio
17012           context (happens a lot with vorbis/mp3 .mka files it seems).
17013           Fixes #337183.
17014           Also add myself to copyright holders.
17015
17016 2006-04-10  Michael Smith  <msmith@fluendo.com>
17017
17018         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17019           Use g_list_delete_link () instead of g_list_remove_link () so that
17020           we free the link as well as the contained data.
17021
17022 2006-04-10  Wim Taymans  <wim@fluendo.com>
17023
17024         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17025
17026         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17027         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17028         (gst_avi_demux_stream_header):
17029         Fix some crashers with empty chunks. (Fixes #337749)
17030
17031 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17032
17033         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17034           use G_GINT64_CONSTANT for INT64 constants
17035         * gst/videofilter/gstvideobalance.c:
17036           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17037         * win32/vs6/libgstavi.dsp:
17038          add missing libraries for the link and remove avimux.c from
17039          the project as it isn't ported to 0.10 yet
17040         
17041 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17042
17043         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17044           Even better would be if we actually did the right thing
17045           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17046
17047 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17048
17049         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17050           Can't just replace 1LL with 1L here just because MSVC doesn't
17051           support it, as it might lead to incorrect results when doing the
17052           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17053           force a 64-bit constant in a way that all compilers are happy with.
17054
17055 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17056
17057         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17058         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17059         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17060         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17061         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17062         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17063         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17064         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17065         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17066         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17067         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17068         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17069         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17070         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17071         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17072         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17073         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17074         * gst/debug/efence.c: (gst_efence_class_init):
17075         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17076         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17077         * gst/goom/gstgoom.c: (gst_goom_class_init):
17078         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17079         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17080         * gst/interleave/interleave.c: (interleave_class_init):
17081         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17082         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17083         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17084         * gst/median/gstmedian.c: (gst_median_class_init):
17085         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17086         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17087         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17088         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17089         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17090         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17091         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17092         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17093         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17094         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17095         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17096         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17097         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17098         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17099         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17100         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17101         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17102         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17103         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17104         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17105         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17106         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17107         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17108         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17109         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17110         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17111         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17112         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17113         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17114         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17115         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17116         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17117         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17118         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17119         * sys/osxaudio/gstosxaudioelement.c:
17120         (gst_osxaudioelement_class_init):
17121         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17122         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17123         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17124         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17125
17126 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17127
17128         * ext/mikmod/gstmikmod.h:
17129         * gst/level/gstlevel.h:
17130         Fix more broken GObject macros
17131
17132 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17133
17134         * ext/annodex/gstcmmldec.h:
17135         * ext/annodex/gstcmmlenc.h:
17136         * ext/annodex/gstcmmltag.h:
17137         * ext/cairo/gsttextoverlay.h:
17138         * ext/ladspa/gstsignalprocessor.h:
17139         * gst/matroska/ebml-read.h:
17140         * gst/matroska/ebml-write.h:
17141         * sys/osxaudio/gstosxaudioelement.h:
17142         Fix broken GObject macros
17143
17144 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17145
17146         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17147           Don't try to seek beyond the end of the file (would
17148           occasionally display error dialogs in totem when seeking
17149           to the end) (#335869). Will still throw an error though
17150           if the file is truncated and the total_samples value in
17151           the stream header is wrong.
17152
17153 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17154
17155         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17156         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17157         (gst_flac_dec_metadata_callback):
17158         * ext/flac/gstflacdec.h:
17159           If the stream header doesn't contain the total number of samples,
17160           search for the last flac frame at the end of the file and calculate
17161           the total duration from that frame's offset (fixes #337609).
17162
17163 2006-04-07  Edward Hervey  <edward@fluendo.com>
17164
17165         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17166         Don't unref the GstPadTemplate returned by
17167         gst_element_class_get_pad_template().
17168
17169 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17170
17171         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17172
17173         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17174         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17175         * sys/sunaudio/gstsunaudiosink.h:
17176           Use spec->segsize and spec->segtotal in the prepare function
17177           to initialise the ring buffer instead of using the buffer-time
17178           property (#337421).
17179
17180 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17181
17182         * configure.ac:
17183           Bump core requirements to CVS for gst_pad_query_peer_duration()
17184           which is used by speexdec.
17185
17186 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17187
17188         * ext/speex/gstspeex.c: (plugin_init):
17189         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17190         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17191         (speex_get_sink_query_types), (speex_dec_sink_query),
17192         (speex_get_src_query_types), (speex_dec_src_query),
17193         (speex_dec_src_event), (speex_dec_sink_event),
17194         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17195         (speex_dec_chain_parse_data), (speex_dec_chain),
17196         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17197         (speex_dec_change_state):
17198         * ext/speex/gstspeexdec.h:
17199           Fix seeking and duration queries (#337033); clean up and
17200           refactor a bit.
17201
17202 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17203
17204         * ext/raw1394/gstdv1394src.c:
17205           distinguish between device not found and could not open for
17206           reading
17207
17208 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17209
17210         * Makefile.am:
17211         * configure.ac:
17212         * pkgconfig/.cvsignore:
17213         * pkgconfig/Makefile.am:
17214         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17215           add a .pc file so other modules can use good plugins in tests
17216
17217 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17218
17219         * configure.ac:
17220           clean up, use AS_VERSION and AS_NANO
17221         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17222           use PACKAGE_VERSION define
17223         * po/af.po:
17224         * po/az.po:
17225         * po/cs.po:
17226         * po/en_GB.po:
17227         * po/hu.po:
17228         * po/it.po:
17229         * po/nb.po:
17230         * po/nl.po:
17231         * po/or.po:
17232         * po/sq.po:
17233         * po/sr.po:
17234         * po/sv.po:
17235         * po/uk.po:
17236         * po/vi.po:
17237           updated
17238
17239 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17240
17241         * ext\jpeg\smokecodec.c:
17242           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17243         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17244           move first instruction after all variables declarations
17245         * gst\alpha\gstalpha.c:
17246         * gst\effectv\gstshagadelic.c:
17247         * gst\smpte\paint.c:
17248         * gst\videofilter\gstvideobalance.c:
17249           define M_PI if it's not defined (it's not defined on WIN32)
17250         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17251         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17252         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17253         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17254         (gst_matroska_demux_video_caps):
17255         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17256         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17257           use gst_guint64_to_gdouble for conversions
17258         * gst\goom\filters.c: (setPixelRGB_):
17259           fix a debug which was using undefined variable
17260         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17261         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17262           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17263         * win32/vs6:
17264           add vs6 projects files for most of plugins-good
17265         
17266 2006-03-30  j^  <j@bootlab.org>
17267
17268         * ext/aalib/gstaasink.c:
17269         * ext/annodex/gstcmmldec.c:
17270         * ext/annodex/gstcmmlenc.c:
17271         * ext/cairo/gsttextoverlay.c:
17272         * ext/cairo/gsttimeoverlay.c:
17273         * ext/cdio/gstcdiocddasrc.c:
17274         * ext/dv/gstdvdec.c:
17275         * ext/esd/esdmon.c:
17276         * ext/esd/esdsink.c:
17277         * ext/flac/gstflacdec.c:
17278         * ext/flac/gstflacenc.c:
17279         * ext/flac/gstflactag.c:
17280         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17281         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17282         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17283         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17284         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17285         * ext/gdk_pixbuf/pixbufscale.c:
17286         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17287         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17288         * ext/jpeg/gstjpegdec.c:
17289         * ext/jpeg/gstjpegenc.c:
17290         * ext/jpeg/gstsmokedec.c:
17291         * ext/jpeg/gstsmokeenc.c:
17292         * ext/libcaca/gstcacasink.c:
17293         * ext/libmng/gstmngdec.c:
17294         * ext/libmng/gstmngenc.c:
17295         * ext/libpng/gstpngdec.c:
17296         * ext/libpng/gstpngenc.c:
17297         * ext/mikmod/gstmikmod.c:
17298         * ext/raw1394/gstdv1394src.c:
17299         * ext/shout2/gstshout2.c:
17300         * ext/speex/gstspeexdec.c:
17301         * ext/speex/gstspeexenc.c:
17302         * gst/alpha/gstalpha.c:
17303         * gst/alpha/gstalphacolor.c:
17304         * gst/auparse/gstauparse.c:
17305         * gst/autodetect/gstautoaudiosink.c:
17306         (gst_auto_audio_sink_base_init):
17307         * gst/autodetect/gstautovideosink.c:
17308         (gst_auto_video_sink_base_init):
17309         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17310         * gst/cutter/gstcutter.c:
17311         * gst/debug/breakmydata.c:
17312         * gst/debug/efence.c:
17313         * gst/debug/gstnavigationtest.c:
17314         * gst/debug/negotiation.c:
17315         * gst/debug/progressreport.c:
17316         * gst/debug/testplugin.c:
17317         * gst/effectv/gstaging.c:
17318         * gst/effectv/gstdice.c:
17319         * gst/effectv/gstedge.c:
17320         * gst/effectv/gstquark.c:
17321         * gst/effectv/gstrev.c:
17322         * gst/effectv/gstvertigo.c:
17323         * gst/effectv/gstwarp.c:
17324         * gst/flx/gstflxdec.c:
17325         * gst/goom/gstgoom.c:
17326         * gst/interleave/deinterleave.c:
17327         * gst/interleave/interleave.c:
17328         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17329         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17330         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17331         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17332         * gst/level/gstlevel.c:
17333         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17334         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17335         * gst/median/gstmedian.c:
17336         * gst/monoscope/gstmonoscope.c:
17337         * gst/multipart/multipartdemux.c:
17338         * gst/multipart/multipartmux.c:
17339         * gst/oldcore/gstmd5sink.c:
17340         * gst/oldcore/gstmultifilesrc.c:
17341         * gst/oldcore/gstpipefilter.c:
17342         * gst/oldcore/gstshaper.c:
17343         * gst/oldcore/gststatistics.c:
17344         * gst/rtp/gstasteriskh263.c:
17345         * gst/rtp/gstrtpL16depay.c:
17346         * gst/rtp/gstrtpL16pay.c:
17347         * gst/rtp/gstrtpamrdepay.c:
17348         * gst/rtp/gstrtpamrpay.c:
17349         * gst/rtp/gstrtpdepay.c:
17350         * gst/rtp/gstrtpgsmpay.c:
17351         * gst/rtp/gstrtph263pay.c:
17352         * gst/rtp/gstrtph263pdepay.c:
17353         * gst/rtp/gstrtph263ppay.c:
17354         * gst/rtp/gstrtpmp4gpay.c:
17355         * gst/rtp/gstrtpmp4vdepay.c:
17356         * gst/rtp/gstrtpmp4vpay.c:
17357         * gst/rtp/gstrtpmpadepay.c:
17358         * gst/rtp/gstrtpmpapay.c:
17359         * gst/rtp/gstrtppcmadepay.c:
17360         * gst/rtp/gstrtppcmapay.c:
17361         * gst/rtp/gstrtppcmudepay.c:
17362         * gst/rtp/gstrtppcmupay.c:
17363         * gst/rtp/gstrtpspeexdepay.c:
17364         * gst/rtp/gstrtpspeexpay.c:
17365         * gst/rtsp/gstrtpdec.c:
17366         * gst/smpte/gstsmpte.c:
17367         * gst/videobox/gstvideobox.c:
17368         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17369         * gst/videofilter/gstvideobalance.c:
17370         * gst/videofilter/gstvideoflip.c:
17371         * gst/videofilter/gstvideotemplate.c:
17372         (gst_videotemplate_base_init):
17373         * gst/videomixer/videomixer.c:
17374         * gst/wavenc/gstwavenc.c:
17375         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17376          better/unified long descriptions
17377          Fixed #336602
17378          Some cleanups to auparse, don't send multiple newsegments.
17379
17380 2006-03-29  Wim Taymans  <wim@fluendo.com>
17381
17382         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17383
17384         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17385         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17386         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17387         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17388         * ext/dv/gstdvdemux.h:
17389         Seek in READY patch. Only works for pull based mode.
17390         Fixes #323880
17391
17392 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17393
17394         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17395         (gst_gdk_pixbuf_event):
17396           Fix two crashers: don't unref the same caps twice, and
17397           set pixbuf loader to NULL after freeing it.
17398
17399 2006-03-27  Wim Taymans  <wim@fluendo.com>
17400
17401         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17402         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17403         (gst_speexenc_chain):
17404         * ext/speex/gstspeexenc.h:
17405         Don't leak adapter.
17406         A push *always* takes ownership of the buffer, even on
17407         errors.
17408         Small cleanups.
17409
17410 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17411
17412         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17413           Create source pad without leaking.
17414
17415 2006-03-24  Wim Taymans  <wim@fluendo.com>
17416
17417         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17418         * ext/flac/gstflacdec.h:
17419         * ext/flac/gstflacenc.h:
17420         Spifify a bit.
17421         Fix deadly lock order error in seeking code, STREAM_LOCK
17422         cannot be taken within LOCK and the streaming variables are
17423         protected with the STREAM_LOCK anyway.
17424
17425 2006-03-24  Wim Taymans  <wim@fluendo.com>
17426
17427         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17428         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17429         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17430         this patch combines the global init_frames with the stream
17431         init_frames. Rationale being that the global delay should 
17432         be subtracted from any stream delay.
17433         Fixes #335858.
17434
17435 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17436
17437         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17438         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17439         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17440         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17441         use DEBUG_FUNCPTR for collectpads
17442
17443 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17444
17445         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17446           Don't crash when encoding images where the number of rows isn't
17447           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17448
17449 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17450
17451         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17452         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17453         * gst/interleave/interleave.c: (interleave_change_state):
17454         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17455           More state change function fixes.
17456
17457 2006-03-23  Wim Taymans  <wim@fluendo.com>
17458
17459         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17460         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17461         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17462         (gst_esdsink_delay), (gst_esdsink_reset):
17463         * ext/esd/esdsink.h:
17464         Fix esd choppy playback by configuring audiosink
17465         correctly. Fixes #325191
17466
17467 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17468
17469         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17470           Make state change function thread-safe.
17471
17472 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17473
17474         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17475         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17476           Don't try to read beyond the end of the file just because
17477           the header claims a bigger size (like with truncated files).
17478
17479 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17480
17481         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17482         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17483         (gst_wavparse_stream_data), (gst_wavparse_loop):
17484         * gst/wavparse/gstwavparse.h:
17485           Delay source pad creation until we have the first chunk of
17486           media data, so the we can examine the data and adjust the
17487           caps accordingly if required. This makes playback of .wav
17488           files with DTS-declared-as-PCM content work (#313266).
17489
17490 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17491
17492         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17493         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17494         Don't attempt typefinding on too-short buffers that have been
17495         completely trimmed away. (Fixes #330239)
17496
17497         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17498         Improve the debug output
17499
17500 2006-03-21  Wim Taymans  <wim@fluendo.com>
17501
17502         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17503         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17504         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17505         (gst_esdsink_set_property), (gst_esdsink_get_property):
17506         Some cleanups.
17507         Reset fd to -1 when we close them.
17508
17509 2006-03-21  Wim Taymans  <wim@fluendo.com>
17510
17511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17512         the OPTIONS request result is optional so don't
17513         fail on it.
17514
17515 2006-03-21  Edward Hervey  <edward@fluendo.com>
17516
17517         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17518         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17519         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17520         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17521         (gst_wavparse_change_state):
17522         gcc 4.1 unreferenced pointer fixes.
17523
17524 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17525
17526         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17527
17528         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17529           Fix block alignment calculation. Alignment should be done before
17530           adding the byte offset where the data starts (#335231).
17531
17532 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17533
17534         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17535           Ensure that we set correct caps on buffers that are transferred
17536           direct from the input.
17537
17538 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17539
17540         * gst/goom/filters.c: (zoomFilterDestroy):
17541         * gst/goom/goom_core.c: (goom_close):
17542           Free filter data when cleaning up. (Fixes: #334995)
17543
17544 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17545
17546         * configure.ac:
17547           Don't compile udp and rtsp plugins on win32 (mingw) or other
17548           systems that don't have <sys/socket.h> for some reason (#316203).
17549
17550 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17551
17552         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17553         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17554         * ext/raw1394/gstdv1394src.h:
17555           Change bus reset handler so it reports useful information such as
17556           whether the device being used connected or disconnected
17557
17558 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17559
17560         * gst/id3demux/id3v2frames.c:
17561         (parse_relative_volume_adjustment_two):
17562           We only care about gain and peak data for the master volume.
17563
17564 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17565
17566         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17567         (parse_id_string), (parse_unique_file_identifier),
17568         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17569           Read replay gain tags (#323721).
17570
17571 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17572
17573         * configure.ac:
17574           Bump requirements to gst-plugins-base CVS because
17575           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17576
17577 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17578
17579         * rtp/gst/gstrtppcmadepay.c:
17580         Fixed one of the caps in the code from mulaw to alaw.
17581
17582 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17583
17584         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17585           Ensure that we set caps on the buffers we pass.
17586
17587         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17588         (gst_id3demux_sink_activate):
17589           Ensure that we set caps on the buffers we pass.
17590
17591           Use STREAM, TYPE_NOT_FOUND as the error class when
17592           typefinding fails.
17593
17594 2006-03-15  Edward Hervey  <edward@fluendo.com>
17595
17596         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17597         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17598         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17599         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17600         (gst_jpeg_dec_setcaps):
17601         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17602         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17603         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17604         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17605         (gst_mngdec_src_getcaps):
17606         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17607         (gst_pngdec_caps_create_and_set):
17608         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17609         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17610         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17611         * gst/alpha/gstalpha.c: (gst_alpha_init):
17612         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17613         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17614         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17615         * gst/cutter/gstcutter.c: (gst_cutter_init):
17616         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17617         (gst_efence_checkgetrange):
17618         * gst/debug/negotiation.c: (gst_negotiation_init):
17619         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17620         * gst/goom/gstgoom.c: (gst_goom_init):
17621         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17622         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17623         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17624         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17625         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17626         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17627         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17628         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17629         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17630         (gst_wavparse_create_sourcepad):
17631         Fix memleak with gst_static_pad_template_get().
17632         This uses gst_pad_new_from_static_template() instead.
17633         Fixes #333512
17634
17635 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17636
17637         * configure.ac:
17638           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17639           used by id3demux.
17640
17641         * gst/id3demux/gstid3demux.c: (plugin_init):
17642         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17643         (parse_user_text_identification_frame),
17644         (parse_unique_file_identifier):
17645           Add support for UFID and TXXX frames and extract musicbrainz tags.
17646
17647 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17648
17649         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17650           Catch short reads, like they might happen with truncated
17651           files (see #305279); remove unnecessary indentation.
17652
17653 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17654
17655         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17656           Fix DIB image inversion for pictures with a
17657           depth != 8 (#305279).
17658
17659 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17660
17661         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17662         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17663         * ext/jpeg/gstjpegdec.h:
17664           Fix durations on outgoing buffers after seeking
17665           in MJPEG files (#334083); some minor clean-ups.
17666
17667 2006-03-13  Wim Taymans  <wim@fluendo.com>
17668
17669         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17670         (gst_wavparse_change_state):
17671         Implement seek in READY (re-fixes #327658)
17672
17673 2006-03-13  Wim Taymans  <wim@fluendo.com>
17674
17675         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17676         * ext/esd/esdmon.c: (gst_esdmon_get):
17677         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17678         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17679         (gst_gdk_pixbuf_sink_getcaps):
17680         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17681         (gst_jpegenc_setcaps):
17682         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17683         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17684         (gst_smokeenc_setcaps):
17685         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17686         (gst_mngdec_src_getcaps):
17687         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17688         (gst_mngenc_chain):
17689         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17690         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17691         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17692         (speex_dec_src_event), (speex_dec_chain):
17693         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17694         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17695         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17696         (gst_negotiation_pad_link), (gst_negotiation_chain):
17697         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17698         (gst_flxdec_chain):
17699         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17700         (deinterleave_chain):
17701         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17702         * gst/median/gstmedian.c: (gst_median_link):
17703         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17704         (gst_monoscope_chain):
17705         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17706         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17707         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17708         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17709         close #333784 unref the result of gst_pad_get_parent()
17710         by: Christophe Fergeau.
17711
17712 2006-03-09  Wim Taymans  <wim@fluendo.com>
17713
17714         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17715         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17716         Handle events in push mode better, can now do non-flushing
17717         seeks in push mode as well.
17718
17719 2006-03-07  Wim Taymans  <wim@fluendo.com>
17720
17721         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17722         Applied patch from Kai Vehmanen, fixes #333624.
17723
17724 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17725
17726         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17727         Implement paletted and grayscale png files handling.
17728         (#150363).
17729
17730 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17731
17732         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17733         (gst_speexenc_chain):
17734           fix a tag list assert
17735           follow gst-plugins-base/ext/ogg/README; set OFFSET
17736           and OFFSET_END.  Muxes correctly with gst-plugins-base
17737           > 0.9.3
17738
17739 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17740
17741         * gst/id3demux/Makefile.am:
17742         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17743         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17744           Use new typefind helper functions here as well, and
17745           do typefinding in pull-mode if upstream supports that.
17746
17747 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17748
17749         * sys/sunaudio/gstsunaudiomixerctrl.c:
17750         (gst_sunaudiomixer_ctrl_get_volume),
17751         (gst_sunaudiomixer_ctrl_set_volume):
17752         * sys/sunaudio/gstsunaudiomixertrack.c:
17753         (gst_sunaudiomixer_track_new):
17754           Remove unused variables, breaks build from CVS
17755           with -Werror (#333392, patch by: Benjamin Pineau)
17756
17757 2006-03-03  Wim Taymans  <wim@fluendo.com>
17758
17759         * docs/plugins/Makefile.am:
17760         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17761         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17762         Added wavparse docs.
17763
17764         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17765         (gst_wavparse_reset), (gst_wavparse_init),
17766         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17767         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17768         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17769         (gst_wavparse_stream_data), (gst_wavparse_loop),
17770         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17771         (gst_wavparse_change_state):
17772         * gst/wavparse/gstwavparse.h:
17773         Implement seek in READY (fixes #327658)
17774         Added docs and did some cleanups.
17775
17776 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17777
17778         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17779         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17780         (gst_avi_demux_calculate_durations_from_index),
17781         (gst_avi_demux_stream_header):
17782         * gst/avi/gstavidemux.h:
17783           If we have an index, use a duration based on the index instead
17784           of blindly trusting the information in the stream headers
17785           (fixes #331817).
17786
17787 2006-03-03  Wim Taymans  <wim@fluendo.com>
17788
17789         * docs/plugins/Makefile.am:
17790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17792         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17793         Added smoke and jpeg to the docs.
17794
17795         * ext/jpeg/Makefile.am:
17796         * ext/jpeg/gstjpeg.c: (plugin_init):
17797         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17798         * ext/jpeg/gstjpegenc.h:
17799         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17800         (gst_smokedec_chain):
17801         * ext/jpeg/gstsmokedec.h:
17802         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17803         * ext/jpeg/gstsmokeenc.h:
17804         * ext/jpeg/smokecodec.h:
17805         Port smokedec (fixes #331905).
17806         Added some docs.
17807         Some cleanups.
17808
17809 2006-03-03  Wim Taymans  <wim@fluendo.com>
17810
17811         * docs/plugins/Makefile.am:
17812         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17813         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17814         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17815         Added videobalance and videoflip to the docs.
17816
17817         * gst/videofilter/Makefile.am:
17818         * gst/videofilter/gstvideobalance.c:
17819         (gst_video_balance_update_tables_planar411),
17820         (gst_video_balance_is_passthrough),
17821         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17822         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17823         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17824         (gst_video_balance_finalize), (gst_video_balance_class_init),
17825         (gst_video_balance_init), (gst_video_balance_interface_supported),
17826         (gst_video_balance_interface_init),
17827         (gst_video_balance_colorbalance_list_channels),
17828         (gst_video_balance_colorbalance_set_value),
17829         (gst_video_balance_colorbalance_get_value),
17830         (gst_video_balance_colorbalance_init),
17831         (gst_video_balance_set_property), (gst_video_balance_get_property),
17832         (gst_video_balance_get_type), (plugin_init):
17833         * gst/videofilter/gstvideobalance.h:
17834         Ported to 0.10. (Fixes #326160)
17835         Added docs.
17836
17837         * gst/videofilter/gstvideoflip.c:
17838         * gst/videofilter/gstvideoflip.h:
17839         Added docs.
17840
17841 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17842
17843         * configure.ac:
17844           Bump requirements to current core and -base CVS
17845           (core for new typefind helper API, and -base for the
17846           WAVFORMATEX support that was added to libgstriff and
17847           is needed by wavparse).
17848         
17849         * gst/apetag/Makefile.am:
17850         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17851         (gst_tag_demux_sink_activate):
17852           Use new typefind helpers for typefinding instead of our
17853           home-grown stuff; also, do typefinding in pull-mode if
17854           upstream supports that.
17855
17856 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17857
17858         Reviewed by: Christian Schaller <christian@fluendo.com>
17859
17860         This patch fixes bug: 329107
17861
17862         This Changelog entry is for a commit done on February 17
17863
17864         * ext/gconf/gconf.c
17865         * ext/gconf/gconf.h
17866         * ext/gconf/gstgconfaudiosink.c
17867         * ext/gconf/gstgconfaudiosink.h
17868         * gconf/gstreamer.schemas.in
17869
17870 2006-02-28  Wim Taymans  <wim@fluendo.com>
17871
17872         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17873         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17874         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17875         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17876         Use DEBUG_OBJECT more.
17877
17878 2006-02-28  Wim Taymans  <wim@fluendo.com>
17879
17880         * docs/plugins/Makefile.am:
17881         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17882         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17883         Added dvdec and dvdemux to docs.
17884
17885         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17886         Added docs.
17887         Check frame sizes so we don't crash when don't have enough
17888         data.
17889         Send nice error messages on error.
17890
17891         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17892         (gst_dvdemux_class_init), (gst_dvdemux_init),
17893         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17894         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17895         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17896         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17897         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17898         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17899         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17900         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17901         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17902         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17903         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17904         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17905         * ext/dv/gstdvdemux.h:
17906         Added docs.
17907         Implement pull mode.
17908         Fix memleaks.
17909         Reduce memcpy for the video demuxing.
17910
17911 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17912
17913         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17914         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17915         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17916         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17917           Add a little extra debug. Make the decoder not return NOT_LINKED,
17918           as we want to continue decoding all CMML and emitting tags.
17919
17920 2006-02-27  Michael Smith  <msmith@fluendo.com>
17921
17922         * ext/annodex/gstskeltag.c:
17923         * ext/annodex/gstskeltag.h:
17924           Deleted; these files aren't used any more either.
17925
17926 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17927
17928         * ext/Makefile.am: Fix dist-check.
17929
17930 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17931
17932         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17933         memleak.
17934
17935 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17936
17937         * ext/annodex/Makefile.am:
17938         * ext/annodex/gstannodex.c:
17939         * ext/annodex/gstcmmldec.c:
17940         * ext/annodex/gstcmmlenc.c:
17941         * ext/annodex/gstcmmlparser.c:
17942         * ext/annodex/gstcmmlparser.h:
17943         * ext/annodex/gstcmmlutils.c:
17944         * tests/check/elements/cmmldec.c:
17945         * tests/check/elements/cmmlenc.c:
17946           Fix a memleak in gst_cmml_track_list_add_clip.
17947           Handle overflows in clip's start and end times.
17948           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17949           Do not parse junk at the end of a CMML preamble buffer.
17950           Register a libxml error handler to not print stuff on stderr.
17951           Check for bad clip start and end times in the testsuites.
17952
17953 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17954
17955         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17956         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17957         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17958         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17959         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17960         possible memleaks.
17961
17962 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17963
17964         * tests/check/Makefile.am:
17965         * tests/check/elements/cmmldec.c:
17966         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17967         the plugins-base tags.
17968
17969 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17970
17971         * ext/Makefile.am: Re-enable module.
17972
17973 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17974
17975         * tests/check/Makefile.am: Forgot to remove that test.
17976
17977 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17978
17979         * ext/annodex/Makefile.am:
17980         * ext/annodex/gstannodex.c: (plugin_init):
17981         * ext/annodex/gstcmmldec.c:
17982         * ext/annodex/gstskeldec.c:
17983         * ext/annodex/gstskeldec.h:
17984         * tests/check/Makefile.am:
17985         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
17986
17987 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17988
17989         * tests/check/Makefile.am: Disable those checks as well.
17990
17991 2006-02-24  Julien MOUTTE  <julien@moutte.net>
17992
17993         * ext/Makefile.am: Disable annodex for now until we figure out
17994         how to make it build.
17995         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
17996         Add a rule to your checklist : "please try to at least build 
17997         what you are going to commit into -good, or if you are too lazy
17998         to do that, please check that the buildbots are not crying because
17999         of your commit."
18000
18001 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18002
18003         * configure.ac:
18004         * ext/Makefile.am:
18005         * ext/gdk_pixbuf/Makefile.am:
18006         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18007         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18008         * ext/gdk_pixbuf/pixbufscale.c:
18009         * ext/gdk_pixbuf/pixbufscale.h:
18010           Gdkpixbuf ported from 0.8 to 0.10 by
18011           Renato Filho <renato.filho@indt.org.br>.
18012           gst_loader and gdkpixbufanimation still need port.
18013
18014 2006-02-24  Michael Smith  <msmith@fluendo.com>
18015
18016         * configure.ac:
18017         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18018         * ext/Makefile.am:
18019         * ext/annodex/Makefile.am:
18020         * ext/annodex/gstannodex.c:
18021         * ext/annodex/gstannodex.h:
18022         * ext/annodex/gstcmmldec.c:
18023         * ext/annodex/gstcmmldec.h:
18024         * ext/annodex/gstcmmlenc.c:
18025         * ext/annodex/gstcmmlenc.h:
18026         * ext/annodex/gstcmmlparser.c:
18027         * ext/annodex/gstcmmlparser.h:
18028         * ext/annodex/gstcmmltag.c:
18029         * ext/annodex/gstcmmltag.h:
18030         * ext/annodex/gstcmmlutils.c:
18031         * ext/annodex/gstcmmlutils.h:
18032         * ext/annodex/gstskeldec.c:
18033         * ext/annodex/gstskeldec.h:
18034         * ext/annodex/gstskeltag.c:
18035         * ext/annodex/gstskeltag.h:
18036         * tests/check/Makefile.am:
18037         * tests/check/elements/cmmldec.c:
18038         * tests/check/elements/cmmlenc.c:
18039         * tests/check/elements/skeldec.c:
18040           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18041           Includes tests & docs, oh my! Passes Thomas's -good checklist
18042           entirely. Wow.
18043
18044 2006-02-24  Michael Smith  <msmith@fluendo.com>
18045
18046         * autogen.sh:
18047           Check for automake 1.9 as well.
18048
18049 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18050
18051         * ext/flac/gstflacenc.c:
18052           Change min. sample rate to 8kHz to match flacdec's.
18053           
18054 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18055
18056         * ext/cdio/Makefile.am:
18057           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18058           required for Cygwin, see #317048)
18059
18060         * gst/rtp/gstasteriskh263.c:
18061           Cygwin has includes for both the unix network socket API
18062           and the windows API, but only one can be included, so fix
18063           includes to only use one or the other, prefering the unxi
18064           one (#317048).
18065
18066 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18067
18068         * rtp/gst/gstrtppcmadepay.c:
18069         * rtp/gst/gstrtppcmadepay.h:
18070         * rtp/gst/gstgstrtppcmapay.c:
18071         * rtp/gst/gstgstrtppcmapay.h:
18072         * rtp/gst/gstrtppcmudepay.c:
18073         * rtp/gst/gstrtppcmudepay.h:
18074         * rtp/gst/gstrtppcmupay.c:
18075         * rtp/gst/gstrtppcmupay.h:
18076         * rtp/gst/Makefile.am:
18077         * rtp/gst/gstrtp.c:
18078         * rtp/gst/README:
18079         Separated the G711 payloaders/depayloaders into separate elements for
18080         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18081
18082 2006-02-22  Wim Taymans  <wim@fluendo.com>
18083
18084         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18085         (gst_dvdec_change_state):
18086         * ext/dv/gstdvdec.h:
18087         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18088         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18089         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18090         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18091         (gst_dvdemux_flush), (gst_dvdemux_chain),
18092         (gst_dvdemux_change_state):
18093         * ext/dv/gstdvdemux.h:
18094         Ueber spiffify some more, added debug category.
18095         Use _scale.
18096         Use segments, respect playback rate from newsegment.
18097         Fix refcount issue.
18098
18099 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18100
18101         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18102         (gst_signal_processor_process):
18103         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18104         enabled for the build, but it helps me win the feature-count
18105         competitions ooh yeah.
18106
18107 2006-02-19  Wim Taymans  <wim@fluendo.com>
18108
18109         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18110         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18111         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18112         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18113         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18114         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18115         Use scaling code for added precission and more correct stop
18116         position in case scale==0.
18117
18118 2006-02-19  Wim Taymans  <wim@fluendo.com>
18119
18120         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18121         (gst_flxdec_chain):
18122         * gst/flx/gstflxdec.h:
18123         Implement DURATION query.
18124
18125 2006-02-19  Wim Taymans  <wim@fluendo.com>
18126
18127         * gst/flx/flx_color.h:
18128         * gst/flx/flx_fmt.h:
18129         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18130         (gst_flxdec_src_query_handler), (flx_decode_color),
18131         (gst_flxdec_chain):
18132         * gst/flx/gstflxdec.h:
18133         Set MALLOCDATA for the temp buffers so we don't leak.
18134         Some debug cleanups.
18135         Consume all data in the adapter before leaving the chain
18136         function. Fixes #330678.
18137
18138 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18139
18140         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18141         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18142          Handle 0 data size in otherwise valid frames.
18143          Handle numeric strings in 2.4.0 even when not in parentheses 
18144
18145 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18146
18147         * gst/matroska/matroska-demux.c:
18148         (gst_matroska_demux_subtitle_caps),
18149         (gst_matroska_demux_plugin_init):
18150         * gst/matroska/matroska-ids.h:
18151           Recognise SSA/ASS and USF subtitle formats and
18152           set proper caps when they are found.
18153
18154 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18155
18156         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18157         (gst_jpeg_dec_chain):
18158           Fix invalid memory access for some odd-sized images
18159           (see image contained in quicktime stream in #327083);
18160           use g_malloc() instead of g_alloca().
18161
18162 2006-02-17  Wim Taymans  <wim@fluendo.com>
18163
18164         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18165         Patch from Sebastien Cote, fixes #319884
18166
18167 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18168
18169         * ext/cdio/gstcdio.c: (plugin_init):
18170           Init debug category (#331253).
18171
18172 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18173
18174         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18175           Pass extra_data to gst_riff_create_audio_caps(), so that
18176           WAVEFORMATEX stuff works. Post audio codec name and post
18177           it as taglist on the bus. Allow up to 8 channesl for raw
18178           PCM in the source pad template caps.
18179
18180 2006-02-16  Wim Taymans  <wim@fluendo.com>
18181
18182         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18183         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18184         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18185         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18186         (gst_multipart_set_property), (gst_multipart_get_property):
18187         Applied #318663. Gives quite a few false positives in
18188         autoscan mode, but it's better than nothing. Not closing yet.
18189
18190 2006-02-16  Wim Taymans  <wim@fluendo.com>
18191
18192         * docs/plugins/Makefile.am:
18193         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18194         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18195         * docs/plugins/gst-plugins-good-plugins.args:
18196         * docs/plugins/inspect/plugin-udp.xml:
18197         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18198         (gst_udpsrc_start):
18199         Update documentation.
18200         Fix args.
18201
18202 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18203
18204         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18205         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18206         frame size. (Fixes #331368)
18207
18208 2006-02-16  Wim Taymans  <wim@fluendo.com>
18209
18210         * gst/rtsp/README:
18211         Updated README.
18212
18213         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18214         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18215         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18216         * gst/rtsp/gstrtspsrc.h:
18217         Make sure the RTP port is an even port an try to allocate 
18218         another if not.
18219         Added retry property to control max retries for port allocation.
18220         Make sure RTCP port is RTP port+1.
18221         Cleanup when port allocation fails.
18222         Fixes #319183.
18223         
18224 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18225
18226         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18227           Don't ignore return value of the parent class's state
18228           change function (#331385, patch by: Wouter Paesen).
18229
18230 2006-02-15  Wim Taymans  <wim@fluendo.com>
18231
18232         * configure.ac:
18233         * docs/plugins/Makefile.am:
18234         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18235         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18236         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18237         * ext/Makefile.am:
18238         * ext/hal/Makefile.am:
18239         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18240         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18241         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18242         (do_toggle_element), (gst_hal_audio_sink_set_property),
18243         (gst_hal_audio_sink_get_property),
18244         (gst_hal_audio_sink_change_state):
18245         * ext/hal/gsthalaudiosink.h:
18246         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18247         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18248         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18249         (do_toggle_element), (gst_hal_audio_src_set_property),
18250         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18251         * ext/hal/gsthalaudiosrc.h:
18252         * ext/hal/gsthalelements.c: (plugin_init):
18253         * ext/hal/gsthalelements.h:
18254         * ext/hal/hal.c: (gst_hal_get_string),
18255         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18256         (gst_hal_get_audio_src):
18257         * ext/hal/hal.h:
18258         Add HAL sound device wrapper plugins. Closes #329106
18259
18260 2006-02-15  Wim Taymans  <wim@fluendo.com>
18261
18262         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18263         Add comment in a fultile attempt to stop the copy-and-paste 
18264         paradigm leading to duplication of bad code.
18265
18266         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18267         Mime parameters have to be checked case insensitive
18268
18269 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18270
18271         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18272           Advance stream time for lagging subtitle streams by sending
18273           newsegment events with the update flag set.
18274
18275 2006-02-14  Edward Hervey  <edward@fluendo.com>
18276
18277         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18278         There can be bogus data before the hdrl LIST tag in the RIFF header.
18279         It's hard to say if it's not respecting the AVI specifications or not,
18280         but since Google Video is producing AVIs like that and the other player
18281         don't seem to complain, I guess we should do the same.
18282
18283 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18284
18285         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18286         (parse_split_strings):
18287         Add more validation to ensure that a char encoding conversion
18288         produced a valid UTF-8 string.
18289
18290 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18291
18292         Reviewed by: Edward Hervey  <edward@fluendo.com>
18293
18294         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18295         Properly handle end of segment. Closes #330885.
18296
18297 2006-02-13  Wim Taymans  <wim@fluendo.com>
18298
18299         * gst/rtp/gstrtpmp4gpay.h:
18300         For got to commit this one.
18301
18302 2006-02-12  Wim Taymans  <wim@fluendo.com>
18303
18304         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18305         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18306         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18307         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18308         * gst/rtp/gstrtpmp4gpay.h:
18309         Make more things work.
18310         Handle ACC config strings.
18311
18312 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18313
18314         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18315           set timestamps if no incoming timestamps set
18316
18317 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18318
18319         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18320         (gst_tag_demux_do_typefind):
18321           ... and fix the very same leaks in GstTagDemux.
18322
18323 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18324
18325         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18326         (gst_id3demux_do_typefind):
18327         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18328         <jonathan at kaolin dot wh9 dot net>)
18329
18330 2006-02-10  Wim Taymans  <wim@fluendo.com>
18331
18332         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18333         First set options, then set caps or else the baseclass
18334         will not know about the options, duh.
18335
18336 2006-02-10  Wim Taymans  <wim@fluendo.com>
18337
18338         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18339         (gst_rtp_mp4v_pay_setcaps):
18340         Don't waste time looking for a config string if we have codec_info
18341         on the incomming caps.
18342
18343 2006-02-10  Wim Taymans  <wim@fluendo.com>
18344
18345         * gst/rtp/README:
18346         Say something about case-sensitivity of caps vs mime-attributes.
18347
18348         * gst/rtp/Makefile.am:
18349         * gst/rtp/gstrtp.c: (plugin_init):
18350         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18351         (gst_rtp_amr_pay_handle_buffer):
18352         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18353         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18354         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18355         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18356         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18357         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18358         (gst_rtp_mp4g_pay_plugin_init):
18359         * gst/rtp/gstrtpmp4gpay.h:
18360         Added beginnings of mpeg4-generic payloader (RFC 3640)
18361
18362 2006-02-09  Wim Taymans  <wim@fluendo.com>
18363
18364         * gst/rtsp/Makefile.am:
18365         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18366         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18367         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18368         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18369         (gst_rtpdec_change_state):
18370         * gst/rtsp/gstrtpdec.h:
18371         * gst/rtsp/gstrtsp.c: (plugin_init):
18372         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18373         * gst/rtsp/rtspconnection.c: (read_body),
18374         (rtsp_connection_receive):
18375         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18376         Resurected rtpdec to make rtspsrc happy again.
18377         Skip attributes from the session id.
18378         Don't crash when dumping a message with an empty body.
18379
18380
18381 2006-02-09  Wim Taymans  <wim@fluendo.com>
18382
18383         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18384         Added more meaningfull warnings when something goes wrong.
18385         Clear F bit on outgoing AMR packets.
18386
18387         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18388         (gst_rtp_amr_pay_handle_buffer):
18389         Added debugging category
18390         Support payloading of multiple AMR frames.
18391
18392         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18393         Added some debugging.
18394
18395 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18396
18397         * configure.ac:
18398           Back to CVS
18399
18400 === release 0.10.2 ===
18401
18402 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18403
18404         * configure.ac:
18405           releasing 0.10.2, "Papa was a rolling stone"
18406
18407 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18408
18409         * configure.ac:
18410           Bump core and plugins-base requirement to 0.10.2.2
18411           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18412
18413 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18414
18415         * ext/flac/gstflac.c: (plugin_init):
18416         * ext/speex/gstspeex.c: (plugin_init):
18417           Register musicbrainz tags.
18418
18419 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18420
18421         * ext/gconf/gconf.h:
18422           Remove declaration of function that no longer exists.
18423
18424 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18425
18426         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18427         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18428         Make shout2 work for non ogg streams
18429
18430 2006-02-06  Wim Taymans  <wim@fluendo.com>
18431
18432         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18433         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18434         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18435         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18436         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18437         * gst/udp/gstmultiudpsink.h:
18438         Updated docs.
18439         Added properties bytes-served, bytes_to_serve.
18440         Post proper error messages,
18441         Emit client added signal too.
18442
18443 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18444
18445         * docs/plugins/Makefile.am:
18446         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18447         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18448         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18449         (gst_multiudpsink_get_stats):
18450           adding docs for multiudpsink
18451
18452 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18453
18454         * gst/level/gstlevel.c: (gst_level_transform_ip):
18455           peak below decay is not necessarily an error, so don't ERROR log
18456
18457 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18458
18459         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18460         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18461         (gst_ebml_write_seek):
18462         * gst/matroska/ebml-write.h:
18463           Make sure we send a newsegment event in BYTES format
18464           before sending buffers (#328531).
18465
18466 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18467
18468         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18469         (gst_dvdemux_sink_query):
18470         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18471         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18472         (speex_dec_src_query):
18473         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18474         (gst_speexenc_sink_query):
18475         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18476         * gst/matroska/matroska-demux.c:
18477         (gst_matroska_demux_get_src_query_types),
18478         (gst_matroska_demux_handle_src_query):
18479         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18480         (gst_wavparse_pad_query):
18481           Pass unhandled queries upstream instead of just dropping
18482           them (#326446). Update query type arrays here and there.
18483
18484 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18485
18486         * tests/check/elements/matroskamux.c: (setup_src_pad):
18487           Collectpads in core got changed and now also holds a
18488           reference to any pad that is part of it. Fix refcount
18489           checks in test case accordingly.
18490
18491 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18492
18493         * gst/apetag/gstapedemux.h:
18494           Fix include, for now GstTagDemux is in the apetag dir.
18495
18496 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18497
18498         * docs/plugins/Makefile.am:
18499         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18500         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18501         * docs/plugins/inspect/plugin-cdio.xml:
18502           Add cdio plugin to docs.
18503
18504         * ext/cdio/gstcdiocddasrc.c:
18505           Add gtk-doc blurb.
18506
18507         * ext/cdio/gstcdio.c:
18508           The plugin is called 'cdio' not 'cddio'.
18509
18510 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18511
18512         * configure.ac:
18513         * docs/plugins/Makefile.am:
18514         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18515         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18516         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18517         * docs/plugins/inspect/plugin-apetag.xml:
18518         * gst/apetag/Makefile.am:
18519         * gst/apetag/gstapedemux.c:
18520         * gst/apetag/gstapedemux.h:
18521         * gst/apetag/gsttagdemux.c:
18522         * gst/apetag/gsttagdemux.h:
18523           Add APE tag demuxer (#325649).
18524
18525 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18526
18527         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18528         (gst_gconf_get_default_video_sink),
18529         (gst_gconf_get_default_audio_src),
18530         (gst_gconf_get_default_video_src):
18531         * ext/gconf/gconf.h:
18532         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18533         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18534         (do_toggle_element):
18535         * ext/gconf/gstgconfaudiosink.h:
18536         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18537         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18538         (do_toggle_element):
18539         * ext/gconf/gstgconfaudiosrc.h:
18540         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18541         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18542         (do_toggle_element):
18543         * ext/gconf/gstgconfvideosink.h:
18544         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18545         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18546         (do_toggle_element):
18547         * ext/gconf/gstgconfvideosrc.h:
18548           Ignore changing the GConf key to "". Ignore GConf key updates
18549           that don't actually change the string.
18550           For now, ignore the GConf key when the state is > READY, as
18551           it breaks streaming. Sometime it will be nice to bring the
18552           new sink online even mid-stream, by sending NEWSEGMENT info
18553           and possibly prerolling.
18554           (Fixes #326736)
18555
18556 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18557
18558         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18559         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18560         (zoomFilterSetResolution), (zoomFilterDestroy),
18561         (zoomFilterFastRGB), (pointFilter):
18562         * gst/goom/filters.h:
18563         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18564         (goom_update), (goom_close):
18565         * gst/goom/goom_core.h:
18566         * gst/goom/goom_tools.h:
18567         * gst/goom/graphic.c:
18568         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18569         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18570         * gst/goom/gstgoom.h:
18571         * gst/goom/lines.c: (goom_lines):
18572         * gst/goom/lines.h:
18573           Make goom reentrant by moving all important static variables
18574           into instance structures.
18575           (Fixes #329181)
18576
18577 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18578
18579         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18580         (gst_avi_demux_all_source_pads_unlinked),
18581         (gst_avi_demux_process_next_entry):
18582         * gst/avi/gstavidemux.h:
18583           Third attempt, use gst_pad_is_linked() this time.
18584
18585 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18586
18587         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18588         (parse_split_strings):
18589         Adjust for data length indicators when parsing (Fixes #329810)
18590         Fix stupid bug parsing UTF-8 tag text.
18591         Output tag strings with multiple fields as multiple tags, so the
18592         app gets all the data.
18593
18594 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18595
18596         * ext/flac/gstflacenc.c:
18597         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18598         show me.
18599         
18600 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18601
18602         * ext/flac/gstflacenc.c:
18603         * gst/matroska/ebml-read.c:
18604         Just make it compile with --disable-gst-debug.
18605
18606 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18607
18608         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18609         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18610         (id3v2_genre_fields_to_taglist):
18611           Never output a tag with a null contents string.
18612
18613 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18614
18615         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18616           Only pause if all pads are unlinked AND we've tried to send data
18617           on all of them at least once.
18618
18619 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18620
18621         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18622         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18623           Make loop function/task pause itself when all source pads are
18624           unlinked.
18625
18626 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18627
18628         * configure.ac:
18629         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18630           Use new functions from core to render a bin from a
18631           string. Fixes build. Up requirements to core CVS.
18632
18633 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18634
18635         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18636           Don't push buffers into the adapter that we are going to
18637           push downstream again without framing anyway. Also, the
18638           adaptor takes ownership of buffers put into it (fixes
18639           auparse pushing invalid buffers for .au files with
18640           ADPCM contents). Finally, set caps on all outgoing buffers.
18641
18642 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18643
18644         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18645         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18646         (gst_id3demux_send_tag_event):
18647         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18648         Someone should kick my butt. Remove ID3v1 tags from the end of the
18649         file.
18650
18651         Improve error messages. Send the TAG message as soon as we complete
18652         typefinding, instead of waiting until we send the first buffer.
18653         Downstream tag event is still sent before the first buffer.
18654
18655 2006-01-27  Jan Gerber  <j@bootlab.org>
18656
18657         Reviewed by: Andy Wingo <wingo@pobox.com>
18658
18659         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18660         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18661         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18662         to not have warings flooding stderr. this is the suggested way
18663         also used in dvgrab and kino. (#328336)
18664
18665 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18666
18667         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18668         (gst_oss_sink_init), (gst_oss_sink_finalise):
18669           Free the device name string when finalised.
18670
18671 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18672
18673         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18674           Don't put function calls in g_return_if_fail() statements,
18675           or they'll be replaced with NOOPs if someone compiles with
18676           G_DISABLE_CHECKS defined.
18677           
18678 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18679
18680         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18681         Never trust ANY information encoded in a media file, especially
18682         when it's giving you sizes. (Fixes #328452)
18683
18684 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18685
18686         * gst/rtp/gstrtpg711pay.c:
18687         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18688         bug #325148.
18689
18690 2006-01-23  Edward Hervey  <edward@fluendo.com>
18691
18692         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18693         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18694         * gst/matroska/matroska-ids.h:
18695         Added recognition of Real Audio and Video streams in matroska demuxer.
18696
18697 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18698
18699         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18700           Remove errant break statement, and fix compilation with
18701           older GCC.
18702
18703 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18704
18705         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18706
18707         * sys/sunaudio/gstsunaudiomixerctrl.c:
18708         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18709           Export functions that are needed in other parts of the code,
18710           makes the mixer actually work; adjust magic minimum buffer-time
18711           value from 3ms to 5ms to work around stuttering during mp3
18712           playback (#327765).
18713
18714 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18715
18716         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18717
18718         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18719         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18720           Fix possible deadlock in matroska muxer (#327825).
18721
18722 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18723
18724         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18725         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18726         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18727         * gst/rtsp/sdpmessage.h:
18728         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18729         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18730           C89 fixes: declare variables at the beginning of a block and
18731           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18732           <jensgr at gmx dot net>).
18733
18734 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18735
18736         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18737         * gst/id3demux/id3tags.h:
18738         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18739         (parse_comment_frame), (parse_text_identification_frame),
18740         (id3v2_tag_to_taglist), (id3v2_are_digits),
18741         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18742         (parse_split_strings), (free_tag_strings):
18743           Rewrite parsing of text tags to handle multiple NULL terminated
18744           strings. Parse numeric genre strings and ID3v2 type
18745           "(3)(6)Alternative" style genre strings.
18746           Parse dates that are only YYYY or YYYY-mm format.
18747           (Fixes #328241 and #322154)
18748
18749 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18750
18751         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18752           Don't forget to initialize liboil, otherwise our oil functions
18753           will crash (fixes #327871; patch by: Christoph Burghardt
18754           <hawkes at web dot de>).
18755
18756 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18757
18758         * configure.ac:
18759           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18760           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18761           patch by: Brian Cameron <brian dot cameron at sun dot com>
18762
18763 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18764
18765         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18766         * ext/cdio/gstcdio.h:
18767         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18768           Fix build for libcdio versions >= 76; give slightly lower rank
18769           than cdparanoia.
18770
18771 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18772
18773         * configure.ac:
18774         * ext/Makefile.am:
18775         * ext/cdio/Makefile.am:
18776         * ext/cdio/gstcdio.c:
18777         * ext/cdio/gstcdio.h:
18778         * ext/cdio/gstcdiocddasrc.c:
18779         * ext/cdio/gstcdiocddasrc.h:
18780           Port libcdio cdda source, formerly known as cddasrc, now known as
18781           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18782           but that's not tested (fixes #317658).
18783
18784 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18785
18786         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18787           Fix conversion from TIME to BYTES format (fixes #326864;
18788           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18789
18790 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18791
18792         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18793           Fix compilation of id3demux when zlib is not present.
18794           (Fixes #326602; patch by: Sergey Scobich)
18795
18796 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18797
18798         * ext/esd/Makefile.am:
18799           Add $(ESD_CFLAGS), otherwise build will fail for folks
18800           with libesd in a non-standard prefix (#327009).
18801
18802 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18803
18804         * configure.ac:
18805           back to HEAD
18806
18807 === release 0.10.1 ===
18808
18809 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18810
18811         * configure.ac:
18812           releasing 0.10.1, "Li"
18813
18814 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18815
18816           patch by: Wim Taymans
18817
18818         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18819           fix memleak.  Fixes #326618
18820
18821 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18822
18823           patch by: Mike Smith
18824
18825         * gst/level/gstlevel.c: (gst_level_message_new),
18826         (gst_level_message_append_channel):
18827           Fix memleak.  Fixes #326612
18828
18829 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18830
18831         * configure.ac:
18832           prereleasing
18833         * po/af.po:
18834         * po/az.po:
18835         * po/cs.po:
18836         * po/en_GB.po:
18837         * po/hu.po:
18838         * po/it.po:
18839         * po/nb.po:
18840         * po/nl.po:
18841         * po/or.po:
18842         * po/sq.po:
18843         * po/sr.po:
18844         * po/sv.po:
18845         * po/uk.po:
18846         * po/vi.po:
18847           update translations
18848
18849 2006-01-10  Michael Smith  <msmith@fluendo.com>
18850
18851         * gst/level/gstlevel.c: (gst_level_class_init),
18852         (gst_level_dispose):
18853           Don't leak filter arrays.
18854
18855 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18856
18857         reviewed by: Christian Schaller <uraeus@gnome.org>
18858         
18859         * configure.ac:
18860         * gst-plugins-good.spec.in:
18861         * sys/Makefile.am:
18862         * sys/sunaudio/Makefile.am:
18863         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18864         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18865         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18866         (gst_sunaudiomixer_change_state):
18867         * sys/sunaudio/gstsunaudiomixer.h:
18868         * sys/sunaudio/gstsunaudiomixerctrl.c:
18869         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18870         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18871         (gst_sunaudiomixer_ctrl_list_tracks),
18872         (gst_sunaudiomixer_ctrl_get_volume),
18873         (gst_sunaudiomixer_ctrl_set_volume),
18874         (gst_sunaudiomixer_ctrl_set_mute),
18875         (gst_sunaudiomixer_ctrl_set_record):
18876         * sys/sunaudio/gstsunaudiomixerctrl.h:
18877         * sys/sunaudio/gstsunaudiomixertrack.c:
18878         (gst_sunaudiomixer_track_class_init),
18879         (gst_sunaudiomixer_track_init), (fill_labels),
18880         (gst_sunaudiomixer_track_new):
18881         * sys/sunaudio/gstsunaudiomixertrack.h:
18882         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18883         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18884         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18885         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18886         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18887         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18888         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18889         * sys/sunaudio/gstsunaudiosink.h:
18890
18891         Add SunAudio plugin - tested to make sure it doesn't break
18892         the build under GNU/Linux.      
18893
18894 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18895
18896         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18897         * gst-plugins-good/gst/udp/gstudpsrc.c:
18898         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18899         overrides the port or multicast parameters. Fixes bugs #323021.
18900         API addition: adds GstUDPSrc::sockfd property   
18901
18902 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18903
18904         * ext/gconf/Makefile.am:
18905         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18906         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18907         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18908         (do_toggle_element), (cb_toggle_element),
18909         (gst_gconf_audio_src_change_state):
18910         * ext/gconf/gstgconfaudiosrc.h:
18911         * ext/gconf/gstgconfelements.c: (plugin_init):
18912         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18913         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18914         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18915         (do_toggle_element), (cb_toggle_element),
18916         (gst_gconf_video_src_change_state):
18917         * ext/gconf/gstgconfvideosrc.h:
18918           Add new gconfaudiosrc and gconfvideosrc elements
18919           (needed for gnome-sound-recorder).
18920
18921 2006-01-06  Edward Hervey  <edward@fluendo.com>
18922
18923         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18924         Add gst_element_no_more_pads() for proper decodebin behaviour.
18925         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18926         (parse_text_identification_frame), (parse_split_strings):
18927         Failure to decode some tags is not a GST_ERROR() but a
18928         GST_WARNING()
18929         When iterating over a chunk of text, check that we haven't gone too
18930         far.
18931
18932 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18933
18934         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18935         (plugin_init):
18936           call oil_init() when using liboil
18937
18938 2006-01-04  Wim Taymans  <wim@fluendo.com>
18939
18940         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18941         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18942         Fix leaks.
18943
18944 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18945
18946         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18947
18948         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18949         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18950         (gst_flac_dec_change_state):
18951           Don't g_assert() where we should just return FALSE; remove
18952           unnecessary g_assert(); initialize some fields properly in
18953           state change function (fixes #325504). Also, use
18954           GST_DEBUG_OBJECT in two more places.
18955
18956 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18957
18958         * configure.ac:
18959           also remove smoothwave's Makefile.am
18960         * docs/plugins/Makefile.am:
18961           fix plugin docs
18962
18963 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18964
18965         * tests/examples/Makefile.am:
18966           added missing Makefile.am
18967
18968 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18969
18970         * configure.ac:
18971         * gst/level/Makefile.am:
18972         * gst/level/level-example.c:
18973         * tests/Makefile.am:
18974         * tests/examples/level/Makefile.am:
18975         * tests/examples/level/level-example.c: (message_handler), (main):
18976           moved level-example to tests/examples/level-example
18977         * tests/old/examples/level/demo.c: (main):
18978         * tests/old/examples/level/plot.c: (main):
18979           some initial fixes
18980
18981 2005-12-29  Michael Smith  <msmith@fluendo.com>
18982
18983         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
18984         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
18985         * gst/udp/gstmultiudpsink.h:
18986           Track packets sent per client in addition to bytes sent; provide
18987           this info through get-stats signal
18988
18989 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18990
18991         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
18992           Can't use gst_object_unref() on a GstAdapter (#325191).
18993
18994 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
18995
18996         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18997         If a broken tag has 0 bytes payload, at least still skip
18998         the 10 byte header
18999
19000 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19001
19002         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19003         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19004         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19005         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19006           Making these depayloaders (H263+ and mpeg4 video) inherit from
19007           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19008
19009 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19010
19011         * docs/plugins/gst-plugins-good-plugins.args:
19012         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19013         Regenerate the plugin hiearchy.
19014
19015 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19016
19017         * docs/plugins/Makefile.am:
19018         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19019         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19020         * docs/plugins/gst-plugins-good-plugins.args:
19021         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19022         (gst_id3demux_base_init), (gst_id3demux_class_init),
19023         (gst_id3demux_chain):
19024         * gst/id3demux/gstid3demux.h:
19025           Add documentation for id3demux.
19026           Don't fail if the first buffer is not at offset 0, just
19027           attempt to typefind and do pass through
19028           Rename the gst_type function from gst_gst_id3demux..
19029
19030 2005-12-20  Michael Smith  <msmith@fluendo.com>
19031
19032         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19033         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19034         (gst_multiudpsink_get_stats):
19035         * gst/udp/gstmultiudpsink.h:
19036           Collect statistics; return them from get_stats.
19037
19038 2005-12-19  Edward Hervey  <edward@fluendo.com>
19039
19040         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19041         Stupid signedness issue...
19042
19043 2005-12-19  Edward Hervey  <edward@fluendo.com>
19044
19045         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19046         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19047         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19048         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19049         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19050         Construct index for indexless files.
19051         Make sure pad/buffers are correctly reset to NULL once we don't need
19052         them anymore, else we get lovely segfaults/assertions.
19053         * gst/wavparse/gstwavparse.c:
19054         Yes, you can have 96KHz audio and wma in wav :(
19055
19056 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19057
19058         * configure.ac:
19059           Check for optional dependency on zlib for id3demux
19060
19061         * gst/id3demux/Makefile.am:
19062         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19063         (gst_id3demux_base_init), (gst_id3demux_class_init),
19064         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19065         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19066         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19067         (gst_id3demux_set_property), (gst_id3demux_get_property),
19068         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19069         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19070         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19071         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19072         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19073         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19074         (simple_find_peek), (simple_find_suggest),
19075         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19076         (plugin_init):
19077         * gst/id3demux/gstid3demux.h:
19078         * gst/id3demux/id3tags.c: (read_synch_uint),
19079         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19080         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19081         (id3demux_id3v2_frames_to_tag_list):
19082         * gst/id3demux/id3tags.h:
19083         * gst/id3demux/id3v2.4.0-frames.txt:
19084         * gst/id3demux/id3v2.4.0-structure.txt:
19085         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19086         (parse_comment_frame), (parse_text_identification_frame),
19087         (id3v2_tag_to_taglist), (parse_split_strings):
19088           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19089           otherwise it discards them. Works on my test files. 
19090
19091         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19092           Don't send EOS to a non-existing srcpad
19093           The debug category can be static
19094
19095 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19096
19097         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19098         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19099         * gst/multipart/multipartdemux.c:
19100           change some char* into char[]
19101
19102 2005-12-16  Wim Taymans  <wim@fluendo.com>
19103
19104         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19105         (gst_wavparse_other), (gst_wavparse_perform_seek),
19106         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19107         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19108         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19109         * gst/wavparse/gstwavparse.h:
19110         Use GstSegment to implement more seeking features.
19111
19112 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19113
19114         * gst/rtsp/rtspconnection.c:
19115           Add <netinet/in.h> include and move <arpa/inet.h> include
19116           to make things work on OpenBSD as well (fixes #323717;
19117           patch by: Benjamin Pineau)
19118
19119 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19120
19121         * gst/rtp/gstrtpspeexdepay.c:
19122         * gst/rtp/gstrtpspeexpay.c:
19123         Set clock rate to be fixed in 8000. It fixes bug #324012.
19124
19125 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19126
19127         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19128         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19129         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19130         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19131         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19132         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19133         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19134         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19135         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19136         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19137         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19138         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19139         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19140         * gst-plugins-good/gst/rtp/README:
19141         Fixed payload range in payloder caps. Removed payload range completely
19142         from depayloaders as they don't require payload type in their caps.
19143         In effect, there isn't any specific payload type for any given codec,
19144         only suggestions.
19145         Fixes bug #324011.
19146
19147 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19148
19149         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19150         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19151         (gst_videomixer_collected): Code cleanup and re-enabling 
19152         queued time validity check for correct EOS handling.
19153
19154 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19155
19156         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19157         (gst_oss_mixer_element_get_property),
19158         (gst_oss_mixer_element_change_state):
19159         Add 'device-name' property and fix state change function.
19160
19161 2005-12-13  Edward Hervey  <edward@fluendo.com>
19162
19163         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19164         If the speed of the file is null in the header, set the frame_time to
19165         the default setting of GST_SECOND / 70. Which is the default
19166         frame_delay for .fli files as stated in this document :
19167         http://www.compuphase.com/flic.htm
19168         Would be nice to have the time conversion done properly too (duration =
19169         flxh->frames * flxdec->frame_time)
19170
19171 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19172
19173         * docs/plugins/Makefile.am:
19174         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19175         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19176         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19177         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19178         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19179         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19180         documentation for videomixer on my way with a funny sample
19181         pipeline.
19182
19183 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19184
19185         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19186         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19187         (gst_videomixer_update_queues), (gst_videomixer_collected):
19188         Fix caps negotiation. (#323896)
19189
19190 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19191
19192         * gst/matroska/matroska-demux.c:
19193         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19194           Set correct timestamps on audio laces, fixes playback of mp3 from
19195                 matroska.
19196
19197 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19198
19199         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19200         (gst_au_parse_class_init), (gst_au_parse_init),
19201         (gst_au_parse_dispose), (gst_au_parse_chain),
19202         (gst_au_parse_change_state), (plugin_init):
19203         * gst/auparse/gstauparse.h:
19204           Use gst_object_unref() for GstObjects instead of
19205           g_object_unref() and fix a mem leak in a debug
19206           statement; while we're at it, also borgify, use
19207           boilerplate macros and clean up a little bit.
19208
19209 2005-12-11  Edward Hervey  <edward@fluendo.com>
19210
19211         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19212         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19213         Added pull mode.
19214
19215 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19216
19217         * gst/goom/gstgoom.c:
19218         * gst/level/level-example.c: (main):
19219         * gst/smoothwave/demo-osssrc.c: (main):
19220           Use audiotestsrc instead of sinesrc (#323798).
19221
19222 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19223
19224         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19225           more debug-func-ptr usage
19226
19227 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19228
19229         * gst/flx/flx_color.c: (flx_colorspace_convert):
19230         * gst/flx/flx_color.h:
19231         * gst/flx/flx_fmt.h:
19232         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19233         * gst/flx/gstflxdec.h:
19234           Now flxdec works on big-endian machines as well.
19235
19236 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19237
19238         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19239         (gst_fenced_buffer_copy):
19240           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19241           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19242           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19243           and use GST_DEBUG_FUNCPTR for pad functions.
19244
19245 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19246
19247         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19248         (gst_flac_dec_class_init), (gst_flac_dec_init),
19249         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19250         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19251         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19252         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19253         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19254         (gst_flac_dec_change_state):
19255         * ext/flac/gstflacdec.h:
19256           Rewrite flacdec a bit, so that even seeking might work now. Most
19257           importantly, don't act upon any flow return values we get, just tell
19258           the decoder everything's dandy and act on the flow return values
19259           later on in the loop function. We don't want to mess up the internal
19260           decoder state for non-fatal things like flushing pads etc. Other
19261           than that, use GstSegment (segment seeks don't work yet though, but
19262           should be easy to add), use boilerplate macros, drop the superfluous
19263           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19264           lots of other things.
19265
19266 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19267
19268         * configure.ac:
19269           Update comment in OSS includes check.
19270
19271         * sys/oss/gstossdmabuffer.c:
19272         * sys/oss/gstosshelper.c:
19273         * sys/oss/gstossmixer.c:
19274         * sys/oss/gstossmixertrack.c:
19275         * sys/oss/gstosssink.c:
19276         * sys/oss/gstosssrc.c:
19277         * sys/oss/oss_probe.c:
19278           Don't assume the OSS soundcard.h include is always in
19279           the sys/ directory. Instead, use the existing defines
19280           from config.h to include the right file. Fixes
19281           compilation on OpenBSD 3.8 (#323718).
19282
19283 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19284
19285         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19286         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19287         * docs/plugins/inspect/plugin-1394.xml:
19288         * docs/plugins/inspect/plugin-aasink.xml:
19289         * docs/plugins/inspect/plugin-alaw.xml:
19290         * docs/plugins/inspect/plugin-alpha.xml:
19291         * docs/plugins/inspect/plugin-alphacolor.xml:
19292         * docs/plugins/inspect/plugin-auparse.xml:
19293         * docs/plugins/inspect/plugin-autodetect.xml:
19294         * docs/plugins/inspect/plugin-avi.xml:
19295         * docs/plugins/inspect/plugin-cacasink.xml:
19296         * docs/plugins/inspect/plugin-cairo.xml:
19297         * docs/plugins/inspect/plugin-cutter.xml:
19298         * docs/plugins/inspect/plugin-debug.xml:
19299         * docs/plugins/inspect/plugin-dv.xml:
19300         * docs/plugins/inspect/plugin-efence.xml:
19301         * docs/plugins/inspect/plugin-effectv.xml:
19302         * docs/plugins/inspect/plugin-esdsink.xml:
19303         * docs/plugins/inspect/plugin-flac.xml:
19304         * docs/plugins/inspect/plugin-flxdec.xml:
19305         * docs/plugins/inspect/plugin-gconfelements.xml:
19306         * docs/plugins/inspect/plugin-goom.xml:
19307         * docs/plugins/inspect/plugin-jpeg.xml:
19308         * docs/plugins/inspect/plugin-level.xml:
19309         * docs/plugins/inspect/plugin-matroska.xml:
19310         * docs/plugins/inspect/plugin-mulaw.xml:
19311         * docs/plugins/inspect/plugin-multipart.xml:
19312         * docs/plugins/inspect/plugin-navigationtest.xml:
19313         * docs/plugins/inspect/plugin-ossaudio.xml:
19314         * docs/plugins/inspect/plugin-png.xml:
19315         * docs/plugins/inspect/plugin-rtp.xml:
19316         * docs/plugins/inspect/plugin-rtsp.xml:
19317         * docs/plugins/inspect/plugin-shout2send.xml:
19318         * docs/plugins/inspect/plugin-smpte.xml:
19319         * docs/plugins/inspect/plugin-speex.xml:
19320         * docs/plugins/inspect/plugin-udp.xml:
19321         * docs/plugins/inspect/plugin-videobox.xml:
19322         * docs/plugins/inspect/plugin-videoflip.xml:
19323         * docs/plugins/inspect/plugin-videomixer.xml:
19324         * docs/plugins/inspect/plugin-wavenc.xml:
19325         * docs/plugins/inspect/plugin-wavparse.xml:
19326         * ext/flac/gstflac.c: (plugin_init):
19327         * ext/flac/gstflacdec.c: (flacdec_get_type),
19328         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19329         (gst_flac_dec_init), (gst_flac_dec_finalize),
19330         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19331         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19332         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19333         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19334         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19335         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19336         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19337         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19338         * ext/flac/gstflacdec.h:
19339         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19340         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19341         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19342         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19343         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19344         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19345         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19346         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19347         (gst_flac_enc_change_state):
19348         * ext/flac/gstflacenc.h:
19349           borgify and fix up documentation
19350
19351 2005-12-09  Michael Smith  <msmith@fluendo.com>
19352
19353         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19354           Accept a wider range of flac files, more closely matching flac spec.
19355
19356 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19357
19358         * docs/plugins/Makefile.am: Add multipart elements.
19359         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19360         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19361         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19362         * gst/multipart/multipartdemux.c:
19363         * gst/multipart/multipartmux.c: Add docs.
19364
19365 2005-12-07  Edward Hervey  <edward@fluendo.com>
19366
19367         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19368         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19369         (gst_avi_demux_invert):
19370         Memleak and crasher fixes.
19371         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19372         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19373         Memleak fixes
19374
19375 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19376
19377         * ext/aalib/gstaasink.h:
19378         * ext/cairo/gsttextoverlay.h:
19379         * ext/dv/gstdvdec.h:
19380         * ext/dv/gstdvdemux.c:
19381         * ext/dv/gstdvdemux.h:
19382         * ext/esd/esdsink.h:
19383         * ext/flac/flac_compat.h:
19384         * ext/flac/gstflacdec.h:
19385         * ext/flac/gstflacenc.h:
19386         * ext/gconf/gconf.h:
19387         * ext/gconf/gstgconfaudiosink.h:
19388         * ext/gconf/gstgconfvideosink.h:
19389         * ext/gdk_pixbuf/gstgdkanimation.h:
19390         * ext/jpeg/gstjpegdec.h:
19391         * ext/jpeg/smokecodec.h:
19392         * ext/jpeg/smokeformat.h:
19393         * ext/ladspa/gstsignalprocessor.h:
19394         * ext/ladspa/search.c: (LADSPAPluginSearch):
19395         * ext/ladspa/utils.h:
19396         * ext/libmng/gstmng.c:
19397         * ext/libmng/gstmngdec.h:
19398         * ext/libmng/gstmngenc.c:
19399         * ext/libmng/gstmngenc.h:
19400         * ext/libpng/gstpng.c:
19401         * ext/libpng/gstpngenc.c:
19402         * ext/libpng/gstpngenc.h:
19403         * ext/shout2/gstshout2.h:
19404         * ext/speex/gstspeexdec.h:
19405         * ext/speex/gstspeexenc.c:
19406         * ext/speex/gstspeexenc.h:
19407         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19408         * gst/autodetect/gstautoaudiosink.h:
19409         * gst/autodetect/gstautovideosink.h:
19410         * gst/avi/gstavidemux.h:
19411         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19412         (gst_cutter_set_property), (gst_cutter_get_caps):
19413         * gst/cutter/gstcutter.h:
19414         * gst/debug/tests.c: (md5_process_block):
19415         * gst/debug/tests.h:
19416         * gst/effectv/gstwarp.c:
19417         * gst/flx/flx_fmt.h:
19418         * gst/flx/gstflxdec.h:
19419         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19420         (zoomFilterFastRGB):
19421         * gst/goom/filters.h:
19422         * gst/goom/goom_tools.h:
19423         * gst/law/alaw-encode.c:
19424         * gst/level/gstlevel.c:
19425         * gst/level/gstlevel.h:
19426         * gst/matroska/ebml-write.h:
19427         * gst/matroska/matroska-demux.h:
19428         * gst/matroska/matroska-ids.h:
19429         * gst/matroska/matroska-mux.h:
19430         * gst/monoscope/convolve.c: (convolve_match):
19431         * gst/monoscope/convolve.h:
19432         * gst/multipart/multipartmux.c:
19433         * gst/oldcore/gstaggregator.c:
19434         * gst/oldcore/gstaggregator.h:
19435         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19436         * gst/oldcore/gstmd5sink.h:
19437         * gst/oldcore/gstmultifilesrc.c:
19438         * gst/oldcore/gstmultifilesrc.h:
19439         * gst/oldcore/gstpipefilter.h:
19440         * gst/oldcore/gstshaper.h:
19441         * gst/rtp/gstrtpL16depay.h:
19442         * gst/rtp/gstrtpL16pay.h:
19443         * gst/rtp/gstrtpdepay.h:
19444         * gst/rtp/gstrtpmp4vpay.c:
19445         * gst/rtp/gstrtpmp4vpay.h:
19446         * gst/rtsp/gstrtspsrc.c:
19447         * gst/rtsp/gstrtspsrc.h:
19448         * gst/rtsp/rtspconnection.h:
19449         * gst/rtsp/rtspdefs.h:
19450         * gst/rtsp/rtspmessage.h:
19451         * gst/rtsp/rtsptransport.h:
19452         * gst/rtsp/rtspurl.c:
19453         * gst/rtsp/rtspurl.h:
19454         * gst/rtsp/sdpmessage.c:
19455         * gst/rtsp/sdpmessage.h:
19456         * gst/smpte/barboxwipes.c:
19457         * gst/smpte/gstmask.h:
19458         * gst/smpte/gstsmpte.h:
19459         * gst/smpte/paint.c:
19460         * gst/smpte/paint.h:
19461         * gst/udp/gstdynudpsink.h:
19462         * gst/udp/gstmultiudpsink.h:
19463         * gst/udp/gstudpsink.c:
19464         * gst/udp/gstudpsink.h:
19465         * gst/udp/gstudpsrc.c:
19466         * gst/videomixer/videomixer.c:
19467         * gst/wavenc/riff.h:
19468         * gst/wavparse/gstwavparse.h:
19469         * sys/oss/gstossdmabuffer.h:
19470         * sys/oss/gstossmixer.h:
19471         * sys/oss/gstossmixerelement.h:
19472         * sys/oss/gstossmixertrack.h:
19473         * sys/oss/gstosssink.c:
19474         * sys/oss/gstosssink.h:
19475         * sys/oss/gstosssrc.c:
19476         * sys/oss/gstosssrc.h:
19477         * sys/osxaudio/gstosxaudioelement.h:
19478         * sys/osxaudio/gstosxaudiosink.h:
19479         * sys/osxaudio/gstosxaudiosrc.h:
19480           expand tabs
19481
19482 === release 0.10.0 ===
19483
19484 2005-12-05   <thomas (at) apestaart (dot) org>
19485
19486         * configure.ac:
19487           releasing 0.10.0, "Abondance"
19488
19489 2005-12-05  Andy Wingo  <wingo@pobox.com>
19490
19491         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19492         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19493         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19494         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19495         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19496         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19497         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19498         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19499         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19500         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19501         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19502         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19503         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19504         * gst/goom/gstgoom.c: (gst_goom_chain):
19505         * gst/matroska/matroska-demux.c:
19506         (gst_matroska_demux_push_vorbis_codec_priv_data),
19507         (gst_matroska_demux_add_wvpk_header):
19508         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19509         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19510         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19511         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19512         alloc_buffer changes.
19513
19514 2005-12-05  Michael Smith  <msmith@fluendo.com>
19515
19516         * docs/plugins/gst-plugins-good-plugins.args:
19517           Remove args for plugins that aren't in -good.
19518
19519 === release 0.9.7 ===
19520
19521 2005-12-01   <thomas (at) apestaart (dot) org>
19522
19523         * configure.ac:
19524           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19525
19526 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19527
19528         * docs/plugins/.cvsignore:
19529         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19530         * docs/plugins/inspect/plugin-multipart.xml:
19531         * docs/plugins/inspect/plugin-rtp.xml:
19532           add multipart plugin to docs
19533
19534 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19535
19536         * configure.ac:
19537         * ext/Makefile.am:
19538         * ext/pango/Makefile.am:
19539         * ext/pango/gstclockoverlay.c:
19540         * ext/pango/gstclockoverlay.h:
19541         * ext/pango/gsttextoverlay.c:
19542         * ext/pango/gsttextoverlay.h:
19543         * ext/pango/gsttextrender.c:
19544         * ext/pango/gsttextrender.h:
19545         * ext/pango/gsttimeoverlay.c:
19546         * ext/pango/gsttimeoverlay.h:
19547           move pango to base
19548
19549 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19550
19551         * gst/rtp/Makefile.am:
19552         * gst/rtp/gstrtpL16depay.c:
19553         * gst/rtp/gstrtpL16depay.h:
19554         * gst/rtp/gstrtpL16parse.c:
19555         * gst/rtp/gstrtpL16parse.h:
19556         * gst/rtp/gstrtpgsmdepay.c:
19557         * gst/rtp/gstrtpgsmdepay.h:
19558         * gst/rtp/gstrtpgsmparse.c:
19559         * gst/rtp/gstrtpgsmparse.h:
19560           parsers are depayers
19561
19562 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19563
19564         * gst/rtp/Makefile.am:
19565         * gst/rtp/gstasteriskh263.c:
19566         * gst/rtp/gstrtp.c:
19567         * gst/rtp/gstrtpL16enc.c:
19568         * gst/rtp/gstrtpL16enc.h:
19569         * gst/rtp/gstrtpL16parse.c:
19570         * gst/rtp/gstrtpL16parse.h:
19571         * gst/rtp/gstrtpL16pay.c:
19572         * gst/rtp/gstrtpL16pay.h:
19573         * gst/rtp/gstrtpamrdec.c:
19574         * gst/rtp/gstrtpamrdec.h:
19575         * gst/rtp/gstrtpamrdepay.c:
19576         * gst/rtp/gstrtpamrdepay.h:
19577         * gst/rtp/gstrtpamrenc.c:
19578         * gst/rtp/gstrtpamrenc.h:
19579         * gst/rtp/gstrtpamrpay.c:
19580         * gst/rtp/gstrtpamrpay.h:
19581         * gst/rtp/gstrtpdec.c:
19582         * gst/rtp/gstrtpdec.h:
19583         * gst/rtp/gstrtpdepay.c:
19584         * gst/rtp/gstrtpdepay.h:
19585         * gst/rtp/gstrtpg711dec.c:
19586         * gst/rtp/gstrtpg711dec.h:
19587         * gst/rtp/gstrtpg711depay.c:
19588         * gst/rtp/gstrtpg711depay.h:
19589         * gst/rtp/gstrtpg711enc.c:
19590         * gst/rtp/gstrtpg711enc.h:
19591         * gst/rtp/gstrtpg711pay.c:
19592         * gst/rtp/gstrtpg711pay.h:
19593         * gst/rtp/gstrtpgsmenc.c:
19594         * gst/rtp/gstrtpgsmenc.h:
19595         * gst/rtp/gstrtpgsmparse.c:
19596         * gst/rtp/gstrtpgsmparse.h:
19597         * gst/rtp/gstrtpgsmpay.c:
19598         * gst/rtp/gstrtpgsmpay.h:
19599         * gst/rtp/gstrtph263enc.c:
19600         * gst/rtp/gstrtph263enc.h:
19601         * gst/rtp/gstrtph263pay.c:
19602         * gst/rtp/gstrtph263pay.h:
19603         * gst/rtp/gstrtph263pdec.c:
19604         * gst/rtp/gstrtph263pdec.h:
19605         * gst/rtp/gstrtph263pdepay.c:
19606         * gst/rtp/gstrtph263pdepay.h:
19607         * gst/rtp/gstrtph263penc.c:
19608         * gst/rtp/gstrtph263penc.h:
19609         * gst/rtp/gstrtph263ppay.c:
19610         * gst/rtp/gstrtph263ppay.h:
19611         * gst/rtp/gstrtpmp4vdec.c:
19612         * gst/rtp/gstrtpmp4vdec.h:
19613         * gst/rtp/gstrtpmp4vdepay.c:
19614         * gst/rtp/gstrtpmp4vdepay.h:
19615         * gst/rtp/gstrtpmp4venc.c:
19616         * gst/rtp/gstrtpmp4venc.h:
19617         * gst/rtp/gstrtpmp4vpay.c:
19618         * gst/rtp/gstrtpmp4vpay.h:
19619         * gst/rtp/gstrtpmpadec.c:
19620         * gst/rtp/gstrtpmpadec.h:
19621         * gst/rtp/gstrtpmpadepay.c:
19622         * gst/rtp/gstrtpmpadepay.h:
19623         * gst/rtp/gstrtpmpaenc.c:
19624         * gst/rtp/gstrtpmpaenc.h:
19625         * gst/rtp/gstrtpmpapay.c:
19626         * gst/rtp/gstrtpmpapay.h:
19627         * gst/rtp/gstrtpspeexdec.c:
19628         * gst/rtp/gstrtpspeexdec.h:
19629         * gst/rtp/gstrtpspeexdepay.c:
19630         * gst/rtp/gstrtpspeexdepay.h:
19631         * gst/rtp/gstrtpspeexenc.c:
19632         * gst/rtp/gstrtpspeexenc.h:
19633         * gst/rtp/gstrtpspeexpay.c:
19634         * gst/rtp/gstrtpspeexpay.h:
19635           Do burger's rename for rtp payloaders and depayloaders
19636
19637 2005-11-30  Wim Taymans  <wim@fluendo.com>
19638
19639         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19640         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19641         * ext/dv/gstdvdemux.h:
19642         Fix seeking in dvdemux again, add some more debug info.
19643
19644 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19645
19646         * configure.ac:
19647           fix tests
19648
19649 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19650
19651         * PORTED_09:
19652         * docs/random/PORTED_09:
19653           move
19654         * tests/Makefile.am:
19655           add
19656         * win32/gst.sln:
19657           remove
19658
19659 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19660
19661         * Makefile.am:
19662         * check/.cvsignore:
19663         * check/Makefile.am:
19664         * check/elements/.cvsignore:
19665         * check/elements/level.c:
19666         * check/elements/matroskamux.c:
19667         * configure.ac:
19668         * examples/Makefile.am:
19669         * examples/capsfilter/Makefile.am:
19670         * examples/capsfilter/capsfilter1.c:
19671         * examples/gob/Makefile.am:
19672         * examples/gob/gst-identity2.gob:
19673         * examples/gstplay/.cvsignore:
19674         * examples/gstplay/Makefile.am:
19675         * examples/gstplay/player.c:
19676         * examples/indexing/.cvsignore:
19677         * examples/indexing/Makefile.am:
19678         * examples/indexing/indexmpeg.c:
19679         * examples/level/Makefile.am:
19680         * examples/level/README:
19681         * examples/level/demo.c:
19682         * examples/level/plot.c:
19683         * examples/stats/Makefile.am:
19684         * examples/stats/mp2ogg.c:
19685         * examples/switch/.cvsignore:
19686         * examples/switch/Makefile.am:
19687         * examples/switch/switcher.c:
19688           move under tests/
19689
19690 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19691
19692         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19693         (gst_text_render_class_init), (resize_bitmap),
19694         (gst_text_render_render_text), (gst_text_render_setcaps),
19695         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19696         (gst_text_render_chain), (gst_text_render_finalize),
19697         (gst_text_render_init), (gst_text_render_set_property):
19698         * ext/pango/gsttextrender.h:
19699           Add missing files.
19700
19701 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19702
19703         * configure.ac:
19704         * ext/Makefile.am:
19705         * ext/pango/Makefile.am:
19706         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19707         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19708         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19709         * ext/pango/gstclockoverlay.h:
19710         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19711         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19712         (gst_text_overlay_finalize), (gst_text_overlay_init),
19713         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19714         (gst_text_overlay_text_pad_linked),
19715         (gst_text_overlay_text_pad_unlinked),
19716         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19717         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19718         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19719         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19720         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19721         (gst_text_overlay_change_state), (plugin_init):
19722         * ext/pango/gsttextoverlay.h:
19723         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19724         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19725         (gst_time_overlay_class_init), (gst_time_overlay_init):
19726         * ext/pango/gsttimeoverlay.h:
19727           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19728           and add background shading and text wrapping modes. Make 
19729           timoverlay derive from textoverlay. Also add new clockoverlay
19730           element.
19731
19732 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19733
19734         * gst/udp/Makefile.am: Moved to netbuffer.
19735
19736 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19737
19738         * configure.ac:
19739         * PORTED_O9:
19740         * gst/multipart/Makefile.am:
19741         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19742         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19743         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19744         (gst_multipart_demux_change_state),
19745         (gst_multipart_demux_plugin_init):
19746         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19747         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19748         (gst_multipart_mux_sinkconnect),
19749         (gst_multipart_mux_request_new_pad),
19750         (gst_multipart_mux_handle_src_event),
19751         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19752         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19753         0.9.
19754
19755 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19756
19757         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19758         * gst/debug/gstnavigationtest.h:
19759         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19760         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19761         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19762         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19763         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19764         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19765         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19766         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19767         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19768         (gst_video_flip_get_type):
19769         * gst/videofilter/gstvideoflip.h:
19770           update for symbols change
19771
19772 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19773
19774         * gst/udp/gstdynudpsink.c:
19775         * gst/udp/gstudpsrc.c:
19776           the old gstnet lib was renamed gstnetbuffer (#322257)
19777
19778 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19779
19780         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19781         (gst_text_overlay_collected):
19782           Actually render the text from the text pad.
19783
19784 2005-11-29  Edward Hervey  <edward@fluendo.com>
19785
19786         * gst/debug/gstnavseek.c: (gst_navseek_event):
19787         * gst/debug/progressreport.c: (gst_progress_report_event):
19788         Update for GstBaseTransform event virtual method
19789
19790 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19791
19792         * ext/cairo/Makefile.am:
19793           no need to link to videofilter
19794
19795 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19796
19797         * gst/debug/Makefile.am:
19798         * gst/debug/gstnavigationtest.h:
19799         * gst/effectv/Makefile.am:
19800         * gst/effectv/gstaging.c:
19801         * gst/effectv/gstdice.c:
19802         * gst/effectv/gstedge.c:
19803         * gst/effectv/gstquark.c:
19804         * gst/effectv/gstrev.c:
19805         * gst/effectv/gstshagadelic.c:
19806         * gst/effectv/gstvertigo.c:
19807         * gst/effectv/gstwarp.c:
19808         * gst/videofilter/Makefile.am:
19809         * gst/videofilter/gstvideofilter.c:
19810         * gst/videofilter/gstvideofilter.h:
19811         * gst/videofilter/gstvideoflip.h:
19812           remove the videofilter library and link to the one in base
19813
19814 2005-11-28  Edward Hervey  <edward@fluendo.com>
19815
19816         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19817         Useless check now we're setting the current entry correctly.
19818
19819 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19820
19821         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19822         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19823         (gst_jpegenc_change_state):
19824           Don't leak input buffer in chain function (fixes #322667); make 
19825           state change function thread-safe; don't repeat the current function
19826           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19827           gst_pad_alloc_buffer(); misc. minor cleanups.
19828
19829 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19830
19831         * gst/matroska/matroska-mux.c:
19832         (gst_matroska_mux_video_pad_setcaps):
19833         Look for pixel-aspect-ratio in caps, not pixel_width and
19834         pixel_height (Fixes: #322645)
19835
19836 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19837
19838         * gst/matroska/matroska-mux.c:
19839         (gst_matroska_mux_video_pad_setcaps):
19840         From Michal Benes:
19841         frame duration should be GST_SECOND / framerate, not
19842         GST_SECOND * framerate. (Fixes: #322643)
19843
19844 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19845
19846         * configure.ac:
19847           fix up GST_PLUGIN_LDFLAGS
19848         * gst/rtsp/rtspconnection.c:
19849           fix includes (see #317043)
19850         * gst/videofilter/Makefile.am:
19851           stop installing this library
19852
19853 2005-11-26  Edward Hervey  <edward@fluendo.com>
19854
19855         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19856         Handle the case where the incoming Video dv stream doesn't have
19857         a pixel aspect ratio set.
19858
19859 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19860
19861         * docs/plugins/Makefile.am:
19862         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19863         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19864         * ext/flac/gstflacdec.c:
19865           document flacdec
19866
19867 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19868
19869         * docs/plugins/Makefile.am:
19870         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19871         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19872         * docs/plugins/inspect/plugin-autodetect.xml:
19873         * ext/cairo/gstcairo.c: (plugin_init):
19874         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19875         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19876         (gst_text_overlay_init), (gst_text_overlay_font_init),
19877         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19878         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19879         (gst_text_overlay_text_pad_linked),
19880         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19881         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19882         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19883         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19884         (gst_text_overlay_change_state):
19885         * ext/cairo/gsttextoverlay.h:
19886         * ext/cairo/gsttimeoverlay.c:
19887         (gst_cairo_time_overlay_update_font_height),
19888         (gst_cairo_time_overlay_set_caps),
19889         (gst_cairo_time_overlay_get_unit_size),
19890         (gst_cairo_time_overlay_print_smpte_time),
19891         (gst_cairo_time_overlay_transform),
19892         (gst_cairo_time_overlay_base_init),
19893         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19894         (gst_cairo_time_overlay_get_type):
19895         * ext/cairo/gsttimeoverlay.h:
19896           do some name borgifying
19897           document
19898
19899 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19900
19901         * docs/plugins/Makefile.am:
19902         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19903         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19904         * gst/autodetect/gstautoaudiosink.c:
19905         (gst_auto_audio_sink_base_init):
19906         * gst/autodetect/gstautovideosink.c:
19907         (gst_auto_video_sink_base_init),
19908         (gst_auto_video_sink_factory_filter):
19909           documenting auto*sink
19910           using strstr for the video sink lookup, class field is not ordered
19911         * docs/plugins/inspect/plugin-1394.xml:
19912         * docs/plugins/inspect/plugin-aasink.xml:
19913         * docs/plugins/inspect/plugin-alaw.xml:
19914         * docs/plugins/inspect/plugin-alpha.xml:
19915         * docs/plugins/inspect/plugin-alphacolor.xml:
19916         * docs/plugins/inspect/plugin-auparse.xml:
19917         * docs/plugins/inspect/plugin-autodetect.xml:
19918         * docs/plugins/inspect/plugin-avi.xml:
19919         * docs/plugins/inspect/plugin-cacasink.xml:
19920         * docs/plugins/inspect/plugin-cairo.xml:
19921         * docs/plugins/inspect/plugin-cutter.xml:
19922         * docs/plugins/inspect/plugin-debug.xml:
19923         * docs/plugins/inspect/plugin-dv.xml:
19924         * docs/plugins/inspect/plugin-efence.xml:
19925         * docs/plugins/inspect/plugin-effectv.xml:
19926         * docs/plugins/inspect/plugin-esdsink.xml:
19927         * docs/plugins/inspect/plugin-flac.xml:
19928         * docs/plugins/inspect/plugin-flxdec.xml:
19929         * docs/plugins/inspect/plugin-gconfelements.xml:
19930         * docs/plugins/inspect/plugin-goom.xml:
19931         * docs/plugins/inspect/plugin-jpeg.xml:
19932         * docs/plugins/inspect/plugin-level.xml:
19933         * docs/plugins/inspect/plugin-matroska.xml:
19934         * docs/plugins/inspect/plugin-mulaw.xml:
19935         * docs/plugins/inspect/plugin-navigationtest.xml:
19936         * docs/plugins/inspect/plugin-ossaudio.xml:
19937         * docs/plugins/inspect/plugin-png.xml:
19938         * docs/plugins/inspect/plugin-rtp.xml:
19939         * docs/plugins/inspect/plugin-rtsp.xml:
19940         * docs/plugins/inspect/plugin-shout2send.xml:
19941         * docs/plugins/inspect/plugin-smpte.xml:
19942         * docs/plugins/inspect/plugin-speex.xml:
19943         * docs/plugins/inspect/plugin-udp.xml:
19944         * docs/plugins/inspect/plugin-videobox.xml:
19945         * docs/plugins/inspect/plugin-videoflip.xml:
19946         * docs/plugins/inspect/plugin-videomixer.xml:
19947         * docs/plugins/inspect/plugin-wavenc.xml:
19948         * docs/plugins/inspect/plugin-wavparse.xml:
19949           update for HEAD version
19950
19951 2005-11-25  Michael Smith  <msmith@fluendo.com>
19952
19953         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19954           Patch from Sebastien Cote to close control sockets in udpsrc.
19955
19956 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19957
19958         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19959         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19960         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19961         (gst_quarktv_base_init), (gst_quarktv_class_init),
19962         (gst_quarktv_init): Flush the planes list on reverse caps
19963         negotiation. This was crashing because of differently sized
19964         buffers.
19965
19966 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19967
19968         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19969         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
19970         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
19971         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
19972         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
19973         (gst_videoflip_set_property), (gst_videoflip_base_init),
19974         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
19975         correctly, fix identity flipping, convert navigation event 
19976         correctly again.
19977
19978 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19979
19980         * configure.ac: back to HEAD
19981
19982 === release 0.9.6 ===
19983
19984 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19985
19986         * configure.ac:
19987           releasing 0.9.6, "Everything's Not Lost"
19988
19989 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19990
19991         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
19992         Oops, initialise the framerate GValue
19993
19994 2005-11-23  Julien MOUTTE  <julien@moutte.net>
19995
19996         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
19997         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
19998         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
19999         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20000         (gst_timeoverlay_get_type):
20001         * ext/cairo/gsttimeoverlay.h:
20002         * gst/debug/Makefile.am:
20003         * gst/debug/gstnavigationtest.c:
20004         (gst_navigationtest_handle_src_event),
20005         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20006         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20007         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20008         (gst_navigationtest_init), (gst_navigationtest_get_type),
20009         (plugin_init):
20010         * gst/debug/gstnavigationtest.h:
20011         * gst/effectv/Makefile.am:
20012         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20013         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20014         (gst_agingtv_base_init), (gst_agingtv_class_init),
20015         (gst_agingtv_init), (gst_agingtv_get_type):
20016         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20017         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20018         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20019         (gst_dicetv_get_type):
20020         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20021         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20022         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20023         (gst_edgetv_get_type):
20024         * gst/effectv/gsteffectv.c:
20025         * gst/effectv/gsteffectv.h:
20026         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20027         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20028         (gst_quarktv_change_state), (gst_quarktv_base_init),
20029         (gst_quarktv_class_init), (gst_quarktv_init),
20030         (gst_quarktv_get_type):
20031         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20032         (gst_revtv_get_unit_size), (gst_revtv_transform),
20033         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20034         (gst_revtv_get_type):
20035         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20036         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20037         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20038         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20039         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20040         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20041         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20042         (gst_vertigotv_init), (gst_vertigotv_get_type):
20043         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20044         (gst_warptv_get_unit_size), (gst_warptv_transform),
20045         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20046         (gst_warptv_get_type):
20047         * gst/videofilter/Makefile.am:
20048         * gst/videofilter/gstvideobalance.c:
20049         * gst/videofilter/gstvideobalance.h:
20050         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20051         (gst_videofilter_class_init), (gst_videofilter_init):
20052         * gst/videofilter/gstvideofilter.h:
20053         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20054         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20055         (gst_videoflip_flip), (gst_videoflip_transform),
20056         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20057         (gst_videoflip_base_init), (gst_videoflip_class_init),
20058         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20059         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20060         BaseTransform, it's just a place holder for now and every video
20061         effect plugin has been ported to use BaseTransform features 
20062         directly. QuarkTV was fixed too (was broken), navigationtest works
20063         and best for the end, videoflip converts navigation events depending
20064         on flip method ! Fixes #320953
20065
20066 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20067
20068         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20069         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20070         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20071         (gst_goom_src_negotiate), (gst_goom_chain):
20072         * gst/matroska/matroska-mux.c:
20073         (gst_matroska_mux_video_pad_setcaps):
20074         * sys/osxvideo/osxvideosink.m:
20075           Fixes for API changes
20076
20077 2005-11-23  Michael Smith <msmith@fluendo.com>
20078
20079         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20080         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20081         * ext/jpeg/gstjpegdec.h:
20082         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20083         * ext/jpeg/gstjpegenc.h:
20084         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20085         (gst_smokeenc_resync):
20086         * ext/jpeg/gstsmokeenc.h:
20087           JPEG fractiony goodness.
20088
20089 2005-11-22  Michael Smith <msmith@fluendo.com>
20090
20091         * gst/goom/filters.c:
20092         * gst/goom/graphic.h:
20093           Fix compilation by making some functions static inline instead of
20094           extern inline, matching the way they're used.
20095
20096 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20097
20098         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20099         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20100         * ext/cairo/gsttextoverlay.h:
20101         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20102         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20103         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20104         (gst_pngdec_caps_create_and_set):
20105         * ext/libpng/gstpngdec.h:
20106         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20107         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20108         * gst/avi/gstavimux.c: (gst_avimux_init),
20109         (gst_avimux_vidsinkconnect):
20110         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20111         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20112         (gst_goom_src_negotiate), (gst_goom_chain):
20113         * gst/goom/gstgoom.h:
20114         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20115         * gst/matroska/matroska-mux.c:
20116         (gst_matroska_mux_video_pad_setcaps):
20117         * sys/osxvideo/osxvideosink.h:
20118         * sys/osxvideo/osxvideosink.m:
20119           More fractional framerate conversions 
20120
20121 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20122
20123         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20124         * gst/debug/gstnavigationtest.c:
20125         (gst_navigationtest_handle_src_event):
20126         * gst/videofilter/gstvideofilter.c:
20127         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20128         (gst_videofilter_init):
20129         * gst/videofilter/gstvideofilter.h:
20130           Convert to fractional framerates.
20131
20132 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20133
20134         * ext/aalib/gstaasink.c:
20135         * ext/dv/gstdvdec.c:
20136         * ext/esd/esdmon.c:
20137         * ext/flac/gstflacenc.c:
20138         * ext/gdk_pixbuf/pixbufscale.c:
20139         * ext/libcaca/gstcacasink.c:
20140         * ext/shout2/gstshout2.c:
20141         * gst/alpha/gstalpha.c:
20142         * gst/oldcore/gstaggregator.c:
20143         * gst/oldcore/gstshaper.c:
20144         * gst/smpte/barboxwipes.c:
20145         * gst/smpte/gstsmpte.c:
20146         * gst/videobox/gstvideobox.c:
20147         * gst/videofilter/gstvideoflip.c:
20148         * gst/videomixer/videomixer.c:
20149           fix up more enums
20150
20151 2005-11-22  Michael Smith <msmith@fluendo.com>
20152
20153         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20154         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20155         (gst_videomixer_update_queues):
20156           Fractional framerates, videomixer.
20157
20158 2005-11-22  Michael Smith <msmith@fluendo.com>
20159
20160         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20161         * ext/dv/gstdvdec.h:
20162         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20163         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20164         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20165         (gst_dvdemux_flush):
20166         * ext/dv/gstdvdemux.h:
20167           Fractional framerates for DV. 
20168
20169 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20170
20171         * gst/autodetect/gstautoaudiosink.c:
20172         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20173         * gst/autodetect/gstautovideosink.c:
20174         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20175           Use gst_plugin_feature_list_free() to free feature list and
20176           in the case of autovideosink free the list at all. Also
20177           miscellaneous cosmetic fixes.
20178
20179 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20180
20181         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20182         (gst_cutter_set_property), (gst_cutter_get_caps):
20183           copy calculation code from level; remove use of some audio
20184           functions
20185
20186 2005-11-22  Andy Wingo  <wingo@pobox.com>
20187
20188         * Update for gst_tag_setter API changes.
20189
20190 2005-11-22  Andy Wingo  <wingo@pobox.com>
20191
20192         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20193         (gst_dvdemux_demux_frame)
20194         * ext/flac/gstflacdec.c (gst_flacdec_write)
20195         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20196         (gst_flacenc_sink_event)
20197         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20198         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20199         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20200         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20201         * gst/auparse/gstauparse.c (gst_auparse_chain)
20202         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20203         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20204         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20205         (gst_avi_demux_handle_seek)
20206         * gst/goom/gstgoom.c (gst_goom_event)
20207         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20208         * gst/matroska/matroska-demux.c
20209         (gst_matroska_demux_handle_seek_event)
20210         (gst_matroska_demux_loop_stream_parse_id)
20211         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20212         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20213         (gst_wavparse_stream_headers): Run update-funcnames.
20214
20215 2005-11-22  Edward Hervey  <edward@fluendo.com>
20216
20217         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20218         (gst_dv1394src_init), (gst_dv1394src_dispose),
20219         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20220         (gst_dv1394src_uri_set_uri):
20221         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20222         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20223         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20224         URIHandler interface and element properties are now properly
20225         synchronized for DV1394src and UDPSrc
20226
20227 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20228
20229         * ext/flac/Makefile.am:
20230         * ext/speex/Makefile.am:
20231           libgsttagedit has been renamed to libgsttag.
20232
20233 2005-11-21  Wim Taymans  <wim@fluendo.com>
20234
20235         * gst/rtsp/rtspconnection.c: (read_body):
20236         Apply patch from Sebastien Cote to fix #319184.
20237
20238 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20239
20240         * configure.ac:
20241         * gst/cutter/Makefile.am:
20242         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20243         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20244         (gst_cutter_set_property), (gst_cutter_get_property),
20245         (plugin_init), (gst_cutter_get_caps):
20246           port cutter
20247         * gst/level/gstlevel.c:
20248           fix up plugin details
20249
20250 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20251
20252         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20253         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20254         (gst_flacdec_src_event):
20255         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20256         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20257         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20258         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20259         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20260         (gst_flxdec_sink_event_handler):
20261         * gst/matroska/matroska-demux.c:
20262         (gst_matroska_demux_handle_seek_event):
20263         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20264           Update for stream lock API changes: don't take stream log
20265           in sink event handlers any longer and change GST_STREAM_LOCK
20266           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20267           functions.
20268
20269 2005-11-21  Michael Smith <msmith@fluendo.com>
20270
20271         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20272           gst_object_unref, not g_object_unref
20273
20274 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20275
20276         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20277         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20278           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20279
20280 2005-11-21  Michael Smith <msmith@fluendo.com>
20281
20282         * gst/auparse/Makefile.am:
20283         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20284         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20285         (gst_auparse_change_state):
20286         * gst/auparse/gstauparse.h:
20287           Partially fix #161712. playbin still doesn't work on these files,
20288           (on the bug report, Andy says we aren't typefinding it for some
20289           reason?) but at least auparse isn't totally busted like it was before.
20290
20291 2005-11-21  Andy Wingo  <wingo@pobox.com>
20292
20293         * *.h:
20294         * *.c: Ran scripts/update-macros. Oh yes.
20295
20296 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20297
20298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20299           Filler events are gone for now, comment out section generating
20300           them.
20301
20302 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20303
20304         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20305         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20306         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20307         * sys/osxvideo/osxvideosink.m:
20308           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20309           (#322027)
20310
20311 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20312
20313         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20314         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20315         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20316         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20317         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20318         (gst_avi_demux_stream_data):
20319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20320         * gst/wavenc/gstwavenc.c: (write_metadata):
20321         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20322         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20323         Fixes for GST_FOURCC_FORMAT API change.
20324
20325 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20326
20327         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20328         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20329         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20330         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20331         (gst_text_overlay_change_state):
20332         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20333         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20334         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20335         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20336         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20337         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20338         (gst_videomixer_change_state):
20339           Fix for collect pads API change. Also fix textoverlay state
20340           change function.
20341
20342 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20343
20344         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20345         GST_PAD_IS_USABLE by something approaching it.
20346
20347 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20348
20349         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20350         API changes.
20351         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20352         but also fix the code that was not checking return values from
20353         pad_push neither using pad_alloc_buffer.
20354
20355 2005-11-18  Edward Hervey  <edward@fluendo.com>
20356
20357         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20358         (gst_pngenc_chain):
20359         Added debug category
20360         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20361         goes to EOS.
20362
20363 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20364
20365         * gst/rtp/Makefile.am
20366         * gst/rtp/gstrtp.c
20367         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20368         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20369         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20370         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20371         * gst/rtp/gstrtpg711enc.h:
20372         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20373         * gst/rtp/gstrtpspeexenc.c:
20374         * gst/rtp/gstrtpspeexenc.h:
20375         * gst/rtp/gstrtpspeexdec.c:
20376         * gst/rtp/gstrtpspeexdec.h:
20377         Created Speex payloader and depayloader; Optimize G711 payloader to
20378         use adapter and send packets until MTU size.
20379
20380 2005-11-16  Wim Taymans  <wim@fluendo.com>
20381
20382         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20383         Fix leak in check.
20384
20385 2005-11-16  Wim Taymans  <wim@fluendo.com>
20386
20387         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20388         Fix state change.
20389
20390 2005-11-16  Andy Wingo  <wingo@pobox.com>
20391
20392         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20393         (gst_udpsrc_create): Move comment.
20394
20395 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20396
20397         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20398
20399         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20400           When seeking, seek to closest index entry at or before the requested
20401           seek position, not just the closest one (#321001).
20402
20403 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20404
20405         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20406         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20407           Invert DIB images again (see #132341).
20408
20409 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20410
20411         * configure.ac:
20412           rework configure.ac file
20413         * ext/aalib/gstaasink.c:
20414         * ext/cairo/gstcairo.c:
20415         * ext/dv/gstdv.c:
20416         * ext/esd/gstesd.c:
20417         * ext/flac/gstflac.c:
20418         * ext/gconf/gstgconfelements.c:
20419         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20420         * ext/jpeg/gstjpeg.c:
20421         * ext/ladspa/gstladspa.c:
20422         * ext/libcaca/gstcacasink.c:
20423         * ext/libmng/gstmng.c:
20424         * ext/libpng/gstpng.c:
20425         * ext/mikmod/gstmikmod.c:
20426         * ext/pango/gsttextoverlay.c:
20427         * ext/pango/gsttimeoverlay.c:
20428         * ext/raw1394/gst1394.c:
20429         * ext/speex/gstspeex.c:
20430         * gst/alpha/Makefile.am:
20431         * gst/alpha/gstalpha.c:
20432         * gst/alpha/gstalphacolor.c:
20433         * gst/auparse/gstauparse.c:
20434         * gst/autodetect/gstautoaudiosink.c:
20435         (gst_auto_audio_sink_factory_filter),
20436         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20437         * gst/autodetect/gstautodetect.c:
20438         * gst/avi/gstavi.c:
20439         * gst/cutter/gstcutter.c:
20440         * gst/debug/efence.c:
20441         * gst/debug/gstdebug.c:
20442         * gst/debug/gstnavigationtest.c:
20443         * gst/effectv/gsteffectv.c:
20444         * gst/flx/gstflxdec.c:
20445         * gst/goom/gstgoom.c:
20446         * gst/interleave/plugin.c:
20447         * gst/law/alaw.c:
20448         * gst/law/mulaw.c:
20449         * gst/level/gstlevel.c:
20450         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20451         * gst/matroska/matroska.c:
20452         * gst/median/gstmedian.c:
20453         * gst/monoscope/gstmonoscope.c:
20454         * gst/multipart/multipart.c:
20455         * gst/oldcore/gstelements.c:
20456         * gst/rtp/gstrtp.c:
20457         * gst/rtsp/gstrtsp.c:
20458         * gst/smoothwave/gstsmoothwave.c:
20459         * gst/smpte/gstsmpte.c:
20460         * gst/udp/gstudp.c:
20461         * gst/videobox/gstvideobox.c:
20462         * gst/videofilter/gstgamma.c:
20463         * gst/videofilter/gstvideobalance.c:
20464         * gst/videofilter/gstvideoflip.c:
20465         * gst/videofilter/gstvideotemplate.c:
20466         * gst/videomixer/videomixer.c:
20467         * gst/wavenc/gstwavenc.c:
20468         * gst/wavparse/gstwavparse.c:
20469         * sys/oss/gstossaudio.c:
20470         * sys/osxaudio/gstosxaudio.c:
20471           update GST_PLUGIN_DEFINE
20472         * gst/rtp/Makefile.am:
20473         * gst/rtp/gstasteriskh263.c:
20474           check for htons/htonl headers and possibly link to winsock2 lib
20475
20476 2005-11-12  Edward Hervey  <edward@fluendo.com>
20477
20478         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20479         Only GST_DEBUG() information on the valid components.
20480
20481 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20482
20483         * configure.ac: back to HEAD
20484
20485 === release 0.9.5 ===
20486
20487 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20488
20489         * configure.ac:
20490           releasing 0.9.5, "Phone Alarm"
20491
20492 2005-11-11  Edward Hervey  <edward@fluendo.com>
20493
20494         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20495         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20496         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20497         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20498         (gst_avi_demux_loop):
20499         * gst/avi/gstavidemux.h:
20500         Yeah, implement proper seeking. Exact seeking and segment seeking.
20501         Still need to do some checks for segment_stop.
20502
20503 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20504
20505         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20506
20507         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20508           Don't try to ready buffer duration from buffer that we don't
20509           own any  longer and that might already have been unreffed.
20510           (#321136)
20511
20512 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20513
20514         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20515         (flx_decode_delta_flc), (gst_flxdec_chain):
20516         Attempting to optimize the code for embedded systems.
20517
20518 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20519
20520         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20521
20522         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20523           Don't re-use already closed file descriptor. (#320920)
20524
20525 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20526
20527         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20528         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20529         (gst_oss_sink_prepare):
20530         * sys/oss/gstosssink.h:
20531           Cache probed caps; fix debug output for SET_PARAM macros.
20532
20533 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20534
20535         * ext/cairo/Makefile.am:
20536         * ext/cairo/gstcairo.c: (plugin_init):
20537         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20538         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20539         (gst_text_overlay_init), (gst_text_overlay_font_init),
20540         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20541         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20542         (gst_text_overlay_text_pad_linked),
20543         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20544         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20545         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20546         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20547         (gst_text_overlay_change_state):
20548         * ext/cairo/gsttextoverlay.h:
20549           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20550           property and redo positioning. Doesn't handle upstream renegotiation
20551           yet though.
20552
20553 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20554
20555         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20556         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20557         (gst_avi_demux_loop):
20558           No need to take the STREAM_LOCK in the loop function. Improve
20559           some debug messages. Don't leak pad names in debug messages.
20560
20561 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20562
20563         * gst/matroska/matroska-demux.c:
20564         (gst_matroska_demux_push_vorbis_codec_priv_data),
20565         (gst_matroska_demux_add_wvpk_header):
20566           Don't error out when the source pad isn't linked.
20567
20568 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20569
20570         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20571         (gst_gconf_audio_sink_change_state):
20572         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20573         (gst_gconf_video_sink_change_state):
20574           Fix state change functions here as well and set kid
20575           to NULL state before removing it.
20576
20577 2005-11-01  Edward Hervey  <edward@fluendo.com>
20578
20579         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20580         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20581         Added proper event handlind, 
20582         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20583         ignored),
20584         and don't set a duration of 0 for buffers otherwise they are discarded
20585         by GstBaseSink.
20586
20587         GstWavEnc needs some serious loving, after going through the code I'm
20588         really wondering how this can stay in -good ...
20589
20590 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20591
20592         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20593         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20594         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20595         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20596         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20597         (gst_matroska_mux_collected):
20598           Fix leaks and invalid memory access as reported by valgrind
20599
20600 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20601
20602         Patch by: Michal Benes <michal.benes@xeris.cz>
20603
20604         * check/Makefile.am:
20605         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20606         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20607         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20608           add a unit test for matroskamux
20609           fix the bugs that the unit test exposed
20610
20611 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20612
20613         * gst/autodetect/gstautoaudiosink.c:
20614         (gst_auto_audio_sink_class_init),
20615         (gst_auto_audio_sink_change_state):
20616         * gst/autodetect/gstautovideosink.c:
20617         (gst_auto_video_sink_class_init),
20618         (gst_auto_video_sink_change_state):
20619           Fix state change function and use GST_DEBUG_FUNCPTR in
20620           class_init.
20621
20622 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20623
20624         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20625
20626         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20627         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20628         * gst/matroska/ebml-write.h:
20629         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20630           Set timestamps on outgoing ebml headers as well, so that the
20631           element after matroskamux can get the timestamp already when
20632           reading the first ebml element and doesn't have to wait for
20633           the actual data buffer for that (#320308).
20634           
20635 2005-10-31  Andy Wingo  <wingo@pobox.com>
20636
20637         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20638         (gst_videomixer_pad_link): Kill some memleaks.
20639         (gst_videomixer_pad_get_property): Style fix.
20640         (gst_videomixer_pad_set_property): Style fix.
20641         (gst_videomixer_pad_init): Style fix.
20642         (gst_videomixer_update_queues): Kill memleak.
20643         (gst_videomixer_loop): Kill memleak.
20644         (gst_videomixer_collected): Kill memleak.
20645
20646 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20647
20648         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20649         gst_auparse_change_state:
20650         Just some cleanup.
20651
20652 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20653
20654         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20655         Add checks to GST_FLOW_NOT_LINKED for values returned
20656         from gst_pad_push.
20657         
20658 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20659
20660         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20661         (gst_rtpg711dec_process):
20662         * gst/rtp/gstrtpgsmenc.c:
20663         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20664         are never set. This is important for the g711 to work with burger's rtpbin
20665         element.
20666
20667 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20668
20669         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20670         (gst_speexenc_push_buffer):
20671         Add checks for return values from gst_pad_push and
20672         gst_pad_alloc_buffer.
20673
20674 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20675
20676         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20677
20678         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20679         (gst_matroska_demux_parse_info),
20680         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20681         (gst_matroska_demux_parse_cluster):
20682         * gst/matroska/matroska-ids.h:
20683         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20684         (gst_matroska_mux_init), (gst_matroska_mux_start),
20685         (gst_matroska_mux_create_buffer_header),
20686         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20687         (gst_matroska_mux_get_property):
20688         * gst/matroska/matroska-mux.h:
20689           Add SimpleBlock support to matroska demuxer and muxer (part of
20690           Matroska v2). (#319731)
20691
20692 2005-10-28  Wim Taymans  <wim@fluendo.com>
20693
20694         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20695         (gst_jpeg_dec_change_state):
20696         * ext/jpeg/gstjpegdec.h:
20697         Cleanups. Don't create caps for every chain.
20698
20699 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20700
20701         * gst/law/alaw-encode.c: (gst_alawenc_init),
20702         (alawenc_setcaps), (gst_alawenc_chain)
20703         * gst/law/alaw-encode.h:
20704         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20705         (mulawenc_setcaps), (gst_mulawenc_chain)
20706         * gst/law/mulaw-encode.h:
20707         Set timestamp on buffer and it allows RTP G711 elements
20708         work properly.
20709
20710 2005-10-27  Wim Taymans  <wim@fluendo.com>
20711
20712         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20713         Set correct format on oss instead of a silly value. 
20714
20715 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20716
20717         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20718         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20719         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20720         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20721         I420 rendering as well, doesn't bring much for my platform.
20722         Might help on some other platforms.
20723
20724 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20725
20726         * gst/rtp/gstrtpgsmenc.c:
20727         * gst/rtp/gstrtpgsmparse.c:
20728         Declaring the padtemplate correctly.
20729
20730 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20731
20732         * gst/rtp/gstrtpg711dec.c:
20733         * gst/rtp/gstrtpg711enc.c:
20734         * gst/rtp/gstrtpgsmenc.c:
20735         * gst/rtp/gstrtpgsmparse.c:
20736         Setting the proper copyright notice.
20737
20738 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20739
20740         * gst/videobox/Makefile.am: Use liboil.
20741         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20742         (gst_video_box_set_property), (gst_video_box_transform_caps),
20743         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20744         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20745         using liboil. Will dot the same to I420 border generation
20746         tomorrow.
20747
20748 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20749
20750         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20751         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20752         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20753         * gst/rtp/gstrtpg711dec.h:
20754         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20755         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20756         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20757         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20758         (gst_rtpgsmenc_handle_buffer):
20759         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20760         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20761         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20762         * gst/rtp/gstrtpgsmparse.h:
20763         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20764         inherits from the basertpdepayloader.
20765
20766 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20767
20768         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20769         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20770         (gst_video_box_ayuv): Removing this forgotten debug.
20771
20772 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20773
20774         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20775         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20776         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20777
20778 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20779
20780         * sys/oss/gstossaudio.c:
20781         * sys/oss/gstossdmabuffer.c:
20782         * sys/oss/gstosshelper.c:
20783         * sys/oss/gstossmixer.c:
20784         * sys/oss/gstossmixerelement.c:
20785         * sys/oss/gstossmixertrack.c:
20786         * sys/oss/gstosssink.c:
20787         * sys/oss/gstosssrc.c:
20788           Actually use the 'oss' debug category we register.
20789
20790 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20791
20792         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20793         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20794         Use gst_pad_get_parent and drop the ref that was added through
20795         that call.
20796
20797 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20798
20799         * gst/rtp/gstrtpgsmenc.c:
20800           Fix compilation
20801
20802 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20803
20804         * gst/rtp/gstrtpg711dec.c
20805         Just removed a couple of lines of weird code used during
20806         development/test time.
20807
20808 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20809
20810         * gst/rtp/Makefile.am
20811         * gst/rtp/gstrtp.c
20812         * gst/rtp/gstrtpg711enc.c
20813         * gst/rtp/gstrtpg711enc.h
20814         * gst/rtp/gstrtpg711dec.c
20815         * gst/rtp/gstrtpg711dec.h
20816         Created G711 payloader and depayloader (it supports mulaw and alaw
20817         (dec)encoders)
20818
20819 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20820
20821         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20822         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20823         Doh ! I introduced wingo's bug again ! Sorry...
20824
20825 2005-10-25  Christian Schaller <christian@fluendo.com> 
20826
20827         * gst/rtp/Makefile.am: add missing header files for disting
20828
20829 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20830
20831         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20832         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20833         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20834         (gst_rtpgsmenc_handle_buffer):
20835         * gst/rtp/gstrtpgsmenc.h:
20836         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20837         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20838         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20839         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20840         * gst/rtp/gstrtpgsmparse.h:
20841         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20842
20843 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20844
20845         * ext/libpng/gstpngdec.c: (user_info_callback),
20846         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20847         a newsegment event, move some redundant code in a single place.
20848
20849 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20850
20851         * ext/libpng/gstpngdec.c: (user_info_callback),
20852         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20853         hack to get correct colors order when we have a png image with
20854         alpha channel.
20855
20856 2005-10-24  Edward Hervey  <edward@fluendo.com>
20857
20858         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20859         Call gst_element_no_more_pads when there will be no more pads.
20860
20861 2005-10-24  Wim Taymans  <wim@fluendo.com>
20862
20863         * gst/rtp/Makefile.am:
20864         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20865         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20866         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20867         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20868         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20869         (gst_asteriskh263_plugin_init):
20870         * gst/rtp/gstasteriskh263.h:
20871         * gst/rtp/gstrtp.c: (plugin_init):
20872         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20873         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20874         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20875         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20876         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20877         (gst_rtph263enc_plugin_init):
20878         * gst/rtp/gstrtph263enc.h:
20879         Added two new payloaders, an RFC 2190 payloader for h263 and
20880         a payload convertor for an asterisk server.
20881
20882 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20883
20884         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20885           Set bytes_per_sample correctly (is not always 4, but 
20886           depends on width and number of channels).
20887
20888 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20889
20890         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20891         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20892         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20893         (gst_flacenc_sink_event), (gst_flacenc_chain),
20894         (gst_flacenc_set_property), (gst_flacenc_get_property),
20895         (gst_flacenc_change_state):
20896         * ext/flac/gstflacenc.h:
20897           Fix seeking, so that flacenc can rewrite the header with the
20898           correct duration and amount of samples and all that at EOS;
20899           also set timestamps and granulepos on outgoing buffers; add
20900           debug category; fix state change function.
20901           
20902 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20903
20904         * gst/videomixer/videomixer.c: Don't restrict video geometry
20905         from 16 to 4096.
20906
20907 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20908
20909         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20910         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20911         Fix caps negotiation correctly, add debugging category.
20912
20913 2005-10-24  Christian Schaller  <christian@fluendo.com>
20914
20915         * configure.ac: Port over Thomas's change from base listing all plugins
20916
20917 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20918
20919         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20920         a sink pad.
20921
20922 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20923
20924         * configure.ac:
20925         * docs/upload.mak:
20926           back to HEAD
20927
20928 === release 0.9.4 ===
20929
20930 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20931
20932         * configure.ac:
20933           Releasing 0.9.4, "Dromiceiomimus"
20934
20935 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20936
20937         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20938         (gst_speexenc_src_query):
20939           Add position and duration query, fix query type function.
20940           
20941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20942         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20943           Let's not set non-fixed caps on source pads.
20944
20945 2005-10-21  Wim Taymans  <wim@fluendo.com>
20946
20947         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20948         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20949         (gst_avi_demux_handle_seek):
20950         Set correct stream_time in newsegment event.
20951         avi can also handle a duration query now.
20952
20953 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20954
20955         * gst/matroska/matroska-demux.c:
20956         (gst_matroska_demux_handle_src_query),
20957         (gst_matroska_demux_handle_seek_event),
20958         (gst_matroska_demux_loop_stream_parse_id):
20959           Fix duration query; fix basetime in newsegment event after
20960           seek; fix duration in initial newsegment event.
20961
20962         * gst/matroska/matroska-mux.c:
20963         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20964           Extract number of channels and samplerate from vorbis headers;
20965           add some debug messages when querying the durations of the
20966           input streams.
20967
20968 2005-10-20  Wim Taymans  <wim@fluendo.com>
20969
20970         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
20971         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
20972         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
20973         Set stream time correctly in newsegment.
20974
20975 2005-10-20  Wim Taymans  <wim@fluendo.com>
20976
20977         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20978         Correctly fill in the stream time.
20979
20980 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20981
20982         * check/elements/level.c: (GST_START_TEST):
20983         * gst/level/gstlevel.c: (gst_level_message_new):
20984         * gst/level/level-example.c: (message_handler):
20985           use ELEMENT messages instead
20986
20987 2005-10-19  Wim Taymans  <wim@fluendo.com>
20988
20989         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
20990         (gst_dvdemux_src_query):
20991         * ext/flac/gstflacdec.c: (gst_flacdec_length),
20992         (gst_flacdec_src_query):
20993         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
20994         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
20995         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
20996         * gst/debug/gstnavseek.c: (gst_navseek_seek):
20997         * gst/debug/progressreport.c: (gst_progress_report_report):
20998         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
20999         * gst/matroska/matroska-demux.c:
21000         (gst_matroska_demux_handle_src_query):
21001         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21002         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21003         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21004         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21005         (gst_wavparse_srcpad_event):
21006         API change fix.
21007
21008 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21009
21010         * gst/goom/filters.c:
21011         * gst/goom/graphic.h:
21012         * gst/goom/lines.c:
21013           Make inline functions either 'static inline' or 'extern inline',
21014           otherwise the Forte compiler apparently won't inline them (#317300).
21015
21016 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21017
21018         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21019         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21020         (user_info_callback), (user_endrow_callback), (user_end_callback),
21021         (user_read_data), (gst_pngdec_caps_create_and_set),
21022         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21023         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21024         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21025         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21026         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21027         very nice and handle push/pull based model. if you have filesrc
21028         connected to it, it will do random access to load the png file.
21029         If you have a network source that can't do _getrange, it does 
21030         progressive loading through the chain function.
21031         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21032         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21033         thanks to Master Wim Taymans ;-)
21034
21035 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21036
21037         * gst/matroska/Makefile.am:
21038         * gst/matroska/ebml-read.c:
21039         * gst/matroska/ebml-read.h:
21040         * gst/matroska/matroska-demux.c:
21041         * gst/matroska/matroska-demux.h:
21042         * gst/matroska/matroska.c: (plugin_init):
21043           Ported matroska demuxer to 0.9.
21044
21045 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21046
21047         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21048
21049         * gst/matroska/matroska-mux.c:
21050         (gst_matroska_mux_video_pad_setcaps),
21051         (gst_matroska_mux_audio_pad_setcaps):
21052           Fix mpeg4 input handling (#318847); also, while we're at it,
21053           fix media type for Motion-JPEG: should be image/jpeg.
21054
21055 2005-10-18  Wim Taymans  <wim@fluendo.com>
21056
21057         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21058         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21059         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21060         Fix for segment-start/stop API change.
21061
21062 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21063
21064         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21065         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21066         way.
21067
21068 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21069
21070         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21071         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21072         output declared in transform_caps.
21073
21074 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21075
21076         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21077
21078 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21079
21080         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21081         (gst_video_box_get_unit_size): Fix wrong size calculations and
21082         implement get_unit_size correctly.
21083
21084 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21085
21086         * configure.ac:
21087           Enable flx plugin.
21088
21089         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21090           Fix gcc4 signedness issue.
21091
21092 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21093
21094         * configure.ac: Adding videomixer.
21095         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21096         (user_read_data), (gst_pngdec_chain): More debugging.
21097         * gst/alpha/Makefile.am: Adding alphacolor
21098         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21099         (gst_alpha_color_class_init), (gst_alpha_color_init),
21100         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21101         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21102         (plugin_init): Ported to 0.9 using in place base tranform.
21103         * gst/videomixer/Makefile.am:
21104         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21105         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21106         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21107         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21108         (gst_videomixer_init), (gst_videomixer_getcaps),
21109         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21110         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21111         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21112         to 0.9 using collectpads.
21113
21114 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21115
21116         * configure.ac:
21117         * gst/flx/Makefile.am:
21118         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21119         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21120         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21121         * gst/flx/gstflxdec.h:
21122         flx plugin ported to 0.9
21123
21124 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21125
21126         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21127           use new gst_version_string()
21128
21129 2005-10-16  Andy Wingo  <wingo@pobox.com>
21130
21131         * configure.ac: GLIB_CHECK.
21132
21133 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21134
21135         * ext/libpng/Makefile.am:
21136         * ext/libpng/gstpng.c: (plugin_init):
21137         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21138         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21139         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21140
21141 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21142
21143         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21144
21145         * configure.ac:
21146         * gst/matroska/Makefile.am:
21147         * gst/matroska/ebml-ids.h:
21148         * gst/matroska/ebml-write.c:
21149         * gst/matroska/ebml-write.h:
21150         * gst/matroska/matroska-ids.h:
21151         * gst/matroska/matroska-mux.c:
21152         * gst/matroska/matroska-mux.h:
21153         * gst/matroska/matroska.c: (plugin_init):
21154           Port matroska muxer to 0.9 (#318847).
21155
21156 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21157
21158         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21159         (comment_init), (comment_add):
21160           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21161           use GST_READ_UINT32_LE() and friends rather than the private
21162           implementation of those same macros.
21163
21164 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21165
21166         * examples/stats/mp2ogg.c:
21167           more typo fixes
21168
21169 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21170
21171         * examples/indexing/indexmpeg.c: (main):
21172         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21173         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21174         * ext/esd/esdmon.h:
21175         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21176         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21177         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21178         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21179         * gst/avi/gstavimux.c: (gst_avimux_init):
21180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21181         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21182         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21183         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21184         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21185         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21186         * gst/oldcore/gstmultifilesrc.h:
21187         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21188         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21189         (gst_pipefilter_change_state):
21190         * gst/oldcore/gstpipefilter.h:
21191         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21192         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21193         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21194         * sys/osxaudio/gstosxaudiosink.h:
21195         * sys/osxaudio/gstosxaudiosrc.h:
21196           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21197           moved bitshift from macro to enum definition
21198
21199 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21200
21201         * ext/Makefile.am:
21202         * ext/cairo/Makefile.am:
21203         * ext/cairo/gstcairo.c: (plugin_init):
21204         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21205         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21206         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21207         * ext/cairo/gsttimeoverlay.h:
21208           update of cairo-based timeoverlay to 1.0 Cairo API
21209           doesn't work yet for resizing of output sink
21210
21211 2005-10-11  Wim Taymans  <wim@fluendo.com>
21212
21213         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21214         newsegment API fix.
21215
21216 2005-10-11  Wim Taymans  <wim@fluendo.com>
21217
21218         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21219         (gst_dvdemux_demux_frame):
21220         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21221         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21222         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21223         (gst_avi_demux_handle_seek):
21224         * gst/goom/gstgoom.c: (gst_goom_event):
21225         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21226         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21227         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21228         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21229         (gst_wavparse_srcpad_event):
21230         newsegment API update.
21231
21232 2005-10-11  Andy Wingo  <wingo@pobox.com>
21233
21234         * ext/speex/gstspeexenc.c: Signedness cleanups.
21235
21236 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21237
21238         * PORTED_09:
21239         * ext/speex/Makefile.am:
21240         * ext/speex/gstspeex.c:
21241         * ext/speex/gstspeexenc.c:
21242         Speexenc ported to 0.9
21243
21244 2005-10-10  Wim Taymans  <wim@fluendo.com>
21245
21246         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21247         (gst_oss_sink_init), (gst_oss_sink_set_property),
21248         (gst_oss_sink_get_property), (gst_oss_sink_open),
21249         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21250         * sys/oss/gstosssink.h:
21251         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21252         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21253         (gst_oss_src_prepare):
21254         Cleanups, make device configurable in the sink, handle and report
21255         errors.
21256
21257 2005-10-10  Wim Taymans  <wim@fluendo.com>
21258
21259         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21260         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21261         Make sure element is NULL before removing from the bin.
21262
21263 2005-10-07  Andy Wingo  <wingo@pobox.com>
21264
21265         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21266         block forever in a read().
21267         (gst_dv1394src_bus_reset): Post a message when the cable is
21268         unplugged.
21269         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21270         (gst_dv1394src_bus_reset): Don't unref the message.
21271
21272         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21273         hacking. The only change should be that the state change stuff was
21274         put into basesrc's start() and stop() routines, which coalesces
21275         some steps.
21276
21277 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21278
21279         * configure.ac:
21280           Add check for mmap
21281           
21282         * gst/debug/Makefile.am:
21283           Only compile efence plugin on systems that have mmap.
21284
21285 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21286
21287         * gst/debug/Makefile.am:
21288         * gst/debug/breakmydata.c:
21289         * gst/debug/gstdebug.c:
21290         * gst/debug/gstnavigationtest.c:
21291         * gst/debug/gstnavseek.c: 
21292         * gst/debug/gstnavseek.h:
21293         * gst/debug/progressreport.c: 
21294         * gst/debug/testplugin.c:
21295           Port progressreport, navseek, navigationtest, testsink and
21296           breakmydata.
21297
21298 2005-10-05  Edward Hervey  <edward@fluendo.com>
21299
21300         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21301         (gst_dvdemux_src_query):
21302         Fixes for better conversion
21303
21304 2005-10-04  Michael Smith <msmith@fluendo.com>
21305
21306         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21307         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21308         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21309         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21310           Set state of elements to NULL before removing from bins.
21311           Set state of test element to NULL if we failed to move it to READY
21312
21313 2005-10-04  Edward Hervey  <edward@fluendo.com>
21314
21315         * ext/dv/Makefile.am:
21316         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21317         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21318         Corrected the query function for position so it doesn't forget what
21319         format was asked, and calls the conversion functions on the correct pad.
21320
21321 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21322
21323         * configure.ac:
21324           back to development
21325
21326 === release 0.9.3 ===
21327
21328 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21329
21330         * configure.ac:
21331           Releasing 0.9.3, "Aramis"
21332
21333 2005-10-03  Andy Wingo  <wingo@pobox.com>
21334
21335         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21336         error returns.
21337
21338 2005-10-02  Andy Wingo  <wingo@pobox.com>
21339
21340         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21341
21342         * ext/flac/gstflacenc.c: Ported to 0.9.
21343
21344         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21345
21346         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21347         and link to gsttagedit. Enable flacenc.
21348
21349         * ext/flac/gstflacdec.c: Re-enable tag reading.
21350
21351 2005-09-30  Wim Taymans  <wim@fluendo.com>
21352
21353         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21354         * gst/rtp/gstrtpgsmparse.c:
21355         * gst/rtp/gstrtph263penc.c:
21356         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21357         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21358         (gst_rtpmp4venc_set_property):
21359         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21360         Various class and caps fixes from Andre Magalhaes (andrunko)
21361
21362 2005-09-29  Wim Taymans  <wim@fluendo.com>
21363
21364         * gst/level/level-example.c: (main):
21365         Update for new bus API.
21366
21367 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21368
21369         * configure.ac:
21370           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21371           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21372
21373 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21374
21375         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21376           Fix playback of mono streams (bytes_per_sample should be set
21377           from the sample width and the number of channels negotiated,
21378           and not just be set to 4) (#317338)
21379
21380 2005-09-26  Wim Taymans  <wim@fluendo.com>
21381
21382         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21383         (gst_rtpmpaenc_handle_buffer):
21384         Set buffer duration correctly.
21385
21386 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21387
21388         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21389         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21390         (gst_avi_demux_change_state):
21391           Don't crash when encountering a stream with an unknown fourcc or
21392           codec id. Instead, create a pad of type video/x-avi-unknown or
21393           audio/x-avi-unknown, which as a side-effect also results in less
21394           confusing error messages in players ('no decoder' vs. 'no streams');
21395           minor fixes to state change function and class_init function.
21396
21397 2005-09-24  Wim Taymans  <wim@fluendo.com>
21398
21399         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21400         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21401         These are sinks.
21402
21403 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21404
21405         * check/elements/level.c: (GST_START_TEST):
21406           fix test for new GstClockTime use
21407         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21408         (gst_level_transform_ip):
21409         * gst/level/gstlevel.h:
21410           fix up the decay peak, ensuring the decay peak is never lower
21411           than the peak for that interval
21412
21413 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21414
21415         * docs/plugins/gst-plugins-good-plugins.args:
21416         * docs/plugins/inspect/plugin-alpha.xml:
21417         * docs/plugins/inspect/plugin-rtp.xml:
21418         * gst/level/gstlevel.c: (gst_level_set_caps),
21419         (gst_level_transform_ip):
21420           updating docs
21421
21422 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21423
21424         * Makefile.am:
21425         * check/elements/level.c: (GST_START_TEST):
21426         * gst/level/Makefile.am:
21427         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21428         (gst_level_set_property), (gst_level_get_property),
21429         (gst_level_set_caps), (gst_level_message_new),
21430         (gst_level_transform_ip):
21431         * gst/level/gstlevel.h:
21432         * gst/level/level-example.c: (message_handler), (main):
21433           convert to using GstClockTime for all time values, finally.
21434
21435 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21436
21437         * gst/auparse/Makefile.am:
21438         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21439           fix up build
21440         * configure.ac:
21441         * ext/cairo/Makefile.am:
21442         * ext/dv/Makefile.am:
21443         * ext/esd/Makefile.am:
21444         * ext/flac/Makefile.am:
21445         * ext/gconf/Makefile.am:
21446         * ext/gdk_pixbuf/Makefile.am:
21447         * ext/jpeg/Makefile.am:
21448         * ext/ladspa/Makefile.am:
21449         * ext/libcaca/Makefile.am:
21450         * ext/libmng/Makefile.am:
21451         * ext/libpng/Makefile.am:
21452         * ext/mikmod/Makefile.am:
21453         * ext/pango/Makefile.am:
21454         * ext/raw1394/Makefile.am:
21455         * ext/shout2/Makefile.am:
21456         * ext/speex/Makefile.am:
21457         * gst/alpha/Makefile.am:
21458         * gst/autodetect/Makefile.am:
21459         * gst/avi/Makefile.am:
21460         * gst/cutter/Makefile.am:
21461         * gst/debug/Makefile.am:
21462         * gst/effectv/Makefile.am:
21463         * gst/flx/Makefile.am:
21464         * gst/goom/Makefile.am:
21465         * gst/interleave/Makefile.am:
21466         * gst/law/Makefile.am:
21467         * gst/matroska/Makefile.am:
21468         * gst/median/Makefile.am:
21469         * gst/monoscope/Makefile.am:
21470         * gst/multipart/Makefile.am:
21471         * gst/oldcore/Makefile.am:
21472         * gst/rtp/Makefile.am:
21473         * gst/rtsp/Makefile.am:
21474         * gst/smoothwave/Makefile.am:
21475         * gst/smpte/Makefile.am:
21476         * gst/videobox/Makefile.am:
21477         * gst/videofilter/Makefile.am:
21478         * gst/videomixer/Makefile.am:
21479         * gst/wavenc/Makefile.am:
21480         * gst/wavparse/Makefile.am:
21481         * sys/oss/Makefile.am:
21482         * sys/osxaudio/Makefile.am:
21483         * sys/osxvideo/Makefile.am:
21484           fix up GST_LIBS use
21485
21486 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21487
21488         * gst/auparse/Makefile.am:
21489         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21490           fix build of auparse
21491
21492 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21493
21494         * configure.ac:
21495         * PORTED_09:
21496         * gst/auparse/gstauparse.c:
21497         * gst/auparse/gstauparse.h:
21498         Auparse ported to 0.9.
21499
21500 2005-09-22  Wim Taymans  <wim@fluendo.com>
21501
21502         * gst/rtp/TODO:
21503         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21504         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21505         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21506         (gst_rtpmp4venc_set_property):
21507         * gst/rtp/gstrtpmp4venc.h:
21508         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21509         * gst/rtp/gstrtpmpaenc.h:
21510         Use is_filled to both check MTU and max-ptime of base class.
21511
21512 2005-09-22  Wim Taymans  <wim@fluendo.com>
21513
21514         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21515         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21516         (gst_rtpmp4venc_set_property):
21517         Don't fragment packets with multiple frames.
21518
21519 2005-09-22  Wim Taymans  <wim@fluendo.com>
21520
21521         * gst/rtp/TODO:
21522         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21523         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21524         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21525         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21526         (gst_rtpmp4venc_get_property):
21527         * gst/rtp/gstrtpmp4venc.h:
21528         Remove g_print.
21529         Update TODO
21530         Make payload encoder a bit smarter and more correct with
21531         timestamps.
21532         Added option in payloader to include config string in-band.
21533
21534 2005-09-21  Wim Taymans  <wim@fluendo.com>
21535
21536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21537         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21538         (gst_rtspsrc_send):
21539         Strip spaces for key/value pairs.
21540
21541 2005-09-21  Wim Taymans  <wim@fluendo.com>
21542
21543         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21544         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21545         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21546         (gst_rtspsrc_change_state):
21547         More SDP parsing and caps setting.
21548         Do NO_PREROLL differently.
21549         add pads only after negotiated.
21550
21551         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21552         (gst_udpsrc_getcaps):
21553         Implement the getcaps function.
21554
21555 2005-09-21  Wim Taymans  <wim@fluendo.com>
21556
21557         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21558         (gst_rtpamrdec_chain):
21559         Handle multiple AMr packets per payload. Handle CRC and
21560         parse ILL/ILP.
21561
21562         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21563         Make caps params strings for easy SDP mapping.
21564         
21565         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21566         Handle capsnego better.
21567
21568         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21569         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21570         Generate and parse config string in the caps.
21571
21572 2005-09-21  Wim Taymans  <wim@fluendo.com>
21573
21574         * gst/rtp/README:
21575         Update README
21576
21577         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21578         Make extra params as strings.
21579
21580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21581         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21582         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21583         Make state change return NO_PREROLL as this is a live
21584         source.
21585
21586         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21587         Don't unref old caps when NULL.
21588
21589 2005-09-20  Wim Taymans  <wim@fluendo.com>
21590
21591         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21592         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21593         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21594         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21595         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21596         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21597         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21598         * gst/rtsp/sdpmessage.h:
21599         Add URI handler.
21600         Parse SDP and create caps.
21601
21602 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21603
21604         * gst/alpha/gstalpha.c:
21605           fix element description
21606
21607 2005-09-19  Wim Taymans  <wim@fluendo.com>
21608
21609         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21610         Don't check payload for now.
21611
21612 2005-09-19  Wim Taymans  <wim@fluendo.com>
21613
21614         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21615         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21616         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21617         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21618         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21619         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21620         (gst_wavparse_change_state):
21621         * gst/wavparse/gstwavparse.h:
21622         Fix wavparse some more.
21623
21624 2005-09-19  Wim Taymans  <wim@fluendo.com>
21625
21626         * check/elements/level.c: (GST_START_TEST):
21627         Fix for bus API change.
21628
21629 2005-09-19  Wim Taymans  <wim@fluendo.com>
21630
21631         * gst/level/level-example.c: (main):
21632         Fix for new bus API.
21633
21634         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21635         Set caps on pads.
21636
21637 2005-09-15  Wim Taymans  <wim@fluendo.com>
21638
21639         * gst/rtp/Makefile.am:
21640         * gst/rtp/README:
21641         * gst/rtp/gstrtp.c: (plugin_init):
21642         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21643         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21644         (gst_rtpamrdec_change_state):
21645         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21646         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21647         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21648         * gst/rtp/gstrtpamrenc.h:
21649         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21650         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21651         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21652         * gst/rtp/gstrtpgsmenc.h:
21653         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21654         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21655         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21656         (gst_rtpgsmparse_change_state):
21657         * gst/rtp/gstrtpgsmparse.h:
21658         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21659         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21660         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21661         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21662         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21663         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21664         * gst/rtp/gstrtph263penc.h:
21665         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21666         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21667         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21668         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21669         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21670         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21671         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21672         * gst/rtp/gstrtpmp4venc.h:
21673         * gst/rtp/gstrtpmpadec.c:
21674         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21675         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21676         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21677         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21678         * gst/rtp/gstrtpmpaenc.h:
21679         Updates to payloader/depayloaders, make payloaders use
21680         the base classes.
21681         Updated README with suggested RTP caps and how to convert
21682         to/from SDP.
21683         Added config descriptor in mp4v payloader.
21684
21685 2005-09-15  Andy Wingo  <wingo@pobox.com>
21686
21687         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21688         * gst/autodetect/gstautovideosink.c
21689         (gst_auto_video_sink_find_best): Update for new registry API.
21690
21691 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21692
21693         * common/c-to-xml.py:
21694         * common/gtk-doc-plugins.mak:
21695           a simple py script to generate valid xml from a C example
21696           probably also need to strip an MIT license when we decide
21697         * docs/plugins/Makefile.am:
21698         * gst/level/Makefile.am:
21699         * gst/level/gstlevel.c: (gst_level_init):
21700         * gst/level/level-example.c: (message_handler), (main):
21701           add an example to level that will show up in the docs
21702         * gst/rtp/TODO:
21703           add a note for the future
21704
21705 2005-09-14  Michael Smith <msmith@fluendo.com>
21706
21707         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21708           Actually define the debug object being used in wavenc. Fixes #316205
21709
21710 2005-09-14  Michael Smith <msmith@fluendo.com>
21711
21712         * gst/smpte/Makefile.am:
21713           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21714           needed to build on windows (bug 316204)
21715
21716 2005-09-12  Andy Wingo  <wingo@pobox.com>
21717
21718         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21719
21720 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21721
21722         * configure.ac:
21723         * gst/fdsrc/Makefile.am:
21724         * gst/fdsrc/gstfdsrc.c:
21725         * gst/fdsrc/gstfdsrc.h:
21726           Move fdsrc back into gstreamer core elements.
21727
21728         * gst/level/gstlevel.c: (gst_level_class_init),
21729         (gst_level_transform_ip):
21730         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21731           Basetransform changes.
21732
21733 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21736         * ext/jpeg/smokecodec.c: (find_best_size):
21737           fix compiler warnings
21738
21739 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21740
21741         * gst-plugins-good.spec.in:
21742           spec file fixes
21743         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21744         (gst_multiudpsink_render), (gst_multiudpsink_add),
21745         (gst_multiudpsink_clear):
21746           it actually helps to actually stream if we hook up the
21747           "add" signal to an actual implementation
21748         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21749           some debugging
21750
21751 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21752
21753         * ext/jpeg/Makefile.am:
21754         * ext/jpeg/gstjpeg.c
21755         * ext/jpeg/gstjpegenc.c:
21756         * ext/jpeg/gstsmokeenc.c:
21757
21758 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21759
21760         * ext/flac/gstflacdec.c:
21761         * ext/flac/gstflacenc.c:
21762         * ext/flac/gstflactag.c:
21763         * ext/speex/gstspeexenc.c:
21764           gsttaginterface.h -> gsttagsetter.h
21765
21766 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21767
21768         * configure.ac:
21769         * gst/debug/Makefile.am:
21770         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21771         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21772         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21773         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21774         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21775           Port to 0.9 and re-enable efence plugin.
21776
21777 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21778
21779         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21780         (gst_flacdec_write), (gst_flacdec_convert_src):
21781         * ext/flac/gstflacdec.h:
21782           Add support for flac files with 24/32 bits per sample; and misc.
21783           minor clean-ups. Seeking is still partly broken (for me at least).
21784
21785 2005-09-06  Wim Taymans  <wim@fluendo.com>
21786
21787         * gst/rtp/Makefile.am:
21788         * gst/rtp/gstrtp.c: (plugin_init):
21789         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21790         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21791         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21792         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21793         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21794         (gst_rtpmp4vdec_plugin_init):
21795         * gst/rtp/gstrtpmp4vdec.h:
21796         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21797         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21798         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21799         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21800         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21801         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21802         * gst/rtp/gstrtpmp4venc.h:
21803         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21804         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21805         Added mpeg4 video payload encoder/decoder.
21806         Added some docs in mpa payloader.
21807
21808 === release 0.9.1 ===
21809
21810 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21811
21812         * NEWS:
21813         * README:
21814         * RELEASE:
21815         * autogen.sh:
21816         * configure.ac:
21817           releasing 0.9.1, "Blondie"
21818
21819 2005-09-05  Andy Wingo  <wingo@pobox.com>
21820
21821         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21822         here from the state change handler, so we fire signals without
21823         holding the state lock.
21824
21825 2005-09-02  Andy Wingo  <wingo@pobox.com>
21826
21827         * All plugins updated for element state changes.
21828
21829 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21830
21831         * Makefile.am:
21832         * check/.cvsignore:
21833         * check/Makefile.am:
21834         * check/elements/.cvsignore:
21835         * check/elements/level.c: (setup_level), (cleanup_level),
21836         (GST_START_TEST), (level_suite), (main):
21837           add a test for level
21838         * common/release.mak:
21839           move the enum checking to release.mak
21840         * configure.ac:
21841           add valgrind and check checking
21842         * gst/level/gstlevel.c: (gst_level_transform):
21843         * gst/level/gstlevel.h:
21844           fix Andy's cast bug
21845           convert a field to int
21846           fix the arithmetic to int when checking for emit so that a
21847           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21848
21849 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21850
21851         * Makefile.am:
21852         * configure.ac:
21853           add docs to build
21854         * common/plugins.xsl:
21855           wrap Description into a refsect2
21856         * docs/Makefile.am:
21857         * docs/plugins/Makefile.am:
21858         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21859         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21860         * gst/goom/Makefile.am:
21861         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21862         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21863         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21864         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21865         (gst_goom_change_state):
21866         * gst/goom/gstgoom.h:
21867           GstGOOM -> GstGoom
21868           add an example launch line
21869         * gst/level/gstlevel.h:
21870         * gst/monoscope/gstmonoscope.c:
21871           cleanups
21872
21873 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21874
21875         * configure.ac:
21876         * docs/plugins/Makefile.am:
21877         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21878         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21879         * docs/plugins/gst-plugins-good-plugins.types:
21880           document elements and plugins.  Shazam !
21881
21882 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21883
21884         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21885           be found under doc/random/ChangeLog-0.8