ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ticket.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
2
3         * ext/pulse/pulsemixerctrl.c:
4           And remove temporary comment pointing to the bug ticket.
5
6         * gst/avi/gstavimux.c:
7           Move reoccuring logging to LOG and log instance too.
8
9 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
10
11         * ext/pulse/pulsemixerctrl.c:
12           Don't leak the pa_operation.
13
14 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
15
16         * configure.ac:
17           Require core cvs.
18
19 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
20
21         * gst/avi/gstavimux.c:
22           Rename api from _flush to _reset_tags. 
23
24 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
25
26         * gst/avi/gstavimux.c:
27           Use new tagsetter api to flush tags.
28
29 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
30
31         * tests/check/elements/deinterleave.c: (deinterleave_suite):
32         Increase timeout to 3 minutes to prevent timeouts.
33
34 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
35
36         * tests/check/elements/interleave.c: (interleave_suite):
37         Increase timeout to 3 minutes to prevent timeouts.
38
39 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
40
41         * gst/avi/gstavimux.c:
42         * gst/avi/gstavimux.h:
43           Totally remove the internal taglists and fully use tagsetter.
44
45 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
46
47         * gst/avi/gstavimux.c:
48           Instead of filtering wrongly just use the mergemode. Applications is
49           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
50           avi for real (I hope). Everyone chime in, before I fix the others.
51
52 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
53
54         * ext/pulse/pulsemixerctrl.c:
55           Add note about memleak.
56
57 2008-12-13  Edward Hervey  <bilboed@gmail.com>
58
59         * m4/Makefile.am:
60         A couple more .m4 that aren't shipped anymore with gettext 0.17.
61
62 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
63
64         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
65         (gst_flac_dec_init):
66         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
67         (gst_alaw_dec_init):
68         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
69         (gst_alaw_enc_init):
70         * gst/law/alaw.c: (plugin_init):
71         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
72         (gst_mulawdec_init):
73         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
74         (gst_mulawenc_init):
75         * gst/law/mulaw.c: (plugin_init):
76         Switch to using GstStaticPadTemplate.
77         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
78         Don't forget to free the addrinfo structure.
79         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
80         (gst_wavparse_sink_activate):
81         Don't forget to unref the GstAdapter.
82
83 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
84
85         * m4/Makefile.am:
86         inttypes.m4 hasn't been available since gettext-0.15, and since we now
87         require gettext >= 0.17 ... we can remove it from the list of files to
88         dist.
89
90 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
91
92         * gst/avi/gstavidemux.c:
93           More logging.
94
95         * gst/avi/gstavimux.c:
96           Handle more metadata fields. Better estimate of metadata size. Don't
97           merge received tags, if application has specified tags using
98           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
99
100 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
101
102         * tests/check/Makefile.am:
103         Also ignore pulsemixer for the states unit test.
104
105 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
106
107         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
108         Add an EOI marker at the end of the jpeg frame when it's missing.
109         Fixes #563056.
110
111 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
112
113         * tests/check/elements/videocrop.c: (check_1x1_buffer):
114         Update the unit test for the new color values for BT.601 red.
115         Fixes bug #563510.
116
117 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
118
119         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
120           Restore previous behaviour of not passing QoS and navigation
121           events upstream, which presumably wasn't meant to be changed.
122
123 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
124
125         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
126         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
127         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
128         (gst_dvdemux_chain), (gst_dvdemux_loop),
129         (gst_dvdemux_change_state):
130         Add srcpads only when needed and remove them again when going
131         back to READY. This prevents stalled pipelines if there's no
132         audio inside the DV stream, which happens for many MXF files.
133
134 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
135
136         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
137         (run_server):
138         The ports in libsoup are unsigned integers and not signed
139         integers.
140
141 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
142
143         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
144         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
145         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
146         (gst_dvdemux_chain), (gst_dvdemux_loop),
147         (gst_dvdemux_change_state):
148         Add srcpads only when they're needed. If we add all pads in any
149         case we will get a stalling audio pad if the stream contains
150         no audio, which is the case for many MXF files.
151
152 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
153
154         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
155         Forward all events upstream unless it's something we really
156         don't handle. This fixes latency configuration of pipelines.
157
158 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
159
160         * ext/dv/gstdv.c: (plugin_init):
161         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
162         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
163         Really call dv_init() exactly one time, not one time for
164         the demuxer and one time for the decoder.
165
166 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
167
168         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
169         Copy incomming timestamp to outgoing packets.
170
171 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
172
173         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
174         (gst_rtp_mp4v_pay_event):
175         Don't try to push packets before we could find a valid config
176         startcode. Fixes #563509.
177
178 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
179
180         Patch by: Brian Cameron <brian.cameron at sun dot com>
181
182         * sys/sunaudio/gstsunaudiomixerctrl.c:
183         (gst_sunaudiomixer_ctrl_open):
184         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
185
186 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
187
188         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
189
190         * configure.ac:
191         Make usage of libv4l optional by a configure parameter.
192         Fixes bug #563504.
193
194 >>>>>>> 1.3872
195 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
196
197         * docs/plugins/Makefile.am:
198         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
199         * docs/plugins/gst-plugins-good-plugins-sections.txt:
200         * docs/plugins/gst-plugins-good-plugins.args:
201         * docs/plugins/gst-plugins-good-plugins.hierarchy:
202         * docs/plugins/gst-plugins-good-plugins.interfaces:
203         * docs/plugins/inspect/plugin-1394.xml:
204         * docs/plugins/inspect/plugin-aasink.xml:
205         * docs/plugins/inspect/plugin-alaw.xml:
206         * docs/plugins/inspect/plugin-alpha.xml:
207         * docs/plugins/inspect/plugin-alphacolor.xml:
208         * docs/plugins/inspect/plugin-annodex.xml:
209         * docs/plugins/inspect/plugin-apetag.xml:
210         * docs/plugins/inspect/plugin-audiofx.xml:
211         * docs/plugins/inspect/plugin-auparse.xml:
212         * docs/plugins/inspect/plugin-autodetect.xml:
213         * docs/plugins/inspect/plugin-avi.xml:
214         * docs/plugins/inspect/plugin-cacasink.xml:
215         * docs/plugins/inspect/plugin-cairo.xml:
216         * docs/plugins/inspect/plugin-cutter.xml:
217         * docs/plugins/inspect/plugin-debug.xml:
218         * docs/plugins/inspect/plugin-dv.xml:
219         * docs/plugins/inspect/plugin-efence.xml:
220         * docs/plugins/inspect/plugin-effectv.xml:
221         * docs/plugins/inspect/plugin-equalizer.xml:
222         * docs/plugins/inspect/plugin-esdsink.xml:
223         * docs/plugins/inspect/plugin-flac.xml:
224         * docs/plugins/inspect/plugin-flxdec.xml:
225         * docs/plugins/inspect/plugin-gamma.xml:
226         * docs/plugins/inspect/plugin-gconfelements.xml:
227         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
228         * docs/plugins/inspect/plugin-goom.xml:
229         * docs/plugins/inspect/plugin-goom2k1.xml:
230         * docs/plugins/inspect/plugin-halelements.xml:
231         * docs/plugins/inspect/plugin-icydemux.xml:
232         * docs/plugins/inspect/plugin-id3demux.xml:
233         * docs/plugins/inspect/plugin-interleave.xml:
234         * docs/plugins/inspect/plugin-jpeg.xml:
235         * docs/plugins/inspect/plugin-level.xml:
236         * docs/plugins/inspect/plugin-matroska.xml:
237         * docs/plugins/inspect/plugin-monoscope.xml:
238         * docs/plugins/inspect/plugin-mulaw.xml:
239         * docs/plugins/inspect/plugin-multifile.xml:
240         * docs/plugins/inspect/plugin-multipart.xml:
241         * docs/plugins/inspect/plugin-navigationtest.xml:
242         * docs/plugins/inspect/plugin-ossaudio.xml:
243         * docs/plugins/inspect/plugin-png.xml:
244         * docs/plugins/inspect/plugin-pulseaudio.xml:
245         * docs/plugins/inspect/plugin-quicktime.xml:
246         * docs/plugins/inspect/plugin-replaygain.xml:
247         * docs/plugins/inspect/plugin-rtp.xml:
248         * docs/plugins/inspect/plugin-rtsp.xml:
249         * docs/plugins/inspect/plugin-shout2send.xml:
250         * docs/plugins/inspect/plugin-smpte.xml:
251         * docs/plugins/inspect/plugin-soup.xml:
252         * docs/plugins/inspect/plugin-spectrum.xml:
253         * docs/plugins/inspect/plugin-speex.xml:
254         * docs/plugins/inspect/plugin-taglib.xml:
255         * docs/plugins/inspect/plugin-udp.xml:
256         * docs/plugins/inspect/plugin-video4linux2.xml:
257         * docs/plugins/inspect/plugin-videobalance.xml:
258         * docs/plugins/inspect/plugin-videobox.xml:
259         * docs/plugins/inspect/plugin-videocrop.xml:
260         * docs/plugins/inspect/plugin-videoflip.xml:
261         * docs/plugins/inspect/plugin-videomixer.xml:
262         * docs/plugins/inspect/plugin-wavenc.xml:
263         * docs/plugins/inspect/plugin-wavpack.xml:
264         * docs/plugins/inspect/plugin-wavparse.xml:
265         * docs/plugins/inspect/plugin-ximagesrc.xml:
266         * gst/matroska/matroska-demux.c:
267         * gst/matroska/matroska-demux.h:
268         * gst/matroska/matroska-mux.c:
269         * gst/matroska/matroska-mux.h:
270         Add documentation for matroskamux and matroskademux and
271         update the inspection xml files.
272
273 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
274
275         * configure.ac:
276         Apparently AC_CONFIG_MACRO_DIR breaks when using more
277         than one macro directory, reverting last change.
278
279 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
280
281         * configure.ac:
282         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
283         our M4 macros.
284
285 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
286
287         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
288         Provide the parameters that are required for the format string
289         to fix a compiler warning.
290
291 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
292
293         * gst/autodetect/gstautoaudiosrc.c:
294           Fix classification.
295
296 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
297
298         Patch by: Cygwin Ports maintainer
299                   <yselkowitz at users dot sourceforge dot net>
300
301         * autogen.sh:
302         * configure.ac:
303         Require gettext 0.17 because older versions don't mix with libtool
304         2.2. At build time an older gettext version will still work.
305         Fixes bug #556091.
306
307 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
308
309         Patch by: Peter Kjellerstedt <pkj at axis com>
310
311         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
312         Make gst_multiudpsink_render() ignore errors from sendto() instead of
313         breaking streaming. Emit a warning instead. Fixes #562572.
314
315 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
316
317         Patch by: Ron McOuat <rmcouat at smartt dot com>
318
319         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
320         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
321         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
322         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
323         * ext/soup/gstsouphttpsrc.h:
324         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
325         (digest_auth_cb), (run_test), (GST_START_TEST),
326         (souphttpsrc_suite), (run_server):
327         Add support for basic and digest authentication in souphttpsrc.
328         Fixes bug #561775.
329
330 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
331
332         Patch by: Pepijn Van Eeckhoudt
333                       <pepijn dot vaneeckhoudt at luciad dot com>
334
335         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
336         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
337         * gst/wavenc/gstwavenc.h:
338         * gst/wavenc/riff.h:
339         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
340
341 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
342
343         Patch by: 이문형 <iwings at gmail dot com>
344
345         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
346         Prevent further read/write actions taken to the connect-failed socket by
347         erroring out quickly. See #562258.
348
349 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
350
351         * tests/examples/level/level-example.c:
352           Set fakesink to sync. Otherwise people might question the message
353           interval. Nevertheless the timestamp in the message is what matters.
354
355 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
356
357         * tests/icles/.cvsignore:
358         cvsignore newly generated file.
359
360 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
361
362         * gst/rtp/gstasteriskh263.c:
363         * gst/rtp/gstasteriskh263.h:
364         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
365         * gst/rtp/gstrtpL16depay.h:
366         * gst/rtp/gstrtpL16pay.c:
367         * gst/rtp/gstrtpL16pay.h:
368         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
369         * gst/rtp/gstrtpac3depay.h:
370         * gst/rtp/gstrtpamrdepay.c:
371         * gst/rtp/gstrtpamrdepay.h:
372         * gst/rtp/gstrtpamrpay.c:
373         * gst/rtp/gstrtpamrpay.h:
374         * gst/rtp/gstrtpdepay.c:
375         * gst/rtp/gstrtpdepay.h:
376         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
377         * gst/rtp/gstrtpg726depay.c:
378         * gst/rtp/gstrtpg726pay.c:
379         * gst/rtp/gstrtpg729depay.c:
380         * gst/rtp/gstrtpg729pay.c:
381         * gst/rtp/gstrtpgsmdepay.c:
382         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
383         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
384         * gst/rtp/gstrtph263depay.h:
385         * gst/rtp/gstrtph263pay.c:
386         * gst/rtp/gstrtph263pay.h:
387         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
388         * gst/rtp/gstrtph263pdepay.h:
389         * gst/rtp/gstrtph263ppay.c:
390         * gst/rtp/gstrtph263ppay.h:
391         * gst/rtp/gstrtph264depay.c:
392         * gst/rtp/gstrtph264depay.h:
393         * gst/rtp/gstrtph264pay.c:
394         * gst/rtp/gstrtph264pay.h:
395         * gst/rtp/gstrtpilbcdepay.c:
396         * gst/rtp/gstrtpilbcpay.c:
397         * gst/rtp/gstrtpjpegdepay.h:
398         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
399         * gst/rtp/gstrtpmp1sdepay.h:
400         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
401         * gst/rtp/gstrtpmp2tdepay.h:
402         * gst/rtp/gstrtpmp2tpay.c:
403         * gst/rtp/gstrtpmp2tpay.h:
404         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
405         * gst/rtp/gstrtpmp4apay.c:
406         * gst/rtp/gstrtpmp4apay.h:
407         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
408         * gst/rtp/gstrtpmp4gdepay.h:
409         * gst/rtp/gstrtpmp4gpay.c:
410         * gst/rtp/gstrtpmp4gpay.h:
411         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
412         * gst/rtp/gstrtpmp4vdepay.h:
413         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
414         * gst/rtp/gstrtpmp4vpay.h:
415         * gst/rtp/gstrtpmpadepay.c:
416         * gst/rtp/gstrtpmpadepay.h:
417         * gst/rtp/gstrtpmpapay.c:
418         * gst/rtp/gstrtpmpapay.h:
419         * gst/rtp/gstrtpmpvdepay.c:
420         * gst/rtp/gstrtpmpvdepay.h:
421         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
422         * gst/rtp/gstrtppcmapay.c:
423         * gst/rtp/gstrtppcmudepay.c:
424         * gst/rtp/gstrtppcmupay.c:
425         * gst/rtp/gstrtpspeexdepay.c:
426         * gst/rtp/gstrtpspeexpay.c:
427         * gst/rtp/gstrtpsv3vdepay.c:
428         * gst/rtp/gstrtpsv3vdepay.h:
429         * gst/rtp/gstrtptheoradepay.c:
430         * gst/rtp/gstrtptheoradepay.h:
431         * gst/rtp/gstrtptheorapay.c:
432         * gst/rtp/gstrtptheorapay.h:
433         * gst/rtp/gstrtpvorbisdepay.c:
434         * gst/rtp/gstrtpvorbisdepay.h:
435         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
436         * gst/rtp/gstrtpvorbispay.h:
437         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
438         * gst/rtp/gstrtpvrawpay.c:
439         Fix the descriptions and fix some email addresses.
440
441 2008-11-25  Julien Moutte  <julien@fluendo.com>
442
443         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
444         to supported qtdemux video codecs as I found some video clips using 
445         those.
446
447 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
450         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
451         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
452         (gst_auto_video_sink_detect):
453         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
454         Post an error when we can't set the internal ghostpad target.
455
456 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
457
458         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
459         (gst_video_crop_transform), (gst_video_crop_transform_caps),
460         (gst_video_crop_set_caps), (gst_video_crop_set_property):
461         * gst/videocrop/gstvideocrop.h:
462         Fix renegotiation when changing properties using the new basetransform
463         features. Fixes #561502.
464
465         * tests/icles/Makefile.am:
466         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
467         Add crazy interactive test unit for dynamically changing properties.
468
469 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
470
471         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
472         (gst_rtspsrc_parse_range):
473         Add some more debugging.
474         Use the reanges received from the server unconditionally.
475         Fixes #561625.
476
477 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
478
479         * ext/pulse/pulsesink.c:
480           Change #if 0 to something more expresive and add pointer to related
481           bug ticket.
482
483 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
484
485         Patch by: Tal Shalif <tshalif at nargila dot org>
486
487         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
488         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
489         the latter don't exist on some systems (mingw). Fixes bug #561990.
490
491 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
492
493         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
494
495         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
496         Add transferMode.dnla.org header to HTTP requests as this is
497         required by the DLNA specs and doesn't hurt in other situations.
498         Fixes bug #561802.
499
500 2008-11-20  Michael Smith <msmith@songbirdnest.com>
501
502         * sys/osxvideo/osxvideosink.h:
503         * sys/osxvideo/osxvideosink.m:
504           Handle video window resizing more correctly, avoiding crashes when
505           embedding the window and resizing it.
506
507 2008-11-20  Michael Smith <msmith@songbirdnest.com>
508
509         * gst/udp/gstmultiudpsink.c:
510         * gst/udp/gstudpnetutils.c:
511         * gst/udp/gstudpnetutils.h:
512         * gst/udp/gstudpsrc.c:
513           Fix multiudpsink on OSX by passing the specific length of the socket,
514           refactor that into a function shared with the same thing in udpsrc.
515
516 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
517
518         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
519         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
520         (gst_wavparse_stream_headers):
521         Fix the scaling code.
522         Fix parsing of the INFO chunks, we were reading the wrong number of
523         bytes.  Fixes #561580.
524
525 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
526
527         * gst/matroska/matroska-mux.c:
528         Fix NULL pointer dereference of an unset codec_id in the recently 
529         added Dirac paths
530
531 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
532
533         * tests/check/Makefile.am:
534         Just keep disabling elements that hang the states test until it
535         works.
536
537 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
538
539         * ext/libpng/gstpngenc.c:
540         Don't flush downstream after every buffer - that's not what
541         this libpng callback is for at all!
542
543 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
544
545         * sys/v4l2/v4l2src_calls.c:
546           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
547           (gst_v4l2src_probe_caps_for_format):
548           Turns out we don't always get the frame sizes in a predefined
549           order from lowest to highest resolution, so let's just sort the
550           list by frame size once we've queried the possible resolutions
551           rather than assume any particular order. Fixes probed caps for
552           the camera in my HP2133 mini notebook and makes v4l2src default
553           to a decent size.
554
555 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
556
557         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
558         * gst/matroska/matroska-ids.h:
559         Make mkvdemux aware of E-AC3.
560
561 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
562
563         * gst/rtp/Makefile.am:
564         * gst/rtp/gstrtp.c: (plugin_init):
565         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
566         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
567         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
568         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
569         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
570         (gst_rtp_jpeg_depay_change_state),
571         (gst_rtp_jpeg_depay_plugin_init):
572         * gst/rtp/gstrtpjpegdepay.h:
573         Add a jpeg depayloader.
574
575         * gst/rtp/gstrtpjpegpay.c:
576         Set the default properties on the payloader to better defaults.
577
578 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
579
580         * sys/v4l2/gstv4l2.c:
581           Give it a primary rank for autovideosrc.
582
583 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
584
585         Patch by: Bjorn Ostby <bjornos at axis dot com>
586
587         * gst/rtp/Makefile.am:
588         * gst/rtp/gstrtp.c: (plugin_init):
589         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
590         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
591         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
592         (gst_rtp_jpeg_pay_read_quant_table),
593         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
594         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
595         (gst_rtp_jpeg_pay_plugin_init):
596         * gst/rtp/gstrtpjpegpay.h:
597         Add JPEG payloader. Fixes #560756.
598
599 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
600
601         Patch by: Fabricio Godoy <skarllot at gmail dot com>
602
603         * sys/oss/gstosssink.c: (gst_oss_sink_open):
604         * sys/oss/gstosssrc.c: (gst_oss_src_open):
605         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
606         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
607         Fix some spelling mistakes. Fixes #556802.
608
609 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
610
611         * gst/equalizer/GstIirEqualizer10Bands.prs:
612         * gst/equalizer/GstIirEqualizer3Bands.prs:
613         * gst/equalizer/Makefile.am:
614         * gst/equalizer/gstiirequalizer10bands.c:
615         * gst/equalizer/gstiirequalizer3bands.c:
616           Add presets for equalizer. Fixes #522183.
617
618 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
619
620         * gst/rtsp/Makefile.am:
621         * gst/rtsp/gstrtsp.c: (plugin_init):
622         * gst/rtsp/gstrtspgoogle.c:
623         * gst/rtsp/gstrtspgoogle.h:
624         Remove google extension again, it's not needed anymore because we never
625         send multiple transports anymore.
626
627 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
628
629         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
630
631         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
632         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
633         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
634         (gst_rtspsrc_stream_free),
635         (gst_rtspsrc_stream_configure_udp_sinks),
636         (gst_rtspsrc_stream_configure_transport),
637         (gst_rtspsrc_send_dummy_packets),
638         (gst_rtspsrc_create_transports_string),
639         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
640         * gst/rtsp/gstrtspsrc.h:
641         Add property to configure NAT traversal method.
642         Ignore EOS from the internal sinks.
643         Implement sending dummy packets as a (simple) method to open up
644         some firewalls.
645         Send PLAY request to the server after we started the udp sources.
646         Fixes #559545.
647
648 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
649
650         Patch by: Yotam <sh dot yotam at gmail dot com>
651
652         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
653         Flush the remaining frames on EOS. Fixes #560641.
654
655 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
656
657         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
658         Fix compiler warning about printf formatting.
659
660 2008-11-12  Andy Wingo  <wingo@pobox.com>
661
662         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
663         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
664         segment events instead of sending them from the seeking thread.
665         Fixes #559288.
666         (gst_qtdemux_push_pending_newsegment): New helper, sends out
667         queued newsegment events.
668         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
669         call it here, as we only seek when looping, and only push in the
670         movie state.
671
672 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
673
674         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
675         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
676         * gst/qtdemux/qtdemux_fourcc.h:
677         * gst/qtdemux/qtdemux_types.c:
678         Add cover and alternative copyright tag, and enhance some existing
679         ones by marking them as container atoms.
680
681 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
682
683         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
684         Don't ignore the return value of setcaps.
685
686 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
687
688         Patch by: Olivier Crete <tester at tester dot ca>
689
690         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
691         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
692         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
693         * gst/rtp/gstrtpg729pay.h:
694         Replace G729 payloader with an improved version. Fixes #532409.
695
696 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
699         (gst_rtspsrc_change_state):
700         Only send one transport at a time for improved compatibility with some
701         broken servers. See #537832.
702
703 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
704
705         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
706         (gst_rtspsrc_perform_seek):
707         Only pause/play in the seek handler when the source was playing.
708         Fixes #529379.
709
710 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
711
712         * gst/matroska/matroska-mux.c:
713         (gst_matroska_mux_handle_dirac_packet):
714         Fix muxing of Dirac streams if the input already has the format
715         we need, i.e. is the output of matroskademux.
716
717 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
718
719         * gst/avi/gstavimux.c:
720           Don't segfault on string typed tags being NULL. Fixes #560155.
721
722 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
723
724         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
725         (gst_matroska_mux_audio_pad_setcaps):
726         Fix mapping AAC profile to Matroska codec id.
727
728 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
729
730         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
731         (qtdemux_video_caps), (qtdemux_audio_caps):
732         Refactor some raw audio caps building, and handle >16-bit cases.
733         Fix/replace building caps from a string description.
734
735 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
736
737         * gst/audiofx/audiowsincband.c:
738         * gst/audiofx/audiowsinclimit.c:
739         * gst/cutter/gstcutter.c:
740           Make author name consistent with others.
741
742 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
743
744         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
745
746         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
747         (gst_rtspsrc_stream_configure_udp_sink):
748         Pause the RTSP stream before doing a new play request.
749         Make sure that adding the udpsinks does not cause the rtspsrc to become
750         a sink. Fixes #559547.
751
752 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
753
754         * gst/matroska/matroska-ids.h:
755         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
756         (gst_matroska_mux_handle_dirac_packet),
757         (gst_matroska_mux_write_data):
758         Implement Dirac muxing into Matroska comforming to the spec, i.e.
759         put all Dirac packages up to a picture into a Matroska block.
760
761         TODO: Implement writing of the ReferenceBlock Matroska elements,
762         currently the Dirac muxing is only 100% correct if Matroska version 2
763         is selected for muxing.
764
765 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
766
767         Patch by: Bastien Nocera <hadess at hadess dot net>,
768                   Hans de Goede <jwrdegoede at fedoraproject dot org>
769
770         * configure.ac:
771         * sys/v4l2/Makefile.am:
772         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
773         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
774         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
775         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
776         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
777         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
778         (gst_v4l2_get_input), (gst_v4l2_set_input):
779         * sys/v4l2/v4l2_calls.h:
780         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
781         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
782         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
783         (gst_v4l2src_fill_format_list),
784         (gst_v4l2src_probe_caps_for_format_and_size),
785         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
786         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
787         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
788         (gst_v4l2src_get_nearest_size):
789         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
790
791 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
792
793         * ext/aalib/Makefile.am:
794         * ext/annodex/Makefile.am:
795         * ext/cairo/Makefile.am:
796         * ext/dv/Makefile.am:
797         * ext/esd/Makefile.am:
798         * ext/flac/Makefile.am:
799         * ext/gconf/Makefile.am:
800         * ext/gdk_pixbuf/Makefile.am:
801         * ext/hal/Makefile.am:
802         * ext/jpeg/Makefile.am:
803         * ext/ladspa/Makefile.am:
804         * ext/libcaca/Makefile.am:
805         * ext/libmng/Makefile.am:
806         * ext/libpng/Makefile.am:
807         * ext/mikmod/Makefile.am:
808         * ext/pulse/Makefile.am:
809         * ext/raw1394/Makefile.am:
810         * ext/shout2/Makefile.am:
811         * ext/soup/Makefile.am:
812         * ext/speex/Makefile.am:
813         * ext/taglib/Makefile.am:
814         * ext/wavpack/Makefile.am:
815         * gst/alpha/Makefile.am:
816         * gst/apetag/Makefile.am:
817         * gst/audiofx/Makefile.am:
818         * gst/auparse/Makefile.am:
819         * gst/autodetect/Makefile.am:
820         * gst/avi/Makefile.am:
821         * gst/cutter/Makefile.am:
822         * gst/debug/Makefile.am:
823         * gst/effectv/Makefile.am:
824         * gst/equalizer/Makefile.am:
825         * gst/flx/Makefile.am:
826         * gst/goom/Makefile.am:
827         * gst/goom2k1/Makefile.am:
828         * gst/icydemux/Makefile.am:
829         * gst/id3demux/Makefile.am:
830         * gst/interleave/Makefile.am:
831         * gst/law/Makefile.am:
832         * gst/level/Makefile.am:
833         * gst/matroska/Makefile.am:
834         * gst/median/Makefile.am:
835         * gst/monoscope/Makefile.am:
836         * gst/multifile/Makefile.am:
837         * gst/multipart/Makefile.am:
838         * gst/oldcore/Makefile.am:
839         * gst/qtdemux/Makefile.am:
840         * gst/replaygain/Makefile.am:
841         * gst/rtp/Makefile.am:
842         * gst/rtsp/Makefile.am:
843         * gst/smpte/Makefile.am:
844         * gst/spectrum/Makefile.am:
845         * gst/udp/Makefile.am:
846         * gst/videobox/Makefile.am:
847         * gst/videocrop/Makefile.am:
848         * gst/videofilter/Makefile.am:
849         * gst/videomixer/Makefile.am:
850         * gst/wavenc/Makefile.am:
851         * gst/wavparse/Makefile.am:
852         * sys/directdraw/Makefile.am:
853         * sys/directsound/Makefile.am:
854         * sys/oss/Makefile.am:
855         * sys/osxaudio/Makefile.am:
856         * sys/osxvideo/Makefile.am:
857         * sys/sunaudio/Makefile.am:
858         * sys/v4l2/Makefile.am:
859         * sys/waveform/Makefile.am:
860         * sys/ximage/Makefile.am:
861           Don't install static libs for plugins. Fixes #550851 for -good.
862
863 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
864
865         * ext/flac/Makefile.am:
866         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
867         This fixes compilation if FLAC is installed in an uncommon location
868         that is not already handled by other CFLAGS. Fixes bug #558711.
869
870 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
871
872         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
873         Guard more uncommon formats with ifdefs so that we can compile on older
874         versions.
875
876 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
877
878         Patch by: Nick Haddad <nick at haddads dot net>
879
880         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
881         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
882         (gst_avi_demux_stream_data):
883         Invert other uncompressed RGB formats. Fixes #558554.
884
885 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
886
887         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
888         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
889         * gst/wavenc/gstwavenc.h:
890         Add support for float/double as input and remove the (nowadays)
891         useless parsing of the depth as we require width==depth.
892
893 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
894
895         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
896         * gst/rtp/gstrtpmpapay.c:
897         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
898         mpeg version 1. Fixes #558427.
899
900 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
901
902         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
903         (gst_rtp_L16_pay_getcaps):
904         Only put an integral amount of samples in the RTP packet.
905         Fixes #556641.
906
907 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
908
909         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
910         * gst/rtp/gstrtpchannels.h:
911         Add method to get possible channel positions.
912
913 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
914
915         * gst/rtp/Makefile.am:
916         Also commit updated makefile
917
918 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
919
920         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
921         Don't allow width=32,depth=24 as input. WAV requires that the width
922         is the next integer multiply of 8 from the depth.
923
924 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
925
926         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
927         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
928         (gst_rtp_L16_pay_getcaps):
929         * gst/rtp/gstrtpchannels.c: (check_channels),
930         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
931         (gst_rtp_channels_create_default):
932         * gst/rtp/gstrtpchannels.h:
933         Add mappings for multichannel support. Does not completely just work
934         because the getcaps function does not yet return the allowed channel
935         mappings. See #556641.
936
937 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
938
939         * gst/goom/Makefile.am:
940         * gst/goom/README:
941         * gst/goom/config_param.c:
942         * gst/goom/convolve_fx.c:
943         * gst/goom/drawmethods.c:
944         * gst/goom/drawmethods.h:
945         * gst/goom/filters.c:
946         * gst/goom/filters_mmx.s:
947         * gst/goom/flying_stars_fx.c:
948         * gst/goom/goom.h:
949         * gst/goom/goom_config.h:
950         * gst/goom/goom_config_param.h:
951         * gst/goom/goom_core.c:
952         * gst/goom/goom_filters.h:
953         * gst/goom/goom_fx.h:
954         * gst/goom/goom_graphic.h:
955         * gst/goom/goom_plugin_info.h:
956         * gst/goom/goom_tools.c:
957         * gst/goom/goom_tools.h:
958         * gst/goom/goom_typedefs.h:
959         * gst/goom/goom_visual_fx.h:
960         * gst/goom/graphic.c:
961         * gst/goom/ifs.c:
962         * gst/goom/ifs.h:
963         * gst/goom/lines.c:
964         * gst/goom/lines.h:
965         * gst/goom/mathtools.c:
966         * gst/goom/mathtools.h:
967         * gst/goom/mmx.c:
968         * gst/goom/motif_goom1.h:
969         * gst/goom/motif_goom2.h:
970         * gst/goom/plugin_info.c:
971         * gst/goom/ppc_drawings.h:
972         * gst/goom/ppc_zoom_ultimate.h:
973         * gst/goom/sound_tester.c:
974         * gst/goom/sound_tester.h:
975         * gst/goom/surf3d.c:
976         * gst/goom/surf3d.h:
977         * gst/goom/tentacle3d.c:
978         * gst/goom/tentacle3d.h:
979         * gst/goom/v3d.c:
980         * gst/goom/v3d.h:
981         * gst/goom/xmmx.c:
982           Add license headers in all source files. Remove filter.c from
983           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
984           which are not used right now. Fixes #557709.
985
986 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
987
988         Patch by: Olivier Crete <tester at tester dot ca>
989
990         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
991         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
992         Implement getcaps in rtpL16pay. Fixes #556484.
993
994 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
995
996         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
997         (gst_rtp_L16_depay_process):
998         Check if clock-rate and channels are valid.
999         Don't ignore the return value of setcaps.
1000         No need to validate the buffer, the base class does that for us.
1001         Use the marker bit to set the DISCONT flag on outgoing buffers.
1002
1003         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1004         Don't ignore the return value of set_outcaps.
1005
1006         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1007         (gst_rtp_ac3_depay_process):
1008         Don't ignore the return value of set_caps.
1009         No need to validate the buffer, the base class does that for us.
1010
1011         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1012         (gst_rtp_amr_depay_process):
1013         * gst/rtp/gstrtpamrdepay.h:
1014         Don't ignore the return value of setcaps.
1015         No need to validate the buffer, the base class does that for us.
1016         No need to set output caps on the buffers, the base class does that for
1017         us.
1018         The subclass will make sure we are negotiated.
1019         
1020         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1021         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1022         * gst/rtp/gstrtpdvdepay.h:
1023         Clean up caps negotiation.
1024         The subclass will make sure we are negotiated.
1025
1026         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1027         (gst_rtp_g726_depay_process):
1028         Clean up caps negotiation.
1029         Use the marker bit to set the DISCONT flag on outgoing buffers.
1030
1031         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1032         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1033         * gst/rtp/gstrtpg729depay.h:
1034         The subclass will make sure we are negotiated.
1035         Use the marker bit to set the DISCONT flag on outgoing buffers.
1036
1037         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1038         (gst_rtp_gsm_depay_process):
1039         Clean up caps negotiation.
1040         Use the marker bit to set the DISCONT flag on outgoing buffers.
1041
1042         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1043         Clean up caps negotiation.
1044         Don't ignore the return value of set_outcaps.
1045
1046         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1047         (gst_rtp_h263_depay_process):
1048         Clean up caps negotiation.
1049         No need to validate the buffer, the base class does that for us.
1050
1051         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1052         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1053         * gst/rtp/gstrtph263pay.h:
1054         Don't ignore the return value of set_outcaps.
1055         Do some more timestamps.
1056
1057         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1058         (gst_rtp_h263p_depay_process):
1059         Clean up caps negotiation.
1060         Don't ignore the return value of setcaps.
1061         No need to validate the buffer, the base class does that for us.
1062
1063         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1064         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1065         (gst_rtp_h263p_pay_handle_buffer):
1066         * gst/rtp/gstrtph263ppay.h:
1067         Don't ignore the return value of set_outcaps.
1068         Do some more timestamps.
1069
1070         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1071         (gst_rtp_h264_depay_process):
1072         Clean up caps negotiation.
1073         Don't ignore the return value of setcaps.
1074         Fix possible caps leak.
1075         No need to validate the buffer, the base class does that for us.
1076
1077         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1078         Add some more debug info.
1079
1080         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1081         (gst_rtp_ilbc_depay_process):
1082         Clean up caps negotiation.
1083         Use the marker bit to set the DISCONT flag on outgoing buffers.
1084
1085         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1086         Clean up caps negotiation.
1087
1088         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1089         (gst_rtp_mp1s_depay_process):
1090         Clean up caps negotiation.
1091         Don't ignore the return value of setcaps.
1092         No need to validate the buffer, the base class does that for us.
1093         No need to set caps on buffers, subclass does that for us.
1094
1095         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1096         (gst_rtp_mp2t_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         No need to set caps on buffers, subclass does that for us.
1101
1102         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1103         (gst_rtp_mp4a_depay_process):
1104         Clean up caps negotiation.
1105         Don't ignore the return value of setcaps.
1106         No need to validate the buffer, the base class does that for us.
1107
1108         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1109         (gst_rtp_mp4a_pay_setcaps):
1110         Don't ignore the return value of set_outcaps.
1111
1112         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1113         (gst_rtp_mp4g_depay_process):
1114         Clean up caps negotiation.
1115         Don't ignore the return value of setcaps.
1116         No need to validate the buffer, the base class does that for us.
1117         No need to set caps on buffers, subclass does that for us.
1118
1119         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1120         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1121         Don't ignore the return value of set_outcaps.
1122
1123         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1124         (gst_rtp_mp4v_depay_process):
1125         Clean up caps negotiation.
1126         Don't ignore the return value of setcaps.
1127         No need to validate the buffer, the base class does that for us.
1128         No need to set caps on buffers, subclass does that for us.
1129
1130         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1131         (gst_rtp_mp4v_pay_setcaps):
1132         Don't ignore the return value of set_outcaps.
1133
1134         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1135         (gst_rtp_mpa_depay_process):
1136         Clean up caps negotiation.
1137         Don't ignore the return value of setcaps.
1138         No need to validate the buffer, the base class does that for us.
1139         Use the marker bit to set the DISCONT flag on outgoing buffers.
1140
1141         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1142         Don't ignore the return value of set_outcaps.
1143
1144         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1145         (gst_rtp_mpv_depay_process):
1146         Clean up caps negotiation.
1147         Actually set output caps.
1148         No need to validate the buffer, the base class does that for us.
1149
1150         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1151         Don't ignore the return value of set_outcaps.
1152
1153         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1154         (gst_rtp_pcma_depay_process):
1155         Clean up caps negotiation.
1156         Set output buffer duration because we can.
1157         Use the marker bit to set the DISCONT flag on outgoing buffers.
1158
1159         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1160         Don't ignore the return value of set_outcaps.
1161
1162         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1163         (gst_rtp_pcmu_depay_process):
1164         Clean up caps negotiation.
1165         Use the marker bit to set the DISCONT flag on outgoing buffers.
1166
1167         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1168         Don't ignore the return value of set_outcaps.
1169
1170         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1171         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1172         Clean up caps negotiation.
1173         Set output caps on the pad and header buffers.
1174         Set duration on output buffers because we can.
1175
1176         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1177         Don't ignore the return value of set_outcaps.
1178
1179         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1180         (gst_rtp_sv3v_depay_process):
1181         Clean up caps negotiation.
1182         No need to validate the buffer, the base class does that for us.
1183         No need to set caps out output buffers, subclass does that.
1184
1185         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1186         (gst_rtp_theora_depay_process):
1187         Don't ignore the return value of setcaps.
1188         No need to validate the buffer, the base class does that for us.
1189
1190         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1191         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1192         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1193         (gst_rtp_theora_pay_handle_buffer):
1194         Don't ignore the return value of set_outcaps.
1195
1196         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1197         (gst_rtp_vorbis_depay_process):
1198         Don't ignore the return value of setcaps.
1199         No need to validate the buffer, the base class does that for us.
1200
1201         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1202         Don't ignore the return value of set_outcaps.
1203
1204         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1205         Clean up caps negotiation, don't ignore setcaps return.
1206
1207         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1208         Don't ignore the return value of set_outcaps.
1209
1210 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1211
1212         * gst/matroska/matroska-demux.c:
1213         (gst_matroska_demux_handle_src_event):
1214         Forward unknown events upstream.
1215
1216 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1217
1218         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1219         Add some refcount check
1220
1221         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1222         Don't ignore the result of write(), fixes a  compiler warning for me.
1223
1224         * tests/icles/videobox-test.c: (main):
1225         Make the output a little more pretty.
1226
1227 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1228
1229         * ext/esd/esdmon.c:
1230           Add doc blob.
1231
1232 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1233
1234         * docs/plugins/Makefile.am:
1235         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1236         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1237         * docs/plugins/gst-plugins-good-plugins.args:
1238         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1239         * docs/plugins/gst-plugins-good-plugins.interfaces:
1240         * docs/plugins/inspect/plugin-autodetect.xml:
1241           Add the docs of the new elements.
1242
1243 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1244
1245         * gst/autodetect/gstautoaudiosrc.c:
1246         (gst_auto_audio_src_class_init):
1247         * gst/autodetect/gstautovideosrc.c:
1248         (gst_auto_video_src_class_init):
1249         Fix "Since" tags in the documentation.
1250
1251 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1252
1253         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1254
1255         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1256         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1257         Add support for souphttpsrc to act as a live source. This makes it
1258         possible to get timestamped buffers in combination with the
1259         "do-timestamp" property. Fixes bug #556019.
1260
1261 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1262
1263         * gst/autodetect/Makefile.am:
1264         * gst/autodetect/gstautoaudiosink.c:
1265         * gst/autodetect/gstautoaudiosrc.c:
1266         * gst/autodetect/gstautoaudiosrc.h:
1267         * gst/autodetect/gstautodetect.c:
1268         * gst/autodetect/gstautovideosink.c:
1269         * gst/autodetect/gstautovideosrc.c:
1270         * gst/autodetect/gstautovideosrc.h:
1271           Implement src plugins. Little code/string cleanup in the sinks.
1272           Fixes #523813.
1273
1274 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1275
1276         Patch by: Peter Kjellerstedt <pkj at axis com>
1277
1278         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1279         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1280         Fix a memory leak when pads are requested but the pipeline never
1281         goes into PLAYING.
1282
1283         Correctly remove request pads, no matter if they have collected
1284         data or not.
1285
1286         Fixes bug #557710.
1287
1288 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1289
1290         Patch by: <lrn1986 at gmail dot com>
1291
1292         * gst/udp/gstudpnetutils.h:
1293         Define the correct WINVER so getaddinfo() can be used when using
1294         mingw32. Fixes bug #557294.
1295
1296 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1297
1298         Patch by: <lrn1986 at gmail dot com>
1299
1300         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1301         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1302         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1303         Fix "argument type mismatch" compiler warnings on Windows.
1304         Fixes bug #557293.
1305
1306 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1307
1308         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1309         Don't calculate the filter coefficients for every single buffer
1310         but only when it's needed. Fixes bug #557260.
1311
1312 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1313
1314         * configure.ac:
1315         Back to development -> 0.10.11.1
1316
1317 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1318
1319         * gst-plugins-good.doap:
1320         Fix version number of 0.10.11 release in doap file
1321
1322 === release 0.10.11 ===
1323
1324 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1325
1326         * configure.ac:
1327           releasing 0.10.11, "Secondary Consideration"
1328
1329 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1330
1331         * configure.ac:
1332         Commit 0.10.10.4 pre-release
1333
1334 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1335
1336         * gst/avi/gstavimux.c:
1337         Fix VPRP chunk setup in avimux.
1338         Fixes: #556010
1339         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1340
1341 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1342
1343         * gst/videobox/gstvideobox.c:
1344         support dynamically changing properties in videobox
1345         Fixed: #557085
1346         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1347
1348 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1349
1350         * configure.ac:
1351         0.10.10.3 pre-release
1352
1353 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1354
1355         * tests/check/Makefile.am:
1356         Don't run the states test on pulsesrc and pulsesink
1357
1358 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1359
1360         * configure.ac:
1361         Commit 0.10.10.2 pre-release bump that actually went
1362         out on 2008-10-11
1363
1364 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1365
1366         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1367         Skip entries for streams that don't have a output pad yet, thereby
1368         avoiding calling pad functions with a NULL pad.
1369         Fixes #556424
1370
1371 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1372
1373         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1374         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1375         Remove problematic and useless refcount check.
1376         Fixes #556381
1377
1378 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1379
1380         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1381         Remove problematic and useless refcount check.
1382         Fixes #556381
1383
1384 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1385
1386         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1387         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1388         Cast some size_t arguments to guint to avoid compiler
1389         warnings on 64-bit systems.
1390
1391 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1392
1393         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1394         Return TRUE instead of FALSE from the event handler when we swallowed the
1395         event.
1396
1397 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1398
1399         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1400         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1401         Reset header state. Fixes #555321.
1402
1403 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1404
1405         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1406         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1407         * gst/avi/gstavidemux.h:
1408         For timestamping audio packets we need to take into account the
1409         amount of blocks in one entry using the blockalign. Fixes some sync
1410         issues with zero-padded audio blocks in the beginning of avi files.
1411
1412 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1413
1414         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1415         (gst_multi_file_src_query):
1416         Implement DEFAULT and BUFFER position queries. See #555260.
1417
1418 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1419
1420         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1421         Fix build for systems that don't have XDamage.
1422
1423 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1424
1425         * tests/examples/rtp/client-H263p.sdp:
1426         * tests/examples/rtp/client-H263p.sh:
1427         * tests/examples/rtp/server-VTS-H263p.sh:
1428         Add some more H263p server and client examples.
1429
1430 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1431
1432         * configure.ac::
1433           Depend on released versions of core and base.
1434
1435 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1436
1437         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1438         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1439         Return -1 instead of 0 in error cases. Fixes #554771.
1440
1441 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1442
1443         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1444         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1445         Stop leaking the cursor image.
1446         Unref the last_ximage and the cached cursor image on shutdown.
1447         Fixes #551570.
1448
1449 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1450
1451         * sys/v4l2/gstv4l2object.h:
1452         Getting the Class from an instance is not just a matter of casting it to
1453         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1454         instance. Fixes #549784.
1455
1456 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1457
1458         * configure.ac:
1459           Fix libs for linking directsound.
1460         * sys/directsound/gstdirectsoundsink.c:
1461           Fix buffer sizing to prevent racing the ringbuffer at startup.
1462           Add volume property.
1463
1464 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1465
1466         * ext/pulse/pulsesink.c:
1467         Fix problems with pulsesink randomly erroring with code 'OK' after a
1468         format change on the stream by waiting when disconnecting the stream.
1469
1470 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1471
1472         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1473         (gst_rtp_amr_depay_process):
1474         Mark DISCONT on output buffers when the marker bit signals a new talk
1475         spurt.
1476
1477         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1478         Set the marker bit for buffers with a DISCONT flag to signal a talk
1479         spurt.
1480
1481 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1482
1483         * gst/rtp/Makefile.am:
1484         * gst/rtp/gstrtp.c: (plugin_init):
1485         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1486         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1487         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1488         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1489         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1490         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1491         * gst/rtp/gstrtpmp4apay.h:
1492         Added MP4A-LATM payloader to match the depayloader.
1493
1494 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1495
1496         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1497         (gst_videomixer_sink_event):
1498         Handle segments a little better. Fixes #537361.
1499
1500 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1501
1502         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1503         Don't assume the server supports PAUSE by default. Fixes #551048.
1504
1505 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1506
1507         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1508         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1509         Switch on the socket family to get the addrlen size right.
1510
1511 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1512
1513         Patch by: Daniel Franke <df at dfranke dot us>
1514
1515         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1516         OS X's bind() implementation is picky about its addrlen parameter and
1517         fails with EINVAL if it is larger than expected for the socket's address
1518         family. Set the length to the expected length instead. Fixes #553191.
1519
1520 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1521
1522         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1523         Handle the case where we cannot do desribe or when the describe result
1524         does not contain a valid SDP message.
1525
1526 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1527
1528         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1529         Fix setting the qos.
1530
1531 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1532
1533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1534         (gst_qtdemux_chain):
1535         Some 'broken' files out there have atom lengths of zero...
1536         which basically results in qtdemux consuming that atom again and again
1537         until the *end of night* !
1538         Detect that and emits an adequate element error message.
1539
1540 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1541
1542         * gst/interleave/Makefile.am:
1543         * gst/matroska/Makefile.am:
1544         Fix build flags order.
1545
1546         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1547         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1548         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1549         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1550         Format fixes.
1551
1552         * tests/check/elements/multifile.c:
1553         Pull in unistd.h
1554
1555 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1556
1557         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1558         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1559         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1560         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1561         (gst_rtp_mp4g_depay_change_state):
1562         * gst/rtp/gstrtpmp4gdepay.h:
1563         Handle interleaved streams by reordering AU in a queue.
1564
1565 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1566
1567         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1568         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1569         Change some of the ranges in the caps, mostly for the amount of bits we
1570         can use.
1571         Added a little bitstream parse and use it to parse the AU header fields.
1572         Check for malformed and wrongly sized packets better.
1573         Implement more header field parsing.
1574         Handle the size of fragmented packets correctly.
1575
1576 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1577
1578         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1579         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1580         Add mapping for 'tiff' => image/tiff
1581         Fixes #552213
1582
1583 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1584
1585
1586         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1587         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1588           Pretend to care about the result of write() which works around
1589           compiler warnings.
1590
1591 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1592
1593         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1594           Make sure the desired default values are actually set, not only
1595           registered as defaults (actual problem is that the stereo-specific
1596           values are only updated if channels==2, which is not the case yet
1597           when the object is created, so the default values for the
1598           mid-side-stereo and loose-mid-side-stereo settings are never
1599           set in _update_quality()). Makes flacenc create smaller files by
1600           default (for stereo input), and fixes #550791.
1601
1602 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1603
1604         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1605         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1606         (qtdemux_parse_trak), (qtdemux_video_caps):
1607         * gst/qtdemux/qtdemux.h:
1608         * gst/qtdemux/qtdemux_fourcc.h:
1609         * gst/qtdemux/qtdemux_types.c:
1610         Add support for video/mj2 mime-type and its additional atoms/boxes.
1611         Fixes #550646.
1612
1613 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1614
1615         * gst/debug/gsttaginject.c:
1616           Add warning when tags parameter is unparsable and give example for
1617           quoting in the docs.
1618
1619 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1620
1621         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1622         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1623         Add some alternative byteswapped mappings that seem to pop up sometimes.
1624         Fixes #550288.
1625
1626 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1627
1628         * po/LINGUAS:
1629         * po/POTFILES.in:
1630         * po/POTFILES.skip:
1631           Add 'ca' to LINGUAS; add some more files with translations and some
1632           files which should be ignored by translation tools.
1633
1634 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1635
1636         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1637         * ext/speex/gstspeexdec.h:
1638         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1639         * ext/speex/gstspeexenc.h:
1640         Use integer encoding and decoding functions instead of converting
1641         the integer input to float in the element. The libspeex integer
1642         functions are doing this for us already or, if libspeex was compiled
1643         in integer mode, they're doing everything using integer arithmetics.
1644         Also saves some copying around.
1645
1646 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1647
1648         * configure.ac:
1649           Fix --disable-external
1650
1651 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1652
1653         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1654         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1655         * ext/wavpack/gstwavpackenc.h:
1656         Handle non-zero start timestamps and stream discontinuities
1657         correctly. This only has an effect if we're muxing into
1658         a container format as the raw WavPack stream must contain
1659         continous sample numbers.
1660
1661 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1662
1663         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1664         Correct the timestamp and granulepos calculation by one Speex
1665         frame.
1666
1667 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1668
1669         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1670         Correctly take the granulepos from upstream if possible and
1671         correctly handle the granulepos in various calculations: the
1672         granulepos is the sample number of the _last_ sample in a frame, not
1673         the first.
1674
1675         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1676         (gst_speex_enc_encode), (gst_speex_enc_chain),
1677         (gst_speex_enc_change_state):
1678         * ext/speex/gstspeexenc.h:
1679         Handle non-zero start timestamps in the encoder and detect/handle
1680         stream discontinuities. Fixes bug #547075.
1681
1682 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1683
1684         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1685
1686         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1687         Fix compiler warnings caused by passing a string as format string
1688         instead of "%s" and then the string. This is only exposed by -Wformat=2
1689         as used by default on Ubuntu. Fixes bug #550015.
1690
1691 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1692
1693         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1694         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1695         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1696         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1697         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1698           (gst_ebml_read_element_length):
1699         * gst/matroska/matroska-demux.c:
1700           (gst_matroska_demux_check_subtitle_buffer):
1701           Make stuff compile with GST_DISABLE_GST_DEBUG.
1702
1703 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1704
1705         * gst/law/alaw.c:
1706         * gst/law/mulaw.c:
1707           Ref caps before passing to gst_pad_template_new(), since that takes
1708           ownership.
1709
1710 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1711
1712         Patch by: Mersad Jelacic <mersad at axis dot com>
1713
1714         * gst/multipart/multipartdemux.c:
1715         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1716         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1717         demuxer. Fixes #549551.
1718
1719 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1720
1721         * sys/osxaudio/gstosxaudiosink.c:
1722         (gst_osx_audio_sink_select_device):
1723         * sys/osxaudio/gstosxaudiosrc.c:
1724         (gst_osx_audio_src_create_ringbuffer),
1725         (gst_osx_audio_src_select_device):
1726         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1727         Fix the build on macosx.
1728
1729 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1730
1731         * gst/icydemux/gsticydemux.c:
1732           Small docs fix: in the example pipeline, we need to pass
1733           iradio-mode=true to the source, so the server actually sends
1734           an ICY stream.
1735
1736 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1737
1738         * sys/osxaudio/gstosxaudio.c:
1739           Oops. Revert more completely.
1740
1741 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1742
1743         * sys/osxaudio/gstosxaudio.c:
1744           Revert accidental element rename from testing.
1745
1746 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1747
1748         * gst-plugins-good.doap:
1749         Pull in 0.10.10 doap entry from release branch
1750
1751 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1752
1753         * configure.ac:
1754         Update version number to reflect 0.10.10 release from
1755         branch.
1756
1757 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1758
1759         * sys/osxaudio/Makefile.am:
1760         * sys/osxaudio/gstosxaudio.c:
1761         * sys/osxaudio/gstosxaudiosink.c:
1762         * sys/osxaudio/gstosxaudiosink.h:
1763         * sys/osxaudio/gstosxaudiosrc.c:
1764         * sys/osxaudio/gstosxaudiosrc.h:
1765         * sys/osxaudio/gstosxringbuffer.c:
1766         * sys/osxaudio/gstosxringbuffer.h:
1767           Rewrite caps setting and ring buffer initialisation.
1768           Previously we never told CoreAudio what format we were going to send it,
1769           so it only worked due to luck, and not at all on some hardware.
1770           Now we explicitly advertise what formats the hardware supports, and then
1771           configure the selected one correctly.
1772
1773 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1774
1775         * sys/v4l2/gstv4l2object.c:
1776         * sys/v4l2/gstv4l2src.c:
1777         * sys/v4l2/gstv4l2src.h:
1778         * sys/v4l2/v4l2_calls.c:
1779         * sys/v4l2/v4l2src_calls.c:
1780           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1781           need to memset instance structures. Some more FIXME's and comments.
1782
1783 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * tests/icles/.cvsignore:
1786           Ignore more.
1787
1788 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1789
1790         * gst/goom/.cvsignore:
1791         * gst/goom2k1/.cvsignore:
1792           Ignore files.
1793
1794 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1795
1796         * ext/cairo/gsttextoverlay.c:
1797           Fix compiler warning.
1798
1799 2008-08-25  David Schleef  <ds@schleef.org>
1800
1801         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1802
1803 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1804
1805         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1806         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1807         * gst/matroska/matroska-mux.c:
1808         (gst_matroska_mux_video_pad_setcaps),
1809         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1810         Add Real[Audio|Video] support to Matroska containers.
1811         It works fine for:
1812         * decoding real audio/video streams contained in mkv
1813         * 'transmuxing' real (.rm) files into .mkv files
1814         It will not work though for encoding real[audio/video] streams that
1815         don't contain the 'mdpr_data' extra data on the caps.
1816         The reason why this will not work is because I never intended to
1817         duplicate virtually all the 'mdpr' block creation into mkvmux.
1818         Fixes #536067
1819
1820 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1821
1822         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1823         * gst/law/mulaw-conversion.c:
1824         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1825         (gst_mulawenc_chain):
1826         The encoder can't really renegotiate at the time they perform a
1827         pad-alloc so make the srcpads use fixed caps.
1828         Check the buffer size after a pad-alloc because the returned size might
1829         not be right when the downstream element does not know the size of the
1830         new buffer (capsfilter). Fixes #549073.
1831
1832 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1833
1834         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1835
1836         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1837         v4l2src doesn't have a property named "norm" so don't try to notify
1838         about changes to that property. The "norm" property and related
1839         code are commented out currently. Fixes bug #549090.
1840
1841 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1842
1843         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1844
1845         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1846         Reprobe devices again instead of taking a cached list as new
1847         devices could've been plugged in. Fixes bug #549062.
1848
1849 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1850
1851         * gst/autodetect/Makefile.am:
1852         Don't link the autodetect plugin with GConf as it doesn't
1853         use GConf. Fixes bug #545463.
1854
1855 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1856
1857         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1858         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1859         (gst_ebml_read_sint), (gst_ebml_read_float),
1860         (gst_ebml_read_header):
1861         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1862         possible to ignore errors and not post any ERROR messages on
1863         the bus.
1864
1865         * gst/matroska/matroska-demux.c:
1866         (gst_matroska_demux_parse_contents):
1867         Ignore any errors and not just EOS when parsing the contents of
1868         a SeekHead. Errors here are usually caused by truncated files
1869         and playback of the file works fine. Fixes playback of the
1870         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1871         archive.
1872
1873 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1874
1875         * gst/multipart/multipartdemux.c:
1876         * gst/multipart/multipartmux.c:
1877         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1878
1879 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1880
1881         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1882           gst_directdraw_sink_bufferpool_clear):
1883           Fix two more buffer ref leaks.
1884
1885 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1886
1887         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1888
1889         * sys/directdraw/gstdirectdrawsink.c:
1890           (gst_directdraw_sink_show_frame):
1891           Fix buffer ref leak.
1892
1893 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1894
1895         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1896         Revert the last commit. wavenc still supports width!=depth for 32 bit
1897         width. Thanks Tim.
1898
1899 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1900
1901         * gst/matroska/matroska-demux.c:
1902         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1903         If the duration of a block is unknown only use the timestamp for the
1904         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1905         laces. Otherwise every lace has the same timestamp which leads to
1906         various problems. Really fixes bug #548831.
1907
1908 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1909
1910         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1911         If we're not allowing width!=depth in wavenc we should also disable
1912         the code that was added to support width!=depth.
1913
1914 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1915
1916         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1917         Don't calculate the default duration of a frame from the audio sampling
1918         rate. This only works for raw audio if every frame contains a single
1919         sample and results in broken buffer durations for other formats
1920         if no specified default duration is given or the blocks have no
1921         duration. Fixes bug #548831.
1922
1923 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1924
1925         * gst/matroska/matroska-demux.c:
1926         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1927         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1928         are used for text/plain subtitles as a gap-filler in some files.
1929
1930 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1931
1932         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1933         (gst_v4l2_get_caps_info):
1934         Add S910 and PWC formats with a low priority.
1935
1936         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1937         (gst_v4l2src_probe_caps_for_format):
1938         Add more debugging.
1939
1940 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1941
1942         * ext/flac/gstflacenc.c:
1943           Fix compilation against older libflac versions.
1944
1945 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1946
1947         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1948         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1949         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1950         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1951         (gst_pulsemixer_ctrl_set_volume):
1952         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1953         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1954         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1955         (gst_pulsesink_init), (gst_pulsesink_open),
1956         (gst_pulsesink_prepare), (gst_pulsesink_write),
1957         (gst_pulsesink_delay), (gst_pulsesink_reset):
1958         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1959         (gst_pulsesrc_init):
1960         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1961         Fix a locking issue in pulsesink's prepare function.
1962
1963         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1964         Check if the created channel layout is valid for GStreamer.
1965
1966 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1967
1968         * gst/rtsp/gstrtspgoogle.c:
1969         Things that can happen when your brain is in google mode trying to
1970         deal with their google rtsp server extensions and trying to type your
1971         google mail account.
1972
1973 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1974
1975         * gst/rtsp/Makefile.am:
1976         * gst/rtsp/gstrtsp.c: (plugin_init):
1977         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1978         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1979         (_do_init), (gst_rtsp_google_base_init),
1980         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1981         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1982         (gst_rtsp_google_extension_init):
1983         * gst/rtsp/gstrtspgoogle.h:
1984         Add google RTSP extension, it can only handle udp and responds with
1985         unsupported if we do anything else. Fixes #546465.
1986
1987         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1988         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1989         (gst_rtspsrc_create_transports_string),
1990         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1991         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1992         Make transport setup code a bit better using GString.
1993         Add some more debug.
1994         Check for closed connections before doing anything on them.
1995
1996 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1997
1998         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1999         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2000         (gst_pulsesrc_prepare):
2001         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2002         (gst_pulse_channel_map_to_gst):
2003         * ext/pulse/pulseutil.h:
2004         If downstream provides no channel layout and >2 channels should be
2005         used use the default layout that pulseaudio chooses and also
2006         add this layout to the caps. Fixes bug #547258.
2007
2008 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2009
2010         Patch by: Peter Kjellerstedt <pkj at axis com>
2011
2012         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2013         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2014         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2015         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2016         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2017         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2018         (gst_udpsrc_set_property):
2019         Avoid leaking internally allocated file descriptors when setting
2020         custom file descriptors. Fixes #543101.
2021
2022 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2023
2024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2025         Don't try to configure RTCP back to the server when the server did not
2026         give us a valid port number.
2027
2028 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2029
2030         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2031         Use new basetransform method to renegotiate. Fixes #544956.
2032
2033         * tests/icles/Makefile.am:
2034         * tests/icles/videobox-test.c: (make_pipeline), (main):
2035         Add videobox renegotiation example.
2036
2037 2008-08-19  David Schleef  <ds@schleef.org>
2038
2039         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2040         with sane values.  Fixes #548530.
2041
2042 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2043
2044         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2045         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2046         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2047         are already filled with the correct values by
2048         gst_ring_buffer_parse_caps() so there's no need to set them again
2049         with wrong values.
2050
2051 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2052
2053         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2054         (gst_avi_demux_read_subindexes_push):
2055         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2056         and instead of using the 'ix##' nomenclature, use '##ix'.
2057         They're still valid though, this fixes the duration and indexes for
2058         virtually all the ODML files I have.
2059
2060 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2061
2062         Patch by: Olivier Crete <tester at tester dot ca>
2063
2064         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2065         (gst_rtp_vorbis_depay_process):
2066         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2067         Update the vorbis RTP pay/depay to RFC 5215.
2068         Fixes #547842.
2069
2070 2008-08-14  David Schleef  <ds@schleef.org>
2071
2072         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2073           with 3:2 pulldown, i.e., 24p.
2074
2075 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2076
2077         * tests/check/elements/level.c: (GST_START_TEST):
2078         Fix compilation some more.
2079
2080 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2081
2082         * configure.ac::
2083           Require -base CVS for wavparse acid chunk parsing.
2084
2085 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2086
2087         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2088         (gst_pulsesink_init), (gst_pulsesink_finalize),
2089         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2090         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2091         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2092         * ext/pulse/pulsesink.h:
2093         Add "device-name" property to pulsesink too and currently commented
2094         out and not working support for a "volume" property.
2095
2096 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2097
2098         * configure.ac:
2099         Remove more cdio stuff (moved to ugly)
2100
2101 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2102
2103         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2104
2105         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2106         (gst_pulsesrc_get_property):
2107         Add "device-name" property, which provides a human readable string
2108         for the audio device, to make it more consisten with other audio
2109         sources. Fixes bug #547519.
2110
2111 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2112
2113         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2114         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2115         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2116         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2117         * ext/pulse/pulsemixerctrl.h:
2118         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2119         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2120         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2121         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2122         * ext/pulse/pulseprobe.h:
2123         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2124         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2125         (gst_pulsesrc_change_state):
2126         Improve debugging a bit by including the parent object in pulsemixerctrl
2127         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2128         GST_WARNING.
2129
2130         Use the parent GObject subclass instead of a random struct as GObject
2131         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2132         when probing for another property than "device".
2133
2134 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2135
2136         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2137
2138         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2139         Fix property probing after the device property is set by calling
2140         set_server when the server property changes. Fixes bug #547518.
2141
2142 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2143
2144         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2145
2146         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2147         (gst_pulsesink_implements_interface_init),
2148         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2149         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2150         (gst_pulsesink_get_type):
2151         * ext/pulse/pulsesink.h:
2152         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2153         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2154         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2155         * ext/pulse/pulsesrc.h:
2156         Implement GstPropertyProbe interface on pulsesink for detecting
2157         sink devices and on pulsesrc for detecting source devices.
2158         Fixes bugs #547227 and #547217.
2159
2160 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2161
2162         * gst/spectrum/gstspectrum.c:
2163           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2164
2165 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2166
2167         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2168         Properly set the maximum latency value, in the same way it is done in
2169         v4lsrc.
2170         * sys/v4l2/v4l2src_calls.c:
2171         Simplify fraction equality check, no need to use GValues for this.
2172
2173 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2174
2175         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2176         Add warning messages stating exactly why the latency query failed.
2177         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2178         In some cases, the negotiated framerate might be the default one which
2179         is already set internally. But we still need to mark it down in fps_n
2180         and fps_d so that the latency query can happen properly.
2181
2182 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2183
2184         * docs/plugins/inspect/plugin-1394.xml:
2185         Whoops, forgot one doc file for people who can't/don't build the
2186         raw1394 plugin.
2187
2188 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2189
2190         * docs/plugins/Makefile.am:
2191         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2192         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2193         * docs/plugins/inspect/plugin-cdio.xml:
2194         * ext/Makefile.am:
2195         * ext/cdio/Makefile.am:
2196         * ext/cdio/gstcdio.c:
2197         * ext/cdio/gstcdio.h:
2198         * ext/cdio/gstcdiocddasrc.c:
2199         * ext/cdio/gstcdiocddasrc.h:
2200
2201         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2202         CDDA source to -ugly.
2203
2204         * po/LINGUAS:
2205         * po/POTFILES.in:
2206         * po/id.po:
2207         Pull in new translation from 0.10.9.2 release branch.
2208
2209 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2210
2211         * docs/plugins/Makefile.am:
2212         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2213         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2214         * docs/plugins/gst-plugins-good-plugins.args:
2215         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2216         * docs/plugins/gst-plugins-good-plugins.interfaces:
2217         Integrate documentation for new hdv1394src element.
2218
2219 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2220
2221         * ext/raw1394/Makefile.am:
2222         * ext/raw1394/gst1394.c: (plugin_init):
2223         * ext/raw1394/gsthdv1394src.c: (_do_init),
2224         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2225         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2226         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2227         (gst_hdv1394src_from_raw1394handle),
2228         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2229         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2230         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2231         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2232         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2233         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2234         (gst_hdv1394src_uri_handler_init):
2235         * ext/raw1394/gsthdv1394src.h:
2236         mpeg2-ts (HDV) variant of firewire capture element.
2237         Fixes #350830
2238
2239 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2240
2241         * gst/level/gstlevel.c: (gst_level_message_new):
2242          Fix compilation (also known as the classic 'fix code that someone
2243          committed without compiling it first').
2244
2245 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2246
2247         * tests/check/elements/level.c:
2248           Add a test for level in stereo mode.
2249
2250 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2251
2252         * tests/examples/spectrum/demo-audiotest.c:
2253         * tests/examples/spectrum/demo-osssrc.c:
2254           Demo how to draw analyzer results synced to the clock.
2255
2256 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2257
2258         * gst/level/gstlevel.c:
2259           Little renaming (l -> level).
2260
2261         * gst/spectrum/gstspectrum.c:
2262         * gst/spectrum/gstspectrum.h:
2263           Also send full timestamp/duration details here.
2264
2265 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2266
2267         * gst/level/gstlevel.c:
2268         * gst/level/gstlevel.h:
2269           Send same timestamp/duration details as videoanalysis. This gives
2270           applications better chance to sync analysis results with playback.
2271
2272 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2273
2274         * gst/matroska/matroska-mux.c:
2275         (gst_matroska_mux_handle_sink_event),
2276         (flac_streamheader_to_codecdata):
2277         We need to drop one additional buffer for FLAC as the fLaC
2278         marker and STREAMINFO block are merged into one buffer in the caps.
2279
2280         Also don't pretend to support NEWSEGMENT events, otherwise we
2281         will most probably write some invalid data.
2282
2283 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2284
2285         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2286         (gst_matroska_mux_audio_pad_setcaps):
2287         Add support for muxing FLAC into Matroska containers.
2288         Fixes bug #311586.
2289
2290 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2291
2292         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2293         Actually provide the variables required for the format string.
2294
2295 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2296
2297         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2298         (gst_matroska_demux_element_send_event),
2299         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2300         * gst/matroska/matroska-demux.h:
2301         Close the current segment if we're doing a non-flushing seek and send
2302         the close-segment and the new segment of the seek from the streaming
2303         thread.
2304
2305 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2306
2307         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2308         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2309         (gst_flac_enc_change_state):
2310         * ext/flac/gstflacenc.h:
2311         Handle non-zero start timestamps correctly, mark header packets as
2312         IN_CAPS and print a warning and suggest using audiorate if stream
2313         discontinuities are detected. When FLAC supports flushing the encoder
2314         somehow this should be done for discontinuities instead.
2315
2316         Remove some unused variables from the instance struct.
2317
2318 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2319
2320         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2321         If seeking failed return the appropiate return value to FLAC.
2322         Otherwise it thinks seeking was successfull and tries to rewrite
2323         parts of the headers which then get appended to the output.
2324
2325 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2326
2327         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2328
2329         * ext/esd/gstesd.c: (plugin_init):
2330         * ext/flac/gstflac.c: (plugin_init):
2331         * ext/shout2/gstshout2.c: (plugin_init):
2332         * ext/wavpack/gstwavpack.c: (plugin_init):
2333         * sys/oss/gstossaudio.c: (plugin_init):
2334         * sys/v4l2/gstv4l2.c: (plugin_init):
2335         Make sure gettext returns translations in UTF-8 encoding rather
2336         than in the current locale encoding (#546822).
2337
2338 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2339
2340         * ext/flac/gstflacdec.c:
2341         Add FIXME for 0.11 to simply output everything with width=32 as given
2342         by FLAC and let audioconvert handle the conversions instead of doing
2343         them in flacdec.
2344
2345 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2346
2347         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2348         When outputting a pad template range for the size, include a framerate
2349         range too, to avoid 'not a real subset of template caps' errors.
2350
2351 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2352
2353         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2354
2355         * ext/flac/Makefile.am:
2356         * ext/flac/gstflac.c: (plugin_init):
2357         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2358         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2359         (gst_flac_tag_dispose), (gst_flac_tag_init),
2360         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2361         (gst_flac_tag_change_state):
2362         * ext/flac/gstflactag.h:
2363         Port flactag to 0.10, add documentation for it and clean it up a bit.
2364         Fixes bug #413841.
2365
2366         * docs/plugins/Makefile.am:
2367         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2368         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2369         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2370         * docs/plugins/gst-plugins-good-plugins.interfaces:
2371         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2372         * docs/plugins/inspect/plugin-flac.xml:
2373         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2374         * ext/flac/gstflacdec.h:
2375         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2376         * ext/flac/gstflacenc.h:
2377         Add flactag and flacenc to the documentation and mark
2378         the private parts of the flacdec instance structure as private.
2379
2380         Also use gst_element_class_set_details_simple() in flacdec and
2381         flacenc.
2382
2383 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2384
2385         * gst/qtdemux/qtdemux.c:
2386           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2387           for it but ffmpeg does not.
2388
2389 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2390
2391         * gst/wavparse/gstwavparse.c:
2392           Handle the list chunk and use gst_riff_parse_info() to parse the info
2393           sub-chunk.
2394
2395 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2396
2397         * gst/wavparse/gstwavparse.c:
2398           Handle the acid chunk and send tempo as part of tags. Other fields are
2399           interesting too, but need more tag-definitions. Fixes #545433.
2400
2401 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2402
2403         * gst/wavparse/gstwavparse.c:
2404           Refactor wavparse. Call _reset() from dispose() and move old code from
2405           dispose into reset. This way we don't leak taglists when we abort
2406           parsing. Fix some comments. Move code for skipping a chunk into extra
2407           function. Replace chunk sizes with a const to ease readability.         
2408
2409 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2410
2411         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2412
2413         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2414         Improve udp port setup. Fixes #545710.
2415
2416 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2417
2418         * gst/rtp/Makefile.am:
2419         * gst/rtp/gstrtp.c: (plugin_init):
2420         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2421         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2422         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2423         (gst_rtp_mp1s_depay_set_property),
2424         (gst_rtp_mp1s_depay_get_property),
2425         (gst_rtp_mp1s_depay_change_state),
2426         (gst_rtp_mp1s_depay_plugin_init):
2427         * gst/rtp/gstrtpmp1sdepay.h:
2428         Add MP1S depayloader.
2429
2430         * gst/rtsp/URLS:
2431         Some more sample rtsp streams.
2432
2433 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2434
2435         * gst/rtsp/URLS:
2436         Add another URL.
2437
2438         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2439         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2440         Add some more debug info.
2441
2442 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2443
2444         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2445         Provide cbSize field for audio extra_data size, and take care to
2446         pad extra_data.
2447
2448 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2449
2450         * gst/qtdemux/qtdemux.c:
2451           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2452           TRUE.
2453
2454 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2455
2456         * gst/qtdemux/qtdemux.c:
2457         * gst/qtdemux/qtdemux_fourcc.h:
2458           Add keyword tag support. Fixes #520694 for qtdemux.
2459
2460 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2461
2462         * gst/qtdemux/qtdemux.c:
2463           Add support for tmpo tag (BPM).
2464
2465 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2466
2467         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2468         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2469         Set an estimate for the total number of samples that will be encoded
2470         if possible to help decoders if the streaminfo can't be rewritten
2471         later (like when muxing into Ogg containers).
2472
2473         Add a warning if we get header packets after data packets as those
2474         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2475         work.
2476
2477 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2478
2479         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2480         (gst_flac_dec_write):
2481         Support decoding of all depths between 4 and 32 bits and read the
2482         depth from the streaminfo header if needed. Also support all sampling
2483         rates between 1 and 655350 Hz.
2484
2485         * ext/flac/gstflacenc.c:
2486         (gst_flac_enc_caps_append_structure_with_widths),
2487         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2488         (gst_flac_enc_chain):
2489         * ext/flac/gstflacenc.h:
2490         Support encoding in all bit depths supported by the streamable
2491         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2492         between 1 Hz and 655350 Hz.
2493
2494 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2495
2496         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2497         (gst_flac_enc_sink_getcaps):
2498         Support encoding of up to 8 channels.
2499
2500 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2501
2502         * ext/soup/gstsouphttpsrc.c:
2503         * ext/soup/gstsouphttpsrc.h:
2504         Fix seeking race condition in #540300
2505         Patch By: Wouter Cloetens  <wouter at mind be>
2506
2507 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2508
2509         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2510         (gst_matroska_demux_element_send_event),
2511         (gst_matroska_demux_handle_seek_event),
2512         (gst_matroska_demux_handle_src_event):
2513         When receiving a SEEK event on a specific pad first search for a seek
2514         table entry for the stream of the pad and then fall back to an entry
2515         for a different stream.
2516
2517 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2518
2519         * configure.ac:
2520         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2521         * gst/matroska/matroska-ids.h:
2522         Build depend on core CVS for the attachment tag.
2523
2524 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2525
2526         * configure.ac:
2527         * gst/matroska/Makefile.am:
2528         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2529         (copy_backptr), (lzo1x_decode), (main):
2530         * gst/matroska/lzo.h:
2531         * gst/matroska/matroska-demux.c:
2532         (gst_matroska_demux_read_track_encoding),
2533         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2534         (gst_matroska_decode_buffer),
2535         (gst_matroska_decode_content_encodings),
2536         (gst_matroska_demux_read_track_encodings),
2537         (gst_matroska_demux_add_stream),
2538         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2539         * gst/matroska/matroska-ids.h:
2540         Decode the codec private data and following ContentEncoding if
2541         necessary.
2542
2543         Support bzip2, lzo and header stripped compression. For lzo use the
2544         ffmpeg lzo implementation as liblzo is GPL licensed.
2545         
2546         Fix zlib decompression.
2547
2548 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2549
2550         * gst/matroska/matroska-mux.c:
2551         (gst_matroska_mux_audio_pad_setcaps):
2552         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2553         duration of a frame with the new mpegaudioversion caps field.
2554
2555 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2556
2557         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2558         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2559         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2560         (gst_matroska_demux_stream_from_num),
2561         (gst_matroska_demux_tracknumber_unique),
2562         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2563         (gst_matroska_demux_handle_seek_event),
2564         (gst_matroska_demux_sync_streams),
2565         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2566         (gst_matroska_demux_loop):
2567         * gst/matroska/matroska-demux.h:
2568         Allow an infinite number of stream inside Matroska containers and use
2569         a GPtrArray for storing them instead of allowing "only" 127 streams.
2570
2571 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2572
2573         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2574         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2575         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2576         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2577         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2578         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2579         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2580         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2581         (gst_ebml_read_master), (gst_ebml_read_binary),
2582         (gst_ebml_read_header):
2583         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2584         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2585         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2586         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2587         (gst_ebml_replace_uint):
2588         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2589         (gst_matroska_demux_read_track_encoding),
2590         (gst_matroska_demux_read_track_encodings),
2591         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2592         (gst_matroska_demux_send_event),
2593         (gst_matroska_demux_element_send_event),
2594         (gst_matroska_demux_handle_seek_event),
2595         (gst_matroska_demux_handle_src_event),
2596         (gst_matroska_demux_init_stream),
2597         (gst_matroska_demux_parse_tracks),
2598         (gst_matroska_demux_parse_index_cuetrack),
2599         (gst_matroska_demux_parse_index_pointentry),
2600         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2601         (gst_matroska_demux_parse_metadata_id_simple_tag),
2602         (gst_matroska_demux_parse_metadata_id_tag),
2603         (gst_matroska_demux_parse_metadata),
2604         (gst_matroska_demux_parse_attached_file),
2605         (gst_matroska_demux_parse_attachments),
2606         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2607         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2608         (gst_matroska_demux_push_flac_codec_priv_data),
2609         (gst_matroska_demux_push_xiph_codec_priv_data),
2610         (gst_matroska_demux_push_dvd_clut_change_event),
2611         (gst_matroska_demux_add_mpeg_seq_header),
2612         (gst_matroska_demux_add_wvpk_header),
2613         (gst_matroska_demux_check_subtitle_buffer),
2614         (gst_matroska_decode_buffer),
2615         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2616         (gst_matroska_demux_parse_cluster),
2617         (gst_matroska_demux_parse_contents_seekentry),
2618         (gst_matroska_demux_parse_contents),
2619         (gst_matroska_demux_loop_stream_parse_id),
2620         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2621         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2622         (gst_matroska_demux_subtitle_caps),
2623         (gst_matroska_demux_change_state):
2624         * gst/matroska/matroska-ids.c:
2625         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2626         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2627         (gst_matroska_mux_video_pad_setcaps),
2628         (xiph3_streamheader_to_codecdata),
2629         (vorbis_streamheader_to_codecdata),
2630         (theora_streamheader_to_codecdata),
2631         (gst_matroska_mux_audio_pad_setcaps),
2632         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2633         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2634         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2635         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2636         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2637         Fix indention everywhere. A broken indent version has added newlines
2638         after every single declaration some time ago.
2639
2640 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2641
2642         * gst/matroska/matroska-demux.c:
2643         (gst_matroska_demux_loop_stream_parse_id):
2644         If no Tracks are found error out instead of trying it again until the
2645         end of time.
2646
2647 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2648
2649         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2650         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2651         bit and signed otherwise, not the other way around.
2652
2653 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2654
2655         * gst/matroska/matroska-mux.c:
2656         Add more raw YUV formats to the list of supported formats.
2657
2658 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2659
2660         * gst/matroska/matroska-mux.c:
2661         (gst_matroska_mux_audio_pad_setcaps):
2662         Add support for muxing raw float audio now that the spec defines the
2663         endianness and add support for muxing raw integer audio with 24 and
2664         32 bits.
2665
2666         Allow muxing of more than 8 audio channels.
2667
2668 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2669
2670         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2671         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2672         Add locking to the global array of used track UIDs to prevent random
2673         crashes if more than a single matrosmux instance is used.
2674
2675         Use 64 bit values for the track UIDs.
2676
2677         Use the global GRandom of GLib instead of creating our own one
2678         for the few random numbers we need every single time.
2679
2680 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2681
2682         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2683         (gst_flac_dec_setup_stream_decoder),
2684         (gst_flac_dec_update_metadata):
2685         Always post the audio-codec tag, not only if other tags are present.
2686
2687 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2688
2689         * configure.ac:
2690         Back to development -> 0.10.9.1
2691
2692 === release 0.10.9 ===
2693
2694 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2695
2696         * configure.ac:
2697           releasing 0.10.9, "Steam Train Rolling"
2698
2699 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2700
2701         * ext/soup/gstsouphttpsrc.c:
2702         Don't throw an error when soup completes a msg with status
2703         'cancelled', as that indicates we cancelled a request while
2704         shutting down or seeking, and it's not an error.
2705         Fixes: #540300 again.
2706
2707 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2708
2709         * configure.ac:
2710         0.10.8.4 pre-release
2711
2712 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2713
2714         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2715         Fix segment-stop regression.
2716         Add documentation regarding segments in quicktime files by Wim Taymans.
2717         Fixes #544509
2718
2719 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2720
2721         * configure.ac:
2722         0.10.8.3 pre-release
2723
2724         * po/LINGUAS:
2725         * po/pt_BR.po:
2726         Add pt_BR translation
2727
2728 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2729
2730         * gst/goom/convolve_fx.c:
2731         * gst/goom/filters.c:
2732         * gst/goom/goom_config.h:
2733         * gst/goom/goom_core.c:
2734         * gst/goom/goom_tools.h:
2735           Fix build with MSVC: include glib.h to define inline appropriately,
2736           use header guards where needed.
2737         * gst/udp/gstudpnetutils.c:
2738         * gst/udp/gstudpsrc.c:
2739           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2740           g_snprintf rather than snprintf.
2741           Fixes #544433.
2742
2743 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2744
2745         * gst/debug/gsttaginject.c:
2746         * gst/debug/gsttaginject.h:
2747           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2748           partially.
2749
2750 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2751
2752         * configure.ac:
2753         0.10.8.2 pre-release
2754
2755 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2756
2757         * ext/Makefile.am:
2758         Finish hooking up pulseaudio plugin to the build.
2759
2760         * ext/pulse/pulsemixerctrl.c:
2761         Fix compilation error.
2762
2763 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2764
2765         * po/LINGUAS:
2766         * po/lt.po:
2767         Add new lithunian translation, and add french to the LINGUAS
2768         file.
2769
2770 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2771
2772         * ext/soup/gstsouphttpsrc.c:
2773         Fix Soup HTTP source seeking.
2774         Patch By: Wouter Cloetens  <wouter at mind be>
2775         Fixes: #540300
2776
2777         * tests/check/elements/.cvsignore:
2778         Ignore new check programs.
2779
2780 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2781
2782         * configure.ac:
2783         * docs/plugins/Makefile.am:
2784         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2785         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2786         * docs/plugins/gst-plugins-good-plugins.args:
2787         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2788         * docs/plugins/gst-plugins-good-plugins.interfaces:
2789         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2790         * docs/plugins/inspect/plugin-interleave.xml:
2791         * docs/plugins/inspect/plugin-replaygain.xml:
2792         * tests/check/Makefile.am:
2793
2794         Move replaygain and interleave plugins from -bad.
2795         Fixes: #543406
2796         Fixes: #536228
2797
2798 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2799
2800         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2801         (qtdemux_parse_trak):
2802         Revert ISO base media spec based pixel-aspect-ratio calculation.
2803         Fixes #543300.
2804
2805 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2806
2807         * sys/osxvideo/osxvideosink.m:
2808         Fix minor build issues on macosx.
2809         Fixes #543054
2810
2811 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2812
2813         * configure.ac::
2814         * ext/taglib/Makefile.am::
2815           Only use -Wno-attributes (which is there to work around a
2816           bug in the taglib 1.5 headers) if the c++ compiler actually
2817           supports it (#543255).
2818
2819 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2820
2821         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2822
2823         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2824           Avoid compiler warning by initialising variable to NULL (#543259).
2825
2826 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2827
2828         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2829         Don't pass NULL taglists to gst_tag_list_is_empty().
2830
2831 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2832
2833         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2834         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2835         (rtp_pipeline_run):
2836         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2837         Don't use declarations after statements.
2838
2839 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2840
2841         * ext/jpeg/gstjpegdec.c:
2842         Align documentation with reality.
2843
2844 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2845
2846         * gst/udp/gstudpnetutils.c:
2847         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2848         old value (1) if it's not defined which should not cause any problems
2849         as we're using it internal only anyway.
2850
2851 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2852
2853         Patch by: Alessandro Decina <alessandro at nnva dot org>
2854
2855         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2856         Fix build of avidemux on big endian architectures.
2857
2858 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2859
2860         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2861
2862         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2863         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2864
2865 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2866
2867         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2868         (qtdemux_parse_trak):
2869         Set pixel-aspect-ratio in caps using display width and height
2870         provided in track.
2871
2872 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2873
2874         * configure.ac:
2875         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2876         flags that are invalid for C++. Fixes bug #516509.
2877
2878 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2879
2880         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2881         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2882         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2883         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2884         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2885         * tests/examples/equalizer/demo.c: (message_handler):
2886         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2887         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2888         Don't use declarations after statements and variable length arrays.
2889
2890 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2891
2892         Patch by: Daniel Drake <dsd at gentoo dot org>
2893
2894         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2895         (gst_v4l2src_get_nearest_size):
2896         Try progressive video if interlaced fails. Fixes bug #541956
2897         and the usage of v4l2src on OLPC.
2898
2899 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2900
2901         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2902         (gst_rtp_speex_depay_process):
2903         * gst/rtp/gstrtpspeexdepay.h:
2904         Revert last change: Only the jitterbuffer is able to convert RTP to
2905         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2906         Reopens bug #541787.
2907
2908 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2909
2910         * gst/rtp/gstrtpvrawdepay.c:
2911           Include stdlib.h for atoi().
2912
2913         * gst/rtsp/gstrtspsrc.c:
2914           Use floating point math for latencies < 0 sec in log output.
2915
2916 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2917
2918         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2919
2920         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2921         (gst_rtp_speex_depay_process):
2922         * gst/rtp/gstrtpspeexdepay.h:
2923         Take timestamp from the RTP packet as a first step to fix problems
2924         with transmission over RTP when the network is not reliable.
2925         Fixes bug #541787.
2926
2927 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2928
2929         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2930
2931         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2932         Fix parsing of udp:// URIs containing IPv6 addresses.
2933         Fixes bug #541650.
2934
2935 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2936
2937         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2938         Do not leak incoming buffers.
2939
2940 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2941
2942         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2943
2944         * configure.ac:
2945         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2946         for htons() and htonl(). Fixes bug #541412.
2947
2948 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2949
2950         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2951         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2952         (gst_matroska_demux_element_query),
2953         (gst_matroska_demux_handle_src_query),
2954         (gst_matroska_demux_handle_seek_event):
2955         Handle position and duration query in DEFAULT format if the
2956         pad's track has a default frame duration set.
2957
2958         Fix seeking now that the segment's duration doesn't contain the
2959         (possibly wrong or inaccurate) duration of the Matroska file.
2960
2961 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2962
2963         * gst/matroska/ebml-read.c: (_ext2dbl):
2964         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2965         in math.h except on MSVC where it is defined in xmath.h.
2966         Fixes compilation with MSVC.
2967
2968 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2969
2970         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2971         (gst_matroska_demux_handle_src_query),
2972         (gst_matroska_demux_parse_info),
2973         (gst_matroska_demux_loop_stream_parse_id):
2974         * gst/matroska/matroska-demux.h:
2975         Don't set the segment duration to the duration from the Matroska
2976         header as this value could be wrong and is just informational.
2977
2978 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2979
2980         * gst/matroska/matroska-demux.c:
2981         (gst_matroska_demux_loop_stream_parse_id):
2982         If no Tracks element is found until the first Cluster is found
2983         search it and error out if none is found in the complete file.
2984
2985 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2986
2987         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2988         Resync non-subtitle tracks too if a too large gap compared to other
2989         tracks is detected.
2990
2991 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2992
2993         * gst/rtp/Makefile.am:
2994         * gst/rtp/gstrtp.c: (plugin_init):
2995         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2996         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2997         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2998         (gst_rtp_vraw_depay_change_state),
2999         (gst_rtp_vraw_depay_plugin_init):
3000         * gst/rtp/gstrtpvrawdepay.h:
3001         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3002         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3003         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3004         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3005         (gst_rtp_vraw_pay_plugin_init):
3006         * gst/rtp/gstrtpvrawpay.h:
3007         Add raw video pay and depayloaders, see RFC4175.
3008
3009 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3010
3011         * ext/libpng/gstpngdec.c:
3012         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3013         whatever it returned.
3014
3015 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3016
3017         * gst/avi/avi-ids.h:
3018         Add vprp chunk related structures.
3019         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3020         (gst_avi_demux_parse_stream):
3021         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3022         to caps.  Fixes #539482.
3023         * gst/avi/gstavimux.h:
3024         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3025         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3026         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3027
3028 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3029
3030         * tests/check/elements/avimux.c: (check_avimux_pad):
3031         Adjust avimux unit test according to increased streamheader size.
3032
3033 2008-06-27  David Schleef  <ds@schleef.org>
3034
3035         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3036
3037 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3038
3039         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3040         * gst/avi/gstavimux.h:
3041         Add 8 bytes to current streamheader to make for a complete one
3042         and to make more players happy.  Fixes #519460.
3043
3044 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3045
3046         * sys/v4l2/v4l2_calls.c::
3047           Don't include unused gstv4l2xoverlay.h. Fixes build
3048           in case where X11 headers are not installed.
3049
3050 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3051
3052         * ext/dv/gstdv.c: (plugin_init):
3053         Fix compilation.
3054
3055 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3056
3057         * ext/dv/gstdv.c: (plugin_init):
3058         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3059         DV decoder available.
3060         Fixes #532393
3061
3062 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3063
3064         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3065         Call getsockname() after the call to bind() to get updated values
3066         for the port, etc. This fixes the usage of udpsrc on anonymous
3067         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3068         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3069
3070 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3071
3072         * tests/check/pipelines/wavpack.c: (bus_handler):
3073         Remove workaround for a bug in identity that is fixed in 0.10.20.
3074
3075 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3076
3077         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3078
3079         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3080         Fix HTTP auth support with user/password passed via the URI.
3081         Fixes bug #540067.
3082
3083 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3084
3085         * configure.ac:
3086           Depend on released versions of core and -base.
3087
3088 2008-06-23  Julien Moutte  <julien@fluendo.com>
3089
3090         * gst/matroska/matroska-demux.c:
3091         (gst_matroska_demux_read_track_encoding),
3092         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3093         format strings in macros. (makes it build on OS X again...)
3094
3095 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3096
3097         * gst/rtp/gstrtptheorapay.c:
3098         * gst/udp/gstmultiudpsink.c:
3099           Added debug.
3100
3101 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3102
3103         * configure.ac: switch v4l2src over to the normal build instead of
3104         being 'experimental'. Fixes bug #536831.
3105
3106 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3107
3108         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3109         Remove unused variable so that we can compile again.
3110
3111 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3112
3113         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3114         No need to check for audio/G723 and audio/32KADPCM here as they are
3115         no longer supported.
3116
3117 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3118
3119         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3120         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3121         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3122         known length.
3123
3124 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3125
3126         * gst/matroska/matroska-demux.c:
3127         (gst_matroska_demux_add_wvpk_header),
3128         (gst_matroska_demux_audio_caps):
3129         * gst/matroska/matroska-ids.h:
3130         Fix demuxing of WavPack files. Muxing is still broken.
3131
3132 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3133
3134         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3135         (gst_matroska_demux_add_mpeg_seq_header),
3136         (gst_matroska_demux_add_wvpk_header),
3137         (gst_matroska_demux_check_subtitle_buffer),
3138         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3139         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3140         (gst_matroska_demux_subtitle_caps):
3141         * gst/matroska/matroska-ids.h:
3142         Add a "vfunc" to the track context for postprocessing frames and
3143         convert the wavpack and subtitle postprocessing to this vfunc.
3144         Copy buffer flags in those functions to the new buffers too.
3145
3146         Parse CodecState elements of Blocks.
3147
3148         Add a postprocessing function for MPEG video that adds the sequence
3149         header from the codec private data or codec state to the frames if
3150         it's not already there.
3151
3152 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3153
3154         * gst/matroska/matroska-demux.c:
3155         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3156         If a gap of more than 1/2 second is found in one stream send a
3157         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3158         This also fixes Matroska files where the first buffer doesn't start
3159         at timestamp 0. Fixes bug #429322.
3160
3161         The duration of a block is the default duration multiplied with the
3162         number of laces. Every lace is one frame and the default duration
3163         is the duration of one frame. This fixes playback of files that use
3164         lacing for some tracks.
3165
3166 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3167
3168         * gst/matroska/matroska-demux.c:
3169         (gst_matroska_demux_parse_contents_seekentry):
3170         Update FIXME/TODOs and only ignore EOS at the central, important place
3171         instead of several places.
3172
3173 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3174
3175         * gst/rtp/gstrtpg726pay.c:
3176         Fix caps, See #538891.
3177
3178 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3179
3180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3181         (gst_matroska_demux_stream_from_num),
3182         (gst_matroska_demux_encoding_cmp),
3183         (gst_matroska_demux_encoding_order_unique),
3184         (gst_matroska_demux_read_track_encoding),
3185         (gst_matroska_demux_read_track_encodings),
3186         (gst_matroska_demux_tracknumber_unique),
3187         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3188         (gst_matroska_demux_parse_tracks),
3189         (gst_matroska_demux_parse_index_cuetrack),
3190         (gst_matroska_demux_parse_index_pointentry),
3191         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3192         (gst_matroska_demux_parse_metadata_id_simple_tag),
3193         (gst_matroska_demux_parse_metadata_id_tag),
3194         (gst_matroska_demux_parse_metadata),
3195         (gst_matroska_demux_parse_attached_file),
3196         (gst_matroska_demux_parse_attachments),
3197         (gst_matroska_demux_parse_chapters),
3198         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3199         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3200         (gst_matroska_demux_parse_cluster),
3201         (gst_matroska_demux_parse_contents_seekentry),
3202         (gst_matroska_demux_parse_contents),
3203         (gst_matroska_demux_loop_stream_parse_id),
3204         (gst_matroska_demux_loop):
3205         Improve debug output everywhere and fix the EOS logic.
3206
3207         Check the values of the ContentEncoding elements more strictly and
3208         don't use tracks for which it's invalid.
3209
3210         Check that the track number is unique for this stream.
3211
3212         Check that seek positions are below G_MAXINT64 as our seeks are
3213         int64-based and overflows will fail badly.
3214
3215         After seeks also don't push SimpleBlocks until the first one
3216         containing a keyframe is found. Before this was done only for normal
3217         Blocks.
3218
3219         Update some FIXME/TODOs.
3220         
3221         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3222         (gst_ebml_read_utf8), (gst_ebml_read_header):
3223         Improve debug output.
3224
3225         * gst/matroska/matroska-ids.c:
3226         (gst_matroska_track_init_video_context):
3227         * gst/matroska/matroska-ids.h:
3228         * gst/matroska/matroska-mux.c:
3229         (gst_matroska_mux_video_pad_setcaps):
3230         Remove eye mode and don't parse it anymore. We can't use that
3231         information in GStreamer yet so it's useless.
3232
3233
3234 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3235
3236         Patch by: Mersad Jelacic <mersad at axis dot com>
3237
3238         * gst/rtp/Makefile.am:
3239         * gst/rtp/gstrtp.c: (plugin_init):
3240         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3241         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3242         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3243         (gst_rtp_g726_depay_plugin_init):
3244         * gst/rtp/gstrtpg726depay.h:
3245         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3246         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3247         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3248         * gst/rtp/gstrtpg726pay.h:
3249         Added G726 pay/depayloaders. Fixes #538891.
3250
3251 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3252
3253         * gst/rtsp/URLS:
3254         Some more urls.
3255
3256         * gst/smpte/barboxwipes.c:
3257         Add a comment
3258
3259         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3260         Fix typo, add audioresample to the pipeline.
3261
3262 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3263
3264         * ext/libmng/Makefile.am:
3265         * ext/libmng/gstmng.c: (plugin_init):
3266         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3267         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3268         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3269         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3270         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3271         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3272         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3273         (gst_mng_dec_change_state):
3274         * ext/libmng/gstmngdec.h:
3275         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3276         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3277         (gst_mng_enc_init), (gst_mng_enc_chain),
3278         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3279         * ext/libmng/gstmngenc.h:
3280         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3281         bits ifdeffed out still.
3282
3283 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3284
3285         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3286         When comparing index elements with the same time compare their
3287         block number.
3288
3289 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3290
3291         * gst/matroska/matroska-demux.c:
3292           (gst_matroska_demux_parse_attached_file)
3293           Init variable to NULL to avoid compiler warning.
3294
3295 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3296
3297         * gst/matroska/Makefile.am:
3298         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3299         (gst_matroska_demux_parse_attached_file),
3300         (gst_matroska_demux_parse_attachments),
3301         (gst_matroska_demux_parse_contents_seekentry),
3302         (gst_matroska_demux_loop_stream_parse_id):
3303         * gst/matroska/matroska-demux.h:
3304         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3305         * gst/matroska/matroska-ids.h:
3306         * gst/matroska/matroska.c: (plugin_init):
3307         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3308         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3309         and description of the attachments in the caps. Fixes bug #537622.
3310
3311 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3312
3313         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3314         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3315         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3316         (gst_speex_enc_src_query), (gst_speex_enc_init),
3317         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3318         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3319         (gst_speex_enc_set_property):
3320         Add mode property.
3321         Some cleanups, add more debug info.
3322         Add latency query.
3323
3324 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3327         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3328         If we get less bytes than requested we can't do anything except doing
3329         our EOS logic.
3330
3331 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3332
3333         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3334         (gst_matroskademux_do_index_seek),
3335         (gst_matroska_demux_parse_index_cuetrack),
3336         (gst_matroska_demux_parse_index_pointentry),
3337         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3338         (gst_matroska_demux_parse_metadata):
3339         * gst/matroska/matroska-demux.h:
3340         * gst/matroska/matroska-ids.h:
3341         Use a GArray for storing the Cue (i.e. seek) information, store
3342         the CueTrackPositions for every track, store the block number
3343         and optimize searching in the array by sorting it after the last
3344         element was added.
3345
3346         Fix a small memory leak when trying to parse a tags element that was
3347         already parsed.
3348
3349 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3352         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3353         (gst_matroska_mux_write_data):
3354         * gst/matroska/matroska-mux.h:
3355         Don't write another SeekHead which indexes all Clusters to the end of
3356         the file. This isn't useful for anything and just increases filesize.
3357
3358 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3359
3360         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3361         Prevent unaligned memory access when reading floats.
3362
3363 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3364
3365         * gst/matroska/ebml-read.c:
3366         * gst/matroska/ebml-read.h:
3367         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3368         (gst_matroska_demux_parse_metadata):
3369         * gst/matroska/matroska-demux.h:
3370         Make sure that every Tags element is only parsed once and it's
3371         containing tags are only posted once.
3372
3373 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3374
3375         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3376         (gst_ebml_read_header):
3377         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3378         (gst_matroska_demux_parse_tracks),
3379         (gst_matroska_demux_parse_index_cuetrack),
3380         (gst_matroska_demux_parse_index_pointentry),
3381         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3382         (gst_matroska_demux_parse_metadata_id_simple_tag),
3383         (gst_matroska_demux_parse_metadata_id_tag),
3384         (gst_matroska_demux_parse_metadata),
3385         (gst_matroska_demux_parse_attachments),
3386         (gst_matroska_demux_parse_chapters),
3387         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3388         (gst_matroska_demux_parse_cluster),
3389         (gst_matroska_demux_parse_contents_seekentry),
3390         (gst_matroska_demux_parse_contents),
3391         (gst_matroska_demux_loop_stream_parse_id):
3392         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3393         already. They're not useful in the matroska parser and only cause
3394         additional code.
3395
3396 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3397
3398         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3399         (gst_ebml_finalize), (gst_ebml_read_change_state),
3400         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3401         * gst/matroska/matroska-demux.c:
3402         (gst_matroska_demux_parse_contents_seekentry):
3403         Reverse the level list as we usually are only interested in the
3404         first element or want to add a new first element. Having the
3405         first element stored at the end and calling g_list_last() and
3406         g_list_append() is more expensive.
3407
3408         Also use GSlice for allocating the GstEbmlLevel structs.
3409
3410 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3411
3412         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3413           (gst_tag_inject_class_init), (gst_tag_inject_init):
3414           Don't unref NULL taglist in finalize. Don't use c++ style
3415           comments.
3416
3417 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3418
3419         * gst/matroska/matroska-demux.c:
3420         (gst_matroska_demux_parse_metadata_id_simple_tag):
3421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3422         (gst_matroska_mux_write_data):
3423         Use gst_value_serialize() and gst_value_deserialize() for transforming
3424         tags from some GType to a string and the other way around. The default
3425         transformations in GLib don't include transformations from string to
3426         number types.
3427
3428 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3429
3430         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3431         (gst_matroska_demux_parse_tracks),
3432         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3433         (gst_matroska_demux_parse_attachments),
3434         (gst_matroska_demux_parse_chapters),
3435         (gst_matroska_demux_parse_contents_seekentry),
3436         (gst_matroska_demux_loop_stream_parse_id):
3437         * gst/matroska/matroska-demux.h:
3438         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3439         Tags multiple times. The first ones can appear more than once but must
3440         contain the same content as the first for backup purposes so we ignore
3441         all but the first one. Tags can appear multiple times with different
3442         content.
3443
3444         Jump to all elements except Clusters that are available from a
3445         SeekHead to make it more likely to have all required informations
3446         before getting to the first Clusters.
3447
3448         Add dummy functions for parsing Attachments and Chapters.
3449
3450 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3451
3452         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3453         (gst_udpsrc_create), (gst_udpsrc_set_property),
3454         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3455         * gst/udp/gstudpsrc.h:
3456         Add property to control automatic join/leave of multicast groups.
3457         Add G_LIKELY.
3458         Remove setting caps on buffers explicitly, basesrc does that for us now.
3459         Improve debug info.
3460         Convert some non-fatal error into warnings.
3461         Use g_ntohs for better portability.
3462         Leave multicast groups when stopping.
3463         When using external sockets, use getsockname() on them to fill up the
3464         addr structure before calling methods that use the structure.
3465         Should all fix #536903.
3466         API: GstUDPSrc::auto-multicast property
3467
3468 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3469
3470         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3471         Use g_ntohl for better portability.
3472
3473 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3474
3475         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3476         (gst_multiudpsink_remove):
3477         Fix a typo and do some small cleanups.
3478
3479 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3480
3481         Patch by: Olivier Crete <tester at tester dot ca>
3482
3483         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3484         Make the delivery-method mandatory on the caps and only accept inline
3485         for now.
3486         Reverse strcmp checks for delivery-method.
3487
3488         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3489         Make delivery method optional when parsing caps and note this in the
3490         caps.
3491         Reverse strcmp checks for delivery-method.
3492
3493         * gst/rtp/gstrtpvorbispay.c:
3494         Update a comment to note that the delivery-method is optional, 
3495         Fixes #537675.
3496
3497 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3498
3499         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3500         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3501         leaving them in READY. Fixes #537832.
3502
3503 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3504
3505         * gst/avi/gstavimux.c:
3506           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3507           for a random constant in tagmuxing code.
3508
3509 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3510
3511         * gst/debug/gsttaginject.c:
3512         * gst/debug/gsttaginject.h:
3513           Now actually adding the new element.
3514
3515 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3516
3517         * docs/plugins/Makefile.am:
3518         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3519         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3520         * docs/plugins/gst-plugins-good-plugins.args:
3521         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3522         * docs/plugins/gst-plugins-good-plugins.interfaces:
3523         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3524         * docs/plugins/inspect/plugin-aasink.xml:
3525         * docs/plugins/inspect/plugin-alaw.xml:
3526         * docs/plugins/inspect/plugin-alpha.xml:
3527         * docs/plugins/inspect/plugin-alphacolor.xml:
3528         * docs/plugins/inspect/plugin-annodex.xml:
3529         * docs/plugins/inspect/plugin-apetag.xml:
3530         * docs/plugins/inspect/plugin-audiofx.xml:
3531         * docs/plugins/inspect/plugin-auparse.xml:
3532         * docs/plugins/inspect/plugin-autodetect.xml:
3533         * docs/plugins/inspect/plugin-avi.xml:
3534         * docs/plugins/inspect/plugin-cacasink.xml:
3535         * docs/plugins/inspect/plugin-cairo.xml:
3536         * docs/plugins/inspect/plugin-cdio.xml:
3537         * docs/plugins/inspect/plugin-cutter.xml:
3538         * docs/plugins/inspect/plugin-debug.xml:
3539         * docs/plugins/inspect/plugin-dv.xml:
3540         * docs/plugins/inspect/plugin-efence.xml:
3541         * docs/plugins/inspect/plugin-effectv.xml:
3542         * docs/plugins/inspect/plugin-equalizer.xml:
3543         * docs/plugins/inspect/plugin-esdsink.xml:
3544         * docs/plugins/inspect/plugin-flac.xml:
3545         * docs/plugins/inspect/plugin-flxdec.xml:
3546         * docs/plugins/inspect/plugin-gamma.xml:
3547         * docs/plugins/inspect/plugin-gconfelements.xml:
3548         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3549         * docs/plugins/inspect/plugin-goom.xml:
3550         * docs/plugins/inspect/plugin-goom2k1.xml:
3551         * docs/plugins/inspect/plugin-halelements.xml:
3552         * docs/plugins/inspect/plugin-icydemux.xml:
3553         * docs/plugins/inspect/plugin-id3demux.xml:
3554         * docs/plugins/inspect/plugin-jpeg.xml:
3555         * docs/plugins/inspect/plugin-level.xml:
3556         * docs/plugins/inspect/plugin-matroska.xml:
3557         * docs/plugins/inspect/plugin-monoscope.xml:
3558         * docs/plugins/inspect/plugin-mulaw.xml:
3559         * docs/plugins/inspect/plugin-multifile.xml:
3560         * docs/plugins/inspect/plugin-multipart.xml:
3561         * docs/plugins/inspect/plugin-navigationtest.xml:
3562         * docs/plugins/inspect/plugin-ossaudio.xml:
3563         * docs/plugins/inspect/plugin-png.xml:
3564         * docs/plugins/inspect/plugin-quicktime.xml:
3565         * docs/plugins/inspect/plugin-rtp.xml:
3566         * docs/plugins/inspect/plugin-rtsp.xml:
3567         * docs/plugins/inspect/plugin-smpte.xml:
3568         * docs/plugins/inspect/plugin-soup.xml:
3569         * docs/plugins/inspect/plugin-spectrum.xml:
3570         * docs/plugins/inspect/plugin-speex.xml:
3571         * docs/plugins/inspect/plugin-taglib.xml:
3572         * docs/plugins/inspect/plugin-udp.xml:
3573         * docs/plugins/inspect/plugin-video4linux2.xml:
3574         * docs/plugins/inspect/plugin-videobalance.xml:
3575         * docs/plugins/inspect/plugin-videobox.xml:
3576         * docs/plugins/inspect/plugin-videocrop.xml:
3577         * docs/plugins/inspect/plugin-videoflip.xml:
3578         * docs/plugins/inspect/plugin-videomixer.xml:
3579         * docs/plugins/inspect/plugin-wavenc.xml:
3580         * docs/plugins/inspect/plugin-wavpack.xml:
3581         * docs/plugins/inspect/plugin-wavparse.xml:
3582         * docs/plugins/inspect/plugin-ximagesrc.xml:
3583         * gst/debug/Makefile.am:
3584         * gst/debug/breakmydata.c:
3585         * gst/debug/efence.c:
3586         * gst/debug/gstdebug.c:
3587         * gst/debug/gstnavseek.c:
3588         * gst/debug/gstpushfilesrc.c:
3589         * gst/debug/gstpushfilesrc.h:
3590         * gst/debug/negotiation.c:
3591         * gst/debug/progressreport.c:
3592         * gst/debug/progressreport.h:
3593         * gst/debug/rndbuffersize.c:
3594         * gst/debug/testplugin.c:
3595           Remove dummy plugin_init. Remove some undefined entries from doc-
3596           section file. Add taginject element and rebuild docs for it.
3597
3598 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3599
3600         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3601         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3602         Update the counter for the number of streams when pads are added or
3603         removed. This will make sure that a seek table is generated for
3604         files with just one audio stream.
3605
3606 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3607
3608         * gst/matroska/matroska-demux.c:
3609         (gst_matroska_demux_parse_metadata_id_simple_tag):
3610         * gst/matroska/matroska-ids.h:
3611         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3612         Add some more tags, improve debugging a bit and make sure that
3613         GValue transformation has succeeded before using the result
3614         as a tag.
3615
3616 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3617
3618         Patch by: Olivier Crete <tester at tester dot ca>
3619
3620         * gst/rtp/gstrtptheorapay.c:
3621         The Theora RTP payloader only supports the "inline" delievery method
3622         so let's declare this on the caps of the static pad template.
3623         Fixes bug #537675.
3624
3625 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3626
3627         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3628         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3629         Remove bogus check.
3630
3631 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3632
3633         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3634         (gst_videomixer_blend_buffers):
3635         Use stream_time to synchronize the object properties.
3636         Use running_time of the master pad to timestamp outgoing buffers.
3637         Fix the initial segment event to extend an unknown amount of time.
3638         Fixes #537361.
3639
3640 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3641
3642         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3643         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3644         (gst_avi_demux_calculate_durations_from_index),
3645         (gst_avi_demux_stream_header_push),
3646         (gst_avi_demux_stream_header_pull):
3647         Try to ignore unparsable/unknown streams and give a warning instead of
3648         erroring out. Fixes #537377.
3649
3650 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3651
3652         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3653         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3654
3655         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3656         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3657         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3658         (gst_matroska_demux_read_track_encodings),
3659         (gst_matroska_demux_add_stream),
3660         (gst_matroska_demux_handle_src_query),
3661         (gst_matroska_demux_init_stream),
3662         (gst_matroska_demux_parse_index_cuetrack),
3663         (gst_matroska_demux_parse_index_pointentry),
3664         (gst_matroska_demux_parse_info),
3665         (gst_matroska_demux_parse_metadata_id_simple_tag),
3666         (gst_matroska_demux_parse_metadata),
3667         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3668         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3669         (gst_matroska_demux_parse_cluster),
3670         (gst_matroska_demux_parse_contents_seekentry),
3671         (gst_matroska_demux_loop_stream_parse_id),
3672         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3673         (gst_matroska_demux_audio_caps),
3674         (gst_matroska_demux_subtitle_caps):
3675         * gst/matroska/matroska-demux.h:
3676         * gst/matroska/matroska-ids.c:
3677         (gst_matroska_track_init_subtitle_context):
3678         * gst/matroska/matroska-ids.h:
3679         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3680         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3681         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3682         (gst_matroska_mux_video_pad_setcaps),
3683         (gst_matroska_mux_audio_pad_setcaps),
3684         (gst_matroska_mux_subtitle_pad_setcaps),
3685         (gst_matroska_mux_request_new_pad),
3686         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3687         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3688         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3689         (gst_matroska_mux_set_property):
3690         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3691         elements, do some checks for valid values in the demuxer, handle
3692         tracktimecodescale in the demuxer, set correct default values for all
3693         settings in the demuxer, review and add all missing matroska
3694         IDs and some more raw YUV formats, and some trivial cleanup.
3695
3696 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3697
3698         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3699         (gst_pulsemixer_class_init):
3700         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3701         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3702         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3703         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3704         (gst_pulsesrc_prepare):
3705         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3706         gst_element_class_set_details_simple() and fix coding style a bit
3707         more.
3708
3709 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3710
3711         * docs/plugins/Makefile.am:
3712         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3713         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3714         * docs/plugins/gst-plugins-good-plugins.args:
3715         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3716         * docs/plugins/gst-plugins-good-plugins.interfaces:
3717         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3718         * docs/plugins/inspect/plugin-aasink.xml:
3719         * docs/plugins/inspect/plugin-alaw.xml:
3720         * docs/plugins/inspect/plugin-alpha.xml:
3721         * docs/plugins/inspect/plugin-alphacolor.xml:
3722         * docs/plugins/inspect/plugin-annodex.xml:
3723         * docs/plugins/inspect/plugin-apetag.xml:
3724         * docs/plugins/inspect/plugin-audiofx.xml:
3725         * docs/plugins/inspect/plugin-auparse.xml:
3726         * docs/plugins/inspect/plugin-autodetect.xml:
3727         * docs/plugins/inspect/plugin-avi.xml:
3728         * docs/plugins/inspect/plugin-cacasink.xml:
3729         * docs/plugins/inspect/plugin-cairo.xml:
3730         * docs/plugins/inspect/plugin-cdio.xml:
3731         * docs/plugins/inspect/plugin-cutter.xml:
3732         * docs/plugins/inspect/plugin-debug.xml:
3733         * docs/plugins/inspect/plugin-dv.xml:
3734         * docs/plugins/inspect/plugin-efence.xml:
3735         * docs/plugins/inspect/plugin-effectv.xml:
3736         * docs/plugins/inspect/plugin-equalizer.xml:
3737         * docs/plugins/inspect/plugin-esdsink.xml:
3738         * docs/plugins/inspect/plugin-flac.xml:
3739         * docs/plugins/inspect/plugin-flxdec.xml:
3740         * docs/plugins/inspect/plugin-gamma.xml:
3741         * docs/plugins/inspect/plugin-gconfelements.xml:
3742         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3743         * docs/plugins/inspect/plugin-goom.xml:
3744         * docs/plugins/inspect/plugin-goom2k1.xml:
3745         * docs/plugins/inspect/plugin-halelements.xml:
3746         * docs/plugins/inspect/plugin-icydemux.xml:
3747         * docs/plugins/inspect/plugin-id3demux.xml:
3748         * docs/plugins/inspect/plugin-jpeg.xml:
3749         * docs/plugins/inspect/plugin-level.xml:
3750         * docs/plugins/inspect/plugin-matroska.xml:
3751         * docs/plugins/inspect/plugin-monoscope.xml:
3752         * docs/plugins/inspect/plugin-mulaw.xml:
3753         * docs/plugins/inspect/plugin-multifile.xml:
3754         * docs/plugins/inspect/plugin-multipart.xml:
3755         * docs/plugins/inspect/plugin-navigationtest.xml:
3756         * docs/plugins/inspect/plugin-ossaudio.xml:
3757         * docs/plugins/inspect/plugin-png.xml:
3758         * docs/plugins/inspect/plugin-pulseaudio.xml:
3759         * docs/plugins/inspect/plugin-quicktime.xml:
3760         * docs/plugins/inspect/plugin-rtp.xml:
3761         * docs/plugins/inspect/plugin-rtsp.xml:
3762         * docs/plugins/inspect/plugin-smpte.xml:
3763         * docs/plugins/inspect/plugin-soup.xml:
3764         * docs/plugins/inspect/plugin-spectrum.xml:
3765         * docs/plugins/inspect/plugin-speex.xml:
3766         * docs/plugins/inspect/plugin-taglib.xml:
3767         * docs/plugins/inspect/plugin-udp.xml:
3768         * docs/plugins/inspect/plugin-video4linux2.xml:
3769         * docs/plugins/inspect/plugin-videobalance.xml:
3770         * docs/plugins/inspect/plugin-videobox.xml:
3771         * docs/plugins/inspect/plugin-videocrop.xml:
3772         * docs/plugins/inspect/plugin-videoflip.xml:
3773         * docs/plugins/inspect/plugin-videomixer.xml:
3774         * docs/plugins/inspect/plugin-wavenc.xml:
3775         * docs/plugins/inspect/plugin-wavpack.xml:
3776         * docs/plugins/inspect/plugin-wavparse.xml:
3777         * docs/plugins/inspect/plugin-ximagesrc.xml:
3778         * ext/pulse/plugin.c:
3779         * ext/pulse/pulsemixer.c:
3780         * ext/pulse/pulsesink.c:
3781         * ext/pulse/pulsesrc.c:
3782         Add documentation to the pulseaudio plugin and run make update
3783         in docs/plugins.
3784
3785 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3786
3787         Patch by: Brian Cameron <brian.cameron at sun dot com>
3788
3789         * sys/sunaudio/gstsunaudiomixerctrl.c:
3790         (gst_sunaudiomixer_ctrl_get_volume),
3791         (gst_sunaudiomixer_ctrl_set_volume):
3792         Improvements for the SunAudio mixer by handling mute as no gain
3793         for tracks that have a gain property but no mute property.
3794         Fixes bug #536067.
3795
3796 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3797
3798         * configure.ac:
3799         * ext/pulse/Makefile.am:
3800         * ext/pulse/plugin.c: (plugin_init):
3801         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3802         (gst_pulsemixer_implements_interface_init),
3803         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3804         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3805         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3806         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3807         * ext/pulse/pulsemixer.h:
3808         * ext/pulse/pulsemixerctrl.c:
3809         (gst_pulsemixer_ctrl_context_state_cb),
3810         (gst_pulsemixer_ctrl_sink_info_cb),
3811         (gst_pulsemixer_ctrl_source_info_cb),
3812         (gst_pulsemixer_ctrl_subscribe_cb),
3813         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3814         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3815         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3816         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3817         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3818         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3819         * ext/pulse/pulsemixerctrl.h:
3820         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3821         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3822         * ext/pulse/pulsemixertrack.h:
3823         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3824         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3825         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3826         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3827         (gst_pulseprobe_new), (gst_pulseprobe_free),
3828         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3829         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3830         (gst_pulseprobe_set_server):
3831         * ext/pulse/pulseprobe.h:
3832         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3833         (gst_pulsesink_class_init), (gst_pulsesink_init),
3834         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3835         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3836         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3837         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3838         (gst_pulsesink_stream_request_cb),
3839         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3840         (gst_pulsesink_close), (gst_pulsesink_prepare),
3841         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3842         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3843         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3844         (gst_pulsesink_event), (gst_pulsesink_get_type):
3845         * ext/pulse/pulsesink.h:
3846         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3847         (gst_pulsesrc_implements_interface_init),
3848         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3849         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3850         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3851         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3852         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3853         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3854         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3855         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3856         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3857         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3858         (gst_pulsesrc_get_type):
3859         * ext/pulse/pulsesrc.h:
3860         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3861         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3862         * ext/pulse/pulseutil.h:
3863         Add pulseaudio GStreamer element from gst-pulse. Development will
3864         continue here instead of pulseaudio SVN. Fixes bug #400679.
3865         Only changes over gst-pulse SVN are added copyright to the top of
3866         files and coding style changes.
3867
3868 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3869
3870         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3871
3872         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3873           (gst_cdio_add_cdtext_album_tags):
3874         * ext/cdio/gstcdio.h:
3875         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3876           Also extract album title and album genre from CD-TEXT if
3877           available (#537021).
3878
3879 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3880
3881         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3882
3883         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3884         Improve negotiation a bit more by picking the smallest possible
3885         resolution that is larger than the resolution specified in the
3886         first caps entry of the peer caps. Fixes bug #536994.
3887
3888 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3889
3890         Patch by: Bastien Nocera <hadess at hadess dot net>
3891
3892         * sys/v4l2/gstv4l2vidorient.c:
3893         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3894         Fix compilation with newer GIT kernels that deprecated
3895         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3896
3897 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3898
3899         * configure.ac:
3900         * ext/cdio/gstcdio.c:
3901         * ext/cdio/gstcdio.h:
3902         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3903           Require libcdio >= 0.76.
3904
3905 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3906
3907         * gst/avi/gstavidemux.c:
3908         Catch UNEXPECTED when downstream has reached end of
3909         segment in reverse mode.
3910
3911 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3912
3913         * gst/avi/gstavidemux.c:
3914         Fix typo in comment
3915
3916 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3917
3918         * gst/avi/gstavidemux.c:
3919         Because we don't know the frame order we need to push till
3920         the next keyframe
3921
3922 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3923
3924         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3925
3926         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3927         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3928         Provide a custom negotiation function to make sure to pick the highest
3929         possible framerate and resolution. Fixes bug #536646.
3930
3931 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3932
3933         * gst/avi/gstavidemux.c:
3934         Set EOS when going out of the segment in reverse playback
3935
3936 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3937
3938         * ext/taglib/Makefile.am::
3939           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3940           taglib headers (with gcc 4.3.1).
3941
3942 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3943
3944         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3945         Use the new gst_rtsp_connection_get_ip() to access the IP address
3946         of a GstRTSPConnection since it is a private member.
3947
3948 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3949
3950         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3951         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3952           Use new utility functions in libgsttag to process coverart (#512333).
3953
3954 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3955
3956         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3957         We actually support left/side, right/side and mid/side files. The
3958         conversion to normal, interleaved stereo is done by libflac.
3959
3960 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3961
3962         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3963         (gst_ebml_write_set_cache):
3964         Unref the write cache in finalize if it was set and add add "FIXME"
3965         to a comment that needs it.
3966
3967 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3968
3969         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3970
3971         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3972         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3973         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3974         (gst_avi_demux_process_next_entry):
3975         * gst/avi/gstavidemux.h:
3976         Implement reverse playback. Fixes #535300.
3977         Small cleanups.
3978
3979 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3980
3981         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3982         (gst_videomixer_query_latency):
3983         When using gst_element_iterate_pads() one has to unref every pad
3984         after usage.
3985
3986 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3987
3988         Patch by: Bastien Nocera <hadess at hadess dot net>
3989         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3990         (qtdemux_parse_udta):
3991         * gst/qtdemux/qtdemux_fourcc.h:
3992         Improve meta-data handling, add 'comment', 'description' and
3993         'copyright' tag handling.
3994         Fixes #535935
3995
3996 2008-05-31  Julien Moutte  <julien@fluendo.com>
3997
3998         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3999         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4000         (gst_qtdemux_seek_to_previous_keyframe),
4001         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4002         we don't clip the segment's stop using the main segment duration as
4003         that could crop quite some video frames. Make reverse playback support
4004         more robust and support edit lists. Support seeking to the last frame,
4005         and fix reverse looping playback. Add some debugging.
4006         * win32/common/config.h: Updated.
4007
4008 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4009
4010         * gst/equalizer/gstiirequalizer.c:
4011         (gst_iir_equalizer_transform_ip):
4012         Don't clip float/double samples, correctly unset passthrough mode
4013         and use better rounding for integer samples.
4014
4015 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4016
4017         * gst/equalizer/gstiirequalizer.c:
4018         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4019         (setup_filter), (set_passthrough), (update_coefficients),
4020         (gst_iir_equalizer_compute_frequencies),
4021         (gst_iir_equalizer_transform_ip):
4022         * gst/equalizer/gstiirequalizer.h:
4023         Update the filter coefficients only when needed in the transform_ip
4024         function and correctly set the element into passthrough mode if the
4025         gain of all bands is 0.
4026
4027 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4028
4029         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4030
4031         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4032         (gst_alpha_set_property), (gst_alpha_get_property),
4033         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4034         Try to skip pixels or areas that are too dark or too bright for us to do
4035         meaningfull color detection.
4036         Added properties to control the sensitivity to light and darkness.
4037         Added some small cleanups. Fixes #512345.
4038
4039 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4040
4041         * docs/plugins/.cvsignore:
4042         * tests/check/elements/.cvsignore:
4043         Ignore some more generated things
4044
4045         * tests/check/Makefile.am:
4046         Ignore OSS elements in the state changes test too.
4047
4048 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4049
4050         * docs/plugins/Makefile.am:
4051         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4052         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4053         Add SMPTE effect elements to docs.
4054
4055 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4056
4057         * docs/plugins/Makefile.am:
4058         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4059         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4060         * ext/raw1394/gstdv1394src.c:
4061           Document whats first shown on the fdo plugin docs page :)
4062
4063 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4064
4065         * docs/plugins/Makefile.am:
4066         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4067         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4068         * docs/plugins/gst-plugins-good-plugins.args:
4069         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4070         * docs/plugins/inspect/plugin-audiofx.xml:
4071         * gst/audiofx/Makefile.am:
4072         * gst/audiofx/audiofx.c:
4073         * gst/audiofx/audiokaraoke.c:
4074         * gst/audiofx/audiokaraoke.h:
4075         * gst/audiofx/audiovoice.c:
4076         * gst/audiofx/audiovoice.h:
4077           Rename audiovoice to audiokaraoke and add it to the docs.
4078
4079 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4080
4081         * REQUIREMENTS:
4082         * docs/plugins/Makefile.am:
4083         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4084         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4085         * docs/plugins/gst-plugins-good-plugins.args:
4086         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4087         * docs/plugins/gst-plugins-good-plugins.interfaces:
4088         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4089         * docs/plugins/inspect/plugin-aasink.xml:
4090         * docs/plugins/inspect/plugin-alaw.xml:
4091         * docs/plugins/inspect/plugin-alpha.xml:
4092         * docs/plugins/inspect/plugin-alphacolor.xml:
4093         * docs/plugins/inspect/plugin-annodex.xml:
4094         * docs/plugins/inspect/plugin-apetag.xml:
4095         * docs/plugins/inspect/plugin-audiofx.xml:
4096         * docs/plugins/inspect/plugin-auparse.xml:
4097         * docs/plugins/inspect/plugin-autodetect.xml:
4098         * docs/plugins/inspect/plugin-avi.xml:
4099         * docs/plugins/inspect/plugin-cacasink.xml:
4100         * docs/plugins/inspect/plugin-cairo.xml:
4101         * docs/plugins/inspect/plugin-cdio.xml:
4102         * docs/plugins/inspect/plugin-cutter.xml:
4103         * docs/plugins/inspect/plugin-debug.xml:
4104         * docs/plugins/inspect/plugin-dv.xml:
4105         * docs/plugins/inspect/plugin-efence.xml:
4106         * docs/plugins/inspect/plugin-effectv.xml:
4107         * docs/plugins/inspect/plugin-equalizer.xml:
4108         * docs/plugins/inspect/plugin-esdsink.xml:
4109         * docs/plugins/inspect/plugin-flac.xml:
4110         * docs/plugins/inspect/plugin-flxdec.xml:
4111         * docs/plugins/inspect/plugin-gamma.xml:
4112         * docs/plugins/inspect/plugin-gconfelements.xml:
4113         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4114         * docs/plugins/inspect/plugin-goom.xml:
4115         * docs/plugins/inspect/plugin-goom2k1.xml:
4116         * docs/plugins/inspect/plugin-halelements.xml:
4117         * docs/plugins/inspect/plugin-icydemux.xml:
4118         * docs/plugins/inspect/plugin-id3demux.xml:
4119         * docs/plugins/inspect/plugin-jpeg.xml:
4120         * docs/plugins/inspect/plugin-level.xml:
4121         * docs/plugins/inspect/plugin-matroska.xml:
4122         * docs/plugins/inspect/plugin-monoscope.xml:
4123         * docs/plugins/inspect/plugin-mulaw.xml:
4124         * docs/plugins/inspect/plugin-multifile.xml:
4125         * docs/plugins/inspect/plugin-multipart.xml:
4126         * docs/plugins/inspect/plugin-navigationtest.xml:
4127         * docs/plugins/inspect/plugin-ossaudio.xml:
4128         * docs/plugins/inspect/plugin-png.xml:
4129         * docs/plugins/inspect/plugin-quicktime.xml:
4130         * docs/plugins/inspect/plugin-rtp.xml:
4131         * docs/plugins/inspect/plugin-rtsp.xml:
4132         * docs/plugins/inspect/plugin-smpte.xml:
4133         * docs/plugins/inspect/plugin-soup.xml:
4134         * docs/plugins/inspect/plugin-spectrum.xml:
4135         * docs/plugins/inspect/plugin-speex.xml:
4136         * docs/plugins/inspect/plugin-taglib.xml:
4137         * docs/plugins/inspect/plugin-udp.xml:
4138         * docs/plugins/inspect/plugin-video4linux2.xml:
4139         * docs/plugins/inspect/plugin-videobalance.xml:
4140         * docs/plugins/inspect/plugin-videobox.xml:
4141         * docs/plugins/inspect/plugin-videocrop.xml:
4142         * docs/plugins/inspect/plugin-videoflip.xml:
4143         * docs/plugins/inspect/plugin-videomixer.xml:
4144         * docs/plugins/inspect/plugin-wavenc.xml:
4145         * docs/plugins/inspect/plugin-wavpack.xml:
4146         * docs/plugins/inspect/plugin-wavparse.xml:
4147         * docs/plugins/inspect/plugin-ximagesrc.xml:
4148         * ext/aalib/gstaasink.c:
4149         * ext/libcaca/gstcacasink.c:
4150           Document aasink and cacasink.
4151
4152 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4153
4154         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4155         (gst_videomixer_init), (gst_videomixer_query_duration),
4156         (gst_videomixer_query_latency), (gst_videomixer_query),
4157         (gst_videomixer_blend_buffers):
4158         * gst/videomixer/videomixer.h:
4159         Implement position (in time), duration and latency queries.
4160
4161 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4162
4163         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4164         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4165         (gst_videomixer_fill_queues), (forward_event_func),
4166         (forward_event), (gst_videomixer_src_event),
4167         (gst_videomixer_sink_event):
4168         * gst/videomixer/videomixer.h:
4169         Implement proper seek/newsegment handling.
4170         Based on adder's implementation.
4171         Fixes #535121
4172
4173 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4174
4175         Patch by: Jan Gerber <j at oil21 dot org>
4176
4177         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4178         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4179
4180 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4181
4182         * gst/audiofx/Makefile.am:
4183         * gst/audiofx/audiofx.c: (plugin_init):
4184         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4185         (gst_audio_voice_class_init), (gst_audio_voice_init),
4186         (update_filter), (gst_audio_voice_set_property),
4187         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4188         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4189         (gst_audio_voice_transform_ip):
4190         * gst/audiofx/audiovoice.h:
4191         Add simple voice removal element. Yay karaoke.
4192
4193 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4194
4195         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4196
4197         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4198         Fix potential caps leak.
4199         If we can't get the framerate with an ioctl, try to get it with the
4200         current norm. Fixes #520092.
4201
4202 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4203
4204         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4205
4206         * sys/v4l2/v4l2src_calls.c:
4207         (gst_v4l2src_probe_caps_for_format_and_size):
4208         If we fail to get the frame intervals, simply don't touch the framerates
4209         on the template caps instead of discarding the format. See #520092.
4210
4211 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4212
4213         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4214
4215         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4216         (gst_v4l2_get_caps_info):
4217         Add NV12, NV21 and bayer support. See #520092.
4218
4219 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4220
4221         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4222         (gst_qtdemux_activate_segment):
4223         Unbreak segment activation again. Fixes #531672.
4224
4225 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4226
4227         * ext/flac/Makefile.am:
4228         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4229         Set the channel layout when decoding FLAC files with more than 2
4230         channels as defined by the FLAC spec. Fixes bug #534570.
4231
4232         Also don't try to decode left/side, right/side and mid/side files
4233         as we don't support this at all.
4234
4235 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4236
4237         * configure.ac:
4238           We need -base CVS (rtsp).
4239
4240 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4241
4242         * gst/udp/Makefile.am:
4243           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4244           when including netdb.h when building against glibc >= 2.8.
4245
4246 2008-05-22  Julien Moutte  <julien@fluendo.com>
4247
4248         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4249         debug statement arguments.
4250         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4251         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4252         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4253         on more platforms.
4254
4255 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4256
4257         * tests/check/elements/avimux.c: (setup_src_pad),
4258         (teardown_src_pad):
4259         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4260         (GST_START_TEST):
4261         * tests/check/elements/matroskamux.c: (setup_src_pad),
4262         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4263         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4264         (GST_START_TEST):
4265         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4266         (setup_wavpackparse), (cleanup_wavpackparse):
4267         Don't use gst_element_get_pad(), it's a bad, bad method.
4268
4269 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4270
4271         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4272         (do_toggle_element):
4273         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4274         (do_toggle_element):
4275         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4276         (do_toggle_element):
4277         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4278         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4279         (do_toggle_element):
4280         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4281         (do_toggle_element):
4282         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4283         (gst_auto_audio_sink_detect):
4284         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4285         (gst_auto_video_sink_detect):
4286         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4287         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4288         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4289         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4290         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4291         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4292         * tests/icles/videocrop-test.c: (test_with_caps),
4293         (video_crop_get_test_caps):
4294         Don't use gst_element_get_pad(), it's a bad method.
4295
4296 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4297
4298         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4299         (gst_multiudpsink_add_internal):
4300         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4301         (gst_udp_join_group):
4302         * gst/udp/gstudpnetutils.h:
4303         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4304         Joining a multicast group and setting the loop/ttl properties are
4305         totally unrelated tasks are must be separated.
4306
4307 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4308
4309         * gst/avi/gstavimux.c:
4310           Also support alaw/mulaw.
4311
4312 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4313
4314         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4315         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4316         * gst/udp/gstmultiudpsink.h:
4317         Add a fixme for the auto-multicast property.
4318         Fix some confusing debug messages.
4319         Disable setting a qos value by default.
4320
4321 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4322
4323         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4324
4325         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4326         Ignore EPERM errors from sendto. Fixes #533619.
4327
4328 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4329
4330         Patch by: Henrik Eriksson <henriken at axis dot com>
4331
4332         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4333         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4334         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4335         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4336         * gst/udp/gstmultiudpsink.h:
4337         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4338
4339 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4340
4341         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4342         Improve debugging of the ident.
4343
4344 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4345
4346         Patch by: Bruno Santos <brunof at ua dot pt>
4347
4348         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4349         (gst_udp_join_group), (gst_udp_leave_group),
4350         (gst_udp_is_multicast):
4351         * gst/udp/gstudpnetutils.h:
4352         Provide a bunch of helper methods to deal with IPv4 and IPv6
4353         transparently.
4354
4355         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4356         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4357         (gst_multiudpsink_get_property), (join_multicast),
4358         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4359         (gst_multiudpsink_remove):
4360         * gst/udp/gstmultiudpsink.h:
4361         Add multicast TTL and loopback properties.
4362         Use the helper methods to implement ip4 and ip6.
4363
4364         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4365         * gst/udp/gstudpsrc.h:
4366         Use the helper methods to implement ip4 and ip6.
4367         Fixes #515962.
4368
4369 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4370
4371         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4372
4373         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4374         (gst_multipart_demux_get_gstname),
4375         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4376         * gst/multipart/multipartdemux.h:
4377         Don't blindly copy the mime-type as the caps name because they not
4378         always map directly. Instead use a hashtable with common mappings.
4379         Fixes #533287.
4380
4381 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4382
4383         * ext/esd/esdsink.c: (gst_esdsink_write):
4384         When we post an error, we must return -1 to let the parent know that we
4385         cannot write the segment else it will loop and continue to call us again
4386         forever. Patch by Michael Meeks.
4387
4388 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4389
4390         * gst/videomixer/videomixer.c:
4391           Add missing incudes.
4392
4393 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4394
4395         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4396         (gst_rtp_h264_pay_handle_buffer):
4397         * gst/rtp/gstrtph264pay.h:
4398         Correct a typo (sinle -> single).
4399
4400 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4401
4402         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4403         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4404         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4405         (gst_rtp_h264_depay_process):
4406         * gst/rtp/gstrtph264depay.h:
4407         Add experimental support for outputting quicktime-like AVC output in
4408         addition to the existing bytestream output.
4409
4410         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4411         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4412         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4413         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4414         (gst_rtp_h264_pay_get_property):
4415         * gst/rtp/gstrtph264pay.h:
4416         Make the parsing mode configurable, for some inputs we don't need to
4417         scan every byte for start codes.
4418         Only set the marker bit on ACCESS units.
4419
4420 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4421
4422         * gst/equalizer/gstiirequalizer.c:
4423         Use a bigger type in integer mode for the intermediate results to
4424         prevent overflows. This fixes the crippled sound when using the
4425         equalizer in integer mode. Fixes bug #510865.
4426
4427 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4428
4429         * gst/videomixer/videomixer.c:
4430         * gst/videomixer/videomixer.h:
4431         Instead of a random number for the request pad id's,
4432         use a counter.
4433
4434         Register the videomixerpad class from the element's class_init
4435         where it's safer, and allows the docs generator to scan it.
4436
4437 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4438
4439         * gst/smpte/Makefile.am:
4440         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4441         * gst/smpte/gstsmpte.h:
4442         * gst/smpte/gstsmptealpha.c:
4443         (gst_smpte_alpha_transition_type_get_type),
4444         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4445         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4446         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4447         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4448         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4449         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4450         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4451         * gst/smpte/gstsmptealpha.h:
4452         * gst/smpte/plugin.c: (plugin_init):
4453         Add new plugin that adds the SMPTE transition in the alpha channel of
4454         I420 and AYUV frames so that they can be blended with videomixer later
4455         on. Uses all niceties such as using base transform for efficient alloc
4456         and negotiation. It currently requires GstController to control the
4457         position in the transition effect.
4458
4459 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4460
4461         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4462         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4463         * docs/plugins/gst-plugins-good-plugins.args:
4464         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4465         * docs/plugins/gst-plugins-good-plugins.interfaces:
4466         * docs/plugins/gst-plugins-good-plugins.types:
4467         * gst/videomixer/videomixer.c:
4468           Try using thaytans new mechanism to get extra classes into plugin
4469           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4470           missing still.
4471
4472 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4473
4474         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4475         Set proper rate in avi stream header for PCM audio, and also do some
4476         more sanity checks on caps in this case.  Fixes #511489.
4477
4478 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4479
4480         * sys/v4l2/gstv4l2src.c:
4481         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4482         isn't implemented at all yet and this requires X headers to be
4483         installed. Fixes bug #533264.
4484
4485 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4486
4487         reviewed by: <delete if not using a buddy>
4488
4489         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4490         (gst_ebml_write_set_cache):
4491         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4492         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4493         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4494         (gst_matroska_demux_read_track_encodings),
4495         (gst_matroska_demux_add_stream),
4496         (gst_matroska_demux_handle_src_query),
4497         (gst_matroska_demux_init_stream),
4498         (gst_matroska_demux_parse_index_cuetrack),
4499         (gst_matroska_demux_parse_index_pointentry),
4500         (gst_matroska_demux_parse_info),
4501         (gst_matroska_demux_parse_metadata_id_simple_tag),
4502         (gst_matroska_demux_parse_metadata),
4503         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4504         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4505         (gst_matroska_demux_parse_cluster),
4506         (gst_matroska_demux_parse_contents_seekentry),
4507         (gst_matroska_demux_loop_stream_parse_id),
4508         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4509         (gst_matroska_demux_audio_caps),
4510         (gst_matroska_demux_subtitle_caps):
4511         * gst/matroska/matroska-demux.h:
4512         * gst/matroska/matroska-ids.c:
4513         (gst_matroska_track_init_subtitle_context):
4514         * gst/matroska/matroska-ids.h:
4515         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4516         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4517         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4518         * sys/v4l2/gstv4l2src.c:
4519         * tests/check/pipelines/wavpack.c: (bus_handler):
4520         * win32/common/config.h:
4521
4522 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4523
4524         * ext/wavpack/gstwavpackstreamreader.c:
4525         * tests/examples/spectrum/demo-audiotest.c:
4526         * tests/examples/spectrum/demo-osssrc.c:
4527         Fix some compiler warnings.
4528
4529 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4530
4531         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4532         Small comment added.
4533
4534         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4535         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4536         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4537         Debug string cleanups (remove trailing \n)
4538         Refactor and clean up the payloader a bit and make sure that we only
4539         put one NAL unit in an RTP packet even if the input buffer contains
4540         multiple NAL units.
4541         Add suport for AVC format input.
4542
4543 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4544
4545         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4546         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4547         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4548         * gst/rtp/gstrtph264pay.h:
4549         Make it possible to specify profile-level-id and sprop-parameter-sets
4550         using properties in case they are not available in-stream.
4551
4552 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4553
4554         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4555         * docs/plugins/gst-plugins-good-plugins.args:
4556         * docs/plugins/inspect/plugin-ladspa.xml:
4557           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4558
4559 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4560
4561         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4562         Send an initial BYTE segment to inform downstream of later seeking,
4563         and to forego sync attempts.
4564
4565 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4566
4567         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4568         Fix wrong caps string.
4569
4570 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4571
4572         Based on patch by: Olivier Crete <tester at tester dot ca>
4573
4574         * gst/rtp/Makefile.am:
4575         * gst/rtp/gstrtp.c: (plugin_init):
4576         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4577         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4578         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4579         (gst_rtp_g729_depay_plugin_init):
4580         * gst/rtp/gstrtpg729depay.h:
4581         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4582         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4583         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4584         * gst/rtp/gstrtpg729pay.h:
4585         Added G729 pay and depayloaders. Fixes #532409.
4586
4587 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4588
4589         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4590         Fix the calculation of the duration of the concealment packets.
4591
4592 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4593
4594         Based on patch by: Olivier Crete <tester at tester dot ca>
4595
4596         * gst/rtp/Makefile.am:
4597         * gst/rtp/gstrtp.c: (plugin_init):
4598         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4599         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4600         (parse_encode), (gst_rtp_dv_depay_setcaps),
4601         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4602         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4603         (gst_rtp_dv_depay_plugin_init):
4604         * gst/rtp/gstrtpdvdepay.h:
4605         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4606         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4607         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4608         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4609         (gst_dv_pay_negotiate), (include_dif),
4610         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4611         * gst/rtp/gstrtpdvpay.h:
4612         Add DV pay and depayloaders. Fixes #532423.
4613
4614 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4615
4616         * gst/matroska/matroska-demux.c:
4617         (gst_matroska_demux_push_dvd_clut_change_event):
4618         Convert subtitle palette info in VobSub private data from VobSub's
4619         (buggy) RGB to YUV.
4620
4621 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4622
4623         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4624         Do not leave fourcc stream header field empty upon reset.
4625         Fixes #519301.
4626
4627 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4628
4629         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4630         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4631         * docs/plugins/inspect/plugin-goom.xml:
4632         * docs/plugins/inspect/plugin-goom2k1.xml:
4633         * gst/goom/gstgoom.c:
4634         * gst/goom2k1/gstgoom.c:
4635         Add goom2k1 into the docs.
4636
4637 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4638
4639         Based on patch by: Wouter Cloetens  <wouter at mind be>
4640
4641         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4642         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4643         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4644         (gst_rtsp_decode_quoted_string),
4645         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4646         (gst_rtspsrc_setup_auth):
4647         Support Digest authentication. Fixes #532065.
4648
4649 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4650
4651         * gst/level/gstlevel.c:
4652           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4653           about whats needed for liboil acceleration. Simplify docs a bit.
4654
4655 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4656
4657         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4658
4659         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4660         Update the track duration if the old one was invalid.
4661         Fixes bug #532117.
4662
4663 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4664
4665         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4666           Use GST_STR_NULL when trying to print sps and pps strings that could
4667           be NULL, as this might crash on some platforms.
4668
4669 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4670
4671         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4672
4673         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4674           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4675           set after creating the clipper.
4676
4677 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4678
4679         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4680
4681         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4682           Added checking of surface lost case after an unsuccessful
4683           IDirectDrawSurface7_Lock() call.
4684           If surface is lost, return GST_FLOW_OK.
4685
4686 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4687
4688         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4689
4690         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4691           WndProc, gst_directdraw_sink_window_thread):
4692           Improved Windows message loop and fixed window destruction issue.
4693           When the window which DirectDraw is rendering to is destroyed, the
4694           render/show_frame function will return GST_FLOW_ERROR.
4695           Partially fixes #520885.
4696
4697 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4698
4699         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4700
4701         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4702           Fixed mid stream resolution change bug, the offscreen surface is now
4703           released when set_caps is called.
4704           Partially fixes #520885.
4705
4706 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4707
4708         * sys/directdraw/gstdirectdrawsink.c
4709           (gst_directdraw_sink_buffer_alloc):
4710           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4711           width/height.
4712
4713           Especially when looking through the pool of buffers, make sure that
4714           the width/height of caps is used instead of the already negotiated
4715           dimensions.
4716           For example if a buffer with different caps is requested, i.e.
4717           higher resolution, the caller would get a buffer with the old
4718           dimensions and thus corrupt the heap.
4719
4720 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4721
4722         * sys/directdraw/gstdirectdrawsink.c
4723           (gst_directdraw_sink_buffer_alloc):
4724           Clear the flags on recycled buffers from buffer_alloc.
4725           Partially fixes #520885.
4726
4727 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4728
4729         * gst/rtp/gstrtpilbcpay.c:
4730           Added missing stdlib.h include for strtol(), and made include ordering and
4731           style consistent with the corresponding depayloader.
4732
4733 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4734
4735         * configure.ac:
4736           Error out if we don't have the required core/base versions.
4737
4738 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4739
4740         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4741
4742         * sys/osxvideo/cocoawindow.m:
4743         Fix compiler warnings on PPC64. Fixes bug #499318.
4744
4745 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4746
4747         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4748
4749         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4750         Don't leak file descriptors on error. Fixes #531532.
4751
4752 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4753
4754         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4755         (gst_gconf_audio_src_change_state):
4756         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4757         (gst_gconf_video_sink_change_state):
4758         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4759         (gst_gconf_video_src_change_state):
4760         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4761         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4762         When we can't create a fakesink/fakesrc complain instead of unreffing
4763         NULL pointers and crashing later. See bug #530535.
4764
4765 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4766
4767         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4768         Add some more debug info and guard against small payloads.
4769
4770         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4771         Set duration on outgoing buffers because we can.
4772
4773 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4774
4775         Patch by: Olivier Crete <tester at tester dot ca>
4776
4777         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4778         (gst_speex_enc_init), (gst_speex_enc_chain):
4779         Add negotiation for the speex channels and rate. Fixes #465146.
4780
4781 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4782
4783         Patch by: Olivier Crete <tester at tester dot ca>
4784
4785         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4786         (gst_rtp_speex_pay_getcaps):
4787         Add negotiation for the speex channels and rate. See #465146.
4788
4789 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4790
4791         Patch by: Olivier Crete <tester at tester dot ca>
4792
4793         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4794         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4795         Add negotiation for the ILBC mode. See #465146.
4796
4797 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4798
4799         * ext/soup/gstsouphttpsrc.c:
4800           Include stdlib to fix the build. Use g_free instead of free, libsoup
4801           uses glib.
4802
4803 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4804
4805         Patch by: j^ <j@bootlab.org>
4806
4807         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4808         Add more mpeg2 variants. Fixes #530886.
4809
4810 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4811
4812         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4813
4814         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4815           Don't error out if we get an ICMP destination-unreachable
4816           message when trying to read packets on win32 (#529454).
4817
4818 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4819
4820         * configure.ac:
4821         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4822           Use new error code for encrypted streams (which requires core CVS).
4823
4824 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4825
4826         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4827           (gst_qtdemux_audiosrc_template):
4828           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4829
4830 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4831
4832         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4833         (speex_dec_chain_parse_data):
4834         Produce concealment data when time progresses in a segment update.
4835
4836 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4837
4838         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4839         (speex_dec_chain):
4840         Try to preserve input timestamps when we can.
4841         Do beginnings of error concealment.
4842
4843 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4844
4845         * gst/debug/gstnavigationtest.c:
4846           MSVC doesn't provide rint(), define an adequate replacement locally as
4847           elsewhere.
4848
4849 2008-04-28  Julien Moutte  <julien@fluendo.com>
4850
4851         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4852         format to pacify Mac OSX's gcc.
4853
4854 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4855
4856         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4857           (DEFAULT_MAX), (src_template), (sink_template),
4858           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4859           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4860           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4861           Bring rndbuffersize element into a state that doesn't require us
4862           to move it to -bad immediately. For one, fix up default min/max
4863           values so that the element actuall works using the default values.
4864           Also, don't ignore flow return values and do some kind of minimal
4865           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4866           other gratuitious clean-ups.
4867
4868 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4869
4870         * docs/plugins/Makefile.am:
4871         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4872         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4873         * docs/plugins/gst-plugins-good-plugins.args:
4874         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4875         * docs/plugins/gst-plugins-good-plugins.interfaces:
4876         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4877         * docs/plugins/inspect/plugin-1394.xml:
4878         * docs/plugins/inspect/plugin-aasink.xml:
4879         * docs/plugins/inspect/plugin-alaw.xml:
4880         * docs/plugins/inspect/plugin-alpha.xml:
4881         * docs/plugins/inspect/plugin-alphacolor.xml:
4882         * docs/plugins/inspect/plugin-annodex.xml:
4883         * docs/plugins/inspect/plugin-apetag.xml:
4884         * docs/plugins/inspect/plugin-audiofx.xml:
4885         * docs/plugins/inspect/plugin-auparse.xml:
4886         * docs/plugins/inspect/plugin-autodetect.xml:
4887         * docs/plugins/inspect/plugin-avi.xml:
4888         * docs/plugins/inspect/plugin-cacasink.xml:
4889         * docs/plugins/inspect/plugin-cairo.xml:
4890         * docs/plugins/inspect/plugin-cdio.xml:
4891         * docs/plugins/inspect/plugin-cutter.xml:
4892         * docs/plugins/inspect/plugin-debug.xml:
4893         * docs/plugins/inspect/plugin-dv.xml:
4894         * docs/plugins/inspect/plugin-efence.xml:
4895         * docs/plugins/inspect/plugin-effectv.xml:
4896         * docs/plugins/inspect/plugin-equalizer.xml:
4897         * docs/plugins/inspect/plugin-esdsink.xml:
4898         * docs/plugins/inspect/plugin-flac.xml:
4899         * docs/plugins/inspect/plugin-flxdec.xml:
4900         * docs/plugins/inspect/plugin-gamma.xml:
4901         * docs/plugins/inspect/plugin-gconfelements.xml:
4902         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4903         * docs/plugins/inspect/plugin-goom.xml:
4904         * docs/plugins/inspect/plugin-halelements.xml:
4905         * docs/plugins/inspect/plugin-icydemux.xml:
4906         * docs/plugins/inspect/plugin-id3demux.xml:
4907         * docs/plugins/inspect/plugin-jpeg.xml:
4908         * docs/plugins/inspect/plugin-level.xml:
4909         * docs/plugins/inspect/plugin-matroska.xml:
4910         * docs/plugins/inspect/plugin-monoscope.xml:
4911         * docs/plugins/inspect/plugin-mulaw.xml:
4912         * docs/plugins/inspect/plugin-multifile.xml:
4913         * docs/plugins/inspect/plugin-multipart.xml:
4914         * docs/plugins/inspect/plugin-navigationtest.xml:
4915         * docs/plugins/inspect/plugin-ossaudio.xml:
4916         * docs/plugins/inspect/plugin-png.xml:
4917         * docs/plugins/inspect/plugin-quicktime.xml:
4918         * docs/plugins/inspect/plugin-rtp.xml:
4919         * docs/plugins/inspect/plugin-rtsp.xml:
4920         * docs/plugins/inspect/plugin-shout2send.xml:
4921         * docs/plugins/inspect/plugin-smpte.xml:
4922         * docs/plugins/inspect/plugin-spectrum.xml:
4923         * docs/plugins/inspect/plugin-speex.xml:
4924         * docs/plugins/inspect/plugin-taglib.xml:
4925         * docs/plugins/inspect/plugin-udp.xml:
4926         * docs/plugins/inspect/plugin-video4linux2.xml:
4927         * docs/plugins/inspect/plugin-videobalance.xml:
4928         * docs/plugins/inspect/plugin-videobox.xml:
4929         * docs/plugins/inspect/plugin-videocrop.xml:
4930         * docs/plugins/inspect/plugin-videoflip.xml:
4931         * docs/plugins/inspect/plugin-videomixer.xml:
4932         * docs/plugins/inspect/plugin-wavenc.xml:
4933         * docs/plugins/inspect/plugin-wavpack.xml:
4934         * docs/plugins/inspect/plugin-wavparse.xml:
4935         * docs/plugins/inspect/plugin-ximagesrc.xml:
4936           Add docs for gdkpixbufsink; update docs to CVS version.
4937
4938 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4939
4940         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4941         Remove test sync-offset by default.
4942
4943 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4944
4945         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4946         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4947         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4948           Use GLib versions of htonl, htons, ntohl and ntohs in order
4949           to avoid problems on win32 (#529707).
4950
4951 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4952
4953         Patch by: Jesús Corrius <jesus at softcatala org>
4954
4955         * gst/goom/filters.c: (zoomVector):
4956         * gst/goom/goom_core.c: (init_buffers):
4957           Fix build with mingw32: use rand() instead of random() and
4958           replace bzero() with memset(). Fixes #529692.
4959
4960 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4961
4962         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4963         Fix typo in comments.
4964
4965         * tests/examples/rtp/client-H263p-PCMA.sdp:
4966         * tests/examples/rtp/client-H263p-PCMA.sh:
4967         * tests/examples/rtp/client-H264-PCMA.sdp:
4968         * tests/examples/rtp/client-H264-PCMA.sh:
4969         * tests/examples/rtp/client-H264.sdp:
4970         * tests/examples/rtp/client-H264.sh:
4971         * tests/examples/rtp/client-PCMA.sdp:
4972         * tests/examples/rtp/client-PCMA.sh:
4973         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4974         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4975         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4976         Add some more docs and fix examples.
4977
4978 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4979
4980         * tests/check/elements/multifile.c:
4981         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4982         declared in the former, some have it declared in the latter.
4983
4984 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4985
4986         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4987         * gst/debug/tests.c: (md5_get_value):
4988         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4989         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4990         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4991         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4992         Stop using deprecated GLib functions.
4993
4994 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4995
4996         * configure.ac:
4997         Back to development -> 0.10.8.1
4998
4999 === release 0.10.8 ===
5000
5001 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5002
5003         * configure.ac:
5004           releasing 0.10.8, "One For The Money"
5005
5006 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5007
5008         * configure.ac:
5009         0.10.7.4 pre-release
5010
5011 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5012
5013         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5014         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5015         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5016         * gst/goom/flying_stars_fx.c: (fs_free):
5017         * gst/goom/goom_config_param.h:
5018         * gst/goom/goom_core.c: (goom_init), (goom_close):
5019         * gst/goom/goom_plugin_info.h:
5020         * gst/goom/gstgoom.c: (gst_goom_finalize):
5021         * gst/goom/lines.c: (goom_lines_free):
5022         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5023         * gst/goom/surf3d.c: (grid3d_free):
5024         * gst/goom/surf3d.h:
5025         * gst/goom/tentacle3d.c: (tentacle_free):
5026         Free a bunch of stuff, and initialise things to fix leaks
5027         and valgrind warnings in the testsuite.
5028
5029         Fixes: #529268
5030
5031 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5032
5033         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5034         (gst_rtspsrc_configure_caps):
5035         Ref caps as the return value for the request_pt_map signal.
5036         Remove some caps weirdness when configuring a stream. See #528245.
5037
5038 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5039
5040         * tests/icles/gdkpixbufsink-test.c:
5041           Add cast to placate gcc 4.1.2.
5042
5043 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5044
5045         * configure.ac:
5046         0.10.7.3 pre-release
5047
5048 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5049
5050         * tests/check/Makefile.am:
5051         Disable some more elements in the state test.
5052         Add a define so the soup test can find the test files
5053         it needs at runtime.
5054
5055         * tests/check/elements/souphttpsrc.c: (run_server):
5056
5057         Add a define so the soup test can find the test files
5058         it needs at runtime.
5059
5060 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5061
5062         * gst/goom/convolve_fx.c: (convolve_apply):
5063         Don't ever draw the GOOM logo.
5064         Fixes: #528615
5065
5066 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5067
5068         * ext/cdio/gstcdiocddasrc.c:
5069         * ext/dv/gstdvdemux.c: 
5070         gst_atomic_int_set ==> g_atomic_int_set
5071
5072 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5073
5074         * configure.ac:
5075         * gst/goom/Makefile.am:
5076         * gst/goom/convolve_fx.c:
5077         * gst/goom/default_scripts.h:
5078         * gst/goom/goom.h:
5079         * gst/goom/goom_core.c: (choose_a_goom_line):
5080         * gst/goom/goom_plugin_info.h:
5081         * gst/goom/goomsl.c:
5082         * gst/goom/goomsl.h:
5083         * gst/goom/goomsl_hash.c:
5084         * gst/goom/goomsl_hash.h:
5085         * gst/goom/goomsl_heap.c:
5086         * gst/goom/goomsl_heap.h:
5087         * gst/goom/goomsl_private.h:
5088         * gst/goom/plugin_info.c:
5089           Strip out the config/script parsing stuff, we don't need it.
5090           Fixes #527999.
5091
5092 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5093
5094         * gst/goom/plugin_info.c: (setOptimizedMethods):
5095           Disable altivec optimisations for 32-bit PPC as well to make
5096           things build properly on all PPC systems. Fixes #528143
5097
5098 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5099
5100         * gst-plugins-good.spec.in:
5101           Update for souphttpsrc plugin which has moved to -good.
5102
5103 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5104
5105         * gst/matroska/matroska-demux.c:
5106         (gst_matroska_demux_handle_seek_event):
5107         Fix open-ended seeks in matroskademux
5108         Patch by: Mark Nauwelaerts <manauw skynet be>
5109         Fixes: #526557
5110
5111 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5112
5113         * tests/check/Makefile.am:
5114         Add soup test certificates to the dist.
5115
5116 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5117
5118         * ext/Makefile.am:
5119         Remove LADSPA reference I missed.
5120
5121 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5122
5123         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5124         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5125         over gnome-vfs and everything else. Fixes bug #527848.
5126
5127 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5128
5129         * configure.ac:
5130         * ext/Makefile.am:
5131         Remove LADSPA plugin. Fixes: #515978
5132
5133 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5134
5135         * configure.ac:
5136         * docs/plugins/Makefile.am:
5137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5139         * docs/plugins/gst-plugins-good-plugins.args:
5140         * docs/plugins/inspect/plugin-soup.xml:
5141         * ext/Makefile.am:
5142         * tests/check/Makefile.am:
5143         Move soup plugin from -bad (Fixes: #523124)
5144
5145 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5146
5147         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5148         Fix bounds checking of mode in Speex header, which may
5149         produce negative numbers in speex <= 1.1.12
5150
5151 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5152
5153         * gst/goom/Makefile.am:
5154         * gst/goom/gfontlib.c:
5155         * gst/goom/gfontlib.h:
5156         * gst/goom/gfontrle.c:
5157         * gst/goom/gfontrle.h:
5158         * gst/goom/goom.h:
5159         * gst/goom/goom_core.c: (goom_update):
5160         * gst/goom/goom_plugin_info.h:
5161         * gst/goom/gstgoom.c: (gst_goom_chain):
5162         * gst/goom/plugin_info.c:
5163           Remove a bunch of font/text related code that we don't need.
5164
5165 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * gst/goom/ppc_drawings.s:
5168         * gst/goom/ppc_zoom_ultimate.s:
5169           Change license of these files to LGPL, as permitted by the
5170           author, Guillaume Borios. See #515073.
5171
5172 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5173
5174         * gst/goom/convolve_fx.c:
5175         * gst/goom/motif_goom1.h:
5176         * gst/goom/motif_goom2.h:
5177           As hinted in Bug #518213, revert one change and fix warnings properly.
5178           This fixes both #518213 and #520073 for me.     
5179
5180 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5181
5182         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5183         * gst/matroska/matroska-demux.c:
5184         (gst_matroska_demux_handle_seek_event),
5185         (gst_matroska_demux_parse_contents_seekentry),
5186         (gst_matroska_demux_loop):
5187         Fix the Forte build by making function declaration signatures
5188         match the implementations.
5189
5190 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5191
5192         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5193         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5194         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5195           More logging when probing (see #518474), some comments in _reset().
5196
5197 2008-04-07  Julien Moutte  <julien@fluendo.com>
5198
5199         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5200         because of a bad argument number.
5201
5202 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5203
5204         * tests/icles/.cvsignore:
5205         * tests/icles/Makefile.am:
5206         * tests/icles/gdkpixbufsink-test.c:
5207           Interactive test app for gdkpixbufsink.
5208
5209 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5210
5211         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5212
5213         * configure.ac:
5214         Actually build dlls when cross-compiling with mingw32.
5215         Fixes bug #526247.
5216
5217 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5218
5219         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5220           Don't munge device string to 'default:x' for capture devices.
5221           Fixes #525833.
5222
5223 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5224
5225         * ext/wavpack/gstwavpackparse.c:
5226         (gst_wavpack_parse_index_entry_free):
5227         Always use GSlice as we actually depend on GLib 2.12 already.
5228
5229 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5230
5231         * configure.ac:
5232           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5233           Also bump the GLib requirement to the current de-facto requirement
5234           (ie. 2.12).
5235
5236 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5237
5238         * gst/rtp/gstrtph264pay.c: (encode_base64),
5239         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5240         * gst/rtp/gstrtph264pay.h:
5241         Parse codec_data for future AVC compatibility.
5242         Fail when we encounter AVC data for now.
5243
5244 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5245
5246         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5247           (gst_spectrum_init), (gst_spectrum_set_property),
5248           (gst_spectrum_get_property), (gst_spectrum_message_new):
5249           Rename property enums and default defines for the properties to match
5250           the property names and rephrase property descriptions to make them a
5251           bit clearer (hopefully). See #518188.
5252
5253 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5254
5255         * tests/check/Makefile.am:
5256         * tests/check/elements/.cvsignore:
5257         * tests/check/elements/gdkpixbufsink.c:
5258           Add unit test for gdkpixbufsink element.
5259
5260 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5261
5262         * ext/gdk_pixbuf/Makefile.am:
5263         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5264         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5265           (gst_gdk_pixbuf_sink_base_init),
5266           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5267           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5268           (gst_gdk_pixbuf_sink_set_caps),
5269           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5270           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5271           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5272           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5273           (gst_gdk_pixbuf_sink_get_property):
5274         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5275           Add gdkpixbufsink element for easy snapshotting (#525946).
5276
5277 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5278
5279         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5280         Bump timeout from 3 to 60 seconds.
5281
5282 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5283
5284         * tests/check/pipelines/.cvignore:
5285         Remove useless file.
5286
5287         * tests/check/pipelines/.cvsignore:
5288         Add new test to .cvsignore.
5289
5290 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5291
5292         * tests/check/Makefile.am:
5293         * tests/check/pipelines/wavpack.c: (bus_handler),
5294         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5295         (wavpack_suite), (main):
5296         Add unit test that encodes and decodes some data, checks that it
5297         is still the same and that all timestamps/offsets are perfect.
5298
5299 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5300
5301         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5302         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5303         * ext/wavpack/gstwavpackparse.c:
5304         (gst_wavpack_parse_index_entry_new),
5305         (gst_wavpack_parse_index_entry_free),
5306         (gst_wavpack_parse_base_init),
5307         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5308         Use GSlice for allocating index entries and use
5309         gst_element_class_set_details_simple().
5310
5311 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5312
5313         Patch by: Brian Cameron <brian.cameron at sun dot com>
5314
5315         * sys/sunaudio/gstsunaudio.c:
5316         * sys/sunaudio/gstsunaudiomixer.c:
5317         * sys/sunaudio/gstsunaudiomixer.h:
5318         * sys/sunaudio/gstsunaudiomixerctrl.c:
5319         * sys/sunaudio/gstsunaudiomixerctrl.h:
5320         * sys/sunaudio/gstsunaudiomixertrack.c:
5321         * sys/sunaudio/gstsunaudiomixertrack.h:
5322         * sys/sunaudio/gstsunaudiosink.c:
5323         * sys/sunaudio/gstsunaudiosink.h:
5324         * sys/sunaudio/gstsunaudiosrc.c:
5325         * sys/sunaudio/gstsunaudiosrc.h:
5326           Fix up copyrights (#525860).
5327
5328 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5329
5330         * gst/goom/goomsl.c: (gsl_read_file):
5331           Check return value of fread() to avoid compiler warnings.
5332
5333 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5334
5335         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5336
5337         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5338         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5339         * gst/law/alaw-decode.h:
5340         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5341         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5342         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5343         * gst/law/mulaw-decode.h:
5344         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5345         Make negotiation a bit modern.
5346         Use pad_alloc. Fixes #525359.
5347
5348 2008-03-31  David Schleef  <ds@schleef.org>
5349
5350         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5351           compiles consistently.  Fixes #522278.
5352
5353 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5354
5355         Patch by: Brian Cameron <brian.cameron at sun dot com>
5356
5357         * sys/sunaudio/gstsunaudiomixerctrl.c:
5358           (gst_sunaudiomixer_ctrl_get_volume),
5359           (gst_sunaudiomixer_ctrl_set_volume):
5360         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5361           Fix up the mixer tracks to use a volume range of 0-255, which is what
5362           the sun audio API uses. This simplifies the code and avoids rounding
5363           errors. Fixes #524593.
5364
5365 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5366
5367         * sys/v4l2/gstv4l2object.c:
5368         * sys/v4l2/gstv4l2object.h:
5369         Add device-fd property to make it possible to apps to call ioctl's.
5370
5371 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5372
5373         * gst/qtdemux/qtdemux.c: (next_entry_size):
5374         Unbreak streaming mode again.
5375
5376 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5377
5378         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5379           Remove superfluous DEBUG macro.
5380
5381 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5382
5383         Based on patch by: William M. Brack <wbrack at mmm com hk>
5384
5385         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5386           (gst_v4l2src_set_capture):
5387           Check whether the device supports setting the framerate before
5388           trying to set it and then posting a warning or error if it doesn't
5389           work (#516649, #520092). Also compare fractions more correctly.
5390
5391 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5392
5393         * gst/goom/Makefile.am:
5394           Remove ppc assembler optimisations from the build until they
5395           actually build (they also seem to have GPL headers).
5396
5397 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5398
5399         * m4/Makefile.am:
5400           Better not dist files that don't exist any longer (lrint*m4).
5401
5402 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5403
5404         * configure.ac:
5405         * m4/lrint.m4:
5406         * m4/lrintf.m4:
5407         Remove lrint/lrintf checks. We don't use it anywhere.
5408
5409 2008-03-18  Andy Wingo  <wingo@pobox.com>
5410
5411         * sys/osxvideo/osxvideosink.m
5412         (gst_osx_video_sink_osxwindow_destroy)
5413         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5414         task, whoopdee.
5415         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5416         2 ms.
5417
5418 2008-03-18  Andy Wingo  <wingo@pobox.com>
5419
5420         * sys/osxvideo/osxvideosink.m
5421         (gst_osx_video_sink_osxwindow_destroy)
5422         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5423         task, whoopdee.
5424         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5425         2 ms.
5426         
5427 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5428
5429         Patch by: William M. Brack <wbrack at mmm com hk>
5430
5431         * sys/v4l2/v4l2src_calls.c:
5432           (gst_v4l2src_probe_caps_for_format_and_size),
5433           (gst_v4l2src_probe_caps_for_format):
5434           Make sure the probed frame sizes are reversed in the resulting
5435           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5436           highest resolution first); also remove unused variable.
5437           (Partly fixes #520092)
5438
5439 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5440
5441         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5442
5443         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5444         (gst_rtspsrc_finalize):
5445         Call WSAStartup() and WSACleanup before using the Winsock API.
5446         See #520808.
5447
5448 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5449
5450         * gst/avi/gstavidemux.c:
5451           Erm, the buffer-size is just guint, no need for the special format
5452           specifier.
5453
5454 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * gst/goom/plugin_info.c:
5457         * gst/goom/ppc_zoom_ultimate.h:
5458           Small fixes to build more on PPC: ifdef out code that uses unknown
5459           define; add newline at end of header file to avoid compiler warning.
5460           Assembler code still doesn't build though.
5461
5462 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5463
5464         * gst/avi/gstavidemux.c:
5465           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5466           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5467
5468 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5469
5470         * gst/avi/gstavidemux.c:
5471           Chunksize is uint32. Fix format specifier.
5472
5473 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5474
5475         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5476         mistake. Return file to pure MIT text.
5477
5478 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5479
5480         * gst/audiofx/audiofx.c:
5481         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5482         of hardcoding values.
5483
5484 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5485
5486         Patch by: Mark Nauwelaerts <manauw skynet be>
5487
5488         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5489           (gst_oss_src_close):
5490         * sys/oss/gstosssrc.h:
5491           Cache probed caps, so _get_caps() during recording doesn't cause
5492           ioctl calls which may disrupt the recording (fixes #521875).
5493
5494 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5495
5496         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5497         (gst_qtdemux_activate_segment),
5498         (gst_qtdemux_prepare_current_sample),
5499         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5500         Make sure we always send a DISCONT after a seek by setting the sample
5501         index to an undefined value after a seek.
5502
5503 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5504
5505         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5506           (GST_IS_AVI_SUBTITLE_CLASS):
5507           Fix up IS_FOO macros, which makes gtk-doc much happier.
5508
5509 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         * tests/icles/Makefile.am:
5512           Move the -lgstfoo where it belongs.
5513
5514 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5515
5516         * gst/matroska/ebml-ids.h:
5517         Add ID for EBML CRC32 elements.
5518
5519         * gst/matroska/Makefile.am:
5520         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5521         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5522         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5523         (gst_ebml_read_header):
5524         Support reading 80bit floats, add finalize method to clean up
5525         in any case, support reading length/id elements with any length
5526         as long as it's smaller than our supported maximum, don't leak
5527         buffers if reading as much data as we wanted failed and some
5528         smaller cleanup.
5529
5530 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5531
5532         Patch by: Olivier Crete <tester at tester dot ca>
5533
5534         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5535         Check that a buffer is large enough before reading from it.
5536         Fixes bug #521102.
5537         
5538 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5539
5540         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5541         Fix compilation after removing the GstPollMode from the
5542         constructor.
5543
5544 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5545
5546         * configure.ac:
5547         * gst/audiofx/Makefile.am:
5548         * gst/audiofx/audiochebband.c:
5549         * gst/audiofx/audiocheblimit.c:
5550         * gst/audiofx/math_compat.h:
5551         Check for sinh(), cosh() and asinh() and define our own
5552         implementations if they're not available. Fixes bug #520880.
5553
5554 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5555
5556         Patch by: Olivier Crete <tester at tester dot ca>
5557
5558         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5559         Unref the buffers only once when handling not-negotiated errors.
5560         Fixes bug #520764.
5561
5562 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5563
5564         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5565
5566         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5567         (gst_udpsrc_stop):
5568         Properly balance WSA_Cleanup with WSA_Startup.
5569         Also make the poll controllable on windows. Fixes #520888.
5570
5571 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5572
5573         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5574         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5575         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5576         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5577         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5578         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5579         (gst_ebml_read_date), (gst_ebml_read_master),
5580         (gst_ebml_read_binary), (gst_ebml_read_header):
5581         * gst/matroska/ebml-read.h:
5582         * gst/matroska/matroska-demux.c:
5583         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5584         (gst_matroska_demux_read_track_encodings),
5585         (gst_matroska_demux_add_stream),
5586         (gst_matroska_demux_handle_src_query),
5587         (gst_matroska_demux_handle_seek_event),
5588         (gst_matroska_demux_init_stream),
5589         (gst_matroska_demux_parse_tracks),
5590         (gst_matroska_demux_parse_index_cuetrack),
5591         (gst_matroska_demux_parse_index_pointentry),
5592         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5593         (gst_matroska_demux_parse_metadata_id_simple_tag),
5594         (gst_matroska_demux_parse_metadata_id_tag),
5595         (gst_matroska_demux_parse_metadata),
5596         (gst_matroska_demux_sync_streams),
5597         (gst_matroska_demux_push_hdr_buf),
5598         (gst_matroska_demux_push_flac_codec_priv_data),
5599         (gst_matroska_demux_push_xiph_codec_priv_data),
5600         (gst_matroska_demux_add_wvpk_header),
5601         (gst_matroska_demux_check_subtitle_buffer),
5602         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5603         (gst_matroska_demux_parse_cluster),
5604         (gst_matroska_demux_parse_contents_seekentry),
5605         (gst_matroska_demux_parse_contents),
5606         (gst_matroska_demux_loop_stream_parse_id),
5607         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5608         * gst/matroska/matroska-demux.h:
5609         * gst/matroska/matroska-ids.h:
5610         Handle return values from pull_range in a more granular way to properly
5611         shut down on seeks.
5612         Combine return values from push.
5613         Implement proper error handling.
5614         Prepare for handling seeking correctly.
5615
5616 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5617
5618         * gst/matroska/ebml-read.c:
5619         Use GINT64 formatting constants from GLIB.
5620
5621         * gst/matroska/matroska-demux.c:
5622         Add some guards to avoid a possible division by 0 and crashing
5623         with NULL events on some systems.
5624         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5625         conversion. 
5626
5627         * gst/matroska/matroska-mux.c:
5628         Check for invalid timestamps in a bunch of places to avoid
5629         writing bogus durations into the output file.
5630         Fix some double<->gint64 conversions that weren't using
5631         gst_guint64_to_gdouble
5632
5633 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5634
5635         * configure.ac:
5636         Move the checks for bison, flex and as to the program section and the
5637         check for gcc inline asm to the compiler characteristics section.
5638
5639 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5640
5641         * configure.ac:
5642         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5643         plug-ins are included/excluded. (#498222)
5644
5645 2008-02-29  Michael Smith <msmith@fluendo.com>
5646
5647         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5648           Don't call gst_object_sync_values() unless we have a valid timestamp.
5649
5650 2008-02-28  David Schleef  <ds@schleef.org>
5651
5652         * gst/matroska/matroska-demux.c:
5653         * gst/matroska/matroska-ids.h:
5654         * gst/matroska/matroska-mux.c:
5655           Fix Dirac mapping.  I had previously added a VfW-type
5656           mapping, but it looks like Dirac will get a native Matroska
5657           mapping, and this is the most likely method.
5658
5659 2008-02-28  David Schleef  <ds@schleef.org>
5660
5661         * gst/avi/gstavimux.c: Add Dirac encoding
5662
5663 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5664
5665         Patch by: Peter Kjellerstedt <pkj at axis com>
5666
5667         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5668         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5669         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5670         * gst/udp/gstudpsrc.h:
5671         Port to GstPoll. See #505417.
5672
5673 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5674
5675         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5676         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5677         yet on the srcpad. We need rate and channels before we
5678         can do any processing. Fixes bug #519088.
5679
5680 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5681
5682         * configure.ac:
5683         Detect and indicate if GCC inline assembly syntax is
5684         available.
5685
5686         * gst/goom/Makefile.am:
5687         * gst/goom/convolve_fx.c:
5688         * gst/goom/flying_stars_fx.c:
5689         * gst/goom/goom_config.h:
5690         * gst/goom/goom_core.c:
5691         * gst/goom/goomsl.c:
5692         * gst/goom/ifs.c:
5693         * gst/goom/mmx.c:
5694         * gst/goom/plugin_info.c:
5695         * gst/goom/xmmx.c:
5696         Fix various GCC-isms, and only build the inline assembly
5697         with compilers that support GCC inline assembly.
5698
5699         Fix a couple of other warnings shown with Forte.
5700
5701 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5702
5703         * gst/goom/xmmx.c:
5704           Use 'emms' instead of 'femms' to not crash on cpus that do not
5705           implement this 3dnow specific instruction.
5706
5707 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5708
5709         * gst/goom/plugin_info.c: (setOptimizedMethods):
5710         Use extended MMX for draw_line() too if available, not only
5711         normal MMX.
5712
5713 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5714
5715         * ext/jpeg/gstjpeg.c: (plugin_init):
5716         Remove (commented out) smoke typefinder. This is in base now.
5717
5718 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5719
5720         * gst/goom2k1/Makefile.am:
5721         * gst/goom2k1/gstgoom.c:
5722
5723         Rename the installed library, and don't register the same 
5724         GType name as the new goom.
5725
5726 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5727
5728         * configure.ac:
5729         * ext/taglib/Makefile.am:
5730           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5731           when building C++ code (#516509).
5732
5733 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5736         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5737           (setOptimizedMethods):
5738           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5739           anything useful. Export goom debug category so we can get
5740           rid of the VERBOSE define and the printfs.
5741
5742 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         * gst/goom/goomsl_heap.c: (align_it):
5745         * gst/goom/plugin_info.c: (setOptimizedMethods):
5746           Compile fixes for x86-64.
5747
5748 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5749
5750         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5751         with warnings, but add other CFLAGS
5752
5753         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5754         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5755         (calculate_labels), (gsl_read_file):
5756         * gst/goom/goomsl_lex.l:
5757         * gst/goom/goomsl_yacc.y:
5758         * gst/goom/plugin_info.c: Remove a few live printf, and
5759         fprintf, replace exit() calls with g_assert_not_reached()
5760         if it not optimal for a library
5761
5762 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5763
5764         * gst/goom/Makefile.am: Remove the warnings being disabled,
5765         fix linkage on x86, spotted by Sebastian Dröge
5766         <slomo@circular-chaos.org>
5767
5768         * gst/goom/convolve_fx.c (convolve_init),
5769         (create_output_with_brightness), (convolve_apply):
5770         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5771         * gst/goom/goomsl.c:
5772         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5773         * gst/goom/plugin_info.c:
5774         * gst/goom/tentacle3d.c (tentacle_fx_create):
5775         Fix warnings, and disable the motifs in the convolve_fx
5776         plugin (they were causing warnings, and they were just
5777         "Goom" in funny letterring)
5778
5779 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5780
5781         * configure.ac: Add checks for Flex/Yacc/Bison and other
5782         furry animals, for the new goom 2k4 based plugin
5783
5784         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5785         CPU optimisations (not working yet), move the old plugin to...
5786
5787         * gst/goom2k1/*: ... here, in case somebody is sick enough
5788
5789         Fixes #515073
5790
5791 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5792
5793         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5794         Post the server response code in an error message instead of a generic
5795         'error' message. Fixes #517237.
5796
5797 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5798
5799         * tests/check/Makefile.am:
5800         Ignore gconfaudiosrc for the states unit test too. It will fallback
5801         to alsasrc if the gconf settings can't be read and not everybody has
5802         alsa.
5803
5804 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5805
5806         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5807         (gst_wavpack_parse_create_src_pad):
5808         * ext/wavpack/gstwavpackparse.h:
5809         Always report the duration if we know it in push mode and don't
5810         return 0 just to make totem believe we can't seek in push mode.
5811         Newer totem version use the SEEKING query which properly reports
5812         if we can seek or not.
5813
5814 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5815
5816         Patch by: Jens Granseuer <jensgr at gmx dot net>
5817
5818         * tests/examples/equalizer/demo.c: (main):
5819         C89 fix, moving variable declarations to the beginning of
5820         the block. Fixes bug #517933.
5821
5822 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5823
5824         * configure.ac:
5825         Back to development...
5826
5827 === release 0.10.7 ===
5828
5829 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5830
5831         * configure.ac:
5832           releasing 0.10.7, "Red Door Black"
5833
5834 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5835
5836         * gst/alpha/Makefile.am:
5837         Link alpha plugin with libgstbase. Fixes bug #517386.
5838
5839 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5840
5841         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5842         Init values to -1 instead of the default 0 value.
5843         Fixes #516524.
5844
5845 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5846
5847         * tests/examples/spectrum/spectrum-example.c:
5848         Add missing include to fix compilation when libxml usage is disabled.
5849         Fixes: #516371
5850
5851 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5852
5853         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5854         fixes: #514889
5855
5856         * gst/rtp/gstrtph264pay.c:
5857         * gst/rtp/gstrtpmp4gdepay.c:
5858         * gst/rtp/gstrtpmp4gpay.c:
5859         * gst/rtp/gstrtpmp4gpay.h:
5860         * gst/rtp/gstrtptheorapay.c:
5861         * gst/rtp/gstrtpvorbispay.c:
5862
5863         Fix various leaks shown up in valgrind
5864         - free sprops and buffer in error cases in H264 payloader
5865         - fix leak in mp4g depayloader when construction the caps
5866         - don't leak config string in the mp4g payloader
5867         - don't leak buffers and headers in theora and vorbis payloaders
5868
5869         * tests/check/elements/rtp-payloading.c:
5870
5871         Fix the RTP data test
5872         - Actually send valid amr data to the payloader instead of 20
5873         zero-bytes
5874         - The mp4g payloader expects codec_data on the caps
5875
5876 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5877
5878         * win32/MANIFEST:
5879         Add libgstpng.dsp to MANIFEST.
5880         * win32/vs6/libgstaudiofx.dsp:
5881         Add new source files to VS project file.
5882
5883 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5884
5885         * sys/ximage/gstximagesrc.c:
5886         Initialise variables when opening the X display rather
5887         than in _start(), as the display can be opened before that.
5888
5889         Fixes: #515985
5890
5891 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5892
5893         * sys/directdraw/gstdirectdrawsink.c:
5894         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5895         (gst_directdraw_sink_finalize):
5896         Properly chain up finalize functions. Fixes bug #515980.
5897
5898 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5899
5900         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5901         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5902         (gst_v4l2_buffer_pool_class_init):
5903         Chain up the finalize functions. Fixes bug #515984.
5904
5905 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5906
5907         * sys/ximage/ximageutil.c:
5908         Chain up in the finalize function for our custom
5909         buffer sub-class.
5910         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5911         Fixes: #515706
5912
5913 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5914
5915         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5916         (gst_fenced_buffer_class_init):
5917         Properly chain up finalize method. Fixes bug #515979.
5918
5919 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5920
5921         * sys/ximage/gstximagesrc.c:
5922         Free allocated Damage memory before closing our connection to the
5923         X server. Partially fixes: #515706
5924
5925 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5926
5927         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5928         * tests/check/Makefile.am:
5929         * tests/check/gst-plugins-good.supp:
5930         Add a few libjpeg suppressions and initialize a variable to
5931         make smokeenc valgrind clean. Fixes bug #515701.
5932
5933 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5934
5935         * gst/avi/gstavidemux.c:
5936         Revert patch which sends timestamps only on keyframes, as it
5937         breaks playback with current gst-ffmpeg.
5938
5939         Fixes: #515562
5940
5941 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5942
5943         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5944         * tests/check/elements/multifile.c: (GST_START_TEST):
5945         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5946
5947 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5948
5949         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5950         Use and unset the GError when pipeline creation fails instead of
5951         simply leaking it. Fixes bug #515704.
5952
5953 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5954
5955         * gst/audiofx/audioamplify.c:
5956         * gst/audiofx/audiochebband.c:
5957         * gst/audiofx/audiocheblimit.c:
5958         * gst/audiofx/audiodynamic.c:
5959         * gst/audiofx/audioinvert.c:
5960         * gst/audiofx/audiopanorama.c:
5961         * gst/audiofx/audiowsincband.c:
5962         * gst/audiofx/audiowsinclimit.c:
5963         Fix long description of audiofx elements. Fixes bug #515457.
5964
5965 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5966
5967         * docs/plugins/Makefile.am:
5968         * gst/spectrum/gstspectrum.c:
5969         * tests/examples/spectrum/.cvsignore:
5970         * tests/examples/spectrum/Makefile.am:
5971         * tests/examples/spectrum/spectrum-example.c:
5972
5973         Add a simple example application for the spectrum element, include it
5974         in the docs, and fix some documentation ambiguities.
5975
5976         Fixes: #348085
5977
5978 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5979
5980         * gst/equalizer/Makefile.am:
5981         * gst/spectrum/Makefile.am:
5982         Fix includes order
5983
5984         * tests/check/Makefile.am:
5985         Exclude v4l2src from the states test - it takes too long to start.
5986
5987         * tests/check/elements/spectrum.c:
5988         Make the test run properly with CK_FORK=no
5989
5990 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5991
5992         * gst/audiofix/Makefile.am: add missing header files 
5993
5994 2008-02-08  Julien Moutte  <julien@fluendo.com>
5995
5996         * gst/matroska/matroska-demux.c:
5997         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5998         keyframe and delta units correctly when dealign with a BlockGroup.
5999         Fixes: #514397
6000
6001 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6002
6003         * tests/check/elements/.cvsignore:
6004         Spell the new tests correctly in .cvsignore
6005
6006 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6007
6008         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6009           Need to use gsize here for the size, fixes compiler warning.
6010
6011         * tests/examples/equalizer/.cvsignore:
6012         * tests/examples/equalizer/Makefile.am:
6013         * tests/examples/spectrum/.cvsignore:
6014         * tests/examples/spectrum/Makefile.am:
6015           Add missing files to fix the build.
6016
6017 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6018
6019         * configure.ac:
6020         * docs/plugins/Makefile.am:
6021         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6022         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6023         * docs/plugins/gst-plugins-good-plugins.args:
6024         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6025         * docs/plugins/inspect/plugin-multifile.xml:
6026         * tests/check/Makefile.am:
6027         * tests/check/elements/.cvsignore:
6028
6029         Move multifile plugin from -bad.
6030         Fixes: #490283
6031
6032 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6033
6034         * configure.ac:
6035         * docs/plugins/Makefile.am:
6036         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6037         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6038         * docs/plugins/gst-plugins-good-plugins.args:
6039         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6040         * docs/plugins/inspect/plugin-spectrum.xml:
6041         * gst/spectrum/Makefile.am:
6042         * tests/check/Makefile.am:
6043         * tests/check/elements/.cvsignore:
6044         * tests/examples/Makefile.am:
6045
6046         Move spectrum plugin from -bad.
6047         Move examples into tests/examples/spectrum.
6048
6049 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6050
6051         * configure.ac:
6052         * docs/plugins/Makefile.am:
6053         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6054         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6055         * docs/plugins/gst-plugins-good-plugins.args:
6056         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6057         * docs/plugins/gst-plugins-good-plugins.interfaces:
6058         * docs/plugins/inspect/plugin-equalizer.xml:
6059         * gst/equalizer/Makefile.am:
6060         * tests/check/Makefile.am:
6061         * tests/examples/Makefile.am:
6062         Move the equalizer plugin across from -bad
6063
6064         * tests/check/elements/.cvsignore:
6065         Add equalizer, audiosincwband and audiosincwlimit
6066
6067         * tests/check/elements/equalizer.c:
6068         Fix compiler warnings
6069
6070         Fixes: #415627
6071
6072 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6073
6074         * configure.ac:
6075         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6076         are treated like releases and build without it.
6077
6078 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6079
6080         * docs/plugins/Makefile.am:
6081         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6082         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6083         * docs/plugins/gst-plugins-good-plugins.args:
6084         * docs/plugins/inspect/plugin-audiofx.xml:
6085         * gst/audiofx/Makefile.am:
6086         * gst/audiofx/audiofx.c:
6087         * gst/audiofx/audiowsincband.c:
6088         * gst/audiofx/audiowsincband.h:
6089         * gst/audiofx/audiowsinclimit.c:
6090         * gst/audiofx/audiowsinclimit.h:
6091         * tests/check/Makefile.am:
6092         * tests/check/elements/audiowsincband.c:
6093         * tests/check/elements/audiowsinclimit.c:
6094
6095         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6096         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6097         respectively.
6098
6099         Fixes: #467666
6100
6101 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6102
6103         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6104         * tests/check/elements/icydemux.c:
6105           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6106           caps, and add a somewhat useful debug message. Plus test.
6107
6108 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6109
6110         * gst/rtsp/gstrtspsrc.c:
6111         Include unistd.h only if HAVE_UNISTD_H is defined
6112         * win32/common/config.h.in:
6113         * win32/common/config.h:
6114         Define socklen_t as it seems it's not defined in default 
6115         Visual Studio headers.
6116         * win32/vs6/libgstalpha.dsp:
6117         * win32/vs6/libgstapetag.dsp:
6118         * win32/vs6/libgstavi.dsp:
6119         * win32/vs6/libgstrtp.dsp:
6120         * win32/vs6/libgstrtsp.dsp:
6121         * win32/vs6/libgstvideomixer.dsp:
6122         Update project file dependencies and add new source files       
6123
6124 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6125
6126         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6127
6128         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6129         Don't leak buffers when we don't push them downstream.
6130         Fixes bug #514965.
6131
6132 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6133
6134         * configure.ac:
6135           Bump requirements to (good) released versions to avoid
6136           confusion and make implicit core requirement explicit.
6137
6138 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6139
6140         * docs/plugins/Makefile.am:
6141         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6142         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6143         * docs/plugins/gst-plugins-good-plugins.args:
6144         * docs/plugins/inspect/plugin-audiofx.xml:
6145         * gst/audiofx/Makefile.am:
6146         * gst/audiofx/audiochebband.c:
6147         * gst/audiofx/audiochebband.h:
6148         * gst/audiofx/audiocheblimit.c:
6149         * gst/audiofx/audiocheblimit.h:
6150         * gst/audiofx/audiochebyshevfreqband.c:
6151         * gst/audiofx/audiochebyshevfreqband.h:
6152         * gst/audiofx/audiochebyshevfreqlimit.c:
6153         * gst/audiofx/audiochebyshevfreqlimit.h:
6154         * gst/audiofx/audiofx.c:
6155         * tests/check/Makefile.am:
6156         * tests/check/elements/.cvsignore:
6157         * tests/check/elements/audiochebband.c:
6158         * tests/check/elements/audiocheblimit.c:
6159         * tests/check/elements/audiochebyshevfreqband.c:
6160         * tests/check/elements/audiochebyshevfreqlimit.c:
6161
6162         Rename audiochebyshevfreqband -> audiochebband and
6163         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6164         surgery.
6165
6166         Closes: #491811
6167
6168 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6169
6170         Patch by: Orjan Friberg <orjanf at axis dot com>
6171
6172         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6173         Fix caps memory leak. Fixes #514573.
6174
6175 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6176
6177         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6178         If there's no entries in the subindex, don't try to do anything stupid,
6179         just return.
6180
6181 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         Patch by: John Millikin <jmillikin at gmail dot com>
6184
6185         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6186           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6187           Fix extraction of picture blocks with newer libflac versions again:
6188           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6189
6190 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6191
6192         * tests/check/Makefile.am:
6193           Add rtp-payloading test to VALGRIND_TO_FIX.
6194
6195         * tests/check/elements/rtp-payloading.c:
6196           Add semicolons after GST_TEST_END so gst-indent gets the
6197           formatting right; make test less verbose in general, but
6198           more verbose in the error case (which should probably
6199           make the test fail anyway).
6200
6201 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6202
6203         * docs/plugins/Makefile.am:
6204         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6205         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6206         * gst/avi/gstavisubtitle.c:
6207         Add documentation for avisubtitle and change class to
6208         Codec/Parser/Subtitle
6209
6210 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6211
6212         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6213         Treat ENOTTY (driver does not implement ioctl) the same as
6214         EINVAL since it implies there are no available standards.
6215
6216         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6217         (gst_v4l2src_get_nearest_size):
6218         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6219         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6220         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6221         reason, and if we aren't yet actively capturing.
6222
6223         * sys/v4l2/v4l2src_calls.h:
6224         Remove replaced function declaration.
6225
6226 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6227
6228         * configure.ac:
6229         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6230         API.
6231
6232 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6233
6234         * configure.ac:
6235         Fix typo.
6236
6237 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6238
6239         * gst/alpha/Makefile.am:
6240         * gst/alpha/gstalpha.c:
6241
6242         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6243         some stuff, and making buffer-alloc and resizing work automatically.
6244         No longer crashes on odd frame widths and heights, although there
6245         seems to be a disagreement with ffmpegcolorspace about what size
6246         an AYUV frame with odd height should be.
6247
6248 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6249
6250         Patch by: Alessandro Decina <alessandro at nnva dot org>
6251
6252         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6253         * ext/libpng/gstpngenc.h:
6254         Preallocate the output buffer so that g_memdup() and
6255         gst_buffer_merge() aren't needed anymore. This greatly improves
6256         performances and fixes #512544.
6257
6258 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6259
6260         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6261         (gst_avi_demux_stream_data):
6262         GStreamer timestamps are PTS values while AVI only knows about DTS
6263         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6264         we are dealing with a key frame.
6265
6266 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6267
6268         * tests/check/Makefile.am:
6269         * tests/check/elements/.cvsignore:
6270         * tests/check/elements/rtp-payloading.c:
6271           Add add testsuite for the rtp-payloader that tries simulating
6272           dataflow. Needs more test data.
6273
6274 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6275
6276         * tests/check/elements/alphacolor.c:
6277           Remove two unused variables.
6278
6279 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6280
6281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6282           Use g_ascii_strtoll() instead of atoll, which is only
6283           available in C99.
6284
6285 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6286
6287         * gst/rtp/Makefile.am:
6288         * gst/rtp/gstrtp.c:
6289         * gst/rtp/gstrtpmpvpay.c:
6290         * gst/rtp/gstrtpmpvpay.h:
6291         Add MPEG2 video payloader
6292
6293 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6294
6295         * gst/level/gstlevel.c:
6296         Use #include <math.h> instead of #include "math.h".
6297
6298 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6299
6300         * tests/check/Makefile.am:
6301         Fix up some CFLAGS sets.
6302         Don't include gconfvideosrc in the states test.
6303
6304         * tests/check/elements/autodetect.c: (GST_START_TEST):
6305         Add some error strings to fail_unless arguments to fix some weird
6306         compiler errors on Solaris.
6307
6308 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6309
6310         * configure.ac:
6311         Detect video4linux headers on Solaris too.
6312         * sys/v4l2/gstv4l2colorbalance.h:
6313         * sys/v4l2/gstv4l2object.h:
6314         * sys/v4l2/v4l2_calls.c:
6315         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6316         (gst_v4l2_buffer_new):
6317
6318         Make v4l2 build on Solaris.
6319         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6320         Fixes: #510505
6321
6322 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6323
6324         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6325           Update list from (still local) scanning script.
6326
6327 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6328
6329         Based on a patch by:
6330             Victor STINNER <victor dot stinner at haypocalc dot com>
6331
6332         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6333         Set variable to NULL after freeing it to prevent double frees
6334         or make failures by another use of it afterwards more obvious
6335         and fix use of it after the freeing. Fixes bug #510592.
6336
6337 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6338
6339         * gst/udp/gstmultiudpsink.c:
6340         use GST_WARNING for logging
6341
6342 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6343
6344         * gst/udp/gstmultiudpsink.c:
6345         Don't try to leave a multicast group with an invalid socket
6346
6347 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6348
6349         * ext/flac/gstflacdec.c:
6350           Fix compilation against flac 1.1.2 (as on debian stable), where
6351           the picture metadata defines and structs don't exist yet.
6352           Fixes #509301.
6353
6354 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6355
6356         Patch by: Olivier Crete <tester at tester dot ca>
6357
6358         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6359         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6360         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6361         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6362         * gst/udp/gstmultiudpsink.h:
6363         Add property to automatically join a multicast group or not. This can be
6364         useful when sharing a socket between multiple elements.
6365         Fixes #509531.
6366
6367 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6368
6369         * gst/videomixer/Makefile.am:
6370           Add controller flags.
6371
6372 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6373
6374         * gst/videomixer/videomixer.c:
6375           Also commit the missing gst_object_sync_values().
6376
6377 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6378
6379         * docs/plugins/Makefile.am:
6380           Remove duplicate entry.
6381
6382 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6383
6384         * docs/plugins/Makefile.am:
6385         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6387         * docs/plugins/inspect/plugin-gamma.xml:
6388         * docs/plugins/inspect/plugin-monoscope.xml:
6389         * docs/plugins/inspect/plugin-video4linux2.xml:
6390           Add 3 more plugins to docs.
6391
6392 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6393
6394         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6395         * sys/osxvideo/osxvideosink.h:
6396           Revert previous change caused by a file that got stuck on an old
6397           revision.
6398
6399 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6400
6401         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6402         * gst/multipart/Makefile.am:
6403         * gst/multipart/multipartdemux.c:
6404         * gst/multipart/multipartdemux.h:
6405         * gst/multipart/multipartmux.c:
6406         * gst/multipart/multipartmux.h:
6407           Re-add multipartdemux to the docs. Last round of section cleanup.
6408
6409 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6410
6411         * docs/plugins/Makefile.am:
6412         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6413         * sys/osxaudio/gstosxaudiosink.h:
6414         * sys/osxvideo/osxvideosink.h:
6415           Managed to resolve most unused declarations. Filed a bug for one left.          
6416
6417 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6418
6419         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6420           Cleanup section file.
6421
6422 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6423
6424         * docs/plugins/Makefile.am:
6425         * docs/plugins/gst-plugins-good-plugins.args:
6426         * docs/plugins/gst-plugins-good-plugins.signals:
6427         * docs/plugins/inspect/plugin-alaw.xml:
6428         * docs/plugins/inspect/plugin-alpha.xml:
6429         * docs/plugins/inspect/plugin-alphacolor.xml:
6430         * docs/plugins/inspect/plugin-annodex.xml:
6431         * docs/plugins/inspect/plugin-apetag.xml:
6432         * docs/plugins/inspect/plugin-audiofx.xml:
6433         * docs/plugins/inspect/plugin-auparse.xml:
6434         * docs/plugins/inspect/plugin-autodetect.xml:
6435         * docs/plugins/inspect/plugin-avi.xml:
6436         * docs/plugins/inspect/plugin-cairo.xml:
6437         * docs/plugins/inspect/plugin-cdio.xml:
6438         * docs/plugins/inspect/plugin-cutter.xml:
6439         * docs/plugins/inspect/plugin-debug.xml:
6440         * docs/plugins/inspect/plugin-dv.xml:
6441         * docs/plugins/inspect/plugin-efence.xml:
6442         * docs/plugins/inspect/plugin-effectv.xml:
6443         * docs/plugins/inspect/plugin-flac.xml:
6444         * docs/plugins/inspect/plugin-flxdec.xml:
6445         * docs/plugins/inspect/plugin-gconfelements.xml:
6446         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6447         * docs/plugins/inspect/plugin-goom.xml:
6448         * docs/plugins/inspect/plugin-halelements.xml:
6449         * docs/plugins/inspect/plugin-icydemux.xml:
6450         * docs/plugins/inspect/plugin-id3demux.xml:
6451         * docs/plugins/inspect/plugin-jpeg.xml:
6452         * docs/plugins/inspect/plugin-ladspa.xml:
6453         * docs/plugins/inspect/plugin-level.xml:
6454         * docs/plugins/inspect/plugin-matroska.xml:
6455         * docs/plugins/inspect/plugin-mulaw.xml:
6456         * docs/plugins/inspect/plugin-multipart.xml:
6457         * docs/plugins/inspect/plugin-navigationtest.xml:
6458         * docs/plugins/inspect/plugin-png.xml:
6459         * docs/plugins/inspect/plugin-quicktime.xml:
6460         * docs/plugins/inspect/plugin-rtp.xml:
6461         * docs/plugins/inspect/plugin-rtsp.xml:
6462         * docs/plugins/inspect/plugin-shout2send.xml:
6463         * docs/plugins/inspect/plugin-smpte.xml:
6464         * docs/plugins/inspect/plugin-speex.xml:
6465         * docs/plugins/inspect/plugin-taglib.xml:
6466         * docs/plugins/inspect/plugin-udp.xml:
6467         * docs/plugins/inspect/plugin-videobalance.xml:
6468         * docs/plugins/inspect/plugin-videobox.xml:
6469         * docs/plugins/inspect/plugin-videocrop.xml:
6470         * docs/plugins/inspect/plugin-videoflip.xml:
6471         * docs/plugins/inspect/plugin-videomixer.xml:
6472         * docs/plugins/inspect/plugin-wavenc.xml:
6473         * docs/plugins/inspect/plugin-wavpack.xml:
6474         * docs/plugins/inspect/plugin-wavparse.xml:
6475           Update plugin docs.
6476
6477         * gst/videomixer/Makefile.am:
6478         * gst/videomixer/videomixer.c:
6479         * gst/videomixer/videomixer.h:
6480         * gst/videomixer/videomixerpad.h:
6481           Split out header to fix warnings from the doc-build.
6482
6483 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6484
6485         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6486
6487         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6488         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6489
6490 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6491
6492         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6494           Initialise variables to work around (false) 'foo might be used
6495           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6496
6497 2008-01-11  David Schleef  <ds@schleef.org>
6498
6499         * docs/plugins/.cvsignore:
6500         * tests/check/pipelines/.cvsignore:
6501           Ignore more files for the buildbot.
6502
6503 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6504
6505         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6506         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6507         Generate the image-type values correctly. Leave them out of the caps
6508         when outputting a "preview image" tag, since it only makes sense
6509         to have one of those - the type is irrelevant.
6510
6511         * sys/sunaudio/gstsunaudiomixerctrl.c:
6512         (gst_sunaudiomixer_ctrl_open):
6513         If we can, mark the mixer multiple open when we use it, in case
6514         (for some reason) the process wants to open it again elsewhere.
6515
6516 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6517
6518         Patch by: Olivier Crete <tester at tester dot ca>
6519
6520         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6521         * gst/rtp/gstrtptheorapay.c:
6522         Fix the clock rate to 90000 as required by the RFC.
6523         Fixes #508644.
6524
6525 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6526
6527         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6528           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6529
6530 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6531
6532         * autogen.sh:
6533           Add -Wno-portability to the automake parameters to stop warnings
6534           about GNU make extensions being used. We require GNU make in almost
6535           every Makefile anyway.
6536           
6537         * configure.ac:
6538           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6539           at the same time is required for per target flags.
6540
6541 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6542
6543         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6544         Fix error from my last commit.
6545
6546 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6549
6550         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6551           Make sure the ISO 639-X language code in ID3v2 COMM frames
6552           is actually valid UTF-8 (or rather: ASCII), so we don't end
6553           up with non-UTF8 strings in tags if there's garbage in the
6554           language field. Also make sure the language code is always
6555           lower case. Fixes: #508291.
6556
6557 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6558
6559         * ChangeLog:
6560           Fix ChangeLog typo.
6561
6562 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6563
6564         * Makefile.am:
6565           Include lcov.mak to allow building coverage reports. Guard
6566           check-torture target like in the other packages.
6567
6568 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6569
6570         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6571
6572         * gst/videomixer/videomixer.c:
6573         (gst_videomixer_set_master_geometry), (_do_init),
6574         (gst_videomixer_child_proxy_get_child_by_index),
6575         (gst_videomixer_child_proxy_get_children_count),
6576         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6577         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6578         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6579         Implement GstChildProxy interface.
6580         Send newsegment at the right moment
6581         Fixes #488879
6582
6583 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6584
6585         * gst/alpha/Makefile.am:
6586         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6587         (gst_alpha_sink_event), (gst_alpha_chain),
6588         (gst_alpha_change_state), (plugin_init):
6589         Make the various properties of 'alpha' controllable. This allows doing
6590         niceties like fade-in/fade-out.
6591
6592 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6593
6594         * gst/rtp/gstasteriskh263.c:
6595         * gst/rtp/gstrtpL16depay.c:
6596         * gst/rtp/gstrtpac3depay.c:
6597         * gst/rtp/gstrtpamrpay.c:
6598         * gst/rtp/gstrtpdepay.c:
6599         * gst/rtp/gstrtpgsmdepay.c:
6600         * gst/rtp/gstrtph263depay.c:
6601         * gst/rtp/gstrtph263pdepay.c:
6602         * gst/rtp/gstrtph263ppay.c:
6603         * gst/rtp/gstrtph264depay.c:
6604         * gst/rtp/gstrtph264pay.c:
6605         * gst/rtp/gstrtpmp2tdepay.c:
6606         * gst/rtp/gstrtpmp4adepay.c:
6607         * gst/rtp/gstrtpmp4gdepay.c:
6608         * gst/rtp/gstrtpmp4gpay.c:
6609         * gst/rtp/gstrtpmp4vdepay.c:
6610         * gst/rtp/gstrtpmpadepay.c:
6611         * gst/rtp/gstrtpmpvdepay.c:
6612         * gst/rtp/gstrtpsv3vdepay.c:
6613         * gst/rtp/gstrtptheoradepay.c:
6614         * gst/rtp/gstrtptheorapay.c:
6615         * gst/rtp/gstrtpvorbisdepay.c:
6616         * gst/rtp/gstrtpvorbispay.c:
6617           Remove copy/paste unused code (property setters and getter) found by
6618           the coverage suite (yay, saves ~20k on disk).
6619
6620 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6621
6622         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6623           (videosink_templ):
6624           Also fix up pad templates to indicate that image/jpeg doesn't
6625           absolutely require the framerate property to be set (#504081).
6626
6627 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6628
6629         Based on patch by: Wouter Cloetens  <wouter at mind be>
6630
6631         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6632           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6633           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6634         * gst/matroska/matroska-mux.h:
6635           Keep track of first and last timestamps for each incoming stream,
6636           so we can calculate the total duration for live sources and other
6637           input where we can't query the duration from the start or where
6638           there's no constant framerate from which we can deduce the
6639           duration; also use calculated/observed duration if it is bigger
6640           than the previously queried duration. Furthermore, use
6641           gst_pad_query_peer_duration() and take into account that it may
6642           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6643           screws up comparisons when using unsigned integers. Fixes #504081.
6644
6645 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6646
6647         * configure.ac:
6648         * gst/audiofx/audioamplify.c:
6649         (gst_audio_amplify_clipping_method_get_type),
6650         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6651         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6652         (gst_audio_dynamic_transform_ip):
6653         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6654         (gst_audio_invert_transform_ip):
6655         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6656         (gst_audio_panorama_transform):
6657         * gst/level/gstlevel.c: (gst_level_init):
6658         Make elements GST_BUFFER_FLAG_GAP aware and call
6659         gst_base_transform_set_gap_aware for this.
6660         Bump core requirement to CVS.
6661         
6662         * gst/audiofx/audiochebyshevfreqband.c:
6663         (gst_audio_chebyshev_freq_band_transform_ip):
6664         * gst/audiofx/audiochebyshevfreqlimit.c:
6665         (gst_audio_chebyshev_freq_limit_transform_ip):
6666         Also sync GObject properties to the controller if operating
6667         in passthrough mode.
6668
6669 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6670
6671         * sys/directdraw/gstdirectdrawsink.c:
6672           (gst_directdraw_sink_window_thread):
6673           FALSE is not a gpointer.
6674
6675 2008-01-05  Julien Moutte  <julien@fluendo.com>
6676
6677         * sys/directdraw/gstdirectdrawsink.c:
6678         (gst_directdraw_sink_set_window_id),
6679         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6680         (gst_directdraw_sink_buffer_alloc),
6681         (gst_directdraw_sink_draw_borders),
6682         (gst_directdraw_sink_show_frame),
6683         (gst_directdraw_sink_setup_ddraw),
6684         (gst_directdraw_sink_window_thread),
6685         (gst_directdraw_sink_get_ddrawcaps),
6686         (gst_directdraw_sink_surface_create): Make sure we create our
6687         internal window only when we need it. That will give a chance to
6688         the application to get the prepare-xwindow-id bus message. Draw
6689         black borders when keeping aspect ratio. Handle the case where our
6690         rendering window disappears (closed or errors) like other sinks
6691         do. Various 80 columns fixes, improve state change order. That
6692         element could need some more love.
6693
6694 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6695
6696         * ext/taglib/gstapev2mux.h:
6697         * ext/taglib/gstid3v2mux.h:
6698         Remove useless typedefs without new type name. Fixes a warning with
6699         gcc 4.3.
6700
6701 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6702
6703         Patch by: John Millikin <jmillikin at gmail dot com>
6704
6705         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6706         (gst_flac_dec_setup_stream_decoder),
6707         (gst_flac_normalize_picture_mime_type),
6708         (gst_flac_extract_picture_buffer),
6709         (gst_flac_dec_metadata_callback):
6710         Emit metadata messages when a PICTURE block is encountered.
6711         Fixes #506715.
6712
6713 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6714
6715         * gst/avi/gstavi.c:
6716         increase rank because no known issues anymore ...
6717         * gst/avi/gstavisubtitle.c:
6718         send subtitle name to the srcpad
6719
6720 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6721
6722         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6723         * gst/rtsp/gstrtspsrc.h:
6724         Implement redirect for the DESCRIBE reply. Fixes #506025.
6725
6726 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6727
6728         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6729         Fix 'xyz may be used uninitialized' compiler warnings caused
6730         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6731         abort() in any case but properly report the error.
6732
6733 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6734
6735         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6736         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6737         * sys/ximage/gstximagesrc.c: (composite_pixel):
6738           Fix 'xyz may be used uninitialized' compiler warnings caused
6739           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6740           not really nice to abort in any case). Fixes #505745.
6741
6742 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6743
6744         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6745           Small unit test fix (has no practical impact at the moment,
6746           since we're only feeding utf8 and hence just create a sub-
6747           buffer for the output).
6748
6749 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6750
6751         * gst/avi/gstavisubtitle.c:
6752         * tests/check/elements/avisubtitle.c:
6753         Add seeking support for avi subtitle
6754
6755 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6756
6757         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6758         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6759         (gst_flac_dec_write):
6760         * ext/flac/gstflacdec.h:
6761         Remove some unused vars.
6762         Do more cleanup of leftover events and tags.
6763         Output tags after the segment event. Fixes #504018.
6764
6765 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6766
6767         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6768           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6769           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6770           Detect other UTF byte order markers and convert to UTF-8 as
6771           appropriate.
6772
6773 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6774
6775         * gst/avi/gstavisubtitle.c: (src_template),
6776           (gst_avi_subtitle_extract_utf8_file),
6777           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6778           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6779           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6780         * gst/avi/gstavisubtitle.h:
6781           Refactor a bit; fix name extraction; don't assume all the data
6782           in the chunk is actually subtitle data, there may be padding at
6783           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6784           file so it's there to send again after a seek (for future use).
6785
6786 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6787
6788         * gst/avi/Makefile.am:
6789         * gst/avi/gstavi.c:
6790         * gst/avi/gstavisubtitle.c:
6791         * gst/avi/gstavisubtitle.h:
6792         * tests/check/Makefile.am:
6793         * tests/check/elements/avisubtitle.c:
6794         * win32/common/config.h:
6795                 Add avi subtitle element for bug #442034. Need seeking support
6796                 and more support for character conversion.
6797
6798 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6799
6800         * Makefile.am:
6801           Include common/win32.mak for CRLF check of win32 project
6802           files (see #393626).
6803
6804         * win32/vs6/libgstpng.dsp:
6805           Fix line endings and do cvs admin -kb.
6806
6807 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6808
6809         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6810         Actually drop the buffers which are outside the currently configured
6811         segment instead of just emitting a WARNING.
6812
6813 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6814
6815         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6816         (gst_flac_dec_write):
6817         * ext/flac/gstflacdec.h:
6818         Send segments from the streaming thread. Fixes #502187.
6819         Fix segment seeking and a bunch of other seeking cases.
6820
6821 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6824           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6825           which is where it would end up if the same information was
6826           put in a vorbis comment (don't think it's worth adding a
6827           new URI tag for this). Fixes #488112.
6828
6829 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * configure.ac:
6832           We need core/base 0.10.15 or later.
6833
6834 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6835
6836         Patch by: Mark Nauwelaerts <manauw skynet be>
6837
6838         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6839         Fix regression in stream numbering. Fixes #502655.
6840
6841 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6842
6843         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6844
6845         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6846         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6847         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6848         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6849         (gst_rtp_h264_pay_handle_buffer):
6850         * gst/rtp/gstrtph264pay.h:
6851         Use higher performance start-code searching.
6852         Parse NALs and store SPS, PPS and profile in the caps so that they can
6853         be used in the SDP. Fixes #502814.
6854
6855 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6856
6857         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6858         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6859           Init some structs to zero before we pass them to ioctl, which
6860           avoids valgrind warnings.  Also fix a small memory leak.
6861
6862 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6863
6864         Patch by: Wouter Cloetens <wouter at mind dot be>
6865
6866         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6867         Copy timestamp from input to output. Not very perfect yet but better
6868         than nothing. Fixes #503023.
6869
6870 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6871
6872         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6873           Also print a useful error message with the old Wavpack API
6874           if possible.
6875
6876 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * ext/wavpack/gstwavpackdec.c:
6879           More build fixes for old libwavpack versions: include config.h so
6880           that WAVPACK_OLD_API is actually defined as detected; only use
6881           WavpackGetErrorMessage if it is available. This fixes the build
6882           on debian stable for me.
6883
6884 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6885
6886         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6887         * ext/wavpack/gstwavpackparse.c:
6888           (gst_wavpack_parse_create_src_pad):
6889           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6890           versions below 4.40.0.
6891
6892 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6893
6894         * configure.ac:
6895           And now do it right for real...
6896
6897 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6898
6899         * configure.ac:
6900           Correctly reset $LIBS to not contain -lm.
6901
6902 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6903
6904         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6905
6906         * configure.ac:
6907         * ext/cairo/gsttimeoverlay.c:
6908           (gst_cairo_time_overlay_print_smpte_time):
6909           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6910           and checking for rint() and implementing it ourself if it doesn't
6911           exist. Fixes #497293.
6912
6913 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6914
6915         * configure.ac:
6916           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6917
6918 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6919
6920         * sys/oss/gstosshelper.c:
6921         Verify that the format returned after the ioctl is the one
6922         we requested. It is valid for the ioctl to succeed while
6923         substituting an alternate 'supported' sample format.
6924
6925 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6926
6927         * sys/oss/gstossaudio.c: (plugin_init):
6928         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6929         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6930           Post decent (and translated) error message when we can't
6931           open the audio device for some reason.
6932
6933 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6934
6935         * sys/oss/gstosssink.c:
6936         * sys/oss/gstosssrc.c:
6937         Allow the AUDIODEV environment variable to redirect us
6938         to a different default OSS device, like sunaudiosink does
6939         on Solaris (makes audio play automatically on SunRays).
6940
6941 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6942
6943         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6944         * gst/audiofx/audiochebyshevfreqband.c:
6945         (gst_audio_chebyshev_freq_band_transform_ip):
6946         * gst/audiofx/audiochebyshevfreqlimit.c:
6947         (gst_audio_chebyshev_freq_limit_transform_ip):
6948         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6949         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6950         The transform_ip() methods should do nothing if in passthrough mode.
6951         It might get non-writable buffers in that case but the buffer might
6952         as well be writable.
6953
6954         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6955         The transform() methods won't be called in passthrough mode and
6956         otherwise the buffer is always writable so don't check here.
6957
6958 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6959
6960         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6961           Fix seeking in .wav files again (#501775).  Some people seem to think
6962           they don't need to test their changes when they're just 'reflowing'
6963           some code.
6964
6965 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6966
6967         * gst/autodetect/gstautovideosink.c:
6968         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6969         (gst_auto_video_sink_init),
6970         (gst_auto_video_sink_create_element_with_pretty_name),
6971         (gst_auto_video_sink_find_best),
6972         (gst_auto_video_sink_set_property),
6973         (gst_auto_video_sink_get_property):
6974         * gst/autodetect/gstautovideosink.h:
6975         Fix docs.
6976         Use same error reporting code as autoaudiosink.
6977         Add property to filter sinks based on caps. Only select raw video sinks
6978         by default for backwards compat.
6979         API: GstAutoVideoSink::filter-caps
6980
6981 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6982
6983         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6984
6985         * gst/autodetect/gstautoaudiosink.c:
6986         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6987         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6988         (gst_auto_audio_sink_set_property),
6989         (gst_auto_audio_sink_get_property):
6990         * gst/autodetect/gstautoaudiosink.h:
6991         Add property to filter sinks based on caps. Only select raw audio sinks
6992         by default for backwards compat.  Fixes #417420.
6993         API: GstAutoAudioSink::filter-caps
6994
6995 2007-11-29  Michael Smith <msmith@fluendo.com>
6996
6997         Patch by: Arek Korbik <arkadini@gmail.com>
6998
6999         * gst/videobox/gstvideobox.c: (plugin_init):
7000           Initialise liboil in plugin_init()
7001
7002 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7003
7004         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7005         Post error before sending EOS. Fixes #499178.
7006
7007 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7008
7009         * win32/vs6/gst_plugins_good.dsw:
7010         * win32/vs6/libgstpng.dsp:
7011         Add a project file for libgstpng
7012
7013 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7014
7015         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7016         (gst_rtp_h263_depay_process):
7017         Code beautification.
7018         Added debug statements.
7019         Don't bit-shift everything, just do operations on last/first byte
7020         instead.
7021
7022 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7023
7024         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7025
7026         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7027         Fix wrong comparison in overrun check. Fixes #499239 some more.
7028
7029 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7030
7031         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7032         (gst_rtp_h263_depay_process):
7033         * gst/rtp/gstrtph263depay.h:
7034         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7035         stream.
7036
7037 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7038
7039         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7040
7041         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7042         (gst_rtp_mp4a_depay_process):
7043         * gst/rtp/gstrtpmp4adepay.h:
7044         Fix depayloading when multiple frames are inside one RTP packet.
7045         Fixes #499239.
7046
7047 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7048
7049         * gst/level/gstlevel.c:
7050           Add GAP-flag support.
7051
7052 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7053
7054         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7055         Read the I flag for Mode A h263 rtp stream and set the
7056         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7057         Fixes #499383
7058
7059 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7060
7061         * gst/level/gstlevel.c:
7062           Remove some dead code and do cleanups.
7063
7064 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7065
7066         * tests/check/pipelines/simple-launch-lines.c:
7067           Improve the tests by allowing to set a target state.
7068
7069 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7070
7071         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7072         Don't check the caps of the output buffer if they're equal some
7073         other caps. The caps can change in a backward compatible way
7074         and did at this point.
7075
7076 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7077
7078         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7079         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7080         (gst_qtdemux_seek_to_previous_keyframe),
7081         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7082         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7083         reverse playback support.
7084
7085 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7086
7087         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7088         Also set the channel layout on the Wavpack caps if we're having
7089         a mono layout. Of course only do it for "audio/x-wavpack".
7090
7091 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7092
7093         * ext/wavpack/gstwavpackcommon.c:
7094         (gst_wavpack_get_default_channel_mask),
7095         (gst_wavpack_set_channel_layout),
7096         (gst_wavpack_get_default_channel_positions),
7097         (gst_wavpack_get_channel_mask_from_positions),
7098         (gst_wavpack_set_channel_mapping):
7099         * ext/wavpack/gstwavpackcommon.h:
7100         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7101         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7102         * ext/wavpack/gstwavpackdec.h:
7103         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7104         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7105         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7106         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7107         (gst_wavpack_enc_rewrite_first_block),
7108         (gst_wavpack_enc_sink_event):
7109         * ext/wavpack/gstwavpackenc.h:
7110         * ext/wavpack/gstwavpackparse.c:
7111         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7112         (gst_wavpack_parse_scan_to_find_sample),
7113         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7114         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7115         * ext/wavpack/gstwavpackparse.h:
7116         Add support for encoding, parsing and decoding multichannel
7117         files with up to 8 channels. This also improves the robustness
7118         of parsing quite a bit.
7119
7120         * ext/wavpack/gstwavpackstreamreader.c:
7121         (gst_wavpack_stream_reader_read_bytes),
7122         (gst_wavpack_stream_reader_get_pos),
7123         (gst_wavpack_stream_reader_set_pos_abs),
7124         (gst_wavpack_stream_reader_set_pos_rel),
7125         (gst_wavpack_stream_reader_push_back_byte),
7126         (gst_wavpack_stream_reader_get_length),
7127         (gst_wavpack_stream_reader_can_seek),
7128         (gst_wavpack_stream_reader_write_bytes):
7129         Improve debugging.
7130
7131 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7132
7133         * ext/libpng/gstpngdec.c:
7134         * ext/libpng/gstpngdec.h:
7135           Don't release the png-memory from within the callback.
7136
7137 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7138
7139         Patch by: René Stadler <mail at renestadler dot de>
7140
7141         * ext/libpng/gstpngenc.c:
7142           Don't leak buffer data memory. Fixes #498395.
7143
7144 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7145
7146         Patch by: René Stadler <mail at renestadler dot de>
7147
7148         * tests/check/pipelines/simple-launch-lines.c:
7149           Tests for #498395.
7150
7151 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7152
7153         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7154         (gst_tag_lib_mux_adjust_event_offsets):
7155         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7156         * sys/osxaudio/Makefile.am:
7157         * sys/osxvideo/cocoawindow.h:
7158         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7159
7160 2007-11-15  David Schleef  <ds@schleef.org>
7161
7162         * ext/cairo/gsttextoverlay.c:
7163           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7164
7165 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7166
7167         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7168
7169         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7170         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7171         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7172         * gst/rtp/gstrtpmp2tpay.h:
7173         Fill the MTU with as many packets as possible. Fixes #491323.
7174
7175 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7176
7177         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7178
7179         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7180         Fix some more leaks. Fixes #497007.
7181
7182 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7183
7184         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7185
7186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7187         (gst_rtspsrc_stream_configure_tcp):
7188         Fix 3 pad leaks. Fixes #496983.
7189
7190 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7191
7192         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7193
7194         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7195         Fix small leak. Fixes #497017.
7196
7197 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7198
7199         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7200         (gst_qtdemux_prepare_current_sample),
7201         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7202         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7203         * gst/qtdemux/qtdemux_fourcc.h:
7204         * gst/qtdemux/qtdemux_types.c:
7205         Add suppport for theora in quicktime according to XiphQT.
7206
7207 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7208
7209         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7210         (gst_v4l2src_init), (gst_v4l2src_set_property),
7211         (gst_v4l2src_get_property):
7212         * sys/v4l2/gstv4l2src.h:
7213         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7214           Always copy buffers by default (handle safer with bugged drivers)
7215           and added a property to make it possible to use mmap effectively (no
7216           copy if possible) when application wants to. Fixes: #480557.
7217
7218 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7219
7220         * gst/id3demux/id3tags.c:
7221         * gst/id3demux/id3tags.h:
7222         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7223           We don't want the same string multiple times in a tag list for the
7224           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7225           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7226
7227 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7228
7229         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7230           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7231           into ID3v2 TXXX frames (fixes #347848).
7232
7233 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7234
7235         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7236           Don't leak sdp message contents (fixes #496773).
7237
7238         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7239           Don't leak URI string.
7240
7241 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7242
7243         Patch by: Julien Puydt <julien dot puydt at laposte net>
7244
7245         * ext/raw1394/Makefile.am:
7246         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7247           (gst_1394_property_probe_get_properties),
7248           (gst_1394_property_probe_probe_property),
7249           (gst_1394_property_probe_needs_probe),
7250           (gst_1394_property_probe_get_values),
7251           (gst_1394_property_probe_interface_init),
7252           (gst_1394_type_add_property_probe_interface):
7253         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7254         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7255           (gst_dv1394src_init), (gst_dv1394src_dispose),
7256           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7257           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7258           (gst_dv1394src_update_device_name):
7259         * ext/raw1394/gstdv1394src.h:
7260           Implement GstPropertyProbe interface and add "device-name" property,
7261           so applications can use this to probe for available devices in the
7262           same way they can already with v4lsrc and v4l2src (however horrible
7263           this property probe interface may be). Fixes #358841.
7264
7265 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7266
7267         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7268
7269         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7270           (gst_rtspsrc_parse_range):
7271           Don't leak event, don't leak range (fixes #496752).
7272
7273 2007-11-14  Michael Smith <msmith@fluendo.com>
7274
7275         Patch by: Arek Korbik <arkadini@gmail.com>
7276
7277         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7278           Detect RGBA/BGRA correctly on little endian systems.
7279
7280 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7281
7282         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7283           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7284           corresponding ioctl() call fails even though the driver claims to
7285           support this format, just fall back to the pre-2.6.19 kernel
7286           routine that creates caps with suitable height and width ranges
7287           (see #448278).
7288
7289 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7290
7291         Patch by: Mark Nauwelaerts <manauw skynet be>
7292
7293         * gst/matroska/matroska-demux.c:
7294           (gst_matroska_demux_push_dvd_clut_change_event),
7295           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7296           (gst_matroska_demux_subtitle_caps):
7297         * gst/matroska/matroska-ids.h:
7298           Extract palette data for dvd subpicture streams and send it
7299           downstream as custom gstreamer dvd event (fixes #453417).
7300
7301 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7302
7303         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7304           Implement minimal parsing of the passed pango font description
7305           string, so passing a font size works the same as with the
7306           pango textoverlay plugin; fixes #455086.
7307           (Maybe we could just use pangocairo here at some point).
7308
7309 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7310
7311         * gst/avi/gstavidemux.c:
7312         * gst/wavparse/gstwavparse.c:
7313           Return the result in _activate_pull(). Don't ref element there.
7314
7315 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7316
7317         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7318         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7319         (gst_wavparse_srcpad_event):
7320           Ref the element when we should, but not when we its not needed. Reflow
7321           the event_handling to not leak the event.       
7322
7323 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7324
7325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7326         (qtdemux_parse_samples):
7327         Properly free QTDemuxSamples array.
7328         Protect table write with a sensible check, some files apparently DO contain
7329         stts values starting with 0 :(
7330
7331 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7332
7333         * gst/avi/gstavidemux.c:
7334         * gst/qtdemux/qtdemux.c:
7335           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7336           previous commit messed up.
7337
7338 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7339
7340         * gst/avi/gstavidemux.c:
7341         * gst/qtdemux/qtdemux.c:
7342           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7343           element when we should, but not when we its not needed.
7344
7345 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7346
7347         * gst/wavparse/gstwavparse.c:
7348           Return FALSE if we can't handle a query instead of changing the
7349           format. Ignore fact when dealing with mpeg audio.
7350
7351 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7352
7353         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7354
7355         * configure.ac:
7356         * gst/udp/gstdynudpsink.c:
7357         * gst/udp/gstdynudpsink.h:
7358         * gst/udp/gstmultiudpsink.c:
7359         * gst/udp/gstmultiudpsink.h:
7360         * gst/udp/gstudpsink.c:
7361         * gst/udp/gstudpsink.h:
7362           Fix includes for MSVC and GLib-2.14.0 (#492388).
7363
7364         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7365           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7366
7367 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7368
7369         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7370         (gst_mulawdec_chain):
7371         * gst/law/mulaw-decode.h:
7372         Calculate outgoing buffer duration if incoming buffer didn't have a
7373         valid duration.
7374
7375 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7376
7377         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7378         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7379         Smarter combine_flow code that also deals with downstream elements
7380         returning UNEXPECTED when they receive data out of the segment
7381         boundaries. Fixes #491305.
7382
7383 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7384
7385         * sys/v4l2/v4l2src_calls.c:
7386           Fix 'unused variable' compiler warning when compiling against
7387           older kernel headers.
7388
7389 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7390
7391         * ext/taglib/gstid3v2mux.cc (add_funcs):
7392           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7393
7394 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7395
7396         * tests/check/pipelines/simple-launch-lines.c:
7397            Improve the tests a little more.
7398
7399 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7400
7401         patch by: Yun Zheng Hu
7402
7403         * sys/osxaudio/gstosxaudiosrc.c:
7404         Use default input device instead of default output device and
7405         only memcpy actual available bytes.
7406
7407 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7408
7409         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7410           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7411           early. It is temporary until we find something better.
7412
7413 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7414
7415         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7416
7417         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7418         Fix race when pausing a RTSP stream in interleaved.
7419         Fixes #475784.
7420
7421 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7422
7423         Patch by: Peter Kjellerstedt <pkj at axis com>
7424
7425         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7426         Use correct unref function for buffers. #488844.
7427
7428 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7429
7430         * gst/avi/gstavimux.c:
7431         * tests/check/elements/avimux.c:
7432           Add some debug and sync tests with the fix.     
7433
7434 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7435
7436         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7437
7438         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7439         When the socket is used by the app for other purposes, don't generate an
7440         error if there is activaty on the socket that is not data related.
7441         Fixes #487488.
7442
7443 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7444
7445         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7446         (gst_v4l2src_grab_frame):
7447         Add some more debug info. Generate an error when we run out of buffers
7448         for some reason. See #480557.
7449
7450 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7451
7452         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7453
7454         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7455         Set marker bit correctly.
7456
7457 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7458
7459         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7460         Use allowed name for the GstStructure.
7461
7462 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7463
7464         * ext/gconf/gstswitchsink.c:
7465         * gst/autodetect/gstautoaudiosink.c:
7466           Use new gst_bus_pop_filtered().
7467
7468 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7469
7470         * sys/v4l2/gstv4l2src.c:
7471         * sys/v4l2/v4l2src_calls.c:
7472           When probing the formats and sizes a camera supports, make
7473           sure the best ones (highest resolution, prefered format)
7474           end up at the beginning of the probed caps and the less
7475           desirable ones at the end.  This is important because the
7476           order within the caps matters for things like fixation and
7477           negotiation, ie. what format is chosen in the end.
7478           With recent kernels, the current probing code will end up
7479           querying the supported sizes from lowest resolution to
7480           highest resolution, adding them to the probed caps in that
7481           order, resulting to v4l2src fixating to the lowest possible
7482           resolution if downstream does not express a size preference.
7483           Also make up a somewhat random ranking of prefered output
7484           formats for the same reason. Fixes #485828.
7485         
7486 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7487
7488         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7489
7490         * gst/id3demux/id3v2frames.c:
7491           Extract license/copyright URIs from ID3v2 WCOP frames
7492           (Fixes #447000).
7493
7494         * tests/check/elements/id3demux.c:
7495         * tests/files/Makefile.am:
7496         * tests/files/id3-447000-wcop.tag:
7497           Add simple unit test.
7498
7499 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         * ext/taglib/gstid3v2mux.cc:
7502           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7503           Prerequisite for #447000.
7504
7505 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7506
7507         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7508         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7509         a GstClockTime.
7510
7511 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7512
7513         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7514         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7515         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7516         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7517         (gst_rtspsrc_change_state):
7518         More seeking fixes, mostly passing around the new playback segment in
7519         order to configure it properly.
7520         Also reset base_time of udp sources when setting them back to PLAYING as
7521         a temporary hack until core supports seek in live sources properly.
7522
7523 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7524
7525         * gst/rtp/gstrtpmp4adepay.c:
7526         Fix caps as to not confuse autopluggers.
7527
7528 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7529
7530         * gst/id3demux/gstid3demux.c:
7531         * gst/id3demux/gstid3demux.h:
7532         * gst/id3demux/id3tags.c:
7533         * gst/id3demux/id3tags.h:
7534         * gst/id3demux/id3v2frames.c:
7535           Port ID3 tag demuxer over to the new GstTagDemux in -base
7536           (now would be a good time to test re-importing your music
7537           collection).
7538
7539 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7540
7541         * gst/apetag/Makefile.am:
7542         * gst/apetag/gstapedemux.c:
7543         * gst/apetag/gstapedemux.h:
7544         * gst/apetag/gsttagdemux.c:
7545         * gst/apetag/gsttagdemux.h:
7546           Port APE tag demuxer over to the new GstTagDemux in -base.
7547
7548 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7549
7550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7551         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7552         (gst_rtspsrc_handle_internal_src_query),
7553         (gst_rtspsrc_handle_src_query), (new_session_pad),
7554         (gst_rtspsrc_stream_configure_tcp),
7555         (gst_rtspsrc_stream_configure_transport),
7556         (gst_rtspsrc_loop_send_cmd):
7557         Improve flushing behaviour.
7558         Set state of the udp sources to PAUSE/PLAYING correctly.
7559         Handle events and queries for UDP and TCP transport now.
7560
7561 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7562
7563         * gst/rtp/gstrtpgsmdepay.c:
7564         * gst/rtp/gstrtpgsmpay.c:
7565           Add log category.
7566
7567 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7568
7569         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7570
7571         * tests/check/Makefile.am:
7572         * tests/check/pipelines/simple-launch-lines.c:
7573           Add unit tests for payloaders/depayloaders.
7574
7575 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7576
7577         * gst/avi/gstavimux.c:
7578         * gst/avi/gstavimux.h:
7579           Also save codec data for audio streams. Fixes #482495.
7580
7581 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7582
7583         * gst/avi/gstavimux.c:
7584           Fix "Index entry has invalid stream nr 1".
7585           Add support for muxing aac - work in progress (see #482495).
7586
7587 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7588
7589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7590         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7591         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7592         * gst/rtsp/gstrtspsrc.h:
7593         Parse bandwidth modifiers, they are not yet configured in the session
7594         manager because we don't have an API for that yet.
7595
7596 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7597
7598         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7599         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7600         Use shiny new function in -base to get the default clock-rate.
7601         Update some docs.
7602
7603 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7604
7605         * win32/MANIFEST:
7606         Add files to win32 manifest.
7607         * win32/vs6/libgstaudiofx.dsp:
7608         * win32/vs6/libgstqtdemux.dsp:
7609         * win32/vs6/libgstrtp.dsp:
7610         * win32/vs6/libgstrtsp.dsp:
7611         Update project files.
7612
7613 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7614
7615         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7616         (gst_rtspsrc_play):
7617         * gst/rtsp/gstrtspsrc.h:
7618         In TCP mode, only timestamp the first buffer. TCP is not real time and
7619         it does not make sense to try to skew compensate, also some servers send
7620         the first batch of data in a burst.
7621
7622 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7623
7624         * gst/matroska/matroska-demux.c:
7625           Fix setting the discont flag on the first buffer
7626           pushed downstream for formats with private codec
7627           data that needs to be deserialised into buffers
7628           (such as vorbis and FLAC when in a matroska container).
7629
7630 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7631
7632         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7633
7634         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7635         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7636         (gst_rtp_mp4v_pay_handle_buffer):
7637         * gst/rtp/gstrtpmp4vpay.h:
7638         Free the config string. Fixes #480707.
7639         Clean up the timestamp code a little.
7640
7641 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7642
7643         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7644         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7645         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7646         * gst/rtsp/gstrtspsrc.h:
7647         Set timestamps on RTP buffers in interleaved mode.
7648         Mark first buffers with a DISCONT.
7649         Remove flush hack now that sync for live sources has been figured out.
7650
7651 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7652
7653         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7654         Update documentation.
7655
7656 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7657
7658         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7659         (gst_rtp_xqt_depay_change_state):
7660         * gst/qtdemux/gstrtpxqtdepay.h:
7661         Fail if we don't know the quicktime format.
7662
7663 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7664
7665         * ext/flac/gstflacenc.c:
7666         * ext/flac/gstflacenc.h:
7667           Save the flow return from the last gst_pad_push() and
7668           make sure we pass the right flow return value upstream
7669           in the case of failure; minor clean-ups.
7670
7671 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7672
7673         * ext/taglib/gstapev2mux.cc:
7674         * ext/taglib/gstid3v2mux.cc:
7675         * gst/apetag/gstapedemux.c:
7676           Add support for the new GST_TAG_COMPOSER (#459809).
7677
7678 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7679
7680         * gst/law/alaw-decode.c:
7681         * gst/law/alaw-decode.h:
7682         * gst/law/alaw-encode.c:
7683         * gst/law/alaw-encode.h:
7684         * gst/law/alaw.c:
7685         * gst/law/mulaw-conversion.h:
7686           Compulsive clean-ups: use boilerplate macros, add debug
7687           categories, fix up things to conform to symbol nomenklatura,
7688           etc.
7689
7690 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7691
7692         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7693
7694         * gst/law/alaw-decode.c:
7695         * gst/law/alaw-encode.c:
7696           Use static tables for A-Law decoding and encoding; this makes
7697           A-Law decoding and encoding less CPU-intensive, but increases
7698           the binary size a bit. Leaving old code around for now,
7699           selectable by a define in the code. Fixes #435435.
7700
7701 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7702
7703         * configure.ac:
7704         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7705         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7706         in configure.ac.
7707
7708 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7709
7710         Patch by: Jan Gerber <j at bootlab dot org>
7711
7712         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7713         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7714
7715 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7716
7717         * sys/oss/gstosshelper.c:
7718           Use GST_WARNING instead of a g_critical. This situation is not caused
7719           by the application.
7720
7721 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7722
7723         * po/LINGUAS:
7724         * po/nl.po:
7725           Updated translations.
7726
7727 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7728
7729         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7730
7731         * po/eu.po:
7732           Added Basque translation.
7733
7734 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7735
7736         translated by: Abel Cheung <abelcheung@gmail.com>
7737
7738         * po/zh_HK.po:
7739         * po/zh_TW.po:
7740           Added Chinese (traditional and Hong Kong) translation.
7741
7742 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7743
7744         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7745
7746         * po/pl.po:
7747           Added Polish translation.
7748
7749 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7750
7751         translated by: Ilkka Tuohela <hile@iki.fi>
7752
7753         * po/fi.po:
7754           Added Finnish translation.
7755
7756 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7757
7758         translated by: Jorge González González <aloriel@gmail.com>
7759
7760         * po/es.po:
7761           Added Spanish translation.
7762
7763 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7764
7765         translated by: Mogens Jaeger <mogens@jaeger.tf>
7766
7767         * po/da.po:
7768           Added Danish translation.
7769
7770 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7771
7772         translated by: Funda Wang <fundawang@linux.net.cn>
7773
7774         * po/zh_CN.po:
7775           Added Chinese (simplified) translation.
7776
7777 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7778
7779         translated by: Alexander Shopov <ash@contact.bg>
7780
7781         * po/bg.po:
7782           Added Bulgarian translation.
7783
7784 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7785
7786         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7787         Set outgoing packet duration because we can. Fixes #478244 some more.
7788
7789 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7790
7791         * ext/cairo/gsttextoverlay.c:
7792           Add info about static leak.
7793         
7794         * tests/check/Makefile.am:
7795         * tests/check/generic/states.c:
7796           Improved state change unit test.
7797
7798 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7799
7800         * docs/plugins/.cvsignore:
7801         * tests/check/.cvsignore:
7802           Ignore registries in any format.
7803
7804 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7805
7806         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7807         Removed some unused code.
7808
7809         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7810         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7811         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7812         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7813         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7814         (gst_rtp_theora_pay_flush_packet):
7815         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7816         Try to preserve the incomming buffer duration on the outgoing
7817         packets. Fixes #478244.
7818
7819 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7820
7821         * ext/taglib/gstapev2mux.cc:
7822         * ext/taglib/gstid3v2mux.cc:
7823           Work around compiler warnings with g++-4.2 when assigning a
7824           string constant to a gchar * (partially fixes #478092).
7825
7826 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7827
7828         * configure.ac:
7829           We require core CVS now for gst_base_src_set_do_timestamp().
7830
7831 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7832
7833         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7834         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7835         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7836         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7837         (gst_rtspsrc_handle_message):
7838         Fix compiler warnings shown with Forte.
7839
7840 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7841
7842         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7843         (gst_rtspsrc_dup_printf):
7844         Give meaningfull error when all streams failed to configure for some
7845         reason.
7846
7847 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7848
7849         * gst/rtp/README:
7850         Update README with the design for synchronisation rules of RTP on
7851         sender and receiver.
7852
7853 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7854
7855         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7856         (gst_wavparse_chain):
7857         Don't push EOS from the chain function, the element
7858         driving the pipeline is responsible for this. The bug
7859         this was meant to fix seems to be queue not forwarding
7860         EOS in all cases (see #476514).
7861
7862 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7863
7864         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7865         (gst_level_transform_ip):
7866         * gst/level/gstlevel.h:
7867         Use basetransform segment so that it is correctly managed on flushes and
7868         start/stop.
7869         Report message timestamp as stream time, which is what an application
7870         can understand.
7871
7872 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7873
7874         * ext/taglib/gstapev2mux.cc:
7875         * ext/taglib/gstapev2mux.h:
7876         * ext/taglib/gsttaglibmux.c:
7877         * tests/check/elements/apev2mux.c:
7878         Update my mail address.
7879
7880 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7881
7882         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7883         (gst_wavparse_loop), (gst_wavparse_chain):
7884         Add EOS logic for the push-based mode too. Fixes #476514.
7885
7886 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7887
7888         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7889         * gst/law/alaw-encode.h:
7890         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7891         (gst_mulawenc_chain):
7892         * gst/law/mulaw-encode.h:
7893         Fix law encoder timestamps.
7894
7895 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7896
7897         * ext/gconf/gstgconfaudiosink.c:
7898           Fix warning when building without debug.
7899
7900         * sys/oss/gstossmixertrack.c:
7901           Use const like in alsamixertrack.c (fixes warnings).
7902
7903 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7904
7905         * sys/v4l2/v4l2src_calls.c:
7906         (gst_v4l2src_probe_caps_for_format_and_size):
7907         Fix framerate detection code some more.
7908         Handle the case where there is a weird step in the stepwise framerates.
7909         Don't overwrite the min interval with the framerate, use a temp variable
7910         instead.
7911         Use max in the Continuous framerate intervals instead of step, which is
7912         1 according to the docs. Fixes #475424.
7913
7914 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7915
7916         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7917         Make udpsrc timestamp outgoing buffers based on when they were received.
7918         Also make it output a segment in time.
7919
7920 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7921
7922         * gst/avi/gstavidemux.c:
7923           Plug a little leak. Little code cleanups.
7924
7925 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7926
7927         * configure.ac:
7928           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7929           flac versions, 's good for cross-compilation karma.
7930
7931 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7932
7933         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7934
7935         * gst/rtp/gstrtph263pay.c:
7936           Fix up header structure so that compilers don't add padding
7937           between the structure fields, since that would lead to us
7938           sending RTP packets with broken headers (as is currently the
7939           case when compiling with MSVC). Also see similar fixes in
7940           libgstrtp in gst-plugins-base. (#474616; #471194)
7941
7942 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7943
7944         * sys/v4l2/v4l2src_calls.c:
7945         (gst_v4l2src_probe_caps_for_format_and_size):
7946         Don't overwrite our GValue with 0 but instead use the previously
7947         computed value. Fixes #471823 some more.
7948
7949 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7950
7951         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7952           No tabs in this file please, or gtk-doc will end up documenting
7953           rather absurd class hierarchies.
7954
7955 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7956
7957         * ext/gconf/gstswitchsink.c:
7958           If the new kid element fails to change state for some reason
7959           (e.g. esdsink not being able to connect to the sound server),
7960           forward the error message it posted on the bus instead of just
7961           posting a generic 'Internal state change error: please file a
7962           bug' error message. Fixes #471364.
7963
7964 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7965
7966         * gst/qtdemux/Makefile.am:
7967         * gst/qtdemux/qtdemux.c:
7968           Don't assume tags are encoded as UTF-8 (#473670).
7969
7970 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7971
7972         * sys/v4l2/gstv4l2src.c:
7973         * sys/v4l2/gstv4l2src.h:
7974         * sys/v4l2/v4l2src_calls.c:
7975           Implement LATENCY queries in the crudest way possible so I don't
7976           have to use sync=false any longer when testing with videosinks.
7977
7978 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7979
7980         * configure.ac:
7981           Fix build.
7982
7983 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7984
7985         * sys/v4l2/v4l2src_calls.c:
7986         (gst_v4l2src_probe_caps_for_format_and_size):
7987         Add some more debugging in the framerate function.
7988         Iterate stepwise framerate up to and _including_ the max and if nothing
7989         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7990         don't end up with an empty list. Fixes #471823
7991
7992 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7993
7994         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7995         (gst_multiudpsink_set_clients_string),
7996         (gst_multiudpsink_get_clients_string),
7997         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7998         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7999         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8000         (gst_multiudpsink_clear):
8001         Add property do configure destination address/port pairs
8002         API:GstMultiUDPSink::clients
8003
8004 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8005
8006         * tests/examples/Makefile.am:
8007         * tests/examples/rtp/Makefile.am:
8008         * tests/examples/rtp/client-H263p-AMR.sh:
8009         * tests/examples/rtp/client-H263p-PCMA.sdp:
8010         * tests/examples/rtp/client-H263p-PCMA.sh:
8011         * tests/examples/rtp/client-H264-PCMA.sdp:
8012         * tests/examples/rtp/client-H264-PCMA.sh:
8013         * tests/examples/rtp/client-PCMA.sh:
8014         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8015         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8016         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8017         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8018         Added some RTP example scripts for sending and receiving RTP streams.
8019
8020 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8021
8022         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8023         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8024         Restructure the setcaps function so that we can also compute the
8025         expected GStreamer output size of the video frames.
8026         Set frame_byte_size correctly so that read-based devices have a chance
8027         of working correctly.
8028         When grabbing a frame, discard frames that are not of the expected size.
8029         Some cameras don't output the right framesize for the first buffer.
8030         Try only a couple of times to get a valid frame, else error out.
8031
8032         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8033         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8034         Add some more debug info when scanning the device.
8035
8036         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8037         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8038         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8039         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8040         Add some more debug info when dequeing a frame.
8041
8042 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8043
8044         * gst/wavparse/gstwavparse.c:
8045           More code cleanups. Add some more comment and improve debugs logs.
8046
8047 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8048
8049         * gst/wavparse/gstwavparse.c:
8050         * gst/wavparse/gstwavparse.h:
8051           Implement seek-query. Refactor duration calculations. Appropriate use
8052           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8053           out of loops.
8054
8055 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8056
8057         * gst/avi/gstavidemux.c:
8058           Implement seek-query.
8059
8060 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8061
8062         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8063         (gst_rtspsrc_dup_printf):
8064         Use new basesink async property to make sparse RTCP packet not wait for
8065         preroll.
8066
8067 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8068
8069         * gst/audiofx/Makefile.am:
8070         Dist the right file.
8071
8072 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8073
8074         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8075         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8076         Make sure we generate and parse floating point values in the POSIX
8077         locale instead of the current locale. 
8078
8079 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8080
8081         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8082         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8083         (gst_rtspsrc_play):
8084         * gst/rtsp/gstrtspsrc.h:
8085         Fix method detection again.
8086         Keep track of when we must send a Range header.
8087         Use segment values for Range, Speed and Scale headers.
8088         Parse Speed and Scale headers to update the segment values.
8089
8090 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8091
8092         patch by: Mark Nauwelaerts <manauw@skynet.be>
8093
8094         * sys/v4l2/v4l2src_calls.c:
8095           Handle optional v4l2 ioctls gracefully.
8096
8097 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8098
8099         * gst/rtp/Makefile.am:
8100         * gst/rtp/gstrtp.c: (plugin_init):
8101         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8102         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8103         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8104         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8105         (gst_rtp_h263_depay_get_property),
8106         (gst_rtp_h263_depay_change_state),
8107         (gst_rtp_h263_depay_plugin_init):
8108         * gst/rtp/gstrtph263depay.h:
8109         Added an H263 depayloader. Fixes #369392.
8110
8111         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8112         (gst_rtp_h263p_depay_process):
8113         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8114         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8115         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8116         payloads.
8117         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8118
8119 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8120
8121         * gst/audiofx/audiochebyshevfreqband.c:
8122         * gst/audiofx/audiochebyshevfreqlimit.c:
8123         Add small comparision with the windowed sinc filters in the docs.
8124
8125 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8126
8127         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8128         (audiochebyshevfreqband_suite):
8129         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8130         (audiochebyshevfreqlimit_suite):
8131         Also test 32 bit float mode and the type 2 variants of the filters.
8132
8133 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8134
8135         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8136         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8137         (gst_rtspsrc_loop):
8138         Refactor the udp and interleaved loop function a bit.
8139
8140 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8141
8142         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8143         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8144         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8145         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8146         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8147         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8148         * gst/rtsp/gstrtspsrc.h:
8149         Protect connection activity with a new lock, avoids deadlocks when going
8150         to PAUSED. Fixes #455808.
8151
8152 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8153
8154         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8155         Fix debug statement.
8156
8157 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8158
8159         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8160         Fix stray %u in debug line as spotted by Saur on IRC.
8161
8162 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8163
8164         * gst/audiofx/audiochebyshevfreqband.c:
8165         (gst_audio_chebyshev_freq_band_class_init):
8166         * gst/audiofx/audiochebyshevfreqlimit.c:
8167         (gst_audio_chebyshev_freq_limit_class_init):
8168         Use generator macros for the process functions for the different
8169         sample types, add lower upper boundaries for the GObject properties
8170         so automatically generated UIs can use sliders and add a note about
8171         the number of poles as a too high number of poles combined with
8172         very low or very high frequencies will produce only noise.
8173         * docs/plugins/gst-plugins-good-plugins.args:
8174         Regenerated for the property changes.
8175
8176 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8177
8178         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8179         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8180         (gst_rtspsrc_stream_configure_udp_sink),
8181         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8182         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8183         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8184         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8185         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8186         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8187         * gst/rtsp/gstrtspsrc.h:
8188         Improve timeout handling.
8189         Use the same socket for sending and receiving RTCP packets so that some
8190         servers can track clients better.
8191         Improve connection closed handling. Try to reconnect.
8192         Don't overwrite our content base with NULL.
8193         Improve debugging.
8194         Improve range parsing and handling.
8195         Remove flushing hack now that core does the right thing.
8196
8197 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8198
8199         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8200         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8201         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8202         (gst_multiudpsink_close), (gst_multiudpsink_add):
8203         * gst/udp/gstmultiudpsink.h:
8204         Add support for getting and setting the socket to use.
8205
8206         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8207         (gst_udpsrc_create), (gst_udpsrc_get_property):
8208         Add support for getting the currently used socket.
8209
8210 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8211
8212         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8213
8214         * gst/audiofx/Makefile.am:
8215         * gst/audiofx/audiochebyshevfreqband.c:
8216         (gst_audio_chebyshev_freq_band_mode_get_type),
8217         (gst_audio_chebyshev_freq_band_base_init),
8218         (gst_audio_chebyshev_freq_band_dispose),
8219         (gst_audio_chebyshev_freq_band_class_init),
8220         (gst_audio_chebyshev_freq_band_init),
8221         (generate_biquad_coefficients), (calculate_gain),
8222         (generate_coefficients),
8223         (gst_audio_chebyshev_freq_band_set_property),
8224         (gst_audio_chebyshev_freq_band_get_property),
8225         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8226         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8227         (gst_audio_chebyshev_freq_band_start):
8228         * gst/audiofx/audiochebyshevfreqband.h:
8229         * gst/audiofx/audiochebyshevfreqlimit.c:
8230         (gst_audio_chebyshev_freq_limit_mode_get_type),
8231         (gst_audio_chebyshev_freq_limit_base_init),
8232         (gst_audio_chebyshev_freq_limit_dispose),
8233         (gst_audio_chebyshev_freq_limit_class_init),
8234         (gst_audio_chebyshev_freq_limit_init),
8235         (generate_biquad_coefficients), (calculate_gain),
8236         (generate_coefficients),
8237         (gst_audio_chebyshev_freq_limit_set_property),
8238         (gst_audio_chebyshev_freq_limit_get_property),
8239         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8240         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8241         (gst_audio_chebyshev_freq_limit_start):
8242         * gst/audiofx/audiochebyshevfreqlimit.h:
8243         * gst/audiofx/audiofx.c: (plugin_init):
8244         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8245         Fixes #464800.
8246
8247         * tests/check/Makefile.am:
8248         * tests/check/elements/.cvsignore:
8249         * tests/check/elements/audiochebyshevfreqband.c:
8250         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8251         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8252         * tests/check/elements/audiochebyshevfreqlimit.c:
8253         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8254         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8255         Add unit tests for the chebyshev filters.
8256
8257         * docs/plugins/Makefile.am:
8258         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8259         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8260         * docs/plugins/gst-plugins-good-plugins.args:
8261         * docs/plugins/inspect/plugin-1394.xml:
8262         * docs/plugins/inspect/plugin-audiofx.xml:
8263         * docs/plugins/inspect/plugin-dv.xml:
8264         * docs/plugins/inspect/plugin-flac.xml:
8265         * docs/plugins/inspect/plugin-jpeg.xml:
8266         * docs/plugins/inspect/plugin-png.xml:
8267         * docs/plugins/inspect/plugin-rtp.xml:
8268         * docs/plugins/inspect/plugin-shout2send.xml:
8269         * docs/plugins/inspect/plugin-wavpack.xml:
8270         And add docs for the chebyshev filters. While doing
8271         that also run make update in docs/plugins.
8272
8273 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8274
8275         * ext/annodex/gstcmmltag.c:
8276         * gst/rtp/gstrtpvorbispay.c:
8277           Make ro memory to share.
8278
8279 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8280
8281         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8282         Improve UDP performance by avoiding a select() when we have data
8283         available immediatly.
8284
8285 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8286
8287         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8288         (gst_rtp_dec_class_init):
8289         * gst/rtsp/gstrtpdec.h:
8290         Add (dummy) SSRC management signals.
8291
8292         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8293         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8294         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8295         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8296         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8297         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8298         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8299         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8300         * gst/rtsp/gstrtspsrc.h:
8301         Add connection-speed property.
8302         Add find_stream helper functions.
8303         Handle stream EOS based on BYE messages or SSRC timeout.
8304         Returns SUCCESS from the state change function as we hide our async
8305         elements from the parent.
8306
8307 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8308
8309         * gst/debug/rndbuffersize.c:
8310           Fix da leak.
8311
8312 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8313
8314         * gst/debug/Makefile.am:
8315         * gst/debug/breakmydata.c:
8316         * gst/debug/gstdebug.c:
8317         * gst/debug/negotiation.c:
8318         * gst/debug/progressreport.c:
8319         * gst/debug/rndbuffersize.c:
8320         * gst/debug/testplugin.c:
8321           Add new test element and clean-up the others a little.
8322
8323 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8324
8325         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8326         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8327
8328 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8329
8330         * gst/rtp/gstrtpilbcdepay.c:
8331           Include stdlib.
8332
8333 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8334
8335         * gst/rtp/gstrtpmpvdepay.c:
8336         Set the mpegversion in the caps so that autoplugging does not get
8337         confused.
8338
8339 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8340
8341         * po/hu.po:
8342         * po/uk.po:
8343         * po/vi.po:
8344           Updated translations.
8345
8346 2007-08-08  Michael Smith <msmith@fluendo.com>
8347
8348         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8349           Render right border in the correct location.
8350
8351 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8352
8353         Patch by: Olivier Crete <tester at tester dot ca>
8354
8355         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8356         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8357         Make mode property a string. Fixes #464475.
8358
8359 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8360
8361         * ext/flac/gstflacenc.c:
8362           Widen caps to match decoder a bit and add more FIXMEs.
8363
8364 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8365
8366         patch by: Mark Nauwelaerts <manauw@skynet.be>
8367
8368         * gst/avi/gstavimux.c:
8369           Fix ODML index tag numbering. Fixes #463624.
8370
8371 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8372
8373         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8374         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8375         (gst_rtspsrc_stream_configure_tcp),
8376         (gst_rtspsrc_stream_configure_udp_sink):
8377         Fix default clock-rate for realmedia.
8378         Fix parsing of transport.
8379         Don't try to link NULL pads.
8380
8381 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8382
8383         * po/POTFILES.skip:
8384           Add POTFILES.skip with list of source files that aren't disted at the
8385           moment but contain translatable strings. Should hopefully pacify
8386           broken tools and make it clearer that these files are left out
8387           intentionally (#461600).
8388
8389 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8390
8391         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8392         If the buffer was entirely clipped ... don't try sending it :)
8393
8394 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8395
8396         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8397         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8398         (gst_rtspsrc_create_transports_string),
8399         (gst_rtspsrc_prepare_transports):
8400         If we don't hav a session manager, set the caps on outgoing buffers
8401         ourselves.
8402         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8403         Append final bit of the transport string even when it does not contain a
8404         placeholder.
8405
8406 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8407
8408         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8409         (gst_rtsp_ext_list_connect):
8410         * gst/rtsp/gstrtspext.h:
8411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8412         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8413         Clean up the interface list.
8414         Allow connecting to interface signals for the extensions.
8415         Remove old extension code.
8416         Free list on cleanup.
8417         Allow extensions to send additional RTSP messages.
8418
8419 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8420
8421         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8422         Handle a NULL gconf key gracefully by rendering the default element.
8423
8424 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8425
8426         * gst/rtsp/gstrtspext.h:
8427         Fix include path for extension interface.
8428
8429 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8430
8431         * gst/audiofx/audioamplify.h:
8432         Also remove a now unecessary variable here.
8433
8434 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8435
8436         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8437         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8438         * gst/audiofx/audiodynamic.c:
8439         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8440         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8441         * gst/audiofx/audiodynamic.h:
8442         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8443         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8444         * gst/audiofx/audioinvert.h:
8445         Don't save format information ourselves, this is already saved in
8446         GstAudioFilter.
8447
8448 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8449
8450         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8451         (gst_rtsp_ext_list_stream_select):
8452         * gst/rtsp/gstrtspext.h:
8453         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8454         Use rank to filter out extensions.
8455         Add url to stream_select interface call.
8456
8457 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8458
8459         * gst/rtsp/Makefile.am:
8460         * gst/rtsp/base64.c:
8461         * gst/rtsp/base64.h:
8462         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8463         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8464         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8465         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8466         (gst_rtsp_ext_list_setup_media),
8467         (gst_rtsp_ext_list_configure_stream),
8468         (gst_rtsp_ext_list_get_transports),
8469         (gst_rtsp_ext_list_stream_select):
8470         * gst/rtsp/gstrtspext.h:
8471         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8472         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8473         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8474         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8475         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8476         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8477         (gst_rtspsrc_stream_configure_tcp),
8478         (gst_rtspsrc_stream_configure_mcast),
8479         (gst_rtspsrc_stream_configure_udp),
8480         (gst_rtspsrc_stream_configure_udp_sink),
8481         (gst_rtspsrc_stream_configure_transport),
8482         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8483         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8484         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8485         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8486         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8487         (gst_rtspsrc_parse_methods),
8488         (gst_rtspsrc_create_transports_string),
8489         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8490         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8491         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8492         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8493         * gst/rtsp/gstrtspsrc.h:
8494         * gst/rtsp/rtsp.h:
8495         * gst/rtsp/rtspconnection.c:
8496         * gst/rtsp/rtspconnection.h:
8497         * gst/rtsp/rtspdefs.c:
8498         * gst/rtsp/rtspdefs.h:
8499         * gst/rtsp/rtspext.h:
8500         * gst/rtsp/rtspextwms.c:
8501         * gst/rtsp/rtspextwms.h:
8502         * gst/rtsp/rtspmessage.c:
8503         * gst/rtsp/rtspmessage.h:
8504         * gst/rtsp/rtsprange.c:
8505         * gst/rtsp/rtsprange.h:
8506         * gst/rtsp/rtsptransport.c:
8507         * gst/rtsp/rtsptransport.h:
8508         * gst/rtsp/rtspurl.c:
8509         * gst/rtsp/rtspurl.h:
8510         * gst/rtsp/sdp.h:
8511         * gst/rtsp/sdpmessage.c:
8512         * gst/rtsp/sdpmessage.h:
8513         * gst/rtsp/test.c:
8514         Use shiny new RTSP and SDP library.
8515         Implement RTSP extensions using the new interface.
8516         Remove a lot of old code.
8517
8518 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8519
8520         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8521         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8522
8523 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8524
8525         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8526         Don't unref the outgoing buffer twice when dropping it because it's
8527         outside of the segment.
8528
8529 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8530
8531         * configure.ac:
8532         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8533         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8534         Use the new buffer clipping function from gstaudio here and
8535         require gst-plugins-base CVS.
8536         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8537         For framed Wavpack buffers we require a valid timestamp.
8538
8539 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8540
8541         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8542         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8543         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8544         Clip raw audio and video when we can, keep track of current output
8545         segment.
8546         Don't leak buffers and events when there is no output pad.
8547         Improve debugging here and there.
8548
8549 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8550
8551         * configure.ac:
8552           Sync liboil check with plugins-base.
8553
8554 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8555
8556         * ext/annodex/Makefile.am:
8557           Fix CFLAGS/LIBS.
8558
8559         * ext/cdio/gstcdiocddasrc.c:
8560         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8561           Include stdlib
8562
8563         * ext/cairo/Makefile.am:
8564         * gst/videofilter/Makefile.am:
8565         * tests/examples/level/Makefile.am:
8566           Use $(LIBM) instead of -lm
8567
8568 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8569
8570         * sys/v4l2/gstv4l2src.c:
8571           Add another example pipeline.
8572
8573 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8574
8575         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8576
8577         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8578           Use define here.
8579
8580         * sys/v4l2/gstv4l2tuner.c:
8581         (gst_v4l2_tuner_set_frequency_and_notify):
8582           Don't touch the property - its still disabled.
8583
8584         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8585         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8586         * sys/v4l2/v4l2src_calls.h:
8587           Improve fallback format negotionation. Fixes #451388
8588
8589 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8590
8591         * tests/check/elements/videocrop.c: (GST_START_TEST):
8592           Fix the test.
8593
8594 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8595
8596         * docs/plugins/Makefile.am:
8597         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8598         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8599         * docs/plugins/inspect/plugin-jpeg.xml:
8600         * docs/plugins/inspect/plugin-png.xml:
8601         * ext/jpeg/gstjpegdec.c:
8602         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8603         (gst_pngdec_sink_setcaps):
8604           More docs. More logs in pngdec.
8605
8606 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8607
8608         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8609           Initialize num_buffers with minimum value.
8610
8611         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8612         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8613           Handle frame-size query failure gracefully.
8614
8615 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8616
8617         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8618         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8619         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8620         of qt/aac files.
8621
8622 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8623
8624         * ext/wavpack/gstwavpackdec.c:
8625         (gst_wavpack_dec_clip_outgoing_buffer):
8626         Fix buffer clipping to correctly clip to the segment stop.
8627
8628 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8629
8630         * configure.ac:
8631         * tests/Makefile.am:
8632         Remove bogus check for libcheck, since we check for
8633         gstreamer-check and it pulls in the required info from there,
8634         and we weren't actually _using_ the information for libcheck
8635         ourselves anyway.
8636
8637 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8638
8639         * configure.ac:
8640           Use pkg-config to locate check.
8641
8642 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8643
8644         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8645         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8646         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8647         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8648         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8649         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8650         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8651         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8652         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8653         * gst/effectv/gstrev.c: (gst_revtv_transform):
8654         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8655         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8656         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8657         * gst/matroska/matroska-demux.c:
8658         (gst_matroska_demux_add_wvpk_header),
8659         (gst_matroska_demux_check_subtitle_buffer),
8660         (gst_matroska_decode_buffer):
8661         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8662           Fix build against core CVS.
8663
8664 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8665
8666         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8667         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8668         don't have enough granularity to convert that boolean into a
8669         GstFlowReturn.
8670
8671 2007-07-06  Michael Smith <msmith@fluendo.com>
8672
8673         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8674         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8675         (gst_alawdec_change_state):
8676         * gst/law/alaw-decode.h:
8677         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8678         (gst_mulawdec_class_init), (gst_mulawdec_init),
8679         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8680         * gst/law/mulaw-decode.h:
8681           Fix capsnego bogosity in *law decoders. 
8682
8683 2007-07-06  Michael Smith <msmith@fluendo.com>
8684
8685         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8686         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8687         (gst_smokeenc_change_state):
8688         * ext/jpeg/gstsmokeenc.h:
8689           Remove stupidity in get/set caps functions.
8690           Fix some refcounting problems.
8691
8692 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8693
8694         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8695         Remove endianness-flipping hack that seems to have been required
8696         only because of a bug in ffmpegcolorspace.
8697         Partially Fixes: #451908
8698
8699 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8700
8701         * docs/plugins/Makefile.am:
8702           Simplify --extra-dir as gtkdoc scans recursively.
8703
8704 2007-07-03  Wim Taymans  <wim@fluendo.com>
8705
8706         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8707
8708         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8709         Set the encoding-name in the rtp caps to all uppercase, as required by
8710         the caps spec.
8711         Some small cleanups in the error paths. Fixes #453037.
8712
8713 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8714
8715         * ext/wavpack/gstwavpackparse.c:
8716         (gst_wavpack_parse_index_get_last_entry),
8717         (gst_wavpack_parse_index_get_entry_from_sample),
8718         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8719         (gst_wavpack_parse_scan_to_find_sample):
8720         * ext/wavpack/gstwavpackparse.h:
8721         Use a GSList for the GArray that is used like a list anyway.
8722
8723 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8724
8725         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8726         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8727         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8728           Add state change function where we set 0/1 as default framerate in
8729           case our setcaps function isn't called, like it might not in a
8730           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8731           gdkpixbufdec trying to create caps with a 0/0 framerate.
8732           Also post an error message on the bus if gst_pad_push() fails when
8733           called from our sink event handler (+1 for flow returns for event
8734           functions in 0.11) instead of failing silently.
8735
8736 2007-06-27  Wim Taymans  <wim@fluendo.com>
8737
8738         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8739         Cast stack args to the proper types. Fixes #451249.
8740
8741 2007-06-27  Wim Taymans  <wim@fluendo.com>
8742
8743         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8744         (new_session_pad), (gst_rtspsrc_setup_streams):
8745         * gst/rtsp/gstrtspsrc.h:
8746         For container formats we only need to activate one of the streams so
8747         that we correctly signal no-more-pads. Fixes #451015.
8748
8749 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8750
8751         * docs/plugins/gst-plugins-good-plugins.args:
8752         * docs/plugins/inspect/plugin-aasink.xml:
8753         * docs/plugins/inspect/plugin-alaw.xml:
8754         * docs/plugins/inspect/plugin-alpha.xml:
8755         * docs/plugins/inspect/plugin-alphacolor.xml:
8756         * docs/plugins/inspect/plugin-annodex.xml:
8757         * docs/plugins/inspect/plugin-apetag.xml:
8758         * docs/plugins/inspect/plugin-audiofx.xml:
8759         * docs/plugins/inspect/plugin-auparse.xml:
8760         * docs/plugins/inspect/plugin-autodetect.xml:
8761         * docs/plugins/inspect/plugin-avi.xml:
8762         * docs/plugins/inspect/plugin-cacasink.xml:
8763         * docs/plugins/inspect/plugin-cairo.xml:
8764         * docs/plugins/inspect/plugin-cdio.xml:
8765         * docs/plugins/inspect/plugin-cutter.xml:
8766         * docs/plugins/inspect/plugin-debug.xml:
8767         * docs/plugins/inspect/plugin-efence.xml:
8768         * docs/plugins/inspect/plugin-effectv.xml:
8769         * docs/plugins/inspect/plugin-esdsink.xml:
8770         * docs/plugins/inspect/plugin-flac.xml:
8771         * docs/plugins/inspect/plugin-flxdec.xml:
8772         * docs/plugins/inspect/plugin-gconfelements.xml:
8773         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8774         * docs/plugins/inspect/plugin-goom.xml:
8775         * docs/plugins/inspect/plugin-halelements.xml:
8776         * docs/plugins/inspect/plugin-icydemux.xml:
8777         * docs/plugins/inspect/plugin-id3demux.xml:
8778         * docs/plugins/inspect/plugin-jpeg.xml:
8779         * docs/plugins/inspect/plugin-ladspa.xml:
8780         * docs/plugins/inspect/plugin-level.xml:
8781         * docs/plugins/inspect/plugin-matroska.xml:
8782         * docs/plugins/inspect/plugin-mulaw.xml:
8783         * docs/plugins/inspect/plugin-multipart.xml:
8784         * docs/plugins/inspect/plugin-navigationtest.xml:
8785         * docs/plugins/inspect/plugin-ossaudio.xml:
8786         * docs/plugins/inspect/plugin-png.xml:
8787         * docs/plugins/inspect/plugin-quicktime.xml:
8788         * docs/plugins/inspect/plugin-rtp.xml:
8789         * docs/plugins/inspect/plugin-rtsp.xml:
8790         * docs/plugins/inspect/plugin-smpte.xml:
8791         * docs/plugins/inspect/plugin-speex.xml:
8792         * docs/plugins/inspect/plugin-taglib.xml:
8793         * docs/plugins/inspect/plugin-udp.xml:
8794         * docs/plugins/inspect/plugin-videobalance.xml:
8795         * docs/plugins/inspect/plugin-videobox.xml:
8796         * docs/plugins/inspect/plugin-videocrop.xml:
8797         * docs/plugins/inspect/plugin-videoflip.xml:
8798         * docs/plugins/inspect/plugin-videomixer.xml:
8799         * docs/plugins/inspect/plugin-wavenc.xml:
8800         * docs/plugins/inspect/plugin-wavparse.xml:
8801         * docs/plugins/inspect/plugin-ximagesrc.xml:
8802           Update docs with caps info.
8803
8804 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8805
8806         * po/POTFILES.in:
8807           Add more files with translatable strings (#450878).
8808
8809 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8810
8811         * MAINTAINERS:
8812         Updating all the maintainers files
8813
8814 2007-06-22  Edward Hervey  <edward@fluendo.com>
8815
8816         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8817         * gst/interleave/deinterleave.c: (deinterleave_init),
8818         (deinterleave_sink_link):
8819         * gst/interleave/interleave.c: (interleave_init):
8820         * gst/median/gstmedian.c: (gst_median_init):
8821         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8822         Fix memory leaks.
8823         * tests/check/elements/id3demux.c: (pad_added_cb):
8824         Remove unused variable.
8825
8826 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8827
8828         * ext/gconf/gconf.h:
8829         Make the prototype of gst_gconf_get_key_for_sink_profile
8830         match the implementation.
8831         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8832         Fixes: #449747
8833
8834 2007-06-20  Michael Smith <msmith@fluendo.com>
8835
8836         * gst/rtp/gstrtpdepay.c:
8837           Fix description - rtpdepay is not a payloader.
8838
8839 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8840
8841         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8842         (qtdemux_video_caps):
8843         * gst/qtdemux/qtdemux_fourcc.h:
8844           Add MJPG to the variants of motion jpeg.
8845
8846 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8847
8848         * tests/check/Makefile.am:
8849         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8850         * tests/check/elements/videocrop.c: (GST_START_TEST):
8851         * tests/check/elements/videofilter.c:
8852         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8853         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8854           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8855           error flags are included and it errors out on compiler warnings
8856           for CVS builds; remove unused variables in various unit tests.
8857
8858 2007-06-19  Wim Taymans  <wim@fluendo.com>
8859
8860         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8861         (rtsp_connection_close), (rtsp_connection_free):
8862         Use threadsafe inet_ntop to convert an ip number to a string. 
8863         Fixes #447961.
8864         Don't leak fd (and ip) when freeing a connection without first closing
8865         it.
8866
8867 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8868
8869         * configure.ac:
8870         Back to CVS
8871
8872         * gst-plugins-good.doap:
8873         Add 0.10.6 to the doap file.
8874
8875 === release 0.10.6 ===
8876
8877 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8878
8879         * configure.ac:
8880           releasing 0.10.6, "Wobble Board"
8881
8882 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8883
8884         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8885         (rtsp_connection_free):
8886           Revert previous commit again, since we are frozen (sorry).
8887
8888 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8889
8890         Patch by: Peter Kjellerstedt <pkj at axis com>
8891
8892         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8893         (rtsp_connection_free):
8894           inet_ntoa() uses a static buffer internally, so we need to copy the
8895           returned string if we want to store it for later (#447961).
8896
8897 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8898
8899         * win32/vs6/autogen.dsp:
8900         * win32/vs6/gst_plugins_good.dsw:
8901         * win32/vs6/libgstalaw.dsp:
8902         * win32/vs6/libgstalpha.dsp:
8903         * win32/vs6/libgstalphacolor.dsp:
8904         * win32/vs6/libgstapetag.dsp:
8905         * win32/vs6/libgstaudiofx.dsp:
8906         * win32/vs6/libgstauparse.dsp:
8907         * win32/vs6/libgstautodetect.dsp:
8908         * win32/vs6/libgstavi.dsp:
8909         * win32/vs6/libgstcutter.dsp:
8910         * win32/vs6/libgstdirectdraw.dsp:
8911         * win32/vs6/libgstdirectsound.dsp:
8912         * win32/vs6/libgsteffectv.dsp:
8913         * win32/vs6/libgstflx.dsp:
8914         * win32/vs6/libgstgoom.dsp:
8915         * win32/vs6/libgsticydemux.dsp:
8916         * win32/vs6/libgstid3demux.dsp:
8917         * win32/vs6/libgstinterleave.dsp:
8918         * win32/vs6/libgstjpeg.dsp:
8919         * win32/vs6/libgstlevel.dsp:
8920         * win32/vs6/libgstmatroska.dsp:
8921         * win32/vs6/libgstmedian.dsp:
8922         * win32/vs6/libgstmonoscope.dsp:
8923         * win32/vs6/libgstmulaw.dsp:
8924         * win32/vs6/libgstmultipart.dsp:
8925         * win32/vs6/libgstqtdemux.dsp:
8926         * win32/vs6/libgstrtp.dsp:
8927         * win32/vs6/libgstrtsp.dsp:
8928         * win32/vs6/libgstsmpte.dsp:
8929         * win32/vs6/libgstspeex.dsp:
8930         * win32/vs6/libgstudp.dsp:
8931         * win32/vs6/libgstvideobalance.dsp:
8932         * win32/vs6/libgstvideobox.dsp:
8933         * win32/vs6/libgstvideocrop.dsp:
8934         * win32/vs6/libgstvideoflip.dsp:
8935         * win32/vs6/libgstvideomixer.dsp:
8936         * win32/vs6/libgstwaveform.dsp:
8937         * win32/vs6/libgstwavenc.dsp:
8938         * win32/vs6/libgstwavparse.dsp:
8939         Mark *.dsp & *.dsw as binary files and convert to DOS line
8940         endings, as they don't load into VS6 correctly otherwise.
8941
8942 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8943
8944         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8945         (rtsp_connection_connect):
8946         Fix the MingW build. 
8947         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8948         Fixes: #446981
8949
8950 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8951
8952         * tests/check/elements/.cvsignore:
8953         * tests/icles/.cvsignore:
8954         Hush the buildbots up
8955
8956 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8957
8958         * configure.ac:
8959         * sys/Makefile.am:
8960         * sys/directdraw/Makefile.am:
8961         * sys/directsound/Makefile.am:
8962         * sys/waveform/Makefile.am:
8963         Make sure to dist everything needed for win32 builds.
8964
8965 2007-06-14  Edward Hervey  <edward@fluendo.com>
8966
8967         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8968         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8969         caps.
8970         Fixes #447458
8971
8972 2007-06-13  Wim Taymans  <wim@fluendo.com>
8973
8974         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8975         Make sure we allocate enough memory for the codec_data.
8976         Fixes #447210.
8977
8978 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8979
8980         * win32/MANIFEST:
8981         Add videocrop project file to the win32 manifest.
8982         * win32/vs6/gst_plugins_good.dsw:
8983         Add qtdemux,videocrop and waveform projects to the workspace.
8984         * win32/vs6/libgstqtdemux.dsp:
8985         Add zlib to the link list of qtdemux.
8986         * win32/vs6/libgstvideocrop.dsp:
8987         Add a project file for videocrop.
8988
8989 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8990
8991         * po/POTFILES.in:
8992         Add qtdemux for translation
8993
8994 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8995
8996         * configure.ac:
8997         * docs/plugins/Makefile.am:
8998         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8999         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9000         * docs/plugins/inspect/plugin-videocrop.xml:
9001         * gst-plugins-good.spec.in:
9002         * sys/Makefile.am:
9003         * tests/check/Makefile.am:
9004         * tests/icles/Makefile.am:
9005         * tests/icles/videocrop-test.c:
9006         Move videocrop and osxvideo from -bad.
9007
9008 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9009
9010         * configure.ac:
9011         * docs/plugins/Makefile.am:
9012         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9013         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9014         * docs/plugins/gst-plugins-good-plugins.args:
9015         * docs/plugins/inspect/plugin-qtdemux.xml:
9016         * docs/plugins/inspect/plugin-quicktime.xml:
9017         * win32/MANIFEST:
9018         Move qtdemux from -bad.
9019
9020         * gst-plugins-good.spec.in:
9021         Update spec file to reflect moving of qtdemux and wavpack
9022
9023 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9024         
9025         * win32/MANIFEST:
9026         * docs/plugins/Makefile.am:
9027         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9028         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9029         * docs/plugins/inspect/plugin-directdraw.xml:
9030         * docs/plugins/inspect/plugin-directsound.xml:
9031         * docs/plugins/inspect/plugin-waveform.xml:
9032         Move the waveform plugin from -bad too. Update the inspect xml
9033         files to mention Plugins Good instead of Plugins Bad.
9034
9035 2007-06-12  Andy Wingo  <wingo@pobox.com>
9036
9037         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9038         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9039         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9040         finalization and resuscitation. No longer public.
9041         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9042         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9043         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9044         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9045         miniobject semantics, and be threadsafe.
9046         (gst_v4l2src_queue_frame): Remove this function, as we just call
9047         the ioctls directly in the two places where we queue buffers.
9048         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9049         directly.
9050         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9051         to allocate the pool, which also preallocates the GstBuffers.
9052         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9053         queueing the frames directly.
9054         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9055         mmap buffers have been dequeued.
9056
9057         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9058         real MiniObject instead of rolling our own refcounting and
9059         finalizing. Give it a lock.
9060         (struct _GstV4l2Buffer): Remove one intermediary object, having
9061         the buffers hold the struct v4l2_buffer directly.
9062
9063         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9064         capture_init so that it can set them on the buffers that it will
9065         create.
9066         (gst_v4l2src_get_read): For better or for worse, include the
9067         timestamping and offsetting code here; really we should be using
9068         bufferalloc though.
9069         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9070         preallocated, mmap'd buffers.
9071
9072 2007-06-11  Wim Taymans  <wim@fluendo.com>
9073
9074         Patch by: daniel fischer <dan at f3c dot com>
9075
9076         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9077         (gst_ximage_src_get_caps):
9078         Actually use the display_name property so that we can dump any
9079         available X display. Fixes #445905.
9080
9081 2007-06-11  Wim Taymans  <wim@fluendo.com>
9082
9083         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9084
9085         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9086         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9087         Add missing rate fields to caps. Fixes #441118.
9088
9089 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9090
9091         * win32/vs6/gst_plugins_good.dsw:
9092         * win32/vs8/gst-plugins-good.sln:
9093         Add DirectSound and DirectDraw sinks project files to
9094         workspace and solution files.
9095
9096 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9097
9098         Patch by: Josh Coalson <xflac at yahoo dot com>,
9099         updated by Alexis Ballier <aballier at gentoo dot org>:
9100
9101         * configure.ac:
9102         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9103         (gst_flac_dec_setup_seekable_decoder),
9104         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9105         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9106         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9107         * ext/flac/gstflacdec.h:
9108         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9109         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9110         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9111         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9112         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9113         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9114         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9115         * ext/flac/gstflacenc.h:
9116         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9117         
9118 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9119
9120         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9121         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9122         not necessary anymore as we need at least that core version. 
9123
9124 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9125
9126         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9127         (gst_wavpack_dec_chain):
9128         * ext/wavpack/gstwavpackdec.h:
9129         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9130         (gst_wavpack_parse_push_buffer):
9131         * ext/wavpack/gstwavpackparse.h:
9132         Improve discont handling by checking if the next Wavpack block has
9133         the expected, following block index.
9134
9135 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9136
9137         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9138           Fix element description.
9139
9140 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9141
9142         * configure.ac:
9143         * docs/plugins/Makefile.am:
9144         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9145         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9146         * docs/plugins/gst-plugins-good-plugins.args:
9147         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9148         * docs/plugins/gst-plugins-good-plugins.signals:
9149         * docs/plugins/inspect/plugin-autodetect.xml:
9150         * docs/plugins/inspect/plugin-gconfelements.xml:
9151         * docs/plugins/inspect/plugin-ladspa.xml:
9152         * docs/plugins/inspect/plugin-rtp.xml:
9153         * docs/plugins/inspect/plugin-wavpack.xml:
9154         * ext/Makefile.am:
9155         * tests/check/Makefile.am:
9156           move wavpack plugin.  See #352605.
9157
9158 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9159
9160         * configure.ac:
9161         * docs/plugins/Makefile.am:
9162         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9163         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9164         * docs/plugins/gst-plugins-good-plugins.args:
9165         * sys/Makefile.am:
9166         * win32/MANIFEST:
9167         Add DirectDraw & DirectSound plugins to the build and docs.
9168
9169 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9172         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9173           When operating in pull mode, error out correct on not-linked.
9174
9175 2007-06-06  Andy Wingo  <wingo@pobox.com>
9176
9177         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9178         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9179         format and size if the ioctls are defined; should fix compilation
9180         on Linux < 2.16.19.
9181
9182 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9183
9184         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9185           Printf fixes in debug statements; use LOG level for debug statements
9186           that are printed for each and every frame; convert c++ comments to
9187           C-style comments; not much point using g_try_malloc() if we then not
9188           even check the return value.
9189
9190 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9191
9192         * configure.ac:
9193           Bump requirements to released versions (core and base 0.10.13).
9194
9195         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9196           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9197           own implementation.
9198
9199 2007-06-05  Andy Wingo  <wingo@pobox.com>
9200
9201         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9202         some useless comments.
9203
9204         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9205         frames before calling STREAMON, that might leave them in a state
9206         where they can't be dequeued if we go back to NULL without calling
9207         STREAMON, according to the docs.
9208         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9209         before we call STREAMON.
9210         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9211         failures. (For me this code hung.) The pool refcounting is still
9212         crack; added a note to that effect.
9213
9214 2007-06-05  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9217         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9218         Add support for mapping gst structure names to the MIME type equivalent.
9219         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9220
9221 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9222
9223         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9224         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9225         (gst_wavenc_chain), (gst_wavenc_change_state):
9226         * gst/wavenc/gstwavenc.h:
9227         Properly write wav files with width!=depth by having the depth most
9228         significant bytes set and all others zero. Fixes #442535.
9229
9230 2007-06-01  Wim Taymans  <wim@fluendo.com>
9231
9232         * gst/rtsp/rtspconnection.c:
9233         Add include to make buildbot happy.
9234
9235 2007-06-01  Wim Taymans  <wim@fluendo.com>
9236
9237         Patch by: Peter Kjellerstedt  <pkj at axis com>
9238
9239         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9240         (rtsp_connection_connect), (add_date_header),
9241         (rtsp_connection_send), (parse_response_status),
9242         (parse_request_line), (parse_line), (rtsp_connection_receive):
9243         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9244         * gst/rtsp/rtspdefs.h:
9245         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9246         (rtsp_message_init_request), (rtsp_message_init_response),
9247         (rtsp_message_remove_header), (rtsp_message_append_headers),
9248         (rtsp_message_dump):
9249         * gst/rtsp/rtspmessage.h:
9250         Improves version checking, allowing an RTSP server to reply with "505
9251         RTSP Version not supported.
9252         Adds a Date header to all messages.
9253         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9254         want to be able to send a response even if something in the request was
9255         invalid. EINVAL is only used when passing wrong arguments to functions.
9256         Do not handle an invalid method in parse_request_line(). Defer this to
9257         the caller so it can respond with "405 Method Not Allowed".
9258         Improves parsing of the timeout parameter to the Session header,
9259         allowing whitespace after the semicolon. 
9260         Avoids a compiler warning due to variables shadowing a function argument.
9261
9262 2007-06-01  Wim Taymans  <wim@fluendo.com>
9263
9264         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9265
9266         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9267         (gst_rtp_amr_depay_process):
9268         * gst/rtp/gstrtpamrdepay.h:
9269         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9270         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9271         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9272         * gst/rtp/gstrtpamrpay.h:
9273         Add support for AMR-WB.
9274         Small cleanups such as using BOILERPLATE.
9275
9276 2007-05-31  Wim Taymans  <wim@fluendo.com>
9277
9278         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9279         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9280
9281 2007-05-30  Andy Wingo  <wingo@pobox.com>
9282
9283         * sys/v4l2/gstv4l2object.h: 
9284         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9285         unintended changes.
9286
9287         * sys/v4l2/v4l2src_calls.h: 
9288         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9289         the format list in the order that the driver gives it to us.
9290         (gst_v4l2src_probe_caps_for_format_and_size)
9291         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9292         based on the capabilities of the device.
9293         (gst_v4l2src_grab_frame): Update for object variable renaming.
9294         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9295         as in the set_caps below.
9296         (gst_v4l2src_capture_init): Update for object variable renaming,
9297         and reflow.
9298         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9299         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9300         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9301         (gst_v4l2src_get_fps): Remove; these functions don't have much
9302         meaning outside of an atomic set_caps method.
9303         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9304         known.
9305
9306         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9307         call to update_fps; not sure about this change.
9308         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9309         moment we don't have an update_fps_func.
9310
9311         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9312         structures in the object, just store what we need. Do store the
9313         probed caps of the device. Don't store the current frame rate.
9314
9315         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9316         update_fps_function, for now. Update for new object variable
9317         naming.
9318         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9319         new object variable naming.
9320         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9321         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9322         (gst_v4l2src_get_caps): Rework to probe the device for supported
9323         frame sizes and frame rates.
9324         (gst_v4l2src_set_caps): Rework to be strict in the given
9325         parameters: if someone asks us to have a certain size and rate,
9326         that is what we configure.
9327         (gst_v4l2src_get_read): Update for object variable naming. Don't
9328         leak buffers on short reads.
9329         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9330         comments.
9331         (gst_v4l2src_create): Update for object variable naming.
9332
9333 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9334
9335         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9336         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9337         * gst/avi/gstavidemux.h:
9338           Parse subtitle text streams instead of erroring out (#442034). Still
9339           needs a parser for the subtitles to actually show up.
9340
9341 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9342
9343         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9344         (gst_avi_demux_loop):
9345           Make _push_event() return TRUE if the event could be pushed on at
9346           least one pad and not only if it could be pushed on all pads,
9347           otherwise we'll end up posting an error message on EOS if one or
9348           more source pads are not connected.
9349
9350 2007-05-28  Wim Taymans  <wim@fluendo.com>
9351
9352         * gst/rtsp/rtsptransport.c:
9353         Use renamed RTP bin.
9354
9355 2007-05-28  Wim Taymans  <wim@fluendo.com>
9356
9357         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9358
9359         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9360         (gst_video_box_set_property), (gst_video_box_transform_caps),
9361         (video_box_recalc_transform), (gst_video_box_set_caps),
9362         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9363         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9364         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9365         (gst_video_box_i420_i420), (gst_video_box_transform),
9366         (plugin_init):
9367         Add AYUV->AYUV and AYUV->I420 formats. 
9368         Fix negotiation and I420->AYUV conversion.
9369         Fixes #429329.
9370
9371 2007-05-26  Wim Taymans  <wim@fluendo.com>
9372
9373         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9374         Use different variables for nested for loops so that the outer loop
9375         functions properly and speex files with multiple frames per buffer work
9376         properly.
9377         Fixes #441408.
9378
9379 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9380
9381         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9382           Don't leak newsegment events.
9383
9384 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9385
9386         * gst/wavparse/Makefile.am:
9387           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9388           drags it in.
9389
9390 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9391
9392         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9393         (notgst_value_array_append_buffer),
9394         (gst_flac_enc_process_stream_headers),
9395         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9396         (gst_flac_enc_change_state):
9397         * ext/flac/gstflacenc.h:
9398           Collect headers, add "streamheader" field to output caps and set
9399           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9400           produces output according to the official FLAC-to-Ogg mapping
9401           instead of completely broken files. Fixes #426044.
9402
9403 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9404
9405         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9406         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9407         (gst_id3demux_sink_event):
9408         * gst/id3demux/gstid3demux.h:
9409         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9410         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9411         (gst_tag_demux_send_new_segment):
9412         Handle and adjust new-segment events so that downstream really
9413         sees a stream with the tag pieces stripped off the front and back.
9414         Fixes strangeness in seeking when mp3 decoders use the new-segment
9415         byte position to estimate their current playback position timestamp
9416         and then the arriving buffers don't match up.
9417
9418 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9419
9420         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9421           Don't unnecessarily perform a READY->NULL->READY transition on the
9422           detected audio sink when starting up. Fixes: #440127
9423
9424 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9427         (gst_flac_enc_chain):
9428           Don't crash in chain function if setcaps hasn't been called.
9429
9430 2007-05-24  Wim Taymans  <wim@fluendo.com>
9431
9432         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9433         Init value to avoid infinte loops.
9434
9435 2007-05-24  Wim Taymans  <wim@fluendo.com>
9436
9437         Patch by: Peter Kjellerstedt  <pkj at axis com>
9438
9439         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9440         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9441         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9442         (gst_rtspsrc_play):
9443         (rtsp_connection_send), (rtsp_connection_receive):
9444         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9445         Fix for new API.
9446
9447         * gst/rtsp/rtspconnection.c: (add_auth_header),
9448         Only add authorisation and session headers when sending messages.
9449
9450         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9451         (rtsp_message_init_request), (rtsp_message_init_response),
9452         (rtsp_message_unset), (rtsp_message_add_header),
9453         (rtsp_message_remove_header), (rtsp_message_get_header),
9454         (rtsp_message_append_headers), (dump_key_value),
9455         (rtsp_message_dump):
9456         * gst/rtsp/rtspmessage.h:
9457         Add support for multiple headers of the same type by storing the parsed
9458         headers in a GArray instaed of a hashtable.
9459
9460 2007-05-21  Wim Taymans  <wim@fluendo.com>
9461
9462         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9463         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9464         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9465         safer shutdown.
9466
9467 2007-05-21  Wim Taymans  <wim@fluendo.com>
9468
9469         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9470         * gst/rtsp/gstrtpdec.h:
9471         Added signal for backwards compat.
9472
9473 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9474         
9475         Patch by: René Stadler <mail at renestadler dot de>
9476
9477         * configure.ac:
9478         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9479         (gst_au_parse_parse_header), (gst_au_parse_chain):
9480         * gst/auparse/gstauparse.h:
9481         Use audioconvert for converting from non-native endianness floats
9482         in auparse instead of doing it ourself. Fixes #424527.
9483         This needs the audioconvert from plugins-base CVS.
9484         
9485 2007-05-21  Wim Taymans  <wim@fluendo.com>
9486
9487         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9488         (gst_rtp_h263p_pay_flush):
9489         Fix enum registration.
9490
9491 2007-05-21  Wim Taymans  <wim@fluendo.com>
9492
9493         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9494
9495         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9496         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9497         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9498         (gst_rtp_h263p_pay_flush):
9499         * gst/rtp/gstrtph263ppay.h:
9500         Add new fragmentation mode base on GOB headers. Fixes #438940.
9501
9502 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9503
9504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9505           Printf format fix.
9506
9507 2007-05-18  Wim Taymans  <wim@fluendo.com>
9508
9509         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9510         Don't crash when an unsupported transport error was returned by the
9511         server, just try to configure the next stream. Fixes #439255.
9512
9513 2007-05-18  Wim Taymans  <wim@fluendo.com>
9514
9515         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9516         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9517         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9518         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9519         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9520         * gst/rtsp/gstrtspsrc.h:
9521         Add TCP timeout property and use it for all TCP connection.
9522
9523         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9524         (rtsp_connection_write), (rtsp_connection_next_timeout),
9525         (rtsp_connection_reset_timeout):
9526         Make connect and writes cancelable and make them use the timeout.
9527
9528 2007-05-18  Wim Taymans  <wim@fluendo.com>
9529
9530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9531         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9532         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9533         (gst_rtspsrc_setup_streams):
9534         Refactor timeout handling.
9535         Also send keep-alive when dealing with TCP transport.
9536
9537         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9538         (rtsp_connection_free), (rtsp_connection_next_timeout),
9539         (rtsp_connection_reset_timeout):
9540         * gst/rtsp/rtspconnection.h:
9541         Use a timer to handle the session timeouts, add some methods to deal
9542         with timeouts.
9543
9544 2007-05-17  Wim Taymans  <wim@fluendo.com>
9545
9546         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9547         (gst_rtspsrc_setup_streams):
9548         Ignore streams that fail the setup command, we will retry with a
9549         different transport later on.
9550
9551         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9552         (rtsp_ext_wms_configure_stream):
9553         Fix encoding name case.
9554
9555 2007-05-16  Edward Hervey  <edward@fluendo.com>
9556
9557         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9558         Fix build on macosx.
9559
9560 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9561
9562         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9563         Replace direct comparison of a string with the string literal "" with
9564         a comparison of the first character with '\0'. Fixes #438926.
9565
9566 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9567
9568         * gst/debug/breakmydata.c (gst_break_my_data_init):
9569           One more try. This should be the proper fix now.
9570
9571 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9572
9573         * gst/debug/breakmydata.c:
9574           Ooops, no // comments please.
9575
9576 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9577
9578         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9579         (gst_break_my_data_init):
9580           Fix gst_buffer_is_writable() assertion.
9581
9582 2007-05-14  David Schleef  <ds@schleef.org>
9583
9584         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9585           video/x-raw-bayer.  Fixes #314160.
9586
9587 2007-05-14  Wim Taymans  <wim@fluendo.com>
9588
9589         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9590         (gst_rtp_theora_depay_parse_configuration):
9591         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9592         (gst_rtp_theora_pay_finish_headers),
9593         (gst_rtp_theora_pay_handle_buffer):
9594         Update theora pay/depayloader in a similar to vorbis.
9595
9596         * gst/rtp/gstrtpvorbisdepay.c:
9597         (gst_rtp_vorbis_depay_parse_configuration):
9598         Update docs.
9599
9600 2007-05-14  Wim Taymans  <wim@fluendo.com>
9601
9602         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9603         When we try to execute a method that is not supported by the server,
9604         don't error out but remove the method from the accepted methods so that
9605         we never try to perform this method again.
9606
9607 2007-05-14  Wim Taymans  <wim@fluendo.com>
9608
9609         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9610         Remove annoying _dump_mem.
9611
9612 2007-05-14  Wim Taymans  <wim@fluendo.com>
9613
9614         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9615         Parse range correctly.
9616
9617         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9618         The baseurl now always has a '/' at the start.
9619
9620 2007-05-14  Wim Taymans  <wim@fluendo.com>
9621
9622         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9623         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9624         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9625         Factor out caps configuration and configure more stuff such as the time
9626         ranges and speed/scale values.
9627
9628         * gst/rtsp/rtsptransport.c:
9629         Add Copyright after non-trival fixes.
9630
9631 2007-05-12  Wim Taymans  <wim@fluendo.com>
9632
9633         Patch by: Peter Kjellerstedt  <pkj at axis com>
9634
9635         * gst/rtsp/gstrtspsrc.h:
9636         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9637         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9638         (rtsp_message_get_header):
9639         * gst/rtsp/rtspmessage.h:
9640         Make channel guint8 where possible.
9641         Make rtsp_message_init_data() take the channel as a guint8.
9642
9643         * gst/rtsp/rtspdefs.c:
9644         Fixed a typo: Timout -> Timeout
9645
9646         * gst/rtsp/rtspdefs.h:
9647         Make RTSP_CHECK() behave as a statement.
9648
9649         * gst/rtsp/sdpmessage.c:
9650         Avoid a compiler warning in INIT_ARRAY().
9651         Fixes #437692.
9652
9653 2007-05-12  Wim Taymans  <wim@fluendo.com>
9654
9655         Patch by: Peter Kjellerstedt  <pkj at axis com>
9656
9657         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9658         (rtsp_url_get_request_uri):
9659         * gst/rtsp/rtspurl.h:
9660         Add support for query parameters to RTSP URLs.
9661
9662 2007-05-12  Wim Taymans  <wim@fluendo.com>
9663
9664         Patch by: Peter Kjellerstedt  <pkj at axis com>
9665
9666         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9667         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9668         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9669         (rtsp_transport_parse), (rtsp_transport_as_text):
9670         * gst/rtsp/rtsptransport.h:
9671         Add validation to rtsp_transport_parse().
9672         Add rtsp_transport_as_text() to generate an RTSP header from an
9673         RTSPTransport.
9674         Change ssrc to guint (was a string) since that is what it is, even
9675         though it is sent as a hex string.
9676         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9677         incorrect, which can be seen when looking at the examples in the RFC).
9678         Fixes #437670.
9679
9680 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9681
9682         Patch by: Eric Anholt
9683
9684         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9685           gst_ximage_src_ximage_get):
9686         Use union of all damage between frames to make it faster.
9687         Fixes bug #342463.
9688         Also fix crasher when cursor is at bottom right of window.
9689
9690 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9691
9692         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9693           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9694           streaming mode regression for file from #343837 with 'bext' chunk
9695           before the 'fmt' chunk.
9696
9697 2007-05-11  Wim Taymans  <wim@fluendo.com>
9698
9699         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9700         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9701         (gst_rtspsrc_handle_src_event),
9702         (gst_rtspsrc_stream_configure_manager),
9703         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9704         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9705         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9706         * gst/rtsp/gstrtspsrc.h:
9707         * gst/rtsp/rtspdefs.h:
9708         Preliminary seek support.
9709         Activate internal pads so that we can receive events on them.
9710         Don't try to parse a range string when it's NULL.
9711
9712 2007-05-11  Wim Taymans  <wim@fluendo.com>
9713
9714         * gst/rtp/README:
9715         Update README with new RTP variables that will be used for
9716         synchronisation.
9717
9718         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9719         (gst_rtp_vorbis_depay_parse_configuration),
9720         (gst_rtp_vorbis_depay_process):
9721         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9722         (gst_rtp_vorbis_pay_finish_headers),
9723         (gst_rtp_vorbis_pay_handle_buffer):
9724         Update vorbis pay and depayloader to draft-04.
9725
9726 2007-05-11  Wim Taymans  <wim@fluendo.com>
9727
9728         * gst/rtsp/rtsptransport.c:
9729         UDP MCAST is actually the default for RTP/AVP.
9730 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9731
9732         * gst/level/gstlevel.c: (gst_level_transform_ip):
9733         Use guint8 * instead of gpointer then vs6 can build 
9734         in_data += (filter->width / 8).
9735
9736 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9737
9738         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9739           gst_ximage_src_ximage_get):
9740         * sys/ximage/gstximagesrc.h (last_ximage):
9741         When using Damage actually keep the last frame, and not assume
9742         that the buffer we get already has the last frame on it.
9743         Copy the cursor over if we specify a non-zero start x and
9744         start y.
9745
9746 2007-05-11  Wim Taymans  <wim@fluendo.com>
9747
9748         * gst/rtsp/rtsptransport.c:
9749         Make UDP the default transport when not specified.
9750
9751 2007-05-09  David Schleef  <ds@schleef.org>
9752
9753         * gst/level/gstlevel.c:
9754           Revert last change.
9755
9756 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9757
9758         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9759         (gst_level_transform_ip):
9760         Use guint8 * instead of gpointer then vs6 know the size of data
9761         pointed when moving the pointer.
9762         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9763         Move instructions after variables declaration.
9764         * win32/vs6/autogen.dsp:
9765         * win32/vs6/libgstrtp.dsp:
9766         * win32/vs6/libgstrtsp.dsp:
9767         Update vs6 project files.
9768
9769 2007-05-09  Wim Taymans  <wim@fluendo.com>
9770
9771         * gst/rtsp/Makefile.am:
9772         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9773         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9774         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9775         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9776         (rtsp_range_free):
9777         * gst/rtsp/rtsprange.h:
9778         Add code to parse time ranges.
9779         Report DURATION on the stream when possible.
9780
9781 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9782
9783         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9784         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9785         (gst_videomixer_collected):
9786           Fix strides calculation for AYUV (it's just width*4) (#436910).
9787
9788 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9789
9790         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9791         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9792         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9793         Sync the GObject properties before each processing step to properly
9794         work with the controller.
9795
9796 2007-05-04  Wim Taymans  <wim@fluendo.com>
9797
9798         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9799         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9800         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9801         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9802         (gst_rtspsrc_change_state):
9803         Let more error state trickle down so that we can catch more error
9804         cases.
9805         Handle keep-alive a little smarter by selecting a method the server
9806         actually supports.
9807         Fix a race in UDP streaming shutdown.
9808
9809 2007-05-04  Wim Taymans  <wim@fluendo.com>
9810
9811         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9812         Ignore errors when trying to use the keep-alive messages.
9813
9814 2007-05-04  Wim Taymans  <wim@fluendo.com>
9815
9816         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9817         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9818         (gst_rtspsrc_stream_configure_manager),
9819         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9820         (gst_rtspsrc_stream_configure_mcast),
9821         (gst_rtspsrc_stream_configure_udp),
9822         (gst_rtspsrc_stream_configure_udp_sink),
9823         (gst_rtspsrc_stream_configure_transport):
9824         Send RTCP messages back to the server over the TCP connection.
9825
9826         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9827         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9828         (rtsp_connection_receive):
9829         * gst/rtsp/rtspconnection.h:
9830         Factor out and expose lowlevel _write and _read methods.
9831         Implement sending data messages to the server.
9832
9833 2007-05-03  Wim Taymans  <wim@fluendo.com>
9834
9835         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9836         (gst_multipart_mux_collected):
9837         Fix timestamps on outgoing buffers.
9838
9839 2007-05-03  Wim Taymans  <wim@fluendo.com>
9840
9841         * gst/multipart/multipartmux.c:
9842         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9843         (gst_multipart_mux_change_state):
9844         Emit NEWSEGMENT events before pushing the first buffer.
9845
9846 2007-05-03  Wim Taymans  <wim@fluendo.com>
9847
9848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9849         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9850         (gst_rtspsrc_handle_src_query),
9851         (gst_rtspsrc_stream_configure_manager),
9852         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9853         (gst_rtspsrc_stream_configure_mcast),
9854         (gst_rtspsrc_stream_configure_udp),
9855         (gst_rtspsrc_stream_configure_udp_sink),
9856         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9857         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9858         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9859         (gst_rtspsrc_pause):
9860         Refactor transport configuration code.
9861         Create internal pads for TCP transport so that we can implement events
9862         and queries.
9863         Handle events and queries.
9864         Parse range from the SDP.
9865         Fix race in pause handler where the connection could still be flushing.
9866
9867 2007-05-02  Wim Taymans  <wim@fluendo.com>
9868
9869         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9870         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9871         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9872         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9873         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9874         (gst_rtspsrc_change_state):
9875         * gst/rtsp/gstrtspsrc.h:
9876         Fix race when multiple udp sources post timeouts, just act on the first
9877         received timeout.
9878         Protect stream list with a recursive lock to fix some races.
9879         Flush connection when we need to do a reconnect or stop.
9880         Make state lock recursive.
9881
9882         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9883         (rtsp_connection_close):
9884         Some small cleanups.
9885
9886 2007-05-02  Wim Taymans  <wim@fluendo.com>
9887
9888         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9889         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9890         Only set DISCONT when there actually is a discont or when we just
9891         started.
9892
9893 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9894
9895         * ext/flac/gstflac.c: (plugin_init):
9896         Call bindtextdomain() to get localized strings.
9897
9898 2007-05-02  Wim Taymans  <wim@fluendo.com>
9899
9900         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9901         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9902         (gst_wavparse_stream_data):
9903         * gst/wavparse/gstwavparse.h:
9904         Be a bit more clever when dealing with VBR files with FACT tags, we
9905         don't want to timestamp buffers in that case but the estimated BPS can
9906         be used for seeking.
9907         Only send close segment in the streaming thread.
9908
9909 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9910
9911         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9912         Correctly post an error on the bus if something went wrong in the loop
9913         function. This fixes a few cases where the task was paused and nothing
9914         happened anymore.
9915
9916 2007-05-02  Wim Taymans  <wim@fluendo.com>
9917
9918         * gst/rtsp/test.c: (main):
9919         Fix compilation of deprecated test just because I'm too lazy to delete
9920         it.
9921
9922 2007-05-02  Wim Taymans  <wim@fluendo.com>
9923
9924         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9925         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9926         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9927         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9928         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9929         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9930         * gst/rtsp/gstrtspsrc.h:
9931         Fix sending RTCP to the right place.
9932         Fix bug in reffing the wrong UDP element.
9933         Use new pad names for the session manager.
9934         Implement handling server requests in interleaved and UDP modes.
9935         Handle session keep-alive in UDP modes.
9936         Remove GCond for handling UDP timeouts.
9937
9938         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9939         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9940         (rtsp_connection_receive), (rtsp_connection_close):
9941         * gst/rtsp/rtspconnection.h:
9942         Store connection IP address for later.
9943         Add timeout args to all operations that might block forever.
9944         Parse session timeout.
9945         Only close sockets when not already closed.
9946
9947         * gst/rtsp/rtspdefs.c:
9948         * gst/rtsp/rtspdefs.h:
9949         Add timeout return value and error string.
9950
9951         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9952         Add small comment.
9953
9954 2007-05-01  Wim Taymans  <wim@fluendo.com>
9955
9956         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9957
9958         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9959         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9960         * gst/rtp/gstrtpmp4vpay.h:
9961         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9962
9963 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9964
9965         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9966           Remove v4l2src from docs, since it breaks the docs build, and the
9967           plugin is only built if --enable-experimental is used anyway.
9968
9969         * docs/plugins/Makefile.am:
9970           Spaces => tab.
9971
9972 2007-04-29  Wim Taymans  <wim@fluendo.com>
9973
9974         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9975         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9976         Add code to drop membership of a multicast group.
9977
9978         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9979         (gst_udpsink_set_uri):
9980         Implement URI handler.
9981
9982         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9983         (gst_rtspsrc_parse_rtpinfo):
9984         Use URI handler to make udpsink instace.
9985         Improve code to configure port and destination.
9986
9987 2007-04-29  Wim Taymans  <wim@fluendo.com>
9988
9989         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9990         Fix multicast detection.
9991         Don't try to join a multicast group if the address is not multicast.
9992
9993         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9994         Small debug improvement.
9995
9996 2007-04-27  Wim Taymans  <wim@fluendo.com>
9997
9998         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9999         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10000         (gst_rtspsrc_handle_message):
10001         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10002         parent.
10003
10004 2007-04-27  Wim Taymans  <wim@fluendo.com>
10005
10006         * gst/rtp/gstrtpilbcdepay.h:
10007         Fix mode property when specified as an arg.
10008
10009 2007-04-26  Edward Hervey  <edward@fluendo.com>
10010
10011         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10012         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10013         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10014         * docs/plugins/inspect/plugin-osxaudio.xml:
10015         Add documentation for osxaudio plugin.
10016
10017 2007-04-26  Wim Taymans  <wim@fluendo.com>
10018
10019         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10020         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10021         (gst_rtspsrc_open), (gst_rtspsrc_close),
10022         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10023         (gst_rtspsrc_pause):
10024         * gst/rtsp/gstrtspsrc.h:
10025         Protect state changes with a lock.
10026
10027         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10028         (parse_line):
10029         * gst/rtsp/rtspconnection.h:
10030         Remove some unused stuff.
10031
10032 2007-04-26  Wim Taymans  <wim@fluendo.com>
10033
10034         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10035         Handle the case where there are exactly 0 bytes to read and the ioctl
10036         did not report an error. Fixes #433530.
10037
10038 2007-04-26  Wim Taymans  <wim@fluendo.com>
10039
10040         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10041         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10042         * gst/wavparse/gstwavparse.h:
10043         Apply DISCONT to buffers.
10044         Only apply timestamp to the first sample after a DISCONT, too many VBR
10045         files cause random jitter in the timestamps. Fixes #433119.
10046
10047 2007-04-25  Wim Taymans  <wim@fluendo.com>
10048
10049         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10050         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10051         (gst_rtp_dec_get_property):
10052         * gst/rtsp/gstrtpdec.h:
10053         Add dummy latency property to be backwards compat with rtpbin.
10054
10055         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10056         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10057         (gst_rtspsrc_stream_configure_transport),
10058         (gst_rtspsrc_parse_rtpinfo):
10059         * gst/rtsp/gstrtspsrc.h:
10060         Add latency property and configure in the session manager.
10061         Don't set invalid clock-base and seqnum-base on caps, some servers
10062         sometimes don't send them.
10063
10064 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10065
10066         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10067         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10068           Double-check that RGB input caps are really RGBA caps (apparently
10069           the core doesn't always catch it if those caps aren't a subset of
10070           our template caps, also see #421543). Fixes #429319 in a way.
10071           Also, don't leak the pad template in the transform_caps function.
10072
10073         * tests/check/Makefile.am:
10074         * tests/check/elements/.cvsignore:
10075         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10076         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10077         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10078         (GST_START_TEST), (alphacolor_suite):
10079           Add some basic unit tests for alphacolor.
10080
10081 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10084           If we get a fatal flow return in the loop function, first post the
10085           error message and only then send the EOS event downstream, otherwise
10086           applications might get an eos message before the error message and
10087           think everything was ok (related to #429319).
10088
10089 2007-04-25  Wim Taymans  <wim@fluendo.com>
10090
10091         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10092         Read the channel byte as an unsigned byte.
10093
10094 2007-04-25  Wim Taymans  <wim@fluendo.com>
10095
10096         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10097         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10098         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10099         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10100         (gst_rtp_gsm_depay_setcaps):
10101         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10102         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10103         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10104         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10105         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10106         (gst_ilbc_depay_get_property):
10107         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10108         * gst/rtp/gstrtpmp4adepay.c:
10109         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10110         (gst_rtp_pcma_depay_setcaps):
10111         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10112         (gst_rtp_pcmu_depay_setcaps):
10113         Make sure we configure the clock_rate in the baseclass in the setcaps
10114         function. Fixes #431282.
10115
10116 2007-04-25  Wim Taymans  <wim@fluendo.com>
10117
10118         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10119         (gst_rtspsrc_stream_free), (request_pt_map),
10120         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10121         * gst/rtsp/gstrtspsrc.h:
10122         Parse server address from SDP.
10123         Hook up a udpsink to send RTCP back to the server.
10124
10125         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10126         * gst/rtsp/rtsptransport.h:
10127         Add some docs.
10128
10129 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10130
10131         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10132           Make header field check conditional. Fixes #433135
10133
10134 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10135
10136         * docs/plugins/Makefile.am:
10137         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10138         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10139         * docs/plugins/inspect/plugin-alphacolor.xml:
10140         * gst/alpha/Makefile.am:
10141         * gst/alpha/gstalphacolor.c:
10142         * gst/alpha/gstalphacolor.h:
10143           Add minimal docs blurb to alphacolor; split out headers into
10144           separate header file for gtk-doc.
10145
10146 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10147
10148         * gst/debug/progressreport.c: (gst_progress_report_report):
10149           Don't try to post NULL message (in case we can't query upstream
10150           position or duration).
10151
10152 2007-04-18  Michael Smith  <msmith@fluendo.com>
10153
10154         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10155         (gst_cutter_get_caps):
10156         * gst/cutter/gstcutter.h:
10157           Fix some of the most obvious bugs in cutter. Now doesn't leak
10158           everything if input is silent.
10159
10160 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10161
10162         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10163         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10164         * gst/wavenc/gstwavenc.h:
10165         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10166         else results in a invalid block align and invalid files.
10167
10168 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10169
10170         Patch by: Snaik <snaik32 gmail com>
10171
10172         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10173           Add missing break statement for BOX_HORIZONTAL case.
10174
10175 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10176
10177         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10178
10179         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10180         Use correct format strings for integer types.
10181
10182 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10183
10184         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10185         (gst_wavparse_create_sourcepad):
10186         Use gst_riff_create_audio_template_caps () instead of the local caps.
10187         This makes updates of the local caps unecessary whenever libgstriff
10188         gets support for new formats.
10189
10190 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10191
10192         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10193
10194         * sys/sunaudio/gstsunaudio.c:
10195         * sys/sunaudio/gstsunaudiomixer.c:
10196         * sys/sunaudio/gstsunaudiomixer.h:
10197         * sys/sunaudio/gstsunaudiomixerctrl.c:
10198         * sys/sunaudio/gstsunaudiomixerctrl.h:
10199         * sys/sunaudio/gstsunaudiomixertrack.h:
10200         * sys/sunaudio/gstsunaudiosink.c:
10201         * sys/sunaudio/gstsunaudiosink.h:
10202         * sys/sunaudio/gstsunaudiosrc.c:
10203         * sys/sunaudio/gstsunaudiosrc.h:
10204           Fix and/or update copyright attributions (#430228).
10205
10206 2007-04-13  Wim Taymans  <wim@fluendo.com>
10207
10208         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10209         Fix docs.
10210
10211         * gst/rtsp/URLS:
10212         Add some more example urls.
10213
10214         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10215         (gst_rtp_dec_chain_rtp):
10216         Better debugging.
10217
10218         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10219         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10220         (gst_rtspsrc_parse_rtpinfo):
10221         Remove unused code.
10222
10223 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10224
10225         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10226         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10227         (gst_wavparse_stream_data):
10228           Relax the audio/mpeg caps again and add FIXME: comment.
10229
10230 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10231
10232         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10233         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10234         (gst_wavparse_stream_data):
10235         * gst/wavparse/gstwavparse.h:
10236           More sanity check for the header fields. Fix type for 'rate' header
10237           field.
10238
10239 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10240
10241         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10242         (gst_icydemux_unicodify):
10243           If the metadata strings we get in the stream are not UTF-8, try to
10244           interpret them according to the character encodings specified in the
10245           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10246           only fall back to locale/ISO-8859-1 if those aren't set or don't
10247           work. Should fix #428901.
10248
10249 2007-04-12  Wim Taymans  <wim@fluendo.com>
10250
10251         * gst/rtp/gstrtph264depay.c:
10252         Use the proper sync word for SPS and PPS.
10253
10254 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10255
10256         * gst/rtp/Makefile.am:
10257         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10258           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10259         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10260           Add a simple hashing implementation that we can use to generate
10261           a 24-bit ident value based on the codebooks for vorbis and theora.
10262         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10263           gst_rtp_theora_pay_handle_buffer):
10264         * gst/rtp/gstrtpvorbisdepay.c
10265           (gst_rtp_vorbis_depay_parse_configuration,
10266           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10267         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10268           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10269           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10270           Use the hashing function, ensuring that the same codebooks result
10271           in the same ident and thus the same SDP description.
10272           Various log fixes/changes.
10273
10274 2007-04-12  Wim Taymans  <wim@fluendo.com>
10275
10276         Patch by: jerry tan <jerry dot tan at sun dot com>
10277
10278         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10279         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10280         application's responsibility to make sure it open the device once.
10281         Remove a careless error if AUDIODEV is set. Fixes #392620.
10282
10283 2007-04-12  Wim Taymans  <wim@fluendo.com>
10284
10285         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10286         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10287         * gst/rtsp/gstrtpdec.h:
10288         Make backward compat with rtpbin by adding the request-pt-map signals.
10289
10290         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10291         (new_session_pad), (request_pt_map),
10292         (gst_rtspsrc_stream_configure_transport),
10293         (gst_rtspsrc_stream_configure_caps),
10294         (gst_rtspsrc_activate_streams):
10295         * gst/rtsp/gstrtspsrc.h:
10296         Implement request-pt-map signals instead of setting caps on the buffers
10297         for the session manager.
10298
10299 2007-04-11  Wim Taymans  <wim@fluendo.com>
10300
10301         * gst/udp/gstudp.c: (plugin_init):
10302         Register GstNetBuffer in plugin_init so that the type can be used from
10303         multiple threads without races.
10304
10305 2007-04-10  Wim Taymans  <wim@fluendo.com>
10306
10307         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10308         (gst_rtp_amr_depay_process):
10309         Fix depayloader clock_rate and some cleanups.
10310
10311         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10312         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10313         * gst/rtp/gstrtph264depay.h:
10314         Don't push codec_data in the adapter because it might get flushed when
10315         we get a discont.
10316
10317         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10318         Handle multiple AU per packet.
10319
10320         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10321         (gst_rtp_sv3v_depay_plugin_init):
10322         Disable rank, this one does not work.
10323         Remove timestamping, base class does that.
10324
10325 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10326
10327         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10328           limit caps to the formats we announce in the template
10329
10330         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10331         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10332         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10333           fix some crashers/asserts when dealing with broken files
10334
10335 2007-04-10  Wim Taymans  <wim@fluendo.com>
10336
10337         Patch by: Peter Kjellerstedt  <pkj at axis com>
10338
10339         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10340         * gst/rtp/gstrtpL16depay.c:
10341         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10342         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10343         (gst_rtp_speex_depay_setcaps):
10344         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10345         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10346         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10347         Fix some compiler warnings. Fixes #428182.
10348
10349 2007-04-06  Wim Taymans  <wim@fluendo.com>
10350
10351         * gst/rtsp/Makefile.am:
10352         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10353         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10354         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10355         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10356         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10357         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10358         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10359         (create_rtcp), (gst_rtp_dec_request_new_pad),
10360         (gst_rtp_dec_release_pad):
10361         * gst/rtsp/gstrtpdec.h:
10362         * gst/rtsp/gstrtsp.c: (plugin_init):
10363         Morph RTPDec into something compatible with RTPBin as a fallback.
10364         Various other style fixes.
10365
10366         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10367         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10368         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10369         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10370         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10371         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10372         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10373         * gst/rtsp/gstrtspsrc.h:
10374         Implement RTPBin session manager handling.
10375         Don't try to add empty properties to caps.
10376         Implement fallback session manager, handling.
10377         Don't combine errors from RTCP streams, just ignore them.
10378
10379         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10380         * gst/rtsp/rtsptransport.h:
10381         Implement fallback session manager.
10382         Make RTPBin the default one when available.
10383
10384 2007-04-05  Wim Taymans  <wim@fluendo.com>
10385
10386         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10387         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10388         This element is ready to be autoplugged.
10389
10390 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10391
10392         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10393         Don't leave the offsets defined by upstream element on the
10394         compressed data buffer we are pushing downstream. Make them
10395         GST_BUFFER_OFFSET_NONE.
10396
10397 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10398
10399         * gst/avi/README:
10400         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10401         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10402         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10403         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10404         (gst_avi_demux_calculate_durations_from_index),
10405         (gst_avi_demux_stream_header_push),
10406         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10407         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10408           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10409
10410 2007-04-03  Wim Taymans  <wim@fluendo.com>
10411
10412         * gst/smpte/barboxwipes.c:
10413         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10414
10415 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10416
10417         * gst/wavparse/gstwavparse.c:
10418         Support audio/x-raw-float in wav files. This only works with
10419         plugins-base CVS, using an older version doesn't have any
10420         disadvantages though.
10421
10422 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10423
10424         * configure.ac:
10425         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10426         (gst_au_parse_parse_header), (gst_au_parse_chain):
10427         * gst/auparse/gstauparse.h:
10428         Revert last change as we don't want plugins-good to depend on
10429         plugins-base CVS now.
10430
10431 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10432
10433         * configure.ac:
10434         Require gst-plugins-base CVS for audioconvert with non-native
10435         float support and width/depth fix in libgstriff.
10436
10437         Patch by: René Stadler <mail at renestadler dot de>
10438
10439         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10440         (gst_au_parse_parse_header), (gst_au_parse_chain):
10441         * gst/auparse/gstauparse.h:
10442         Don't swap the floats ourself if they're not in native endianness.
10443         Instead let audioconvert handle this. Fixes #339838.
10444
10445 2007-03-29  Wim Taymans  <wim@fluendo.com>
10446
10447         * gst/rtp/gstasteriskh263.h:
10448         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10449         (gst_rtp_h263p_depay_change_state):
10450         * gst/rtp/gstrtph263pdepay.h:
10451         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10452         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10453         (gst_rtp_h264_depay_change_state):
10454         * gst/rtp/gstrtph264depay.h:
10455         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10456         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10457         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10458         Flush adapter on disconts.
10459
10460 2007-03-29  Wim Taymans  <wim@fluendo.com>
10461
10462         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10463         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10464         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10465         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10466         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10467         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10468         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10469         (gst_rtp_mp4v_depay_process):
10470         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10471         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10472         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10473         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10474         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10475         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10476         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10477         Use more efficient adapter and rtpbuffer methods when possible.
10478
10479 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10480
10481         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10482         (gst_wavenc_sink_setcaps):
10483         Correctly handle width!=depth input.
10484         * gst/wavparse/gstwavparse.c:
10485         Already export in the caps that width==8 uses unsigned samples and
10486         everything else uses signed samples.
10487
10488 2007-03-29  Wim Taymans  <wim@fluendo.com>
10489
10490         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10491
10492         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10493         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10494         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10495         (gst_dynudpsink_close):
10496         * gst/udp/gstdynudpsink.h:
10497         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10498         (gst_udpsrc_create), (gst_udpsrc_set_property),
10499         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10500         * gst/udp/gstudpsrc.h:
10501         Rework the socket allocation a bit based on the sockfd argument so that
10502         it becomes usable.
10503         Add a closefd property to instruct the udp elements to close the custom
10504         file descriptors when going to READY. Fixes #423304.
10505         API:GstUDPSrc::closefd property
10506         API:GstDynUDPSink::closefd property
10507
10508 2007-03-29  Wim Taymans  <wim@fluendo.com>
10509
10510         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10511
10512         * gst/rtp/Makefile.am:
10513         * gst/rtp/gstrtp.c: (plugin_init):
10514         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10515         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10516         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10517         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10518         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10519         (gst_rtp_h264_pay_plugin_init):
10520         * gst/rtp/gstrtph264pay.h:
10521         Added H264 payloader. Fixes #423782.
10522
10523         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10524         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10525         Small fixes.
10526
10527 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10528
10529         * gst/wavparse/gstwavparse.c:
10530         Actually support depths from 1 to 32, not only 8 to 32.
10531
10532 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10533
10534         * gst/wavparse/gstwavparse.c:
10535         Add support for wav files containing audio/x-raw-int with random
10536         depths between 1 and 32 bits.
10537
10538 2007-03-28  Wim Taymans  <wim@fluendo.com>
10539
10540         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10541
10542         * gst/rtp/Makefile.am:
10543         * gst/rtp/gstrtp.c: (plugin_init):
10544         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10545         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10546         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10547         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10548         (gst_rtp_mp4a_depay_get_property),
10549         (gst_rtp_mp4a_depay_change_state),
10550         (gst_rtp_mp4a_depay_plugin_init):
10551         * gst/rtp/gstrtpmp4adepay.h:
10552         Added MP4A-LATM depayloader. Fixes #417792.
10553
10554         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10555         (gst_rtp_mp4v_depay_process):
10556         Fixup depayloader, setting codec_data, using more efficient adaptor and
10557         rtpbuffer handling.
10558
10559         * gst/rtsp/URLS:
10560         Add url to test above.
10561
10562 2007-03-25  Wim Taymans  <wim@fluendo.com>
10563
10564         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10565         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10566         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10567         (gst_rtspsrc_media_to_caps),
10568         (gst_rtspsrc_stream_configure_transport),
10569         (gst_rtspsrc_stream_configure_caps),
10570         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10571         * gst/rtsp/gstrtspsrc.h:
10572         Handle default clock-rates for static payload types, rearrange stuff so
10573         that the rtpmap field in the sdp can override the defaults.
10574         Parse RTP-Info field to get the seqnum and timebase fields that should
10575         go in the caps.
10576         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10577         the server. 
10578
10579 2007-03-22  Wim Taymans  <wim@fluendo.com>
10580
10581         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10582
10583         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10584         Accept complex pipeline descriptions as an audio profile instead of just
10585         a single element. Fixes #420658.
10586
10587 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10588
10589         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10590           Rename registered type in preparation of GstTagDemux moving to
10591           -base at some point in the future.
10592
10593 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10594
10595         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10596           Streaming mode fixes: don't unref buffer we don't own any longer;
10597           remove bogus adapter flush. Fixes #419338.
10598
10599 2007-03-17  David Schleef  <ds@schleef.org>
10600
10601         * REQUIREMENTS: Change the format to key/value, add a bunch of
10602           information, remove a bunch of requirements that are for
10603           other GStreamer packages.
10604
10605 2007-03-17  David Schleef  <ds@schleef.org>
10606
10607         * REQUIREMENTS: Fix a few things.  This file really needs a
10608         good once-over.
10609
10610 2007-03-15  Edward Hervey  <edward@fluendo.com>
10611
10612         * sys/Makefile.am:
10613         Don't forget to distribute the sys/osxaudio/ directory.
10614
10615 2007-03-15  Edward Hervey  <edward@fluendo.com>
10616
10617         * configure.ac:
10618         * sys/Makefile.am:
10619         * sys/osxaudio/Makefile.am:
10620         * sys/osxaudio/gstosxaudio.c:
10621         * sys/osxaudio/gstosxaudiosink.c:
10622         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10623         (gst_osx_audio_sink_getcaps),
10624         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10625         * sys/osxaudio/gstosxaudiosrc.c:
10626         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10627         (gst_osx_audio_src_create_ringbuffer):
10628         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10629         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10630         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10631         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10632         * sys/osxaudio/gstosxringbuffer.h:
10633         Activate osxaudio in gst-plugins-good with proper build setup.
10634         Add inlined documentation.
10635         Fix debug statements
10636         Fix ringbuffer when pausing.
10637         Fixes #323471
10638
10639 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10640         * gst/rtp/gstrtppcmapay.c:
10641         * gst/rtp/gstrtppcmapay.h:
10642         * gst/rtp/gstrtppcmupay.c:
10643         * gst/rtp/gstrtppcmupay.h:
10644         Ported mulaw and alaw payloaders to use new base class
10645
10646 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10647
10648         * po/af.po:
10649         * po/az.po:
10650         * po/cs.po:
10651         * po/en_GB.po:
10652         * po/it.po:
10653         * po/nl.po:
10654         * po/or.po:
10655         * po/sq.po:
10656         * po/sr.po:
10657         * po/sv.po:
10658         * po/uk.po:
10659         * po/vi.po:
10660           Update translations.
10661
10662 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10663
10664         * configure.ac:
10665           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10666
10667 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10668
10669         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10670           Fix handling of -1 values for start and stop values when seeking,
10671           and SEEK_CUR+SEEK_END here as well.
10672
10673 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10674
10675         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10676           Fix handling of -1 values for start and stop values when seeking, 
10677           and SEEK_CUR+SEEK_END.
10678
10679 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10680
10681         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10682           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10683           the image format a variable-length NUL-terminated string; in
10684           versions before that the image format is a fixed-length string of
10685           3 characters (see #348644 for a sample tag).
10686           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10687
10688 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10689
10690         * win32/MANIFEST:
10691         Add new project files to MANIFEST.
10692         * win32/vs6/libgstaudiofx.dsp:
10693         * win32/vs6/libgstrtp.dsp:
10694         * win32/vs6/libgstrtsp.dsp:
10695         Update project files.
10696         
10697 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10698
10699         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10700         (gst_avi_demux_parse_index):
10701         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10702         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10703           Printf format fixes; also add some missing quotes in translated
10704           strings. Fixes #416728 and #416727.
10705
10706 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10707
10708         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10709           Tim and I can't think of any reason the child audio sink needs to 
10710           be set back to NULL after successfully determining that it can 
10711           reach READY - it gets immediately set back to READY by the caller
10712           anyway, causing an unnecessary close/open of any audio devices
10713           involved.
10714
10715 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10716
10717         * po/LINGUAS:
10718         * po/ja.po:
10719           Add ja.po file from #377306.
10720
10721 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10722
10723         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10724         * sys/sunaudio/gstsunaudiomixertrack.c:
10725         (gst_sunaudiomixer_track_new):
10726           Actually translate sunaudio mixer track labels instead of just
10727           marking the strings as translatable (#377306); clean up weird
10728           label string mapping code that serves no apparent purpose. Also
10729           set the 'untranslated-label' property when creating mixer tracks
10730           if the GstMixerTrack base class supports this.
10731
10732         * tests/check/Makefile.am:
10733         * tests/check/elements/.cvsignore:
10734         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10735         (sunaudio_suite):
10736           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10737           actually tested on a system where sunaudiomixer is available).
10738
10739 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10740
10741         * tests/check/Makefile.am:
10742         Re-enable the states test and see if it works on the buildbots.
10743
10744 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10745
10746         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10747         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10748         (gst_dvdec_change_state):
10749         * ext/dv/gstdvdec.h:
10750         Infer pixel-aspect-ratio from the video frame format if it isn't
10751         provided by the container, as happens when playing DV from AVI
10752         or Quicktime containers.
10753
10754         Patch by: Wim Taymans <wim@fluendo.com>
10755         Fixes #380944
10756
10757 2007-03-09  Wim Taymans  <wim@fluendo.com>
10758
10759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10760         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10761         will later be handled by the jitterbuffer.
10762
10763 2007-03-09  Wim Taymans  <wim@fluendo.com>
10764
10765         * ext/taglib/gstid3v2mux.cc:
10766         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10767         Fixes #414496.
10768         
10769         Patch by: Alex Lancaster <alexl at users sourceforge net>
10770
10771 2007-03-09  Wim Taymans  <wim@fluendo.com>
10772
10773         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10774         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10775         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10776         (gst_avi_demux_chain):
10777         Fix stream position reporting after a seek. Fixes #416445.
10778
10779 2007-03-08  Wim Taymans  <wim@fluendo.com>
10780
10781         Patch by: René Stadler <mail at renestadler dot de>
10782
10783         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10784         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10785         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10786         Make avidemux accept optional header chunks in any order.
10787         Fixes #415446.
10788
10789 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10790
10791         * tests/check/Makefile.am:
10792         Disable the states check until the remaining Valgrind errors
10793         are fixed or suppressed.
10794
10795 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10796
10797         * tests/check/elements/.cvsignore:
10798           Add audiodynamic check to .cvsignore
10799
10800 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10801
10802         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10803
10804         * gst/audiofx/Makefile.am:
10805         * gst/audiofx/audiodynamic.c:
10806         (gst_audio_dynamic_characteristics_get_type),
10807         (gst_audio_dynamic_mode_get_type),
10808         (gst_audio_dynamic_set_process_function),
10809         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10810         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10811         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10812         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10813         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10814         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10815         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10816         (gst_audio_dynamic_transform_hard_knee_expander_int),
10817         (gst_audio_dynamic_transform_hard_knee_expander_float),
10818         (gst_audio_dynamic_transform_soft_knee_expander_int),
10819         (gst_audio_dynamic_transform_soft_knee_expander_float),
10820         (gst_audio_dynamic_transform_ip):
10821         * gst/audiofx/audiodynamic.h:
10822         * gst/audiofx/audiofx.c: (plugin_init):
10823         Add new audiodynamic element which can act as a compressor or
10824         expander. Supported are hard-knee and soft-knee operation modes with
10825         user-specified ratio and threshold.
10826         Attack and release parameters are not yet implemented but will follow.
10827         * docs/plugins/Makefile.am:
10828         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10829         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10830         * docs/plugins/gst-plugins-good-plugins.args:
10831         * docs/plugins/inspect/plugin-audiofx.xml:
10832         Integrate audiodynamic into the docs.
10833         * tests/check/Makefile.am:
10834         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10835         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10836         Add unit test for audiodynamic.
10837
10838 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10839
10840         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10841         Free handles that we allocated when exiting via the error paths.
10842
10843 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10844
10845         * gst/level/gstlevel.c: (gst_level_class_init),
10846         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10847         (gst_level_transform_ip):
10848         * gst/level/gstlevel.h:
10849           Resolve message timestamps against the playback segment.
10850
10851 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10852
10853         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10854         (gst_id3demux_sink_activate):
10855           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10856           caps passed to it (previously one code path assumed it took ownership
10857           while another one assumed it didn't, while in fact it sometimes did and
10858           sometimes didn't ...).
10859
10860         * configure.ac:
10861         * tests/files/Makefile.am:
10862         * tests/files/id3-407349-1.tag:
10863         * tests/files/id3-407349-2.tag:
10864           Add directory where data for unit tests can be stored.
10865
10866         * tests/Makefile.am:
10867         * tests/check/Makefile.am:
10868         * tests/check/elements/.cvsignore:
10869         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10870         (read_tags_from_file), (run_check_for_file),
10871         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10872           Add unit test for id3demux, and in particular for bug #407349. Only
10873           testing pull-mode for now; push mode doesn't work yet because the test
10874           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10875
10876 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10877
10878         * tests/check/Makefile.am:
10879           Add missing backslash at end of line.
10880
10881 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10882
10883         Trigger rebuild.
10884
10885 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10886
10887         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10888         * gst/id3demux/id3tags.h:
10889         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10890         (parse_obsolete_tdat_frame):
10891           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10892           the four-digit number will be interpreted as a year, whereas it is
10893           month and day in DDMM format. Instead, parse TDAT frames and fix up
10894           the date in the GST_TAG_DATE tag later if we also extracted a year.
10895           Fixes #407349.
10896
10897 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10898
10899         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10900         (gst_switch_commit_new_kid):
10901         Fix up the dispose logic so it doesn't leak, and fix setting of 
10902         the child state so that we don't set a child to our current state 
10903         just as we are changing it to something else.
10904
10905 2007-03-06  Wim Taymans  <wim@fluendo.com>
10906
10907         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10908         (gst_goom_chain):
10909         * gst/goom/gstgoom.h:
10910         Document, fix and improve goom adapter behaviour.
10911         Fixes #407006.
10912
10913 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10914
10915         * ext/esd/esdsink.c: (gst_esdsink_open):
10916         Unref static pad template after using it.
10917
10918 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10919
10920         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10921         (gst_switch_commit_new_kid):
10922         Fix up the reference counting of the child elements.
10923
10924 2007-03-05  Wim Taymans  <wim@fluendo.com>
10925
10926         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10927         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10928         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10929         Fix encoding-name case.
10930
10931 2007-03-05  Wim Taymans  <wim@fluendo.com>
10932
10933         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10934         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10935         (gst_rtp_speex_depay_process):
10936         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10937         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10938         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10939         (gst_rtp_speex_pay_change_state):
10940         * gst/rtp/gstrtpspeexpay.h:
10941         Fix speex (de)payloader. Fixes #358040.
10942
10943 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10944
10945         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10946         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10947         Install fakesink in NULL by fixing some broken logic. This obviates
10948         the need to manually set _IS_SINK.
10949         Add some comments and remove a little cruft while I'm at it.
10950
10951 2007-03-05  Wim Taymans  <wim@fluendo.com>
10952
10953         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10954         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10955
10956 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10957
10958         * po/POTFILES.in:
10959           Update.
10960
10961 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10962
10963         * tests/check/Makefile.am:
10964         Gah! Also disable gconfvideosink from the tests, otherwise
10965         it will instantiate autovideosink, and dfbvideosink and
10966         leak on the buildbots.
10967
10968 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10969
10970         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10971         (gst_cdio_cdda_src_finalize):
10972         Make sure we always destroy our libcdio handle.
10973
10974 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10975
10976         * tests/check/Makefile.am:
10977         Disable autovideosink so the buildbots don't barf over memory
10978         leaked in the directfb sink.
10979
10980 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10981
10982         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10983         Chain up in dispose
10984
10985 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10986
10987         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10988         (gst_multipart_find_pad_by_mime):
10989         Use gst_pad_new_from_static_template instead of
10990         static_pad_template_get+pad_new.
10991
10992 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10993
10994         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10995         Catch the case where no clock has been set.
10996
10997 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10998
10999         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11000         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11001         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11002         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11003         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11004         (gst_gconf_audio_src_finalize), (do_toggle_element):
11005         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11006         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11007         (do_toggle_element):
11008         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11009         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11010         (gst_gconf_video_src_finalize), (do_toggle_element):
11011         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11012         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11013         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11014         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11015         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11016         (gst_shout2send_init), (gst_shout2send_finalize):
11017         * gst/debug/testplugin.c: (gst_test_class_init),
11018         (gst_test_finalize):
11019         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11020         (gst_flxdec_dispose):
11021         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11022         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11023         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11024         (gst_rtspsrc_finalize):
11025         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11026         * gst/rtsp/rtspextwms.h:
11027         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11028         (gst_smpte_finalize):
11029         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11030         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11031         (gst_udpsink_finalize):
11032         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11033         (gst_wavparse_sink_activate):
11034         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11035         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11036         (gst_oss_src_finalize):
11037         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11038         * sys/v4l2/gstv4l2object.h:
11039         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11040         (gst_v4l2src_finalize):
11041         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11042
11043         Fix a bunch of leaks shown by the newly-added states test.
11044
11045 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11046
11047         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11048         Use gst_pad_new_from_static_template instead of 
11049         static_pad_template_get+pad_new.
11050
11051 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11052
11053         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11054
11055         * ext/libcaca/Makefile.am:
11056         * gst/debug/Makefile.am:
11057           Don't mix tabs and spaces (#414168).
11058
11059 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11060
11061         * tests/check/generic/.cvsignore:
11062           Ignore files to please buildbot.
11063
11064 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11065
11066         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11067         (gst_wavparse_stream_data):
11068           Unbreak my previous commit (swapped nominator & denominator). Tim,
11069           thanks for spotting.
11070
11071 2007-03-02  Wim Taymans  <wim@fluendo.com>
11072
11073         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11074         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11075         (gst_cdio_cdda_src_finalize):
11076         Small code cleanups.
11077         Don't use pad_alloc as the base class cannot deal with the error codes.
11078
11079 2007-03-02  Wim Taymans  <wim@fluendo.com>
11080
11081         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11082         (gst_udpsrc_create):
11083         Fix doc.
11084
11085 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11086
11087         Patch by: René Stadler <mail@renestadler.de>
11088
11089         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11090         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11091         (gst_wavparse_stream_data):
11092           Handle rounding better to not drop last sample frame. Fixes #356692
11093
11094 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11095
11096         * tests/check/Makefile.am:
11097         Disable cacasink from the states check too - it also calls exit(1)
11098         on us when it can't find a terminal to talk to.
11099
11100 2007-03-02  Wim Taymans  <wim@fluendo.com>
11101
11102         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11103
11104         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11105         (gst_udpsrc_create), (gst_udpsrc_set_property),
11106         (gst_udpsrc_get_property):
11107         * gst/udp/gstudpsrc.h:
11108         Add support to strip proprietary headers. Fixes #350296.
11109
11110 2007-03-02  Wim Taymans  <wim@fluendo.com>
11111
11112         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11113         Fix compilation.
11114
11115 2007-03-02  Wim Taymans  <wim@fluendo.com>
11116
11117         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11118
11119         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11120         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11121         (gst_rtp_mp2t_depay_set_property),
11122         (gst_rtp_mp2t_depay_get_property):
11123         * gst/rtp/gstrtpmp2tdepay.h:
11124         Add support to strip off proprietary headers. Fixes #350278.
11125
11126 2007-03-02  Wim Taymans  <wim@fluendo.com>
11127
11128         * ext/hal/hal.c:
11129         Fix compilation.
11130
11131 2007-03-02  Wim Taymans  <wim@fluendo.com>
11132
11133         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11134         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11135         (gst_sunaudiosrc_open):
11136         * sys/sunaudio/gstsunaudiosrc.h:
11137         Remove device-name from GstSunAudioSrc. Fixes #412597.
11138
11139 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11140
11141         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11142         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11143         Having NULL as UDI previously selected the default sink/src. Change
11144         this back but mention it in the debug output.
11145         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11146         (gst_hal_get_oss_element), (gst_hal_get_string),
11147         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11148         (gst_hal_get_audio_src):
11149         * ext/hal/hal.h:
11150         Refactor a bit, check all error conditions, greatly improve debugging
11151         and fix some possible memory leaks. Also implement OSS support
11152         and allow specifying an UDI that points to a real device. For this the
11153         child device which supports ALSA (preferred) or OSS is used.
11154         As a side effect this makes it impossible now to get a alsasink in
11155         halaudiosrc and a alsasrc in halaudiosink.
11156
11157 2007-03-01  Wim Taymans  <wim@fluendo.com>
11158
11159         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11160         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11161         Errors from the udp sources are not fatal unless all of them are in
11162         error.
11163
11164 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11165
11166         * tests/check/Makefile.am:
11167         Disable aasink in the states test. I suspect this is the element that
11168         is calling exit(1) when it can't proceed.
11169
11170 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11171
11172         * tests/check/Makefile.am:
11173         Draw plugins in from the build tree sys/ dir, rather than picking
11174         up the already installed versions.
11175
11176 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11177
11178         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11179         Error out correctly when getting xcontext fails.
11180
11181 2007-03-01  Wim Taymans  <wim@fluendo.com>
11182
11183         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11184         Make state change to PAUSED NO_PREROLL because that's what it will be in
11185         the future and rtspsrc relies on it.
11186
11187         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11188         (gst_rtspsrc_change_state):
11189         Don't error out when we don't get an error from the state change
11190         function.
11191
11192 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11193
11194         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11195         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11196           Check if the device UDI is set before trying to query HAL
11197           about it and give a useful error message if it wasn't set.
11198         * ext/hal/hal.c: (gst_hal_get_string):
11199           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11200           gives an assertion failure in D-Bus when running with
11201           DBUS_FATAL_WARNINGS=1.
11202
11203 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11204
11205         * configure.ac:
11206           Convert to new AG_GST style.
11207
11208 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11209
11210         * tests/check/Makefile.am:
11211         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11212           add test for states
11213
11214 2007-02-28  Wim Taymans  <wim@fluendo.com>
11215
11216         * tests/check/elements/.cvsignore:
11217         Add new videofilter check to .cvsignore.
11218
11219 2007-02-28  Wim Taymans  <wim@fluendo.com>
11220
11221         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11222         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11223         (gst_avi_demux_loop), (gst_avi_demux_chain):
11224         Fix combined flow return. Fixes #412608.
11225
11226 2007-02-28  Wim Taymans  <wim@fluendo.com>
11227
11228         * gst/videofilter/Makefile.am:
11229         Dist header..
11230
11231 2007-02-28  Wim Taymans  <wim@fluendo.com>
11232
11233         * gst/videofilter/gstgamma.h:
11234         Add header too.
11235
11236 2007-02-28  Wim Taymans  <wim@fluendo.com>
11237
11238         Patch by: Mark Nauwelaerts <manauw at skynet be>
11239
11240         * gst/videofilter/Makefile.am:
11241         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11242         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11243         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11244         (oil_tablelookup_u8), (gst_gamma_set_caps),
11245         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11246         Port gamma filter to 0.10. Fixes #412704.
11247
11248         * tests/check/Makefile.am:
11249         * tests/check/elements/videofilter.c: (setup_filter),
11250         (cleanup_filter), (check_filter), (GST_START_TEST),
11251         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11252         Add unit tests for videofilters.
11253
11254 2007-02-28  Wim Taymans  <wim@fluendo.com>
11255
11256         * gst/rtsp/URLS:
11257         Add another interesting test url.
11258
11259         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11260         Don't allow getting header fields from data packets.
11261
11262 2007-02-28  Michael Smith  <msmith@fluendo.com>
11263
11264         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11265         (gst_shout2send_init), (gst_shout2send_start),
11266         (gst_shout2send_set_property), (gst_shout2send_get_property):
11267         * ext/shout2/gstshout2.h:
11268           Add a property for username.
11269
11270 2007-02-27  Christian Schallerr <christian@fluendo.com>
11271
11272         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11273
11274 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11275
11276         * gst/rtsp/Makefile.am:
11277         Fix make check too.
11278
11279 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11280
11281         * gst/rtsp/base64.c: (util_base64_encode):
11282         * gst/rtsp/base64.h:
11283         Commit missing files for base64 encoding.
11284
11285 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11286
11287         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11288
11289         * configure.ac:
11290         * ext/annodex/Makefile.am:
11291         * ext/jpeg/Makefile.am:
11292         * ext/speex/Makefile.am:
11293         * gst/alpha/Makefile.am:
11294         * gst/cutter/Makefile.am:
11295         * gst/debug/Makefile.am:
11296         * gst/effectv/Makefile.am:
11297         * gst/goom/Makefile.am:
11298         * gst/level/Makefile.am:
11299         * gst/smpte/Makefile.am:
11300         * gst/videofilter/Makefile.am:
11301           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11302
11303 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11304
11305         * gst/rtsp/Makefile.am:
11306         * gst/rtsp/rtspconnection.c: (append_auth_header),
11307         (rtsp_connection_send), (rtsp_connection_set_auth):
11308         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11309         from icecast to replace it. Relicensed from GPL courtesy of Mike
11310         Smith.
11311
11312 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11313
11314         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11315         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11316         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11317         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11318         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11319         (gst_rtspsrc_uri_set_uri):
11320         * gst/rtsp/gstrtspsrc.h:
11321         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11322         (append_auth_header), (rtsp_connection_send),
11323         (rtsp_connection_free), (rtsp_connection_set_auth):
11324         * gst/rtsp/rtspconnection.h:
11325         * gst/rtsp/rtspdefs.h:
11326         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11327         * gst/rtsp/rtspurl.h:
11328
11329         Implement simple Basic Authentication support so that urls like
11330         rtsp://user:pass@hostname/rtspstream work on hosts that require
11331         authentication.
11332
11333 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11334
11335         * sys/v4l2/gstv4l2object.c:
11336         * sys/v4l2/gstv4l2tuner.c:
11337         * sys/v4l2/v4l2_calls.c:
11338         Fix segfault when oppening a radio device.
11339         
11340 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11341
11342         * gst/level/gstlevel.c: (gst_level_set_caps),
11343         (gst_level_transform_ip):
11344         * sys/v4l2/README:
11345         * tests/check/elements/level.c: (GST_START_TEST):
11346           Fix level for multi-channel case.
11347
11348 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11349
11350         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11351         (gst_level_transform_ip):
11352         * gst/level/gstlevel.h:
11353           Use function pointer for process function and add process functions
11354           for float audio.
11355
11356 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11357
11358         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11359         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11360         (gst_v4l2src_capture_init):
11361           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11362           fixes #407369
11363
11364 2007-02-18  Wim Taymans  <wim@fluendo.com>
11365
11366         * gst/rtp/Makefile.am:
11367         * gst/rtp/gstrtp.c: (plugin_init):
11368         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11369         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11370         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11371         (gst_rtp_mp2t_pay_plugin_init):
11372         * gst/rtp/gstrtpmp2tpay.h:
11373         Added simple mpeg transport stream payloader.
11374
11375 2007-02-16  Wim Taymans  <wim@fluendo.com>
11376
11377         * gst/rtsp/URLS:
11378         Add example H264 rtsp url.
11379
11380         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11381         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11382         Don't convert values to lowercase or we might mess up base64 encoded
11383         properties.
11384
11385 2007-02-16  Wim Taymans  <wim@fluendo.com>
11386
11387         * gst/rtp/README:
11388         Fix case of string params.
11389
11390         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11391         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11392         Fix depayloader, support more packet types.
11393         Add sync codes to make sure the packetizer can do its job.
11394
11395         * gst/rtp/gstrtpmp4gdepay.c:
11396         * gst/rtp/gstrtpmp4gpay.c:
11397         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11398         Fix caps case again.
11399
11400 2007-02-15  Wim Taymans  <wim@fluendo.com>
11401
11402         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11403         Set right caps on output buffers.
11404
11405 2007-02-14  Wim Taymans  <wim@fluendo.com>
11406
11407         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11408         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11409         Clear stack allocated SDPMedia struct before calling _init() on it.
11410         Clarify this in the docs as well.
11411
11412 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11413
11414         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11415         (do_change_child):
11416         Don't reset the profile when going switching states, as it makes
11417         the element non-reusable.
11418
11419 2007-02-14  Wim Taymans  <wim@fluendo.com>
11420
11421         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11422         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11423         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11424         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11425         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11426         (sdp_parse_line):
11427         * gst/rtsp/sdpmessage.h:
11428         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11429         Fix memory management of SDP messages. Fixes #407793.
11430
11431 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11432
11433         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11434
11435         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11436         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11437
11438 2007-02-14  Wim Taymans  <wim@fluendo.com>
11439
11440         Patch by: jp.liu <jp_liu at astrocom dot cn>
11441
11442         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11443         Fix parsing of password field in url. Fixes #407797.
11444
11445 2007-02-14  Wim Taymans  <wim@fluendo.com>
11446
11447         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11448         (gst_wavparse_reset), (gst_wavparse_init),
11449         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11450         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11451         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11452         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11453         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11454         (gst_wavparse_loop), (gst_wavparse_chain),
11455         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11456         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11457         (plugin_init):
11458         * gst/wavparse/gstwavparse.h:
11459         Update docs.
11460         Use boilerplate.
11461         Various code cleanups.
11462         When the bitrate is not known (bps == 0 or compressed formats) let
11463         downstream element guestimate the duration and position and don't
11464         generate timestamps or durations. Fixes #405213.
11465         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11466         error flowreturn upstream.
11467
11468 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11469
11470         * ext/gconf/Makefile.am:
11471         * ext/gconf/gconf.c: (gst_gconf_get_string),
11472         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11473         (gst_gconf_render_bin_with_default):
11474         * ext/gconf/gconf.h:
11475         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11476         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11477         (gst_gconf_audio_sink_dispose), (do_change_child),
11478         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11479         (cb_change_child), (gst_gconf_audio_sink_change_state):
11480         * ext/gconf/gstgconfaudiosink.h:
11481         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11482         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11483         (gst_switch_sink_init), (gst_switch_sink_dispose),
11484         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11485         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11486         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11487         * ext/gconf/gstswitchsink.h:
11488         * gst/autodetect/gstautoaudiosink.c:
11489         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11490         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11491         (gst_auto_audio_sink_detect):
11492         * gst/autodetect/gstautovideosink.c:
11493         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11494         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11495         (gst_auto_video_sink_detect):
11496         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11497         and a child that implements the GConf key monitoring. The end goal of
11498         this is an audio sink that can be changed on the fly, but at the 
11499         moment it still only changes on the next READY transition.
11500
11501 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11502
11503         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11504         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11505         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11506         (gst_avi_demux_calculate_durations_from_index),
11507         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11508         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11509         (gst_avi_demux_loop):
11510           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11511
11512 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11513
11514         * configure.ac:
11515         * docs/plugins/Makefile.am:
11516           Add crossreferences to glib/gobject/gstream docs.
11517
11518 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11519
11520         * gst/monoscope/Makefile.am:
11521         * gst/monoscope/gstmonoscope.c:
11522           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11523           (but no LIBS, since we only use defines from the headers).
11524
11525 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11528
11529         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11530         (gst_wavparse_stream_data):
11531           Fix massive memory leak when operating in streaming mode due to
11532           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11533           Fixes #407057.
11534
11535 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11536
11537         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11538         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11539         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11540         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11541         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11542         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11543         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11544         (gst_avi_demux_calculate_durations_from_index),
11545         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11546         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11547         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11548         * gst/avi/gstavidemux.h:
11549           Save some memory (8%) by repacking the index entry structure (more to
11550           come). Add more FIXMEs to questionable parts.
11551
11552 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11553
11554         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11555         (gst_v4l2src_get_caps):
11556         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11557         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11558         (gst_v4l2src_capture_init):
11559           More FIXME comments and messaging changes.
11560
11561 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11562
11563         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11564         (gst_goom_change_state):
11565         * gst/goom/gstgoom.h:
11566           Improved docs and use GST_DEBUG_FUNCPTR.
11567
11568         * gst/level/gstlevel.c: (gst_level_class_init):
11569           Use GST_DEBUG_FUNCPTR.
11570
11571         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11572         (gst_monoscope_chain), (gst_monoscope_change_state):
11573           Improved docs source cleanups.
11574
11575 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * gst/debug/Makefile.am:
11578         * gst/debug/gstdebug.c: (plugin_init):
11579         * gst/debug/gstpushfilesrc.c:
11580         * gst/debug/gstpushfilesrc.h:
11581           Add code for a pushfilesrc element that implements a pushfile:// URI
11582           handler, to make debugging push-mode operation of demuxer/decoders
11583           that support both easier in connection with seek/playbin/etc.
11584           The element isn't registered at the moment.
11585
11586 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11587
11588         * gst/avi/gstavimux.c:
11589           Comment a #if 0 in caps template definition as VS6 seems to 
11590         do not support it.
11591         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11592           Use gst_guint64_to_gdouble for conversion.
11593         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11594           Move variables declaration before the first instruction.
11595         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11596           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11597           And don't include netdb.h for G_OS_WIN32
11598         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11599           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11600           by VS6 then use an other way to initialize SDPMedia structure.
11601         * gst/udp/gstdynudpsink.h:
11602         * gst/udp/gstdynudpnetutils.h:
11603           Do not include <sys/time.h> for G_OS_WIN32
11604         * gst/udp/gstudpsrc.c:
11605           Define socklen_t as int for G_OS_WIN32
11606         * win/common/config.h.in:
11607           Undef HAVE_NETINET_IN_H
11608         * win32/vs6/gst_plugins_good.dsw:
11609         * win32/vs6/libgstrtp.dsp:
11610         * win32/vs6/libgstrtsp.dsp:
11611         * win32/vs6/libgstautogen.dsp:
11612         * win32/vs6/libgstaudiofx.dsp:
11613         * win32/vs6/libgstudp.dsp:
11614           Add and update project files.
11615         * win32/common/gstudp-enumtypes.c:
11616         * win32/common/gstudp-enumtypes.h:
11617           Add a copy of udp enumtypes to win32/common as in core 
11618           and base.
11619         
11620 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11621
11622         * configure.ac:
11623           Activate monoscope when building with --enable-experimental. Fix
11624           --enable-external configure switch description.
11625
11626         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11627         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11628           Help gst-indent.
11629
11630 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11631
11632         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11633           Explicitly cast result of pointer arithmetic to integer in order to
11634           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11635
11636 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11637
11638         * gst/debug/progressreport.c:
11639           Some more docs.
11640
11641 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11642
11643         * docs/plugins/inspect/plugin-rtp.xml:
11644           Update for new elements.
11645
11646         * gst/debug/progressreport.h:
11647           Commit newly-created header file as well.
11648
11649 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * docs/plugins/Makefile.am:
11652         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11653         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11654         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11655         * gst/debug/Makefile.am:
11656         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11657         (gst_progress_report_do_query), (gst_progress_report_report):
11658           Make progressreport element post messages with the current progress
11659           on the bus. Also add some basic docs for it.
11660
11661 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11662
11663         * ext/hal/hal.c: (gst_hal_get_string):
11664         * ext/hal/hal.h:
11665           Some small cleanups; deal with errors when parsing the HAL ALSA
11666           capabilities a bit better.
11667
11668 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11669
11670         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11671           Let's try this again and use the right cast this time.
11672
11673 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11674
11675         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11676           Add cast to avoid compiler warnings with older GLib versions
11677           where the nick/name members in GEnumValue are not declared as
11678           constant strings.
11679
11680 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11681
11682         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11683         (gst_gconf_render_bin_from_key),
11684         (gst_gconf_get_default_audio_sink):
11685         * ext/gconf/gconf.h:
11686         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11687         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11688         (gst_gconf_audio_sink_get_property):
11689           In gconfaudiosink, get the right key as the old key in do_toggle
11690           (ie. one dependent on the profile selected). Log some more stuff so
11691           we can see what's actually going on.
11692
11693 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11694
11695         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11696         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11697         (gst_audio_amplify_set_process_function),
11698         (gst_audio_amplify_setup):
11699         * gst/audiofx/audioamplify.h:
11700         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11701         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11702         * gst/audiofx/audioinvert.h:
11703         Some small cleanups and port both elements to the new GstAudioFilter
11704         base class to save a few lines of common code.
11705         * gst/audiofx/Makefile.am:
11706         Link against libgstaudio for the above changes
11707
11708 2007-01-29  Wim Taymans  <wim@fluendo.com>
11709
11710         * tests/check/elements/.cvsignore:
11711         Some more ignores.
11712
11713 2007-01-26  Wim Taymans  <wim@fluendo.com>
11714
11715         Patch by: charles <charlesg3 at gmail dot com>
11716
11717         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11718         (set_shout_metadata), (gst_shout2send_event):
11719         * ext/shout2/gstshout2.h:
11720         Properly handle tags in shout2send. Fixes #399825.
11721
11722 2007-01-25  Wim Taymans  <wim@fluendo.com>
11723
11724         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11725         (gst_rtspsrc_activate_streams):
11726         Convert SDP fields to upper/lowercase following the rules in the SDP to
11727         caps document. 
11728
11729 2007-01-25  Wim Taymans  <wim@fluendo.com>
11730
11731         * gst/rtp/README:
11732         * gst/rtp/gstrtpilbcdepay.c:
11733         * gst/rtp/gstrtpilbcpay.c:
11734         * gst/rtp/gstrtpmp4gdepay.c:
11735         * gst/rtp/gstrtpmp4gpay.c:
11736         * gst/rtp/gstrtpspeexdepay.c:
11737         * gst/rtp/gstrtpspeexpay.c:
11738         * gst/rtp/gstrtpsv3vdepay.c:
11739         * gst/rtp/gstrtptheoradepay.c:
11740         * gst/rtp/gstrtptheorapay.c:
11741         * gst/rtp/gstrtpvorbisdepay.c:
11742         * gst/rtp/gstrtpvorbispay.c:
11743         Fix case of encoding-name and key/value pairs to match the document.
11744         This is to make interoperation with SDP case-insensitive as required by
11745         the relevant RFCs.
11746
11747 2007-01-25  Wim Taymans  <wim@fluendo.com>
11748
11749         * configure.ac:
11750         Bump required -core/-base to CVS
11751
11752 2007-01-25  Wim Taymans  <wim@fluendo.com>
11753
11754         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11755         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11756         * gst/rtp/gstrtpL16pay.h:
11757         Fill up to MTU using adapter.
11758         Timestamp rtp packets.
11759
11760 2007-01-25  Edward Hervey  <edward@fluendo.com>
11761
11762         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11763         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11764         Use G_GSIZE_FORMAT in print statements for portability.
11765         Fixes build on macosx.
11766
11767 2007-01-24  Wim Taymans  <wim@fluendo.com>
11768
11769         * gst/rtp/Makefile.am:
11770         * gst/rtp/gstrtp.c: (plugin_init):
11771         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11772         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11773         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11774         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11775         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11776         (gst_rtp_L16_depay_plugin_init):
11777         * gst/rtp/gstrtpL16depay.h:
11778         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11779         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11780         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11781         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11782         (gst_rtp_L16_pay_plugin_init):
11783         * gst/rtp/gstrtpL16pay.h:
11784         Port and enable raw audio payloader/depayloader. Needs a bit more work
11785         on the payloader side.
11786
11787 2007-01-24  Wim Taymans  <wim@fluendo.com>
11788
11789         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11790         (gst_rtspsrc_stream_configure_transport),
11791         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11792         * gst/rtsp/gstrtspsrc.h:
11793         Only unblock the udp pads when we linked and activated them all.
11794         Fixes #395688.
11795
11796 2007-01-24  Wim Taymans  <wim@fluendo.com>
11797
11798         * gst/rtp/Makefile.am:
11799         * gst/rtp/gstrtp.c: (plugin_init):
11800         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11801         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11802         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11803         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11804         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11805         * gst/rtp/gstrtpac3depay.h:
11806         Added simple AC3 depayloader (RFC 4184).
11807
11808         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11809         Fix a leak.
11810
11811 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11812
11813         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11814
11815         * gst/audiofx/Makefile.am:
11816         * gst/audiofx/audioamplify.c:
11817         (gst_audio_amplify_clipping_method_get_type),
11818         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11819         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11820         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11821         (gst_audio_amplify_set_caps),
11822         (gst_audio_amplify_transform_int_clip),
11823         (gst_audio_amplify_transform_int_wrap_negative),
11824         (gst_audio_amplify_transform_int_wrap_positive),
11825         (gst_audio_amplify_transform_float_clip),
11826         (gst_audio_amplify_transform_float_wrap_negative),
11827         (gst_audio_amplify_transform_float_wrap_positive),
11828         (gst_audio_amplify_transform_ip):
11829         * gst/audiofx/audioamplify.h:
11830         * gst/audiofx/audiofx.c: (plugin_init):
11831         Add new element "audioamplify". This allows scaling of raw audio
11832         samples, similar to the "volume" element, but provides different modes
11833         for clipping and allows unlimited amplification. It's mainly targeted
11834         for creative sound design and not as a replacement of the "volume"
11835         element. Fixes #397162
11836         * docs/plugins/Makefile.am:
11837         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11838         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11839         * docs/plugins/gst-plugins-good-plugins.args:
11840         * docs/plugins/inspect/plugin-audiofx.xml:
11841         Add docs for audioamplify and integrate them into the build system
11842         * tests/check/Makefile.am:
11843         * tests/check/elements/audioamplify.c: (setup_amplify),
11844         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11845         Add fairly extensive unit test suite for audioamplify
11846
11847 2007-01-24  Wim Taymans  <wim@fluendo.com>
11848
11849         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11850         Unblock pads after adding the pads to the element so that autopluggers
11851         get a change to link something. Possibly fixes #395688.
11852
11853 2007-01-24  Wim Taymans  <wim@fluendo.com>
11854
11855         * gst/rtp/gstrtpamrdepay.c:
11856         * gst/rtp/gstrtpgsmdepay.c:
11857         * gst/rtp/gstrtph263pdepay.c:
11858         * gst/rtp/gstrtph263ppay.c:
11859         * gst/rtp/gstrtph264depay.c:
11860         * gst/rtp/gstrtpilbcdepay.c:
11861         * gst/rtp/gstrtpmp2tdepay.c:
11862         * gst/rtp/gstrtpmp4gdepay.c:
11863         * gst/rtp/gstrtpmp4gpay.c:
11864         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11865         * gst/rtp/gstrtpmp4vpay.c:
11866         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11867         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11868         (gst_rtp_mpa_depay_process):
11869         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11870         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11871         * gst/rtp/gstrtppcmadepay.c:
11872         * gst/rtp/gstrtppcmudepay.c:
11873         * gst/rtp/gstrtpspeexdepay.c:
11874         * gst/rtp/gstrtpspeexpay.c:
11875         * gst/rtp/gstrtpsv3vdepay.c:
11876         * gst/rtp/gstrtptheoradepay.c:
11877         * gst/rtp/gstrtptheorapay.c:
11878         * gst/rtp/gstrtpvorbisdepay.c:
11879         * gst/rtp/gstrtpvorbispay.c:
11880         Fix caps with payload numbers.
11881         Add some fixed payload numbers to caps when possible.
11882
11883 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11884
11885         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11886
11887         * gst/audiofx/Makefile.am:
11888         * gst/audiofx/audiofx.c: (plugin_init):
11889         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11890         (gst_audio_invert_class_init), (gst_audio_invert_init),
11891         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11892         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11893         (gst_audio_invert_transform_float),
11894         (gst_audio_invert_transform_ip):
11895         * gst/audiofx/audioinvert.h:
11896         Add new audiofx element "audioinvert". This element swaps the upper
11897         and lower half of samples and can be used for example for a
11898         wide-stereo effect. Fixes #396057
11899         * docs/plugins/Makefile.am:
11900         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11901         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11902         * docs/plugins/gst-plugins-good-plugins.args:
11903         * docs/plugins/inspect/plugin-audiofx.xml:
11904         Add docs for the audioinvert element and add them to the build system.
11905         * tests/check/Makefile.am:
11906         * tests/check/elements/audioinvert.c: (setup_invert),
11907         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11908         Add unit test suite for the audioinvert element.
11909
11910 2007-01-23  Wim Taymans  <wim@fluendo.com>
11911
11912         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11913         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11914         Parse config params as string and int.
11915         Parse and use AU header length
11916
11917 2007-01-23  Wim Taymans  <wim@fluendo.com>
11918
11919         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11920         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11921         * gst/smpte/gstmask.c: (_gst_mask_register):
11922         * gst/smpte/gstmask.h:
11923         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11924         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11925         (gst_smpte_paint_triangle_clock):
11926         constify some static structs.
11927         Don't update the mask if nothing changed to the params.
11928         Make sure we never draw outside of the picture. Fixes #398325.
11929
11930 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11931
11932         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11933           Error out properly when pull_range fails while we're reading the
11934           headers, instead of just pausing the task silently. Fixes #399338.
11935
11936 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11939           Some more sanity checks to make sure the input formats match and the
11940           input pads are actually negotiated, in case someone tries to feed
11941           buffers from fakesrc or filesrc. Fixes #398299.
11942           Also const-ify an array, just because we can.
11943
11944 2007-01-19  Edward Hervey  <edward@fluendo.com>
11945
11946         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11947         Ignore previous commit, that was only valid for widths and heights
11948         that are multiples of 4.
11949         Copy over size/stride macros from jpegdec. This allows the element
11950         to work with any width,height...
11951         ... but puts in evidence that the actual transformations only work
11952         with width/height that are multiples of 4.
11953
11954 2007-01-19  Edward Hervey  <edward@fluendo.com>
11955
11956         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11957         Allocate buffers of the right size.
11958         The proper size of a I420 buffer in bytes is:
11959         
11960             width * height * 3
11961             ------------------
11962                     2
11963
11964 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11965
11966         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11967           Proxy getcaps on sink pads too, so that we either end up with the
11968           same dimensions on all pads or error out if that's not possible
11969           (seems to work even!). Fixes #398086, I think.
11970
11971 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11972
11973         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11974         * docs/plugins/gst-plugins-good-plugins.args:
11975         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11976           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11977           fix integer properties with -1 as minimum value.
11978
11979         * docs/plugins/inspect/plugin-1394.xml:
11980         * docs/plugins/inspect/plugin-aasink.xml:
11981         * docs/plugins/inspect/plugin-alaw.xml:
11982         * docs/plugins/inspect/plugin-alpha.xml:
11983         * docs/plugins/inspect/plugin-alphacolor.xml:
11984         * docs/plugins/inspect/plugin-annodex.xml:
11985         * docs/plugins/inspect/plugin-apetag.xml:
11986         * docs/plugins/inspect/plugin-audiofx.xml:
11987         * docs/plugins/inspect/plugin-auparse.xml:
11988         * docs/plugins/inspect/plugin-autodetect.xml:
11989         * docs/plugins/inspect/plugin-avi.xml:
11990         * docs/plugins/inspect/plugin-cacasink.xml:
11991         * docs/plugins/inspect/plugin-cairo.xml:
11992         * docs/plugins/inspect/plugin-cdio.xml:
11993         * docs/plugins/inspect/plugin-cutter.xml:
11994         * docs/plugins/inspect/plugin-debug.xml:
11995         * docs/plugins/inspect/plugin-dv.xml:
11996         * docs/plugins/inspect/plugin-efence.xml:
11997         * docs/plugins/inspect/plugin-effectv.xml:
11998         * docs/plugins/inspect/plugin-esdsink.xml:
11999         * docs/plugins/inspect/plugin-flac.xml:
12000         * docs/plugins/inspect/plugin-flxdec.xml:
12001         * docs/plugins/inspect/plugin-gconfelements.xml:
12002         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12003         * docs/plugins/inspect/plugin-goom.xml:
12004         * docs/plugins/inspect/plugin-halelements.xml:
12005         * docs/plugins/inspect/plugin-icydemux.xml:
12006         * docs/plugins/inspect/plugin-id3demux.xml:
12007         * docs/plugins/inspect/plugin-jpeg.xml:
12008         * docs/plugins/inspect/plugin-level.xml:
12009         * docs/plugins/inspect/plugin-matroska.xml:
12010         * docs/plugins/inspect/plugin-mulaw.xml:
12011         * docs/plugins/inspect/plugin-multipart.xml:
12012         * docs/plugins/inspect/plugin-navigationtest.xml:
12013         * docs/plugins/inspect/plugin-ossaudio.xml:
12014         * docs/plugins/inspect/plugin-png.xml:
12015         * docs/plugins/inspect/plugin-rtp.xml:
12016         * docs/plugins/inspect/plugin-rtsp.xml:
12017         * docs/plugins/inspect/plugin-shout2send.xml:
12018         * docs/plugins/inspect/plugin-smpte.xml:
12019         * docs/plugins/inspect/plugin-speex.xml:
12020         * docs/plugins/inspect/plugin-taglib.xml:
12021         * docs/plugins/inspect/plugin-udp.xml:
12022         * docs/plugins/inspect/plugin-videobalance.xml:
12023         * docs/plugins/inspect/plugin-videobox.xml:
12024         * docs/plugins/inspect/plugin-videoflip.xml:
12025         * docs/plugins/inspect/plugin-videomixer.xml:
12026         * docs/plugins/inspect/plugin-wavenc.xml:
12027         * docs/plugins/inspect/plugin-wavparse.xml:
12028         * docs/plugins/inspect/plugin-ximagesrc.xml:
12029           Update to CVS.
12030
12031 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12032
12033         Patch by: Sebastian Dröge <slomo circular-chaos org>
12034
12035         * gst/audiofx/audiopanorama.c:
12036           Fix doc section name (Fixes #397946)
12037
12038 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12039
12040         * sys/v4l2/gstv4l2object.c:
12041         (gst_v4l2_object_install_properties_helper),
12042         (gst_v4l2_object_set_property_helper),
12043         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12044         * sys/v4l2/gstv4l2object.h:
12045         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12046         (gst_v4l2src_init), (gst_v4l2src_set_property),
12047         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12048         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12049         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12050         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12051         (gst_v4l2src_capture_deinit):
12052           Fix EIO handing when capturing. Add new property to specify the number of
12053           buffers to enque (and remove the borked num-buffers usage).
12054
12055 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12056
12057         Patch by: Sebastian Dröge <slomo circular-chaos org>
12058
12059         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12060         (gst_audio_panorama_set_process_function):
12061           Use a function array for process methods, add more docs and define the
12062           startindex of enums.
12063
12064 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12065
12066         Patch by: Mark Nauwelaerts <manauw at skynet be>
12067
12068         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12069         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12070         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12071         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12072         (gst_avi_mux_riff_get_avi_header),
12073         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12074         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12075         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12076         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12077         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12078         (gst_avi_mux_change_state):
12079         * gst/avi/gstavimux.h:
12080         * tests/check/elements/avimux.c: (teardown_src_pad):
12081           Add support for more than one audio stream; write better AVIX
12082           header; refactor code a bit; don't announce vorbis caps on our audio
12083           sink pads since we don't support it anyway. Closes #379298.
12084
12085 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12086
12087         Patch by: Sebastian Dröge <slomo circular-chaos org>
12088
12089         * gst/audiofx/audiopanorama.c:
12090         (gst_audio_panorama_method_get_type),
12091         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12092         (gst_audio_panorama_set_process_function),
12093         (gst_audio_panorama_set_property),
12094         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12095         (gst_audio_panorama_transform_m2s_int_simple),
12096         (gst_audio_panorama_transform_s2s_int_simple),
12097         (gst_audio_panorama_transform_m2s_float_simple),
12098         (gst_audio_panorama_transform_s2s_float_simple):
12099         * gst/audiofx/audiopanorama.h:
12100           Add 'method' property and provide a simple (non-psychoacustic)
12101           processing method (#394859).
12102
12103         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12104         (panorama_suite):
12105           Tests for new method.
12106
12107 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12108
12109         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12110         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12111           Set correct caps on outgoing pulled buffers, or things blow up
12112           after recent core changes.
12113
12114 2007-01-11  Wim Taymans  <wim@fluendo.com>
12115
12116         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12117
12118         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12119         (gst_multipart_mux_request_new_pad),
12120         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12121         (gst_multipart_mux_change_state):
12122         Return FLOW errors ASAP. Fixes #394977.
12123         Misc cleanups.
12124
12125 2007-01-11  Wim Taymans  <wim@fluendo.com>
12126
12127         Patch by: Lutz Mueller <lutz at topfrose dot de>
12128
12129         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12130         Check for stream pad before activating. 
12131
12132 2007-01-10  Wim Taymans  <wim@fluendo.com>
12133
12134         Patch by: Peter Kjellerstedt  <pkj at axis com>
12135
12136         * gst/rtsp/COPYING.MIT:
12137         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12138         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12139         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12140         (gst_rtspsrc_stream_configure_transport),
12141         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12142         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12143         (gst_rtspsrc_parse_methods),
12144         (gst_rtspsrc_create_transports_string),
12145         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12146         (gst_rtspsrc_open), (gst_rtspsrc_close):
12147         * gst/rtsp/gstrtspsrc.h:
12148         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12149         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12150         (parse_request_line), (parse_line), (rtsp_connection_read),
12151         (rtsp_connection_close):
12152         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12153         (rtsp_method_as_text), (rtsp_header_as_text),
12154         (rtsp_status_as_text), (rtsp_find_header_field),
12155         (rtsp_find_method):
12156         * gst/rtsp/rtspdefs.h:
12157         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12158         (rtsp_ext_wms_configure_stream):
12159         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12160         (rtsp_message_new_request), (rtsp_message_init_request),
12161         (rtsp_message_new_response), (rtsp_message_init_response),
12162         (rtsp_message_init_data), (rtsp_message_unset),
12163         (rtsp_message_free), (rtsp_message_add_header),
12164         (rtsp_message_get_header), (rtsp_message_set_body),
12165         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12166         * gst/rtsp/rtspmessage.h:
12167         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12168         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12169         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12170         (sdp_message_dump):
12171         Allow url to be NULL to be able to use it for server connections.
12172         Can now send responses as well as requests.
12173         No longer hangs in an endless loop if EOF is received.
12174         Can now convert a status code to a text string.
12175         Return RTSP_HDR_INVALID for unknown headers.
12176         Return RTSP_INVALID for unknown methods.
12177         Copy CSeq and Session headers from the request.
12178         Only free memory corresponding to the currently set message type.
12179         Added const to function arguments as appropriate.
12180         Avoid a compiler warning when initializing nmedia.
12181         Use guint rather than gint to avoid compiler warnings.
12182         Fix crasher in wms extension.
12183         Factor out stream setup from open_connection.
12184         Delay activation of streams when actual data is received from the
12185         server, this prepares us to do proper protocol switching.
12186         Added new license.
12187         Fixes #380895.
12188
12189
12190 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12191
12192         Patch by: Sebastian Dröge <slomo ubuntu com>
12193
12194         * docs/plugins/Makefile.am:
12195         * gst/audiofx/audiopanorama.c:
12196           Some small docs fixes (#394851).
12197
12198 2007-01-09  Wim Taymans  <wim@fluendo.com>
12199
12200         * gst/avi/gstavidemux.c:
12201         Fix docs.
12202
12203 2007-01-09  Wim Taymans  <wim@fluendo.com>
12204
12205         * gst/rtp/Makefile.am:
12206         * gst/rtp/gstrtp.c: (plugin_init):
12207         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12208         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12209         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12210         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12211         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12212         * gst/rtp/gstrtpmpvdepay.h:
12213           Added RFC 2250 MPEG Video Depayloader.
12214
12215         * gst/rtp/gstrtpL16depay.h:
12216         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12217         (gst_rtp_h263p_depay_process):
12218         Fix Header file. Small cleanups.
12219
12220         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12221         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12222         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12223         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12224         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12225         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12226         (gst_rtp_mp4v_depay_change_state):
12227         Remove usused code. Remove Adapter from state Change. Added debug.
12228
12229         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12230         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12231         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12232         * gst/rtp/gstrtpmpadepay.h:
12233         Subclass base depayloader.
12234         Added debug.
12235         Support static payload type assignment as well.
12236
12237         * gst/rtp/gstrtpmpapay.c:
12238         Fix caps.
12239
12240 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12241
12242         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12243
12244         * ext/jpeg/gstjpegdec.c:
12245         * ext/jpeg/gstjpegenc.c:
12246         * ext/jpeg/smokecodec.c:
12247           These libjpeg callbacks should return a 'boolean' (unsigned char
12248           apparently) and not a 'gboolean' (which maps to gint). Fixes
12249           warnings when compiling with MingW (#393427).
12250
12251         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12252           Use ioctlsocket on win32.
12253
12254         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12255           Some printf format fixes for win32.
12256
12257 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12258
12259         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12260           Use gst_guint64_to_gdouble for conversion.
12261         * win32/vs6/libgstmatroska.dsp:
12262           Add zlib to the link.
12263         * win32/vs6/libgstvideobox.dsp:
12264           Update liboil library name (project is linked to 
12265           liboil-0.3-0.lib now).
12266           
12267 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12268
12269         * gst/matroska/Makefile.am:
12270           If zlib is available and used, we must link it explicitly for
12271           things to work on MingW (fixes #392855).
12272
12273 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12274
12275         * ext/esd/esdsink.c: (gst_esdsink_delay):
12276           Don't return bogus values when esd_get_delay() fails for some
12277           reason (#392189).
12278
12279 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12280
12281         * sys/ximage/gstximagesrc.c: (composite_pixel):
12282           Fix presumably copy'n'pasto for 16bpp depth.
12283
12284 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12285
12286         * gst/matroska/matroska-mux.c:
12287         (gst_matroska_mux_audio_pad_setcaps):
12288           The "signed" field in audio caps is of boolean type, trying to use
12289           gst_structure_get_int() to extract it will fail. Fixing this makes
12290           matroskamux accept raw audio input (#387121) (use at your own risk
12291           though, due to the matroska spec being not entirely useful in this
12292           respect).
12293           Also fix up raw audio structures in template caps so that they
12294           represent what our setcaps function will actually accept, so that
12295           converters know what to convert to.
12296           Finally, don't fail if there isn't an "endianness" field in 8-bit
12297           PCM caps.
12298
12299 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12300
12301         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12302         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12303         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12304         (teardown_cmmldec):
12305         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12306         (teardown_cmmlenc):
12307         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12308           reapply consistent pad (de)activation
12309
12310 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12311
12312         * configure.ac:
12313         Back to CVS
12314
12315         * gst-plugins-good.doap:
12316         Add 0.10.5 doap entry
12317
12318 === release 0.10.5 ===
12319
12320 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12321
12322         * configure.ac:
12323           releasing 0.10.5, "The Path of Thorns"
12324
12325 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12326
12327         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12328         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12329         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12330         (teardown_cmmldec):
12331         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12332         (teardown_cmmlenc):
12333         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12334           revert my freeze breakage
12335
12336 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12337
12338         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12339         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12340         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12341         (teardown_cmmldec):
12342         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12343         (teardown_cmmlenc):
12344         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12345           consistent pad (de)activation
12346
12347 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12348
12349         * configure.ac:
12350         * ext/Makefile.am:
12351         Disable LADPSA, as it has moved to the -bad module for the duration.
12352
12353 2006-12-18  Wim Taymans  <wim@fluendo.com>
12354
12355         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12356         (gst_signal_processor_event):
12357         Reset flow_state back to _OK after a flush stop so that we exit our
12358         error state after the flush. Fixes #374213
12359
12360 2006-12-16  David Schleef  <ds@schleef.org>
12361
12362         * sys/osxvideo/osxvideosink.h:
12363         * sys/osxvideo/osxvideosink.m:
12364           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12365
12366 2006-12-16  David Schleef  <ds@schleef.org>
12367
12368         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12369
12370         * sys/osxvideo/Makefile.am:
12371         * sys/osxvideo/osxvideosink.h:
12372         * sys/osxvideo/osxvideosink.m:
12373           Preliminary patch for porting osxvideosink
12374
12375 2006-12-16  Wim Taymans  <wim@fluendo.com>
12376
12377         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12378
12379         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12380         (gst_videomixer_set_master_geometry),
12381         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12382         (gst_videomixer_reset), (gst_videomixer_init),
12383         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12384         (gst_videomixer_release_pad), (gst_videomixer_collected),
12385         (gst_videomixer_change_state):
12386         Introduce some locking around the videomixer state so that it does not
12387         crash when adding/removing pads. Fixes #383043.
12388
12389 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12390
12391         * configure.ac:
12392           Make sure libcaca can actually be used instead of just checking for
12393           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12394           cross-compiling (fixes #384587).
12395
12396 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12397
12398         * Makefile.am:
12399         * gst-plugins-good.doap:
12400         * gst-plugins-good.spec.in:
12401           adding doap file
12402
12403 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12404
12405         * configure.ac:
12406           libflac-1.1.3 changed API again, but we can't build against it yet,
12407           so make sure our check doesn't use libflac-1.1.3 and add a comment
12408           to this effect.
12409
12410 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12411
12412         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12413         (gst_quarktv_planetable_clear):
12414           Add some NULL pointer checks (possibly related to #385623).
12415
12416 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12417
12418         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12419         (gst_tag_demux_chain):
12420         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12421           In streaming mode, if the first buffer we get doesn't have an
12422           offset, fix it up to be 0, otherwise trimming won't work later on
12423           and we'll be typefinding application/x-id3, which may result in
12424           decodebin plugging an endless number of id3demux elements as a
12425           consequence. Fixes #385031.
12426           
12427 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12428
12429         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12430           Ignore the buffer_time the sound device reports. Turns out it is 
12431           sometimes completely bogus and we're better off without it.
12432
12433 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12434
12435         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12436         (gst_matroska_demux_video_caps):
12437         * gst/matroska/matroska-ids.c:
12438         (gst_matroska_track_init_video_context):
12439         * gst/matroska/matroska-ids.h:
12440           Try harder to extract the framerate for video tracks correctly and
12441           save it directly instead of converting it back and forth a few
12442           times. Mostly makes a difference for very small framerates (<1).
12443           Fixes #380199.
12444
12445 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12446
12447         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12448         (gst_gconf_audio_src_dispose), (do_toggle_element):
12449         * ext/gconf/gstgconfaudiosrc.h:
12450           Remove gconf notify hook when the gconfaudiosrc element is
12451           destroyed, otherwise the callback may be called on an
12452           already-destroyed instance and bad things happen. Should fix
12453           #378184.
12454           Also ignore gconf key changes when the source is already running.
12455
12456 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12457
12458         Patch by: Sebastian Dröge  <mail at slomosnail de>
12459
12460         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12461           We need to be able to read and parse any possible floating point string
12462           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12463           will parse the former only in certain locales though, so we really need
12464           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12465           make sure we can parse either version at all times.
12466           Fixes #382982 for real.
12467
12468 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12469
12470         * sys/sunaudio/gstsunaudiomixerctrl.c:
12471         * sys/sunaudio/gstsunaudiosrc.c:
12472
12473         Use the sunaudio debug category.
12474
12475         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12476         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12477         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12478         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12479         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12480         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12481         (gst_sunaudiosink_reset):
12482         * sys/sunaudio/gstsunaudiosink.h:
12483
12484         Uses the sunaudio debug category for all debug output
12485         Implements the _delay() callback to synchronise video playback better
12486         Change the segtotal and segsize values back to the parent class 
12487           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12488           respectively)
12489         Measure the samples written to the device vs. played.
12490         Keep track of segments in the device by writing empty eof frames, and
12491         sleep using a GCond when we get too far ahead and risk overrunning the
12492         sink's ringbuffer.
12493
12494         Fixes: #360673
12495
12496 2006-12-08  Wim Taymans  <wim@fluendo.com>
12497
12498         Patch by: Sebastian Dröge  <mail at slomosnail de >
12499
12500         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12501         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12502         * gst/audiofx/audiopanorama.h:
12503         Fix audiopanorame with float samples. Fixes #383726.
12504
12505 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12506
12507         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12508         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12509         (gst_sunaudiosrc_reset):
12510
12511         Implement reset functions to unblock the src/sink more quickly on 
12512         state change requests.
12513         Patch by: Brian Cameron <brian dot cameron at sun com>
12514
12515 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12516
12517         * sys/sunaudio/gstsunaudiomixer.c:
12518         (gst_sunaudiomixer_change_state):
12519         Construct the correct mixer device name when the AUDIODEV env var
12520         is set.
12521
12522         Patch by: Jerry Tan <jerry.tan at sun dot com>
12523         Fixes: #383596
12524
12525 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12526
12527         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12528         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12529         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12530         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12531         Patch by: Jerry Tan <jerry.tan at sun dot com>
12532         Fixes: #349015
12533
12534 2006-12-07  Wim Taymans  <wim@fluendo.com>
12535
12536         * gst/smpte/gstmask.h:
12537         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12538         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12539         (gst_smpte_collected), (gst_smpte_set_property),
12540         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12541         * gst/smpte/gstsmpte.h:
12542         Port to 0.10 some more. 
12543         Added duration property to specify the duration of the transition.
12544         Make framerate a fraction.
12545         Deprecate fps property, we only use negotiated fps.
12546         Added docs.
12547         Fix collectpad usage.
12548         Reset state in READY.
12549         Send NEWSEGMENT event.
12550         Fix racy updates of object properties.
12551         Added debug category.
12552         Fixes #383323.
12553
12554 2006-12-06  Wim Taymans  <wim@fluendo.com>
12555
12556         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12557
12558         * gst/videomixer/videomixer.c:
12559         (gst_videomixer_set_master_geometry),
12560         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12561         Don't reset xpos and ypos in the setcaps function because causes
12562         unexpected behaviour.
12563         Fixes #382179.
12564
12565 2006-12-06  Wim Taymans  <wim@fluendo.com>
12566
12567         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12568         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12569         Keep track of the buffer timestamp in the collectdata member instead
12570         of modifying the buffer without making the metadata writable first.
12571         Fixes #382277.
12572
12573 2006-12-06  Wim Taymans  <wim@fluendo.com>
12574
12575         Patch by: Rob Taylor <robtaylor at floopily dot org>
12576
12577         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12578         If using multicast in udpsrc, bind to the multicast address rather than
12579         IN_ADDR_ANY.
12580         This allows the simultanous use of multiple udpsrcs listening on
12581         different multicat addresses. Without this all udpsrcs will receive all
12582         packets from all subscribed multicast addresses.
12583         Fixes #383001.
12584
12585 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12586
12587         * ext/taglib/gstid3v2mux.cc:
12588         Don't attempt to write a NULL frame into the ID3 tag set when the 
12589         createFrame method returned NULL.
12590         Fixes: #381857
12591         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12592
12593 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12594
12595         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12596         Use g_strtod() instead of sscanf to parse doubles, so that it will
12597         try parsing in the C locale if the current locale fails.
12598         Fixes: #382982
12599         Patch by: Sebastian Dröge  <mail at slomosnail de >
12600
12601 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12602
12603         * win32/MANIFEST:
12604         Fix compilation on win32 under VS8
12605         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12606         Partially fixes #381175
12607
12608 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12609
12610         * gst/avi/gstavimux.c:
12611           accept all mpegversions,fixes #380825
12612           spotted by: Jerome Alet  
12613
12614 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12615
12616         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12617         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12618         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12619         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12620           cleanup the error message a bit more
12621
12622 2006-11-28  Wim Taymans  <wim@fluendo.com>
12623
12624         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12625         Fix width and height properties.
12626
12627         * ext/libcaca/gstcacasink.h:
12628         Fix compilation on newer libcaca that require us to include a new
12629         header. Fixes #379918.
12630
12631 2006-11-28  Wim Taymans  <wim@fluendo.com>
12632
12633         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12634         * gst/rtsp/gstrtspsrc.h:
12635         * gst/rtsp/rtspext.h:
12636         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12637         (rtsp_ext_wms_get_context):
12638         Add method so that extensions can choose to disable the setup of
12639         a stream.
12640         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12641
12642 2006-11-27  Wim Taymans  <wim@fluendo.com>
12643
12644         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12645
12646         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12647         Push header in a separate buffer instead of memcpy:ing all data.
12648         Change LF => CRLF in headers.
12649         Move trailing LF to header. Fixes #379792.
12650
12651 2006-11-27  Wim Taymans  <wim@fluendo.com>
12652
12653         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12654         Small buffer overflow fix and improve debugging.
12655
12656 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12657
12658         * ext/esd/esdmon.h:
12659         * ext/esd/esdsink.h:
12660           remove obsolete _factory_init protos
12661
12662 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12663
12664         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12665         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12666         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12667         (gst_avi_demux_read_subindexes_push),
12668         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12669         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12670         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12671         (gst_avi_demux_massage_index),
12672         (gst_avi_demux_calculate_durations_from_index),
12673         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12674         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12675         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12676           remove dead code, tweak debugs statements, add comments, use
12677           _uint64_scale instead _uint64_scale_int when using guint64 values,
12678           small optimizations, reflow some error handling
12679
12680 2006-11-22  Edward Hervey  <edward@fluendo.com>
12681
12682         * po/.cvsignore:
12683         We never put .pot files in cvs. Let's ignore them all.
12684
12685 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12686
12687         * po/POTFILES.in:
12688           ... but better exclude files that aren't disted.
12689
12690 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12691
12692         * po/POTFILES.in:
12693           Add v4l2 source files to list of files with translations, so the
12694           strings are actually extracted (however bad they still may be).
12695
12696 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12697
12698         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12699           Minor clean-ups: const-ify static array, remove trailing comma from
12700           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12701
12702 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12703
12704         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12705         Make sure that g_free always gets called on the same pointer that was 
12706         returned by g_malloc.  Fixes #376594.
12707         Do not leak memory if decompressed size is wrong.
12708         Remove unneeded check of return value of g_malloc.
12709         Patch by: René Stadler <mail@renestadler.de>
12710
12711 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12712
12713         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12714           Add missing curly brackets.
12715
12716 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12717
12718         * sys/v4l2/v4l2src_calls.c:
12719         Fix capture_deinit.
12720
12721 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12722
12723         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12724         (gst_matroska_mux_request_new_pad):
12725           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12726
12727         * tests/check/elements/matroskamux.c: (setup_src_pad),
12728         (setup_sink_pad), (GST_START_TEST):
12729         Activate pads before using them.
12730
12731 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12732
12733         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12734           Initialise variable to get rid of bogus compiler warning.
12735
12736 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12737
12738         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12739
12740         * gst/rtp/gstrtph263pay.c:
12741         * gst/rtp/gstrtph263pdepay.c:
12742         * gst/rtp/gstrtph263ppay.c:
12743           Specify H.263 variant and version in the caps (fixes #361637)
12744
12745 2006-11-15  Wim Taymans  <wim@fluendo.com>
12746
12747         * gst/rtsp/rtspconnection.c: (read_body):
12748         Don't set a data pointer to NULL and a size > 0 when we deal
12749         with empty packets.
12750
12751         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12752         (rtsp_message_init_response), (rtsp_message_init_data),
12753         (rtsp_message_unset), (rtsp_message_free),
12754         (rtsp_message_take_body):
12755         Check that we can't create invalid empty packets. 
12756
12757 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12758
12759         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12760
12761         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12762         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12763         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12764         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12765         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12766         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12767         * gst/matroska/matroska-mux.h:
12768           Add basic tag writing support; implement releasing pads (#374658).
12769
12770 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12771
12772         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12773         (gst_matroska_demux_audio_caps):
12774           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12775
12776 2006-11-14  David Schleef  <ds@schleef.org>
12777
12778         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12779
12780 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12781
12782         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12783
12784         * win32/vs8/gst-plugins-good.sln:
12785         * win32/vs8/libgst1394.vcproj:
12786         * win32/vs8/libgstaasink.vcproj:
12787         * win32/vs8/libgstalaw.vcproj:
12788         * win32/vs8/libgstalpha.vcproj:
12789         * win32/vs8/libgstalphacolor.vcproj:
12790         * win32/vs8/libgstannodex.vcproj:
12791         * win32/vs8/libgstapetag.vcproj:
12792         * win32/vs8/libgstaudiofx.vcproj:
12793         * win32/vs8/libgstauparse.vcproj:
12794         * win32/vs8/libgstautodetect.vcproj:
12795         * win32/vs8/libgstavi.vcproj:
12796         * win32/vs8/libgstcacasink.vcproj:
12797         * win32/vs8/libgstcdio.vcproj:
12798         * win32/vs8/libgstcutter.vcproj:
12799         * win32/vs8/libgstdv.vcproj:
12800         * win32/vs8/libgsteffectv.vcproj:
12801         * win32/vs8/libgstflac.vcproj:
12802         * win32/vs8/libgstflxdec.vcproj:
12803         * win32/vs8/libgstgoom.vcproj:
12804         * win32/vs8/libgsticydemux.vcproj:
12805         * win32/vs8/libgstid3demux.vcproj:
12806         * win32/vs8/libgstjpeg.vcproj:
12807         * win32/vs8/libgstladspa.vcproj:
12808         * win32/vs8/libgstlevel.vcproj:
12809         * win32/vs8/libgstmatroska.vcproj:
12810         * win32/vs8/libgstmikmod.vcproj:
12811         * win32/vs8/libgstmng.vcproj:
12812         * win32/vs8/libgstmonoscope.vcproj:
12813         * win32/vs8/libgstmulaw.vcproj:
12814         * win32/vs8/libgstmultipart.vcproj:
12815         * win32/vs8/libgstpng.vcproj:
12816         * win32/vs8/libgstrtp.vcproj:
12817         * win32/vs8/libgstrtsp.vcproj:
12818         * win32/vs8/libgstshout2.vcproj:
12819         * win32/vs8/libgstsmpte.vcproj:
12820         * win32/vs8/libgstspeex.vcproj:
12821         * win32/vs8/libgsttaglib.vcproj:
12822         * win32/vs8/libgstudp.vcproj:
12823         * win32/vs8/libgstvideobalance.vcproj:
12824         * win32/vs8/libgstvideobox.vcproj:
12825         * win32/vs8/libgstvideoflip.vcproj:
12826         * win32/vs8/libgstvideomixer.vcproj:
12827         * win32/vs8/libgstwavenc.vcproj:
12828         * win32/vs8/libgstwavparse.vcproj:
12829           Make end-of-line returns unixy, so that when the files are checked
12830           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12831           Hopefully fixes #366492.
12832
12833 2006-11-14  Wim Taymans  <wim@fluendo.com>
12834
12835         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12836         Disable init_frames delay timestamp adjustment, it does not
12837         seem to be needed at all. Fixes #369621.
12838
12839 2006-11-13  Wim Taymans  <wim@fluendo.com>
12840
12841         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12842
12843         * gst/videomixer/videomixer.c:
12844         (gst_videomixer_set_master_geometry),
12845         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12846         (gst_videomixer_collect_free), (gst_videomixer_reset),
12847         (gst_videomixer_init), (gst_videomixer_finalize),
12848         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12849         (gst_videomixer_collected), (gst_videomixer_change_state):
12850         Fix memleak by unref'ing collectpads instance (when finalizing)
12851         Implement releasing a request pad. Fixes #374479.
12852
12853 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12854
12855         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12856
12857         * win32/vs8/gst-plugins-good.sln:
12858         * win32/vs8/libgst1394.vcproj:
12859         * win32/vs8/libgstaasink.vcproj:
12860         * win32/vs8/libgstalaw.vcproj:
12861         * win32/vs8/libgstalpha.vcproj:
12862         * win32/vs8/libgstalphacolor.vcproj:
12863         * win32/vs8/libgstannodex.vcproj:
12864         * win32/vs8/libgstapetag.vcproj:
12865         * win32/vs8/libgstaudiofx.vcproj:
12866         * win32/vs8/libgstauparse.vcproj:
12867         * win32/vs8/libgstautodetect.vcproj:
12868         * win32/vs8/libgstavi.vcproj:
12869         * win32/vs8/libgstcacasink.vcproj:
12870         * win32/vs8/libgstcdio.vcproj:
12871         * win32/vs8/libgstcutter.vcproj:
12872         * win32/vs8/libgstdv.vcproj:
12873         * win32/vs8/libgsteffectv.vcproj:
12874         * win32/vs8/libgstflac.vcproj:
12875         * win32/vs8/libgstflxdec.vcproj:
12876         * win32/vs8/libgstgoom.vcproj:
12877         * win32/vs8/libgsticydemux.vcproj:
12878         * win32/vs8/libgstid3demux.vcproj:
12879         * win32/vs8/libgstjpeg.vcproj:
12880         * win32/vs8/libgstladspa.vcproj:
12881         * win32/vs8/libgstlevel.vcproj:
12882         * win32/vs8/libgstmatroska.vcproj:
12883         * win32/vs8/libgstmikmod.vcproj:
12884         * win32/vs8/libgstmng.vcproj:
12885         * win32/vs8/libgstmonoscope.vcproj:
12886         * win32/vs8/libgstmulaw.vcproj:
12887         * win32/vs8/libgstmultipart.vcproj:
12888         * win32/vs8/libgstpng.vcproj:
12889         * win32/vs8/libgstrtp.vcproj:
12890         * win32/vs8/libgstrtsp.vcproj:
12891         * win32/vs8/libgstshout2.vcproj:
12892         * win32/vs8/libgstsmpte.vcproj:
12893         * win32/vs8/libgstspeex.vcproj:
12894         * win32/vs8/libgsttaglib.vcproj:
12895         * win32/vs8/libgstudp.vcproj:
12896         * win32/vs8/libgstvideobalance.vcproj:
12897         * win32/vs8/libgstvideobox.vcproj:
12898         * win32/vs8/libgstvideoflip.vcproj:
12899         * win32/vs8/libgstvideomixer.vcproj:
12900         * win32/vs8/libgstwavenc.vcproj:
12901         * win32/vs8/libgstwavparse.vcproj:
12902           Add VS8 project files (note that many of the plugins in ext are
12903           disabled by default). Fixes #366492.
12904
12905 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12906
12907         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12908           we do not translate debug messages
12909
12910 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12911
12912         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12913           fix categorisation, make short desc more explicit, remove unused code
12914           Fixes #372021
12915
12916 2006-11-08  Wim Taymans  <wim@fluendo.com>
12917
12918         * gst/rtp/gstrtpL16depay.c:
12919         * gst/rtp/gstrtpamrdepay.c:
12920         * gst/rtp/gstrtpamrpay.c:
12921         * gst/rtp/gstrtpgsmdepay.c:
12922         * gst/rtp/gstrtph263pay.c:
12923         * gst/rtp/gstrtph263pdepay.c:
12924         * gst/rtp/gstrtph263ppay.c:
12925         * gst/rtp/gstrtph264depay.c:
12926         * gst/rtp/gstrtpmp2tdepay.c:
12927         * gst/rtp/gstrtpmp4gdepay.c:
12928         * gst/rtp/gstrtpmp4gpay.c:
12929         * gst/rtp/gstrtpmp4vdepay.c:
12930         * gst/rtp/gstrtpmp4vpay.c:
12931         * gst/rtp/gstrtpmpadepay.c:
12932         * gst/rtp/gstrtpmpapay.c:
12933         * gst/rtp/gstrtppcmadepay.c:
12934         * gst/rtp/gstrtppcmapay.c:
12935         * gst/rtp/gstrtppcmudepay.c:
12936         * gst/rtp/gstrtppcmupay.c:
12937         * gst/rtp/gstrtpspeexdepay.c:
12938         * gst/rtp/gstrtpspeexpay.c:
12939         * gst/rtp/gstrtpsv3vdepay.c:
12940         Fix element descriptions.
12941
12942 2006-11-08  Wim Taymans  <wim@fluendo.com>
12943
12944         * gst/rtp/gstrtpvorbisdepay.c:
12945         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12946         Fix description.
12947         Small cleanup in the payloader.
12948
12949 2006-11-08  Wim Taymans  <wim@fluendo.com>
12950
12951         * gst/rtp/Makefile.am:
12952         * gst/rtp/gstrtp.c: (plugin_init):
12953         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12954         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12955         (gst_rtp_theora_depay_finalize),
12956         (gst_rtp_theora_depay_parse_configuration),
12957         (gst_rtp_theora_depay_setcaps),
12958         (gst_rtp_theora_depay_switch_codebook),
12959         (gst_rtp_theora_depay_process),
12960         (gst_rtp_theora_depay_set_property),
12961         (gst_rtp_theora_depay_get_property),
12962         (gst_rtp_theora_depay_change_state),
12963         (gst_rtp_theora_depay_plugin_init):
12964         * gst/rtp/gstrtptheoradepay.h:
12965         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12966         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12967         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12968         (gst_rtp_theora_pay_init_packet),
12969         (gst_rtp_theora_pay_flush_packet),
12970         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12971         (gst_rtp_theora_pay_handle_buffer),
12972         (gst_rtp_theora_pay_plugin_init):
12973         * gst/rtp/gstrtptheorapay.h:
12974         Add theora pay/depayloaders.
12975
12976 2006-11-06  Wim Taymans  <wim@fluendo.com>
12977
12978         * gst/rtp/Makefile.am:
12979         We depend on gsttag to generate the vorbis comments.
12980
12981         * gst/rtp/gstrtpvorbisdepay.c:
12982         (gst_rtp_vorbis_depay_parse_configuration),
12983         (gst_rtp_vorbis_depay_setcaps),
12984         (gst_rtp_vorbis_depay_switch_codebook),
12985         (gst_rtp_vorbis_depay_process):
12986         * gst/rtp/gstrtpvorbisdepay.h:
12987         Parse configuration string in the depayloader.
12988         Implement selecting and switching to a new codebook.
12989         Receiving vorbis over RTP now works.
12990
12991         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12992         (gst_rtp_vorbis_pay_init_packet),
12993         (gst_rtp_vorbis_pay_finish_headers),
12994         (gst_rtp_vorbis_pay_handle_buffer):
12995         * gst/rtp/gstrtpvorbispay.h:
12996         Set timestamps on outgoing buffers and RTP packets.
12997         Fix configuration string, prepend number of Packet headers.
12998         Fix encoding of ident string.
12999         Add delivery-method to caps.
13000         Streaming vorbis over RTP now works.
13001
13002 2006-11-06  Wim Taymans  <wim@fluendo.com>
13003
13004         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13005         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13006         (gst_rtp_vorbis_pay_handle_buffer):
13007         * gst/rtp/gstrtpvorbispay.h:
13008         Generate a valid configuration string in the caps based on the
13009         vorbis headers.
13010
13011 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13012
13013         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13014         * ext/cdio/gstcdio.h:
13015         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13016           Move CD-TEXT utility function into common file so it can also be
13017           used by a future cdioparanoiasrc.
13018
13019 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13020         
13021         * sys/v4l2/Makefile.am:
13022         * sys/v4l2/gstv4l2object.c:
13023         * sys/v4l2/gstv4l2src.c:
13024         * sys/v4l2/gstv4l2xoverlay.c:
13025         * sys/v4l2/v4l2_calls.c:
13026         * sys/v4l2/v4l2src_calls.c:
13027         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13028         xoverlay code that is still not implemented.
13029
13030 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13031
13032         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13033           We require a -base more recent than 0.10.9, so it's safe to use
13034           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13035
13036         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13037         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13038           Use _newsegment_full() now that we depend on a recent enough core.
13039
13040         * gst/wavparse/gstwavparse.c:
13041           Remove cruft that we don't need any longer now that we depend on
13042           a recent enough -base.
13043
13044 2006-10-31  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst/rtp/Makefile.am:
13047         * gst/rtp/gstrtp.c: (plugin_init):
13048         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13049         (gst_rtpilbcpay_setcaps):
13050         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13051
13052 2006-10-31  Wim Taymans  <wim@fluendo.com>
13053
13054         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13055         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13056         Some small cleanups, use _scale.
13057
13058 2006-10-31  Wim Taymans  <wim@fluendo.com>
13059
13060         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13061         Use higher precision scale function.
13062
13063 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13064
13065         Patch by: Michal Benes  <michal dot benes at itonis tv>
13066
13067         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13068         (gst_matroska_demux_read_track_encodings),
13069         (gst_matroska_decode_buffer):
13070           Fix several issues with encoded/compressed/encrypted/signed tracks;
13071           also, remove superfluous newline characters from some debug
13072           statements. (#366155)
13073
13074 2006-10-30  Wim Taymans  <wim@fluendo.com>
13075
13076         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13077         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13078         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13079         (gst_smokedec_change_state):
13080         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13081         (gst_smokeenc_init), (gst_smokeenc_finalize),
13082         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13083         (gst_smokeenc_resync), (gst_smokeenc_chain),
13084         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13085         (gst_smokeenc_change_state):
13086         Various cleanups, capsnego and leak fixes.
13087
13088 2006-10-30  Wim Taymans  <wim@fluendo.com>
13089
13090         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13091
13092         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13093         Fix videomixer so that it can handle any combination of framerates.
13094         Fixes #367221.
13095
13096 2006-10-28  Wim Taymans  <wim@fluendo.com>
13097
13098         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13099         (gst_avi_demux_parse_file_header),
13100         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13101         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13102         (gst_avi_demux_chain):
13103         Fix position query for audio. also fixes timestamps in streaming
13104         mode and bug #364958.
13105         Small cleanups.
13106
13107 2006-10-27  Wim Taymans  <wim@fluendo.com>
13108
13109         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13110         * ext/libpng/gstpngenc.h:
13111         Fix strides. Fixes #364856.
13112         Cleanup capsnego.
13113         Set caps on outgoing buffers.
13114
13115 2006-10-18  Wim Taymans  <wim@fluendo.com>
13116
13117         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13118
13119         * gst/rtp/gstrtpgsmpay.c:
13120         * gst/rtp/gstrtph263pay.c:
13121         * gst/rtp/gstrtpmpapay.c:
13122         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13123         (gst_rtp_pcma_pay_handle_buffer):
13124         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13125         Add static payload numbers in addition to the dynamic ones.
13126         Fixes #361639.
13127
13128 2006-10-18  Wim Taymans  <wim@fluendo.com>
13129
13130         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13131         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13132         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13133         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13134         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13135         * gst/rtsp/rtspdefs.h:
13136         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13137         * gst/rtsp/rtspurl.h:
13138         Reuse already existing enum for lower transport.
13139         Add rtspt and rtspu protocols.
13140         Send redirect to rtspt when udp times out.
13141
13142 2006-10-18  Wim Taymans  <wim@fluendo.com>
13143
13144         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13145         (gst_wavparse_stream_data):
13146         Fix seeking some more, mostly for speed changes.
13147
13148 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13149
13150         Patch by: Fredrik Persson  <frepe at bredband net>
13151
13152         * sys/v4l2/gstv4l2tuner.c:
13153         * sys/v4l2/gstv4l2tuner.h:
13154           Fix _set_channel(): remove useless g_object_notify() for "channel"
13155           property that doesn't exist any longer and therefore now also
13156           useless redirect (#338818).
13157
13158 2006-10-17  Wim Taymans  <wim@fluendo.com>
13159
13160         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13161         Some drivers do not support unsetting the non-blocking flag once the
13162         device is opened. In those cases, close/open the device in
13163         non-blocking mode. Fixes #362673.
13164
13165 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13166
13167         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13168         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13169         (gst_v4l2src_get_fps):
13170           dear stefan, framespersecond is not frameperiod, reverting but adding
13171           comment
13172
13173 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13174
13175         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13176         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13177         (gst_v4l2src_get_fps):
13178           Numerator is numerator and denominator is denominator. Say that aloud
13179           5 times and retry after next beer.
13180
13181 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13182
13183         Patch by: Josep Torra Valles  <josep at fluendo com>
13184
13185         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13186         * ext/esd/esdsink.c: (gst_esdsink_write):
13187         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13188         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13189         (gst_flac_dec_send_newsegment):
13190         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13191         (gst_flac_enc_tell_callback):
13192         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13193         (smokecodec_parse_header), (smokecodec_decode):
13194         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13195         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13196         * gst/goom/Makefile.am:
13197         * gst/goom/gstgoom.c:
13198         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13199         * gst/rtsp/gstrtspsrc.c:
13200         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13201         * gst/udp/gstudpsink.c:
13202         * gst/udp/gstudpsrc.c:
13203         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13204         * sys/sunaudio/gstsunaudiomixertrack.h:
13205           Fix a bunch of problems discovered by the Forte compiler, mostly type
13206           mixups and pointer arithmetics with void pointers. Fixes #362603.
13207
13208 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13209
13210         * ext/speex/gstspeex.c: (plugin_init):
13211         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13212         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13213         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13214         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13215         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13216         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13217         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13218         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13219         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13220         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13221         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13222         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13223         * ext/speex/gstspeexenc.h:
13224           Miscellaneous clean-ups, among other things: speexenc => enc to
13225           enhance code readability; change speexenc => speex_enc; in chain
13226           function unref input buffer in case of error; take reference in
13227           event function; use boilerplate macro; use gst_pad_query_peer_*
13228           convenience functions.
13229
13230 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13231
13232         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13233         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13234         (gst_speexenc_set_header_on_caps):
13235           Fix some mem leaks.
13236
13237 2006-10-11  Wim Taymans  <wim@fluendo.com>
13238
13239         * gst/rtsp/URLS:
13240         Added some other URL.
13241
13242         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13243         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13244         (gst_rtspsrc_open), (gst_rtspsrc_play),
13245         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13246         * gst/rtsp/gstrtspsrc.h:
13247         Work on fallback to TCP connection when the UDP socket times out.
13248         Handler server requests, just reply with OK for now.
13249
13250         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13251         * gst/rtsp/rtspdefs.h:
13252         Added some more Real extension headers.
13253
13254         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13255         Fix parsing of urls with a ':' that is not part of the hostname:port
13256         part of the url.
13257
13258 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13259
13260         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13261         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13262         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13263           Activate pad before adding it to the already-running element.
13264
13265         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13266           Activate newly-created pad too.
13267
13268 2006-10-11  Wim Taymans  <wim@fluendo.com>
13269
13270         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13271
13272         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13273         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13274         (gst_udpsrc_start):
13275         Fix some leaks in caps and uris. Fixes #361252.
13276
13277 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13278
13279         * gst/wavparse/Makefile.am:
13280           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13281
13282 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13283
13284         * sys/v4l2/gstv4l2xoverlay.c:
13285         * sys/v4l2/gstv4l2xoverlay.h:
13286         Fix build as per the patch in #338818 comment 36.
13287
13288 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13289
13290         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13291           Activate pads before adding them to the source.
13292
13293 2006-10-06  Wim Taymans  <wim@fluendo.com>
13294
13295         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13296         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13297         Activate pads before adding.
13298
13299 2006-10-06  Wim Taymans  <wim@fluendo.com>
13300
13301         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13302         (gst_multipart_find_pad_by_mime):
13303         Activate pads before adding.
13304
13305         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13306         BOILERPLATE sets parent_class for us.
13307
13308 2006-10-06  Wim Taymans  <wim@fluendo.com>
13309
13310         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13311         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13312         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13313         (gst_rtspsrc_alloc_udp_ports),
13314         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13315         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13316         (gst_rtspsrc_create_transports_string),
13317         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13318         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13319         * gst/rtsp/gstrtspsrc.h:
13320         Rework how the transport string is constructed, try to share channels
13321         and udp ports.
13322         Make most of the stuff less dependant on RTP as we are also going to use
13323         it for RDT.
13324         Add support for transport specific session managers.
13325
13326         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13327         Implement _flush().
13328
13329         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13330         * gst/rtsp/rtspdefs.h:
13331         Add generic error return code.
13332
13333         * gst/rtsp/rtspext.h:
13334         Add support for pluggable tranport strings.
13335
13336         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13337         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13338         (rtsp_ext_wms_get_context):
13339         Detect WMServer and activate the extension.
13340
13341         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13342         (rtsp_transport_get_manager), (rtsp_transport_parse):
13343         * gst/rtsp/rtsptransport.h:
13344         Added methods to get mime/manager for certain transports.
13345
13346 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13347
13348         * ext/cairo/gsttimeoverlay.c:
13349         (gst_cairo_time_overlay_update_font_height):
13350         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13351         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13352         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13353         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13354         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13355         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13356         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13357         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13358         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13359         (gst_avi_demux_stream_data):
13360         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13361         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13362         (gst_fenced_buffer_copy):
13363         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13364         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13365         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13366         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13367         (gst_rtspsrc_handle_message):
13368         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13369         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13370           Printf format fixes.
13371
13372 2006-10-04  Wim Taymans  <wim@fluendo.com>
13373
13374         * gst/rtsp/Makefile.am:
13375         Dist new .h file too.
13376
13377 2006-10-04  Wim Taymans  <wim@fluendo.com>
13378
13379         * gst/rtsp/Makefile.am:
13380         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13381         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13383         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13384         (gst_rtspsrc_parse_rtpmap),
13385         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13386         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13387         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13388         * gst/rtsp/gstrtspsrc.h:
13389         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13390         * gst/rtsp/rtspdefs.h:
13391         * gst/rtsp/rtspext.h:
13392         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13393         (rtsp_ext_wms_get_context):
13394         * gst/rtsp/rtspextwms.h:
13395         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13396         (rtsp_transport_parse):
13397         * gst/rtsp/rtsptransport.h:
13398         Factor out extension in separate module.
13399         Fix getcaps to filter against the padtemplate.
13400         Use Content-Base if the server gives one.
13401         Rework the transport parsing a bit for future extensions.
13402         Added some Real Header field definitions.
13403
13404 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13405
13406         * docs/plugins/Makefile.am:
13407         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13408         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13409           added v4l2 stubs
13410         * gst-plugins-good.spec.in:
13411           add v4l2
13412
13413 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13414
13415         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13416           Extract disc/album/medium number and count and try harder
13417           to extract track number/count.
13418
13419 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13420
13421         * configure.ac:
13422         * sys/Makefile.am:
13423           add build stuff for v4l2, needs --enable-experimental until
13424           the last bits are resolved
13425
13426 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13427
13428         * tests/check/Makefile.am:
13429           Disable autodetect test temporarily, so that the build bots
13430           update -bad and the ranks of unreliable video sinks in there.
13431
13432         * tests/check/elements/autodetect.c: (GST_START_TEST):
13433           Skip test if no usable videosink is found.
13434
13435 2006-09-29  Wim Taymans  <wim@fluendo.com>
13436
13437         * gst/rtsp/URLS:
13438         Add some more URLs.
13439
13440         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13441         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13442         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13443         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13444         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13445         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13446         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13447         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13448         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13449         * gst/rtsp/gstrtspsrc.h:
13450         Add timeout property to control UDP timeouts.
13451         Fix error messages.
13452         Also start a loop function when operating in UDP mode so that we can
13453         do some more stuff async.
13454         Handle element messages from udpsrc to detect timeouts. If a timeout
13455         happens we currently generate an error.
13456         API: rtspsrc::timeout property.
13457
13458         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13459         (gst_udpsrc_create):
13460         Really implement the timeout in microseconds and not milliseconds.
13461
13462 2006-09-29  Wim Taymans  <wim@fluendo.com>
13463
13464         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13465         (gst_udpsrc_create), (gst_udpsrc_set_property),
13466         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13467         * gst/udp/gstudpsrc.h:
13468         Added property to post a message on timeout.
13469         Updated docs.
13470         When restarting the select, initialize the fdsets again.
13471         Init control sockets so we don't accidentally close a random socket.
13472         API: GstUDPSrc::timeout property
13473
13474 2006-09-29  Wim Taymans  <wim@fluendo.com>
13475
13476         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13477         Fix flag registration.
13478
13479         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13480         Reading 0 also means 'no more commands'
13481
13482 2006-09-29  Wim Taymans  <wim@fluendo.com>
13483
13484         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13485
13486         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13487         Fix possible infinite loop when shutting down, a read can also return
13488         0 to indicate no more messages are available. Fixes #358156.
13489
13490 2006-09-25  Wim Taymans  <wim@fluendo.com>
13491
13492         * gst/autodetect/gstautoaudiosink.c:
13493         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13494         (gst_auto_audio_sink_find_best):
13495         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13496         Small cleanups.
13497         don't try to set "sync" property when it is not available.
13498
13499 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13500
13501         Patch by: Peter Kjellerstedt  <pkj at axis com>
13502
13503         * gst/alpha/gstalpha.c:
13504         * gst/rtp/gstrtpamrdepay.c:
13505         * gst/rtsp/gstrtspsrc.c:
13506         * gst/udp/gstudpsrc.c:
13507         * gst/videomixer/videomixer.c:
13508           Include stdlib.h in some more places, makes things compile
13509           with uClibc and -Werror (#357592).
13510
13511 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13512
13513         * ext/jpeg/gstjpegdec.c:
13514           Set minimum height to 8 (from 16), our code should handle
13515           that fine. Some of the buttons on the apple trailer site
13516           are apparently only 15 pixels high (see #357470).
13517
13518 2006-09-23  Wim Taymans  <wim@fluendo.com>
13519
13520         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13521         (gst_rtspsrc_open):
13522         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13523         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13524         (rtsp_connection_receive):
13525         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13526         * gst/rtsp/rtspdefs.h:
13527         Improve error reporting.
13528
13529 2006-09-23  Wim Taymans  <wim@fluendo.com>
13530
13531         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13532         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13533         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13534         * gst/rtp/gstrtpdepay.c:
13535         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13536         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13537         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13538         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13539         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13540         (gst_rtp_mp2t_depay_plugin_init):
13541         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13542         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13543         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13544         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13545         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13546         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13547         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13548         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13549         Fix klass typos.
13550         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13551
13552 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13553
13554         * configure.ac:
13555           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13556
13557 2006-09-22  Wim Taymans  <wim@fluendo.com>
13558
13559         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13560         Don't check for a tag that is never there and check if we read the
13561         correct tag. Fixes seeking again.
13562         We must post an error when all pads are unlinked.
13563
13564 2006-09-22  Wim Taymans  <wim@fluendo.com>
13565
13566         * gst/rtp/Makefile.am:
13567         * gst/rtp/gstrtp.c: (plugin_init):
13568         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13569         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13570         (gst_rtp_vorbis_pay_reset_packet),
13571         (gst_rtp_vorbis_pay_init_packet),
13572         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13573         (gst_rtp_vorbis_pay_handle_buffer):
13574         More fixage, set endoder-params correctly in the payloader.
13575
13576 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13577
13578         * gst/autodetect/gstautoaudiosink.c:
13579         (gst_auto_audio_sink_base_init):
13580         * gst/autodetect/gstautovideosink.c:
13581         (gst_auto_video_sink_base_init):
13582           Make static pad templates static to appease valgrind's leak
13583           detector.
13584
13585         * tests/check/Makefile.am:
13586         * tests/check/elements/.cvsignore:
13587         * tests/check/elements/autodetect.c: (GST_START_TEST),
13588         (autodetect_suite):
13589           Add simple test for the ghostpad lockup on shutdown fixed in core
13590           CVS (audio bit disabled because it would need dozens of alsa
13591           suppressions and I'm too lazy to add those now).
13592
13593 2006-09-22  Wim Taymans  <wim@fluendo.com>
13594
13595         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13596         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13597         Small cleanups.
13598
13599         * gst/rtp/Makefile.am:
13600         * gst/rtp/gstrtp.c: (plugin_init):
13601         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13602         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13603         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13604         (gst_rtp_vorbis_depay_process),
13605         (gst_rtp_vorbis_depay_set_property),
13606         (gst_rtp_vorbis_depay_get_property),
13607         (gst_rtp_vorbis_depay_change_state),
13608         (gst_rtp_vorbis_depay_plugin_init):
13609         * gst/rtp/gstrtpvorbisdepay.h:
13610         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13611         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13612         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13613         (gst_rtp_vorbis_pay_flush_packet),
13614         (gst_rtp_vorbis_pay_append_buffer),
13615         (gst_rtp_vorbis_pay_handle_buffer),
13616         (gst_rtp_vorbis_pay_plugin_init):
13617         * gst/rtp/gstrtpvorbispay.h:
13618         Add experimental vorbis pay and depayloaders.
13619
13620 2006-09-21  Wim Taymans  <wim@fluendo.com>
13621
13622         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13623         Fix profile-level-id parsing and setup.
13624
13625 2006-09-21  Wim Taymans  <wim@fluendo.com>
13626
13627         * gst/udp/README:
13628         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13629         Update README, simple cleanup.
13630
13631 2006-09-21  Wim Taymans  <wim@fluendo.com>
13632
13633         * gst/rtp/README:
13634         Update README with some examples.
13635
13636         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13637         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13638         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13639         (gst_rtp_mp4g_pay_setcaps):
13640         * gst/rtp/gstrtpmp4gpay.h:
13641         Make optional RTP parameters of type STRING, as required by the
13642         application/x-rtp caps specification.
13643
13644 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13645
13646         * gst/rtp/gstrtph263pdepay.c:
13647         * gst/rtp/gstrtph263ppay.c:
13648         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13649         RTP header.
13650
13651 2006-09-20  Wim Taymans  <wim@fluendo.com>
13652
13653         * gst/rtp/Makefile.am:
13654         And makefile too.
13655
13656 2006-09-20  Wim Taymans  <wim@fluendo.com>
13657
13658         * gst/rtp/gstrtp.c: (plugin_init):
13659         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13660         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13661         (decode_base64), (gst_rtp_asf_depay_setcaps),
13662         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13663         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13664         (gst_rtp_asf_depay_plugin_init):
13665         * gst/rtp/gstrtpasfdepay.h:
13666         Added preliminary ASF depayloader.
13667
13668         * gst/rtp/gstrtph264depay.c: (decode_base64):
13669         Fix base64 decoding.
13670
13671 2006-09-20  Wim Taymans  <wim@fluendo.com>
13672
13673         * gst/rtsp/URLS:
13674         Added some test URLS.
13675
13676         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13677         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13678         * gst/rtsp/gstrtspsrc.h:
13679         When creating streams, give access to the complete SDP.
13680         Fix some leaks.
13681         Collect and merge global stream properties in stream caps.
13682         Preliminary support for WMServer.
13683
13684         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13685         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13686         (rtsp_connection_receive):
13687         * gst/rtsp/rtspconnection.h:
13688         Make connection interruptable.
13689         Refactor to make it reconnectable.
13690         Don't fail on short reads when reading data packets.
13691
13692         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13693         (rtsp_url_get_port):
13694         * gst/rtsp/rtspurl.h:
13695         Add methods for getting/setting the port.
13696
13697         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13698         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13699         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13700         (sdp_media_get_format), (sdp_parse_line),
13701         (sdp_message_parse_buffer):
13702         Fix headers. 
13703         Add methods for getting multiple attributes with the same name.
13704         Increase buffer size when parsing.
13705         Fix parsing of a=foo fields.
13706
13707         * gst/rtsp/test.c: (main):
13708         Update to new connection API.
13709
13710         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13711         (rtsp_message_init_response), (rtsp_message_init_data),
13712         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13713         * gst/rtsp/rtspmessage.h:
13714         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13715         * gst/rtsp/rtsptransport.h:
13716         * gst/rtsp/sdp.h:
13717         * gst/rtsp/sdpmessage.h:
13718         * gst/rtsp/gstrtsp.c:
13719         * gst/rtsp/gstrtsp.h:
13720         * gst/rtsp/gstrtpdec.c:
13721         * gst/rtsp/gstrtpdec.h:
13722         * gst/rtsp/rtsp.h:
13723         * gst/rtsp/rtspdefs.c:
13724         * gst/rtsp/rtspdefs.h:
13725         Dual licensed under MIT and LGPL now.
13726
13727 2006-09-19  Wim Taymans  <wim@fluendo.com>
13728
13729         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13730         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13731         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13732         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13733         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13734         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13735         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13736         * gst/rtsp/gstrtspsrc.h:
13737         Reorganize stream parsing and creation.
13738         Detect container formats in interleaved mode.
13739         Keep more state about the streams.
13740         Assume a server also supports PLAY if it does not say.
13741         Add unicast and interleaved properties to TCP transport requests to make
13742         some servers happy (WMServer).
13743
13744         * gst/rtsp/sdpmessage.h:
13745         Add some defines for the standard Bandwidth types.
13746
13747 2006-09-19  Wim Taymans  <wim@fluendo.com>
13748
13749         * gst/rtsp/test.c: (main):
13750         Fix build.
13751
13752 2006-09-19  Wim Taymans  <wim@fluendo.com>
13753
13754         * gst/wavparse/gstwavparse.c:
13755         Add ms-gsm to the src template.
13756
13757 2006-09-18  Wim Taymans  <wim@fluendo.com>
13758
13759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13760         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13761         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13762         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13763         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13764         * gst/rtsp/gstrtspsrc.h:
13765         Small cleanups, added documentation.
13766         Try to clean up the requests and responses.
13767         Refactor parsing the supported methods.
13768
13769         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13770         (rtsp_connection_create), (rtsp_connection_send),
13771         (parse_response_status), (parse_request_line),
13772         (rtsp_connection_receive), (rtsp_connection_close),
13773         (rtsp_connection_free):
13774         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13775         (rtsp_transport_init), (rtsp_transport_parse),
13776         (rtsp_transport_free):
13777         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13778         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13779         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13780         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13781         Use g_return_val some more.
13782
13783         * gst/rtsp/rtspdefs.h:
13784         Add more enum values to track initial states.
13785
13786         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13787         (rtsp_message_init_request), (rtsp_message_new_response),
13788         (rtsp_message_init_response), (rtsp_message_init_data),
13789         (rtsp_message_unset), (rtsp_message_free),
13790         (rtsp_message_add_header), (rtsp_message_remove_header),
13791         (rtsp_message_get_header), (rtsp_message_set_body),
13792         (rtsp_message_take_body), (rtsp_message_get_body),
13793         (rtsp_message_steal_body), (rtsp_message_dump):
13794         * gst/rtsp/rtspmessage.h:
13795         Reorder arguments, object goes as the first one.
13796         Use g_return_val some more.
13797
13798 2006-09-18  Wim Taymans  <wim@fluendo.com>
13799
13800         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13801         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13802         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13803         * gst/rtsp/gstrtspsrc.h:
13804         Export sometimes source pad with correct caps on the template, create
13805         the ghostpad from the template.
13806         Remove RTCP template as we never expose RTCP.
13807         Protect against invalid body size.
13808         Avoid memcpy when creating the output buffer.
13809         Properly post an error and send EOS when the loop function is shut down.
13810
13811 2006-09-18  Wim Taymans  <wim@fluendo.com>
13812
13813         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13814
13815         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13816         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13817         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13818         * gst/rtsp/gstrtspsrc.h:
13819         Make sure we can never set an invalid location.
13820
13821         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13822         * gst/rtsp/rtspmessage.h:
13823         Added _steal_body method for future use.
13824
13825         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13826         Make freeing of NULL url return immediatly.
13827
13828 2006-09-18  Wim Taymans  <wim@fluendo.com>
13829
13830         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13831
13832         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13833         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13834         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13835         (gst_rtspsrc_change_state):
13836         * gst/rtsp/gstrtspsrc.h:
13837         Use boilerplate.
13838         Make rtspsrc subclass GstBin to make state changes easier.
13839         Add Range header field on the PLAY request.
13840
13841 2006-09-18  Wim Taymans  <wim@fluendo.com>
13842
13843         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13844
13845         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13846         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13847         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13848         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13849         * gst/rtsp/rtspconnection.c: (inet_aton):
13850         Small cleanups.
13851         when multicast is selected as the transport, create UDP sources and
13852         connect to the multicast group.
13853         Move parsing and setting of caps to a common place.
13854         Fixes #349894.
13855
13856 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13857
13858         * ext/flac/gstflactag.c:
13859         * gst/alpha/gstalpha.c:
13860         * gst/debug/breakmydata.c:
13861         * gst/debug/negotiation.c:
13862         * gst/debug/testplugin.c:
13863         * gst/effectv/gstaging.c:
13864         * gst/effectv/gstdice.c:
13865         * gst/effectv/gstedge.c:
13866         * gst/effectv/gstquark.c:
13867         * gst/effectv/gstrev.c:
13868         * gst/effectv/gstshagadelic.c:
13869         * gst/effectv/gstvertigo.c:
13870         * gst/effectv/gstwarp.c:
13871         * gst/multipart/multipartdemux.c:
13872         * gst/multipart/multipartmux.c:
13873         * gst/videobox/gstvideobox.c:
13874         * gst/videofilter/gstgamma.c:
13875         * gst/videofilter/gstvideotemplate.c:
13876         * gst/videomixer/videomixer.c:
13877         * sys/sunaudio/gstsunaudiosrc.h:
13878         More G_OBJECT macro fixing.
13879
13880 2006-09-16  Wim Taymans  <wim@fluendo.com>
13881
13882         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13883
13884         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13885         Correctly set the dwLength in strh.
13886         With this patch, the file duration is now displayed correctly in window
13887         media player and the AVI plays completely. Fixes #356147
13888
13889 2006-09-15  Wim Taymans  <wim@fluendo.com>
13890
13891         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13892
13893         * sys/sunaudio/gstsunaudiomixerctrl.c:
13894         (gst_sunaudiomixer_ctrl_build_list):
13895         Set the output track as the MASTER so that the gnome-settings-daemon
13896         keybindings for changing the volume using the keyboard works.
13897         Fixes #356142.
13898
13899 2006-09-15  Wim Taymans  <wim@fluendo.com>
13900
13901         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13902         Fix documentation, it is not possible to control the framerate of jpegdec
13903         using filtered caps yet. Fixes #355210.
13904         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13905         stop when there is an error.
13906
13907 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13908
13909         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13910         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13911           Don't interpret a first buffer with an offset of NONE as
13912           'from the middle of the stream', but only a first buffer
13913           that has a valid buffer offset that's non-zero (see #345449).
13914
13915 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13916
13917         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13918         (gst_icydemux_typefind_or_forward):
13919         * gst/icydemux/gsticydemux.h:
13920           When we merge/collect multiple incoming buffers for typefinding
13921           purposes, keep an initial 0 offset on the first outgoing buffer
13922           as well (otherwise id3demux won't work right). Fixes #345449.
13923           Also Make buffer metadata writable before setting buffer caps.
13924
13925         * tests/check/elements/icydemux.c: (typefind_succeed),
13926         (cleanup_icydemux), (push_data), (GST_START_TEST),
13927         (icydemux_suite):
13928           Small test case for the above.
13929
13930 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13931
13932         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13933         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13934         (gst_avi_demux_stream_header_push),
13935         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13936         (gst_avi_demux_loop):
13937           More code reuse and better logging in _peek_chunk(). Reintroduce check
13938           for chunk sizes before reading them (avoid oom). Better handling for 
13939           invalid chunksizes when streaming.
13940
13941 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13942
13943         * gst/level/gstlevel.c: (gst_level_set_property):
13944         * gst/level/gstlevel.h:
13945           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13946           René Stadler
13947
13948 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13949
13950         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13951         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13952         (gst_avi_demux_stream_data):
13953           Revert one change to fix streaming avi (adapter size != data size).
13954
13955 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13956
13957         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13958
13959         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13960         (gst_matroska_demux_reset),
13961         (gst_matroska_demux_read_track_encodings),
13962         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13963         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13964         (gst_matroska_demux_subtitle_caps):
13965         * gst/matroska/matroska-ids.h:
13966           Add support for VOBSUB subtitle tracks and zlib-compressed
13967           tracks. Make sure we start on a keyframe after a seek. (#343348)
13968
13969 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13970
13971         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13972         (gst_matroska_demux_push_flac_codec_priv_data),
13973         (gst_matroska_demux_push_xiph_codec_priv_data),
13974         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13975         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13976         * gst/matroska/matroska-ids.h:
13977           Add basic FLAC support (#311586), not perfect yet though, needs some
13978           tweaking in flacdec; also, seeking could be better.
13979           Do better bounds checking when deserialising vorbis stream headers
13980           to make sure we don't read beyond the end of the buffer on bad input.
13981
13982 2006-09-04  Wim Taymans  <wim@fluendo.com>
13983
13984         Patch by: Alessandro Decina <alessandro at nnva dot org>
13985
13986         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13987         Seeking back in a file containing a CMML stream errors out if the seek
13988         goes back up to the CMML headers. This is because after the seek the xml
13989         processing instruction <?xml ...?> is submitted to the xml parser again, 
13990         which results in an error. The attached patch fixes the problem. 
13991         Fixes #353908.
13992
13993         * ext/annodex/gstcmmlenc.h:
13994         Fix authors name.
13995
13996
13997 2006-08-28  Andy Wingo  <wingo@pobox.com>
13998
13999         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14000         New helper function to lessen the ifdefs.
14001         (GST_INFO_OBJECT): 
14002         (gst_dv1394src_iso_receive): Use it.
14003         (gst_dv1394src_create): Also use the control sockets in iec61883
14004         mode.
14005         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14006         handle for AVC operations; fixes #348233.
14007
14008 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14009
14010         * configure.ac:
14011         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14012         * docs/plugins/inspect/plugin-audiofx.xml:
14013         * docs/plugins/inspect/plugin-audiofxgood.xml:
14014         * gst/audiofx/Makefile.am:
14015         * gst/audiofx/audiofx.c:
14016         * gst/audiofxgood/.cvsignore:
14017         * gst/audiofxgood/Makefile.am:
14018         * gst/audiofxgood/audiofx.c:
14019         * gst/audiofxgood/audiopanorama.c:
14020         * gst/audiofxgood/audiopanorama.h:
14021           Rename again (audiofxgood -> audiofx).
14022
14023 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14024
14025         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14026         (gst_avi_demux_stream_scan):
14027           Initialze variables.
14028
14029 2006-08-25  Wim Taymans  <wim@fluendo.com>
14030
14031         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14032         (gst_avi_demux_init), (gst_avi_demux_finalize),
14033         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14034         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14035         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14036         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14037         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14038         (gst_avi_demux_massage_index),
14039         (gst_avi_demux_calculate_durations_from_index),
14040         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14041         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14042         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14043         (gst_avi_demux_change_state):
14044         * gst/avi/gstavidemux.h:
14045         More attempts to turn this into readable code.
14046         Don't leak adapters.
14047         Calculate duration according to index more efficiently.
14048         Don't try to act like we drive the pipeline in chain mode.
14049
14050 2006-08-25  Wim Taymans  <wim@fluendo.com>
14051
14052         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14053         Fix build.
14054
14055 2006-08-25  Wim Taymans  <wim@fluendo.com>
14056
14057         Patch by: Alessandro Decina <alessandro at nnva dot org>
14058
14059         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14060         Do some extra sanity checks.
14061         Fixes #350340.
14062
14063         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14064         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14065         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14066         Check if clip->start_time is valid before adding the clip to the
14067         track list.
14068         Reset enc->preamble going from PAUSED to READY.
14069         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14070         only used for EOS.
14071         Only post an error message if we were the one that created the fatal
14072         GstFlowReturn value.
14073
14074         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14075         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14076         Parse the seconds field of the npt-sec time format using %llu rather than
14077         %d and check that the value scaled by GST_SECOND doesn't overflow.
14078         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14079         Lookup a clip's track with clip->track rather than clip->id which
14080         makes no sense.
14081         Identify a clip by its track and start time and not its xml id.
14082         do some more input checking and make sure we don't do undefined shifts.
14083
14084         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14085         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14086         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14087         (push_clip), (push_empty_clip), (check_output_clip),
14088         (GST_START_TEST), (cmmldec_suite):
14089         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14090         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14091         (check_headers), (push_clip), (check_clip_times), (check_clip),
14092         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14093         Added some more checks.
14094
14095 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14096
14097         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14098         (gst_audio_panorama_set_property),
14099         (gst_audio_panorama_get_property),
14100         (gst_audio_panorama_transform_m2s_int),
14101         (gst_audio_panorama_transform_s2s_int),
14102         (gst_audio_panorama_transform_m2s_float),
14103         (gst_audio_panorama_transform_s2s_float):
14104         * gst/audiofxgood/audiopanorama.h:
14105         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14106           Make also the pan-property float (saves scaling and yields better
14107           resolution)
14108
14109 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14110
14111         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14112         (gst_audio_panorama_transform_m2s_float),
14113         (gst_audio_panorama_transform_s2s_float):
14114           ChangeLog surgery to add cymax's real name
14115
14116
14117 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14118
14119         Patch by: René Stadler <mail@renestadler.de>
14120
14121         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14122         (gst_audio_panorama_transform_m2s_int),
14123         (gst_audio_panorama_transform_s2s_int),
14124         (gst_audio_panorama_transform_m2s_float),
14125         (gst_audio_panorama_transform_s2s_float),
14126         (gst_audio_panorama_transform):
14127         * gst/audiofxgood/audiopanorama.h:
14128           Added float support
14129
14130 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14131
14132         * gst/audiofxgood/audiopanorama.c:
14133         (gst_audio_panorama_transform_m2s):
14134           Fix docs & debug category. Add Fixme for volume pan levels.
14135
14136 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14137
14138         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14139         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14140         (gst_avi_demux_stream_header_pull),
14141         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14142         (gst_avi_demux_chain):
14143           unbreak AVI index handling, some more debug, remove an obsolete
14144           adapter_flush that caused streaming to wander off in the wild
14145
14146 2006-08-24  Wim Taymans  <wim@fluendo.com>
14147
14148         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14149         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14150         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14151         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14152         (gst_avi_demux_calculate_durations_from_index),
14153         (gst_avi_demux_stream_header_push),
14154         (gst_avi_demux_stream_header_pull):
14155         * gst/avi/gstavidemux.h:
14156         Some more cleanups. 
14157         Fix totalFrames parsing in ODML.
14158         Disable use of index for length calculation in case of ODML as this is
14159         broken now.
14160
14161 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14162
14163         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14164           Use libgsttag helper function here too.
14165
14166 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14167
14168         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14169         (gst_avi_demux_init), (gst_avi_demux_dispose),
14170         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14171         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14172         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14173         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14174         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14175         (gst_avi_demux_parse_subindex),
14176         (gst_avi_demux_read_subindexes_push),
14177         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14178         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14179         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14180         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14181         (gst_avi_demux_stream_header_pull),
14182         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14183         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14184         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14185         (gst_avi_demux_change_state):
14186         * gst/avi/gstavidemux.h:
14187           Initial streaming support for avidemux (fixes #336465)
14188
14189 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14190
14191         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14192           There is no taglibmux element ...
14193
14194         * gst/rtsp/gstrtspsrc.c:
14195           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14196           was complaining about unknown entity here.
14197
14198 2006-08-22  Wim Taymans  <wim@fluendo.com>
14199
14200         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14201         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14202         (gst_avi_demux_process_next_entry):
14203         * gst/avi/gstavidemux.h:
14204         Mark DISCONT.
14205         Remove old unused fields and reorder the struct a bit.
14206
14207 2006-08-22  Wim Taymans  <wim@fluendo.com>
14208
14209         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14210         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14211         (gst_rtspsrc_pause):
14212         * gst/rtsp/gstrtspsrc.h:
14213         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14214         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14215         Small documentation updates.
14216
14217 2006-08-22  Wim Taymans  <wim@fluendo.com>
14218
14219         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14220         (gst_avi_demux_index_entry_for_time),
14221         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14222         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14223         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14224         (gst_avi_demux_next_data_buffer),
14225         (gst_avi_demux_calculate_durations_from_index),
14226         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14227         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14228         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14229         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14230         * gst/avi/gstavidemux.h:
14231         Precalc most of the duration query for each stream.
14232         Make seeking more correct.
14233         Use GstSegment to track position and duration.
14234         Code cleanups and leak fixes.
14235         Calculate correct total duration based on index length.
14236
14237 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14238
14239         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14240         (parse_insert_string_field):
14241           If strings in text fields are marked ISO8859-1, but contain
14242           valid UTF-8 already, then handle them as UTF-8 and ignore
14243           the encoding. (#351794)
14244
14245 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14246
14247         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14248         (gst_flac_dec_write), (gst_flac_dec_loop),
14249         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14250         (gst_flac_dec_src_query):
14251         * ext/flac/gstflacdec.h:
14252           Make flac-in-ogg work (#352100).
14253
14254 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14255
14256         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14257           Don't unref buffers of which we've already given away
14258           ownership to the adapter.
14259
14260 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14261
14262         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14263           Make metadata extraction actually work.
14264
14265         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14266         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14267         (gst_speexenc_chain):
14268           Fix metadata writing: replace old code which wrote completely
14269           broken tags with libgsttag-based code. Plus miscellaneous
14270           code cleanups (use static pad templates etc.) and a bunch
14271           of leak fixes.
14272
14273 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14274
14275         * gst/audiopanorama/.cvsignore:
14276         * gst/audiopanorama/Makefile.am:
14277         * gst/audiopanorama/audiofx.c:
14278         * gst/audiopanorama/audiopanorama.c:
14279         * gst/audiopanorama/audiopanorama.h:
14280           die! die! die! you should never have been there
14281
14282 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14283
14284         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14285         Fix invalid memory access in audiopanorama test suite.
14286
14287 2006-08-21  Edward Hervey  <edward@fluendo.com>
14288
14289         * tests/check/elements/.cvsignore:
14290         ignore built file
14291
14292 2006-08-21  Wim Taymans  <wim@fluendo.com>
14293
14294         * gst/rtp/Makefile.am:
14295         Fix the build again.
14296
14297 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14298
14299         * gst/audiofxgood/.cvsignore:
14300         * gst/audiofxgood/Makefile.am:
14301         * gst/audiofxgood/audiofx.c: (plugin_init):
14302         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14303         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14304         (gst_audio_panorama_set_property),
14305         (gst_audio_panorama_get_property),
14306         (gst_audio_panorama_get_unit_size),
14307         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14308         (gst_audio_panorama_transform_m2s),
14309         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14310         * gst/audiofxgood/audiopanorama.h:
14311           resubmit with the desired name *again*
14312
14313 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14314
14315         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14316         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14317           use g_assert in _get_unit_size
14318
14319 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14320
14321         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14322         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14323         * docs/plugins/inspect/plugin-audiofxgood.xml:
14324           cleanup -unused.txt to make it useful, add previously missing docs
14325
14326         * ext/Makefile.am:
14327           Quietly (accidentally) enable LADSPA for building by default, 
14328           despite the fact that it doesn't meet the plugin checklist.
14329             -- Added by Jan Schmidt 18 Dec 2006
14330
14331         * ext/esd/esdmon.c:
14332         * ext/esd/esdsink.c:
14333         * ext/esd/gstesd.c: (plugin_init):
14334           reflow to get rid of two external symbols
14335
14336         * gst/audiofxgood/audiofx.c: (plugin_init):
14337           re-add
14338
14339 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14340
14341         * configure.ac:
14342         * gst/audiofxgood/.cvsignore:
14343         * gst/audiofxgood/Makefile.am:
14344         * gst/audiofxgood/audiofx.c
14345         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14346         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14347         (gst_audio_panorama_set_property),
14348         (gst_audio_panorama_get_property),
14349         (gst_audio_panorama_get_unit_size),
14350         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14351         (gst_audio_panorama_transform_m2s),
14352         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14353         * gst/audiofxgood/audiopanorama.h:
14354         * tests/check/Makefile.am:
14355         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14356         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14357         (panorama_suite), (main):
14358         Add audiofxgood plugin with audiopanorama element
14359
14360 2006-08-18  Wim Taymans  <wim@fluendo.com>
14361
14362         * docs/plugins/Makefile.am:
14363         More Oss docs fixage. 
14364
14365 2006-08-18  Wim Taymans  <wim@fluendo.com>
14366
14367         * gst/rtp/Makefile.am:
14368         * gst/rtp/gstrtp.c: (plugin_init):
14369         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14370         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14371         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14372         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14373         (gst_rtp_sv3v_depay_get_property),
14374         (gst_rtp_sv3v_depay_change_state),
14375         (gst_rtp_sv3v_depay_plugin_init):
14376         * gst/rtp/gstrtpsv3vdepay.h:
14377         Added experimental SVQ3 depayloader.
14378
14379 2006-08-18  Edward Hervey  <edward@fluendo.com>
14380
14381         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14382         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14383         * ext/dv/gstdvdemux.h:
14384         When handling seek requests, don't send the newsegment event from the
14385         calling thread. Instead save it so it can be sent from the streaming
14386         thread.
14387
14388 2006-08-17  Wim Taymans  <wim@fluendo.com>
14389
14390         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14391
14392         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14393         Accept leading whitespace before the boundary
14394         This patch makes the demuxer allow some whitespace before the actual
14395         boundary. This makes the demuxer work with the ``old'' gstreamer
14396         multipartmuxer again (which placed an extra \n before the start
14397         of the stream) Fixes #349068.
14398
14399 2006-08-17  Wim Taymans  <wim@fluendo.com>
14400
14401         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14402         Error out on non-implemented stuff.
14403
14404 2006-08-16  Wim Taymans  <wim@fluendo.com>
14405
14406         Patch by: Andy Wingo <wingo at pobox dot com>
14407
14408         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14409         (gst_signal_processor_start), (gst_signal_processor_stop),
14410         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14411         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14412         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14413         (gst_signal_processor_change_state):
14414         Make ladspa elements reusable. Fixes #350006.
14415
14416 2006-08-16  Wim Taymans  <wim@fluendo.com>
14417
14418         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14419         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14420         names as possible. Fixes #349901.
14421
14422 2006-08-16  Wim Taymans  <wim@fluendo.com>
14423
14424         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14425         (gst_signal_processor_do_pushes):
14426         A push() gives away our refcount so we should not use the buffer on the
14427         pen anymore.
14428
14429 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14430
14431         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14432         (gst_oss_mixer_element_finalize):
14433           Don't leak device string.
14434
14435 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14436
14437         * configure.ac:
14438           Require CVS of GStreamer core and -base (for
14439           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14440
14441         * ext/taglib/gstid3v2mux.cc:
14442           Write extended comment tags properly (#348762).
14443
14444         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14445         (parse_comment_frame):
14446           Extract COMM frames into extended comments, which makes it
14447           easier to properly retain the description bit of the tag
14448           and maintain this information when re-tagging (#348762).
14449
14450 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14451
14452         * tests/check/Makefile.am:
14453           Don't try to run annodex unit tests if the annodex
14454           plugin has not been built (Fixes #351116).
14455
14456 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14457
14458         * gst/autodetect/gstautoaudiosink.c:
14459         (gst_auto_audio_sink_find_best):
14460           When we can't find a usable audiosink, don't error out,
14461           but use a fake sink instead and post a warning message
14462           on the bus (#341278).
14463
14464 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14465
14466         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14467         * sys/oss/gstosssink.c:
14468         * sys/oss/gstosssrc.c:
14469           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14470           ossmixer's new device property.
14471
14472         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14473         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14474           Add docs for OSS elements.
14475
14476         * docs/plugins/inspect/plugin-aasink.xml:
14477         * docs/plugins/inspect/plugin-alaw.xml:
14478         * docs/plugins/inspect/plugin-alpha.xml:
14479         * docs/plugins/inspect/plugin-alphacolor.xml:
14480         * docs/plugins/inspect/plugin-annodex.xml:
14481         * docs/plugins/inspect/plugin-apetag.xml:
14482         * docs/plugins/inspect/plugin-auparse.xml:
14483         * docs/plugins/inspect/plugin-autodetect.xml:
14484         * docs/plugins/inspect/plugin-avi.xml:
14485         * docs/plugins/inspect/plugin-cacasink.xml:
14486         * docs/plugins/inspect/plugin-cairo.xml:
14487         * docs/plugins/inspect/plugin-cdio.xml:
14488         * docs/plugins/inspect/plugin-cutter.xml:
14489         * docs/plugins/inspect/plugin-debug.xml:
14490         * docs/plugins/inspect/plugin-dv.xml:
14491         * docs/plugins/inspect/plugin-efence.xml:
14492         * docs/plugins/inspect/plugin-effectv.xml:
14493         * docs/plugins/inspect/plugin-esdsink.xml:
14494         * docs/plugins/inspect/plugin-flac.xml:
14495         * docs/plugins/inspect/plugin-flxdec.xml:
14496         * docs/plugins/inspect/plugin-gconfelements.xml:
14497         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14498         * docs/plugins/inspect/plugin-goom.xml:
14499         * docs/plugins/inspect/plugin-halelements.xml:
14500         * docs/plugins/inspect/plugin-icydemux.xml:
14501         * docs/plugins/inspect/plugin-id3demux.xml:
14502         * docs/plugins/inspect/plugin-jpeg.xml:
14503         * docs/plugins/inspect/plugin-level.xml:
14504         * docs/plugins/inspect/plugin-matroska.xml:
14505         * docs/plugins/inspect/plugin-mulaw.xml:
14506         * docs/plugins/inspect/plugin-multipart.xml:
14507         * docs/plugins/inspect/plugin-navigationtest.xml:
14508         * docs/plugins/inspect/plugin-ossaudio.xml:
14509         * docs/plugins/inspect/plugin-png.xml:
14510         * docs/plugins/inspect/plugin-rtp.xml:
14511         * docs/plugins/inspect/plugin-rtsp.xml:
14512         * docs/plugins/inspect/plugin-shout2send.xml:
14513         * docs/plugins/inspect/plugin-smpte.xml:
14514         * docs/plugins/inspect/plugin-speex.xml:
14515         * docs/plugins/inspect/plugin-taglib.xml:
14516         * docs/plugins/inspect/plugin-udp.xml:
14517         * docs/plugins/inspect/plugin-videobalance.xml:
14518         * docs/plugins/inspect/plugin-videobox.xml:
14519         * docs/plugins/inspect/plugin-videoflip.xml:
14520         * docs/plugins/inspect/plugin-videomixer.xml:
14521         * docs/plugins/inspect/plugin-wavenc.xml:
14522         * docs/plugins/inspect/plugin-wavparse.xml:
14523         * docs/plugins/inspect/plugin-ximagesrc.xml:
14524           Update to CVS version.
14525           
14526 2006-08-16  Wim Taymans  <wim@fluendo.com>
14527
14528         * gst/rtp/gstrtpamrdepay.c:
14529         * gst/rtp/gstrtpmp4gdepay.c:
14530         Caps extra properties must be defined as strings for
14531         depayloaders because they are generated from an SDP.
14532
14533         * gst/rtp/Makefile.am:
14534         * gst/rtp/gstrtp.c: (plugin_init):
14535         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14536         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14537         (gst_rtp_h264_depay_finalize), (decode_base64),
14538         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14539         (gst_rtp_h264_depay_set_property),
14540         (gst_rtp_h264_depay_get_property),
14541         (gst_rtp_h264_depay_change_state),
14542         (gst_rtp_h264_depay_plugin_init):
14543         * gst/rtp/gstrtph264depay.h:
14544         Added basic, not completely functional RFC 3984 H264 depayloader.
14545
14546 2006-08-16  Wim Taymans  <wim@fluendo.com>
14547
14548         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14549         Add pads after setting them up.
14550
14551         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14552         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14553         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14554         (gst_rtspsrc_stream_setup_rtp),
14555         (gst_rtspsrc_stream_configure_transport),
14556         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14557         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14558         (gst_rtspsrc_pause):
14559         * gst/rtsp/gstrtspsrc.h:
14560         Fix interleaved mode.
14561          - Protect streaming with lock.
14562          - Combine flows
14563          - set caps on outgoing buffers.
14564          - strip trailing \0 from data packets.
14565          - Configure RTP/RTCP in stream.
14566         Use DEBUG_OBJECT more.
14567
14568 2006-08-16  Wim Taymans  <wim@fluendo.com>
14569
14570         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14571         Turn a g_print into a DEBUG line.
14572
14573 2006-08-13  Wim Taymans  <wim@fluendo.com>
14574
14575         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14576         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14577         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14578         (gst_oss_mixer_element_get_property),
14579         (gst_oss_mixer_element_change_state):
14580         * sys/oss/gstossmixerelement.h:
14581         Small cleanups. Better error reporting.
14582         Add device property for the mixer instead of the hardcoded
14583         /dev/mixer. Fixes #350785.
14584         API: GstOssMixerElement::device property
14585
14586 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         Patch by: Jens Granseuer <jensgr at gmx net>
14589
14590         * gconf/Makefile.am:
14591           Make --disable-schemas work right (they still need
14592           to be copied to the installation directory, just not
14593           applied). Fixes #351347 (also #344100).
14594           
14595 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14596
14597         * configure.ac: back to HEAD
14598
14599 === release 0.10.4 ===
14600
14601 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14602
14603         * configure.ac:
14604           releasing 0.10.4, "Dear Leader"
14605
14606 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14607
14608         Patch by: Edward Hervey <edward@fluendo.com>
14609
14610         * configure.ac:
14611         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14612         (gst_wavparse_stream_data):
14613         Send the newsegment event in the streaming thread.
14614         Fixes #347529
14615
14616 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14617
14618         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14619         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14620         (gst_smokeenc_resync), (gst_smokeenc_chain):
14621           Refuse sink caps in the encoder if width or height is not a
14622           multiple of 16, the encoder does not support that yet (#349939);
14623           along the same lines, check the return value of the encoder
14624           setup function; also remove some debug log clutter.
14625
14626 2006-08-04  Andy Wingo  <wingo@pobox.com>
14627
14628         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14629         whether a processor can work in place or not, and for keeping
14630         track of its state. Change the FlowReturn instance variable from
14631         "state" to "flow_state", all callers changed.
14632
14633         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14634         (gst_signal_processor_start, gst_signal_processor_stop)
14635         (gst_signal_processor_cleanup): New functions to manage the
14636         processor's state.
14637         (gst_signal_processor_setcaps): start() as well as setup() here.
14638         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14639         (gst_signal_processor_change_state): Stop and cleanup the
14640         processor as we go to NULL.
14641
14642         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14643         INPLACE_BROKEN is not set.
14644
14645         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14646         Do the alloc_buffer in bytes, not frames.
14647         
14648 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14649
14650         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14651         Fix rgb masks when recording in < 24bpp.
14652
14653 2006-08-04  Andy Wingo  <wingo@pobox.com>
14654
14655         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14656         (gst_signal_processor_prepare)
14657         (gst_signal_processor_update_inputs)
14658         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14659         (gst_signal_processor_flush)
14660         (gst_signal_processor_sink_activate_push)
14661         (gst_signal_processor_src_activate_pull)
14662         (gst_signal_processor_change_state): Remove the last of the code
14663         that assumes that we process whole buffers at a time. Fix some
14664         debugging. Seems to work now in some cases.
14665         (gst_signal_processor_src_activate_pull): BPB
14666
14667 2006-08-01  Andy Wingo  <wingo@pobox.com>
14668
14669         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14670         Fix nframes-choosing.
14671         (gst_signal_processor_init): Init pending_in and pending_out.
14672
14673         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14674         more default sample rate, although we never check that the sample
14675         rate actually gets set. Something for the future.
14676         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14677         (gst_signal_processor_event): Refcount fixen.
14678         (gst_signal_processor_process): Pull the number of frames to
14679         process from the sizes of the buffers in the input pens.
14680         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14681         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14682         it instead of buffer_frames.
14683         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14684         to do_pulls.
14685         (gst_signal_processor_chain)
14686         (gst_signal_processor_sink_activate_push)
14687         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14688
14689         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14690
14691 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14692
14693         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14694         (gst_signal_processor_process):
14695           don't query buffer-frames from caps, add lots of debug-log,
14696           try fix for assert (#349189)
14697
14698 2006-07-31  Wim Taymans  <wim@fluendo.com>
14699
14700         * gst/udp/gstudpsrc.c:
14701         Fix docs.
14702
14703 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14704
14705         * ext/ladspa/gstsignalprocessor.c:
14706         (gst_signal_processor_add_pad_from_template),
14707         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14708         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14709         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14710         (gst_signal_processor_sink_activate_push),
14711         (gst_signal_processor_src_activate_pull),
14712         (gst_signal_processor_change_state):
14713          Add debugs logs here and there, add more error handling, add some
14714          FIXME comments, filed #349189
14715
14716 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14717
14718         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14719         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14720         Set caps on buffer correctly.  Fixes bug #349155.
14721
14722 2006-07-28  Wim Taymans  <wim@fluendo.com>
14723
14724         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14725
14726         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14727         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14728         (gst_multipart_demux_finalize), (get_line_end),
14729         (multipart_parse_header), (multipart_find_boundary),
14730         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14731         (gst_multipart_set_property), (gst_multipart_get_property):
14732         Uses GstAdapter instead of own buffering.
14733         Actually parses the mime-type correctly (In tests the mime-type was
14734         always "" with the old version).
14735         Uses the Content-length header if available to speed up things.
14736         Reliably autoscans the boundary name by default.
14737         Fixes #349068.
14738
14739         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14740         Don't start the stream with a \n.
14741
14742 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14743
14744         Patch by: Brian Cameron <brian dot cameron at sun com>
14745
14746         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14747           Open source with O_NONBLOCK (#349015).
14748
14749 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14750
14751         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14752         (gst_avi_demux_massage_index):
14753         * gst/avi/gstavidemux.h:
14754           Whitespace fixes and more debug
14755
14756 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14757
14758         * gst/autodetect/gstautoaudiosink.c:
14759         (gst_auto_audio_sink_create_element_with_pretty_name),
14760         (gst_auto_audio_sink_find_best),
14761         (gst_auto_audio_sink_change_state):
14762           Get rid of old and unused magic sound-server properties stuff.
14763           Add suffix to child sink's name that makes it easy to see from
14764           the name alone which type it actually is (alsa, oss, esd, etc.).
14765
14766 2006-07-27  Wim Taymans  <wim@fluendo.com>
14767
14768         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14769         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14770         (gst_udpsrc_start):
14771         * gst/udp/gstudpsrc.h:
14772         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14773         not some sort of feature we enable.
14774
14775 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14776
14777         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14778           Use CLOSE_SOCKET() here instead of close() to maintain
14779           win32 workiness.
14780
14781 2006-07-27  Wim Taymans  <wim@fluendo.com>
14782
14783         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14784
14785         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14786         (gst_udpsrc_create), (gst_udpsrc_set_property),
14787         (gst_udpsrc_get_property), (gst_udpsrc_start):
14788         * gst/udp/gstudpsrc.h:
14789         Added "buffer-size" property to control the kernel receive buffer size.
14790         Update documentation.
14791         Small cleanups. Fixes #348752.
14792         API: buffer-size property
14793
14794 2006-07-26  Wim Taymans  <wim@fluendo.com>
14795
14796         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14797
14798         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14799         (gst_rtp_pcma_pay_handle_buffer):
14800         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14801         (gst_rtp_pcmu_pay_handle_buffer):
14802         Fix timestamp calculation on outgoing RTP packets.
14803         Fixes #348675.
14804
14805 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14806
14807         * ext/taglib/gstid3v2mux.cc:
14808           Fix writing of comment frames (should be COMM not TCOM),
14809           is still sub-optimal though, since we don't retain or
14810           extract the comment descriptions properly (#334375,
14811           also see #334375).
14812
14813 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14814
14815         * gst/wavparse/gstwavparse.c:
14816           #define 'fact' RIFF chunk if we are not compiling against
14817           -base CVS (we don't want to depend on -base CVS for this
14818           one define only, and also not for release order reasons).
14819
14820 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14821
14822         * ext/taglib/gstid3v2mux.cc:
14823           Handle multiple tags of the same type properly. Re-inject
14824           unparsed ID3v2 frames that we get as binary blobs from
14825           id3demux into the tag again so we don't lose information
14826           when retagging (#334375).
14827
14828 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14829
14830         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14831           Document newly-added properties properly, so that there is a
14832           'Since: 0.10.4' in the plugin docs. Convert some property
14833           names into canonical GObject style (GObject will do that
14834           internally anyway).
14835
14836 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14837
14838         * gst/id3demux/id3tags.c:
14839         (id3demux_add_id3v2_frame_blob_to_taglist):
14840           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14841           well, and add the version to the blob's buffer caps, since that
14842           information will be needed for deserialisation later on (#348644).
14843
14844 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14845
14846         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14847         (gst_avi_demux_parse_stream):
14848          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14849          indentation and spacing.
14850
14851 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14852
14853         * docs/plugins/Makefile.am:
14854         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14855         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14856         * docs/plugins/gst-plugins-good-plugins.args:
14857         * docs/plugins/inspect/plugin-1394.xml:
14858         * docs/plugins/inspect/plugin-aasink.xml:
14859         * docs/plugins/inspect/plugin-alaw.xml:
14860         * docs/plugins/inspect/plugin-alpha.xml:
14861         * docs/plugins/inspect/plugin-alphacolor.xml:
14862         * docs/plugins/inspect/plugin-annodex.xml:
14863         * docs/plugins/inspect/plugin-apetag.xml:
14864         * docs/plugins/inspect/plugin-auparse.xml:
14865         * docs/plugins/inspect/plugin-autodetect.xml:
14866         * docs/plugins/inspect/plugin-avi.xml:
14867         * docs/plugins/inspect/plugin-cacasink.xml:
14868         * docs/plugins/inspect/plugin-cairo.xml:
14869         * docs/plugins/inspect/plugin-cdio.xml:
14870         * docs/plugins/inspect/plugin-cutter.xml:
14871         * docs/plugins/inspect/plugin-debug.xml:
14872         * docs/plugins/inspect/plugin-dv.xml:
14873         * docs/plugins/inspect/plugin-efence.xml:
14874         * docs/plugins/inspect/plugin-effectv.xml:
14875         * docs/plugins/inspect/plugin-esdsink.xml:
14876         * docs/plugins/inspect/plugin-flac.xml:
14877         * docs/plugins/inspect/plugin-flxdec.xml:
14878         * docs/plugins/inspect/plugin-gconfelements.xml:
14879         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14880         * docs/plugins/inspect/plugin-goom.xml:
14881         * docs/plugins/inspect/plugin-halelements.xml:
14882         * docs/plugins/inspect/plugin-icydemux.xml:
14883         * docs/plugins/inspect/plugin-id3demux.xml:
14884         * docs/plugins/inspect/plugin-jpeg.xml:
14885         * docs/plugins/inspect/plugin-level.xml:
14886         * docs/plugins/inspect/plugin-matroska.xml:
14887         * docs/plugins/inspect/plugin-mulaw.xml:
14888         * docs/plugins/inspect/plugin-multipart.xml:
14889         * docs/plugins/inspect/plugin-navigationtest.xml:
14890         * docs/plugins/inspect/plugin-ossaudio.xml:
14891         * docs/plugins/inspect/plugin-png.xml:
14892         * docs/plugins/inspect/plugin-rtp.xml:
14893         * docs/plugins/inspect/plugin-rtsp.xml:
14894         * docs/plugins/inspect/plugin-shout2send.xml:
14895         * docs/plugins/inspect/plugin-smpte.xml:
14896         * docs/plugins/inspect/plugin-speex.xml:
14897         * docs/plugins/inspect/plugin-udp.xml:
14898         * docs/plugins/inspect/plugin-videobalance.xml:
14899         * docs/plugins/inspect/plugin-videobox.xml:
14900         * docs/plugins/inspect/plugin-videoflip.xml:
14901         * docs/plugins/inspect/plugin-videomixer.xml:
14902         * docs/plugins/inspect/plugin-wavenc.xml:
14903         * docs/plugins/inspect/plugin-wavparse.xml:
14904         * docs/plugins/inspect/plugin-ximagesrc.xml:
14905           Update files to CVS/Prerelease version, add esdsink docs.
14906
14907         * ext/esd/esdsink.c:
14908           Add gtk-doc blurb.
14909
14910         * gst/rtp/gstrtpmp4vpay.c:
14911           Fix typo in element description.
14912
14913 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14914
14915         * ext/esd/esdsink.c: (gst_esdsink_open),
14916         (gst_esdsink_factory_init):
14917           Prevent libesd from auto-spawning a sound daemon if it
14918           is not already running. Now that we don't do evil stuff
14919           like that any longer we can give esdsink a rank so that
14920           autoaudiosink will try it as well if all other audio
14921           sinks fail (#343051).
14922
14923 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14924
14925         * ext/esd/Makefile.am:
14926           Oops, need to remove README from EXTRA_DIST as well.
14927
14928 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14929
14930         * ext/esd/README:
14931           Remove, it contains nothing useful anyway.
14932
14933         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14934         (gst_esdsink_delay):
14935           Some small clean-ups; use GST_BOILERPLATE etc.
14936
14937 2006-07-24  Wim Taymans  <wim@fluendo.com>
14938
14939         * gst/law/alaw-decode.c: (alawdec_getcaps):
14940         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14941         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14942         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14943         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14944
14945 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14946
14947         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14948         (gst_wavparse_other), (gst_wavparse_perform_seek),
14949         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14950         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14951         (gst_wavparse_pad_query):
14952         * gst/wavparse/gstwavparse.h:
14953           Use information from 'fact' chunk for length calculation of compressed
14954           samples. Calculate bps if bogus value is found in wav header (embeded
14955           mp2/mp3).
14956           
14957
14958 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14959
14960         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14961
14962         * configure.ac:
14963         * gst/udp/Makefile.am:
14964         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14965         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14966         * gst/udp/gstdynudpsink.h:
14967         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14968         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14969         * gst/udp/gstmultiudpsink.h:
14970         * gst/udp/gstudp.c: (plugin_init):
14971         * gst/udp/gstudpsink.h:
14972         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14973         (gst_udpsrc_start), (gst_udpsrc_stop):
14974         * gst/udp/gstudpsrc.h:
14975         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14976         (gst_udp_net_utils_win32_wsa_startup):
14977         * gst/udp/gstudpnetutils.h:
14978           Port udp plugin to win32 (#345288).
14979
14980 2006-07-24  Wim Taymans  <wim@fluendo.com>
14981
14982         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14983         Remove unwanted DEBUG line.
14984
14985 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14986
14987         * gst/id3demux/gstid3demux.c: (plugin_init):
14988         * gst/id3demux/id3tags.c:
14989         (id3demux_add_id3v2_frame_blob_to_taglist):
14990         * gst/id3demux/id3tags.h:
14991           On second thought, it might be wiser and more efficient
14992           not to do tag registration from a streaming thread.
14993
14994 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14995
14996         * gst/id3demux/id3tags.c:
14997         (id3demux_add_id3v2_frame_blob_to_taglist),
14998         (id3demux_id3v2_frames_to_tag_list):
14999           Put ID3v2 frames we can't parse as binary blobs into private
15000           tags, so that they are not lost when retagging, at least once
15001           id3v2mux has been taught to re-inject those frames again.
15002           See bug #334375.
15003
15004 2006-07-21  Wim Taymans  <wim@fluendo.com>
15005
15006         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15007         (gst_avi_demux_process_next_entry):
15008         Fix some leaks.
15009
15010         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15011         Don't use \n in debug lines.
15012
15013 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15014
15015         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15016         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15017           Add annodex and icydemux, cleanup the sections a bit
15018
15019 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15020
15021         Patch by: Alex Lancaster <alexl at users sourceforge net>
15022
15023         * ext/taglib/gstid3v2mux.cc:
15024           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15025           ID3v2 TSSE frames (#347898).
15026
15027 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15028
15029         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15030           Respect mpegversion for "video/mpeg" and give message in case of
15031           unhandled versions.
15032
15033 2006-07-17  Wim Taymans  <wim@fluendo.com>
15034
15035         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15036         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15037         (gst_pngdec_chain), (gst_pngdec_sink_event),
15038         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15039         (gst_pngdec_sink_activate_push):
15040         * ext/libpng/gstpngdec.h:
15041         Use statically allocated segment instead of leaking.
15042         Various cleanups.
15043         Fix flush and seek handling.
15044
15045 2006-07-16  Wim Taymans  <wim@fluendo.com>
15046
15047         * gst/rtp/Makefile.am:
15048         * gst/rtp/gstrtp.c: (plugin_init):
15049         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15050         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15051         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15052         (gst_rtp_mp4g_depay_set_property),
15053         (gst_rtp_mp4g_depay_get_property),
15054         (gst_rtp_mp4g_depay_change_state),
15055         (gst_rtp_mp4g_depay_plugin_init):
15056         * gst/rtp/gstrtpmp4gdepay.h:
15057         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15058         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15059         (gst_rtp_mp4g_pay_flush):
15060         Added simple generic mpeg4 depayloader.
15061         Fix generic mpeg4 payloader.
15062
15063 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15064
15065         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15066           Don't try doing state changes on a NULL pointer.
15067
15068 2006-07-14  Wim Taymans  <wim@fluendo.com>
15069
15070         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15071
15072         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15073         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15074         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15075         * gst/rtp/gstrtpamrdepay.h:
15076         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15077         Fixes #321191
15078
15079 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15080
15081         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15082         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15083         Fix segfault when moving mouse pointer to the bottom right corner.
15084
15085 2006-07-12  Wim Taymans  <wim@fluendo.com>
15086
15087         * gst/rtp/Makefile.am:
15088         * gst/rtp/gstrtp.c: (plugin_init):
15089         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15090         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15091         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15092         (gst_rtp_mp2t_depay_set_property),
15093         (gst_rtp_mp2t_depay_get_property),
15094         (gst_rtp_mp2t_depay_change_state),
15095         (gst_rtp_mp2t_depay_plugin_init):
15096         * gst/rtp/gstrtpmp2tdepay.h:
15097         Added mpeg2 TS depayloader. Closing #347234.
15098
15099 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15100
15101         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15102           Remove g_assert that shouldn't be there and was triggered
15103           after trying to open a device that doesn't exist or can't
15104           be opened for some other reason (#347972).
15105
15106 2006-07-10  Edward Hervey  <edward@fluendo.com>
15107
15108         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15109         (gst_avi_demux_stream_header), (push_tag_lists):
15110         * gst/avi/gstavidemux.h:
15111         Don't push tag events found by gst_riff_parse_info() before outputting
15112         GST_EVENT_NEWSEGMENT.
15113
15114 2006-07-10  Wim Taymans  <wim@fluendo.com>
15115
15116         * gst/rtsp/Makefile.am:
15117         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15118         (rtsp_connection_close):
15119         * gst/rtsp/rtspdefs.h:
15120         replaced closesocket and close in code with one CLOSE_SOCKET. 
15121         Some more cleanups. Fixes #345301.
15122
15123 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15124
15125         * gst/autodetect/gstautoaudiosink.c:
15126           Fix example pipeline in docs.
15127
15128 2006-07-10  Wim Taymans  <wim@fluendo.com>
15129
15130         Patch by: Rob Taylor <robtaylor at floopily dot org>
15131
15132         * gst/udp/gstmultiudpsink.c: (join_multicast),
15133         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15134         If a destination is added before the stream is set to PAUSED, the
15135         multicast group is not joined as the socket is not created yet. 
15136         Also TTL and LOOP should also be set. Fixes #346921.
15137
15138 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15139
15140         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15141         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15142         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15143         (gst_ximage_src_init):
15144         * sys/ximage/gstximagesrc.h:
15145         Fix use-damage property to actually work :)
15146         Add startx, starty, endx, endy properties so screencasts other than full
15147         screen ones can work.
15148
15149 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15150
15151         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15152         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15153         (gst_ximage_src_class_init), (gst_ximage_src_init):
15154         * sys/ximage/gstximagesrc.h:
15155         Add use_damage property to offer ability to choose whether to use
15156         XDamage or not.
15157
15158 2006-07-07  Wim Taymans  <wim@fluendo.com>
15159
15160         * gst/goom/filters.c: (zoomFilterSetResolution):
15161         Avoid goom coredumping by clearing memory. 
15162         Fixes 345679.
15163
15164 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15165
15166         * win32/vs6/libgstid3demux.dsp:
15167         Add a link to libgsttag-0.10.lib.
15168
15169 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15170
15171         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15172         (gst_tag_demux_read_range):
15173         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15174         (gst_id3demux_read_range):
15175           Don't return FLOW_UNEXPECTED when a buffer is before
15176           the start of the stream (which might happen with
15177           large ID3v2 tags if the tag reading was done pullrange
15178           based and we then switched to push mode later on).
15179           Fixes regression introduced by commit from June 29th.
15180
15181 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15182
15183         * ext/taglib/gstid3v2mux.cc:
15184           Make UTF-8 the default encoding when writing string
15185           tags (before, our UTF-8 strings would automatically
15186           be converted to ISO-8859-1 by taglib and written as
15187           ISO-8859-1 fields if that was possible).
15188
15189         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15190         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15191         (test_taglib_id3mux_with_tags):
15192           Add test case that makes sure our UTF-8 strings have
15193           actually been written into the tag as UTF-8.
15194
15195 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15196
15197         * configure.ac:
15198           Let's try that again.
15199
15200 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15201
15202         * configure.ac:
15203           Disable monoscope plugin for now until it fulfills
15204           all the requirements.
15205
15206 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15207
15208         * configure.ac:
15209         * gst/monoscope/Makefile.am:
15210         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15211         (gst_monoscope_class_init), (gst_monoscope_init),
15212         (gst_monoscope_finalize), (gst_monoscope_reset),
15213         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15214         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15215         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15216         (gst_monoscope_change_state), (plugin_init):
15217         * gst/monoscope/gstmonoscope.h:
15218           Port monoscope visualisation to 0.10.
15219
15220 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15221
15222         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15223         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15224           Return FLOW_UNEXPECTED when at the end of the file, not
15225           FLOW_ERROR. Fixes 'internal stream error' errors that
15226           would sometimes occur in totem when scrubbing to the
15227           end of an ID3v1 tagged mp3 file.
15228
15229 2006-07-03  Edward Hervey  <edward@fluendo.com>
15230
15231         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15232         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15233         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15234         * ext/libpng/gstpngdec.h:
15235         Implement buffer clipping/dropping using GstSegment.
15236         This provides accurate seeking.
15237
15238 2006-07-03  Edward Hervey  <edward@fluendo.com>
15239
15240         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15241         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15242         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15243         (gst_avi_demux_process_next_entry), (push_tag_lists),
15244         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15245         * gst/avi/gstavidemux.h:
15246         Proper aggregation of each stream's GstFlowReturn in order to figure out
15247         whether the task should stop or not.
15248         Don't send inline events before pushing out a NEW_SEGMENT, more
15249         specifically for GST_TAG_EVENT.
15250         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15251         sub-indexes.
15252
15253 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15254
15255         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15256
15257         * sys/sunaudio/gstsunaudiomixerctrl.c:
15258         (gst_sunaudiomixer_ctrl_build_list):
15259           Move "Monitor" slider to input tab so it works more like
15260           sdtaudiocontrol, which is what people on Solaris are used
15261           to using for their mixer program (#346259).
15262
15263 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15264
15265         * tests/check/elements/level.c: (GST_START_TEST):
15266           fix a leak, clean up at the end
15267
15268 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15269
15270         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15271         (gst_matroska_demux_send_event),
15272         (gst_matroska_demux_loop_stream_parse_id):
15273         * gst/matroska/matroska-ids.h:
15274           Send tag event after newsegment event.
15275
15276 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15277
15278         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15279         (gst_id3demux_read_range):
15280           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15281           certain cases where a read beyond the end of the file is
15282           requested. Fixes #345930.
15283
15284         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15285         (gst_tag_demux_read_range):
15286           Fix same issue here as well.
15287
15288 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15289
15290         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15291         
15292         Fix hypothetical crash.
15293
15294 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15295
15296         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15297
15298         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15299           Do not modify the ports value. If the user has turned off the
15300           built-in speakers, then we should not reset it in the prepare
15301           function, since this causes the built-in speakers to turn
15302           back on anytime the user changes a track in totem, rhythmbox,
15303           etc. (#346066).
15304
15305 2006-06-23  Wim Taymans  <wim@fluendo.com>
15306
15307         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15308         Fix double caps unref when negotiation fails.
15309
15310 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15311
15312         * ext/annodex/gstcmmldec.c:
15313         * ext/annodex/gstcmmlenc.c:
15314         * ext/annodex/gstcmmlparser.c:
15315         * ext/dv/gstdvdec.c:
15316         * ext/dv/gstdvdemux.c:
15317         * ext/gdk_pixbuf/pixbufscale.c:
15318         * ext/jpeg/gstjpegenc.c:
15319         * ext/jpeg/gstsmokedec.c:
15320         * ext/jpeg/gstsmokeenc.c:
15321         * ext/libpng/gstpngdec.c:
15322         * ext/libpng/gstpngenc.c:
15323         * ext/speex/gstspeexenc.c:
15324         * gst/alpha/gstalphacolor.c:
15325         * gst/cutter/gstcutter.c:
15326         * gst/debug/gstnavigationtest.c:
15327         * gst/icydemux/gsticydemux.c:
15328         * gst/level/gstlevel.c:
15329         * gst/multipart/multipart.c:
15330         * gst/rtp/gstrtpamrpay.c:
15331         * gst/rtp/gstrtpdepay.c:
15332         * gst/rtp/gstrtpilbcpay.c:
15333         * gst/rtp/gstrtpmp4gpay.c:
15334         * gst/rtp/gstrtpmp4vpay.c:
15335         * gst/rtsp/gstrtpdec.c:
15336         * gst/rtsp/gstrtspsrc.c:
15337         * gst/udp/gstdynudpsink.c:
15338         * gst/udp/gstmultiudpsink.c:
15339         * gst/udp/gstudpsrc.c:
15340         * gst/videobox/gstvideobox.c:
15341         * gst/videofilter/gstvideoflip.c:
15342           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15343           plus two minor macro fixes.
15344
15345 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15346
15347         * gst/matroska/matroska-demux.c:
15348         (gst_matroska_demux_check_subtitle_buffer),
15349         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15350         (gst_matroska_demux_subtitle_caps):
15351         * gst/matroska/matroska-ids.c:
15352         (gst_matroska_track_init_subtitle_context):
15353         * gst/matroska/matroska-ids.h:
15354           Try to fix up broken matroska files containing subtitle
15355           streams with non-UTF8 character encodings (courtesy of
15356           mkvmerge) using either the encoding specified in the
15357           GST_SUBTITLE_ENCODING environment variable or the
15358           current locale's character set if it is non-UTF8.
15359           Fixes #337076.
15360
15361 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15362
15363         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15364           Set image type from APIC frame as "image-type" field
15365           of GST_TAG_IMAGE buffer caps (#344605).
15366
15367 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15368
15369         * ext/flac/Makefile.am:
15370         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15371         (gst_flac_dec_reset_decoders),
15372         (gst_flac_dec_setup_seekable_decoder),
15373         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15374         (gst_flac_dec_metadata_callback),
15375         (gst_flac_dec_metadata_callback_seekable),
15376         (gst_flac_dec_metadata_callback_stream),
15377         (gst_flac_dec_error_callback),
15378         (gst_flac_dec_error_callback_seekable),
15379         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15380         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15381         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15382         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15383         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15384         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15385         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15386         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15387         (gst_flac_dec_sink_activate_push),
15388         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15389         * ext/flac/gstflacdec.h:
15390           Support chain-based operation, should make flac-over-DAAP
15391           work (#340492).
15392
15393 2006-06-20  Wim Taymans  <wim@fluendo.com>
15394
15395         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15396         Doc updates, merge some unused symbols.
15397
15398 2006-06-20  Wim Taymans  <wim@fluendo.com>
15399
15400         * docs/plugins/Makefile.am:
15401         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15402         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15403         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15404         * gst/rtsp/gstrtspsrc.c:
15405         * gst/rtsp/gstrtspsrc.h:
15406         Added documentation for the rtsp plugin. Fixes #345393.
15407
15408 2006-06-20  Wim Taymans  <wim@fluendo.com>
15409
15410         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15411         (rtsp_connection_close), (rtsp_connection_free):
15412         Use better G_OS_* macros. Fixes #345301 some more.
15413
15414 2006-06-20  Wim Taymans  <wim@fluendo.com>
15415
15416         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15417
15418         * sys/sunaudio/Makefile.am:
15419         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15420         * sys/sunaudio/gstsunaudiomixerctrl.c:
15421         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15422         (gst_sunaudiomixer_ctrl_list_tracks),
15423         (gst_sunaudiomixer_ctrl_get_volume),
15424         (gst_sunaudiomixer_ctrl_set_volume),
15425         (gst_sunaudiomixer_ctrl_set_mute),
15426         (gst_sunaudiomixer_ctrl_set_record):
15427         * sys/sunaudio/gstsunaudiomixerctrl.h:
15428         * sys/sunaudio/gstsunaudiomixertrack.c:
15429         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15430         * sys/sunaudio/gstsunaudiomixertrack.h:
15431         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15432         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15433         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15434         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15435         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15436         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15437         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15438         (gst_sunaudiosrc_reset):
15439         * sys/sunaudio/gstsunaudiosrc.h:
15440         Add a SunAudio source plugin.
15441         Support stereo and right/left channel gain in the mixer plugin.
15442         Support the RECORD flag so that you can switch between line-input and
15443         microphone in gnome-volume-control.
15444         Code cleanups like using an enumerator for track number instead of an 
15445         integer. Fixes #344923.
15446
15447 2006-06-20  Wim Taymans  <wim@fluendo.com>
15448
15449         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15450
15451         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15452         (rtsp_connection_close):
15453         Make RTSP plugin compile on windows. Fixes #345301.
15454         Some changes to original patch to catch errors better.
15455         use ifdef WIN32 instead of ifndef.
15456
15457 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15458
15459         * configure.ac:
15460         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15461
15462 2006-06-18  Edward Hervey  <edward@fluendo.com>
15463
15464         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15465         After a failed buffer alloc, we need to abort the jpeg decoding (it
15466         started when parsing headers to figure out how many bytes we need
15467         to request downstream).
15468
15469 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15470
15471         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15472
15473         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15474           Make sure we don't read beyond the end of the file (#345232).
15475
15476 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15477
15478         * configure.ac:
15479           Fix --disable-external (can't set conditionals conditionally,
15480           #343602).
15481
15482 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15483
15484         * autogen.sh:
15485         * configure.ac:
15486         * docs/Makefile.am:
15487           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15488
15489         * docs/plugins/Makefile.am:
15490         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15491         * docs/plugins/inspect/plugin-taglib.xml:
15492           Add/fix apev2mux docs.
15493
15494 2006-06-14  Wim Taymans  <wim@fluendo.com>
15495
15496         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15497         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15498         (gst_dvdec_change_state):
15499         Reset segment info on flush.
15500         Alloc segment in _init, free in _finalize.
15501
15502         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15503         Don't send segments twice.
15504
15505 2006-06-14  Wim Taymans  <wim@fluendo.com>
15506
15507         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15508         Respect segment.stop. Fixes #342592.
15509
15510 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15511
15512         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15513           No language specified means the implied language is English
15514           according to the matroska spec (partially fixes #344708);
15515           add some more debug output.
15516
15517 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15518
15519         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15520         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15521         (gst_wavparse_chain):
15522           When operating chain-based, don't make any assumptions about the
15523           chunking of the incoming data and make streaming work on days other
15524           than the second Thursday after a full moon. Also fix up debug
15525           messages here and there and make use of the most excellent new
15526           gst_pad_query_peer_duration() utility function.
15527           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15528
15529         * gst/wavparse/gstwavparse.h:
15530           Remove trailing comma after last enum value, some compilers don't
15531           like that.
15532
15533 2006-06-13  Wim Taymans  <wim@fluendo.com>
15534
15535         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15536         Handle premature EOS gracefully.
15537
15538 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15539
15540         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15541           Prevent out of bounds array access when scrubbing towards
15542           the end of the file between the last index entry and the
15543           end. Fixes occasional 'start <= stop' newsegment event
15544           assertions when scrubbing in MJPEG files.
15545
15546 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         * tests/check/elements/.cvsignore:
15549           And another one.
15550
15551 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15552
15553         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15554         (scan_encoded_string), (parse_picture_frame):
15555           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15556
15557         * configure.ac:
15558           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15559           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15560
15561 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15562
15563         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15564           gratuitous comment changes
15565         * tests/check/elements/level.c: (GST_START_TEST):
15566           fix level test leaks
15567
15568 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15569
15570         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15571         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15572           Use gst_pad_query_peer_duration() utility function here.
15573
15574 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15575
15576         * autogen.sh:
15577           require am17
15578         * configure.ac:
15579         * ext/annodex/Makefile.am:
15580         * ext/cdio/Makefile.am:
15581         * ext/dv/Makefile.am:
15582         * ext/esd/Makefile.am:
15583         * ext/flac/Makefile.am:
15584         * ext/gdk_pixbuf/Makefile.am:
15585         * ext/ladspa/Makefile.am:
15586         * ext/libcaca/Makefile.am:
15587         * ext/speex/Makefile.am:
15588         * ext/taglib/Makefile.am:
15589         * sys/oss/Makefile.am:
15590         * sys/sunaudio/Makefile.am:
15591         * sys/ximage/Makefile.am:
15592           clean up build further
15593
15594 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15595
15596         * gconf/Makefile.am:
15597           Honour --disable-schemas-install configure option. Fixes #344100.
15598
15599 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15600
15601         * tests/examples/level/Makefile.am:
15602           Add -lm to LIBS for pow() function, don't assume one of our
15603           dependencies (such as libxml-2.0) drags it in automatically
15604           (#343603).
15605
15606 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15607
15608         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15609
15610         * configure.ac:
15611           We should use $SED and not $(SED) in configure.ac (#343678).
15612
15613 2006-06-09  Wim Taymans  <wim@fluendo.com>
15614
15615         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15616
15617         * sys/sunaudio/gstsunaudiomixerctrl.c:
15618         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15619         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15620         (gst_sunaudiomixer_ctrl_set_mute):
15621         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15622         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15623         (gst_sunaudiosink_write):
15624         Attached find a patch that fixes a number of bugs with the SunAudio
15625         mixer plugin and fixes #344101:
15626         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15627            tracks onto the tracklist causing gnome-volume-control's preferences
15628            dialog to be messed up and would core dump if you checked/unchecked
15629            any item.
15630         2. We weren't previously setting the MUTE flag properly.  Fixing this
15631            makes gnome-volume-control work better.
15632         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15633            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15634            gnome-volume-control look better.
15635         Also some minor cleanup in gstsunaudiosink.c.
15636
15637 2006-06-09  Wim Taymans  <wim@fluendo.com>
15638
15639         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15640         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15641         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15642         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15643         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15644         * ext/jpeg/gstjpegdec.h:
15645         API: Added IDCT method property
15646         Small cleanups.
15647         Avoid dynamic allocation of trivial fixed structure.
15648         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15649
15650 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15651
15652         * configure.ac:
15653         We now require libraw1394 >= 1.1.0 and that version onwards all
15654         have .pc files.
15655
15656 2006-06-02  Edward Hervey  <edward@fluendo.com>
15657
15658         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15659         Trying to get items from an ANY or EMPTY caps is ... stupid.
15660
15661 2006-06-02  Edward Hervey  <edward@fluendo.com>
15662
15663         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15664         (gst_dvdec_chain), (gst_dvdec_change_state):
15665         * ext/dv/gstdvdec.h:
15666         Added GstSegment handling, now implements dropping/clipping.
15667
15668 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15669
15670         * ext/aalib/gstaasink.h:
15671         * ext/annodex/gstcmmldec.h:
15672         * ext/cairo/gsttimeoverlay.h:
15673         * ext/dv/gstdvdec.h:
15674         * ext/dv/gstdvdemux.h:
15675         * ext/esd/esdmon.h:
15676         * ext/esd/esdsink.h:
15677         * ext/flac/gstflacenc.h:
15678         * ext/gconf/gstgconfaudiosink.h:
15679         * ext/gconf/gstgconfaudiosrc.h:
15680         * ext/gconf/gstgconfvideosink.h:
15681         * ext/gconf/gstgconfvideosrc.h:
15682         * ext/gdk_pixbuf/gstgdkanimation.h:
15683         * ext/gdk_pixbuf/pixbufscale.h:
15684         * ext/hal/gsthalaudiosink.h:
15685         * ext/hal/gsthalaudiosrc.h:
15686         * ext/jpeg/gstjpegenc.h:
15687         * ext/jpeg/gstsmokedec.h:
15688         * ext/jpeg/gstsmokeenc.h:
15689         * ext/libcaca/gstcacasink.h:
15690         * ext/libmng/gstmngdec.h:
15691         * ext/libmng/gstmngenc.h:
15692         * ext/libpng/gstpngdec.h:
15693         * ext/libpng/gstpngenc.h:
15694         * ext/raw1394/gstdv1394src.h:
15695         * ext/speex/gstspeexenc.h:
15696         * gst/autodetect/gstautoaudiosink.h:
15697         * gst/autodetect/gstautovideosink.h:
15698         * gst/avi/gstavidemux.h:
15699         * gst/cutter/gstcutter.h:
15700         * gst/debug/efence.h:
15701         * gst/debug/gstnavigationtest.h:
15702         * gst/debug/gstnavseek.h:
15703         * gst/flx/gstflxdec.h:
15704         * gst/goom/gstgoom.h:
15705         * gst/icydemux/gsticydemux.h:
15706         * gst/id3demux/gstid3demux.h:
15707         * gst/law/alaw-decode.h:
15708         * gst/law/alaw-encode.h:
15709         * gst/law/mulaw-decode.h:
15710         * gst/law/mulaw-encode.h:
15711         * gst/matroska/matroska-mux.h:
15712         * gst/median/gstmedian.h:
15713         * gst/oldcore/gstaggregator.h:
15714         * gst/oldcore/gstfdsink.h:
15715         * gst/oldcore/gstmd5sink.h:
15716         * gst/oldcore/gstmultifilesrc.h:
15717         * gst/oldcore/gstpipefilter.h:
15718         * gst/oldcore/gstshaper.h:
15719         * gst/oldcore/gststatistics.h:
15720         * gst/rtp/gstasteriskh263.h:
15721         * gst/rtp/gstrtpL16depay.h:
15722         * gst/rtp/gstrtpL16pay.h:
15723         * gst/rtp/gstrtpamrdepay.h:
15724         * gst/rtp/gstrtpamrpay.h:
15725         * gst/rtp/gstrtpdepay.h:
15726         * gst/rtp/gstrtpgsmdepay.h:
15727         * gst/rtp/gstrtpgsmpay.h:
15728         * gst/rtp/gstrtph263pay.h:
15729         * gst/rtp/gstrtph263pdepay.h:
15730         * gst/rtp/gstrtph263ppay.h:
15731         * gst/rtp/gstrtpmp4gpay.h:
15732         * gst/rtp/gstrtpmp4vdepay.h:
15733         * gst/rtp/gstrtpmp4vpay.h:
15734         * gst/rtp/gstrtpmpadepay.h:
15735         * gst/rtp/gstrtpmpapay.h:
15736         * gst/rtp/gstrtppcmadepay.h:
15737         * gst/rtp/gstrtppcmapay.h:
15738         * gst/rtp/gstrtppcmudepay.h:
15739         * gst/rtp/gstrtppcmupay.h:
15740         * gst/rtp/gstrtpspeexdepay.h:
15741         * gst/rtp/gstrtpspeexpay.h:
15742         * gst/rtsp/gstrtpdec.h:
15743         * gst/rtsp/gstrtspsrc.h:
15744         * gst/smpte/gstsmpte.h:
15745         * gst/udp/gstdynudpsink.h:
15746         * gst/udp/gstmultiudpsink.h:
15747         * gst/udp/gstudpsink.h:
15748         * gst/udp/gstudpsrc.h:
15749         * gst/videofilter/gstvideobalance.h:
15750         * gst/videofilter/gstvideoflip.h:
15751         * sys/oss/gstossdmabuffer.h:
15752         * sys/oss/gstossmixerelement.h:
15753         * sys/oss/gstosssink.h:
15754         * sys/oss/gstosssrc.h:
15755         * sys/osxvideo/osxvideosink.h:
15756         * sys/sunaudio/gstsunaudiomixer.h:
15757         * sys/sunaudio/gstsunaudiosink.h:
15758         * sys/ximage/gstximagesrc.h:
15759         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15760
15761 2006-05-31  Wim Taymans  <wim@fluendo.com>
15762
15763         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15764         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15765         (gst_goom_src_setcaps), (gst_goom_src_event),
15766         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15767         (gst_goom_change_state):
15768         * gst/goom/gstgoom.h:
15769         Handle QoS.
15770         Handle flushing, discont and events.
15771         Fix timestamps and various other cleanups.
15772
15773 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15774
15775         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15776         Fix bus reset when using libiec61883
15777
15778 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15779
15780         * configure.ac:
15781         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15782         * ext/raw1394/Makefile.am:
15783         Add CFLAGS.
15784         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15785         New method, to receive using libiec61883.
15786         (gst_dv1394src_iso_receive),
15787         #ifdef'd out if libiec61883 is present.
15788         (gst_dv1394src_bus_reset),
15789         Get userdata correctly if using libiec61883. 
15790         (gst_dv1394src_create),
15791         When using libiec61883, only poll one fd and no need to read.
15792         (gst_dv1394src_discover_avc_node),
15793         Replace g_warnings.
15794         (gst_dv1394src_start),
15795         Create new handle when we know which dv port.  More reliable
15796         than setting port on an existing handle.  Initialise libiec61883.
15797         (gst_dv1394src_stop):
15798         If using libiec61883, then cleanup its handle properly.
15799         * ext/raw1394/gstdv1394src.h:
15800         Add libiec61883 handle.
15801
15802 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15803
15804         * gst/avi/gstavidemux.c:
15805           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15806         * win32/MANIFEST:
15807           sort file listing
15808         * win32/vs6/libgstavi.dsp:
15809           add gstavimux.c to the project
15810         * win32/vs6/libgstid3demux.dsp:
15811           add link to zlib library
15812         * win32/vs6/libgstmatroska.dsp:
15813           add matroska-ids.c to the project
15814
15815 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15816
15817         Patch by: Sebastian Dröge  <mail at slomosnail de >
15818
15819         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15820         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15821         * ext/taglib/Makefile.am:
15822         * ext/taglib/gstapev2mux.cc:
15823         * ext/taglib/gstapev2mux.h:
15824         * ext/taglib/gstid3v2mux.cc:
15825         * ext/taglib/gsttaglibmux.c: (plugin_init):
15826         * ext/taglib/gsttaglibmux.h:
15827           Add apev2mux element (#343122).
15828         
15829         * tests/check/Makefile.am:
15830         * tests/check/elements/apev2mux.c:
15831         (test_taglib_apev2mux_create_tags),
15832         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15833         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15834         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15835         (apev2mux_suite), (main):
15836           Add unit test for apev2mux element.
15837
15838 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15839
15840         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15841         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15842         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15843           GST_PTR_FORMAT should be used to print caps in debug statements.
15844
15845 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15846
15847         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15848
15849         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15850         (ape_demux_parse_tags):
15851           Some clean-ups and additions: map APE 'file' tag to
15852           GST_TAG_LOCATION (#343123); add support for extracting
15853           the track count and clean up parsing a bit (#343127).
15854
15855 2006-05-28  Edward Hervey  <edward@fluendo.com>
15856
15857         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15858         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15859
15860 2006-05-28  Edward Hervey  <edward@fluendo.com>
15861
15862         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15863         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15864         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15865         * ext/jpeg/gstjpegdec.h:
15866         Clip outgoing buffers according to currently configured segment.
15867
15868 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15869
15870         * ext/taglib/gstid3v2mux.cc:
15871           Handle  writing of track-count or album-volume-count without
15872           track-number or albume-volume-number (in this case the number
15873           will just be set to 0).
15874
15875         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15876           It would be nice if we actually checked the values received for
15877           track/album-volume number/count in  _check_tags(), rather than
15878           setting them again ...
15879
15880 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15881
15882         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15883           A track/volume number or count of 0 does not make sense,
15884           just ignore it along with negative numbers (a tag might
15885           only contain a track count without a track number).
15886
15887 2006-05-27  Edward Hervey  <edward@fluendo.com>
15888
15889         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15890         (gst_jpeg_dec_sink_event):
15891         Abort decompression when receiving FLUSH_STOP. This should avoid
15892         issues when interrupting decoding with flushes.
15893
15894 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15895
15896         * ext/flac/gstflac.c:
15897           Don't #include file we don't dist any longer.
15898
15899 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15900
15901         * README:
15902           Replace current README (containing the release notes from
15903           some 0.9.x version) with a proper README taken from the core.
15904
15905 2006-05-24  Wim Taymans  <wim@fluendo.com>
15906
15907         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15908         Implement EOS correctly by either posting
15909         SEGMENT_DONE or pushing an EOS message depending
15910         on the seek type. Fixes #342592
15911
15912 2006-05-24  Wim Taymans  <wim@fluendo.com>
15913
15914         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15915         * gst/law/alaw-decode.h:
15916         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15917         * gst/law/alaw-encode.h:
15918         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15919         * gst/law/mulaw-decode.h:
15920         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15921         * gst/law/mulaw-encode.h:
15922         Some cleanups in the chain functions.
15923         Remove some GStreamer 0.0.2 bits.
15924
15925 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15926
15927         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15928
15929         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15930           gst_collect_pads_stop() needs to be called before chaining up
15931           to the parent class (#342734).
15932
15933 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15934
15935         * ext/flac/Makefile.am:
15936         * ext/flac/flac_compat.h:
15937         * ext/flac/gstflac.c:
15938         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15939         * ext/flac/gstflacenc.c:
15940           Remove backwards compatibility cruft for dealing with FLAC API
15941           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15942
15943 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15944
15945         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15946         (gst_matroska_demux_push_xiph_codec_priv_data),
15947         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15948         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15949         * gst/matroska/matroska-ids.h:
15950         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15951         (gst_matroska_mux_video_pad_setcaps),
15952         (xiph3_streamheader_to_codecdata),
15953         (vorbis_streamheader_to_codecdata),
15954         (theora_streamheader_to_codecdata),
15955         (gst_matroska_mux_audio_pad_setcaps),
15956         (gst_matroska_mux_write_data):
15957           Add support for muxing/demuxing theora video (#342448; too bad
15958           none of the usual linux players can actually play this). Playback
15959           in GStreamer will require additional changes to theoradec in -base.
15960           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15961           cleanups.
15962
15963 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15964
15965         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15966         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15967           Fix crashes when the horizontal subsampling is 1.
15968           Fixes #342097.
15969
15970 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15971
15972         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15973
15974         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15975         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15976         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15977         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15978         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15979         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15980         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15981         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15982         (gst_avi_mux_change_state):
15983         * gst/avi/gstavimux.h:
15984           Some enhancements for avimux (#342526):
15985            - add odml (large file) index support
15986            - store codec init data (e.g. huffyuv)
15987            - miscellaneous other fixes/cleanups
15988
15989 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15990
15991         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15992         Don't output any tag when we encounter a negative track number - the
15993         tag type is uint, so we end up outputting huge positive numbers
15994         instead. (Fixes: #342029)
15995
15996 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15997
15998         * configure.ac:
15999           update for new GSTPB_PLUGINS_DIR
16000
16001 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16002
16003         * rtp/gst/gstrtph263pay.c:
16004         Properly set static caps for H263 at 34.
16005
16006 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16007
16008         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16009
16010         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16011           Merge event tags and tag setter tags correctly (#339918). Also,
16012           don't leak taglist in case of an error.
16013           
16014 2006-05-17  Edward Hervey  <edward@fluendo.com>
16015
16016         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16017         We can only do caps intersection if the othercaps are non-empty and not
16018         ANY. Else we return the pad template (base_caps).
16019
16020 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16021
16022         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16023           Fix crash when outputting debugging information for certain
16024           pictures (always good to use the right struct member for
16025           the number of records in an array).
16026
16027 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16028
16029         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16030
16031         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16032         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16033         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16034         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16035         (gst_ebml_read_float), (gst_ebml_read_ascii),
16036         (gst_ebml_read_binary):
16037           Don't create unnecessary sub-buffers all the time. Dramatically
16038           improves performance with multiple concurrently running
16039           matroskademux instances (#341818) (and avoids doing
16040           unnecessarily inefficient things in the general case).
16041
16042 2006-05-16  Edward Hervey  <edward@fluendo.com>
16043
16044         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16045         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16046         return value of gst_pad_push_event().
16047
16048 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16049
16050         * gst/autodetect/gstautoaudiosink.c:
16051         (gst_auto_audio_sink_find_best):
16052         * gst/autodetect/gstautovideosink.c:
16053         (gst_auto_video_sink_find_best):
16054         Make the name of the child element be based on the name of the
16055         parent, so that debug output is more useful.
16056         
16057         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16058         (parse_insert_string_field), (parse_split_strings):
16059         Rework string parsing to always walk over BOM markers in UTF16
16060         strings, using the endianness indicated by the innermost one,
16061         then trying the opposite endianness if that fails to convert
16062         to valid UTF-8. Fixes #341774
16063
16064 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16065
16066         Patch from: Matthieu <matthieu at fluendo dot com>
16067
16068         * ext/libpng/Makefile.am:
16069         Add LIBPNG_CFLAGS.
16070
16071 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16072
16073         * ext/taglib/gstid3v2mux.cc:
16074           Add support for writing images (APIC frames) into ID3v2
16075           tags (picture type always set to 'other' for now though).
16076
16077 2006-05-14  Michael Smith  <msmith@fluendo.com>
16078
16079         * gst/wavparse/gstwavparse.c:
16080           Update docs; wavparse implements push and pull modes.
16081
16082 2006-05-12  Wim Taymans  <wim@fluendo.com>
16083
16084         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16085         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16086         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16087         Ooops, bitten by the copy-and-paste design paradigm, fixes
16088         seek again.
16089
16090 2006-05-12  Wim Taymans  <wim@fluendo.com>
16091
16092         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16093         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16094         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16095         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16096         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16097         (gst_avi_demux_massage_index),
16098         (gst_avi_demux_calculate_durations_from_index),
16099         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16100         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16101         (gst_avi_demux_loop):
16102         * gst/avi/gstavidemux.h:
16103         Some cleanups, prepare to use GstSegment.
16104         Fix error in entry walking code.
16105         Fix VBR detection.
16106         Smarter timestamp calculation code.
16107         Uniform error/eos handling.
16108
16109 2006-05-12  Michael Smith  <msmith@fluendo.com>
16110
16111         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16112         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16113           Fix use of uninitialised values if we're NOT seeking in ready.
16114           Fix typos.
16115
16116 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16117
16118         * gst/wavparse/Makefile.am:
16119           Add CFLAGS and LIBS for libgstbase, fixes build on
16120           Cygwin (#341489).
16121
16122 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16123
16124         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16125           Some more debug info. No need to check whether the string
16126           returned by g_convert() is really UTF-8 - either it is or
16127           we get NULL returned.
16128
16129 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16130
16131         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16132           Fix parsing of numeric genre strings some more, by ensuring that
16133           we only try and parse strings that a) Start with '(' and b) Consist
16134           only of digits.
16135           Also, when finding an escaping '((' sequence, bust it back to '(' by
16136           swallowing the first parenthesis
16137
16138 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16139
16140         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16141         (gst_esdsink_open), (gst_esdsink_close):
16142         * ext/esd/esdsink.h:
16143           Move the esd_get_server_info() into gst_esdsink_open() and fail
16144           with a decent error message on errors.
16145
16146 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16147
16148         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16149         (gst_esdmon_channels_get_type):
16150         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16151         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16152         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16153         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16154         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16155         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16156         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16157         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16158         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16159         * gst/videomixer/videomixer.c:
16160         (gst_video_mixer_background_get_type):
16161           Const-ify GEnumValue arrays.
16162
16163 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16164
16165         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16166
16167         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16168         (gst_avi_mux_do_video_buffer):
16169           Work around gst_buffer_make_metadata_writable() bug that
16170           results in avimux marking all frames in the index as
16171           keyframes (#340859).
16172           
16173 2006-05-08  Wim Taymans  <wim@fluendo.com>
16174
16175         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16176         Make parsing of urls suck slightly less.
16177
16178 2006-05-08  Edward Hervey  <edward@fluendo.com>
16179
16180         * autogen.sh: (CONFIGURE_DEF_OPT): 
16181         libtoolize on Darwin/MacOSX is called glibtoolize.
16182
16183 2006-05-08  Wim Taymans  <wim@fluendo.com>
16184
16185         Patch by: Jens Granseuer <jensgr at gmx dot net>
16186
16187         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16188         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16189         C89 compliance fixes. Fixes #340980
16190
16191 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16192
16193         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16194         * ext/flac/gstflacdec.h:
16195           Handle segment seeks that include the end of the file as stop point
16196           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16197           message instead of an EOS event in case we're in segment seek
16198           mode (fixes #340699).
16199           
16200 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16201
16202         * ext/cairo/gsttextoverlay.c:
16203         * ext/flac/gstflacdec.c:
16204         * ext/gdk_pixbuf/pixbufscale.c:
16205         * gst/apetag/gstapedemux.c:
16206         * gst/debug/breakmydata.c:
16207         * gst/debug/testplugin.c:
16208         * gst/matroska/ebml-write.c:
16209         * gst/multipart/multipartdemux.c:
16210         * sys/osxaudio/gstosxaudiosink.c:
16211         * sys/osxaudio/gstosxaudiosrc.c:
16212         Add semicolons after GST_BOILERPLATE[_FULL] so that
16213         indent doesn't mess up following lines.
16214
16215 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16216
16217         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16218
16219         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16220           Don't leak caps when freeing the stream context (#340623).
16221
16222 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16223
16224         * configure.ac:
16225           Back to CVS
16226
16227 === release 0.10.3 ===
16228
16229 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16230
16231         * configure.ac:
16232           releasing 0.10.3, "Desplazado"
16233
16234 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16235
16236         * gst/matroska/matroska-mux.c:
16237         (gst_matroska_mux_stream_is_vorbis_header),
16238         (gst_matroska_mux_write_data):
16239           Don't strcmp() NULL strings.
16240           Only start new clusters on video keyframes, not on any
16241           random audio buffer that doesn't have the DELTA_UNIT
16242           flag set (fixes 'make check' again).
16243
16244 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16245
16246         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16247
16248         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16249         (gst_matroska_mux_stream_is_vorbis_header),
16250         (gst_matroska_mux_write_data):
16251           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16252           value and then dead-lock when muxing vorbis audio streams
16253           (the three vorbis header buffers carry no timestamp, and it
16254           would try to mux these after all video buffers). Fixes #340346.
16255
16256           Improve clustering: start a new cluster also whenever we get
16257           a keyframe.     
16258
16259 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16260
16261         * win32/common/config.h:
16262         * win32/MANIFEST
16263           add the generated file as well
16264
16265 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16266
16267         * Makefile.am:
16268         * configure.ac:
16269         * win32/common/config.h.in:
16270           add win32 stuff
16271
16272 2006-05-03  Michael Smith  <msmith@fluendo.com>
16273
16274         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16275           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16276           SUCKS.
16277
16278 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16279
16280         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16281         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16282         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16283           don't leak caps-string
16284
16285 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16286
16287         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16288         (gst_id3demux_sink_activate):
16289           Let core insert default error message for TYPE_NOT_FOUND
16290           errors, it's just as good as our own and has the added
16291           bonus of being translated.
16292
16293 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16294
16295         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16296         (gst_tag_demux_sink_event):
16297         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16298         (gst_id3demux_sink_event):
16299           Post an error message when we get an EOS event and were not
16300           able to find out the type of stream.
16301
16302         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16303         (test_taglib_id3mux_with_tags):
16304           Decrease num-buffers to 16 per iteration again, otherwise the
16305           many memcpy()s and reallocations in the test will hammer slow
16306           CPUs completely and make the test timeout.
16307
16308 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16309
16310         * configure.ac:
16311           figure out where plugins-base plugins are
16312         * tests/check/Makefile.am:
16313           use plugins-base plugins, so we have typefind functions
16314         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16315           increase num-buffers, this makes sure the test errors out instead
16316           of timing out when no typefind functions are present
16317
16318 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16319
16320         * docs/plugins/Makefile.am:
16321           also check .cc files for gtk-doc markup
16322         * configure.ac:
16323         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16324         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16325         * tests/check/Makefile.am:
16326         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16327         * ext/Makefile.am:
16328         * ext/taglib/Makefile.am:
16329         * ext/taglib/gstid3v2mux.h:
16330         * ext/taglib/gsttaglibmux.c:
16331         * ext/taglib/gsttaglibmux.h:
16332           move taglib-based id3v2muxer to -good.  Fixes #336110.
16333
16334 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16335
16336         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16337           ... and fix multichannel/WAVFORMATEX support again.
16338
16339 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16340
16341         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16342         (gst_wavparse_class_init), (gst_wavparse_dispose),
16343         (gst_wavparse_reset), (gst_wavparse_init),
16344         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16345         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16346         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16347         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16348         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16349         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16350         (gst_wavparse_stream_data), (gst_wavparse_loop),
16351         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16352         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16353         (gst_wavparse_change_state), (plugin_init):
16354         * gst/wavparse/gstwavparse.h:
16355           Add push (streaming) mode to wavparse (fixes #337625)
16356
16357 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16358
16359         * configure.ac:
16360         * tests/Makefile.am:
16361           add ximagesrc icles test
16362
16363 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16364
16365         * configure.ac:
16366         * docs/plugins/Makefile.am:
16367         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16368         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16369         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16370         (gst_cmml_enc_push_clip):
16371         * sys/Makefile.am:
16372         * sys/ximage/Makefile.am:
16373         * sys/ximage/gstximagesrc.c:
16374           Move ximagesrc plug-in to good after review.  Fixes #336756.
16375
16376 2006-04-28  Michael Smith  <msmith@fluendo.com>
16377
16378         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16379         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16380         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16381         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16382         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16383         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16384         * gst/icydemux/gsticydemux.h:
16385           Fix event handling: cache events when typefinding and forward later.
16386
16387 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16388
16389         * sys/osxaudio/gstosxaudiosink.c:
16390         (plugin_init):
16391          Register osxaudiosrc to the plugin.
16392         * sys/osxaudio/gstosxaudiosrc.c:
16393         (gst_osx_audio_src_osxelement_do_init),
16394         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16395         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16396         (gst_osx_audio_src_get_property),
16397         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16398         (gst_osx_audio_src_osxelement_init):
16399         * sys/osxaudio/gstosxaudiosrc.h:
16400           Port of osxaudiosrc to 0.10.
16401         * sys/osxaudio/Makefile.am:
16402           Add osxaudiosrc
16403
16404 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16405
16406         * sys/osxaudio/gstosxringbuffer.c:
16407         * sys/osxaudio/gstosxringbuffer.h:
16408           Forgot to commit earlier, part of the OSX audio plugin port
16409
16410 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16411
16412         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16413         (parse_split_strings):
16414           Recognise and skip any byte order marker (BOM) in
16415           UTF-16 strings.
16416
16417 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16418
16419         * docs/plugins/Makefile.am:
16420         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16421         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16422         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16423         * docs/plugins/inspect/plugin-avi.xml:
16424         * gst/avi/gstavidemux.c:
16425         * gst/avi/gstavimux.c:
16426           Add docs for both avidemux and avimux.
16427
16428 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16429
16430         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16431
16432         * gst/avi/Makefile.am:
16433         * gst/avi/gstavi.c: (plugin_init):
16434         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16435         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16436         (gst_avi_mux_class_init), (gst_avi_mux_init),
16437         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16438         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16439         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16440         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16441         (gst_avi_mux_riff_get_avix_header),
16442         (gst_avi_mux_riff_get_video_header),
16443         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16444         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16445         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16446         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16447         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16448         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16449         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16450         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16451         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16452         (gst_avi_mux_change_state):
16453         * gst/avi/gstavimux.h:
16454           Port AVI muxer to GStreamer-0.10 (#332031).
16455
16456         * tests/check/Makefile.am:
16457         * tests/check/elements/avimux.c:
16458         * tests/check/elements/.cvsignore:
16459           Add unit test for AVI muxer.
16460
16461 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16462
16463         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16464         (gst_wavparse_class_init), (gst_wavparse_reset),
16465         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16466         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16467         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16468         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16469         (gst_wavparse_stream_data), (gst_wavparse_loop),
16470         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16471         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16472         (plugin_init):
16473         * gst/wavparse/gstwavparse.h:
16474           reverted patch #337625 for the price of 1 hour sleep
16475
16476 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16477
16478         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16479         (gst_wavparse_class_init), (gst_wavparse_reset),
16480         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16481         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16482         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16483         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16484         (gst_wavparse_stream_data), (gst_wavparse_loop),
16485         (gst_wavparse_chain), (plugin_init):
16486         * gst/wavparse/gstwavparse.h:
16487           correct partial implementation of push mode
16488           (from my last commit)
16489
16490 2006-04-26  Wim Taymans  <wim@fluendo.com>
16491
16492         * ext/esd/esdsink.c:
16493         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16494         it is not in esd.h
16495
16496 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16497
16498         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16499         (gst_au_parse_class_init), (gst_au_parse_init),
16500         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16501         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16502         (gst_au_parse_chain), (gst_au_parse_src_convert),
16503         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16504         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16505         (gst_au_parse_change_state):
16506         * gst/auparse/gstauparse.h:
16507           Rewrite auparse to suck a little bit less: make source pad
16508           dynamic, so decodebin/playbin work with non-raw formats
16509           like alaw/mulaw; add query function for duration/position
16510           queries; check whether we have enough data before attempting
16511           to parse the header (instead of crashing when that is not the
16512           case); work around audioconvert sucking by swapping endianness
16513           to the native endianness ourselves for float formats; send
16514           initial newsegment event. Fixes #161712.
16515
16516 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16517
16518         * sys/osxaudio/Makefile.am:
16519         * sys/osxaudio/gstosxaudioelement.c:
16520         (gst_osx_audio_element_get_type),
16521         (gst_osx_audio_element_class_init):
16522         * sys/osxaudio/gstosxaudioelement.h:
16523         * sys/osxaudio/gstosxaudiosink.c:
16524         (gst_osx_audio_sink_osxelement_do_init),
16525         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16526         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16527         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16528         (gst_osx_audio_sink_create_ringbuffer),
16529         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16530         (plugin_init):
16531         * sys/osxaudio/gstosxaudiosink.h:
16532         Port of osxaudiosink to 0.10
16533
16534 2006-04-26  Wim Taymans  <wim@fluendo.com>
16535
16536         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16537         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16538         the size of the ringbuffer. This should fix hangs with older 
16539         esd sound servers.
16540
16541 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16542
16543         * ext/aalib/gstaasink.c:
16544         * ext/annodex/gstcmmldec.c:
16545         * ext/annodex/gstcmmlenc.c:
16546         * ext/cairo/gsttextoverlay.c:
16547         * ext/cairo/gsttimeoverlay.c:
16548         * ext/cdio/gstcdiocddasrc.c:
16549         * ext/dv/gstdvdec.c:
16550         * ext/dv/gstdvdemux.c:
16551         * ext/esd/esdmon.c:
16552         * ext/esd/esdsink.c:
16553         * ext/flac/gstflacenc.c:
16554         * ext/flac/gstflactag.c:
16555         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16556         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16557         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16558         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16559         * ext/gdk_pixbuf/pixbufscale.c:
16560         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16561         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16562         * ext/jpeg/gstjpegdec.c:
16563         * ext/jpeg/gstjpegenc.c:
16564         * ext/jpeg/gstsmokedec.c:
16565         * ext/jpeg/gstsmokeenc.c:
16566         * ext/libcaca/gstcacasink.c:
16567         * ext/libmng/gstmngdec.c:
16568         * ext/libmng/gstmngenc.c:
16569         * ext/libpng/gstpngdec.c:
16570         * ext/libpng/gstpngenc.c:
16571         * ext/mikmod/gstmikmod.c:
16572         * ext/raw1394/gstdv1394src.c:
16573         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16574         * ext/shout2/gstshout2.h:
16575         * ext/speex/gstspeexdec.c:
16576         * ext/speex/gstspeexenc.c:
16577         * gst/alpha/gstalpha.c:
16578         * gst/alpha/gstalphacolor.c:
16579         * gst/apetag/gstapedemux.c:
16580         * gst/auparse/gstauparse.c:
16581         * gst/autodetect/gstautoaudiosink.c:
16582         (gst_auto_audio_sink_base_init):
16583         * gst/autodetect/gstautovideosink.c:
16584         (gst_auto_video_sink_base_init):
16585         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16586         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16587         * gst/cutter/gstcutter.c:
16588         * gst/debug/breakmydata.c:
16589         * gst/debug/efence.c:
16590         * gst/debug/gstnavigationtest.c:
16591         * gst/debug/gstnavseek.c:
16592         * gst/debug/negotiation.c:
16593         * gst/debug/progressreport.c:
16594         * gst/debug/testplugin.c:
16595         * gst/effectv/gstaging.c:
16596         * gst/effectv/gstdice.c:
16597         * gst/effectv/gstedge.c:
16598         * gst/effectv/gstquark.c:
16599         * gst/effectv/gstrev.c:
16600         * gst/effectv/gstshagadelic.c:
16601         * gst/effectv/gstvertigo.c:
16602         * gst/effectv/gstwarp.c:
16603         * gst/flx/gstflxdec.c:
16604         * gst/goom/gstgoom.c:
16605         * gst/icydemux/gsticydemux.c:
16606         * gst/id3demux/gstid3demux.c:
16607         * gst/interleave/deinterleave.c:
16608         * gst/interleave/interleave.c:
16609         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16610         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16611         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16612         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16613         * gst/level/gstlevel.c:
16614         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16615         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16616         * gst/median/gstmedian.c:
16617         * gst/monoscope/gstmonoscope.c:
16618         * gst/multipart/multipartdemux.c:
16619         * gst/multipart/multipartmux.c:
16620         * gst/oldcore/gstaggregator.c:
16621         * gst/oldcore/gstfdsink.c:
16622         * gst/oldcore/gstmd5sink.c:
16623         * gst/oldcore/gstmultifilesrc.c:
16624         * gst/oldcore/gstpipefilter.c:
16625         * gst/oldcore/gstshaper.c:
16626         * gst/oldcore/gststatistics.c:
16627         * gst/rtp/gstasteriskh263.c:
16628         * gst/rtp/gstrtpL16depay.c:
16629         * gst/rtp/gstrtpL16pay.c:
16630         * gst/rtp/gstrtpamrdepay.c:
16631         * gst/rtp/gstrtpamrpay.c:
16632         * gst/rtp/gstrtpdepay.c:
16633         * gst/rtp/gstrtpgsmpay.c:
16634         * gst/rtp/gstrtph263pay.c:
16635         * gst/rtp/gstrtph263pdepay.c:
16636         * gst/rtp/gstrtph263ppay.c:
16637         * gst/rtp/gstrtpilbcdepay.c:
16638         * gst/rtp/gstrtpmp4gpay.c:
16639         * gst/rtp/gstrtpmp4vdepay.c:
16640         * gst/rtp/gstrtpmp4vpay.c:
16641         * gst/rtp/gstrtpmpadepay.c:
16642         * gst/rtp/gstrtpmpapay.c:
16643         * gst/rtp/gstrtppcmadepay.c:
16644         * gst/rtp/gstrtppcmapay.c:
16645         * gst/rtp/gstrtppcmudepay.c:
16646         * gst/rtp/gstrtppcmupay.c:
16647         * gst/rtp/gstrtpspeexdepay.c:
16648         * gst/rtp/gstrtpspeexpay.c:
16649         * gst/rtsp/gstrtpdec.c:
16650         * gst/rtsp/gstrtspsrc.c:
16651         * gst/smpte/gstsmpte.c:
16652         * gst/udp/gstdynudpsink.c:
16653         * gst/udp/gstmultiudpsink.c:
16654         * gst/udp/gstudpsink.c:
16655         * gst/udp/gstudpsrc.c:
16656         * gst/videobox/gstvideobox.c:
16657         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16658         * gst/videofilter/gstvideobalance.c:
16659         * gst/videofilter/gstvideoflip.c:
16660         * gst/videofilter/gstvideotemplate.c:
16661         (gst_videotemplate_base_init):
16662         * gst/videomixer/videomixer.c:
16663         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16664         (gst_wavparse_class_init), (gst_wavparse_dispose),
16665         (gst_wavparse_reset), (gst_wavparse_init),
16666         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16667         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16668         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16669         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16670         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16671         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16672         (gst_wavparse_change_state):
16673         * gst/wavparse/gstwavparse.h:
16674         * sys/oss/gstossmixerelement.c:
16675         * sys/oss/gstosssink.c:
16676         * sys/oss/gstosssrc.c:
16677         * sys/osxaudio/gstosxaudioelement.c:
16678         * sys/osxaudio/gstosxaudiosink.c:
16679         * sys/osxaudio/gstosxaudiosrc.c:
16680         * sys/sunaudio/gstsunaudiomixer.c:
16681         * sys/sunaudio/gstsunaudiosink.c:
16682           Define GstElementDetails as const and also static (when defined as
16683           global)
16684
16685 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16686
16687         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16688           Source pad has fixed caps. If we don't set this, bad
16689           things happen when the window is resized.
16690
16691 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16692
16693         * gst/matroska/Makefile.am:
16694         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16695         (gst_matroska_demux_handle_src_event):
16696         * gst/matroska/matroska-ids.c:
16697         (gst_matroska_track_init_video_context),
16698         (gst_matroska_track_init_audio_context),
16699         (gst_matroska_track_init_subtitle_context),
16700         (gst_matroska_track_init_complex_context):
16701         * gst/matroska/matroska-ids.h:
16702           Handle case where the TrackType ebml chunk does not come before the
16703           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16704           events.
16705
16706 2006-04-25  Wim Taymans  <wim@fluendo.com>
16707
16708         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16709         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16710         It's codec_data, not codec_info.
16711
16712 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16713
16714         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16715
16716         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16717           Handle codec_data for VfW compatibility codec IDs (#339451)
16718
16719         * gst/matroska/matroska-mux.c:
16720         (gst_matroska_mux_video_pad_setcaps):
16721           Same here, handle codec_data and add additional caps we can handle
16722           now to the pad template (huffyuv, dv and h263 video) (#339451)
16723
16724 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16725
16726         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16727
16728         * gst/matroska/matroska-mux.c:
16729         (gst_matroska_mux_create_buffer_header),
16730         (gst_matroska_mux_write_data):
16731           Fix timestamping of B-frames, use signed integers, do
16732           some rounding (#339678).
16733
16734 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16735
16736         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16737         just make it compile with --disable-gst-debug.
16738
16739 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16740
16741         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16742         Fix a bad conversion using gst_guint64_to_gdouble.
16743         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16744         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16745         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16746     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16747         mistake.
16748
16749 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16750
16751         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16752         Use gst_guint64_to_gdouble for conversions
16753         * win32/vs6/gst_plugins_good.dsw:
16754         * win32/vs6/libgsticydemux.dsp:
16755         Add a project file for icydemux
16756
16757 2006-04-21  Wim Taymans  <wim@fluendo.com>
16758
16759         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16760
16761         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16762         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16763         When splitting audio chunks, the block alignment is not taken in
16764         consideration, so the smaller chunks could be of size which is 
16765         not a multiple of the block alignment. Fixes #336904
16766
16767 2006-04-21  Wim Taymans  <wim@fluendo.com>
16768
16769         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16770         Use scale functions
16771
16772 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16773
16774         * ext/dv/gstdv.c: (plugin_init):
16775           Fix build.
16776
16777 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16778
16779         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16780         (gst_progress_report_class_init), (gst_progress_report_init),
16781         (gst_progress_report_do_query), (gst_progress_report_report),
16782         (gst_progress_report_set_property),
16783         (gst_progress_report_get_property):
16784           Add 'format' property to force querying to a particular format.
16785
16786 2006-04-21  Andy Wingo  <wingo@pobox.com>
16787
16788         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16789         best, on big endian systems. Drop its rank in that case. OTOH on
16790         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16791
16792 2006-04-21  Michael Smith  <msmith@fluendo.com>
16793
16794         * configure.ac:
16795         * gst/icydemux/Makefile.am:
16796         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16797         (gst_icydemux_base_init), (gst_icydemux_class_init),
16798         (gst_icydemux_reset), (gst_icydemux_init),
16799         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16800         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16801         (unicodify), (gst_icydemux_unicodify),
16802         (gst_icydemux_parse_and_send_tags),
16803         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16804         (gst_icydemux_chain), (gst_icydemux_change_state),
16805         (gst_icydemux_send_tag_event), (plugin_init):
16806         * gst/icydemux/gsticydemux.h:
16807         * tests/check/Makefile.am:
16808         * tests/check/elements/icydemux.c: (typefind_succeed),
16809         (plugin_init), (icydemux_found_pad), (create_icydemux),
16810         (cleanup_icydemux), (push_data), (GST_START_TEST),
16811         (icydemux_suite), (main):
16812           Add icydemux, and tests.
16813
16814 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16815
16816         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16817           Post SEGMENT_DONE message in TIME format.
16818
16819 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16820
16821         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16822
16823         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16824         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16825           Fix index creation when we have to scan the file to create
16826           an index. There may be other types of RIFF 'LIST' chunks than
16827           'movi' and we need to skip them properly as well or we'll end up
16828           reading garbage (#336889). Some other cosmetic changes.
16829           
16830 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16831
16832         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16833         (gst_flac_dec_handle_seek_event):
16834           Add support for segment seeks (fixes #338290). Also demote
16835           some recurring debug message from DEBUG to LOG level.
16836
16837 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16838
16839         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16840         (gst_matroskademux_do_index_seek),
16841         (gst_matroska_demux_handle_seek_event),
16842         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16843         * gst/matroska/matroska-ids.h:
16844           Set DISCONT flag on first buffer after a discontinuity.
16845           Fix newsegment events sent when seeking and honour KEY_UNIT
16846           seek flag. Create pad with bogus caps if we don't recognise
16847           the stream codec id.
16848
16849         * gst/matroska/matroska-demux.h:
16850           Fix GObject macros.
16851
16852 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16853
16854         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16855
16856         * gst/matroska/matroska-demux.c:
16857         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16858           Handle end of segment properly when set; don't dead-lock when
16859           posting start of segment message when doing a segment seek.
16860           Fixes #338810.
16861
16862 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16863
16864         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16865         (gst_matroska_demux_plugin_init):
16866           Make mpeg2 aac audio work: create artificial private codec data
16867           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16868           Also call gst_riff_init(). Partially fixes #338767.
16869
16870 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16871
16872         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16873         (gst_wavenc_class_init), (gst_wavenc_init),
16874         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16875         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16876         (gst_wavenc_chain), (gst_wavenc_change_state):
16877         * gst/wavenc/gstwavenc.h:
16878           Set caps on first outgoing buffer, so that it doesn't error out
16879           immediately with a non-negotiated error (#338716). Rewrite and
16880           clean up a bit; fix setcaps function to parse things properly;
16881           fix sink caps (8bit audio is unsigned and doesn't have depth);
16882           use boilerplate macros; remove unused properties stuff.
16883
16884 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16885
16886         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16887           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16888           handle MJPEG streams and might be autoplugged for those if the
16889           user doesn't have jpegdec installed (resulting in a cryptic error
16890           message about huffman tables). Better to disable JPEG decoding here
16891           and let the user figure out that she needs to install jpegdec.
16892
16893 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16894
16895         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16896         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16897         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16898         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16899           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16900           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16901           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16902           debug messages. Fix boilerplate macros.
16903
16904 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16905
16906         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16907         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16908           No need to special-case for Gdk-2.0 any longer, we require
16909           Gdk 2.2 or newer; minor clean-ups.
16910
16911 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16914         (gst_shout2send_class_init), (gst_shout2send_init),
16915         (set_shout_metadata), (gst_shout2send_set_metadata),
16916         (gst_shout2send_event), (gst_shout2send_start),
16917         (gst_shout2send_connect), (gst_shout2send_stop),
16918         (gst_shout2send_render), (gst_shout2send_set_property),
16919         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16920         (plugin_init):
16921         * ext/shout2/gstshout2.h:
16922         * po/POTFILES.in:
16923           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16924           change function; use GST_ELEMENT_ERROR for error reporting, not
16925           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16926           will cause crashes or assertion failures; remove (unused) "sync"
16927           property, basesink already has such a property; misc. other
16928           minor fixes and cleanups.
16929
16930 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16931
16932         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16933         * ext/esd/gstesd.c: (plugin_init):
16934         * po/POTFILES.in:
16935           Add translatable error message for when we cannot
16936           connect to the sound server, as "Cannot open resource
16937           for writing" isn't really an acceptable message to show
16938           to the user in this case.
16939
16940 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16941
16942         * sys/oss/gst-i18n-plugin.h:
16943           Remove bogus file that doesn't belong here.
16944
16945 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16946
16947         Patch by: Philippe Valembois
16948
16949         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16950         (gst_shout2send_set_metadata), (gst_shout2send_event),
16951         (gst_shout2send_render), (gst_shout2send_change_state):
16952         * ext/shout2/gstshout2.h:
16953           Handle tags being received before the connection to
16954           the server is established properly (see #338636).
16955
16956 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16957
16958         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16959           Don't crash in case the connection to the server fails:
16960           don't set pointer to NULL by assigning FALSE; error out
16961           properly by using GST_ELEMENT_ERROR and returning
16962           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16963           before resetting the pointer.
16964
16965 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16966
16967         * gst/id3demux/id3tags.c:
16968         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16969         (Fixes #338713)
16970
16971 2006-04-12  Wim Taymans  <wim@fluendo.com>
16972
16973         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16974         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16975         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16976         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16977         (gst_gdk_pixbuf_chain):
16978         Some cleanups.
16979         Added RGBA as a possible output format.
16980         Correctly free the supported mimetypes.
16981         deprecate silent arg, it's not used.
16982         Return result from _alloc_buffer to peer.
16983
16984 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16985
16986         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16987           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16988           overwriting GST_BUFFER_MALLOCDATA.
16989
16990 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16991
16992         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16993         (user_endrow_callback), (user_end_callback),
16994         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16995         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16996         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16997         * ext/libpng/gstpngdec.h:
16998           Handle more than one frame if the content is framed,
16999           like with png-in-quicktime (#331917).
17000
17001 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17002
17003         * sys/oss/Makefile.am:
17004         * sys/oss/common.h:
17005         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17006         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17007         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17008         (gst_oss_src_unprepare):
17009           - the user-visible error strings were in the wrong category
17010           - and the messages were not marked for translation
17011           - which is actually a good thing, because they were exactly
17012             the kind of message you would never want anyone to see
17013           - the macros were using variables that didn't exist in the macro
17014             arguments
17015           - and they were obviously copied from each other and then modified
17016           - so a common header makes sense
17017
17018 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17019
17020         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17021           Don't try to modify read-only data.
17022
17023         * gst/matroska/matroska-demux.c:
17024         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17025           Fix comment (won't crash any longer now).
17026
17027 2006-04-10  Michael Smith  <msmith@fluendo.com>
17028
17029         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17030           Use copies of header buffers for caps to avoid circular refcounting
17031           problems (as in theoradec, vorbisdec).
17032
17033         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17034           Fix a typo in test that meant it was testing the wrong thing.
17035
17036         * tests/check/elements/cmmlenc.c: (check_headers):
17037           Fix refcount checks now that we use buffer-copies for caps.
17038
17039 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17040
17041         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17042         (gst_matroska_demux_handle_seek_event),
17043         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17044         (gst_matroska_demux_subtitle_caps),
17045         (gst_matroska_demux_plugin_init):
17046           Use static pad templates with ANY caps for audio and video
17047           source pads and get rid of a lot of unnecessary (and partially
17048           broken) code for the template caps. Clean up caps finding
17049           functions. Fixes playback of audio files/streams that do not
17050           contain the sample rate and/or number of channels in the audio
17051           context (happens a lot with vorbis/mp3 .mka files it seems).
17052           Fixes #337183.
17053           Also add myself to copyright holders.
17054
17055 2006-04-10  Michael Smith  <msmith@fluendo.com>
17056
17057         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17058           Use g_list_delete_link () instead of g_list_remove_link () so that
17059           we free the link as well as the contained data.
17060
17061 2006-04-10  Wim Taymans  <wim@fluendo.com>
17062
17063         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17064
17065         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17066         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17067         (gst_avi_demux_stream_header):
17068         Fix some crashers with empty chunks. (Fixes #337749)
17069
17070 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17071
17072         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17073           use G_GINT64_CONSTANT for INT64 constants
17074         * gst/videofilter/gstvideobalance.c:
17075           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17076         * win32/vs6/libgstavi.dsp:
17077          add missing libraries for the link and remove avimux.c from
17078          the project as it isn't ported to 0.10 yet
17079         
17080 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17081
17082         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17083           Even better would be if we actually did the right thing
17084           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17085
17086 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17087
17088         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17089           Can't just replace 1LL with 1L here just because MSVC doesn't
17090           support it, as it might lead to incorrect results when doing the
17091           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17092           force a 64-bit constant in a way that all compilers are happy with.
17093
17094 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17095
17096         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17097         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17098         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17099         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17100         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17101         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17102         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17103         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17104         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17105         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17106         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17107         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17108         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17109         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17110         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17111         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17112         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17113         * gst/debug/efence.c: (gst_efence_class_init):
17114         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17115         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17116         * gst/goom/gstgoom.c: (gst_goom_class_init):
17117         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17118         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17119         * gst/interleave/interleave.c: (interleave_class_init):
17120         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17121         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17122         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17123         * gst/median/gstmedian.c: (gst_median_class_init):
17124         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17125         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17126         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17127         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17128         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17129         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17130         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17131         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17132         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17133         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17134         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17135         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17136         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17137         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17138         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17139         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17140         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17141         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17142         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17143         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17144         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17145         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17146         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17147         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17148         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17149         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17150         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17151         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17152         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17153         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17154         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17155         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17156         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17157         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17158         * sys/osxaudio/gstosxaudioelement.c:
17159         (gst_osxaudioelement_class_init):
17160         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17161         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17162         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17163         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17164
17165 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17166
17167         * ext/mikmod/gstmikmod.h:
17168         * gst/level/gstlevel.h:
17169         Fix more broken GObject macros
17170
17171 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17172
17173         * ext/annodex/gstcmmldec.h:
17174         * ext/annodex/gstcmmlenc.h:
17175         * ext/annodex/gstcmmltag.h:
17176         * ext/cairo/gsttextoverlay.h:
17177         * ext/ladspa/gstsignalprocessor.h:
17178         * gst/matroska/ebml-read.h:
17179         * gst/matroska/ebml-write.h:
17180         * sys/osxaudio/gstosxaudioelement.h:
17181         Fix broken GObject macros
17182
17183 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17186           Don't try to seek beyond the end of the file (would
17187           occasionally display error dialogs in totem when seeking
17188           to the end) (#335869). Will still throw an error though
17189           if the file is truncated and the total_samples value in
17190           the stream header is wrong.
17191
17192 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17193
17194         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17195         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17196         (gst_flac_dec_metadata_callback):
17197         * ext/flac/gstflacdec.h:
17198           If the stream header doesn't contain the total number of samples,
17199           search for the last flac frame at the end of the file and calculate
17200           the total duration from that frame's offset (fixes #337609).
17201
17202 2006-04-07  Edward Hervey  <edward@fluendo.com>
17203
17204         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17205         Don't unref the GstPadTemplate returned by
17206         gst_element_class_get_pad_template().
17207
17208 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17209
17210         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17211
17212         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17213         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17214         * sys/sunaudio/gstsunaudiosink.h:
17215           Use spec->segsize and spec->segtotal in the prepare function
17216           to initialise the ring buffer instead of using the buffer-time
17217           property (#337421).
17218
17219 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17220
17221         * configure.ac:
17222           Bump core requirements to CVS for gst_pad_query_peer_duration()
17223           which is used by speexdec.
17224
17225 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17226
17227         * ext/speex/gstspeex.c: (plugin_init):
17228         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17229         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17230         (speex_get_sink_query_types), (speex_dec_sink_query),
17231         (speex_get_src_query_types), (speex_dec_src_query),
17232         (speex_dec_src_event), (speex_dec_sink_event),
17233         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17234         (speex_dec_chain_parse_data), (speex_dec_chain),
17235         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17236         (speex_dec_change_state):
17237         * ext/speex/gstspeexdec.h:
17238           Fix seeking and duration queries (#337033); clean up and
17239           refactor a bit.
17240
17241 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17242
17243         * ext/raw1394/gstdv1394src.c:
17244           distinguish between device not found and could not open for
17245           reading
17246
17247 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17248
17249         * Makefile.am:
17250         * configure.ac:
17251         * pkgconfig/.cvsignore:
17252         * pkgconfig/Makefile.am:
17253         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17254           add a .pc file so other modules can use good plugins in tests
17255
17256 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17257
17258         * configure.ac:
17259           clean up, use AS_VERSION and AS_NANO
17260         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17261           use PACKAGE_VERSION define
17262         * po/af.po:
17263         * po/az.po:
17264         * po/cs.po:
17265         * po/en_GB.po:
17266         * po/hu.po:
17267         * po/it.po:
17268         * po/nb.po:
17269         * po/nl.po:
17270         * po/or.po:
17271         * po/sq.po:
17272         * po/sr.po:
17273         * po/sv.po:
17274         * po/uk.po:
17275         * po/vi.po:
17276           updated
17277
17278 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17279
17280         * ext\jpeg\smokecodec.c:
17281           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17282         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17283           move first instruction after all variables declarations
17284         * gst\alpha\gstalpha.c:
17285         * gst\effectv\gstshagadelic.c:
17286         * gst\smpte\paint.c:
17287         * gst\videofilter\gstvideobalance.c:
17288           define M_PI if it's not defined (it's not defined on WIN32)
17289         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17290         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17291         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17292         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17293         (gst_matroska_demux_video_caps):
17294         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17295         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17296           use gst_guint64_to_gdouble for conversions
17297         * gst\goom\filters.c: (setPixelRGB_):
17298           fix a debug which was using undefined variable
17299         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17300         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17301           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17302         * win32/vs6:
17303           add vs6 projects files for most of plugins-good
17304         
17305 2006-03-30  j^  <j@bootlab.org>
17306
17307         * ext/aalib/gstaasink.c:
17308         * ext/annodex/gstcmmldec.c:
17309         * ext/annodex/gstcmmlenc.c:
17310         * ext/cairo/gsttextoverlay.c:
17311         * ext/cairo/gsttimeoverlay.c:
17312         * ext/cdio/gstcdiocddasrc.c:
17313         * ext/dv/gstdvdec.c:
17314         * ext/esd/esdmon.c:
17315         * ext/esd/esdsink.c:
17316         * ext/flac/gstflacdec.c:
17317         * ext/flac/gstflacenc.c:
17318         * ext/flac/gstflactag.c:
17319         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17320         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17321         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17322         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17323         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17324         * ext/gdk_pixbuf/pixbufscale.c:
17325         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17326         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17327         * ext/jpeg/gstjpegdec.c:
17328         * ext/jpeg/gstjpegenc.c:
17329         * ext/jpeg/gstsmokedec.c:
17330         * ext/jpeg/gstsmokeenc.c:
17331         * ext/libcaca/gstcacasink.c:
17332         * ext/libmng/gstmngdec.c:
17333         * ext/libmng/gstmngenc.c:
17334         * ext/libpng/gstpngdec.c:
17335         * ext/libpng/gstpngenc.c:
17336         * ext/mikmod/gstmikmod.c:
17337         * ext/raw1394/gstdv1394src.c:
17338         * ext/shout2/gstshout2.c:
17339         * ext/speex/gstspeexdec.c:
17340         * ext/speex/gstspeexenc.c:
17341         * gst/alpha/gstalpha.c:
17342         * gst/alpha/gstalphacolor.c:
17343         * gst/auparse/gstauparse.c:
17344         * gst/autodetect/gstautoaudiosink.c:
17345         (gst_auto_audio_sink_base_init):
17346         * gst/autodetect/gstautovideosink.c:
17347         (gst_auto_video_sink_base_init):
17348         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17349         * gst/cutter/gstcutter.c:
17350         * gst/debug/breakmydata.c:
17351         * gst/debug/efence.c:
17352         * gst/debug/gstnavigationtest.c:
17353         * gst/debug/negotiation.c:
17354         * gst/debug/progressreport.c:
17355         * gst/debug/testplugin.c:
17356         * gst/effectv/gstaging.c:
17357         * gst/effectv/gstdice.c:
17358         * gst/effectv/gstedge.c:
17359         * gst/effectv/gstquark.c:
17360         * gst/effectv/gstrev.c:
17361         * gst/effectv/gstvertigo.c:
17362         * gst/effectv/gstwarp.c:
17363         * gst/flx/gstflxdec.c:
17364         * gst/goom/gstgoom.c:
17365         * gst/interleave/deinterleave.c:
17366         * gst/interleave/interleave.c:
17367         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17368         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17369         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17370         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17371         * gst/level/gstlevel.c:
17372         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17373         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17374         * gst/median/gstmedian.c:
17375         * gst/monoscope/gstmonoscope.c:
17376         * gst/multipart/multipartdemux.c:
17377         * gst/multipart/multipartmux.c:
17378         * gst/oldcore/gstmd5sink.c:
17379         * gst/oldcore/gstmultifilesrc.c:
17380         * gst/oldcore/gstpipefilter.c:
17381         * gst/oldcore/gstshaper.c:
17382         * gst/oldcore/gststatistics.c:
17383         * gst/rtp/gstasteriskh263.c:
17384         * gst/rtp/gstrtpL16depay.c:
17385         * gst/rtp/gstrtpL16pay.c:
17386         * gst/rtp/gstrtpamrdepay.c:
17387         * gst/rtp/gstrtpamrpay.c:
17388         * gst/rtp/gstrtpdepay.c:
17389         * gst/rtp/gstrtpgsmpay.c:
17390         * gst/rtp/gstrtph263pay.c:
17391         * gst/rtp/gstrtph263pdepay.c:
17392         * gst/rtp/gstrtph263ppay.c:
17393         * gst/rtp/gstrtpmp4gpay.c:
17394         * gst/rtp/gstrtpmp4vdepay.c:
17395         * gst/rtp/gstrtpmp4vpay.c:
17396         * gst/rtp/gstrtpmpadepay.c:
17397         * gst/rtp/gstrtpmpapay.c:
17398         * gst/rtp/gstrtppcmadepay.c:
17399         * gst/rtp/gstrtppcmapay.c:
17400         * gst/rtp/gstrtppcmudepay.c:
17401         * gst/rtp/gstrtppcmupay.c:
17402         * gst/rtp/gstrtpspeexdepay.c:
17403         * gst/rtp/gstrtpspeexpay.c:
17404         * gst/rtsp/gstrtpdec.c:
17405         * gst/smpte/gstsmpte.c:
17406         * gst/videobox/gstvideobox.c:
17407         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17408         * gst/videofilter/gstvideobalance.c:
17409         * gst/videofilter/gstvideoflip.c:
17410         * gst/videofilter/gstvideotemplate.c:
17411         (gst_videotemplate_base_init):
17412         * gst/videomixer/videomixer.c:
17413         * gst/wavenc/gstwavenc.c:
17414         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17415          better/unified long descriptions
17416          Fixed #336602
17417          Some cleanups to auparse, don't send multiple newsegments.
17418
17419 2006-03-29  Wim Taymans  <wim@fluendo.com>
17420
17421         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17422
17423         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17424         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17425         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17426         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17427         * ext/dv/gstdvdemux.h:
17428         Seek in READY patch. Only works for pull based mode.
17429         Fixes #323880
17430
17431 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17432
17433         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17434         (gst_gdk_pixbuf_event):
17435           Fix two crashers: don't unref the same caps twice, and
17436           set pixbuf loader to NULL after freeing it.
17437
17438 2006-03-27  Wim Taymans  <wim@fluendo.com>
17439
17440         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17441         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17442         (gst_speexenc_chain):
17443         * ext/speex/gstspeexenc.h:
17444         Don't leak adapter.
17445         A push *always* takes ownership of the buffer, even on
17446         errors.
17447         Small cleanups.
17448
17449 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17450
17451         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17452           Create source pad without leaking.
17453
17454 2006-03-24  Wim Taymans  <wim@fluendo.com>
17455
17456         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17457         * ext/flac/gstflacdec.h:
17458         * ext/flac/gstflacenc.h:
17459         Spifify a bit.
17460         Fix deadly lock order error in seeking code, STREAM_LOCK
17461         cannot be taken within LOCK and the streaming variables are
17462         protected with the STREAM_LOCK anyway.
17463
17464 2006-03-24  Wim Taymans  <wim@fluendo.com>
17465
17466         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17467         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17468         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17469         this patch combines the global init_frames with the stream
17470         init_frames. Rationale being that the global delay should 
17471         be subtracted from any stream delay.
17472         Fixes #335858.
17473
17474 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17475
17476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17477         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17478         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17479         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17480         use DEBUG_FUNCPTR for collectpads
17481
17482 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17483
17484         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17485           Don't crash when encoding images where the number of rows isn't
17486           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17487
17488 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17489
17490         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17491         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17492         * gst/interleave/interleave.c: (interleave_change_state):
17493         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17494           More state change function fixes.
17495
17496 2006-03-23  Wim Taymans  <wim@fluendo.com>
17497
17498         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17499         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17500         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17501         (gst_esdsink_delay), (gst_esdsink_reset):
17502         * ext/esd/esdsink.h:
17503         Fix esd choppy playback by configuring audiosink
17504         correctly. Fixes #325191
17505
17506 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17507
17508         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17509           Make state change function thread-safe.
17510
17511 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17512
17513         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17514         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17515           Don't try to read beyond the end of the file just because
17516           the header claims a bigger size (like with truncated files).
17517
17518 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17519
17520         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17521         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17522         (gst_wavparse_stream_data), (gst_wavparse_loop):
17523         * gst/wavparse/gstwavparse.h:
17524           Delay source pad creation until we have the first chunk of
17525           media data, so the we can examine the data and adjust the
17526           caps accordingly if required. This makes playback of .wav
17527           files with DTS-declared-as-PCM content work (#313266).
17528
17529 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17530
17531         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17532         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17533         Don't attempt typefinding on too-short buffers that have been
17534         completely trimmed away. (Fixes #330239)
17535
17536         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17537         Improve the debug output
17538
17539 2006-03-21  Wim Taymans  <wim@fluendo.com>
17540
17541         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17542         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17543         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17544         (gst_esdsink_set_property), (gst_esdsink_get_property):
17545         Some cleanups.
17546         Reset fd to -1 when we close them.
17547
17548 2006-03-21  Wim Taymans  <wim@fluendo.com>
17549
17550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17551         the OPTIONS request result is optional so don't
17552         fail on it.
17553
17554 2006-03-21  Edward Hervey  <edward@fluendo.com>
17555
17556         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17557         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17558         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17559         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17560         (gst_wavparse_change_state):
17561         gcc 4.1 unreferenced pointer fixes.
17562
17563 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17564
17565         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17566
17567         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17568           Fix block alignment calculation. Alignment should be done before
17569           adding the byte offset where the data starts (#335231).
17570
17571 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17572
17573         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17574           Ensure that we set correct caps on buffers that are transferred
17575           direct from the input.
17576
17577 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17578
17579         * gst/goom/filters.c: (zoomFilterDestroy):
17580         * gst/goom/goom_core.c: (goom_close):
17581           Free filter data when cleaning up. (Fixes: #334995)
17582
17583 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17584
17585         * configure.ac:
17586           Don't compile udp and rtsp plugins on win32 (mingw) or other
17587           systems that don't have <sys/socket.h> for some reason (#316203).
17588
17589 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17590
17591         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17592         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17593         * ext/raw1394/gstdv1394src.h:
17594           Change bus reset handler so it reports useful information such as
17595           whether the device being used connected or disconnected
17596
17597 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17598
17599         * gst/id3demux/id3v2frames.c:
17600         (parse_relative_volume_adjustment_two):
17601           We only care about gain and peak data for the master volume.
17602
17603 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17604
17605         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17606         (parse_id_string), (parse_unique_file_identifier),
17607         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17608           Read replay gain tags (#323721).
17609
17610 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17611
17612         * configure.ac:
17613           Bump requirements to gst-plugins-base CVS because
17614           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17615
17616 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17617
17618         * rtp/gst/gstrtppcmadepay.c:
17619         Fixed one of the caps in the code from mulaw to alaw.
17620
17621 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17622
17623         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17624           Ensure that we set caps on the buffers we pass.
17625
17626         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17627         (gst_id3demux_sink_activate):
17628           Ensure that we set caps on the buffers we pass.
17629
17630           Use STREAM, TYPE_NOT_FOUND as the error class when
17631           typefinding fails.
17632
17633 2006-03-15  Edward Hervey  <edward@fluendo.com>
17634
17635         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17636         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17637         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17638         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17639         (gst_jpeg_dec_setcaps):
17640         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17641         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17642         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17643         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17644         (gst_mngdec_src_getcaps):
17645         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17646         (gst_pngdec_caps_create_and_set):
17647         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17648         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17649         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17650         * gst/alpha/gstalpha.c: (gst_alpha_init):
17651         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17652         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17653         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17654         * gst/cutter/gstcutter.c: (gst_cutter_init):
17655         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17656         (gst_efence_checkgetrange):
17657         * gst/debug/negotiation.c: (gst_negotiation_init):
17658         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17659         * gst/goom/gstgoom.c: (gst_goom_init):
17660         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17661         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17662         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17663         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17664         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17665         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17666         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17667         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17668         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17669         (gst_wavparse_create_sourcepad):
17670         Fix memleak with gst_static_pad_template_get().
17671         This uses gst_pad_new_from_static_template() instead.
17672         Fixes #333512
17673
17674 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17675
17676         * configure.ac:
17677           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17678           used by id3demux.
17679
17680         * gst/id3demux/gstid3demux.c: (plugin_init):
17681         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17682         (parse_user_text_identification_frame),
17683         (parse_unique_file_identifier):
17684           Add support for UFID and TXXX frames and extract musicbrainz tags.
17685
17686 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17687
17688         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17689           Catch short reads, like they might happen with truncated
17690           files (see #305279); remove unnecessary indentation.
17691
17692 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17693
17694         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17695           Fix DIB image inversion for pictures with a
17696           depth != 8 (#305279).
17697
17698 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17699
17700         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17701         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17702         * ext/jpeg/gstjpegdec.h:
17703           Fix durations on outgoing buffers after seeking
17704           in MJPEG files (#334083); some minor clean-ups.
17705
17706 2006-03-13  Wim Taymans  <wim@fluendo.com>
17707
17708         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17709         (gst_wavparse_change_state):
17710         Implement seek in READY (re-fixes #327658)
17711
17712 2006-03-13  Wim Taymans  <wim@fluendo.com>
17713
17714         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17715         * ext/esd/esdmon.c: (gst_esdmon_get):
17716         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17717         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17718         (gst_gdk_pixbuf_sink_getcaps):
17719         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17720         (gst_jpegenc_setcaps):
17721         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17722         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17723         (gst_smokeenc_setcaps):
17724         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17725         (gst_mngdec_src_getcaps):
17726         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17727         (gst_mngenc_chain):
17728         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17729         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17730         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17731         (speex_dec_src_event), (speex_dec_chain):
17732         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17733         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17734         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17735         (gst_negotiation_pad_link), (gst_negotiation_chain):
17736         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17737         (gst_flxdec_chain):
17738         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17739         (deinterleave_chain):
17740         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17741         * gst/median/gstmedian.c: (gst_median_link):
17742         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17743         (gst_monoscope_chain):
17744         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17745         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17746         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17747         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17748         close #333784 unref the result of gst_pad_get_parent()
17749         by: Christophe Fergeau.
17750
17751 2006-03-09  Wim Taymans  <wim@fluendo.com>
17752
17753         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17754         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17755         Handle events in push mode better, can now do non-flushing
17756         seeks in push mode as well.
17757
17758 2006-03-07  Wim Taymans  <wim@fluendo.com>
17759
17760         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17761         Applied patch from Kai Vehmanen, fixes #333624.
17762
17763 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17764
17765         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17766         Implement paletted and grayscale png files handling.
17767         (#150363).
17768
17769 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17770
17771         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17772         (gst_speexenc_chain):
17773           fix a tag list assert
17774           follow gst-plugins-base/ext/ogg/README; set OFFSET
17775           and OFFSET_END.  Muxes correctly with gst-plugins-base
17776           > 0.9.3
17777
17778 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17779
17780         * gst/id3demux/Makefile.am:
17781         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17782         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17783           Use new typefind helper functions here as well, and
17784           do typefinding in pull-mode if upstream supports that.
17785
17786 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17787
17788         * sys/sunaudio/gstsunaudiomixerctrl.c:
17789         (gst_sunaudiomixer_ctrl_get_volume),
17790         (gst_sunaudiomixer_ctrl_set_volume):
17791         * sys/sunaudio/gstsunaudiomixertrack.c:
17792         (gst_sunaudiomixer_track_new):
17793           Remove unused variables, breaks build from CVS
17794           with -Werror (#333392, patch by: Benjamin Pineau)
17795
17796 2006-03-03  Wim Taymans  <wim@fluendo.com>
17797
17798         * docs/plugins/Makefile.am:
17799         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17800         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17801         Added wavparse docs.
17802
17803         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17804         (gst_wavparse_reset), (gst_wavparse_init),
17805         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17806         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17807         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17808         (gst_wavparse_stream_data), (gst_wavparse_loop),
17809         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17810         (gst_wavparse_change_state):
17811         * gst/wavparse/gstwavparse.h:
17812         Implement seek in READY (fixes #327658)
17813         Added docs and did some cleanups.
17814
17815 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17816
17817         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17818         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17819         (gst_avi_demux_calculate_durations_from_index),
17820         (gst_avi_demux_stream_header):
17821         * gst/avi/gstavidemux.h:
17822           If we have an index, use a duration based on the index instead
17823           of blindly trusting the information in the stream headers
17824           (fixes #331817).
17825
17826 2006-03-03  Wim Taymans  <wim@fluendo.com>
17827
17828         * docs/plugins/Makefile.am:
17829         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17830         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17831         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17832         Added smoke and jpeg to the docs.
17833
17834         * ext/jpeg/Makefile.am:
17835         * ext/jpeg/gstjpeg.c: (plugin_init):
17836         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17837         * ext/jpeg/gstjpegenc.h:
17838         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17839         (gst_smokedec_chain):
17840         * ext/jpeg/gstsmokedec.h:
17841         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17842         * ext/jpeg/gstsmokeenc.h:
17843         * ext/jpeg/smokecodec.h:
17844         Port smokedec (fixes #331905).
17845         Added some docs.
17846         Some cleanups.
17847
17848 2006-03-03  Wim Taymans  <wim@fluendo.com>
17849
17850         * docs/plugins/Makefile.am:
17851         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17852         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17853         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17854         Added videobalance and videoflip to the docs.
17855
17856         * gst/videofilter/Makefile.am:
17857         * gst/videofilter/gstvideobalance.c:
17858         (gst_video_balance_update_tables_planar411),
17859         (gst_video_balance_is_passthrough),
17860         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17861         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17862         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17863         (gst_video_balance_finalize), (gst_video_balance_class_init),
17864         (gst_video_balance_init), (gst_video_balance_interface_supported),
17865         (gst_video_balance_interface_init),
17866         (gst_video_balance_colorbalance_list_channels),
17867         (gst_video_balance_colorbalance_set_value),
17868         (gst_video_balance_colorbalance_get_value),
17869         (gst_video_balance_colorbalance_init),
17870         (gst_video_balance_set_property), (gst_video_balance_get_property),
17871         (gst_video_balance_get_type), (plugin_init):
17872         * gst/videofilter/gstvideobalance.h:
17873         Ported to 0.10. (Fixes #326160)
17874         Added docs.
17875
17876         * gst/videofilter/gstvideoflip.c:
17877         * gst/videofilter/gstvideoflip.h:
17878         Added docs.
17879
17880 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17881
17882         * configure.ac:
17883           Bump requirements to current core and -base CVS
17884           (core for new typefind helper API, and -base for the
17885           WAVFORMATEX support that was added to libgstriff and
17886           is needed by wavparse).
17887         
17888         * gst/apetag/Makefile.am:
17889         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17890         (gst_tag_demux_sink_activate):
17891           Use new typefind helpers for typefinding instead of our
17892           home-grown stuff; also, do typefinding in pull-mode if
17893           upstream supports that.
17894
17895 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17896
17897         Reviewed by: Christian Schaller <christian@fluendo.com>
17898
17899         This patch fixes bug: 329107
17900
17901         This Changelog entry is for a commit done on February 17
17902
17903         * ext/gconf/gconf.c
17904         * ext/gconf/gconf.h
17905         * ext/gconf/gstgconfaudiosink.c
17906         * ext/gconf/gstgconfaudiosink.h
17907         * gconf/gstreamer.schemas.in
17908
17909 2006-02-28  Wim Taymans  <wim@fluendo.com>
17910
17911         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17912         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17913         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17914         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17915         Use DEBUG_OBJECT more.
17916
17917 2006-02-28  Wim Taymans  <wim@fluendo.com>
17918
17919         * docs/plugins/Makefile.am:
17920         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17921         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17922         Added dvdec and dvdemux to docs.
17923
17924         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17925         Added docs.
17926         Check frame sizes so we don't crash when don't have enough
17927         data.
17928         Send nice error messages on error.
17929
17930         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17931         (gst_dvdemux_class_init), (gst_dvdemux_init),
17932         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17933         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17934         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17935         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17936         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17937         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17938         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17939         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17940         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17941         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17942         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17943         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17944         * ext/dv/gstdvdemux.h:
17945         Added docs.
17946         Implement pull mode.
17947         Fix memleaks.
17948         Reduce memcpy for the video demuxing.
17949
17950 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17951
17952         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17953         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17954         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17955         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17956           Add a little extra debug. Make the decoder not return NOT_LINKED,
17957           as we want to continue decoding all CMML and emitting tags.
17958
17959 2006-02-27  Michael Smith  <msmith@fluendo.com>
17960
17961         * ext/annodex/gstskeltag.c:
17962         * ext/annodex/gstskeltag.h:
17963           Deleted; these files aren't used any more either.
17964
17965 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17966
17967         * ext/Makefile.am: Fix dist-check.
17968
17969 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17970
17971         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17972         memleak.
17973
17974 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17975
17976         * ext/annodex/Makefile.am:
17977         * ext/annodex/gstannodex.c:
17978         * ext/annodex/gstcmmldec.c:
17979         * ext/annodex/gstcmmlenc.c:
17980         * ext/annodex/gstcmmlparser.c:
17981         * ext/annodex/gstcmmlparser.h:
17982         * ext/annodex/gstcmmlutils.c:
17983         * tests/check/elements/cmmldec.c:
17984         * tests/check/elements/cmmlenc.c:
17985           Fix a memleak in gst_cmml_track_list_add_clip.
17986           Handle overflows in clip's start and end times.
17987           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17988           Do not parse junk at the end of a CMML preamble buffer.
17989           Register a libxml error handler to not print stuff on stderr.
17990           Check for bad clip start and end times in the testsuites.
17991
17992 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17993
17994         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17995         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17996         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17997         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17998         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17999         possible memleaks.
18000
18001 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18002
18003         * tests/check/Makefile.am:
18004         * tests/check/elements/cmmldec.c:
18005         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18006         the plugins-base tags.
18007
18008 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18009
18010         * ext/Makefile.am: Re-enable module.
18011
18012 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18013
18014         * tests/check/Makefile.am: Forgot to remove that test.
18015
18016 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18017
18018         * ext/annodex/Makefile.am:
18019         * ext/annodex/gstannodex.c: (plugin_init):
18020         * ext/annodex/gstcmmldec.c:
18021         * ext/annodex/gstskeldec.c:
18022         * ext/annodex/gstskeldec.h:
18023         * tests/check/Makefile.am:
18024         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18025
18026 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18027
18028         * tests/check/Makefile.am: Disable those checks as well.
18029
18030 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18031
18032         * ext/Makefile.am: Disable annodex for now until we figure out
18033         how to make it build.
18034         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18035         Add a rule to your checklist : "please try to at least build 
18036         what you are going to commit into -good, or if you are too lazy
18037         to do that, please check that the buildbots are not crying because
18038         of your commit."
18039
18040 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18041
18042         * configure.ac:
18043         * ext/Makefile.am:
18044         * ext/gdk_pixbuf/Makefile.am:
18045         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18046         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18047         * ext/gdk_pixbuf/pixbufscale.c:
18048         * ext/gdk_pixbuf/pixbufscale.h:
18049           Gdkpixbuf ported from 0.8 to 0.10 by
18050           Renato Filho <renato.filho@indt.org.br>.
18051           gst_loader and gdkpixbufanimation still need port.
18052
18053 2006-02-24  Michael Smith  <msmith@fluendo.com>
18054
18055         * configure.ac:
18056         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18057         * ext/Makefile.am:
18058         * ext/annodex/Makefile.am:
18059         * ext/annodex/gstannodex.c:
18060         * ext/annodex/gstannodex.h:
18061         * ext/annodex/gstcmmldec.c:
18062         * ext/annodex/gstcmmldec.h:
18063         * ext/annodex/gstcmmlenc.c:
18064         * ext/annodex/gstcmmlenc.h:
18065         * ext/annodex/gstcmmlparser.c:
18066         * ext/annodex/gstcmmlparser.h:
18067         * ext/annodex/gstcmmltag.c:
18068         * ext/annodex/gstcmmltag.h:
18069         * ext/annodex/gstcmmlutils.c:
18070         * ext/annodex/gstcmmlutils.h:
18071         * ext/annodex/gstskeldec.c:
18072         * ext/annodex/gstskeldec.h:
18073         * ext/annodex/gstskeltag.c:
18074         * ext/annodex/gstskeltag.h:
18075         * tests/check/Makefile.am:
18076         * tests/check/elements/cmmldec.c:
18077         * tests/check/elements/cmmlenc.c:
18078         * tests/check/elements/skeldec.c:
18079           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18080           Includes tests & docs, oh my! Passes Thomas's -good checklist
18081           entirely. Wow.
18082
18083 2006-02-24  Michael Smith  <msmith@fluendo.com>
18084
18085         * autogen.sh:
18086           Check for automake 1.9 as well.
18087
18088 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18089
18090         * ext/flac/gstflacenc.c:
18091           Change min. sample rate to 8kHz to match flacdec's.
18092           
18093 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18094
18095         * ext/cdio/Makefile.am:
18096           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18097           required for Cygwin, see #317048)
18098
18099         * gst/rtp/gstasteriskh263.c:
18100           Cygwin has includes for both the unix network socket API
18101           and the windows API, but only one can be included, so fix
18102           includes to only use one or the other, prefering the unxi
18103           one (#317048).
18104
18105 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18106
18107         * rtp/gst/gstrtppcmadepay.c:
18108         * rtp/gst/gstrtppcmadepay.h:
18109         * rtp/gst/gstgstrtppcmapay.c:
18110         * rtp/gst/gstgstrtppcmapay.h:
18111         * rtp/gst/gstrtppcmudepay.c:
18112         * rtp/gst/gstrtppcmudepay.h:
18113         * rtp/gst/gstrtppcmupay.c:
18114         * rtp/gst/gstrtppcmupay.h:
18115         * rtp/gst/Makefile.am:
18116         * rtp/gst/gstrtp.c:
18117         * rtp/gst/README:
18118         Separated the G711 payloaders/depayloaders into separate elements for
18119         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18120
18121 2006-02-22  Wim Taymans  <wim@fluendo.com>
18122
18123         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18124         (gst_dvdec_change_state):
18125         * ext/dv/gstdvdec.h:
18126         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18127         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18128         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18129         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18130         (gst_dvdemux_flush), (gst_dvdemux_chain),
18131         (gst_dvdemux_change_state):
18132         * ext/dv/gstdvdemux.h:
18133         Ueber spiffify some more, added debug category.
18134         Use _scale.
18135         Use segments, respect playback rate from newsegment.
18136         Fix refcount issue.
18137
18138 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18139
18140         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18141         (gst_signal_processor_process):
18142         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18143         enabled for the build, but it helps me win the feature-count
18144         competitions ooh yeah.
18145
18146 2006-02-19  Wim Taymans  <wim@fluendo.com>
18147
18148         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18149         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18150         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18151         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18152         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18153         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18154         Use scaling code for added precission and more correct stop
18155         position in case scale==0.
18156
18157 2006-02-19  Wim Taymans  <wim@fluendo.com>
18158
18159         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18160         (gst_flxdec_chain):
18161         * gst/flx/gstflxdec.h:
18162         Implement DURATION query.
18163
18164 2006-02-19  Wim Taymans  <wim@fluendo.com>
18165
18166         * gst/flx/flx_color.h:
18167         * gst/flx/flx_fmt.h:
18168         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18169         (gst_flxdec_src_query_handler), (flx_decode_color),
18170         (gst_flxdec_chain):
18171         * gst/flx/gstflxdec.h:
18172         Set MALLOCDATA for the temp buffers so we don't leak.
18173         Some debug cleanups.
18174         Consume all data in the adapter before leaving the chain
18175         function. Fixes #330678.
18176
18177 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18178
18179         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18180         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18181          Handle 0 data size in otherwise valid frames.
18182          Handle numeric strings in 2.4.0 even when not in parentheses 
18183
18184 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18185
18186         * gst/matroska/matroska-demux.c:
18187         (gst_matroska_demux_subtitle_caps),
18188         (gst_matroska_demux_plugin_init):
18189         * gst/matroska/matroska-ids.h:
18190           Recognise SSA/ASS and USF subtitle formats and
18191           set proper caps when they are found.
18192
18193 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18194
18195         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18196         (gst_jpeg_dec_chain):
18197           Fix invalid memory access for some odd-sized images
18198           (see image contained in quicktime stream in #327083);
18199           use g_malloc() instead of g_alloca().
18200
18201 2006-02-17  Wim Taymans  <wim@fluendo.com>
18202
18203         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18204         Patch from Sebastien Cote, fixes #319884
18205
18206 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18207
18208         * ext/cdio/gstcdio.c: (plugin_init):
18209           Init debug category (#331253).
18210
18211 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18212
18213         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18214           Pass extra_data to gst_riff_create_audio_caps(), so that
18215           WAVEFORMATEX stuff works. Post audio codec name and post
18216           it as taglist on the bus. Allow up to 8 channesl for raw
18217           PCM in the source pad template caps.
18218
18219 2006-02-16  Wim Taymans  <wim@fluendo.com>
18220
18221         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18222         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18223         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18224         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18225         (gst_multipart_set_property), (gst_multipart_get_property):
18226         Applied #318663. Gives quite a few false positives in
18227         autoscan mode, but it's better than nothing. Not closing yet.
18228
18229 2006-02-16  Wim Taymans  <wim@fluendo.com>
18230
18231         * docs/plugins/Makefile.am:
18232         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18233         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18234         * docs/plugins/gst-plugins-good-plugins.args:
18235         * docs/plugins/inspect/plugin-udp.xml:
18236         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18237         (gst_udpsrc_start):
18238         Update documentation.
18239         Fix args.
18240
18241 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18242
18243         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18244         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18245         frame size. (Fixes #331368)
18246
18247 2006-02-16  Wim Taymans  <wim@fluendo.com>
18248
18249         * gst/rtsp/README:
18250         Updated README.
18251
18252         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18253         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18254         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18255         * gst/rtsp/gstrtspsrc.h:
18256         Make sure the RTP port is an even port an try to allocate 
18257         another if not.
18258         Added retry property to control max retries for port allocation.
18259         Make sure RTCP port is RTP port+1.
18260         Cleanup when port allocation fails.
18261         Fixes #319183.
18262         
18263 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18264
18265         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18266           Don't ignore return value of the parent class's state
18267           change function (#331385, patch by: Wouter Paesen).
18268
18269 2006-02-15  Wim Taymans  <wim@fluendo.com>
18270
18271         * configure.ac:
18272         * docs/plugins/Makefile.am:
18273         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18274         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18275         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18276         * ext/Makefile.am:
18277         * ext/hal/Makefile.am:
18278         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18279         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18280         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18281         (do_toggle_element), (gst_hal_audio_sink_set_property),
18282         (gst_hal_audio_sink_get_property),
18283         (gst_hal_audio_sink_change_state):
18284         * ext/hal/gsthalaudiosink.h:
18285         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18286         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18287         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18288         (do_toggle_element), (gst_hal_audio_src_set_property),
18289         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18290         * ext/hal/gsthalaudiosrc.h:
18291         * ext/hal/gsthalelements.c: (plugin_init):
18292         * ext/hal/gsthalelements.h:
18293         * ext/hal/hal.c: (gst_hal_get_string),
18294         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18295         (gst_hal_get_audio_src):
18296         * ext/hal/hal.h:
18297         Add HAL sound device wrapper plugins. Closes #329106
18298
18299 2006-02-15  Wim Taymans  <wim@fluendo.com>
18300
18301         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18302         Add comment in a fultile attempt to stop the copy-and-paste 
18303         paradigm leading to duplication of bad code.
18304
18305         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18306         Mime parameters have to be checked case insensitive
18307
18308 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18309
18310         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18311           Advance stream time for lagging subtitle streams by sending
18312           newsegment events with the update flag set.
18313
18314 2006-02-14  Edward Hervey  <edward@fluendo.com>
18315
18316         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18317         There can be bogus data before the hdrl LIST tag in the RIFF header.
18318         It's hard to say if it's not respecting the AVI specifications or not,
18319         but since Google Video is producing AVIs like that and the other player
18320         don't seem to complain, I guess we should do the same.
18321
18322 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18323
18324         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18325         (parse_split_strings):
18326         Add more validation to ensure that a char encoding conversion
18327         produced a valid UTF-8 string.
18328
18329 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18330
18331         Reviewed by: Edward Hervey  <edward@fluendo.com>
18332
18333         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18334         Properly handle end of segment. Closes #330885.
18335
18336 2006-02-13  Wim Taymans  <wim@fluendo.com>
18337
18338         * gst/rtp/gstrtpmp4gpay.h:
18339         For got to commit this one.
18340
18341 2006-02-12  Wim Taymans  <wim@fluendo.com>
18342
18343         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18344         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18345         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18346         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18347         * gst/rtp/gstrtpmp4gpay.h:
18348         Make more things work.
18349         Handle ACC config strings.
18350
18351 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18352
18353         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18354           set timestamps if no incoming timestamps set
18355
18356 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18357
18358         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18359         (gst_tag_demux_do_typefind):
18360           ... and fix the very same leaks in GstTagDemux.
18361
18362 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18363
18364         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18365         (gst_id3demux_do_typefind):
18366         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18367         <jonathan at kaolin dot wh9 dot net>)
18368
18369 2006-02-10  Wim Taymans  <wim@fluendo.com>
18370
18371         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18372         First set options, then set caps or else the baseclass
18373         will not know about the options, duh.
18374
18375 2006-02-10  Wim Taymans  <wim@fluendo.com>
18376
18377         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18378         (gst_rtp_mp4v_pay_setcaps):
18379         Don't waste time looking for a config string if we have codec_info
18380         on the incomming caps.
18381
18382 2006-02-10  Wim Taymans  <wim@fluendo.com>
18383
18384         * gst/rtp/README:
18385         Say something about case-sensitivity of caps vs mime-attributes.
18386
18387         * gst/rtp/Makefile.am:
18388         * gst/rtp/gstrtp.c: (plugin_init):
18389         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18390         (gst_rtp_amr_pay_handle_buffer):
18391         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18392         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18393         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18394         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18395         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18396         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18397         (gst_rtp_mp4g_pay_plugin_init):
18398         * gst/rtp/gstrtpmp4gpay.h:
18399         Added beginnings of mpeg4-generic payloader (RFC 3640)
18400
18401 2006-02-09  Wim Taymans  <wim@fluendo.com>
18402
18403         * gst/rtsp/Makefile.am:
18404         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18405         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18406         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18407         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18408         (gst_rtpdec_change_state):
18409         * gst/rtsp/gstrtpdec.h:
18410         * gst/rtsp/gstrtsp.c: (plugin_init):
18411         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18412         * gst/rtsp/rtspconnection.c: (read_body),
18413         (rtsp_connection_receive):
18414         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18415         Resurected rtpdec to make rtspsrc happy again.
18416         Skip attributes from the session id.
18417         Don't crash when dumping a message with an empty body.
18418
18419
18420 2006-02-09  Wim Taymans  <wim@fluendo.com>
18421
18422         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18423         Added more meaningfull warnings when something goes wrong.
18424         Clear F bit on outgoing AMR packets.
18425
18426         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18427         (gst_rtp_amr_pay_handle_buffer):
18428         Added debugging category
18429         Support payloading of multiple AMR frames.
18430
18431         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18432         Added some debugging.
18433
18434 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18435
18436         * configure.ac:
18437           Back to CVS
18438
18439 === release 0.10.2 ===
18440
18441 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18442
18443         * configure.ac:
18444           releasing 0.10.2, "Papa was a rolling stone"
18445
18446 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18447
18448         * configure.ac:
18449           Bump core and plugins-base requirement to 0.10.2.2
18450           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18451
18452 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18453
18454         * ext/flac/gstflac.c: (plugin_init):
18455         * ext/speex/gstspeex.c: (plugin_init):
18456           Register musicbrainz tags.
18457
18458 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18459
18460         * ext/gconf/gconf.h:
18461           Remove declaration of function that no longer exists.
18462
18463 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18464
18465         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18466         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18467         Make shout2 work for non ogg streams
18468
18469 2006-02-06  Wim Taymans  <wim@fluendo.com>
18470
18471         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18472         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18473         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18474         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18475         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18476         * gst/udp/gstmultiudpsink.h:
18477         Updated docs.
18478         Added properties bytes-served, bytes_to_serve.
18479         Post proper error messages,
18480         Emit client added signal too.
18481
18482 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18483
18484         * docs/plugins/Makefile.am:
18485         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18486         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18487         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18488         (gst_multiudpsink_get_stats):
18489           adding docs for multiudpsink
18490
18491 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18492
18493         * gst/level/gstlevel.c: (gst_level_transform_ip):
18494           peak below decay is not necessarily an error, so don't ERROR log
18495
18496 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18497
18498         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18499         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18500         (gst_ebml_write_seek):
18501         * gst/matroska/ebml-write.h:
18502           Make sure we send a newsegment event in BYTES format
18503           before sending buffers (#328531).
18504
18505 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18506
18507         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18508         (gst_dvdemux_sink_query):
18509         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18510         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18511         (speex_dec_src_query):
18512         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18513         (gst_speexenc_sink_query):
18514         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18515         * gst/matroska/matroska-demux.c:
18516         (gst_matroska_demux_get_src_query_types),
18517         (gst_matroska_demux_handle_src_query):
18518         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18519         (gst_wavparse_pad_query):
18520           Pass unhandled queries upstream instead of just dropping
18521           them (#326446). Update query type arrays here and there.
18522
18523 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18524
18525         * tests/check/elements/matroskamux.c: (setup_src_pad):
18526           Collectpads in core got changed and now also holds a
18527           reference to any pad that is part of it. Fix refcount
18528           checks in test case accordingly.
18529
18530 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18531
18532         * gst/apetag/gstapedemux.h:
18533           Fix include, for now GstTagDemux is in the apetag dir.
18534
18535 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18536
18537         * docs/plugins/Makefile.am:
18538         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18539         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18540         * docs/plugins/inspect/plugin-cdio.xml:
18541           Add cdio plugin to docs.
18542
18543         * ext/cdio/gstcdiocddasrc.c:
18544           Add gtk-doc blurb.
18545
18546         * ext/cdio/gstcdio.c:
18547           The plugin is called 'cdio' not 'cddio'.
18548
18549 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18550
18551         * configure.ac:
18552         * docs/plugins/Makefile.am:
18553         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18554         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18555         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18556         * docs/plugins/inspect/plugin-apetag.xml:
18557         * gst/apetag/Makefile.am:
18558         * gst/apetag/gstapedemux.c:
18559         * gst/apetag/gstapedemux.h:
18560         * gst/apetag/gsttagdemux.c:
18561         * gst/apetag/gsttagdemux.h:
18562           Add APE tag demuxer (#325649).
18563
18564 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18565
18566         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18567         (gst_gconf_get_default_video_sink),
18568         (gst_gconf_get_default_audio_src),
18569         (gst_gconf_get_default_video_src):
18570         * ext/gconf/gconf.h:
18571         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18572         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18573         (do_toggle_element):
18574         * ext/gconf/gstgconfaudiosink.h:
18575         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18576         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18577         (do_toggle_element):
18578         * ext/gconf/gstgconfaudiosrc.h:
18579         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18580         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18581         (do_toggle_element):
18582         * ext/gconf/gstgconfvideosink.h:
18583         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18584         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18585         (do_toggle_element):
18586         * ext/gconf/gstgconfvideosrc.h:
18587           Ignore changing the GConf key to "". Ignore GConf key updates
18588           that don't actually change the string.
18589           For now, ignore the GConf key when the state is > READY, as
18590           it breaks streaming. Sometime it will be nice to bring the
18591           new sink online even mid-stream, by sending NEWSEGMENT info
18592           and possibly prerolling.
18593           (Fixes #326736)
18594
18595 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18596
18597         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18598         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18599         (zoomFilterSetResolution), (zoomFilterDestroy),
18600         (zoomFilterFastRGB), (pointFilter):
18601         * gst/goom/filters.h:
18602         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18603         (goom_update), (goom_close):
18604         * gst/goom/goom_core.h:
18605         * gst/goom/goom_tools.h:
18606         * gst/goom/graphic.c:
18607         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18608         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18609         * gst/goom/gstgoom.h:
18610         * gst/goom/lines.c: (goom_lines):
18611         * gst/goom/lines.h:
18612           Make goom reentrant by moving all important static variables
18613           into instance structures.
18614           (Fixes #329181)
18615
18616 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18617
18618         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18619         (gst_avi_demux_all_source_pads_unlinked),
18620         (gst_avi_demux_process_next_entry):
18621         * gst/avi/gstavidemux.h:
18622           Third attempt, use gst_pad_is_linked() this time.
18623
18624 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18625
18626         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18627         (parse_split_strings):
18628         Adjust for data length indicators when parsing (Fixes #329810)
18629         Fix stupid bug parsing UTF-8 tag text.
18630         Output tag strings with multiple fields as multiple tags, so the
18631         app gets all the data.
18632
18633 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18634
18635         * ext/flac/gstflacenc.c:
18636         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18637         show me.
18638         
18639 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18640
18641         * ext/flac/gstflacenc.c:
18642         * gst/matroska/ebml-read.c:
18643         Just make it compile with --disable-gst-debug.
18644
18645 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18646
18647         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18648         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18649         (id3v2_genre_fields_to_taglist):
18650           Never output a tag with a null contents string.
18651
18652 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18653
18654         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18655           Only pause if all pads are unlinked AND we've tried to send data
18656           on all of them at least once.
18657
18658 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18659
18660         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18661         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18662           Make loop function/task pause itself when all source pads are
18663           unlinked.
18664
18665 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18666
18667         * configure.ac:
18668         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18669           Use new functions from core to render a bin from a
18670           string. Fixes build. Up requirements to core CVS.
18671
18672 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18673
18674         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18675           Don't push buffers into the adapter that we are going to
18676           push downstream again without framing anyway. Also, the
18677           adaptor takes ownership of buffers put into it (fixes
18678           auparse pushing invalid buffers for .au files with
18679           ADPCM contents). Finally, set caps on all outgoing buffers.
18680
18681 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18682
18683         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18684         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18685         (gst_id3demux_send_tag_event):
18686         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18687         Someone should kick my butt. Remove ID3v1 tags from the end of the
18688         file.
18689
18690         Improve error messages. Send the TAG message as soon as we complete
18691         typefinding, instead of waiting until we send the first buffer.
18692         Downstream tag event is still sent before the first buffer.
18693
18694 2006-01-27  Jan Gerber  <j@bootlab.org>
18695
18696         Reviewed by: Andy Wingo <wingo@pobox.com>
18697
18698         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18699         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18700         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18701         to not have warings flooding stderr. this is the suggested way
18702         also used in dvgrab and kino. (#328336)
18703
18704 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18705
18706         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18707         (gst_oss_sink_init), (gst_oss_sink_finalise):
18708           Free the device name string when finalised.
18709
18710 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18711
18712         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18713           Don't put function calls in g_return_if_fail() statements,
18714           or they'll be replaced with NOOPs if someone compiles with
18715           G_DISABLE_CHECKS defined.
18716           
18717 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18718
18719         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18720         Never trust ANY information encoded in a media file, especially
18721         when it's giving you sizes. (Fixes #328452)
18722
18723 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18724
18725         * gst/rtp/gstrtpg711pay.c:
18726         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18727         bug #325148.
18728
18729 2006-01-23  Edward Hervey  <edward@fluendo.com>
18730
18731         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18732         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18733         * gst/matroska/matroska-ids.h:
18734         Added recognition of Real Audio and Video streams in matroska demuxer.
18735
18736 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18737
18738         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18739           Remove errant break statement, and fix compilation with
18740           older GCC.
18741
18742 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18743
18744         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18745
18746         * sys/sunaudio/gstsunaudiomixerctrl.c:
18747         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18748           Export functions that are needed in other parts of the code,
18749           makes the mixer actually work; adjust magic minimum buffer-time
18750           value from 3ms to 5ms to work around stuttering during mp3
18751           playback (#327765).
18752
18753 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18754
18755         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18756
18757         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18758         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18759           Fix possible deadlock in matroska muxer (#327825).
18760
18761 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18762
18763         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18764         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18765         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18766         * gst/rtsp/sdpmessage.h:
18767         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18768         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18769           C89 fixes: declare variables at the beginning of a block and
18770           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18771           <jensgr at gmx dot net>).
18772
18773 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18774
18775         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18776         * gst/id3demux/id3tags.h:
18777         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18778         (parse_comment_frame), (parse_text_identification_frame),
18779         (id3v2_tag_to_taglist), (id3v2_are_digits),
18780         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18781         (parse_split_strings), (free_tag_strings):
18782           Rewrite parsing of text tags to handle multiple NULL terminated
18783           strings. Parse numeric genre strings and ID3v2 type
18784           "(3)(6)Alternative" style genre strings.
18785           Parse dates that are only YYYY or YYYY-mm format.
18786           (Fixes #328241 and #322154)
18787
18788 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18789
18790         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18791           Don't forget to initialize liboil, otherwise our oil functions
18792           will crash (fixes #327871; patch by: Christoph Burghardt
18793           <hawkes at web dot de>).
18794
18795 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18796
18797         * configure.ac:
18798           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18799           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18800           patch by: Brian Cameron <brian dot cameron at sun dot com>
18801
18802 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18803
18804         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18805         * ext/cdio/gstcdio.h:
18806         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18807           Fix build for libcdio versions >= 76; give slightly lower rank
18808           than cdparanoia.
18809
18810 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18811
18812         * configure.ac:
18813         * ext/Makefile.am:
18814         * ext/cdio/Makefile.am:
18815         * ext/cdio/gstcdio.c:
18816         * ext/cdio/gstcdio.h:
18817         * ext/cdio/gstcdiocddasrc.c:
18818         * ext/cdio/gstcdiocddasrc.h:
18819           Port libcdio cdda source, formerly known as cddasrc, now known as
18820           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18821           but that's not tested (fixes #317658).
18822
18823 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18824
18825         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18826           Fix conversion from TIME to BYTES format (fixes #326864;
18827           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18828
18829 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18830
18831         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18832           Fix compilation of id3demux when zlib is not present.
18833           (Fixes #326602; patch by: Sergey Scobich)
18834
18835 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18836
18837         * ext/esd/Makefile.am:
18838           Add $(ESD_CFLAGS), otherwise build will fail for folks
18839           with libesd in a non-standard prefix (#327009).
18840
18841 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18842
18843         * configure.ac:
18844           back to HEAD
18845
18846 === release 0.10.1 ===
18847
18848 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18849
18850         * configure.ac:
18851           releasing 0.10.1, "Li"
18852
18853 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18854
18855           patch by: Wim Taymans
18856
18857         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18858           fix memleak.  Fixes #326618
18859
18860 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18861
18862           patch by: Mike Smith
18863
18864         * gst/level/gstlevel.c: (gst_level_message_new),
18865         (gst_level_message_append_channel):
18866           Fix memleak.  Fixes #326612
18867
18868 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18869
18870         * configure.ac:
18871           prereleasing
18872         * po/af.po:
18873         * po/az.po:
18874         * po/cs.po:
18875         * po/en_GB.po:
18876         * po/hu.po:
18877         * po/it.po:
18878         * po/nb.po:
18879         * po/nl.po:
18880         * po/or.po:
18881         * po/sq.po:
18882         * po/sr.po:
18883         * po/sv.po:
18884         * po/uk.po:
18885         * po/vi.po:
18886           update translations
18887
18888 2006-01-10  Michael Smith  <msmith@fluendo.com>
18889
18890         * gst/level/gstlevel.c: (gst_level_class_init),
18891         (gst_level_dispose):
18892           Don't leak filter arrays.
18893
18894 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18895
18896         reviewed by: Christian Schaller <uraeus@gnome.org>
18897         
18898         * configure.ac:
18899         * gst-plugins-good.spec.in:
18900         * sys/Makefile.am:
18901         * sys/sunaudio/Makefile.am:
18902         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18903         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18904         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18905         (gst_sunaudiomixer_change_state):
18906         * sys/sunaudio/gstsunaudiomixer.h:
18907         * sys/sunaudio/gstsunaudiomixerctrl.c:
18908         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18909         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18910         (gst_sunaudiomixer_ctrl_list_tracks),
18911         (gst_sunaudiomixer_ctrl_get_volume),
18912         (gst_sunaudiomixer_ctrl_set_volume),
18913         (gst_sunaudiomixer_ctrl_set_mute),
18914         (gst_sunaudiomixer_ctrl_set_record):
18915         * sys/sunaudio/gstsunaudiomixerctrl.h:
18916         * sys/sunaudio/gstsunaudiomixertrack.c:
18917         (gst_sunaudiomixer_track_class_init),
18918         (gst_sunaudiomixer_track_init), (fill_labels),
18919         (gst_sunaudiomixer_track_new):
18920         * sys/sunaudio/gstsunaudiomixertrack.h:
18921         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18922         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18923         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18924         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18925         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18926         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18927         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18928         * sys/sunaudio/gstsunaudiosink.h:
18929
18930         Add SunAudio plugin - tested to make sure it doesn't break
18931         the build under GNU/Linux.      
18932
18933 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18934
18935         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18936         * gst-plugins-good/gst/udp/gstudpsrc.c:
18937         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18938         overrides the port or multicast parameters. Fixes bugs #323021.
18939         API addition: adds GstUDPSrc::sockfd property   
18940
18941 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18942
18943         * ext/gconf/Makefile.am:
18944         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18945         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18946         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18947         (do_toggle_element), (cb_toggle_element),
18948         (gst_gconf_audio_src_change_state):
18949         * ext/gconf/gstgconfaudiosrc.h:
18950         * ext/gconf/gstgconfelements.c: (plugin_init):
18951         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18952         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18953         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18954         (do_toggle_element), (cb_toggle_element),
18955         (gst_gconf_video_src_change_state):
18956         * ext/gconf/gstgconfvideosrc.h:
18957           Add new gconfaudiosrc and gconfvideosrc elements
18958           (needed for gnome-sound-recorder).
18959
18960 2006-01-06  Edward Hervey  <edward@fluendo.com>
18961
18962         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18963         Add gst_element_no_more_pads() for proper decodebin behaviour.
18964         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18965         (parse_text_identification_frame), (parse_split_strings):
18966         Failure to decode some tags is not a GST_ERROR() but a
18967         GST_WARNING()
18968         When iterating over a chunk of text, check that we haven't gone too
18969         far.
18970
18971 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18972
18973         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18974         (plugin_init):
18975           call oil_init() when using liboil
18976
18977 2006-01-04  Wim Taymans  <wim@fluendo.com>
18978
18979         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18980         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18981         Fix leaks.
18982
18983 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18984
18985         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18986
18987         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18988         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18989         (gst_flac_dec_change_state):
18990           Don't g_assert() where we should just return FALSE; remove
18991           unnecessary g_assert(); initialize some fields properly in
18992           state change function (fixes #325504). Also, use
18993           GST_DEBUG_OBJECT in two more places.
18994
18995 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18996
18997         * configure.ac:
18998           also remove smoothwave's Makefile.am
18999         * docs/plugins/Makefile.am:
19000           fix plugin docs
19001
19002 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19003
19004         * tests/examples/Makefile.am:
19005           added missing Makefile.am
19006
19007 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19008
19009         * configure.ac:
19010         * gst/level/Makefile.am:
19011         * gst/level/level-example.c:
19012         * tests/Makefile.am:
19013         * tests/examples/level/Makefile.am:
19014         * tests/examples/level/level-example.c: (message_handler), (main):
19015           moved level-example to tests/examples/level-example
19016         * tests/old/examples/level/demo.c: (main):
19017         * tests/old/examples/level/plot.c: (main):
19018           some initial fixes
19019
19020 2005-12-29  Michael Smith  <msmith@fluendo.com>
19021
19022         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19023         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19024         * gst/udp/gstmultiudpsink.h:
19025           Track packets sent per client in addition to bytes sent; provide
19026           this info through get-stats signal
19027
19028 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19029
19030         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19031           Can't use gst_object_unref() on a GstAdapter (#325191).
19032
19033 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19034
19035         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19036         If a broken tag has 0 bytes payload, at least still skip
19037         the 10 byte header
19038
19039 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19040
19041         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19042         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19043         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19044         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19045           Making these depayloaders (H263+ and mpeg4 video) inherit from
19046           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19047
19048 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19049
19050         * docs/plugins/gst-plugins-good-plugins.args:
19051         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19052         Regenerate the plugin hiearchy.
19053
19054 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19055
19056         * docs/plugins/Makefile.am:
19057         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19058         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19059         * docs/plugins/gst-plugins-good-plugins.args:
19060         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19061         (gst_id3demux_base_init), (gst_id3demux_class_init),
19062         (gst_id3demux_chain):
19063         * gst/id3demux/gstid3demux.h:
19064           Add documentation for id3demux.
19065           Don't fail if the first buffer is not at offset 0, just
19066           attempt to typefind and do pass through
19067           Rename the gst_type function from gst_gst_id3demux..
19068
19069 2005-12-20  Michael Smith  <msmith@fluendo.com>
19070
19071         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19072         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19073         (gst_multiudpsink_get_stats):
19074         * gst/udp/gstmultiudpsink.h:
19075           Collect statistics; return them from get_stats.
19076
19077 2005-12-19  Edward Hervey  <edward@fluendo.com>
19078
19079         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19080         Stupid signedness issue...
19081
19082 2005-12-19  Edward Hervey  <edward@fluendo.com>
19083
19084         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19085         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19086         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19087         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19088         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19089         Construct index for indexless files.
19090         Make sure pad/buffers are correctly reset to NULL once we don't need
19091         them anymore, else we get lovely segfaults/assertions.
19092         * gst/wavparse/gstwavparse.c:
19093         Yes, you can have 96KHz audio and wma in wav :(
19094
19095 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19096
19097         * configure.ac:
19098           Check for optional dependency on zlib for id3demux
19099
19100         * gst/id3demux/Makefile.am:
19101         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19102         (gst_id3demux_base_init), (gst_id3demux_class_init),
19103         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19104         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19105         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19106         (gst_id3demux_set_property), (gst_id3demux_get_property),
19107         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19108         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19109         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19110         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19111         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19112         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19113         (simple_find_peek), (simple_find_suggest),
19114         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19115         (plugin_init):
19116         * gst/id3demux/gstid3demux.h:
19117         * gst/id3demux/id3tags.c: (read_synch_uint),
19118         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19119         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19120         (id3demux_id3v2_frames_to_tag_list):
19121         * gst/id3demux/id3tags.h:
19122         * gst/id3demux/id3v2.4.0-frames.txt:
19123         * gst/id3demux/id3v2.4.0-structure.txt:
19124         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19125         (parse_comment_frame), (parse_text_identification_frame),
19126         (id3v2_tag_to_taglist), (parse_split_strings):
19127           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19128           otherwise it discards them. Works on my test files. 
19129
19130         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19131           Don't send EOS to a non-existing srcpad
19132           The debug category can be static
19133
19134 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19135
19136         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19137         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19138         * gst/multipart/multipartdemux.c:
19139           change some char* into char[]
19140
19141 2005-12-16  Wim Taymans  <wim@fluendo.com>
19142
19143         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19144         (gst_wavparse_other), (gst_wavparse_perform_seek),
19145         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19146         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19147         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19148         * gst/wavparse/gstwavparse.h:
19149         Use GstSegment to implement more seeking features.
19150
19151 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19152
19153         * gst/rtsp/rtspconnection.c:
19154           Add <netinet/in.h> include and move <arpa/inet.h> include
19155           to make things work on OpenBSD as well (fixes #323717;
19156           patch by: Benjamin Pineau)
19157
19158 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19159
19160         * gst/rtp/gstrtpspeexdepay.c:
19161         * gst/rtp/gstrtpspeexpay.c:
19162         Set clock rate to be fixed in 8000. It fixes bug #324012.
19163
19164 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19165
19166         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19167         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19168         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19169         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19170         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19171         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19172         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19173         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19174         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19175         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19176         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19177         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19178         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19179         * gst-plugins-good/gst/rtp/README:
19180         Fixed payload range in payloder caps. Removed payload range completely
19181         from depayloaders as they don't require payload type in their caps.
19182         In effect, there isn't any specific payload type for any given codec,
19183         only suggestions.
19184         Fixes bug #324011.
19185
19186 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19187
19188         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19189         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19190         (gst_videomixer_collected): Code cleanup and re-enabling 
19191         queued time validity check for correct EOS handling.
19192
19193 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19194
19195         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19196         (gst_oss_mixer_element_get_property),
19197         (gst_oss_mixer_element_change_state):
19198         Add 'device-name' property and fix state change function.
19199
19200 2005-12-13  Edward Hervey  <edward@fluendo.com>
19201
19202         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19203         If the speed of the file is null in the header, set the frame_time to
19204         the default setting of GST_SECOND / 70. Which is the default
19205         frame_delay for .fli files as stated in this document :
19206         http://www.compuphase.com/flic.htm
19207         Would be nice to have the time conversion done properly too (duration =
19208         flxh->frames * flxdec->frame_time)
19209
19210 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19211
19212         * docs/plugins/Makefile.am:
19213         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19214         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19215         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19216         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19217         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19218         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19219         documentation for videomixer on my way with a funny sample
19220         pipeline.
19221
19222 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19223
19224         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19225         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19226         (gst_videomixer_update_queues), (gst_videomixer_collected):
19227         Fix caps negotiation. (#323896)
19228
19229 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19230
19231         * gst/matroska/matroska-demux.c:
19232         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19233           Set correct timestamps on audio laces, fixes playback of mp3 from
19234                 matroska.
19235
19236 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19237
19238         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19239         (gst_au_parse_class_init), (gst_au_parse_init),
19240         (gst_au_parse_dispose), (gst_au_parse_chain),
19241         (gst_au_parse_change_state), (plugin_init):
19242         * gst/auparse/gstauparse.h:
19243           Use gst_object_unref() for GstObjects instead of
19244           g_object_unref() and fix a mem leak in a debug
19245           statement; while we're at it, also borgify, use
19246           boilerplate macros and clean up a little bit.
19247
19248 2005-12-11  Edward Hervey  <edward@fluendo.com>
19249
19250         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19251         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19252         Added pull mode.
19253
19254 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19255
19256         * gst/goom/gstgoom.c:
19257         * gst/level/level-example.c: (main):
19258         * gst/smoothwave/demo-osssrc.c: (main):
19259           Use audiotestsrc instead of sinesrc (#323798).
19260
19261 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19262
19263         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19264           more debug-func-ptr usage
19265
19266 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19267
19268         * gst/flx/flx_color.c: (flx_colorspace_convert):
19269         * gst/flx/flx_color.h:
19270         * gst/flx/flx_fmt.h:
19271         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19272         * gst/flx/gstflxdec.h:
19273           Now flxdec works on big-endian machines as well.
19274
19275 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19276
19277         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19278         (gst_fenced_buffer_copy):
19279           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19280           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19281           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19282           and use GST_DEBUG_FUNCPTR for pad functions.
19283
19284 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19285
19286         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19287         (gst_flac_dec_class_init), (gst_flac_dec_init),
19288         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19289         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19290         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19291         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19292         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19293         (gst_flac_dec_change_state):
19294         * ext/flac/gstflacdec.h:
19295           Rewrite flacdec a bit, so that even seeking might work now. Most
19296           importantly, don't act upon any flow return values we get, just tell
19297           the decoder everything's dandy and act on the flow return values
19298           later on in the loop function. We don't want to mess up the internal
19299           decoder state for non-fatal things like flushing pads etc. Other
19300           than that, use GstSegment (segment seeks don't work yet though, but
19301           should be easy to add), use boilerplate macros, drop the superfluous
19302           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19303           lots of other things.
19304
19305 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19306
19307         * configure.ac:
19308           Update comment in OSS includes check.
19309
19310         * sys/oss/gstossdmabuffer.c:
19311         * sys/oss/gstosshelper.c:
19312         * sys/oss/gstossmixer.c:
19313         * sys/oss/gstossmixertrack.c:
19314         * sys/oss/gstosssink.c:
19315         * sys/oss/gstosssrc.c:
19316         * sys/oss/oss_probe.c:
19317           Don't assume the OSS soundcard.h include is always in
19318           the sys/ directory. Instead, use the existing defines
19319           from config.h to include the right file. Fixes
19320           compilation on OpenBSD 3.8 (#323718).
19321
19322 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19323
19324         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19325         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19326         * docs/plugins/inspect/plugin-1394.xml:
19327         * docs/plugins/inspect/plugin-aasink.xml:
19328         * docs/plugins/inspect/plugin-alaw.xml:
19329         * docs/plugins/inspect/plugin-alpha.xml:
19330         * docs/plugins/inspect/plugin-alphacolor.xml:
19331         * docs/plugins/inspect/plugin-auparse.xml:
19332         * docs/plugins/inspect/plugin-autodetect.xml:
19333         * docs/plugins/inspect/plugin-avi.xml:
19334         * docs/plugins/inspect/plugin-cacasink.xml:
19335         * docs/plugins/inspect/plugin-cairo.xml:
19336         * docs/plugins/inspect/plugin-cutter.xml:
19337         * docs/plugins/inspect/plugin-debug.xml:
19338         * docs/plugins/inspect/plugin-dv.xml:
19339         * docs/plugins/inspect/plugin-efence.xml:
19340         * docs/plugins/inspect/plugin-effectv.xml:
19341         * docs/plugins/inspect/plugin-esdsink.xml:
19342         * docs/plugins/inspect/plugin-flac.xml:
19343         * docs/plugins/inspect/plugin-flxdec.xml:
19344         * docs/plugins/inspect/plugin-gconfelements.xml:
19345         * docs/plugins/inspect/plugin-goom.xml:
19346         * docs/plugins/inspect/plugin-jpeg.xml:
19347         * docs/plugins/inspect/plugin-level.xml:
19348         * docs/plugins/inspect/plugin-matroska.xml:
19349         * docs/plugins/inspect/plugin-mulaw.xml:
19350         * docs/plugins/inspect/plugin-multipart.xml:
19351         * docs/plugins/inspect/plugin-navigationtest.xml:
19352         * docs/plugins/inspect/plugin-ossaudio.xml:
19353         * docs/plugins/inspect/plugin-png.xml:
19354         * docs/plugins/inspect/plugin-rtp.xml:
19355         * docs/plugins/inspect/plugin-rtsp.xml:
19356         * docs/plugins/inspect/plugin-shout2send.xml:
19357         * docs/plugins/inspect/plugin-smpte.xml:
19358         * docs/plugins/inspect/plugin-speex.xml:
19359         * docs/plugins/inspect/plugin-udp.xml:
19360         * docs/plugins/inspect/plugin-videobox.xml:
19361         * docs/plugins/inspect/plugin-videoflip.xml:
19362         * docs/plugins/inspect/plugin-videomixer.xml:
19363         * docs/plugins/inspect/plugin-wavenc.xml:
19364         * docs/plugins/inspect/plugin-wavparse.xml:
19365         * ext/flac/gstflac.c: (plugin_init):
19366         * ext/flac/gstflacdec.c: (flacdec_get_type),
19367         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19368         (gst_flac_dec_init), (gst_flac_dec_finalize),
19369         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19370         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19371         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19372         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19373         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19374         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19375         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19376         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19377         * ext/flac/gstflacdec.h:
19378         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19379         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19380         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19381         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19382         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19383         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19384         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19385         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19386         (gst_flac_enc_change_state):
19387         * ext/flac/gstflacenc.h:
19388           borgify and fix up documentation
19389
19390 2005-12-09  Michael Smith  <msmith@fluendo.com>
19391
19392         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19393           Accept a wider range of flac files, more closely matching flac spec.
19394
19395 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19396
19397         * docs/plugins/Makefile.am: Add multipart elements.
19398         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19399         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19400         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19401         * gst/multipart/multipartdemux.c:
19402         * gst/multipart/multipartmux.c: Add docs.
19403
19404 2005-12-07  Edward Hervey  <edward@fluendo.com>
19405
19406         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19407         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19408         (gst_avi_demux_invert):
19409         Memleak and crasher fixes.
19410         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19411         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19412         Memleak fixes
19413
19414 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19415
19416         * ext/aalib/gstaasink.h:
19417         * ext/cairo/gsttextoverlay.h:
19418         * ext/dv/gstdvdec.h:
19419         * ext/dv/gstdvdemux.c:
19420         * ext/dv/gstdvdemux.h:
19421         * ext/esd/esdsink.h:
19422         * ext/flac/flac_compat.h:
19423         * ext/flac/gstflacdec.h:
19424         * ext/flac/gstflacenc.h:
19425         * ext/gconf/gconf.h:
19426         * ext/gconf/gstgconfaudiosink.h:
19427         * ext/gconf/gstgconfvideosink.h:
19428         * ext/gdk_pixbuf/gstgdkanimation.h:
19429         * ext/jpeg/gstjpegdec.h:
19430         * ext/jpeg/smokecodec.h:
19431         * ext/jpeg/smokeformat.h:
19432         * ext/ladspa/gstsignalprocessor.h:
19433         * ext/ladspa/search.c: (LADSPAPluginSearch):
19434         * ext/ladspa/utils.h:
19435         * ext/libmng/gstmng.c:
19436         * ext/libmng/gstmngdec.h:
19437         * ext/libmng/gstmngenc.c:
19438         * ext/libmng/gstmngenc.h:
19439         * ext/libpng/gstpng.c:
19440         * ext/libpng/gstpngenc.c:
19441         * ext/libpng/gstpngenc.h:
19442         * ext/shout2/gstshout2.h:
19443         * ext/speex/gstspeexdec.h:
19444         * ext/speex/gstspeexenc.c:
19445         * ext/speex/gstspeexenc.h:
19446         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19447         * gst/autodetect/gstautoaudiosink.h:
19448         * gst/autodetect/gstautovideosink.h:
19449         * gst/avi/gstavidemux.h:
19450         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19451         (gst_cutter_set_property), (gst_cutter_get_caps):
19452         * gst/cutter/gstcutter.h:
19453         * gst/debug/tests.c: (md5_process_block):
19454         * gst/debug/tests.h:
19455         * gst/effectv/gstwarp.c:
19456         * gst/flx/flx_fmt.h:
19457         * gst/flx/gstflxdec.h:
19458         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19459         (zoomFilterFastRGB):
19460         * gst/goom/filters.h:
19461         * gst/goom/goom_tools.h:
19462         * gst/law/alaw-encode.c:
19463         * gst/level/gstlevel.c:
19464         * gst/level/gstlevel.h:
19465         * gst/matroska/ebml-write.h:
19466         * gst/matroska/matroska-demux.h:
19467         * gst/matroska/matroska-ids.h:
19468         * gst/matroska/matroska-mux.h:
19469         * gst/monoscope/convolve.c: (convolve_match):
19470         * gst/monoscope/convolve.h:
19471         * gst/multipart/multipartmux.c:
19472         * gst/oldcore/gstaggregator.c:
19473         * gst/oldcore/gstaggregator.h:
19474         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19475         * gst/oldcore/gstmd5sink.h:
19476         * gst/oldcore/gstmultifilesrc.c:
19477         * gst/oldcore/gstmultifilesrc.h:
19478         * gst/oldcore/gstpipefilter.h:
19479         * gst/oldcore/gstshaper.h:
19480         * gst/rtp/gstrtpL16depay.h:
19481         * gst/rtp/gstrtpL16pay.h:
19482         * gst/rtp/gstrtpdepay.h:
19483         * gst/rtp/gstrtpmp4vpay.c:
19484         * gst/rtp/gstrtpmp4vpay.h:
19485         * gst/rtsp/gstrtspsrc.c:
19486         * gst/rtsp/gstrtspsrc.h:
19487         * gst/rtsp/rtspconnection.h:
19488         * gst/rtsp/rtspdefs.h:
19489         * gst/rtsp/rtspmessage.h:
19490         * gst/rtsp/rtsptransport.h:
19491         * gst/rtsp/rtspurl.c:
19492         * gst/rtsp/rtspurl.h:
19493         * gst/rtsp/sdpmessage.c:
19494         * gst/rtsp/sdpmessage.h:
19495         * gst/smpte/barboxwipes.c:
19496         * gst/smpte/gstmask.h:
19497         * gst/smpte/gstsmpte.h:
19498         * gst/smpte/paint.c:
19499         * gst/smpte/paint.h:
19500         * gst/udp/gstdynudpsink.h:
19501         * gst/udp/gstmultiudpsink.h:
19502         * gst/udp/gstudpsink.c:
19503         * gst/udp/gstudpsink.h:
19504         * gst/udp/gstudpsrc.c:
19505         * gst/videomixer/videomixer.c:
19506         * gst/wavenc/riff.h:
19507         * gst/wavparse/gstwavparse.h:
19508         * sys/oss/gstossdmabuffer.h:
19509         * sys/oss/gstossmixer.h:
19510         * sys/oss/gstossmixerelement.h:
19511         * sys/oss/gstossmixertrack.h:
19512         * sys/oss/gstosssink.c:
19513         * sys/oss/gstosssink.h:
19514         * sys/oss/gstosssrc.c:
19515         * sys/oss/gstosssrc.h:
19516         * sys/osxaudio/gstosxaudioelement.h:
19517         * sys/osxaudio/gstosxaudiosink.h:
19518         * sys/osxaudio/gstosxaudiosrc.h:
19519           expand tabs
19520
19521 === release 0.10.0 ===
19522
19523 2005-12-05   <thomas (at) apestaart (dot) org>
19524
19525         * configure.ac:
19526           releasing 0.10.0, "Abondance"
19527
19528 2005-12-05  Andy Wingo  <wingo@pobox.com>
19529
19530         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19531         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19532         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19533         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19534         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19535         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19536         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19537         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19538         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19539         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19540         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19541         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19542         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19543         * gst/goom/gstgoom.c: (gst_goom_chain):
19544         * gst/matroska/matroska-demux.c:
19545         (gst_matroska_demux_push_vorbis_codec_priv_data),
19546         (gst_matroska_demux_add_wvpk_header):
19547         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19548         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19549         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19550         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19551         alloc_buffer changes.
19552
19553 2005-12-05  Michael Smith  <msmith@fluendo.com>
19554
19555         * docs/plugins/gst-plugins-good-plugins.args:
19556           Remove args for plugins that aren't in -good.
19557
19558 === release 0.9.7 ===
19559
19560 2005-12-01   <thomas (at) apestaart (dot) org>
19561
19562         * configure.ac:
19563           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19564
19565 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19566
19567         * docs/plugins/.cvsignore:
19568         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19569         * docs/plugins/inspect/plugin-multipart.xml:
19570         * docs/plugins/inspect/plugin-rtp.xml:
19571           add multipart plugin to docs
19572
19573 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19574
19575         * configure.ac:
19576         * ext/Makefile.am:
19577         * ext/pango/Makefile.am:
19578         * ext/pango/gstclockoverlay.c:
19579         * ext/pango/gstclockoverlay.h:
19580         * ext/pango/gsttextoverlay.c:
19581         * ext/pango/gsttextoverlay.h:
19582         * ext/pango/gsttextrender.c:
19583         * ext/pango/gsttextrender.h:
19584         * ext/pango/gsttimeoverlay.c:
19585         * ext/pango/gsttimeoverlay.h:
19586           move pango to base
19587
19588 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19589
19590         * gst/rtp/Makefile.am:
19591         * gst/rtp/gstrtpL16depay.c:
19592         * gst/rtp/gstrtpL16depay.h:
19593         * gst/rtp/gstrtpL16parse.c:
19594         * gst/rtp/gstrtpL16parse.h:
19595         * gst/rtp/gstrtpgsmdepay.c:
19596         * gst/rtp/gstrtpgsmdepay.h:
19597         * gst/rtp/gstrtpgsmparse.c:
19598         * gst/rtp/gstrtpgsmparse.h:
19599           parsers are depayers
19600
19601 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19602
19603         * gst/rtp/Makefile.am:
19604         * gst/rtp/gstasteriskh263.c:
19605         * gst/rtp/gstrtp.c:
19606         * gst/rtp/gstrtpL16enc.c:
19607         * gst/rtp/gstrtpL16enc.h:
19608         * gst/rtp/gstrtpL16parse.c:
19609         * gst/rtp/gstrtpL16parse.h:
19610         * gst/rtp/gstrtpL16pay.c:
19611         * gst/rtp/gstrtpL16pay.h:
19612         * gst/rtp/gstrtpamrdec.c:
19613         * gst/rtp/gstrtpamrdec.h:
19614         * gst/rtp/gstrtpamrdepay.c:
19615         * gst/rtp/gstrtpamrdepay.h:
19616         * gst/rtp/gstrtpamrenc.c:
19617         * gst/rtp/gstrtpamrenc.h:
19618         * gst/rtp/gstrtpamrpay.c:
19619         * gst/rtp/gstrtpamrpay.h:
19620         * gst/rtp/gstrtpdec.c:
19621         * gst/rtp/gstrtpdec.h:
19622         * gst/rtp/gstrtpdepay.c:
19623         * gst/rtp/gstrtpdepay.h:
19624         * gst/rtp/gstrtpg711dec.c:
19625         * gst/rtp/gstrtpg711dec.h:
19626         * gst/rtp/gstrtpg711depay.c:
19627         * gst/rtp/gstrtpg711depay.h:
19628         * gst/rtp/gstrtpg711enc.c:
19629         * gst/rtp/gstrtpg711enc.h:
19630         * gst/rtp/gstrtpg711pay.c:
19631         * gst/rtp/gstrtpg711pay.h:
19632         * gst/rtp/gstrtpgsmenc.c:
19633         * gst/rtp/gstrtpgsmenc.h:
19634         * gst/rtp/gstrtpgsmparse.c:
19635         * gst/rtp/gstrtpgsmparse.h:
19636         * gst/rtp/gstrtpgsmpay.c:
19637         * gst/rtp/gstrtpgsmpay.h:
19638         * gst/rtp/gstrtph263enc.c:
19639         * gst/rtp/gstrtph263enc.h:
19640         * gst/rtp/gstrtph263pay.c:
19641         * gst/rtp/gstrtph263pay.h:
19642         * gst/rtp/gstrtph263pdec.c:
19643         * gst/rtp/gstrtph263pdec.h:
19644         * gst/rtp/gstrtph263pdepay.c:
19645         * gst/rtp/gstrtph263pdepay.h:
19646         * gst/rtp/gstrtph263penc.c:
19647         * gst/rtp/gstrtph263penc.h:
19648         * gst/rtp/gstrtph263ppay.c:
19649         * gst/rtp/gstrtph263ppay.h:
19650         * gst/rtp/gstrtpmp4vdec.c:
19651         * gst/rtp/gstrtpmp4vdec.h:
19652         * gst/rtp/gstrtpmp4vdepay.c:
19653         * gst/rtp/gstrtpmp4vdepay.h:
19654         * gst/rtp/gstrtpmp4venc.c:
19655         * gst/rtp/gstrtpmp4venc.h:
19656         * gst/rtp/gstrtpmp4vpay.c:
19657         * gst/rtp/gstrtpmp4vpay.h:
19658         * gst/rtp/gstrtpmpadec.c:
19659         * gst/rtp/gstrtpmpadec.h:
19660         * gst/rtp/gstrtpmpadepay.c:
19661         * gst/rtp/gstrtpmpadepay.h:
19662         * gst/rtp/gstrtpmpaenc.c:
19663         * gst/rtp/gstrtpmpaenc.h:
19664         * gst/rtp/gstrtpmpapay.c:
19665         * gst/rtp/gstrtpmpapay.h:
19666         * gst/rtp/gstrtpspeexdec.c:
19667         * gst/rtp/gstrtpspeexdec.h:
19668         * gst/rtp/gstrtpspeexdepay.c:
19669         * gst/rtp/gstrtpspeexdepay.h:
19670         * gst/rtp/gstrtpspeexenc.c:
19671         * gst/rtp/gstrtpspeexenc.h:
19672         * gst/rtp/gstrtpspeexpay.c:
19673         * gst/rtp/gstrtpspeexpay.h:
19674           Do burger's rename for rtp payloaders and depayloaders
19675
19676 2005-11-30  Wim Taymans  <wim@fluendo.com>
19677
19678         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19679         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19680         * ext/dv/gstdvdemux.h:
19681         Fix seeking in dvdemux again, add some more debug info.
19682
19683 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19684
19685         * configure.ac:
19686           fix tests
19687
19688 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19689
19690         * PORTED_09:
19691         * docs/random/PORTED_09:
19692           move
19693         * tests/Makefile.am:
19694           add
19695         * win32/gst.sln:
19696           remove
19697
19698 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19699
19700         * Makefile.am:
19701         * check/.cvsignore:
19702         * check/Makefile.am:
19703         * check/elements/.cvsignore:
19704         * check/elements/level.c:
19705         * check/elements/matroskamux.c:
19706         * configure.ac:
19707         * examples/Makefile.am:
19708         * examples/capsfilter/Makefile.am:
19709         * examples/capsfilter/capsfilter1.c:
19710         * examples/gob/Makefile.am:
19711         * examples/gob/gst-identity2.gob:
19712         * examples/gstplay/.cvsignore:
19713         * examples/gstplay/Makefile.am:
19714         * examples/gstplay/player.c:
19715         * examples/indexing/.cvsignore:
19716         * examples/indexing/Makefile.am:
19717         * examples/indexing/indexmpeg.c:
19718         * examples/level/Makefile.am:
19719         * examples/level/README:
19720         * examples/level/demo.c:
19721         * examples/level/plot.c:
19722         * examples/stats/Makefile.am:
19723         * examples/stats/mp2ogg.c:
19724         * examples/switch/.cvsignore:
19725         * examples/switch/Makefile.am:
19726         * examples/switch/switcher.c:
19727           move under tests/
19728
19729 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19730
19731         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19732         (gst_text_render_class_init), (resize_bitmap),
19733         (gst_text_render_render_text), (gst_text_render_setcaps),
19734         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19735         (gst_text_render_chain), (gst_text_render_finalize),
19736         (gst_text_render_init), (gst_text_render_set_property):
19737         * ext/pango/gsttextrender.h:
19738           Add missing files.
19739
19740 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19741
19742         * configure.ac:
19743         * ext/Makefile.am:
19744         * ext/pango/Makefile.am:
19745         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19746         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19747         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19748         * ext/pango/gstclockoverlay.h:
19749         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19750         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19751         (gst_text_overlay_finalize), (gst_text_overlay_init),
19752         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19753         (gst_text_overlay_text_pad_linked),
19754         (gst_text_overlay_text_pad_unlinked),
19755         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19756         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19757         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19758         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19759         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19760         (gst_text_overlay_change_state), (plugin_init):
19761         * ext/pango/gsttextoverlay.h:
19762         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19763         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19764         (gst_time_overlay_class_init), (gst_time_overlay_init):
19765         * ext/pango/gsttimeoverlay.h:
19766           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19767           and add background shading and text wrapping modes. Make 
19768           timoverlay derive from textoverlay. Also add new clockoverlay
19769           element.
19770
19771 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19772
19773         * gst/udp/Makefile.am: Moved to netbuffer.
19774
19775 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19776
19777         * configure.ac:
19778         * PORTED_O9:
19779         * gst/multipart/Makefile.am:
19780         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19781         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19782         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19783         (gst_multipart_demux_change_state),
19784         (gst_multipart_demux_plugin_init):
19785         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19786         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19787         (gst_multipart_mux_sinkconnect),
19788         (gst_multipart_mux_request_new_pad),
19789         (gst_multipart_mux_handle_src_event),
19790         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19791         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19792         0.9.
19793
19794 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19795
19796         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19797         * gst/debug/gstnavigationtest.h:
19798         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19799         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19800         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19801         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19802         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19803         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19804         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19805         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19806         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19807         (gst_video_flip_get_type):
19808         * gst/videofilter/gstvideoflip.h:
19809           update for symbols change
19810
19811 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19812
19813         * gst/udp/gstdynudpsink.c:
19814         * gst/udp/gstudpsrc.c:
19815           the old gstnet lib was renamed gstnetbuffer (#322257)
19816
19817 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19818
19819         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19820         (gst_text_overlay_collected):
19821           Actually render the text from the text pad.
19822
19823 2005-11-29  Edward Hervey  <edward@fluendo.com>
19824
19825         * gst/debug/gstnavseek.c: (gst_navseek_event):
19826         * gst/debug/progressreport.c: (gst_progress_report_event):
19827         Update for GstBaseTransform event virtual method
19828
19829 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19830
19831         * ext/cairo/Makefile.am:
19832           no need to link to videofilter
19833
19834 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19835
19836         * gst/debug/Makefile.am:
19837         * gst/debug/gstnavigationtest.h:
19838         * gst/effectv/Makefile.am:
19839         * gst/effectv/gstaging.c:
19840         * gst/effectv/gstdice.c:
19841         * gst/effectv/gstedge.c:
19842         * gst/effectv/gstquark.c:
19843         * gst/effectv/gstrev.c:
19844         * gst/effectv/gstshagadelic.c:
19845         * gst/effectv/gstvertigo.c:
19846         * gst/effectv/gstwarp.c:
19847         * gst/videofilter/Makefile.am:
19848         * gst/videofilter/gstvideofilter.c:
19849         * gst/videofilter/gstvideofilter.h:
19850         * gst/videofilter/gstvideoflip.h:
19851           remove the videofilter library and link to the one in base
19852
19853 2005-11-28  Edward Hervey  <edward@fluendo.com>
19854
19855         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19856         Useless check now we're setting the current entry correctly.
19857
19858 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19859
19860         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19861         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19862         (gst_jpegenc_change_state):
19863           Don't leak input buffer in chain function (fixes #322667); make 
19864           state change function thread-safe; don't repeat the current function
19865           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19866           gst_pad_alloc_buffer(); misc. minor cleanups.
19867
19868 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19869
19870         * gst/matroska/matroska-mux.c:
19871         (gst_matroska_mux_video_pad_setcaps):
19872         Look for pixel-aspect-ratio in caps, not pixel_width and
19873         pixel_height (Fixes: #322645)
19874
19875 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19876
19877         * gst/matroska/matroska-mux.c:
19878         (gst_matroska_mux_video_pad_setcaps):
19879         From Michal Benes:
19880         frame duration should be GST_SECOND / framerate, not
19881         GST_SECOND * framerate. (Fixes: #322643)
19882
19883 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19884
19885         * configure.ac:
19886           fix up GST_PLUGIN_LDFLAGS
19887         * gst/rtsp/rtspconnection.c:
19888           fix includes (see #317043)
19889         * gst/videofilter/Makefile.am:
19890           stop installing this library
19891
19892 2005-11-26  Edward Hervey  <edward@fluendo.com>
19893
19894         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19895         Handle the case where the incoming Video dv stream doesn't have
19896         a pixel aspect ratio set.
19897
19898 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19899
19900         * docs/plugins/Makefile.am:
19901         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19902         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19903         * ext/flac/gstflacdec.c:
19904           document flacdec
19905
19906 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19907
19908         * docs/plugins/Makefile.am:
19909         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19910         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19911         * docs/plugins/inspect/plugin-autodetect.xml:
19912         * ext/cairo/gstcairo.c: (plugin_init):
19913         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19914         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19915         (gst_text_overlay_init), (gst_text_overlay_font_init),
19916         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19917         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19918         (gst_text_overlay_text_pad_linked),
19919         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19920         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19921         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19922         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19923         (gst_text_overlay_change_state):
19924         * ext/cairo/gsttextoverlay.h:
19925         * ext/cairo/gsttimeoverlay.c:
19926         (gst_cairo_time_overlay_update_font_height),
19927         (gst_cairo_time_overlay_set_caps),
19928         (gst_cairo_time_overlay_get_unit_size),
19929         (gst_cairo_time_overlay_print_smpte_time),
19930         (gst_cairo_time_overlay_transform),
19931         (gst_cairo_time_overlay_base_init),
19932         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19933         (gst_cairo_time_overlay_get_type):
19934         * ext/cairo/gsttimeoverlay.h:
19935           do some name borgifying
19936           document
19937
19938 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19939
19940         * docs/plugins/Makefile.am:
19941         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19942         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19943         * gst/autodetect/gstautoaudiosink.c:
19944         (gst_auto_audio_sink_base_init):
19945         * gst/autodetect/gstautovideosink.c:
19946         (gst_auto_video_sink_base_init),
19947         (gst_auto_video_sink_factory_filter):
19948           documenting auto*sink
19949           using strstr for the video sink lookup, class field is not ordered
19950         * docs/plugins/inspect/plugin-1394.xml:
19951         * docs/plugins/inspect/plugin-aasink.xml:
19952         * docs/plugins/inspect/plugin-alaw.xml:
19953         * docs/plugins/inspect/plugin-alpha.xml:
19954         * docs/plugins/inspect/plugin-alphacolor.xml:
19955         * docs/plugins/inspect/plugin-auparse.xml:
19956         * docs/plugins/inspect/plugin-autodetect.xml:
19957         * docs/plugins/inspect/plugin-avi.xml:
19958         * docs/plugins/inspect/plugin-cacasink.xml:
19959         * docs/plugins/inspect/plugin-cairo.xml:
19960         * docs/plugins/inspect/plugin-cutter.xml:
19961         * docs/plugins/inspect/plugin-debug.xml:
19962         * docs/plugins/inspect/plugin-dv.xml:
19963         * docs/plugins/inspect/plugin-efence.xml:
19964         * docs/plugins/inspect/plugin-effectv.xml:
19965         * docs/plugins/inspect/plugin-esdsink.xml:
19966         * docs/plugins/inspect/plugin-flac.xml:
19967         * docs/plugins/inspect/plugin-flxdec.xml:
19968         * docs/plugins/inspect/plugin-gconfelements.xml:
19969         * docs/plugins/inspect/plugin-goom.xml:
19970         * docs/plugins/inspect/plugin-jpeg.xml:
19971         * docs/plugins/inspect/plugin-level.xml:
19972         * docs/plugins/inspect/plugin-matroska.xml:
19973         * docs/plugins/inspect/plugin-mulaw.xml:
19974         * docs/plugins/inspect/plugin-navigationtest.xml:
19975         * docs/plugins/inspect/plugin-ossaudio.xml:
19976         * docs/plugins/inspect/plugin-png.xml:
19977         * docs/plugins/inspect/plugin-rtp.xml:
19978         * docs/plugins/inspect/plugin-rtsp.xml:
19979         * docs/plugins/inspect/plugin-shout2send.xml:
19980         * docs/plugins/inspect/plugin-smpte.xml:
19981         * docs/plugins/inspect/plugin-speex.xml:
19982         * docs/plugins/inspect/plugin-udp.xml:
19983         * docs/plugins/inspect/plugin-videobox.xml:
19984         * docs/plugins/inspect/plugin-videoflip.xml:
19985         * docs/plugins/inspect/plugin-videomixer.xml:
19986         * docs/plugins/inspect/plugin-wavenc.xml:
19987         * docs/plugins/inspect/plugin-wavparse.xml:
19988           update for HEAD version
19989
19990 2005-11-25  Michael Smith  <msmith@fluendo.com>
19991
19992         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19993           Patch from Sebastien Cote to close control sockets in udpsrc.
19994
19995 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19996
19997         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19998         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19999         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20000         (gst_quarktv_base_init), (gst_quarktv_class_init),
20001         (gst_quarktv_init): Flush the planes list on reverse caps
20002         negotiation. This was crashing because of differently sized
20003         buffers.
20004
20005 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20006
20007         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20008         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20009         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20010         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20011         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20012         (gst_videoflip_set_property), (gst_videoflip_base_init),
20013         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20014         correctly, fix identity flipping, convert navigation event 
20015         correctly again.
20016
20017 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20018
20019         * configure.ac: back to HEAD
20020
20021 === release 0.9.6 ===
20022
20023 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20024
20025         * configure.ac:
20026           releasing 0.9.6, "Everything's Not Lost"
20027
20028 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20029
20030         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20031         Oops, initialise the framerate GValue
20032
20033 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20034
20035         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20036         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20037         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20038         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20039         (gst_timeoverlay_get_type):
20040         * ext/cairo/gsttimeoverlay.h:
20041         * gst/debug/Makefile.am:
20042         * gst/debug/gstnavigationtest.c:
20043         (gst_navigationtest_handle_src_event),
20044         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20045         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20046         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20047         (gst_navigationtest_init), (gst_navigationtest_get_type),
20048         (plugin_init):
20049         * gst/debug/gstnavigationtest.h:
20050         * gst/effectv/Makefile.am:
20051         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20052         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20053         (gst_agingtv_base_init), (gst_agingtv_class_init),
20054         (gst_agingtv_init), (gst_agingtv_get_type):
20055         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20056         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20057         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20058         (gst_dicetv_get_type):
20059         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20060         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20061         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20062         (gst_edgetv_get_type):
20063         * gst/effectv/gsteffectv.c:
20064         * gst/effectv/gsteffectv.h:
20065         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20066         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20067         (gst_quarktv_change_state), (gst_quarktv_base_init),
20068         (gst_quarktv_class_init), (gst_quarktv_init),
20069         (gst_quarktv_get_type):
20070         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20071         (gst_revtv_get_unit_size), (gst_revtv_transform),
20072         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20073         (gst_revtv_get_type):
20074         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20075         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20076         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20077         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20078         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20079         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20080         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20081         (gst_vertigotv_init), (gst_vertigotv_get_type):
20082         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20083         (gst_warptv_get_unit_size), (gst_warptv_transform),
20084         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20085         (gst_warptv_get_type):
20086         * gst/videofilter/Makefile.am:
20087         * gst/videofilter/gstvideobalance.c:
20088         * gst/videofilter/gstvideobalance.h:
20089         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20090         (gst_videofilter_class_init), (gst_videofilter_init):
20091         * gst/videofilter/gstvideofilter.h:
20092         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20093         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20094         (gst_videoflip_flip), (gst_videoflip_transform),
20095         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20096         (gst_videoflip_base_init), (gst_videoflip_class_init),
20097         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20098         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20099         BaseTransform, it's just a place holder for now and every video
20100         effect plugin has been ported to use BaseTransform features 
20101         directly. QuarkTV was fixed too (was broken), navigationtest works
20102         and best for the end, videoflip converts navigation events depending
20103         on flip method ! Fixes #320953
20104
20105 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20106
20107         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20108         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20109         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20110         (gst_goom_src_negotiate), (gst_goom_chain):
20111         * gst/matroska/matroska-mux.c:
20112         (gst_matroska_mux_video_pad_setcaps):
20113         * sys/osxvideo/osxvideosink.m:
20114           Fixes for API changes
20115
20116 2005-11-23  Michael Smith <msmith@fluendo.com>
20117
20118         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20119         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20120         * ext/jpeg/gstjpegdec.h:
20121         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20122         * ext/jpeg/gstjpegenc.h:
20123         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20124         (gst_smokeenc_resync):
20125         * ext/jpeg/gstsmokeenc.h:
20126           JPEG fractiony goodness.
20127
20128 2005-11-22  Michael Smith <msmith@fluendo.com>
20129
20130         * gst/goom/filters.c:
20131         * gst/goom/graphic.h:
20132           Fix compilation by making some functions static inline instead of
20133           extern inline, matching the way they're used.
20134
20135 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20136
20137         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20138         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20139         * ext/cairo/gsttextoverlay.h:
20140         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20141         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20142         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20143         (gst_pngdec_caps_create_and_set):
20144         * ext/libpng/gstpngdec.h:
20145         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20146         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20147         * gst/avi/gstavimux.c: (gst_avimux_init),
20148         (gst_avimux_vidsinkconnect):
20149         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20150         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20151         (gst_goom_src_negotiate), (gst_goom_chain):
20152         * gst/goom/gstgoom.h:
20153         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20154         * gst/matroska/matroska-mux.c:
20155         (gst_matroska_mux_video_pad_setcaps):
20156         * sys/osxvideo/osxvideosink.h:
20157         * sys/osxvideo/osxvideosink.m:
20158           More fractional framerate conversions 
20159
20160 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20161
20162         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20163         * gst/debug/gstnavigationtest.c:
20164         (gst_navigationtest_handle_src_event):
20165         * gst/videofilter/gstvideofilter.c:
20166         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20167         (gst_videofilter_init):
20168         * gst/videofilter/gstvideofilter.h:
20169           Convert to fractional framerates.
20170
20171 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20172
20173         * ext/aalib/gstaasink.c:
20174         * ext/dv/gstdvdec.c:
20175         * ext/esd/esdmon.c:
20176         * ext/flac/gstflacenc.c:
20177         * ext/gdk_pixbuf/pixbufscale.c:
20178         * ext/libcaca/gstcacasink.c:
20179         * ext/shout2/gstshout2.c:
20180         * gst/alpha/gstalpha.c:
20181         * gst/oldcore/gstaggregator.c:
20182         * gst/oldcore/gstshaper.c:
20183         * gst/smpte/barboxwipes.c:
20184         * gst/smpte/gstsmpte.c:
20185         * gst/videobox/gstvideobox.c:
20186         * gst/videofilter/gstvideoflip.c:
20187         * gst/videomixer/videomixer.c:
20188           fix up more enums
20189
20190 2005-11-22  Michael Smith <msmith@fluendo.com>
20191
20192         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20193         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20194         (gst_videomixer_update_queues):
20195           Fractional framerates, videomixer.
20196
20197 2005-11-22  Michael Smith <msmith@fluendo.com>
20198
20199         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20200         * ext/dv/gstdvdec.h:
20201         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20202         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20203         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20204         (gst_dvdemux_flush):
20205         * ext/dv/gstdvdemux.h:
20206           Fractional framerates for DV. 
20207
20208 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20209
20210         * gst/autodetect/gstautoaudiosink.c:
20211         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20212         * gst/autodetect/gstautovideosink.c:
20213         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20214           Use gst_plugin_feature_list_free() to free feature list and
20215           in the case of autovideosink free the list at all. Also
20216           miscellaneous cosmetic fixes.
20217
20218 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20219
20220         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20221         (gst_cutter_set_property), (gst_cutter_get_caps):
20222           copy calculation code from level; remove use of some audio
20223           functions
20224
20225 2005-11-22  Andy Wingo  <wingo@pobox.com>
20226
20227         * Update for gst_tag_setter API changes.
20228
20229 2005-11-22  Andy Wingo  <wingo@pobox.com>
20230
20231         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20232         (gst_dvdemux_demux_frame)
20233         * ext/flac/gstflacdec.c (gst_flacdec_write)
20234         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20235         (gst_flacenc_sink_event)
20236         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20237         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20238         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20239         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20240         * gst/auparse/gstauparse.c (gst_auparse_chain)
20241         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20242         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20243         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20244         (gst_avi_demux_handle_seek)
20245         * gst/goom/gstgoom.c (gst_goom_event)
20246         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20247         * gst/matroska/matroska-demux.c
20248         (gst_matroska_demux_handle_seek_event)
20249         (gst_matroska_demux_loop_stream_parse_id)
20250         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20251         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20252         (gst_wavparse_stream_headers): Run update-funcnames.
20253
20254 2005-11-22  Edward Hervey  <edward@fluendo.com>
20255
20256         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20257         (gst_dv1394src_init), (gst_dv1394src_dispose),
20258         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20259         (gst_dv1394src_uri_set_uri):
20260         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20261         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20262         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20263         URIHandler interface and element properties are now properly
20264         synchronized for DV1394src and UDPSrc
20265
20266 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20267
20268         * ext/flac/Makefile.am:
20269         * ext/speex/Makefile.am:
20270           libgsttagedit has been renamed to libgsttag.
20271
20272 2005-11-21  Wim Taymans  <wim@fluendo.com>
20273
20274         * gst/rtsp/rtspconnection.c: (read_body):
20275         Apply patch from Sebastien Cote to fix #319184.
20276
20277 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20278
20279         * configure.ac:
20280         * gst/cutter/Makefile.am:
20281         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20282         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20283         (gst_cutter_set_property), (gst_cutter_get_property),
20284         (plugin_init), (gst_cutter_get_caps):
20285           port cutter
20286         * gst/level/gstlevel.c:
20287           fix up plugin details
20288
20289 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20290
20291         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20292         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20293         (gst_flacdec_src_event):
20294         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20295         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20296         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20297         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20298         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20299         (gst_flxdec_sink_event_handler):
20300         * gst/matroska/matroska-demux.c:
20301         (gst_matroska_demux_handle_seek_event):
20302         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20303           Update for stream lock API changes: don't take stream log
20304           in sink event handlers any longer and change GST_STREAM_LOCK
20305           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20306           functions.
20307
20308 2005-11-21  Michael Smith <msmith@fluendo.com>
20309
20310         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20311           gst_object_unref, not g_object_unref
20312
20313 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20314
20315         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20316         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20317           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20318
20319 2005-11-21  Michael Smith <msmith@fluendo.com>
20320
20321         * gst/auparse/Makefile.am:
20322         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20323         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20324         (gst_auparse_change_state):
20325         * gst/auparse/gstauparse.h:
20326           Partially fix #161712. playbin still doesn't work on these files,
20327           (on the bug report, Andy says we aren't typefinding it for some
20328           reason?) but at least auparse isn't totally busted like it was before.
20329
20330 2005-11-21  Andy Wingo  <wingo@pobox.com>
20331
20332         * *.h:
20333         * *.c: Ran scripts/update-macros. Oh yes.
20334
20335 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20336
20337         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20338           Filler events are gone for now, comment out section generating
20339           them.
20340
20341 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20342
20343         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20344         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20345         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20346         * sys/osxvideo/osxvideosink.m:
20347           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20348           (#322027)
20349
20350 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20351
20352         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20353         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20354         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20355         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20356         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20357         (gst_avi_demux_stream_data):
20358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20359         * gst/wavenc/gstwavenc.c: (write_metadata):
20360         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20361         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20362         Fixes for GST_FOURCC_FORMAT API change.
20363
20364 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20365
20366         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20367         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20368         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20369         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20370         (gst_text_overlay_change_state):
20371         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20372         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20373         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20374         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20375         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20376         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20377         (gst_videomixer_change_state):
20378           Fix for collect pads API change. Also fix textoverlay state
20379           change function.
20380
20381 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20382
20383         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20384         GST_PAD_IS_USABLE by something approaching it.
20385
20386 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20387
20388         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20389         API changes.
20390         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20391         but also fix the code that was not checking return values from
20392         pad_push neither using pad_alloc_buffer.
20393
20394 2005-11-18  Edward Hervey  <edward@fluendo.com>
20395
20396         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20397         (gst_pngenc_chain):
20398         Added debug category
20399         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20400         goes to EOS.
20401
20402 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20403
20404         * gst/rtp/Makefile.am
20405         * gst/rtp/gstrtp.c
20406         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20407         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20408         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20409         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20410         * gst/rtp/gstrtpg711enc.h:
20411         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20412         * gst/rtp/gstrtpspeexenc.c:
20413         * gst/rtp/gstrtpspeexenc.h:
20414         * gst/rtp/gstrtpspeexdec.c:
20415         * gst/rtp/gstrtpspeexdec.h:
20416         Created Speex payloader and depayloader; Optimize G711 payloader to
20417         use adapter and send packets until MTU size.
20418
20419 2005-11-16  Wim Taymans  <wim@fluendo.com>
20420
20421         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20422         Fix leak in check.
20423
20424 2005-11-16  Wim Taymans  <wim@fluendo.com>
20425
20426         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20427         Fix state change.
20428
20429 2005-11-16  Andy Wingo  <wingo@pobox.com>
20430
20431         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20432         (gst_udpsrc_create): Move comment.
20433
20434 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20435
20436         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20437
20438         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20439           When seeking, seek to closest index entry at or before the requested
20440           seek position, not just the closest one (#321001).
20441
20442 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20443
20444         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20445         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20446           Invert DIB images again (see #132341).
20447
20448 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20449
20450         * configure.ac:
20451           rework configure.ac file
20452         * ext/aalib/gstaasink.c:
20453         * ext/cairo/gstcairo.c:
20454         * ext/dv/gstdv.c:
20455         * ext/esd/gstesd.c:
20456         * ext/flac/gstflac.c:
20457         * ext/gconf/gstgconfelements.c:
20458         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20459         * ext/jpeg/gstjpeg.c:
20460         * ext/ladspa/gstladspa.c:
20461         * ext/libcaca/gstcacasink.c:
20462         * ext/libmng/gstmng.c:
20463         * ext/libpng/gstpng.c:
20464         * ext/mikmod/gstmikmod.c:
20465         * ext/pango/gsttextoverlay.c:
20466         * ext/pango/gsttimeoverlay.c:
20467         * ext/raw1394/gst1394.c:
20468         * ext/speex/gstspeex.c:
20469         * gst/alpha/Makefile.am:
20470         * gst/alpha/gstalpha.c:
20471         * gst/alpha/gstalphacolor.c:
20472         * gst/auparse/gstauparse.c:
20473         * gst/autodetect/gstautoaudiosink.c:
20474         (gst_auto_audio_sink_factory_filter),
20475         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20476         * gst/autodetect/gstautodetect.c:
20477         * gst/avi/gstavi.c:
20478         * gst/cutter/gstcutter.c:
20479         * gst/debug/efence.c:
20480         * gst/debug/gstdebug.c:
20481         * gst/debug/gstnavigationtest.c:
20482         * gst/effectv/gsteffectv.c:
20483         * gst/flx/gstflxdec.c:
20484         * gst/goom/gstgoom.c:
20485         * gst/interleave/plugin.c:
20486         * gst/law/alaw.c:
20487         * gst/law/mulaw.c:
20488         * gst/level/gstlevel.c:
20489         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20490         * gst/matroska/matroska.c:
20491         * gst/median/gstmedian.c:
20492         * gst/monoscope/gstmonoscope.c:
20493         * gst/multipart/multipart.c:
20494         * gst/oldcore/gstelements.c:
20495         * gst/rtp/gstrtp.c:
20496         * gst/rtsp/gstrtsp.c:
20497         * gst/smoothwave/gstsmoothwave.c:
20498         * gst/smpte/gstsmpte.c:
20499         * gst/udp/gstudp.c:
20500         * gst/videobox/gstvideobox.c:
20501         * gst/videofilter/gstgamma.c:
20502         * gst/videofilter/gstvideobalance.c:
20503         * gst/videofilter/gstvideoflip.c:
20504         * gst/videofilter/gstvideotemplate.c:
20505         * gst/videomixer/videomixer.c:
20506         * gst/wavenc/gstwavenc.c:
20507         * gst/wavparse/gstwavparse.c:
20508         * sys/oss/gstossaudio.c:
20509         * sys/osxaudio/gstosxaudio.c:
20510           update GST_PLUGIN_DEFINE
20511         * gst/rtp/Makefile.am:
20512         * gst/rtp/gstasteriskh263.c:
20513           check for htons/htonl headers and possibly link to winsock2 lib
20514
20515 2005-11-12  Edward Hervey  <edward@fluendo.com>
20516
20517         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20518         Only GST_DEBUG() information on the valid components.
20519
20520 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * configure.ac: back to HEAD
20523
20524 === release 0.9.5 ===
20525
20526 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20527
20528         * configure.ac:
20529           releasing 0.9.5, "Phone Alarm"
20530
20531 2005-11-11  Edward Hervey  <edward@fluendo.com>
20532
20533         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20534         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20535         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20536         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20537         (gst_avi_demux_loop):
20538         * gst/avi/gstavidemux.h:
20539         Yeah, implement proper seeking. Exact seeking and segment seeking.
20540         Still need to do some checks for segment_stop.
20541
20542 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20543
20544         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20545
20546         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20547           Don't try to ready buffer duration from buffer that we don't
20548           own any  longer and that might already have been unreffed.
20549           (#321136)
20550
20551 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20552
20553         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20554         (flx_decode_delta_flc), (gst_flxdec_chain):
20555         Attempting to optimize the code for embedded systems.
20556
20557 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20558
20559         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20560
20561         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20562           Don't re-use already closed file descriptor. (#320920)
20563
20564 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20565
20566         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20567         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20568         (gst_oss_sink_prepare):
20569         * sys/oss/gstosssink.h:
20570           Cache probed caps; fix debug output for SET_PARAM macros.
20571
20572 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20573
20574         * ext/cairo/Makefile.am:
20575         * ext/cairo/gstcairo.c: (plugin_init):
20576         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20577         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20578         (gst_text_overlay_init), (gst_text_overlay_font_init),
20579         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20580         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20581         (gst_text_overlay_text_pad_linked),
20582         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20583         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20584         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20585         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20586         (gst_text_overlay_change_state):
20587         * ext/cairo/gsttextoverlay.h:
20588           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20589           property and redo positioning. Doesn't handle upstream renegotiation
20590           yet though.
20591
20592 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20593
20594         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20595         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20596         (gst_avi_demux_loop):
20597           No need to take the STREAM_LOCK in the loop function. Improve
20598           some debug messages. Don't leak pad names in debug messages.
20599
20600 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20601
20602         * gst/matroska/matroska-demux.c:
20603         (gst_matroska_demux_push_vorbis_codec_priv_data),
20604         (gst_matroska_demux_add_wvpk_header):
20605           Don't error out when the source pad isn't linked.
20606
20607 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20608
20609         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20610         (gst_gconf_audio_sink_change_state):
20611         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20612         (gst_gconf_video_sink_change_state):
20613           Fix state change functions here as well and set kid
20614           to NULL state before removing it.
20615
20616 2005-11-01  Edward Hervey  <edward@fluendo.com>
20617
20618         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20619         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20620         Added proper event handlind, 
20621         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20622         ignored),
20623         and don't set a duration of 0 for buffers otherwise they are discarded
20624         by GstBaseSink.
20625
20626         GstWavEnc needs some serious loving, after going through the code I'm
20627         really wondering how this can stay in -good ...
20628
20629 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20630
20631         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20632         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20633         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20634         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20635         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20636         (gst_matroska_mux_collected):
20637           Fix leaks and invalid memory access as reported by valgrind
20638
20639 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20640
20641         Patch by: Michal Benes <michal.benes@xeris.cz>
20642
20643         * check/Makefile.am:
20644         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20645         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20646         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20647           add a unit test for matroskamux
20648           fix the bugs that the unit test exposed
20649
20650 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20651
20652         * gst/autodetect/gstautoaudiosink.c:
20653         (gst_auto_audio_sink_class_init),
20654         (gst_auto_audio_sink_change_state):
20655         * gst/autodetect/gstautovideosink.c:
20656         (gst_auto_video_sink_class_init),
20657         (gst_auto_video_sink_change_state):
20658           Fix state change function and use GST_DEBUG_FUNCPTR in
20659           class_init.
20660
20661 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20662
20663         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20664
20665         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20666         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20667         * gst/matroska/ebml-write.h:
20668         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20669           Set timestamps on outgoing ebml headers as well, so that the
20670           element after matroskamux can get the timestamp already when
20671           reading the first ebml element and doesn't have to wait for
20672           the actual data buffer for that (#320308).
20673           
20674 2005-10-31  Andy Wingo  <wingo@pobox.com>
20675
20676         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20677         (gst_videomixer_pad_link): Kill some memleaks.
20678         (gst_videomixer_pad_get_property): Style fix.
20679         (gst_videomixer_pad_set_property): Style fix.
20680         (gst_videomixer_pad_init): Style fix.
20681         (gst_videomixer_update_queues): Kill memleak.
20682         (gst_videomixer_loop): Kill memleak.
20683         (gst_videomixer_collected): Kill memleak.
20684
20685 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20686
20687         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20688         gst_auparse_change_state:
20689         Just some cleanup.
20690
20691 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20692
20693         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20694         Add checks to GST_FLOW_NOT_LINKED for values returned
20695         from gst_pad_push.
20696         
20697 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20698
20699         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20700         (gst_rtpg711dec_process):
20701         * gst/rtp/gstrtpgsmenc.c:
20702         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20703         are never set. This is important for the g711 to work with burger's rtpbin
20704         element.
20705
20706 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20707
20708         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20709         (gst_speexenc_push_buffer):
20710         Add checks for return values from gst_pad_push and
20711         gst_pad_alloc_buffer.
20712
20713 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20714
20715         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20716
20717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20718         (gst_matroska_demux_parse_info),
20719         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20720         (gst_matroska_demux_parse_cluster):
20721         * gst/matroska/matroska-ids.h:
20722         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20723         (gst_matroska_mux_init), (gst_matroska_mux_start),
20724         (gst_matroska_mux_create_buffer_header),
20725         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20726         (gst_matroska_mux_get_property):
20727         * gst/matroska/matroska-mux.h:
20728           Add SimpleBlock support to matroska demuxer and muxer (part of
20729           Matroska v2). (#319731)
20730
20731 2005-10-28  Wim Taymans  <wim@fluendo.com>
20732
20733         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20734         (gst_jpeg_dec_change_state):
20735         * ext/jpeg/gstjpegdec.h:
20736         Cleanups. Don't create caps for every chain.
20737
20738 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20739
20740         * gst/law/alaw-encode.c: (gst_alawenc_init),
20741         (alawenc_setcaps), (gst_alawenc_chain)
20742         * gst/law/alaw-encode.h:
20743         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20744         (mulawenc_setcaps), (gst_mulawenc_chain)
20745         * gst/law/mulaw-encode.h:
20746         Set timestamp on buffer and it allows RTP G711 elements
20747         work properly.
20748
20749 2005-10-27  Wim Taymans  <wim@fluendo.com>
20750
20751         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20752         Set correct format on oss instead of a silly value. 
20753
20754 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20755
20756         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20757         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20758         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20759         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20760         I420 rendering as well, doesn't bring much for my platform.
20761         Might help on some other platforms.
20762
20763 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20764
20765         * gst/rtp/gstrtpgsmenc.c:
20766         * gst/rtp/gstrtpgsmparse.c:
20767         Declaring the padtemplate correctly.
20768
20769 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20770
20771         * gst/rtp/gstrtpg711dec.c:
20772         * gst/rtp/gstrtpg711enc.c:
20773         * gst/rtp/gstrtpgsmenc.c:
20774         * gst/rtp/gstrtpgsmparse.c:
20775         Setting the proper copyright notice.
20776
20777 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20778
20779         * gst/videobox/Makefile.am: Use liboil.
20780         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20781         (gst_video_box_set_property), (gst_video_box_transform_caps),
20782         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20783         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20784         using liboil. Will dot the same to I420 border generation
20785         tomorrow.
20786
20787 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20788
20789         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20790         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20791         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20792         * gst/rtp/gstrtpg711dec.h:
20793         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20794         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20795         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20796         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20797         (gst_rtpgsmenc_handle_buffer):
20798         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20799         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20800         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20801         * gst/rtp/gstrtpgsmparse.h:
20802         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20803         inherits from the basertpdepayloader.
20804
20805 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20806
20807         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20808         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20809         (gst_video_box_ayuv): Removing this forgotten debug.
20810
20811 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20812
20813         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20814         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20815         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20816
20817 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20818
20819         * sys/oss/gstossaudio.c:
20820         * sys/oss/gstossdmabuffer.c:
20821         * sys/oss/gstosshelper.c:
20822         * sys/oss/gstossmixer.c:
20823         * sys/oss/gstossmixerelement.c:
20824         * sys/oss/gstossmixertrack.c:
20825         * sys/oss/gstosssink.c:
20826         * sys/oss/gstosssrc.c:
20827           Actually use the 'oss' debug category we register.
20828
20829 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20830
20831         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20832         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20833         Use gst_pad_get_parent and drop the ref that was added through
20834         that call.
20835
20836 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20837
20838         * gst/rtp/gstrtpgsmenc.c:
20839           Fix compilation
20840
20841 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20842
20843         * gst/rtp/gstrtpg711dec.c
20844         Just removed a couple of lines of weird code used during
20845         development/test time.
20846
20847 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20848
20849         * gst/rtp/Makefile.am
20850         * gst/rtp/gstrtp.c
20851         * gst/rtp/gstrtpg711enc.c
20852         * gst/rtp/gstrtpg711enc.h
20853         * gst/rtp/gstrtpg711dec.c
20854         * gst/rtp/gstrtpg711dec.h
20855         Created G711 payloader and depayloader (it supports mulaw and alaw
20856         (dec)encoders)
20857
20858 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20859
20860         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20861         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20862         Doh ! I introduced wingo's bug again ! Sorry...
20863
20864 2005-10-25  Christian Schaller <christian@fluendo.com> 
20865
20866         * gst/rtp/Makefile.am: add missing header files for disting
20867
20868 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20869
20870         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20871         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20872         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20873         (gst_rtpgsmenc_handle_buffer):
20874         * gst/rtp/gstrtpgsmenc.h:
20875         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20876         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20877         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20878         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20879         * gst/rtp/gstrtpgsmparse.h:
20880         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20881
20882 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20883
20884         * ext/libpng/gstpngdec.c: (user_info_callback),
20885         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20886         a newsegment event, move some redundant code in a single place.
20887
20888 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20889
20890         * ext/libpng/gstpngdec.c: (user_info_callback),
20891         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20892         hack to get correct colors order when we have a png image with
20893         alpha channel.
20894
20895 2005-10-24  Edward Hervey  <edward@fluendo.com>
20896
20897         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20898         Call gst_element_no_more_pads when there will be no more pads.
20899
20900 2005-10-24  Wim Taymans  <wim@fluendo.com>
20901
20902         * gst/rtp/Makefile.am:
20903         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20904         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20905         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20906         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20907         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20908         (gst_asteriskh263_plugin_init):
20909         * gst/rtp/gstasteriskh263.h:
20910         * gst/rtp/gstrtp.c: (plugin_init):
20911         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20912         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20913         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20914         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20915         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20916         (gst_rtph263enc_plugin_init):
20917         * gst/rtp/gstrtph263enc.h:
20918         Added two new payloaders, an RFC 2190 payloader for h263 and
20919         a payload convertor for an asterisk server.
20920
20921 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20922
20923         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20924           Set bytes_per_sample correctly (is not always 4, but 
20925           depends on width and number of channels).
20926
20927 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20928
20929         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20930         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20931         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20932         (gst_flacenc_sink_event), (gst_flacenc_chain),
20933         (gst_flacenc_set_property), (gst_flacenc_get_property),
20934         (gst_flacenc_change_state):
20935         * ext/flac/gstflacenc.h:
20936           Fix seeking, so that flacenc can rewrite the header with the
20937           correct duration and amount of samples and all that at EOS;
20938           also set timestamps and granulepos on outgoing buffers; add
20939           debug category; fix state change function.
20940           
20941 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20942
20943         * gst/videomixer/videomixer.c: Don't restrict video geometry
20944         from 16 to 4096.
20945
20946 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20947
20948         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20949         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20950         Fix caps negotiation correctly, add debugging category.
20951
20952 2005-10-24  Christian Schaller  <christian@fluendo.com>
20953
20954         * configure.ac: Port over Thomas's change from base listing all plugins
20955
20956 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20957
20958         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20959         a sink pad.
20960
20961 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20962
20963         * configure.ac:
20964         * docs/upload.mak:
20965           back to HEAD
20966
20967 === release 0.9.4 ===
20968
20969 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20970
20971         * configure.ac:
20972           Releasing 0.9.4, "Dromiceiomimus"
20973
20974 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20975
20976         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20977         (gst_speexenc_src_query):
20978           Add position and duration query, fix query type function.
20979           
20980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20981         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20982           Let's not set non-fixed caps on source pads.
20983
20984 2005-10-21  Wim Taymans  <wim@fluendo.com>
20985
20986         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20987         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20988         (gst_avi_demux_handle_seek):
20989         Set correct stream_time in newsegment event.
20990         avi can also handle a duration query now.
20991
20992 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20993
20994         * gst/matroska/matroska-demux.c:
20995         (gst_matroska_demux_handle_src_query),
20996         (gst_matroska_demux_handle_seek_event),
20997         (gst_matroska_demux_loop_stream_parse_id):
20998           Fix duration query; fix basetime in newsegment event after
20999           seek; fix duration in initial newsegment event.
21000
21001         * gst/matroska/matroska-mux.c:
21002         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21003           Extract number of channels and samplerate from vorbis headers;
21004           add some debug messages when querying the durations of the
21005           input streams.
21006
21007 2005-10-20  Wim Taymans  <wim@fluendo.com>
21008
21009         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21010         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21011         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21012         Set stream time correctly in newsegment.
21013
21014 2005-10-20  Wim Taymans  <wim@fluendo.com>
21015
21016         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21017         Correctly fill in the stream time.
21018
21019 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21020
21021         * check/elements/level.c: (GST_START_TEST):
21022         * gst/level/gstlevel.c: (gst_level_message_new):
21023         * gst/level/level-example.c: (message_handler):
21024           use ELEMENT messages instead
21025
21026 2005-10-19  Wim Taymans  <wim@fluendo.com>
21027
21028         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21029         (gst_dvdemux_src_query):
21030         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21031         (gst_flacdec_src_query):
21032         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21033         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21034         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21035         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21036         * gst/debug/progressreport.c: (gst_progress_report_report):
21037         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21038         * gst/matroska/matroska-demux.c:
21039         (gst_matroska_demux_handle_src_query):
21040         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21041         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21042         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21043         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21044         (gst_wavparse_srcpad_event):
21045         API change fix.
21046
21047 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21048
21049         * gst/goom/filters.c:
21050         * gst/goom/graphic.h:
21051         * gst/goom/lines.c:
21052           Make inline functions either 'static inline' or 'extern inline',
21053           otherwise the Forte compiler apparently won't inline them (#317300).
21054
21055 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21056
21057         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21058         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21059         (user_info_callback), (user_endrow_callback), (user_end_callback),
21060         (user_read_data), (gst_pngdec_caps_create_and_set),
21061         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21062         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21063         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21064         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21065         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21066         very nice and handle push/pull based model. if you have filesrc
21067         connected to it, it will do random access to load the png file.
21068         If you have a network source that can't do _getrange, it does 
21069         progressive loading through the chain function.
21070         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21071         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21072         thanks to Master Wim Taymans ;-)
21073
21074 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21075
21076         * gst/matroska/Makefile.am:
21077         * gst/matroska/ebml-read.c:
21078         * gst/matroska/ebml-read.h:
21079         * gst/matroska/matroska-demux.c:
21080         * gst/matroska/matroska-demux.h:
21081         * gst/matroska/matroska.c: (plugin_init):
21082           Ported matroska demuxer to 0.9.
21083
21084 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21085
21086         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21087
21088         * gst/matroska/matroska-mux.c:
21089         (gst_matroska_mux_video_pad_setcaps),
21090         (gst_matroska_mux_audio_pad_setcaps):
21091           Fix mpeg4 input handling (#318847); also, while we're at it,
21092           fix media type for Motion-JPEG: should be image/jpeg.
21093
21094 2005-10-18  Wim Taymans  <wim@fluendo.com>
21095
21096         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21097         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21098         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21099         Fix for segment-start/stop API change.
21100
21101 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21102
21103         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21104         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21105         way.
21106
21107 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21108
21109         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21110         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21111         output declared in transform_caps.
21112
21113 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21114
21115         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21116
21117 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21118
21119         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21120         (gst_video_box_get_unit_size): Fix wrong size calculations and
21121         implement get_unit_size correctly.
21122
21123 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21124
21125         * configure.ac:
21126           Enable flx plugin.
21127
21128         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21129           Fix gcc4 signedness issue.
21130
21131 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21132
21133         * configure.ac: Adding videomixer.
21134         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21135         (user_read_data), (gst_pngdec_chain): More debugging.
21136         * gst/alpha/Makefile.am: Adding alphacolor
21137         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21138         (gst_alpha_color_class_init), (gst_alpha_color_init),
21139         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21140         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21141         (plugin_init): Ported to 0.9 using in place base tranform.
21142         * gst/videomixer/Makefile.am:
21143         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21144         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21145         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21146         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21147         (gst_videomixer_init), (gst_videomixer_getcaps),
21148         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21149         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21150         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21151         to 0.9 using collectpads.
21152
21153 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21154
21155         * configure.ac:
21156         * gst/flx/Makefile.am:
21157         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21158         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21159         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21160         * gst/flx/gstflxdec.h:
21161         flx plugin ported to 0.9
21162
21163 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21164
21165         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21166           use new gst_version_string()
21167
21168 2005-10-16  Andy Wingo  <wingo@pobox.com>
21169
21170         * configure.ac: GLIB_CHECK.
21171
21172 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21173
21174         * ext/libpng/Makefile.am:
21175         * ext/libpng/gstpng.c: (plugin_init):
21176         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21177         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21178         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21179
21180 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21181
21182         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21183
21184         * configure.ac:
21185         * gst/matroska/Makefile.am:
21186         * gst/matroska/ebml-ids.h:
21187         * gst/matroska/ebml-write.c:
21188         * gst/matroska/ebml-write.h:
21189         * gst/matroska/matroska-ids.h:
21190         * gst/matroska/matroska-mux.c:
21191         * gst/matroska/matroska-mux.h:
21192         * gst/matroska/matroska.c: (plugin_init):
21193           Port matroska muxer to 0.9 (#318847).
21194
21195 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21196
21197         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21198         (comment_init), (comment_add):
21199           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21200           use GST_READ_UINT32_LE() and friends rather than the private
21201           implementation of those same macros.
21202
21203 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21204
21205         * examples/stats/mp2ogg.c:
21206           more typo fixes
21207
21208 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21209
21210         * examples/indexing/indexmpeg.c: (main):
21211         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21212         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21213         * ext/esd/esdmon.h:
21214         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21215         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21216         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21217         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21218         * gst/avi/gstavimux.c: (gst_avimux_init):
21219         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21220         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21221         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21222         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21223         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21224         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21225         * gst/oldcore/gstmultifilesrc.h:
21226         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21227         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21228         (gst_pipefilter_change_state):
21229         * gst/oldcore/gstpipefilter.h:
21230         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21231         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21232         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21233         * sys/osxaudio/gstosxaudiosink.h:
21234         * sys/osxaudio/gstosxaudiosrc.h:
21235           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21236           moved bitshift from macro to enum definition
21237
21238 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21239
21240         * ext/Makefile.am:
21241         * ext/cairo/Makefile.am:
21242         * ext/cairo/gstcairo.c: (plugin_init):
21243         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21244         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21245         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21246         * ext/cairo/gsttimeoverlay.h:
21247           update of cairo-based timeoverlay to 1.0 Cairo API
21248           doesn't work yet for resizing of output sink
21249
21250 2005-10-11  Wim Taymans  <wim@fluendo.com>
21251
21252         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21253         newsegment API fix.
21254
21255 2005-10-11  Wim Taymans  <wim@fluendo.com>
21256
21257         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21258         (gst_dvdemux_demux_frame):
21259         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21260         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21261         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21262         (gst_avi_demux_handle_seek):
21263         * gst/goom/gstgoom.c: (gst_goom_event):
21264         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21265         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21266         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21267         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21268         (gst_wavparse_srcpad_event):
21269         newsegment API update.
21270
21271 2005-10-11  Andy Wingo  <wingo@pobox.com>
21272
21273         * ext/speex/gstspeexenc.c: Signedness cleanups.
21274
21275 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21276
21277         * PORTED_09:
21278         * ext/speex/Makefile.am:
21279         * ext/speex/gstspeex.c:
21280         * ext/speex/gstspeexenc.c:
21281         Speexenc ported to 0.9
21282
21283 2005-10-10  Wim Taymans  <wim@fluendo.com>
21284
21285         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21286         (gst_oss_sink_init), (gst_oss_sink_set_property),
21287         (gst_oss_sink_get_property), (gst_oss_sink_open),
21288         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21289         * sys/oss/gstosssink.h:
21290         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21291         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21292         (gst_oss_src_prepare):
21293         Cleanups, make device configurable in the sink, handle and report
21294         errors.
21295
21296 2005-10-10  Wim Taymans  <wim@fluendo.com>
21297
21298         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21299         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21300         Make sure element is NULL before removing from the bin.
21301
21302 2005-10-07  Andy Wingo  <wingo@pobox.com>
21303
21304         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21305         block forever in a read().
21306         (gst_dv1394src_bus_reset): Post a message when the cable is
21307         unplugged.
21308         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21309         (gst_dv1394src_bus_reset): Don't unref the message.
21310
21311         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21312         hacking. The only change should be that the state change stuff was
21313         put into basesrc's start() and stop() routines, which coalesces
21314         some steps.
21315
21316 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21317
21318         * configure.ac:
21319           Add check for mmap
21320           
21321         * gst/debug/Makefile.am:
21322           Only compile efence plugin on systems that have mmap.
21323
21324 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21325
21326         * gst/debug/Makefile.am:
21327         * gst/debug/breakmydata.c:
21328         * gst/debug/gstdebug.c:
21329         * gst/debug/gstnavigationtest.c:
21330         * gst/debug/gstnavseek.c: 
21331         * gst/debug/gstnavseek.h:
21332         * gst/debug/progressreport.c: 
21333         * gst/debug/testplugin.c:
21334           Port progressreport, navseek, navigationtest, testsink and
21335           breakmydata.
21336
21337 2005-10-05  Edward Hervey  <edward@fluendo.com>
21338
21339         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21340         (gst_dvdemux_src_query):
21341         Fixes for better conversion
21342
21343 2005-10-04  Michael Smith <msmith@fluendo.com>
21344
21345         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21346         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21347         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21348         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21349           Set state of elements to NULL before removing from bins.
21350           Set state of test element to NULL if we failed to move it to READY
21351
21352 2005-10-04  Edward Hervey  <edward@fluendo.com>
21353
21354         * ext/dv/Makefile.am:
21355         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21356         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21357         Corrected the query function for position so it doesn't forget what
21358         format was asked, and calls the conversion functions on the correct pad.
21359
21360 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21361
21362         * configure.ac:
21363           back to development
21364
21365 === release 0.9.3 ===
21366
21367 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21368
21369         * configure.ac:
21370           Releasing 0.9.3, "Aramis"
21371
21372 2005-10-03  Andy Wingo  <wingo@pobox.com>
21373
21374         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21375         error returns.
21376
21377 2005-10-02  Andy Wingo  <wingo@pobox.com>
21378
21379         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21380
21381         * ext/flac/gstflacenc.c: Ported to 0.9.
21382
21383         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21384
21385         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21386         and link to gsttagedit. Enable flacenc.
21387
21388         * ext/flac/gstflacdec.c: Re-enable tag reading.
21389
21390 2005-09-30  Wim Taymans  <wim@fluendo.com>
21391
21392         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21393         * gst/rtp/gstrtpgsmparse.c:
21394         * gst/rtp/gstrtph263penc.c:
21395         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21396         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21397         (gst_rtpmp4venc_set_property):
21398         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21399         Various class and caps fixes from Andre Magalhaes (andrunko)
21400
21401 2005-09-29  Wim Taymans  <wim@fluendo.com>
21402
21403         * gst/level/level-example.c: (main):
21404         Update for new bus API.
21405
21406 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21407
21408         * configure.ac:
21409           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21410           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21411
21412 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21413
21414         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21415           Fix playback of mono streams (bytes_per_sample should be set
21416           from the sample width and the number of channels negotiated,
21417           and not just be set to 4) (#317338)
21418
21419 2005-09-26  Wim Taymans  <wim@fluendo.com>
21420
21421         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21422         (gst_rtpmpaenc_handle_buffer):
21423         Set buffer duration correctly.
21424
21425 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21426
21427         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21428         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21429         (gst_avi_demux_change_state):
21430           Don't crash when encountering a stream with an unknown fourcc or
21431           codec id. Instead, create a pad of type video/x-avi-unknown or
21432           audio/x-avi-unknown, which as a side-effect also results in less
21433           confusing error messages in players ('no decoder' vs. 'no streams');
21434           minor fixes to state change function and class_init function.
21435
21436 2005-09-24  Wim Taymans  <wim@fluendo.com>
21437
21438         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21439         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21440         These are sinks.
21441
21442 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21443
21444         * check/elements/level.c: (GST_START_TEST):
21445           fix test for new GstClockTime use
21446         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21447         (gst_level_transform_ip):
21448         * gst/level/gstlevel.h:
21449           fix up the decay peak, ensuring the decay peak is never lower
21450           than the peak for that interval
21451
21452 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21453
21454         * docs/plugins/gst-plugins-good-plugins.args:
21455         * docs/plugins/inspect/plugin-alpha.xml:
21456         * docs/plugins/inspect/plugin-rtp.xml:
21457         * gst/level/gstlevel.c: (gst_level_set_caps),
21458         (gst_level_transform_ip):
21459           updating docs
21460
21461 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21462
21463         * Makefile.am:
21464         * check/elements/level.c: (GST_START_TEST):
21465         * gst/level/Makefile.am:
21466         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21467         (gst_level_set_property), (gst_level_get_property),
21468         (gst_level_set_caps), (gst_level_message_new),
21469         (gst_level_transform_ip):
21470         * gst/level/gstlevel.h:
21471         * gst/level/level-example.c: (message_handler), (main):
21472           convert to using GstClockTime for all time values, finally.
21473
21474 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21475
21476         * gst/auparse/Makefile.am:
21477         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21478           fix up build
21479         * configure.ac:
21480         * ext/cairo/Makefile.am:
21481         * ext/dv/Makefile.am:
21482         * ext/esd/Makefile.am:
21483         * ext/flac/Makefile.am:
21484         * ext/gconf/Makefile.am:
21485         * ext/gdk_pixbuf/Makefile.am:
21486         * ext/jpeg/Makefile.am:
21487         * ext/ladspa/Makefile.am:
21488         * ext/libcaca/Makefile.am:
21489         * ext/libmng/Makefile.am:
21490         * ext/libpng/Makefile.am:
21491         * ext/mikmod/Makefile.am:
21492         * ext/pango/Makefile.am:
21493         * ext/raw1394/Makefile.am:
21494         * ext/shout2/Makefile.am:
21495         * ext/speex/Makefile.am:
21496         * gst/alpha/Makefile.am:
21497         * gst/autodetect/Makefile.am:
21498         * gst/avi/Makefile.am:
21499         * gst/cutter/Makefile.am:
21500         * gst/debug/Makefile.am:
21501         * gst/effectv/Makefile.am:
21502         * gst/flx/Makefile.am:
21503         * gst/goom/Makefile.am:
21504         * gst/interleave/Makefile.am:
21505         * gst/law/Makefile.am:
21506         * gst/matroska/Makefile.am:
21507         * gst/median/Makefile.am:
21508         * gst/monoscope/Makefile.am:
21509         * gst/multipart/Makefile.am:
21510         * gst/oldcore/Makefile.am:
21511         * gst/rtp/Makefile.am:
21512         * gst/rtsp/Makefile.am:
21513         * gst/smoothwave/Makefile.am:
21514         * gst/smpte/Makefile.am:
21515         * gst/videobox/Makefile.am:
21516         * gst/videofilter/Makefile.am:
21517         * gst/videomixer/Makefile.am:
21518         * gst/wavenc/Makefile.am:
21519         * gst/wavparse/Makefile.am:
21520         * sys/oss/Makefile.am:
21521         * sys/osxaudio/Makefile.am:
21522         * sys/osxvideo/Makefile.am:
21523           fix up GST_LIBS use
21524
21525 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21526
21527         * gst/auparse/Makefile.am:
21528         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21529           fix build of auparse
21530
21531 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21532
21533         * configure.ac:
21534         * PORTED_09:
21535         * gst/auparse/gstauparse.c:
21536         * gst/auparse/gstauparse.h:
21537         Auparse ported to 0.9.
21538
21539 2005-09-22  Wim Taymans  <wim@fluendo.com>
21540
21541         * gst/rtp/TODO:
21542         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21543         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21544         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21545         (gst_rtpmp4venc_set_property):
21546         * gst/rtp/gstrtpmp4venc.h:
21547         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21548         * gst/rtp/gstrtpmpaenc.h:
21549         Use is_filled to both check MTU and max-ptime of base class.
21550
21551 2005-09-22  Wim Taymans  <wim@fluendo.com>
21552
21553         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21554         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21555         (gst_rtpmp4venc_set_property):
21556         Don't fragment packets with multiple frames.
21557
21558 2005-09-22  Wim Taymans  <wim@fluendo.com>
21559
21560         * gst/rtp/TODO:
21561         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21562         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21563         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21564         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21565         (gst_rtpmp4venc_get_property):
21566         * gst/rtp/gstrtpmp4venc.h:
21567         Remove g_print.
21568         Update TODO
21569         Make payload encoder a bit smarter and more correct with
21570         timestamps.
21571         Added option in payloader to include config string in-band.
21572
21573 2005-09-21  Wim Taymans  <wim@fluendo.com>
21574
21575         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21576         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21577         (gst_rtspsrc_send):
21578         Strip spaces for key/value pairs.
21579
21580 2005-09-21  Wim Taymans  <wim@fluendo.com>
21581
21582         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21583         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21584         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21585         (gst_rtspsrc_change_state):
21586         More SDP parsing and caps setting.
21587         Do NO_PREROLL differently.
21588         add pads only after negotiated.
21589
21590         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21591         (gst_udpsrc_getcaps):
21592         Implement the getcaps function.
21593
21594 2005-09-21  Wim Taymans  <wim@fluendo.com>
21595
21596         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21597         (gst_rtpamrdec_chain):
21598         Handle multiple AMr packets per payload. Handle CRC and
21599         parse ILL/ILP.
21600
21601         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21602         Make caps params strings for easy SDP mapping.
21603         
21604         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21605         Handle capsnego better.
21606
21607         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21608         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21609         Generate and parse config string in the caps.
21610
21611 2005-09-21  Wim Taymans  <wim@fluendo.com>
21612
21613         * gst/rtp/README:
21614         Update README
21615
21616         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21617         Make extra params as strings.
21618
21619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21620         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21621         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21622         Make state change return NO_PREROLL as this is a live
21623         source.
21624
21625         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21626         Don't unref old caps when NULL.
21627
21628 2005-09-20  Wim Taymans  <wim@fluendo.com>
21629
21630         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21631         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21632         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21633         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21634         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21635         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21636         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21637         * gst/rtsp/sdpmessage.h:
21638         Add URI handler.
21639         Parse SDP and create caps.
21640
21641 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21642
21643         * gst/alpha/gstalpha.c:
21644           fix element description
21645
21646 2005-09-19  Wim Taymans  <wim@fluendo.com>
21647
21648         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21649         Don't check payload for now.
21650
21651 2005-09-19  Wim Taymans  <wim@fluendo.com>
21652
21653         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21654         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21655         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21656         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21657         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21658         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21659         (gst_wavparse_change_state):
21660         * gst/wavparse/gstwavparse.h:
21661         Fix wavparse some more.
21662
21663 2005-09-19  Wim Taymans  <wim@fluendo.com>
21664
21665         * check/elements/level.c: (GST_START_TEST):
21666         Fix for bus API change.
21667
21668 2005-09-19  Wim Taymans  <wim@fluendo.com>
21669
21670         * gst/level/level-example.c: (main):
21671         Fix for new bus API.
21672
21673         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21674         Set caps on pads.
21675
21676 2005-09-15  Wim Taymans  <wim@fluendo.com>
21677
21678         * gst/rtp/Makefile.am:
21679         * gst/rtp/README:
21680         * gst/rtp/gstrtp.c: (plugin_init):
21681         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21682         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21683         (gst_rtpamrdec_change_state):
21684         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21685         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21686         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21687         * gst/rtp/gstrtpamrenc.h:
21688         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21689         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21690         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21691         * gst/rtp/gstrtpgsmenc.h:
21692         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21693         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21694         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21695         (gst_rtpgsmparse_change_state):
21696         * gst/rtp/gstrtpgsmparse.h:
21697         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21698         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21699         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21700         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21701         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21702         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21703         * gst/rtp/gstrtph263penc.h:
21704         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21705         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21706         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21707         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21708         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21709         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21710         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21711         * gst/rtp/gstrtpmp4venc.h:
21712         * gst/rtp/gstrtpmpadec.c:
21713         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21714         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21715         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21716         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21717         * gst/rtp/gstrtpmpaenc.h:
21718         Updates to payloader/depayloaders, make payloaders use
21719         the base classes.
21720         Updated README with suggested RTP caps and how to convert
21721         to/from SDP.
21722         Added config descriptor in mp4v payloader.
21723
21724 2005-09-15  Andy Wingo  <wingo@pobox.com>
21725
21726         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21727         * gst/autodetect/gstautovideosink.c
21728         (gst_auto_video_sink_find_best): Update for new registry API.
21729
21730 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21731
21732         * common/c-to-xml.py:
21733         * common/gtk-doc-plugins.mak:
21734           a simple py script to generate valid xml from a C example
21735           probably also need to strip an MIT license when we decide
21736         * docs/plugins/Makefile.am:
21737         * gst/level/Makefile.am:
21738         * gst/level/gstlevel.c: (gst_level_init):
21739         * gst/level/level-example.c: (message_handler), (main):
21740           add an example to level that will show up in the docs
21741         * gst/rtp/TODO:
21742           add a note for the future
21743
21744 2005-09-14  Michael Smith <msmith@fluendo.com>
21745
21746         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21747           Actually define the debug object being used in wavenc. Fixes #316205
21748
21749 2005-09-14  Michael Smith <msmith@fluendo.com>
21750
21751         * gst/smpte/Makefile.am:
21752           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21753           needed to build on windows (bug 316204)
21754
21755 2005-09-12  Andy Wingo  <wingo@pobox.com>
21756
21757         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21758
21759 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21760
21761         * configure.ac:
21762         * gst/fdsrc/Makefile.am:
21763         * gst/fdsrc/gstfdsrc.c:
21764         * gst/fdsrc/gstfdsrc.h:
21765           Move fdsrc back into gstreamer core elements.
21766
21767         * gst/level/gstlevel.c: (gst_level_class_init),
21768         (gst_level_transform_ip):
21769         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21770           Basetransform changes.
21771
21772 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21773
21774         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21775         * ext/jpeg/smokecodec.c: (find_best_size):
21776           fix compiler warnings
21777
21778 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21779
21780         * gst-plugins-good.spec.in:
21781           spec file fixes
21782         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21783         (gst_multiudpsink_render), (gst_multiudpsink_add),
21784         (gst_multiudpsink_clear):
21785           it actually helps to actually stream if we hook up the
21786           "add" signal to an actual implementation
21787         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21788           some debugging
21789
21790 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21791
21792         * ext/jpeg/Makefile.am:
21793         * ext/jpeg/gstjpeg.c
21794         * ext/jpeg/gstjpegenc.c:
21795         * ext/jpeg/gstsmokeenc.c:
21796
21797 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21798
21799         * ext/flac/gstflacdec.c:
21800         * ext/flac/gstflacenc.c:
21801         * ext/flac/gstflactag.c:
21802         * ext/speex/gstspeexenc.c:
21803           gsttaginterface.h -> gsttagsetter.h
21804
21805 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21806
21807         * configure.ac:
21808         * gst/debug/Makefile.am:
21809         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21810         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21811         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21812         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21813         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21814           Port to 0.9 and re-enable efence plugin.
21815
21816 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21817
21818         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21819         (gst_flacdec_write), (gst_flacdec_convert_src):
21820         * ext/flac/gstflacdec.h:
21821           Add support for flac files with 24/32 bits per sample; and misc.
21822           minor clean-ups. Seeking is still partly broken (for me at least).
21823
21824 2005-09-06  Wim Taymans  <wim@fluendo.com>
21825
21826         * gst/rtp/Makefile.am:
21827         * gst/rtp/gstrtp.c: (plugin_init):
21828         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21829         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21830         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21831         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21832         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21833         (gst_rtpmp4vdec_plugin_init):
21834         * gst/rtp/gstrtpmp4vdec.h:
21835         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21836         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21837         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21838         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21839         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21840         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21841         * gst/rtp/gstrtpmp4venc.h:
21842         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21843         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21844         Added mpeg4 video payload encoder/decoder.
21845         Added some docs in mpa payloader.
21846
21847 === release 0.9.1 ===
21848
21849 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21850
21851         * NEWS:
21852         * README:
21853         * RELEASE:
21854         * autogen.sh:
21855         * configure.ac:
21856           releasing 0.9.1, "Blondie"
21857
21858 2005-09-05  Andy Wingo  <wingo@pobox.com>
21859
21860         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21861         here from the state change handler, so we fire signals without
21862         holding the state lock.
21863
21864 2005-09-02  Andy Wingo  <wingo@pobox.com>
21865
21866         * All plugins updated for element state changes.
21867
21868 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21869
21870         * Makefile.am:
21871         * check/.cvsignore:
21872         * check/Makefile.am:
21873         * check/elements/.cvsignore:
21874         * check/elements/level.c: (setup_level), (cleanup_level),
21875         (GST_START_TEST), (level_suite), (main):
21876           add a test for level
21877         * common/release.mak:
21878           move the enum checking to release.mak
21879         * configure.ac:
21880           add valgrind and check checking
21881         * gst/level/gstlevel.c: (gst_level_transform):
21882         * gst/level/gstlevel.h:
21883           fix Andy's cast bug
21884           convert a field to int
21885           fix the arithmetic to int when checking for emit so that a
21886           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21887
21888 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21889
21890         * Makefile.am:
21891         * configure.ac:
21892           add docs to build
21893         * common/plugins.xsl:
21894           wrap Description into a refsect2
21895         * docs/Makefile.am:
21896         * docs/plugins/Makefile.am:
21897         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21898         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21899         * gst/goom/Makefile.am:
21900         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21901         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21902         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21903         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21904         (gst_goom_change_state):
21905         * gst/goom/gstgoom.h:
21906           GstGOOM -> GstGoom
21907           add an example launch line
21908         * gst/level/gstlevel.h:
21909         * gst/monoscope/gstmonoscope.c:
21910           cleanups
21911
21912 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21913
21914         * configure.ac:
21915         * docs/plugins/Makefile.am:
21916         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21917         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21918         * docs/plugins/gst-plugins-good-plugins.types:
21919           document elements and plugins.  Shazam !
21920
21921 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21922
21923         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21924           be found under doc/random/ChangeLog-0.8