ext/pulse/pulsemixerctrl.c: Don't leak the pa_operation.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
2
3         * ext/pulse/pulsemixerctrl.c:
4           Don't leak the pa_operation.
5
6 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
7
8         * configure.ac:
9           Require core cvs.
10
11 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
12
13         * gst/avi/gstavimux.c:
14           Rename api from _flush to _reset_tags. 
15
16 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
17
18         * gst/avi/gstavimux.c:
19           Use new tagsetter api to flush tags.
20
21 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
22
23         * tests/check/elements/deinterleave.c: (deinterleave_suite):
24         Increase timeout to 3 minutes to prevent timeouts.
25
26 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
27
28         * tests/check/elements/interleave.c: (interleave_suite):
29         Increase timeout to 3 minutes to prevent timeouts.
30
31 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
32
33         * gst/avi/gstavimux.c:
34         * gst/avi/gstavimux.h:
35           Totally remove the internal taglists and fully use tagsetter.
36
37 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
38
39         * gst/avi/gstavimux.c:
40           Instead of filtering wrongly just use the mergemode. Applications is
41           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
42           avi for real (I hope). Everyone chime in, before I fix the others.
43
44 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
45
46         * ext/pulse/pulsemixerctrl.c:
47           Add note about memleak.
48
49 2008-12-13  Edward Hervey  <bilboed@gmail.com>
50
51         * m4/Makefile.am:
52         A couple more .m4 that aren't shipped anymore with gettext 0.17.
53
54 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
55
56         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
57         (gst_flac_dec_init):
58         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
59         (gst_alaw_dec_init):
60         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
61         (gst_alaw_enc_init):
62         * gst/law/alaw.c: (plugin_init):
63         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
64         (gst_mulawdec_init):
65         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
66         (gst_mulawenc_init):
67         * gst/law/mulaw.c: (plugin_init):
68         Switch to using GstStaticPadTemplate.
69         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
70         Don't forget to free the addrinfo structure.
71         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
72         (gst_wavparse_sink_activate):
73         Don't forget to unref the GstAdapter.
74
75 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
76
77         * m4/Makefile.am:
78         inttypes.m4 hasn't been available since gettext-0.15, and since we now
79         require gettext >= 0.17 ... we can remove it from the list of files to
80         dist.
81
82 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
83
84         * gst/avi/gstavidemux.c:
85           More logging.
86
87         * gst/avi/gstavimux.c:
88           Handle more metadata fields. Better estimate of metadata size. Don't
89           merge received tags, if application has specified tags using
90           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
91
92 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
93
94         * tests/check/Makefile.am:
95         Also ignore pulsemixer for the states unit test.
96
97 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
98
99         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
100         Add an EOI marker at the end of the jpeg frame when it's missing.
101         Fixes #563056.
102
103 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
104
105         * tests/check/elements/videocrop.c: (check_1x1_buffer):
106         Update the unit test for the new color values for BT.601 red.
107         Fixes bug #563510.
108
109 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
110
111         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
112           Restore previous behaviour of not passing QoS and navigation
113           events upstream, which presumably wasn't meant to be changed.
114
115 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
116
117         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
118         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
119         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
120         (gst_dvdemux_chain), (gst_dvdemux_loop),
121         (gst_dvdemux_change_state):
122         Add srcpads only when needed and remove them again when going
123         back to READY. This prevents stalled pipelines if there's no
124         audio inside the DV stream, which happens for many MXF files.
125
126 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
127
128         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
129         (run_server):
130         The ports in libsoup are unsigned integers and not signed
131         integers.
132
133 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
134
135         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
136         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
137         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
138         (gst_dvdemux_chain), (gst_dvdemux_loop),
139         (gst_dvdemux_change_state):
140         Add srcpads only when they're needed. If we add all pads in any
141         case we will get a stalling audio pad if the stream contains
142         no audio, which is the case for many MXF files.
143
144 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
145
146         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
147         Forward all events upstream unless it's something we really
148         don't handle. This fixes latency configuration of pipelines.
149
150 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
151
152         * ext/dv/gstdv.c: (plugin_init):
153         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
154         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
155         Really call dv_init() exactly one time, not one time for
156         the demuxer and one time for the decoder.
157
158 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
159
160         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
161         Copy incomming timestamp to outgoing packets.
162
163 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
164
165         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
166         (gst_rtp_mp4v_pay_event):
167         Don't try to push packets before we could find a valid config
168         startcode. Fixes #563509.
169
170 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
171
172         Patch by: Brian Cameron <brian.cameron at sun dot com>
173
174         * sys/sunaudio/gstsunaudiomixerctrl.c:
175         (gst_sunaudiomixer_ctrl_open):
176         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
177
178 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
179
180         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
181
182         * configure.ac:
183         Make usage of libv4l optional by a configure parameter.
184         Fixes bug #563504.
185
186 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
187
188         * docs/plugins/Makefile.am:
189         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
190         * docs/plugins/gst-plugins-good-plugins-sections.txt:
191         * docs/plugins/gst-plugins-good-plugins.args:
192         * docs/plugins/gst-plugins-good-plugins.hierarchy:
193         * docs/plugins/gst-plugins-good-plugins.interfaces:
194         * docs/plugins/inspect/plugin-1394.xml:
195         * docs/plugins/inspect/plugin-aasink.xml:
196         * docs/plugins/inspect/plugin-alaw.xml:
197         * docs/plugins/inspect/plugin-alpha.xml:
198         * docs/plugins/inspect/plugin-alphacolor.xml:
199         * docs/plugins/inspect/plugin-annodex.xml:
200         * docs/plugins/inspect/plugin-apetag.xml:
201         * docs/plugins/inspect/plugin-audiofx.xml:
202         * docs/plugins/inspect/plugin-auparse.xml:
203         * docs/plugins/inspect/plugin-autodetect.xml:
204         * docs/plugins/inspect/plugin-avi.xml:
205         * docs/plugins/inspect/plugin-cacasink.xml:
206         * docs/plugins/inspect/plugin-cairo.xml:
207         * docs/plugins/inspect/plugin-cutter.xml:
208         * docs/plugins/inspect/plugin-debug.xml:
209         * docs/plugins/inspect/plugin-dv.xml:
210         * docs/plugins/inspect/plugin-efence.xml:
211         * docs/plugins/inspect/plugin-effectv.xml:
212         * docs/plugins/inspect/plugin-equalizer.xml:
213         * docs/plugins/inspect/plugin-esdsink.xml:
214         * docs/plugins/inspect/plugin-flac.xml:
215         * docs/plugins/inspect/plugin-flxdec.xml:
216         * docs/plugins/inspect/plugin-gamma.xml:
217         * docs/plugins/inspect/plugin-gconfelements.xml:
218         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
219         * docs/plugins/inspect/plugin-goom.xml:
220         * docs/plugins/inspect/plugin-goom2k1.xml:
221         * docs/plugins/inspect/plugin-halelements.xml:
222         * docs/plugins/inspect/plugin-icydemux.xml:
223         * docs/plugins/inspect/plugin-id3demux.xml:
224         * docs/plugins/inspect/plugin-interleave.xml:
225         * docs/plugins/inspect/plugin-jpeg.xml:
226         * docs/plugins/inspect/plugin-level.xml:
227         * docs/plugins/inspect/plugin-matroska.xml:
228         * docs/plugins/inspect/plugin-monoscope.xml:
229         * docs/plugins/inspect/plugin-mulaw.xml:
230         * docs/plugins/inspect/plugin-multifile.xml:
231         * docs/plugins/inspect/plugin-multipart.xml:
232         * docs/plugins/inspect/plugin-navigationtest.xml:
233         * docs/plugins/inspect/plugin-ossaudio.xml:
234         * docs/plugins/inspect/plugin-png.xml:
235         * docs/plugins/inspect/plugin-pulseaudio.xml:
236         * docs/plugins/inspect/plugin-quicktime.xml:
237         * docs/plugins/inspect/plugin-replaygain.xml:
238         * docs/plugins/inspect/plugin-rtp.xml:
239         * docs/plugins/inspect/plugin-rtsp.xml:
240         * docs/plugins/inspect/plugin-shout2send.xml:
241         * docs/plugins/inspect/plugin-smpte.xml:
242         * docs/plugins/inspect/plugin-soup.xml:
243         * docs/plugins/inspect/plugin-spectrum.xml:
244         * docs/plugins/inspect/plugin-speex.xml:
245         * docs/plugins/inspect/plugin-taglib.xml:
246         * docs/plugins/inspect/plugin-udp.xml:
247         * docs/plugins/inspect/plugin-video4linux2.xml:
248         * docs/plugins/inspect/plugin-videobalance.xml:
249         * docs/plugins/inspect/plugin-videobox.xml:
250         * docs/plugins/inspect/plugin-videocrop.xml:
251         * docs/plugins/inspect/plugin-videoflip.xml:
252         * docs/plugins/inspect/plugin-videomixer.xml:
253         * docs/plugins/inspect/plugin-wavenc.xml:
254         * docs/plugins/inspect/plugin-wavpack.xml:
255         * docs/plugins/inspect/plugin-wavparse.xml:
256         * docs/plugins/inspect/plugin-ximagesrc.xml:
257         * gst/matroska/matroska-demux.c:
258         * gst/matroska/matroska-demux.h:
259         * gst/matroska/matroska-mux.c:
260         * gst/matroska/matroska-mux.h:
261         Add documentation for matroskamux and matroskademux and
262         update the inspection xml files.
263
264 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
265
266         * configure.ac:
267         Apparently AC_CONFIG_MACRO_DIR breaks when using more
268         than one macro directory, reverting last change.
269
270 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
271
272         * configure.ac:
273         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
274         our M4 macros.
275
276 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
277
278         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
279         Provide the parameters that are required for the format string
280         to fix a compiler warning.
281
282 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
283
284         * gst/autodetect/gstautoaudiosrc.c:
285           Fix classification.
286
287 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
288
289         Patch by: Cygwin Ports maintainer
290                   <yselkowitz at users dot sourceforge dot net>
291
292         * autogen.sh:
293         * configure.ac:
294         Require gettext 0.17 because older versions don't mix with libtool
295         2.2. At build time an older gettext version will still work.
296         Fixes bug #556091.
297
298 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
299
300         Patch by: Peter Kjellerstedt <pkj at axis com>
301
302         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
303         Make gst_multiudpsink_render() ignore errors from sendto() instead of
304         breaking streaming. Emit a warning instead. Fixes #562572.
305
306 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
307
308         Patch by: Ron McOuat <rmcouat at smartt dot com>
309
310         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
311         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
312         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
313         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
314         * ext/soup/gstsouphttpsrc.h:
315         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
316         (digest_auth_cb), (run_test), (GST_START_TEST),
317         (souphttpsrc_suite), (run_server):
318         Add support for basic and digest authentication in souphttpsrc.
319         Fixes bug #561775.
320
321 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
322
323         Patch by: Pepijn Van Eeckhoudt
324                       <pepijn dot vaneeckhoudt at luciad dot com>
325
326         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
327         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
328         * gst/wavenc/gstwavenc.h:
329         * gst/wavenc/riff.h:
330         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
331
332 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
333
334         Patch by: 이문형 <iwings at gmail dot com>
335
336         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
337         Prevent further read/write actions taken to the connect-failed socket by
338         erroring out quickly. See #562258.
339
340 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
341
342         * tests/examples/level/level-example.c:
343           Set fakesink to sync. Otherwise people might question the message
344           interval. Nevertheless the timestamp in the message is what matters.
345
346 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
347
348         * tests/icles/.cvsignore:
349         cvsignore newly generated file.
350
351 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
352
353         * gst/rtp/gstasteriskh263.c:
354         * gst/rtp/gstasteriskh263.h:
355         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
356         * gst/rtp/gstrtpL16depay.h:
357         * gst/rtp/gstrtpL16pay.c:
358         * gst/rtp/gstrtpL16pay.h:
359         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
360         * gst/rtp/gstrtpac3depay.h:
361         * gst/rtp/gstrtpamrdepay.c:
362         * gst/rtp/gstrtpamrdepay.h:
363         * gst/rtp/gstrtpamrpay.c:
364         * gst/rtp/gstrtpamrpay.h:
365         * gst/rtp/gstrtpdepay.c:
366         * gst/rtp/gstrtpdepay.h:
367         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
368         * gst/rtp/gstrtpg726depay.c:
369         * gst/rtp/gstrtpg726pay.c:
370         * gst/rtp/gstrtpg729depay.c:
371         * gst/rtp/gstrtpg729pay.c:
372         * gst/rtp/gstrtpgsmdepay.c:
373         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
374         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
375         * gst/rtp/gstrtph263depay.h:
376         * gst/rtp/gstrtph263pay.c:
377         * gst/rtp/gstrtph263pay.h:
378         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
379         * gst/rtp/gstrtph263pdepay.h:
380         * gst/rtp/gstrtph263ppay.c:
381         * gst/rtp/gstrtph263ppay.h:
382         * gst/rtp/gstrtph264depay.c:
383         * gst/rtp/gstrtph264depay.h:
384         * gst/rtp/gstrtph264pay.c:
385         * gst/rtp/gstrtph264pay.h:
386         * gst/rtp/gstrtpilbcdepay.c:
387         * gst/rtp/gstrtpilbcpay.c:
388         * gst/rtp/gstrtpjpegdepay.h:
389         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
390         * gst/rtp/gstrtpmp1sdepay.h:
391         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
392         * gst/rtp/gstrtpmp2tdepay.h:
393         * gst/rtp/gstrtpmp2tpay.c:
394         * gst/rtp/gstrtpmp2tpay.h:
395         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
396         * gst/rtp/gstrtpmp4apay.c:
397         * gst/rtp/gstrtpmp4apay.h:
398         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
399         * gst/rtp/gstrtpmp4gdepay.h:
400         * gst/rtp/gstrtpmp4gpay.c:
401         * gst/rtp/gstrtpmp4gpay.h:
402         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
403         * gst/rtp/gstrtpmp4vdepay.h:
404         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
405         * gst/rtp/gstrtpmp4vpay.h:
406         * gst/rtp/gstrtpmpadepay.c:
407         * gst/rtp/gstrtpmpadepay.h:
408         * gst/rtp/gstrtpmpapay.c:
409         * gst/rtp/gstrtpmpapay.h:
410         * gst/rtp/gstrtpmpvdepay.c:
411         * gst/rtp/gstrtpmpvdepay.h:
412         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
413         * gst/rtp/gstrtppcmapay.c:
414         * gst/rtp/gstrtppcmudepay.c:
415         * gst/rtp/gstrtppcmupay.c:
416         * gst/rtp/gstrtpspeexdepay.c:
417         * gst/rtp/gstrtpspeexpay.c:
418         * gst/rtp/gstrtpsv3vdepay.c:
419         * gst/rtp/gstrtpsv3vdepay.h:
420         * gst/rtp/gstrtptheoradepay.c:
421         * gst/rtp/gstrtptheoradepay.h:
422         * gst/rtp/gstrtptheorapay.c:
423         * gst/rtp/gstrtptheorapay.h:
424         * gst/rtp/gstrtpvorbisdepay.c:
425         * gst/rtp/gstrtpvorbisdepay.h:
426         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
427         * gst/rtp/gstrtpvorbispay.h:
428         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
429         * gst/rtp/gstrtpvrawpay.c:
430         Fix the descriptions and fix some email addresses.
431
432 2008-11-25  Julien Moutte  <julien@fluendo.com>
433
434         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
435         to supported qtdemux video codecs as I found some video clips using 
436         those.
437
438 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
439
440         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
441         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
442         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
443         (gst_auto_video_sink_detect):
444         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
445         Post an error when we can't set the internal ghostpad target.
446
447 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
450         (gst_video_crop_transform), (gst_video_crop_transform_caps),
451         (gst_video_crop_set_caps), (gst_video_crop_set_property):
452         * gst/videocrop/gstvideocrop.h:
453         Fix renegotiation when changing properties using the new basetransform
454         features. Fixes #561502.
455
456         * tests/icles/Makefile.am:
457         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
458         Add crazy interactive test unit for dynamically changing properties.
459
460 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
461
462         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
463         (gst_rtspsrc_parse_range):
464         Add some more debugging.
465         Use the reanges received from the server unconditionally.
466         Fixes #561625.
467
468 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
469
470         * ext/pulse/pulsesink.c:
471           Change #if 0 to something more expresive and add pointer to related
472           bug ticket.
473
474 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
475
476         Patch by: Tal Shalif <tshalif at nargila dot org>
477
478         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
479         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
480         the latter don't exist on some systems (mingw). Fixes bug #561990.
481
482 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
483
484         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
485
486         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
487         Add transferMode.dnla.org header to HTTP requests as this is
488         required by the DLNA specs and doesn't hurt in other situations.
489         Fixes bug #561802.
490
491 2008-11-20  Michael Smith <msmith@songbirdnest.com>
492
493         * sys/osxvideo/osxvideosink.h:
494         * sys/osxvideo/osxvideosink.m:
495           Handle video window resizing more correctly, avoiding crashes when
496           embedding the window and resizing it.
497
498 2008-11-20  Michael Smith <msmith@songbirdnest.com>
499
500         * gst/udp/gstmultiudpsink.c:
501         * gst/udp/gstudpnetutils.c:
502         * gst/udp/gstudpnetutils.h:
503         * gst/udp/gstudpsrc.c:
504           Fix multiudpsink on OSX by passing the specific length of the socket,
505           refactor that into a function shared with the same thing in udpsrc.
506
507 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
508
509         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
510         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
511         (gst_wavparse_stream_headers):
512         Fix the scaling code.
513         Fix parsing of the INFO chunks, we were reading the wrong number of
514         bytes.  Fixes #561580.
515
516 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
517
518         * gst/matroska/matroska-mux.c:
519         Fix NULL pointer dereference of an unset codec_id in the recently 
520         added Dirac paths
521
522 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
523
524         * tests/check/Makefile.am:
525         Just keep disabling elements that hang the states test until it
526         works.
527
528 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
529
530         * ext/libpng/gstpngenc.c:
531         Don't flush downstream after every buffer - that's not what
532         this libpng callback is for at all!
533
534 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
535
536         * sys/v4l2/v4l2src_calls.c:
537           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
538           (gst_v4l2src_probe_caps_for_format):
539           Turns out we don't always get the frame sizes in a predefined
540           order from lowest to highest resolution, so let's just sort the
541           list by frame size once we've queried the possible resolutions
542           rather than assume any particular order. Fixes probed caps for
543           the camera in my HP2133 mini notebook and makes v4l2src default
544           to a decent size.
545
546 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
547
548         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
549         * gst/matroska/matroska-ids.h:
550         Make mkvdemux aware of E-AC3.
551
552 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
553
554         * gst/rtp/Makefile.am:
555         * gst/rtp/gstrtp.c: (plugin_init):
556         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
557         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
558         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
559         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
560         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
561         (gst_rtp_jpeg_depay_change_state),
562         (gst_rtp_jpeg_depay_plugin_init):
563         * gst/rtp/gstrtpjpegdepay.h:
564         Add a jpeg depayloader.
565
566         * gst/rtp/gstrtpjpegpay.c:
567         Set the default properties on the payloader to better defaults.
568
569 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
570
571         * sys/v4l2/gstv4l2.c:
572           Give it a primary rank for autovideosrc.
573
574 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
575
576         Patch by: Bjorn Ostby <bjornos at axis dot com>
577
578         * gst/rtp/Makefile.am:
579         * gst/rtp/gstrtp.c: (plugin_init):
580         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
581         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
582         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
583         (gst_rtp_jpeg_pay_read_quant_table),
584         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
585         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
586         (gst_rtp_jpeg_pay_plugin_init):
587         * gst/rtp/gstrtpjpegpay.h:
588         Add JPEG payloader. Fixes #560756.
589
590 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
591
592         Patch by: Fabricio Godoy <skarllot at gmail dot com>
593
594         * sys/oss/gstosssink.c: (gst_oss_sink_open):
595         * sys/oss/gstosssrc.c: (gst_oss_src_open):
596         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
597         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
598         Fix some spelling mistakes. Fixes #556802.
599
600 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
601
602         * gst/equalizer/GstIirEqualizer10Bands.prs:
603         * gst/equalizer/GstIirEqualizer3Bands.prs:
604         * gst/equalizer/Makefile.am:
605         * gst/equalizer/gstiirequalizer10bands.c:
606         * gst/equalizer/gstiirequalizer3bands.c:
607           Add presets for equalizer. Fixes #522183.
608
609 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
610
611         * gst/rtsp/Makefile.am:
612         * gst/rtsp/gstrtsp.c: (plugin_init):
613         * gst/rtsp/gstrtspgoogle.c:
614         * gst/rtsp/gstrtspgoogle.h:
615         Remove google extension again, it's not needed anymore because we never
616         send multiple transports anymore.
617
618 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
619
620         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
621
622         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
623         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
624         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
625         (gst_rtspsrc_stream_free),
626         (gst_rtspsrc_stream_configure_udp_sinks),
627         (gst_rtspsrc_stream_configure_transport),
628         (gst_rtspsrc_send_dummy_packets),
629         (gst_rtspsrc_create_transports_string),
630         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
631         * gst/rtsp/gstrtspsrc.h:
632         Add property to configure NAT traversal method.
633         Ignore EOS from the internal sinks.
634         Implement sending dummy packets as a (simple) method to open up
635         some firewalls.
636         Send PLAY request to the server after we started the udp sources.
637         Fixes #559545.
638
639 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
640
641         Patch by: Yotam <sh dot yotam at gmail dot com>
642
643         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
644         Flush the remaining frames on EOS. Fixes #560641.
645
646 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
647
648         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
649         Fix compiler warning about printf formatting.
650
651 2008-11-12  Andy Wingo  <wingo@pobox.com>
652
653         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
654         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
655         segment events instead of sending them from the seeking thread.
656         Fixes #559288.
657         (gst_qtdemux_push_pending_newsegment): New helper, sends out
658         queued newsegment events.
659         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
660         call it here, as we only seek when looping, and only push in the
661         movie state.
662
663 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
664
665         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
666         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
667         * gst/qtdemux/qtdemux_fourcc.h:
668         * gst/qtdemux/qtdemux_types.c:
669         Add cover and alternative copyright tag, and enhance some existing
670         ones by marking them as container atoms.
671
672 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
673
674         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
675         Don't ignore the return value of setcaps.
676
677 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
678
679         Patch by: Olivier Crete <tester at tester dot ca>
680
681         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
682         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
683         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
684         * gst/rtp/gstrtpg729pay.h:
685         Replace G729 payloader with an improved version. Fixes #532409.
686
687 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
688
689         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
690         (gst_rtspsrc_change_state):
691         Only send one transport at a time for improved compatibility with some
692         broken servers. See #537832.
693
694 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
695
696         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
697         (gst_rtspsrc_perform_seek):
698         Only pause/play in the seek handler when the source was playing.
699         Fixes #529379.
700
701 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
702
703         * gst/matroska/matroska-mux.c:
704         (gst_matroska_mux_handle_dirac_packet):
705         Fix muxing of Dirac streams if the input already has the format
706         we need, i.e. is the output of matroskademux.
707
708 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
709
710         * gst/avi/gstavimux.c:
711           Don't segfault on string typed tags being NULL. Fixes #560155.
712
713 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
714
715         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
716         (gst_matroska_mux_audio_pad_setcaps):
717         Fix mapping AAC profile to Matroska codec id.
718
719 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
720
721         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
722         (qtdemux_video_caps), (qtdemux_audio_caps):
723         Refactor some raw audio caps building, and handle >16-bit cases.
724         Fix/replace building caps from a string description.
725
726 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
727
728         * gst/audiofx/audiowsincband.c:
729         * gst/audiofx/audiowsinclimit.c:
730         * gst/cutter/gstcutter.c:
731           Make author name consistent with others.
732
733 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
734
735         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
736
737         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
738         (gst_rtspsrc_stream_configure_udp_sink):
739         Pause the RTSP stream before doing a new play request.
740         Make sure that adding the udpsinks does not cause the rtspsrc to become
741         a sink. Fixes #559547.
742
743 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
744
745         * gst/matroska/matroska-ids.h:
746         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
747         (gst_matroska_mux_handle_dirac_packet),
748         (gst_matroska_mux_write_data):
749         Implement Dirac muxing into Matroska comforming to the spec, i.e.
750         put all Dirac packages up to a picture into a Matroska block.
751
752         TODO: Implement writing of the ReferenceBlock Matroska elements,
753         currently the Dirac muxing is only 100% correct if Matroska version 2
754         is selected for muxing.
755
756 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
757
758         Patch by: Bastien Nocera <hadess at hadess dot net>,
759                   Hans de Goede <jwrdegoede at fedoraproject dot org>
760
761         * configure.ac:
762         * sys/v4l2/Makefile.am:
763         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
764         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
765         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
766         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
767         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
768         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
769         (gst_v4l2_get_input), (gst_v4l2_set_input):
770         * sys/v4l2/v4l2_calls.h:
771         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
772         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
773         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
774         (gst_v4l2src_fill_format_list),
775         (gst_v4l2src_probe_caps_for_format_and_size),
776         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
777         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
778         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
779         (gst_v4l2src_get_nearest_size):
780         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
781
782 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
783
784         * ext/aalib/Makefile.am:
785         * ext/annodex/Makefile.am:
786         * ext/cairo/Makefile.am:
787         * ext/dv/Makefile.am:
788         * ext/esd/Makefile.am:
789         * ext/flac/Makefile.am:
790         * ext/gconf/Makefile.am:
791         * ext/gdk_pixbuf/Makefile.am:
792         * ext/hal/Makefile.am:
793         * ext/jpeg/Makefile.am:
794         * ext/ladspa/Makefile.am:
795         * ext/libcaca/Makefile.am:
796         * ext/libmng/Makefile.am:
797         * ext/libpng/Makefile.am:
798         * ext/mikmod/Makefile.am:
799         * ext/pulse/Makefile.am:
800         * ext/raw1394/Makefile.am:
801         * ext/shout2/Makefile.am:
802         * ext/soup/Makefile.am:
803         * ext/speex/Makefile.am:
804         * ext/taglib/Makefile.am:
805         * ext/wavpack/Makefile.am:
806         * gst/alpha/Makefile.am:
807         * gst/apetag/Makefile.am:
808         * gst/audiofx/Makefile.am:
809         * gst/auparse/Makefile.am:
810         * gst/autodetect/Makefile.am:
811         * gst/avi/Makefile.am:
812         * gst/cutter/Makefile.am:
813         * gst/debug/Makefile.am:
814         * gst/effectv/Makefile.am:
815         * gst/equalizer/Makefile.am:
816         * gst/flx/Makefile.am:
817         * gst/goom/Makefile.am:
818         * gst/goom2k1/Makefile.am:
819         * gst/icydemux/Makefile.am:
820         * gst/id3demux/Makefile.am:
821         * gst/interleave/Makefile.am:
822         * gst/law/Makefile.am:
823         * gst/level/Makefile.am:
824         * gst/matroska/Makefile.am:
825         * gst/median/Makefile.am:
826         * gst/monoscope/Makefile.am:
827         * gst/multifile/Makefile.am:
828         * gst/multipart/Makefile.am:
829         * gst/oldcore/Makefile.am:
830         * gst/qtdemux/Makefile.am:
831         * gst/replaygain/Makefile.am:
832         * gst/rtp/Makefile.am:
833         * gst/rtsp/Makefile.am:
834         * gst/smpte/Makefile.am:
835         * gst/spectrum/Makefile.am:
836         * gst/udp/Makefile.am:
837         * gst/videobox/Makefile.am:
838         * gst/videocrop/Makefile.am:
839         * gst/videofilter/Makefile.am:
840         * gst/videomixer/Makefile.am:
841         * gst/wavenc/Makefile.am:
842         * gst/wavparse/Makefile.am:
843         * sys/directdraw/Makefile.am:
844         * sys/directsound/Makefile.am:
845         * sys/oss/Makefile.am:
846         * sys/osxaudio/Makefile.am:
847         * sys/osxvideo/Makefile.am:
848         * sys/sunaudio/Makefile.am:
849         * sys/v4l2/Makefile.am:
850         * sys/waveform/Makefile.am:
851         * sys/ximage/Makefile.am:
852           Don't install static libs for plugins. Fixes #550851 for -good.
853
854 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
855
856         * ext/flac/Makefile.am:
857         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
858         This fixes compilation if FLAC is installed in an uncommon location
859         that is not already handled by other CFLAGS. Fixes bug #558711.
860
861 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
862
863         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
864         Guard more uncommon formats with ifdefs so that we can compile on older
865         versions.
866
867 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
868
869         Patch by: Nick Haddad <nick at haddads dot net>
870
871         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
872         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
873         (gst_avi_demux_stream_data):
874         Invert other uncompressed RGB formats. Fixes #558554.
875
876 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
877
878         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
879         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
880         * gst/wavenc/gstwavenc.h:
881         Add support for float/double as input and remove the (nowadays)
882         useless parsing of the depth as we require width==depth.
883
884 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
885
886         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
887         * gst/rtp/gstrtpmpapay.c:
888         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
889         mpeg version 1. Fixes #558427.
890
891 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
892
893         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
894         (gst_rtp_L16_pay_getcaps):
895         Only put an integral amount of samples in the RTP packet.
896         Fixes #556641.
897
898 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
899
900         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
901         * gst/rtp/gstrtpchannels.h:
902         Add method to get possible channel positions.
903
904 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
905
906         * gst/rtp/Makefile.am:
907         Also commit updated makefile
908
909 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
910
911         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
912         Don't allow width=32,depth=24 as input. WAV requires that the width
913         is the next integer multiply of 8 from the depth.
914
915 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
916
917         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
918         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
919         (gst_rtp_L16_pay_getcaps):
920         * gst/rtp/gstrtpchannels.c: (check_channels),
921         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
922         (gst_rtp_channels_create_default):
923         * gst/rtp/gstrtpchannels.h:
924         Add mappings for multichannel support. Does not completely just work
925         because the getcaps function does not yet return the allowed channel
926         mappings. See #556641.
927
928 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
929
930         * gst/goom/Makefile.am:
931         * gst/goom/README:
932         * gst/goom/config_param.c:
933         * gst/goom/convolve_fx.c:
934         * gst/goom/drawmethods.c:
935         * gst/goom/drawmethods.h:
936         * gst/goom/filters.c:
937         * gst/goom/filters_mmx.s:
938         * gst/goom/flying_stars_fx.c:
939         * gst/goom/goom.h:
940         * gst/goom/goom_config.h:
941         * gst/goom/goom_config_param.h:
942         * gst/goom/goom_core.c:
943         * gst/goom/goom_filters.h:
944         * gst/goom/goom_fx.h:
945         * gst/goom/goom_graphic.h:
946         * gst/goom/goom_plugin_info.h:
947         * gst/goom/goom_tools.c:
948         * gst/goom/goom_tools.h:
949         * gst/goom/goom_typedefs.h:
950         * gst/goom/goom_visual_fx.h:
951         * gst/goom/graphic.c:
952         * gst/goom/ifs.c:
953         * gst/goom/ifs.h:
954         * gst/goom/lines.c:
955         * gst/goom/lines.h:
956         * gst/goom/mathtools.c:
957         * gst/goom/mathtools.h:
958         * gst/goom/mmx.c:
959         * gst/goom/motif_goom1.h:
960         * gst/goom/motif_goom2.h:
961         * gst/goom/plugin_info.c:
962         * gst/goom/ppc_drawings.h:
963         * gst/goom/ppc_zoom_ultimate.h:
964         * gst/goom/sound_tester.c:
965         * gst/goom/sound_tester.h:
966         * gst/goom/surf3d.c:
967         * gst/goom/surf3d.h:
968         * gst/goom/tentacle3d.c:
969         * gst/goom/tentacle3d.h:
970         * gst/goom/v3d.c:
971         * gst/goom/v3d.h:
972         * gst/goom/xmmx.c:
973           Add license headers in all source files. Remove filter.c from
974           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
975           which are not used right now. Fixes #557709.
976
977 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
978
979         Patch by: Olivier Crete <tester at tester dot ca>
980
981         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
982         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
983         Implement getcaps in rtpL16pay. Fixes #556484.
984
985 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
986
987         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
988         (gst_rtp_L16_depay_process):
989         Check if clock-rate and channels are valid.
990         Don't ignore the return value of setcaps.
991         No need to validate the buffer, the base class does that for us.
992         Use the marker bit to set the DISCONT flag on outgoing buffers.
993
994         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
995         Don't ignore the return value of set_outcaps.
996
997         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
998         (gst_rtp_ac3_depay_process):
999         Don't ignore the return value of set_caps.
1000         No need to validate the buffer, the base class does that for us.
1001
1002         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1003         (gst_rtp_amr_depay_process):
1004         * gst/rtp/gstrtpamrdepay.h:
1005         Don't ignore the return value of setcaps.
1006         No need to validate the buffer, the base class does that for us.
1007         No need to set output caps on the buffers, the base class does that for
1008         us.
1009         The subclass will make sure we are negotiated.
1010         
1011         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1012         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1013         * gst/rtp/gstrtpdvdepay.h:
1014         Clean up caps negotiation.
1015         The subclass will make sure we are negotiated.
1016
1017         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1018         (gst_rtp_g726_depay_process):
1019         Clean up caps negotiation.
1020         Use the marker bit to set the DISCONT flag on outgoing buffers.
1021
1022         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1023         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1024         * gst/rtp/gstrtpg729depay.h:
1025         The subclass will make sure we are negotiated.
1026         Use the marker bit to set the DISCONT flag on outgoing buffers.
1027
1028         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1029         (gst_rtp_gsm_depay_process):
1030         Clean up caps negotiation.
1031         Use the marker bit to set the DISCONT flag on outgoing buffers.
1032
1033         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1034         Clean up caps negotiation.
1035         Don't ignore the return value of set_outcaps.
1036
1037         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1038         (gst_rtp_h263_depay_process):
1039         Clean up caps negotiation.
1040         No need to validate the buffer, the base class does that for us.
1041
1042         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1043         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1044         * gst/rtp/gstrtph263pay.h:
1045         Don't ignore the return value of set_outcaps.
1046         Do some more timestamps.
1047
1048         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1049         (gst_rtp_h263p_depay_process):
1050         Clean up caps negotiation.
1051         Don't ignore the return value of setcaps.
1052         No need to validate the buffer, the base class does that for us.
1053
1054         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1055         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1056         (gst_rtp_h263p_pay_handle_buffer):
1057         * gst/rtp/gstrtph263ppay.h:
1058         Don't ignore the return value of set_outcaps.
1059         Do some more timestamps.
1060
1061         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1062         (gst_rtp_h264_depay_process):
1063         Clean up caps negotiation.
1064         Don't ignore the return value of setcaps.
1065         Fix possible caps leak.
1066         No need to validate the buffer, the base class does that for us.
1067
1068         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1069         Add some more debug info.
1070
1071         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1072         (gst_rtp_ilbc_depay_process):
1073         Clean up caps negotiation.
1074         Use the marker bit to set the DISCONT flag on outgoing buffers.
1075
1076         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1077         Clean up caps negotiation.
1078
1079         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1080         (gst_rtp_mp1s_depay_process):
1081         Clean up caps negotiation.
1082         Don't ignore the return value of setcaps.
1083         No need to validate the buffer, the base class does that for us.
1084         No need to set caps on buffers, subclass does that for us.
1085
1086         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1087         (gst_rtp_mp2t_depay_process):
1088         Clean up caps negotiation.
1089         Don't ignore the return value of setcaps.
1090         No need to validate the buffer, the base class does that for us.
1091         No need to set caps on buffers, subclass does that for us.
1092
1093         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1094         (gst_rtp_mp4a_depay_process):
1095         Clean up caps negotiation.
1096         Don't ignore the return value of setcaps.
1097         No need to validate the buffer, the base class does that for us.
1098
1099         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1100         (gst_rtp_mp4a_pay_setcaps):
1101         Don't ignore the return value of set_outcaps.
1102
1103         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1104         (gst_rtp_mp4g_depay_process):
1105         Clean up caps negotiation.
1106         Don't ignore the return value of setcaps.
1107         No need to validate the buffer, the base class does that for us.
1108         No need to set caps on buffers, subclass does that for us.
1109
1110         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1111         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1112         Don't ignore the return value of set_outcaps.
1113
1114         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1115         (gst_rtp_mp4v_depay_process):
1116         Clean up caps negotiation.
1117         Don't ignore the return value of setcaps.
1118         No need to validate the buffer, the base class does that for us.
1119         No need to set caps on buffers, subclass does that for us.
1120
1121         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1122         (gst_rtp_mp4v_pay_setcaps):
1123         Don't ignore the return value of set_outcaps.
1124
1125         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1126         (gst_rtp_mpa_depay_process):
1127         Clean up caps negotiation.
1128         Don't ignore the return value of setcaps.
1129         No need to validate the buffer, the base class does that for us.
1130         Use the marker bit to set the DISCONT flag on outgoing buffers.
1131
1132         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1133         Don't ignore the return value of set_outcaps.
1134
1135         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1136         (gst_rtp_mpv_depay_process):
1137         Clean up caps negotiation.
1138         Actually set output caps.
1139         No need to validate the buffer, the base class does that for us.
1140
1141         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1142         Don't ignore the return value of set_outcaps.
1143
1144         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1145         (gst_rtp_pcma_depay_process):
1146         Clean up caps negotiation.
1147         Set output buffer duration because we can.
1148         Use the marker bit to set the DISCONT flag on outgoing buffers.
1149
1150         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1151         Don't ignore the return value of set_outcaps.
1152
1153         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1154         (gst_rtp_pcmu_depay_process):
1155         Clean up caps negotiation.
1156         Use the marker bit to set the DISCONT flag on outgoing buffers.
1157
1158         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1159         Don't ignore the return value of set_outcaps.
1160
1161         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1162         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1163         Clean up caps negotiation.
1164         Set output caps on the pad and header buffers.
1165         Set duration on output buffers because we can.
1166
1167         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1168         Don't ignore the return value of set_outcaps.
1169
1170         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1171         (gst_rtp_sv3v_depay_process):
1172         Clean up caps negotiation.
1173         No need to validate the buffer, the base class does that for us.
1174         No need to set caps out output buffers, subclass does that.
1175
1176         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1177         (gst_rtp_theora_depay_process):
1178         Don't ignore the return value of setcaps.
1179         No need to validate the buffer, the base class does that for us.
1180
1181         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1182         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1183         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1184         (gst_rtp_theora_pay_handle_buffer):
1185         Don't ignore the return value of set_outcaps.
1186
1187         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1188         (gst_rtp_vorbis_depay_process):
1189         Don't ignore the return value of setcaps.
1190         No need to validate the buffer, the base class does that for us.
1191
1192         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1193         Don't ignore the return value of set_outcaps.
1194
1195         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1196         Clean up caps negotiation, don't ignore setcaps return.
1197
1198         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1199         Don't ignore the return value of set_outcaps.
1200
1201 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1202
1203         * gst/matroska/matroska-demux.c:
1204         (gst_matroska_demux_handle_src_event):
1205         Forward unknown events upstream.
1206
1207 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1208
1209         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1210         Add some refcount check
1211
1212         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1213         Don't ignore the result of write(), fixes a  compiler warning for me.
1214
1215         * tests/icles/videobox-test.c: (main):
1216         Make the output a little more pretty.
1217
1218 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1219
1220         * ext/esd/esdmon.c:
1221           Add doc blob.
1222
1223 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1224
1225         * docs/plugins/Makefile.am:
1226         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1227         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1228         * docs/plugins/gst-plugins-good-plugins.args:
1229         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1230         * docs/plugins/gst-plugins-good-plugins.interfaces:
1231         * docs/plugins/inspect/plugin-autodetect.xml:
1232           Add the docs of the new elements.
1233
1234 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1235
1236         * gst/autodetect/gstautoaudiosrc.c:
1237         (gst_auto_audio_src_class_init):
1238         * gst/autodetect/gstautovideosrc.c:
1239         (gst_auto_video_src_class_init):
1240         Fix "Since" tags in the documentation.
1241
1242 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1243
1244         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1245
1246         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1247         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1248         Add support for souphttpsrc to act as a live source. This makes it
1249         possible to get timestamped buffers in combination with the
1250         "do-timestamp" property. Fixes bug #556019.
1251
1252 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1253
1254         * gst/autodetect/Makefile.am:
1255         * gst/autodetect/gstautoaudiosink.c:
1256         * gst/autodetect/gstautoaudiosrc.c:
1257         * gst/autodetect/gstautoaudiosrc.h:
1258         * gst/autodetect/gstautodetect.c:
1259         * gst/autodetect/gstautovideosink.c:
1260         * gst/autodetect/gstautovideosrc.c:
1261         * gst/autodetect/gstautovideosrc.h:
1262           Implement src plugins. Little code/string cleanup in the sinks.
1263           Fixes #523813.
1264
1265 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1266
1267         Patch by: Peter Kjellerstedt <pkj at axis com>
1268
1269         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1270         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1271         Fix a memory leak when pads are requested but the pipeline never
1272         goes into PLAYING.
1273
1274         Correctly remove request pads, no matter if they have collected
1275         data or not.
1276
1277         Fixes bug #557710.
1278
1279 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1280
1281         Patch by: <lrn1986 at gmail dot com>
1282
1283         * gst/udp/gstudpnetutils.h:
1284         Define the correct WINVER so getaddinfo() can be used when using
1285         mingw32. Fixes bug #557294.
1286
1287 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1288
1289         Patch by: <lrn1986 at gmail dot com>
1290
1291         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1292         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1293         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1294         Fix "argument type mismatch" compiler warnings on Windows.
1295         Fixes bug #557293.
1296
1297 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1298
1299         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1300         Don't calculate the filter coefficients for every single buffer
1301         but only when it's needed. Fixes bug #557260.
1302
1303 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1304
1305         * configure.ac:
1306         Back to development -> 0.10.11.1
1307
1308 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1309
1310         * gst-plugins-good.doap:
1311         Fix version number of 0.10.11 release in doap file
1312
1313 === release 0.10.11 ===
1314
1315 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1316
1317         * configure.ac:
1318           releasing 0.10.11, "Secondary Consideration"
1319
1320 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1321
1322         * configure.ac:
1323         Commit 0.10.10.4 pre-release
1324
1325 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1326
1327         * gst/avi/gstavimux.c:
1328         Fix VPRP chunk setup in avimux.
1329         Fixes: #556010
1330         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1331
1332 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1333
1334         * gst/videobox/gstvideobox.c:
1335         support dynamically changing properties in videobox
1336         Fixed: #557085
1337         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1338
1339 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1340
1341         * configure.ac:
1342         0.10.10.3 pre-release
1343
1344 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1345
1346         * tests/check/Makefile.am:
1347         Don't run the states test on pulsesrc and pulsesink
1348
1349 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1350
1351         * configure.ac:
1352         Commit 0.10.10.2 pre-release bump that actually went
1353         out on 2008-10-11
1354
1355 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1356
1357         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1358         Skip entries for streams that don't have a output pad yet, thereby
1359         avoiding calling pad functions with a NULL pad.
1360         Fixes #556424
1361
1362 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1363
1364         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1365         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1366         Remove problematic and useless refcount check.
1367         Fixes #556381
1368
1369 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1370
1371         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1372         Remove problematic and useless refcount check.
1373         Fixes #556381
1374
1375 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1376
1377         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1378         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1379         Cast some size_t arguments to guint to avoid compiler
1380         warnings on 64-bit systems.
1381
1382 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1383
1384         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1385         Return TRUE instead of FALSE from the event handler when we swallowed the
1386         event.
1387
1388 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1389
1390         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1391         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1392         Reset header state. Fixes #555321.
1393
1394 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1395
1396         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1397         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1398         * gst/avi/gstavidemux.h:
1399         For timestamping audio packets we need to take into account the
1400         amount of blocks in one entry using the blockalign. Fixes some sync
1401         issues with zero-padded audio blocks in the beginning of avi files.
1402
1403 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1404
1405         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1406         (gst_multi_file_src_query):
1407         Implement DEFAULT and BUFFER position queries. See #555260.
1408
1409 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1410
1411         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1412         Fix build for systems that don't have XDamage.
1413
1414 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1415
1416         * tests/examples/rtp/client-H263p.sdp:
1417         * tests/examples/rtp/client-H263p.sh:
1418         * tests/examples/rtp/server-VTS-H263p.sh:
1419         Add some more H263p server and client examples.
1420
1421 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1422
1423         * configure.ac::
1424           Depend on released versions of core and base.
1425
1426 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1427
1428         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1429         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1430         Return -1 instead of 0 in error cases. Fixes #554771.
1431
1432 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1433
1434         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1435         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1436         Stop leaking the cursor image.
1437         Unref the last_ximage and the cached cursor image on shutdown.
1438         Fixes #551570.
1439
1440 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1441
1442         * sys/v4l2/gstv4l2object.h:
1443         Getting the Class from an instance is not just a matter of casting it to
1444         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1445         instance. Fixes #549784.
1446
1447 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1448
1449         * configure.ac:
1450           Fix libs for linking directsound.
1451         * sys/directsound/gstdirectsoundsink.c:
1452           Fix buffer sizing to prevent racing the ringbuffer at startup.
1453           Add volume property.
1454
1455 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1456
1457         * ext/pulse/pulsesink.c:
1458         Fix problems with pulsesink randomly erroring with code 'OK' after a
1459         format change on the stream by waiting when disconnecting the stream.
1460
1461 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1462
1463         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1464         (gst_rtp_amr_depay_process):
1465         Mark DISCONT on output buffers when the marker bit signals a new talk
1466         spurt.
1467
1468         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1469         Set the marker bit for buffers with a DISCONT flag to signal a talk
1470         spurt.
1471
1472 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1473
1474         * gst/rtp/Makefile.am:
1475         * gst/rtp/gstrtp.c: (plugin_init):
1476         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1477         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1478         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1479         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1480         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1481         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1482         * gst/rtp/gstrtpmp4apay.h:
1483         Added MP4A-LATM payloader to match the depayloader.
1484
1485 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1486
1487         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1488         (gst_videomixer_sink_event):
1489         Handle segments a little better. Fixes #537361.
1490
1491 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1492
1493         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1494         Don't assume the server supports PAUSE by default. Fixes #551048.
1495
1496 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1497
1498         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1499         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1500         Switch on the socket family to get the addrlen size right.
1501
1502 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1503
1504         Patch by: Daniel Franke <df at dfranke dot us>
1505
1506         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1507         OS X's bind() implementation is picky about its addrlen parameter and
1508         fails with EINVAL if it is larger than expected for the socket's address
1509         family. Set the length to the expected length instead. Fixes #553191.
1510
1511 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1512
1513         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1514         Handle the case where we cannot do desribe or when the describe result
1515         does not contain a valid SDP message.
1516
1517 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1518
1519         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1520         Fix setting the qos.
1521
1522 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1523
1524         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1525         (gst_qtdemux_chain):
1526         Some 'broken' files out there have atom lengths of zero...
1527         which basically results in qtdemux consuming that atom again and again
1528         until the *end of night* !
1529         Detect that and emits an adequate element error message.
1530
1531 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1532
1533         * gst/interleave/Makefile.am:
1534         * gst/matroska/Makefile.am:
1535         Fix build flags order.
1536
1537         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1538         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1539         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1540         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1541         Format fixes.
1542
1543         * tests/check/elements/multifile.c:
1544         Pull in unistd.h
1545
1546 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1547
1548         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1549         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1550         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1551         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1552         (gst_rtp_mp4g_depay_change_state):
1553         * gst/rtp/gstrtpmp4gdepay.h:
1554         Handle interleaved streams by reordering AU in a queue.
1555
1556 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1557
1558         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1559         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1560         Change some of the ranges in the caps, mostly for the amount of bits we
1561         can use.
1562         Added a little bitstream parse and use it to parse the AU header fields.
1563         Check for malformed and wrongly sized packets better.
1564         Implement more header field parsing.
1565         Handle the size of fragmented packets correctly.
1566
1567 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1568
1569         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1570         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1571         Add mapping for 'tiff' => image/tiff
1572         Fixes #552213
1573
1574 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1575
1576
1577         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1578         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1579           Pretend to care about the result of write() which works around
1580           compiler warnings.
1581
1582 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1583
1584         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1585           Make sure the desired default values are actually set, not only
1586           registered as defaults (actual problem is that the stereo-specific
1587           values are only updated if channels==2, which is not the case yet
1588           when the object is created, so the default values for the
1589           mid-side-stereo and loose-mid-side-stereo settings are never
1590           set in _update_quality()). Makes flacenc create smaller files by
1591           default (for stereo input), and fixes #550791.
1592
1593 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1594
1595         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1596         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1597         (qtdemux_parse_trak), (qtdemux_video_caps):
1598         * gst/qtdemux/qtdemux.h:
1599         * gst/qtdemux/qtdemux_fourcc.h:
1600         * gst/qtdemux/qtdemux_types.c:
1601         Add support for video/mj2 mime-type and its additional atoms/boxes.
1602         Fixes #550646.
1603
1604 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1605
1606         * gst/debug/gsttaginject.c:
1607           Add warning when tags parameter is unparsable and give example for
1608           quoting in the docs.
1609
1610 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1611
1612         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1613         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1614         Add some alternative byteswapped mappings that seem to pop up sometimes.
1615         Fixes #550288.
1616
1617 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1618
1619         * po/LINGUAS:
1620         * po/POTFILES.in:
1621         * po/POTFILES.skip:
1622           Add 'ca' to LINGUAS; add some more files with translations and some
1623           files which should be ignored by translation tools.
1624
1625 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1626
1627         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1628         * ext/speex/gstspeexdec.h:
1629         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1630         * ext/speex/gstspeexenc.h:
1631         Use integer encoding and decoding functions instead of converting
1632         the integer input to float in the element. The libspeex integer
1633         functions are doing this for us already or, if libspeex was compiled
1634         in integer mode, they're doing everything using integer arithmetics.
1635         Also saves some copying around.
1636
1637 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1638
1639         * configure.ac:
1640           Fix --disable-external
1641
1642 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1643
1644         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1645         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1646         * ext/wavpack/gstwavpackenc.h:
1647         Handle non-zero start timestamps and stream discontinuities
1648         correctly. This only has an effect if we're muxing into
1649         a container format as the raw WavPack stream must contain
1650         continous sample numbers.
1651
1652 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1653
1654         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1655         Correct the timestamp and granulepos calculation by one Speex
1656         frame.
1657
1658 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1659
1660         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1661         Correctly take the granulepos from upstream if possible and
1662         correctly handle the granulepos in various calculations: the
1663         granulepos is the sample number of the _last_ sample in a frame, not
1664         the first.
1665
1666         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1667         (gst_speex_enc_encode), (gst_speex_enc_chain),
1668         (gst_speex_enc_change_state):
1669         * ext/speex/gstspeexenc.h:
1670         Handle non-zero start timestamps in the encoder and detect/handle
1671         stream discontinuities. Fixes bug #547075.
1672
1673 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1674
1675         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1676
1677         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1678         Fix compiler warnings caused by passing a string as format string
1679         instead of "%s" and then the string. This is only exposed by -Wformat=2
1680         as used by default on Ubuntu. Fixes bug #550015.
1681
1682 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1683
1684         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1685         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1686         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1687         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1688         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1689           (gst_ebml_read_element_length):
1690         * gst/matroska/matroska-demux.c:
1691           (gst_matroska_demux_check_subtitle_buffer):
1692           Make stuff compile with GST_DISABLE_GST_DEBUG.
1693
1694 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1695
1696         * gst/law/alaw.c:
1697         * gst/law/mulaw.c:
1698           Ref caps before passing to gst_pad_template_new(), since that takes
1699           ownership.
1700
1701 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1702
1703         Patch by: Mersad Jelacic <mersad at axis dot com>
1704
1705         * gst/multipart/multipartdemux.c:
1706         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1707         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1708         demuxer. Fixes #549551.
1709
1710 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1711
1712         * sys/osxaudio/gstosxaudiosink.c:
1713         (gst_osx_audio_sink_select_device):
1714         * sys/osxaudio/gstosxaudiosrc.c:
1715         (gst_osx_audio_src_create_ringbuffer),
1716         (gst_osx_audio_src_select_device):
1717         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1718         Fix the build on macosx.
1719
1720 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1721
1722         * gst/icydemux/gsticydemux.c:
1723           Small docs fix: in the example pipeline, we need to pass
1724           iradio-mode=true to the source, so the server actually sends
1725           an ICY stream.
1726
1727 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1728
1729         * sys/osxaudio/gstosxaudio.c:
1730           Oops. Revert more completely.
1731
1732 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1733
1734         * sys/osxaudio/gstosxaudio.c:
1735           Revert accidental element rename from testing.
1736
1737 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1738
1739         * gst-plugins-good.doap:
1740         Pull in 0.10.10 doap entry from release branch
1741
1742 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1743
1744         * configure.ac:
1745         Update version number to reflect 0.10.10 release from
1746         branch.
1747
1748 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1749
1750         * sys/osxaudio/Makefile.am:
1751         * sys/osxaudio/gstosxaudio.c:
1752         * sys/osxaudio/gstosxaudiosink.c:
1753         * sys/osxaudio/gstosxaudiosink.h:
1754         * sys/osxaudio/gstosxaudiosrc.c:
1755         * sys/osxaudio/gstosxaudiosrc.h:
1756         * sys/osxaudio/gstosxringbuffer.c:
1757         * sys/osxaudio/gstosxringbuffer.h:
1758           Rewrite caps setting and ring buffer initialisation.
1759           Previously we never told CoreAudio what format we were going to send it,
1760           so it only worked due to luck, and not at all on some hardware.
1761           Now we explicitly advertise what formats the hardware supports, and then
1762           configure the selected one correctly.
1763
1764 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1765
1766         * sys/v4l2/gstv4l2object.c:
1767         * sys/v4l2/gstv4l2src.c:
1768         * sys/v4l2/gstv4l2src.h:
1769         * sys/v4l2/v4l2_calls.c:
1770         * sys/v4l2/v4l2src_calls.c:
1771           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1772           need to memset instance structures. Some more FIXME's and comments.
1773
1774 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1775
1776         * tests/icles/.cvsignore:
1777           Ignore more.
1778
1779 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1780
1781         * gst/goom/.cvsignore:
1782         * gst/goom2k1/.cvsignore:
1783           Ignore files.
1784
1785 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1786
1787         * ext/cairo/gsttextoverlay.c:
1788           Fix compiler warning.
1789
1790 2008-08-25  David Schleef  <ds@schleef.org>
1791
1792         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1793
1794 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1795
1796         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1797         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1798         * gst/matroska/matroska-mux.c:
1799         (gst_matroska_mux_video_pad_setcaps),
1800         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1801         Add Real[Audio|Video] support to Matroska containers.
1802         It works fine for:
1803         * decoding real audio/video streams contained in mkv
1804         * 'transmuxing' real (.rm) files into .mkv files
1805         It will not work though for encoding real[audio/video] streams that
1806         don't contain the 'mdpr_data' extra data on the caps.
1807         The reason why this will not work is because I never intended to
1808         duplicate virtually all the 'mdpr' block creation into mkvmux.
1809         Fixes #536067
1810
1811 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1812
1813         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1814         * gst/law/mulaw-conversion.c:
1815         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1816         (gst_mulawenc_chain):
1817         The encoder can't really renegotiate at the time they perform a
1818         pad-alloc so make the srcpads use fixed caps.
1819         Check the buffer size after a pad-alloc because the returned size might
1820         not be right when the downstream element does not know the size of the
1821         new buffer (capsfilter). Fixes #549073.
1822
1823 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1824
1825         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1826
1827         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1828         v4l2src doesn't have a property named "norm" so don't try to notify
1829         about changes to that property. The "norm" property and related
1830         code are commented out currently. Fixes bug #549090.
1831
1832 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1833
1834         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1835
1836         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1837         Reprobe devices again instead of taking a cached list as new
1838         devices could've been plugged in. Fixes bug #549062.
1839
1840 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1841
1842         * gst/autodetect/Makefile.am:
1843         Don't link the autodetect plugin with GConf as it doesn't
1844         use GConf. Fixes bug #545463.
1845
1846 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1847
1848         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1849         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1850         (gst_ebml_read_sint), (gst_ebml_read_float),
1851         (gst_ebml_read_header):
1852         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1853         possible to ignore errors and not post any ERROR messages on
1854         the bus.
1855
1856         * gst/matroska/matroska-demux.c:
1857         (gst_matroska_demux_parse_contents):
1858         Ignore any errors and not just EOS when parsing the contents of
1859         a SeekHead. Errors here are usually caused by truncated files
1860         and playback of the file works fine. Fixes playback of the
1861         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1862         archive.
1863
1864 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1865
1866         * gst/multipart/multipartdemux.c:
1867         * gst/multipart/multipartmux.c:
1868         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1869
1870 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1871
1872         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1873           gst_directdraw_sink_bufferpool_clear):
1874           Fix two more buffer ref leaks.
1875
1876 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1877
1878         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1879
1880         * sys/directdraw/gstdirectdrawsink.c:
1881           (gst_directdraw_sink_show_frame):
1882           Fix buffer ref leak.
1883
1884 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1885
1886         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1887         Revert the last commit. wavenc still supports width!=depth for 32 bit
1888         width. Thanks Tim.
1889
1890 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1891
1892         * gst/matroska/matroska-demux.c:
1893         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1894         If the duration of a block is unknown only use the timestamp for the
1895         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1896         laces. Otherwise every lace has the same timestamp which leads to
1897         various problems. Really fixes bug #548831.
1898
1899 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1900
1901         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1902         If we're not allowing width!=depth in wavenc we should also disable
1903         the code that was added to support width!=depth.
1904
1905 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1906
1907         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1908         Don't calculate the default duration of a frame from the audio sampling
1909         rate. This only works for raw audio if every frame contains a single
1910         sample and results in broken buffer durations for other formats
1911         if no specified default duration is given or the blocks have no
1912         duration. Fixes bug #548831.
1913
1914 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1915
1916         * gst/matroska/matroska-demux.c:
1917         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1918         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1919         are used for text/plain subtitles as a gap-filler in some files.
1920
1921 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1922
1923         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1924         (gst_v4l2_get_caps_info):
1925         Add S910 and PWC formats with a low priority.
1926
1927         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1928         (gst_v4l2src_probe_caps_for_format):
1929         Add more debugging.
1930
1931 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1932
1933         * ext/flac/gstflacenc.c:
1934           Fix compilation against older libflac versions.
1935
1936 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1937
1938         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1939         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1940         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1941         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1942         (gst_pulsemixer_ctrl_set_volume):
1943         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1944         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1945         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1946         (gst_pulsesink_init), (gst_pulsesink_open),
1947         (gst_pulsesink_prepare), (gst_pulsesink_write),
1948         (gst_pulsesink_delay), (gst_pulsesink_reset):
1949         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1950         (gst_pulsesrc_init):
1951         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1952         Fix a locking issue in pulsesink's prepare function.
1953
1954         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
1955         Check if the created channel layout is valid for GStreamer.
1956
1957 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1958
1959         * gst/rtsp/gstrtspgoogle.c:
1960         Things that can happen when your brain is in google mode trying to
1961         deal with their google rtsp server extensions and trying to type your
1962         google mail account.
1963
1964 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1965
1966         * gst/rtsp/Makefile.am:
1967         * gst/rtsp/gstrtsp.c: (plugin_init):
1968         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
1969         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
1970         (_do_init), (gst_rtsp_google_base_init),
1971         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
1972         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
1973         (gst_rtsp_google_extension_init):
1974         * gst/rtsp/gstrtspgoogle.h:
1975         Add google RTSP extension, it can only handle udp and responds with
1976         unsupported if we do anything else. Fixes #546465.
1977
1978         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
1979         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
1980         (gst_rtspsrc_create_transports_string),
1981         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
1982         (gst_rtspsrc_close), (gst_rtspsrc_pause):
1983         Make transport setup code a bit better using GString.
1984         Add some more debug.
1985         Check for closed connections before doing anything on them.
1986
1987 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1988
1989         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1990         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
1991         (gst_pulsesrc_prepare):
1992         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
1993         (gst_pulse_channel_map_to_gst):
1994         * ext/pulse/pulseutil.h:
1995         If downstream provides no channel layout and >2 channels should be
1996         used use the default layout that pulseaudio chooses and also
1997         add this layout to the caps. Fixes bug #547258.
1998
1999 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2000
2001         Patch by: Peter Kjellerstedt <pkj at axis com>
2002
2003         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2004         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2005         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2006         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2007         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2008         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2009         (gst_udpsrc_set_property):
2010         Avoid leaking internally allocated file descriptors when setting
2011         custom file descriptors. Fixes #543101.
2012
2013 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2014
2015         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2016         Don't try to configure RTCP back to the server when the server did not
2017         give us a valid port number.
2018
2019 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2020
2021         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2022         Use new basetransform method to renegotiate. Fixes #544956.
2023
2024         * tests/icles/Makefile.am:
2025         * tests/icles/videobox-test.c: (make_pipeline), (main):
2026         Add videobox renegotiation example.
2027
2028 2008-08-19  David Schleef  <ds@schleef.org>
2029
2030         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2031         with sane values.  Fixes #548530.
2032
2033 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2034
2035         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2036         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2037         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2038         are already filled with the correct values by
2039         gst_ring_buffer_parse_caps() so there's no need to set them again
2040         with wrong values.
2041
2042 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2043
2044         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2045         (gst_avi_demux_read_subindexes_push):
2046         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2047         and instead of using the 'ix##' nomenclature, use '##ix'.
2048         They're still valid though, this fixes the duration and indexes for
2049         virtually all the ODML files I have.
2050
2051 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2052
2053         Patch by: Olivier Crete <tester at tester dot ca>
2054
2055         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2056         (gst_rtp_vorbis_depay_process):
2057         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2058         Update the vorbis RTP pay/depay to RFC 5215.
2059         Fixes #547842.
2060
2061 2008-08-14  David Schleef  <ds@schleef.org>
2062
2063         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2064           with 3:2 pulldown, i.e., 24p.
2065
2066 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2067
2068         * tests/check/elements/level.c: (GST_START_TEST):
2069         Fix compilation some more.
2070
2071 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2072
2073         * configure.ac::
2074           Require -base CVS for wavparse acid chunk parsing.
2075
2076 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2077
2078         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2079         (gst_pulsesink_init), (gst_pulsesink_finalize),
2080         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2081         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2082         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2083         * ext/pulse/pulsesink.h:
2084         Add "device-name" property to pulsesink too and currently commented
2085         out and not working support for a "volume" property.
2086
2087 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2088
2089         * configure.ac:
2090         Remove more cdio stuff (moved to ugly)
2091
2092 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2093
2094         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2095
2096         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2097         (gst_pulsesrc_get_property):
2098         Add "device-name" property, which provides a human readable string
2099         for the audio device, to make it more consisten with other audio
2100         sources. Fixes bug #547519.
2101
2102 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2103
2104         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2105         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2106         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2107         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2108         * ext/pulse/pulsemixerctrl.h:
2109         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2110         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2111         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2112         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2113         * ext/pulse/pulseprobe.h:
2114         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2115         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2116         (gst_pulsesrc_change_state):
2117         Improve debugging a bit by including the parent object in pulsemixerctrl
2118         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2119         GST_WARNING.
2120
2121         Use the parent GObject subclass instead of a random struct as GObject
2122         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2123         when probing for another property than "device".
2124
2125 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2126
2127         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2128
2129         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2130         Fix property probing after the device property is set by calling
2131         set_server when the server property changes. Fixes bug #547518.
2132
2133 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2134
2135         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2136
2137         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2138         (gst_pulsesink_implements_interface_init),
2139         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2140         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2141         (gst_pulsesink_get_type):
2142         * ext/pulse/pulsesink.h:
2143         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2144         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2145         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2146         * ext/pulse/pulsesrc.h:
2147         Implement GstPropertyProbe interface on pulsesink for detecting
2148         sink devices and on pulsesrc for detecting source devices.
2149         Fixes bugs #547227 and #547217.
2150
2151 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2152
2153         * gst/spectrum/gstspectrum.c:
2154           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2155
2156 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2157
2158         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2159         Properly set the maximum latency value, in the same way it is done in
2160         v4lsrc.
2161         * sys/v4l2/v4l2src_calls.c:
2162         Simplify fraction equality check, no need to use GValues for this.
2163
2164 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2165
2166         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2167         Add warning messages stating exactly why the latency query failed.
2168         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2169         In some cases, the negotiated framerate might be the default one which
2170         is already set internally. But we still need to mark it down in fps_n
2171         and fps_d so that the latency query can happen properly.
2172
2173 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2174
2175         * docs/plugins/inspect/plugin-1394.xml:
2176         Whoops, forgot one doc file for people who can't/don't build the
2177         raw1394 plugin.
2178
2179 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2180
2181         * docs/plugins/Makefile.am:
2182         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2183         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2184         * docs/plugins/inspect/plugin-cdio.xml:
2185         * ext/Makefile.am:
2186         * ext/cdio/Makefile.am:
2187         * ext/cdio/gstcdio.c:
2188         * ext/cdio/gstcdio.h:
2189         * ext/cdio/gstcdiocddasrc.c:
2190         * ext/cdio/gstcdiocddasrc.h:
2191
2192         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2193         CDDA source to -ugly.
2194
2195         * po/LINGUAS:
2196         * po/POTFILES.in:
2197         * po/id.po:
2198         Pull in new translation from 0.10.9.2 release branch.
2199
2200 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2201
2202         * docs/plugins/Makefile.am:
2203         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2204         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2205         * docs/plugins/gst-plugins-good-plugins.args:
2206         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2207         * docs/plugins/gst-plugins-good-plugins.interfaces:
2208         Integrate documentation for new hdv1394src element.
2209
2210 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2211
2212         * ext/raw1394/Makefile.am:
2213         * ext/raw1394/gst1394.c: (plugin_init):
2214         * ext/raw1394/gsthdv1394src.c: (_do_init),
2215         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2216         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2217         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2218         (gst_hdv1394src_from_raw1394handle),
2219         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2220         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2221         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2222         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2223         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2224         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2225         (gst_hdv1394src_uri_handler_init):
2226         * ext/raw1394/gsthdv1394src.h:
2227         mpeg2-ts (HDV) variant of firewire capture element.
2228         Fixes #350830
2229
2230 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2231
2232         * gst/level/gstlevel.c: (gst_level_message_new):
2233          Fix compilation (also known as the classic 'fix code that someone
2234          committed without compiling it first').
2235
2236 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2237
2238         * tests/check/elements/level.c:
2239           Add a test for level in stereo mode.
2240
2241 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2242
2243         * tests/examples/spectrum/demo-audiotest.c:
2244         * tests/examples/spectrum/demo-osssrc.c:
2245           Demo how to draw analyzer results synced to the clock.
2246
2247 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2248
2249         * gst/level/gstlevel.c:
2250           Little renaming (l -> level).
2251
2252         * gst/spectrum/gstspectrum.c:
2253         * gst/spectrum/gstspectrum.h:
2254           Also send full timestamp/duration details here.
2255
2256 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2257
2258         * gst/level/gstlevel.c:
2259         * gst/level/gstlevel.h:
2260           Send same timestamp/duration details as videoanalysis. This gives
2261           applications better chance to sync analysis results with playback.
2262
2263 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2264
2265         * gst/matroska/matroska-mux.c:
2266         (gst_matroska_mux_handle_sink_event),
2267         (flac_streamheader_to_codecdata):
2268         We need to drop one additional buffer for FLAC as the fLaC
2269         marker and STREAMINFO block are merged into one buffer in the caps.
2270
2271         Also don't pretend to support NEWSEGMENT events, otherwise we
2272         will most probably write some invalid data.
2273
2274 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2275
2276         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2277         (gst_matroska_mux_audio_pad_setcaps):
2278         Add support for muxing FLAC into Matroska containers.
2279         Fixes bug #311586.
2280
2281 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2282
2283         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2284         Actually provide the variables required for the format string.
2285
2286 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2287
2288         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2289         (gst_matroska_demux_element_send_event),
2290         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2291         * gst/matroska/matroska-demux.h:
2292         Close the current segment if we're doing a non-flushing seek and send
2293         the close-segment and the new segment of the seek from the streaming
2294         thread.
2295
2296 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2297
2298         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2299         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2300         (gst_flac_enc_change_state):
2301         * ext/flac/gstflacenc.h:
2302         Handle non-zero start timestamps correctly, mark header packets as
2303         IN_CAPS and print a warning and suggest using audiorate if stream
2304         discontinuities are detected. When FLAC supports flushing the encoder
2305         somehow this should be done for discontinuities instead.
2306
2307         Remove some unused variables from the instance struct.
2308
2309 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2310
2311         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2312         If seeking failed return the appropiate return value to FLAC.
2313         Otherwise it thinks seeking was successfull and tries to rewrite
2314         parts of the headers which then get appended to the output.
2315
2316 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2317
2318         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2319
2320         * ext/esd/gstesd.c: (plugin_init):
2321         * ext/flac/gstflac.c: (plugin_init):
2322         * ext/shout2/gstshout2.c: (plugin_init):
2323         * ext/wavpack/gstwavpack.c: (plugin_init):
2324         * sys/oss/gstossaudio.c: (plugin_init):
2325         * sys/v4l2/gstv4l2.c: (plugin_init):
2326         Make sure gettext returns translations in UTF-8 encoding rather
2327         than in the current locale encoding (#546822).
2328
2329 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2330
2331         * ext/flac/gstflacdec.c:
2332         Add FIXME for 0.11 to simply output everything with width=32 as given
2333         by FLAC and let audioconvert handle the conversions instead of doing
2334         them in flacdec.
2335
2336 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2337
2338         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2339         When outputting a pad template range for the size, include a framerate
2340         range too, to avoid 'not a real subset of template caps' errors.
2341
2342 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2343
2344         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2345
2346         * ext/flac/Makefile.am:
2347         * ext/flac/gstflac.c: (plugin_init):
2348         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2349         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2350         (gst_flac_tag_dispose), (gst_flac_tag_init),
2351         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2352         (gst_flac_tag_change_state):
2353         * ext/flac/gstflactag.h:
2354         Port flactag to 0.10, add documentation for it and clean it up a bit.
2355         Fixes bug #413841.
2356
2357         * docs/plugins/Makefile.am:
2358         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2359         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2360         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2361         * docs/plugins/gst-plugins-good-plugins.interfaces:
2362         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2363         * docs/plugins/inspect/plugin-flac.xml:
2364         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2365         * ext/flac/gstflacdec.h:
2366         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2367         * ext/flac/gstflacenc.h:
2368         Add flactag and flacenc to the documentation and mark
2369         the private parts of the flacdec instance structure as private.
2370
2371         Also use gst_element_class_set_details_simple() in flacdec and
2372         flacenc.
2373
2374 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2375
2376         * gst/qtdemux/qtdemux.c:
2377           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2378           for it but ffmpeg does not.
2379
2380 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2381
2382         * gst/wavparse/gstwavparse.c:
2383           Handle the list chunk and use gst_riff_parse_info() to parse the info
2384           sub-chunk.
2385
2386 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2387
2388         * gst/wavparse/gstwavparse.c:
2389           Handle the acid chunk and send tempo as part of tags. Other fields are
2390           interesting too, but need more tag-definitions. Fixes #545433.
2391
2392 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2393
2394         * gst/wavparse/gstwavparse.c:
2395           Refactor wavparse. Call _reset() from dispose() and move old code from
2396           dispose into reset. This way we don't leak taglists when we abort
2397           parsing. Fix some comments. Move code for skipping a chunk into extra
2398           function. Replace chunk sizes with a const to ease readability.         
2399
2400 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2401
2402         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2403
2404         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2405         Improve udp port setup. Fixes #545710.
2406
2407 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2408
2409         * gst/rtp/Makefile.am:
2410         * gst/rtp/gstrtp.c: (plugin_init):
2411         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2412         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2413         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2414         (gst_rtp_mp1s_depay_set_property),
2415         (gst_rtp_mp1s_depay_get_property),
2416         (gst_rtp_mp1s_depay_change_state),
2417         (gst_rtp_mp1s_depay_plugin_init):
2418         * gst/rtp/gstrtpmp1sdepay.h:
2419         Add MP1S depayloader.
2420
2421         * gst/rtsp/URLS:
2422         Some more sample rtsp streams.
2423
2424 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2425
2426         * gst/rtsp/URLS:
2427         Add another URL.
2428
2429         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2430         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2431         Add some more debug info.
2432
2433 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2434
2435         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2436         Provide cbSize field for audio extra_data size, and take care to
2437         pad extra_data.
2438
2439 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2440
2441         * gst/qtdemux/qtdemux.c:
2442           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2443           TRUE.
2444
2445 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2446
2447         * gst/qtdemux/qtdemux.c:
2448         * gst/qtdemux/qtdemux_fourcc.h:
2449           Add keyword tag support. Fixes #520694 for qtdemux.
2450
2451 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2452
2453         * gst/qtdemux/qtdemux.c:
2454           Add support for tmpo tag (BPM).
2455
2456 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2457
2458         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2459         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2460         Set an estimate for the total number of samples that will be encoded
2461         if possible to help decoders if the streaminfo can't be rewritten
2462         later (like when muxing into Ogg containers).
2463
2464         Add a warning if we get header packets after data packets as those
2465         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2466         work.
2467
2468 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2469
2470         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2471         (gst_flac_dec_write):
2472         Support decoding of all depths between 4 and 32 bits and read the
2473         depth from the streaminfo header if needed. Also support all sampling
2474         rates between 1 and 655350 Hz.
2475
2476         * ext/flac/gstflacenc.c:
2477         (gst_flac_enc_caps_append_structure_with_widths),
2478         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2479         (gst_flac_enc_chain):
2480         * ext/flac/gstflacenc.h:
2481         Support encoding in all bit depths supported by the streamable
2482         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2483         between 1 Hz and 655350 Hz.
2484
2485 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2486
2487         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2488         (gst_flac_enc_sink_getcaps):
2489         Support encoding of up to 8 channels.
2490
2491 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2492
2493         * ext/soup/gstsouphttpsrc.c:
2494         * ext/soup/gstsouphttpsrc.h:
2495         Fix seeking race condition in #540300
2496         Patch By: Wouter Cloetens  <wouter at mind be>
2497
2498 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2499
2500         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2501         (gst_matroska_demux_element_send_event),
2502         (gst_matroska_demux_handle_seek_event),
2503         (gst_matroska_demux_handle_src_event):
2504         When receiving a SEEK event on a specific pad first search for a seek
2505         table entry for the stream of the pad and then fall back to an entry
2506         for a different stream.
2507
2508 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2509
2510         * configure.ac:
2511         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2512         * gst/matroska/matroska-ids.h:
2513         Build depend on core CVS for the attachment tag.
2514
2515 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2516
2517         * configure.ac:
2518         * gst/matroska/Makefile.am:
2519         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2520         (copy_backptr), (lzo1x_decode), (main):
2521         * gst/matroska/lzo.h:
2522         * gst/matroska/matroska-demux.c:
2523         (gst_matroska_demux_read_track_encoding),
2524         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2525         (gst_matroska_decode_buffer),
2526         (gst_matroska_decode_content_encodings),
2527         (gst_matroska_demux_read_track_encodings),
2528         (gst_matroska_demux_add_stream),
2529         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2530         * gst/matroska/matroska-ids.h:
2531         Decode the codec private data and following ContentEncoding if
2532         necessary.
2533
2534         Support bzip2, lzo and header stripped compression. For lzo use the
2535         ffmpeg lzo implementation as liblzo is GPL licensed.
2536         
2537         Fix zlib decompression.
2538
2539 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2540
2541         * gst/matroska/matroska-mux.c:
2542         (gst_matroska_mux_audio_pad_setcaps):
2543         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2544         duration of a frame with the new mpegaudioversion caps field.
2545
2546 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2547
2548         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2549         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2550         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2551         (gst_matroska_demux_stream_from_num),
2552         (gst_matroska_demux_tracknumber_unique),
2553         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2554         (gst_matroska_demux_handle_seek_event),
2555         (gst_matroska_demux_sync_streams),
2556         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2557         (gst_matroska_demux_loop):
2558         * gst/matroska/matroska-demux.h:
2559         Allow an infinite number of stream inside Matroska containers and use
2560         a GPtrArray for storing them instead of allowing "only" 127 streams.
2561
2562 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2563
2564         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2565         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2566         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2567         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2568         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2569         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2570         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2571         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2572         (gst_ebml_read_master), (gst_ebml_read_binary),
2573         (gst_ebml_read_header):
2574         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2575         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2576         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2577         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2578         (gst_ebml_replace_uint):
2579         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2580         (gst_matroska_demux_read_track_encoding),
2581         (gst_matroska_demux_read_track_encodings),
2582         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2583         (gst_matroska_demux_send_event),
2584         (gst_matroska_demux_element_send_event),
2585         (gst_matroska_demux_handle_seek_event),
2586         (gst_matroska_demux_handle_src_event),
2587         (gst_matroska_demux_init_stream),
2588         (gst_matroska_demux_parse_tracks),
2589         (gst_matroska_demux_parse_index_cuetrack),
2590         (gst_matroska_demux_parse_index_pointentry),
2591         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2592         (gst_matroska_demux_parse_metadata_id_simple_tag),
2593         (gst_matroska_demux_parse_metadata_id_tag),
2594         (gst_matroska_demux_parse_metadata),
2595         (gst_matroska_demux_parse_attached_file),
2596         (gst_matroska_demux_parse_attachments),
2597         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2598         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2599         (gst_matroska_demux_push_flac_codec_priv_data),
2600         (gst_matroska_demux_push_xiph_codec_priv_data),
2601         (gst_matroska_demux_push_dvd_clut_change_event),
2602         (gst_matroska_demux_add_mpeg_seq_header),
2603         (gst_matroska_demux_add_wvpk_header),
2604         (gst_matroska_demux_check_subtitle_buffer),
2605         (gst_matroska_decode_buffer),
2606         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2607         (gst_matroska_demux_parse_cluster),
2608         (gst_matroska_demux_parse_contents_seekentry),
2609         (gst_matroska_demux_parse_contents),
2610         (gst_matroska_demux_loop_stream_parse_id),
2611         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2612         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2613         (gst_matroska_demux_subtitle_caps),
2614         (gst_matroska_demux_change_state):
2615         * gst/matroska/matroska-ids.c:
2616         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2617         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2618         (gst_matroska_mux_video_pad_setcaps),
2619         (xiph3_streamheader_to_codecdata),
2620         (vorbis_streamheader_to_codecdata),
2621         (theora_streamheader_to_codecdata),
2622         (gst_matroska_mux_audio_pad_setcaps),
2623         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2624         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2625         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2626         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2627         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2628         Fix indention everywhere. A broken indent version has added newlines
2629         after every single declaration some time ago.
2630
2631 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2632
2633         * gst/matroska/matroska-demux.c:
2634         (gst_matroska_demux_loop_stream_parse_id):
2635         If no Tracks are found error out instead of trying it again until the
2636         end of time.
2637
2638 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2639
2640         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2641         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2642         bit and signed otherwise, not the other way around.
2643
2644 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2645
2646         * gst/matroska/matroska-mux.c:
2647         Add more raw YUV formats to the list of supported formats.
2648
2649 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2650
2651         * gst/matroska/matroska-mux.c:
2652         (gst_matroska_mux_audio_pad_setcaps):
2653         Add support for muxing raw float audio now that the spec defines the
2654         endianness and add support for muxing raw integer audio with 24 and
2655         32 bits.
2656
2657         Allow muxing of more than 8 audio channels.
2658
2659 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2660
2661         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2662         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2663         Add locking to the global array of used track UIDs to prevent random
2664         crashes if more than a single matrosmux instance is used.
2665
2666         Use 64 bit values for the track UIDs.
2667
2668         Use the global GRandom of GLib instead of creating our own one
2669         for the few random numbers we need every single time.
2670
2671 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2672
2673         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2674         (gst_flac_dec_setup_stream_decoder),
2675         (gst_flac_dec_update_metadata):
2676         Always post the audio-codec tag, not only if other tags are present.
2677
2678 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2679
2680         * configure.ac:
2681         Back to development -> 0.10.9.1
2682
2683 === release 0.10.9 ===
2684
2685 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2686
2687         * configure.ac:
2688           releasing 0.10.9, "Steam Train Rolling"
2689
2690 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2691
2692         * ext/soup/gstsouphttpsrc.c:
2693         Don't throw an error when soup completes a msg with status
2694         'cancelled', as that indicates we cancelled a request while
2695         shutting down or seeking, and it's not an error.
2696         Fixes: #540300 again.
2697
2698 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2699
2700         * configure.ac:
2701         0.10.8.4 pre-release
2702
2703 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2704
2705         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2706         Fix segment-stop regression.
2707         Add documentation regarding segments in quicktime files by Wim Taymans.
2708         Fixes #544509
2709
2710 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2711
2712         * configure.ac:
2713         0.10.8.3 pre-release
2714
2715         * po/LINGUAS:
2716         * po/pt_BR.po:
2717         Add pt_BR translation
2718
2719 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2720
2721         * gst/goom/convolve_fx.c:
2722         * gst/goom/filters.c:
2723         * gst/goom/goom_config.h:
2724         * gst/goom/goom_core.c:
2725         * gst/goom/goom_tools.h:
2726           Fix build with MSVC: include glib.h to define inline appropriately,
2727           use header guards where needed.
2728         * gst/udp/gstudpnetutils.c:
2729         * gst/udp/gstudpsrc.c:
2730           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2731           g_snprintf rather than snprintf.
2732           Fixes #544433.
2733
2734 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2735
2736         * gst/debug/gsttaginject.c:
2737         * gst/debug/gsttaginject.h:
2738           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2739           partially.
2740
2741 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2742
2743         * configure.ac:
2744         0.10.8.2 pre-release
2745
2746 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2747
2748         * ext/Makefile.am:
2749         Finish hooking up pulseaudio plugin to the build.
2750
2751         * ext/pulse/pulsemixerctrl.c:
2752         Fix compilation error.
2753
2754 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2755
2756         * po/LINGUAS:
2757         * po/lt.po:
2758         Add new lithunian translation, and add french to the LINGUAS
2759         file.
2760
2761 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2762
2763         * ext/soup/gstsouphttpsrc.c:
2764         Fix Soup HTTP source seeking.
2765         Patch By: Wouter Cloetens  <wouter at mind be>
2766         Fixes: #540300
2767
2768         * tests/check/elements/.cvsignore:
2769         Ignore new check programs.
2770
2771 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2772
2773         * configure.ac:
2774         * docs/plugins/Makefile.am:
2775         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2776         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2777         * docs/plugins/gst-plugins-good-plugins.args:
2778         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2779         * docs/plugins/gst-plugins-good-plugins.interfaces:
2780         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2781         * docs/plugins/inspect/plugin-interleave.xml:
2782         * docs/plugins/inspect/plugin-replaygain.xml:
2783         * tests/check/Makefile.am:
2784
2785         Move replaygain and interleave plugins from -bad.
2786         Fixes: #543406
2787         Fixes: #536228
2788
2789 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2790
2791         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2792         (qtdemux_parse_trak):
2793         Revert ISO base media spec based pixel-aspect-ratio calculation.
2794         Fixes #543300.
2795
2796 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2797
2798         * sys/osxvideo/osxvideosink.m:
2799         Fix minor build issues on macosx.
2800         Fixes #543054
2801
2802 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2803
2804         * configure.ac::
2805         * ext/taglib/Makefile.am::
2806           Only use -Wno-attributes (which is there to work around a
2807           bug in the taglib 1.5 headers) if the c++ compiler actually
2808           supports it (#543255).
2809
2810 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2811
2812         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2813
2814         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2815           Avoid compiler warning by initialising variable to NULL (#543259).
2816
2817 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2818
2819         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2820         Don't pass NULL taglists to gst_tag_list_is_empty().
2821
2822 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2823
2824         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2825         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2826         (rtp_pipeline_run):
2827         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2828         Don't use declarations after statements.
2829
2830 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2831
2832         * ext/jpeg/gstjpegdec.c:
2833         Align documentation with reality.
2834
2835 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2836
2837         * gst/udp/gstudpnetutils.c:
2838         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2839         old value (1) if it's not defined which should not cause any problems
2840         as we're using it internal only anyway.
2841
2842 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2843
2844         Patch by: Alessandro Decina <alessandro at nnva dot org>
2845
2846         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2847         Fix build of avidemux on big endian architectures.
2848
2849 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2850
2851         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2852
2853         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2854         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2855
2856 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2857
2858         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2859         (qtdemux_parse_trak):
2860         Set pixel-aspect-ratio in caps using display width and height
2861         provided in track.
2862
2863 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2864
2865         * configure.ac:
2866         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2867         flags that are invalid for C++. Fixes bug #516509.
2868
2869 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2870
2871         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2872         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2873         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2874         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2875         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2876         * tests/examples/equalizer/demo.c: (message_handler):
2877         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2878         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2879         Don't use declarations after statements and variable length arrays.
2880
2881 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2882
2883         Patch by: Daniel Drake <dsd at gentoo dot org>
2884
2885         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2886         (gst_v4l2src_get_nearest_size):
2887         Try progressive video if interlaced fails. Fixes bug #541956
2888         and the usage of v4l2src on OLPC.
2889
2890 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2891
2892         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2893         (gst_rtp_speex_depay_process):
2894         * gst/rtp/gstrtpspeexdepay.h:
2895         Revert last change: Only the jitterbuffer is able to convert RTP to
2896         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2897         Reopens bug #541787.
2898
2899 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2900
2901         * gst/rtp/gstrtpvrawdepay.c:
2902           Include stdlib.h for atoi().
2903
2904         * gst/rtsp/gstrtspsrc.c:
2905           Use floating point math for latencies < 0 sec in log output.
2906
2907 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2908
2909         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2910
2911         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2912         (gst_rtp_speex_depay_process):
2913         * gst/rtp/gstrtpspeexdepay.h:
2914         Take timestamp from the RTP packet as a first step to fix problems
2915         with transmission over RTP when the network is not reliable.
2916         Fixes bug #541787.
2917
2918 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2919
2920         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2921
2922         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2923         Fix parsing of udp:// URIs containing IPv6 addresses.
2924         Fixes bug #541650.
2925
2926 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2927
2928         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2929         Do not leak incoming buffers.
2930
2931 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2932
2933         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2934
2935         * configure.ac:
2936         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2937         for htons() and htonl(). Fixes bug #541412.
2938
2939 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2940
2941         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2942         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2943         (gst_matroska_demux_element_query),
2944         (gst_matroska_demux_handle_src_query),
2945         (gst_matroska_demux_handle_seek_event):
2946         Handle position and duration query in DEFAULT format if the
2947         pad's track has a default frame duration set.
2948
2949         Fix seeking now that the segment's duration doesn't contain the
2950         (possibly wrong or inaccurate) duration of the Matroska file.
2951
2952 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2953
2954         * gst/matroska/ebml-read.c: (_ext2dbl):
2955         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
2956         in math.h except on MSVC where it is defined in xmath.h.
2957         Fixes compilation with MSVC.
2958
2959 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2960
2961         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2962         (gst_matroska_demux_handle_src_query),
2963         (gst_matroska_demux_parse_info),
2964         (gst_matroska_demux_loop_stream_parse_id):
2965         * gst/matroska/matroska-demux.h:
2966         Don't set the segment duration to the duration from the Matroska
2967         header as this value could be wrong and is just informational.
2968
2969 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2970
2971         * gst/matroska/matroska-demux.c:
2972         (gst_matroska_demux_loop_stream_parse_id):
2973         If no Tracks element is found until the first Cluster is found
2974         search it and error out if none is found in the complete file.
2975
2976 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2977
2978         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
2979         Resync non-subtitle tracks too if a too large gap compared to other
2980         tracks is detected.
2981
2982 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
2983
2984         * gst/rtp/Makefile.am:
2985         * gst/rtp/gstrtp.c: (plugin_init):
2986         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
2987         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
2988         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
2989         (gst_rtp_vraw_depay_change_state),
2990         (gst_rtp_vraw_depay_plugin_init):
2991         * gst/rtp/gstrtpvrawdepay.h:
2992         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
2993         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
2994         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
2995         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
2996         (gst_rtp_vraw_pay_plugin_init):
2997         * gst/rtp/gstrtpvrawpay.h:
2998         Add raw video pay and depayloaders, see RFC4175.
2999
3000 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3001
3002         * ext/libpng/gstpngdec.c:
3003         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3004         whatever it returned.
3005
3006 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3007
3008         * gst/avi/avi-ids.h:
3009         Add vprp chunk related structures.
3010         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3011         (gst_avi_demux_parse_stream):
3012         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3013         to caps.  Fixes #539482.
3014         * gst/avi/gstavimux.h:
3015         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3016         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3017         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3018
3019 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3020
3021         * tests/check/elements/avimux.c: (check_avimux_pad):
3022         Adjust avimux unit test according to increased streamheader size.
3023
3024 2008-06-27  David Schleef  <ds@schleef.org>
3025
3026         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3027
3028 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3029
3030         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3031         * gst/avi/gstavimux.h:
3032         Add 8 bytes to current streamheader to make for a complete one
3033         and to make more players happy.  Fixes #519460.
3034
3035 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3036
3037         * sys/v4l2/v4l2_calls.c::
3038           Don't include unused gstv4l2xoverlay.h. Fixes build
3039           in case where X11 headers are not installed.
3040
3041 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3042
3043         * ext/dv/gstdv.c: (plugin_init):
3044         Fix compilation.
3045
3046 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3047
3048         * ext/dv/gstdv.c: (plugin_init):
3049         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3050         DV decoder available.
3051         Fixes #532393
3052
3053 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3054
3055         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3056         Call getsockname() after the call to bind() to get updated values
3057         for the port, etc. This fixes the usage of udpsrc on anonymous
3058         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3059         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3060
3061 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3062
3063         * tests/check/pipelines/wavpack.c: (bus_handler):
3064         Remove workaround for a bug in identity that is fixed in 0.10.20.
3065
3066 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3067
3068         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3069
3070         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3071         Fix HTTP auth support with user/password passed via the URI.
3072         Fixes bug #540067.
3073
3074 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3075
3076         * configure.ac:
3077           Depend on released versions of core and -base.
3078
3079 2008-06-23  Julien Moutte  <julien@fluendo.com>
3080
3081         * gst/matroska/matroska-demux.c:
3082         (gst_matroska_demux_read_track_encoding),
3083         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3084         format strings in macros. (makes it build on OS X again...)
3085
3086 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3087
3088         * gst/rtp/gstrtptheorapay.c:
3089         * gst/udp/gstmultiudpsink.c:
3090           Added debug.
3091
3092 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3093
3094         * configure.ac: switch v4l2src over to the normal build instead of
3095         being 'experimental'. Fixes bug #536831.
3096
3097 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3098
3099         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3100         Remove unused variable so that we can compile again.
3101
3102 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3103
3104         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3105         No need to check for audio/G723 and audio/32KADPCM here as they are
3106         no longer supported.
3107
3108 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3109
3110         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3111         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3112         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3113         known length.
3114
3115 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3116
3117         * gst/matroska/matroska-demux.c:
3118         (gst_matroska_demux_add_wvpk_header),
3119         (gst_matroska_demux_audio_caps):
3120         * gst/matroska/matroska-ids.h:
3121         Fix demuxing of WavPack files. Muxing is still broken.
3122
3123 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3124
3125         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3126         (gst_matroska_demux_add_mpeg_seq_header),
3127         (gst_matroska_demux_add_wvpk_header),
3128         (gst_matroska_demux_check_subtitle_buffer),
3129         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3130         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3131         (gst_matroska_demux_subtitle_caps):
3132         * gst/matroska/matroska-ids.h:
3133         Add a "vfunc" to the track context for postprocessing frames and
3134         convert the wavpack and subtitle postprocessing to this vfunc.
3135         Copy buffer flags in those functions to the new buffers too.
3136
3137         Parse CodecState elements of Blocks.
3138
3139         Add a postprocessing function for MPEG video that adds the sequence
3140         header from the codec private data or codec state to the frames if
3141         it's not already there.
3142
3143 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3144
3145         * gst/matroska/matroska-demux.c:
3146         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3147         If a gap of more than 1/2 second is found in one stream send a
3148         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3149         This also fixes Matroska files where the first buffer doesn't start
3150         at timestamp 0. Fixes bug #429322.
3151
3152         The duration of a block is the default duration multiplied with the
3153         number of laces. Every lace is one frame and the default duration
3154         is the duration of one frame. This fixes playback of files that use
3155         lacing for some tracks.
3156
3157 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3158
3159         * gst/matroska/matroska-demux.c:
3160         (gst_matroska_demux_parse_contents_seekentry):
3161         Update FIXME/TODOs and only ignore EOS at the central, important place
3162         instead of several places.
3163
3164 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3165
3166         * gst/rtp/gstrtpg726pay.c:
3167         Fix caps, See #538891.
3168
3169 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3170
3171         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3172         (gst_matroska_demux_stream_from_num),
3173         (gst_matroska_demux_encoding_cmp),
3174         (gst_matroska_demux_encoding_order_unique),
3175         (gst_matroska_demux_read_track_encoding),
3176         (gst_matroska_demux_read_track_encodings),
3177         (gst_matroska_demux_tracknumber_unique),
3178         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3179         (gst_matroska_demux_parse_tracks),
3180         (gst_matroska_demux_parse_index_cuetrack),
3181         (gst_matroska_demux_parse_index_pointentry),
3182         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3183         (gst_matroska_demux_parse_metadata_id_simple_tag),
3184         (gst_matroska_demux_parse_metadata_id_tag),
3185         (gst_matroska_demux_parse_metadata),
3186         (gst_matroska_demux_parse_attached_file),
3187         (gst_matroska_demux_parse_attachments),
3188         (gst_matroska_demux_parse_chapters),
3189         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3190         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3191         (gst_matroska_demux_parse_cluster),
3192         (gst_matroska_demux_parse_contents_seekentry),
3193         (gst_matroska_demux_parse_contents),
3194         (gst_matroska_demux_loop_stream_parse_id),
3195         (gst_matroska_demux_loop):
3196         Improve debug output everywhere and fix the EOS logic.
3197
3198         Check the values of the ContentEncoding elements more strictly and
3199         don't use tracks for which it's invalid.
3200
3201         Check that the track number is unique for this stream.
3202
3203         Check that seek positions are below G_MAXINT64 as our seeks are
3204         int64-based and overflows will fail badly.
3205
3206         After seeks also don't push SimpleBlocks until the first one
3207         containing a keyframe is found. Before this was done only for normal
3208         Blocks.
3209
3210         Update some FIXME/TODOs.
3211         
3212         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3213         (gst_ebml_read_utf8), (gst_ebml_read_header):
3214         Improve debug output.
3215
3216         * gst/matroska/matroska-ids.c:
3217         (gst_matroska_track_init_video_context):
3218         * gst/matroska/matroska-ids.h:
3219         * gst/matroska/matroska-mux.c:
3220         (gst_matroska_mux_video_pad_setcaps):
3221         Remove eye mode and don't parse it anymore. We can't use that
3222         information in GStreamer yet so it's useless.
3223
3224
3225 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3226
3227         Patch by: Mersad Jelacic <mersad at axis dot com>
3228
3229         * gst/rtp/Makefile.am:
3230         * gst/rtp/gstrtp.c: (plugin_init):
3231         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3232         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3233         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3234         (gst_rtp_g726_depay_plugin_init):
3235         * gst/rtp/gstrtpg726depay.h:
3236         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3237         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3238         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3239         * gst/rtp/gstrtpg726pay.h:
3240         Added G726 pay/depayloaders. Fixes #538891.
3241
3242 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3243
3244         * gst/rtsp/URLS:
3245         Some more urls.
3246
3247         * gst/smpte/barboxwipes.c:
3248         Add a comment
3249
3250         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3251         Fix typo, add audioresample to the pipeline.
3252
3253 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3254
3255         * ext/libmng/Makefile.am:
3256         * ext/libmng/gstmng.c: (plugin_init):
3257         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3258         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3259         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3260         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3261         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3262         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3263         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3264         (gst_mng_dec_change_state):
3265         * ext/libmng/gstmngdec.h:
3266         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3267         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3268         (gst_mng_enc_init), (gst_mng_enc_chain),
3269         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3270         * ext/libmng/gstmngenc.h:
3271         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3272         bits ifdeffed out still.
3273
3274 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3275
3276         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3277         When comparing index elements with the same time compare their
3278         block number.
3279
3280 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3281
3282         * gst/matroska/matroska-demux.c:
3283           (gst_matroska_demux_parse_attached_file)
3284           Init variable to NULL to avoid compiler warning.
3285
3286 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3287
3288         * gst/matroska/Makefile.am:
3289         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3290         (gst_matroska_demux_parse_attached_file),
3291         (gst_matroska_demux_parse_attachments),
3292         (gst_matroska_demux_parse_contents_seekentry),
3293         (gst_matroska_demux_loop_stream_parse_id):
3294         * gst/matroska/matroska-demux.h:
3295         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3296         * gst/matroska/matroska-ids.h:
3297         * gst/matroska/matroska.c: (plugin_init):
3298         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3299         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3300         and description of the attachments in the caps. Fixes bug #537622.
3301
3302 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3303
3304         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3305         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3306         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3307         (gst_speex_enc_src_query), (gst_speex_enc_init),
3308         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3309         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3310         (gst_speex_enc_set_property):
3311         Add mode property.
3312         Some cleanups, add more debug info.
3313         Add latency query.
3314
3315 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3316
3317         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3318         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3319         If we get less bytes than requested we can't do anything except doing
3320         our EOS logic.
3321
3322 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3323
3324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3325         (gst_matroskademux_do_index_seek),
3326         (gst_matroska_demux_parse_index_cuetrack),
3327         (gst_matroska_demux_parse_index_pointentry),
3328         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3329         (gst_matroska_demux_parse_metadata):
3330         * gst/matroska/matroska-demux.h:
3331         * gst/matroska/matroska-ids.h:
3332         Use a GArray for storing the Cue (i.e. seek) information, store
3333         the CueTrackPositions for every track, store the block number
3334         and optimize searching in the array by sorting it after the last
3335         element was added.
3336
3337         Fix a small memory leak when trying to parse a tags element that was
3338         already parsed.
3339
3340 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3341
3342         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3343         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3344         (gst_matroska_mux_write_data):
3345         * gst/matroska/matroska-mux.h:
3346         Don't write another SeekHead which indexes all Clusters to the end of
3347         the file. This isn't useful for anything and just increases filesize.
3348
3349 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3350
3351         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3352         Prevent unaligned memory access when reading floats.
3353
3354 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3355
3356         * gst/matroska/ebml-read.c:
3357         * gst/matroska/ebml-read.h:
3358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3359         (gst_matroska_demux_parse_metadata):
3360         * gst/matroska/matroska-demux.h:
3361         Make sure that every Tags element is only parsed once and it's
3362         containing tags are only posted once.
3363
3364 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3365
3366         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3367         (gst_ebml_read_header):
3368         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3369         (gst_matroska_demux_parse_tracks),
3370         (gst_matroska_demux_parse_index_cuetrack),
3371         (gst_matroska_demux_parse_index_pointentry),
3372         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3373         (gst_matroska_demux_parse_metadata_id_simple_tag),
3374         (gst_matroska_demux_parse_metadata_id_tag),
3375         (gst_matroska_demux_parse_metadata),
3376         (gst_matroska_demux_parse_attachments),
3377         (gst_matroska_demux_parse_chapters),
3378         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3379         (gst_matroska_demux_parse_cluster),
3380         (gst_matroska_demux_parse_contents_seekentry),
3381         (gst_matroska_demux_parse_contents),
3382         (gst_matroska_demux_loop_stream_parse_id):
3383         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3384         already. They're not useful in the matroska parser and only cause
3385         additional code.
3386
3387 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3388
3389         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3390         (gst_ebml_finalize), (gst_ebml_read_change_state),
3391         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3392         * gst/matroska/matroska-demux.c:
3393         (gst_matroska_demux_parse_contents_seekentry):
3394         Reverse the level list as we usually are only interested in the
3395         first element or want to add a new first element. Having the
3396         first element stored at the end and calling g_list_last() and
3397         g_list_append() is more expensive.
3398
3399         Also use GSlice for allocating the GstEbmlLevel structs.
3400
3401 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3402
3403         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3404           (gst_tag_inject_class_init), (gst_tag_inject_init):
3405           Don't unref NULL taglist in finalize. Don't use c++ style
3406           comments.
3407
3408 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3409
3410         * gst/matroska/matroska-demux.c:
3411         (gst_matroska_demux_parse_metadata_id_simple_tag):
3412         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3413         (gst_matroska_mux_write_data):
3414         Use gst_value_serialize() and gst_value_deserialize() for transforming
3415         tags from some GType to a string and the other way around. The default
3416         transformations in GLib don't include transformations from string to
3417         number types.
3418
3419 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3420
3421         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3422         (gst_matroska_demux_parse_tracks),
3423         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3424         (gst_matroska_demux_parse_attachments),
3425         (gst_matroska_demux_parse_chapters),
3426         (gst_matroska_demux_parse_contents_seekentry),
3427         (gst_matroska_demux_loop_stream_parse_id):
3428         * gst/matroska/matroska-demux.h:
3429         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3430         Tags multiple times. The first ones can appear more than once but must
3431         contain the same content as the first for backup purposes so we ignore
3432         all but the first one. Tags can appear multiple times with different
3433         content.
3434
3435         Jump to all elements except Clusters that are available from a
3436         SeekHead to make it more likely to have all required informations
3437         before getting to the first Clusters.
3438
3439         Add dummy functions for parsing Attachments and Chapters.
3440
3441 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3442
3443         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3444         (gst_udpsrc_create), (gst_udpsrc_set_property),
3445         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3446         * gst/udp/gstudpsrc.h:
3447         Add property to control automatic join/leave of multicast groups.
3448         Add G_LIKELY.
3449         Remove setting caps on buffers explicitly, basesrc does that for us now.
3450         Improve debug info.
3451         Convert some non-fatal error into warnings.
3452         Use g_ntohs for better portability.
3453         Leave multicast groups when stopping.
3454         When using external sockets, use getsockname() on them to fill up the
3455         addr structure before calling methods that use the structure.
3456         Should all fix #536903.
3457         API: GstUDPSrc::auto-multicast property
3458
3459 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3460
3461         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3462         Use g_ntohl for better portability.
3463
3464 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3465
3466         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3467         (gst_multiudpsink_remove):
3468         Fix a typo and do some small cleanups.
3469
3470 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3471
3472         Patch by: Olivier Crete <tester at tester dot ca>
3473
3474         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3475         Make the delivery-method mandatory on the caps and only accept inline
3476         for now.
3477         Reverse strcmp checks for delivery-method.
3478
3479         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3480         Make delivery method optional when parsing caps and note this in the
3481         caps.
3482         Reverse strcmp checks for delivery-method.
3483
3484         * gst/rtp/gstrtpvorbispay.c:
3485         Update a comment to note that the delivery-method is optional, 
3486         Fixes #537675.
3487
3488 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3489
3490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3491         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3492         leaving them in READY. Fixes #537832.
3493
3494 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3495
3496         * gst/avi/gstavimux.c:
3497           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3498           for a random constant in tagmuxing code.
3499
3500 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3501
3502         * gst/debug/gsttaginject.c:
3503         * gst/debug/gsttaginject.h:
3504           Now actually adding the new element.
3505
3506 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3507
3508         * docs/plugins/Makefile.am:
3509         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3510         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3511         * docs/plugins/gst-plugins-good-plugins.args:
3512         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3513         * docs/plugins/gst-plugins-good-plugins.interfaces:
3514         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3515         * docs/plugins/inspect/plugin-aasink.xml:
3516         * docs/plugins/inspect/plugin-alaw.xml:
3517         * docs/plugins/inspect/plugin-alpha.xml:
3518         * docs/plugins/inspect/plugin-alphacolor.xml:
3519         * docs/plugins/inspect/plugin-annodex.xml:
3520         * docs/plugins/inspect/plugin-apetag.xml:
3521         * docs/plugins/inspect/plugin-audiofx.xml:
3522         * docs/plugins/inspect/plugin-auparse.xml:
3523         * docs/plugins/inspect/plugin-autodetect.xml:
3524         * docs/plugins/inspect/plugin-avi.xml:
3525         * docs/plugins/inspect/plugin-cacasink.xml:
3526         * docs/plugins/inspect/plugin-cairo.xml:
3527         * docs/plugins/inspect/plugin-cdio.xml:
3528         * docs/plugins/inspect/plugin-cutter.xml:
3529         * docs/plugins/inspect/plugin-debug.xml:
3530         * docs/plugins/inspect/plugin-dv.xml:
3531         * docs/plugins/inspect/plugin-efence.xml:
3532         * docs/plugins/inspect/plugin-effectv.xml:
3533         * docs/plugins/inspect/plugin-equalizer.xml:
3534         * docs/plugins/inspect/plugin-esdsink.xml:
3535         * docs/plugins/inspect/plugin-flac.xml:
3536         * docs/plugins/inspect/plugin-flxdec.xml:
3537         * docs/plugins/inspect/plugin-gamma.xml:
3538         * docs/plugins/inspect/plugin-gconfelements.xml:
3539         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3540         * docs/plugins/inspect/plugin-goom.xml:
3541         * docs/plugins/inspect/plugin-goom2k1.xml:
3542         * docs/plugins/inspect/plugin-halelements.xml:
3543         * docs/plugins/inspect/plugin-icydemux.xml:
3544         * docs/plugins/inspect/plugin-id3demux.xml:
3545         * docs/plugins/inspect/plugin-jpeg.xml:
3546         * docs/plugins/inspect/plugin-level.xml:
3547         * docs/plugins/inspect/plugin-matroska.xml:
3548         * docs/plugins/inspect/plugin-monoscope.xml:
3549         * docs/plugins/inspect/plugin-mulaw.xml:
3550         * docs/plugins/inspect/plugin-multifile.xml:
3551         * docs/plugins/inspect/plugin-multipart.xml:
3552         * docs/plugins/inspect/plugin-navigationtest.xml:
3553         * docs/plugins/inspect/plugin-ossaudio.xml:
3554         * docs/plugins/inspect/plugin-png.xml:
3555         * docs/plugins/inspect/plugin-quicktime.xml:
3556         * docs/plugins/inspect/plugin-rtp.xml:
3557         * docs/plugins/inspect/plugin-rtsp.xml:
3558         * docs/plugins/inspect/plugin-smpte.xml:
3559         * docs/plugins/inspect/plugin-soup.xml:
3560         * docs/plugins/inspect/plugin-spectrum.xml:
3561         * docs/plugins/inspect/plugin-speex.xml:
3562         * docs/plugins/inspect/plugin-taglib.xml:
3563         * docs/plugins/inspect/plugin-udp.xml:
3564         * docs/plugins/inspect/plugin-video4linux2.xml:
3565         * docs/plugins/inspect/plugin-videobalance.xml:
3566         * docs/plugins/inspect/plugin-videobox.xml:
3567         * docs/plugins/inspect/plugin-videocrop.xml:
3568         * docs/plugins/inspect/plugin-videoflip.xml:
3569         * docs/plugins/inspect/plugin-videomixer.xml:
3570         * docs/plugins/inspect/plugin-wavenc.xml:
3571         * docs/plugins/inspect/plugin-wavpack.xml:
3572         * docs/plugins/inspect/plugin-wavparse.xml:
3573         * docs/plugins/inspect/plugin-ximagesrc.xml:
3574         * gst/debug/Makefile.am:
3575         * gst/debug/breakmydata.c:
3576         * gst/debug/efence.c:
3577         * gst/debug/gstdebug.c:
3578         * gst/debug/gstnavseek.c:
3579         * gst/debug/gstpushfilesrc.c:
3580         * gst/debug/gstpushfilesrc.h:
3581         * gst/debug/negotiation.c:
3582         * gst/debug/progressreport.c:
3583         * gst/debug/progressreport.h:
3584         * gst/debug/rndbuffersize.c:
3585         * gst/debug/testplugin.c:
3586           Remove dummy plugin_init. Remove some undefined entries from doc-
3587           section file. Add taginject element and rebuild docs for it.
3588
3589 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3590
3591         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3592         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3593         Update the counter for the number of streams when pads are added or
3594         removed. This will make sure that a seek table is generated for
3595         files with just one audio stream.
3596
3597 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3598
3599         * gst/matroska/matroska-demux.c:
3600         (gst_matroska_demux_parse_metadata_id_simple_tag):
3601         * gst/matroska/matroska-ids.h:
3602         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3603         Add some more tags, improve debugging a bit and make sure that
3604         GValue transformation has succeeded before using the result
3605         as a tag.
3606
3607 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3608
3609         Patch by: Olivier Crete <tester at tester dot ca>
3610
3611         * gst/rtp/gstrtptheorapay.c:
3612         The Theora RTP payloader only supports the "inline" delievery method
3613         so let's declare this on the caps of the static pad template.
3614         Fixes bug #537675.
3615
3616 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3617
3618         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3619         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3620         Remove bogus check.
3621
3622 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3623
3624         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3625         (gst_videomixer_blend_buffers):
3626         Use stream_time to synchronize the object properties.
3627         Use running_time of the master pad to timestamp outgoing buffers.
3628         Fix the initial segment event to extend an unknown amount of time.
3629         Fixes #537361.
3630
3631 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3632
3633         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3634         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3635         (gst_avi_demux_calculate_durations_from_index),
3636         (gst_avi_demux_stream_header_push),
3637         (gst_avi_demux_stream_header_pull):
3638         Try to ignore unparsable/unknown streams and give a warning instead of
3639         erroring out. Fixes #537377.
3640
3641 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3642
3643         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3644         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3645
3646         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3647         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3648         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3649         (gst_matroska_demux_read_track_encodings),
3650         (gst_matroska_demux_add_stream),
3651         (gst_matroska_demux_handle_src_query),
3652         (gst_matroska_demux_init_stream),
3653         (gst_matroska_demux_parse_index_cuetrack),
3654         (gst_matroska_demux_parse_index_pointentry),
3655         (gst_matroska_demux_parse_info),
3656         (gst_matroska_demux_parse_metadata_id_simple_tag),
3657         (gst_matroska_demux_parse_metadata),
3658         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3659         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3660         (gst_matroska_demux_parse_cluster),
3661         (gst_matroska_demux_parse_contents_seekentry),
3662         (gst_matroska_demux_loop_stream_parse_id),
3663         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3664         (gst_matroska_demux_audio_caps),
3665         (gst_matroska_demux_subtitle_caps):
3666         * gst/matroska/matroska-demux.h:
3667         * gst/matroska/matroska-ids.c:
3668         (gst_matroska_track_init_subtitle_context):
3669         * gst/matroska/matroska-ids.h:
3670         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3671         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3672         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3673         (gst_matroska_mux_video_pad_setcaps),
3674         (gst_matroska_mux_audio_pad_setcaps),
3675         (gst_matroska_mux_subtitle_pad_setcaps),
3676         (gst_matroska_mux_request_new_pad),
3677         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3678         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3679         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3680         (gst_matroska_mux_set_property):
3681         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3682         elements, do some checks for valid values in the demuxer, handle
3683         tracktimecodescale in the demuxer, set correct default values for all
3684         settings in the demuxer, review and add all missing matroska
3685         IDs and some more raw YUV formats, and some trivial cleanup.
3686
3687 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3688
3689         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3690         (gst_pulsemixer_class_init):
3691         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3692         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3693         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3694         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3695         (gst_pulsesrc_prepare):
3696         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3697         gst_element_class_set_details_simple() and fix coding style a bit
3698         more.
3699
3700 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3701
3702         * docs/plugins/Makefile.am:
3703         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3704         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3705         * docs/plugins/gst-plugins-good-plugins.args:
3706         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3707         * docs/plugins/gst-plugins-good-plugins.interfaces:
3708         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3709         * docs/plugins/inspect/plugin-aasink.xml:
3710         * docs/plugins/inspect/plugin-alaw.xml:
3711         * docs/plugins/inspect/plugin-alpha.xml:
3712         * docs/plugins/inspect/plugin-alphacolor.xml:
3713         * docs/plugins/inspect/plugin-annodex.xml:
3714         * docs/plugins/inspect/plugin-apetag.xml:
3715         * docs/plugins/inspect/plugin-audiofx.xml:
3716         * docs/plugins/inspect/plugin-auparse.xml:
3717         * docs/plugins/inspect/plugin-autodetect.xml:
3718         * docs/plugins/inspect/plugin-avi.xml:
3719         * docs/plugins/inspect/plugin-cacasink.xml:
3720         * docs/plugins/inspect/plugin-cairo.xml:
3721         * docs/plugins/inspect/plugin-cdio.xml:
3722         * docs/plugins/inspect/plugin-cutter.xml:
3723         * docs/plugins/inspect/plugin-debug.xml:
3724         * docs/plugins/inspect/plugin-dv.xml:
3725         * docs/plugins/inspect/plugin-efence.xml:
3726         * docs/plugins/inspect/plugin-effectv.xml:
3727         * docs/plugins/inspect/plugin-equalizer.xml:
3728         * docs/plugins/inspect/plugin-esdsink.xml:
3729         * docs/plugins/inspect/plugin-flac.xml:
3730         * docs/plugins/inspect/plugin-flxdec.xml:
3731         * docs/plugins/inspect/plugin-gamma.xml:
3732         * docs/plugins/inspect/plugin-gconfelements.xml:
3733         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3734         * docs/plugins/inspect/plugin-goom.xml:
3735         * docs/plugins/inspect/plugin-goom2k1.xml:
3736         * docs/plugins/inspect/plugin-halelements.xml:
3737         * docs/plugins/inspect/plugin-icydemux.xml:
3738         * docs/plugins/inspect/plugin-id3demux.xml:
3739         * docs/plugins/inspect/plugin-jpeg.xml:
3740         * docs/plugins/inspect/plugin-level.xml:
3741         * docs/plugins/inspect/plugin-matroska.xml:
3742         * docs/plugins/inspect/plugin-monoscope.xml:
3743         * docs/plugins/inspect/plugin-mulaw.xml:
3744         * docs/plugins/inspect/plugin-multifile.xml:
3745         * docs/plugins/inspect/plugin-multipart.xml:
3746         * docs/plugins/inspect/plugin-navigationtest.xml:
3747         * docs/plugins/inspect/plugin-ossaudio.xml:
3748         * docs/plugins/inspect/plugin-png.xml:
3749         * docs/plugins/inspect/plugin-pulseaudio.xml:
3750         * docs/plugins/inspect/plugin-quicktime.xml:
3751         * docs/plugins/inspect/plugin-rtp.xml:
3752         * docs/plugins/inspect/plugin-rtsp.xml:
3753         * docs/plugins/inspect/plugin-smpte.xml:
3754         * docs/plugins/inspect/plugin-soup.xml:
3755         * docs/plugins/inspect/plugin-spectrum.xml:
3756         * docs/plugins/inspect/plugin-speex.xml:
3757         * docs/plugins/inspect/plugin-taglib.xml:
3758         * docs/plugins/inspect/plugin-udp.xml:
3759         * docs/plugins/inspect/plugin-video4linux2.xml:
3760         * docs/plugins/inspect/plugin-videobalance.xml:
3761         * docs/plugins/inspect/plugin-videobox.xml:
3762         * docs/plugins/inspect/plugin-videocrop.xml:
3763         * docs/plugins/inspect/plugin-videoflip.xml:
3764         * docs/plugins/inspect/plugin-videomixer.xml:
3765         * docs/plugins/inspect/plugin-wavenc.xml:
3766         * docs/plugins/inspect/plugin-wavpack.xml:
3767         * docs/plugins/inspect/plugin-wavparse.xml:
3768         * docs/plugins/inspect/plugin-ximagesrc.xml:
3769         * ext/pulse/plugin.c:
3770         * ext/pulse/pulsemixer.c:
3771         * ext/pulse/pulsesink.c:
3772         * ext/pulse/pulsesrc.c:
3773         Add documentation to the pulseaudio plugin and run make update
3774         in docs/plugins.
3775
3776 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3777
3778         Patch by: Brian Cameron <brian.cameron at sun dot com>
3779
3780         * sys/sunaudio/gstsunaudiomixerctrl.c:
3781         (gst_sunaudiomixer_ctrl_get_volume),
3782         (gst_sunaudiomixer_ctrl_set_volume):
3783         Improvements for the SunAudio mixer by handling mute as no gain
3784         for tracks that have a gain property but no mute property.
3785         Fixes bug #536067.
3786
3787 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3788
3789         * configure.ac:
3790         * ext/pulse/Makefile.am:
3791         * ext/pulse/plugin.c: (plugin_init):
3792         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3793         (gst_pulsemixer_implements_interface_init),
3794         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3795         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3796         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3797         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3798         * ext/pulse/pulsemixer.h:
3799         * ext/pulse/pulsemixerctrl.c:
3800         (gst_pulsemixer_ctrl_context_state_cb),
3801         (gst_pulsemixer_ctrl_sink_info_cb),
3802         (gst_pulsemixer_ctrl_source_info_cb),
3803         (gst_pulsemixer_ctrl_subscribe_cb),
3804         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3805         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3806         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3807         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3808         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3809         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3810         * ext/pulse/pulsemixerctrl.h:
3811         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3812         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3813         * ext/pulse/pulsemixertrack.h:
3814         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3815         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3816         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3817         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3818         (gst_pulseprobe_new), (gst_pulseprobe_free),
3819         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3820         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3821         (gst_pulseprobe_set_server):
3822         * ext/pulse/pulseprobe.h:
3823         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3824         (gst_pulsesink_class_init), (gst_pulsesink_init),
3825         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3826         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3827         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3828         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3829         (gst_pulsesink_stream_request_cb),
3830         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3831         (gst_pulsesink_close), (gst_pulsesink_prepare),
3832         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3833         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3834         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3835         (gst_pulsesink_event), (gst_pulsesink_get_type):
3836         * ext/pulse/pulsesink.h:
3837         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3838         (gst_pulsesrc_implements_interface_init),
3839         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3840         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3841         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3842         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3843         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3844         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3845         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3846         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3847         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3848         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3849         (gst_pulsesrc_get_type):
3850         * ext/pulse/pulsesrc.h:
3851         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3852         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3853         * ext/pulse/pulseutil.h:
3854         Add pulseaudio GStreamer element from gst-pulse. Development will
3855         continue here instead of pulseaudio SVN. Fixes bug #400679.
3856         Only changes over gst-pulse SVN are added copyright to the top of
3857         files and coding style changes.
3858
3859 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3860
3861         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3862
3863         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3864           (gst_cdio_add_cdtext_album_tags):
3865         * ext/cdio/gstcdio.h:
3866         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3867           Also extract album title and album genre from CD-TEXT if
3868           available (#537021).
3869
3870 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3871
3872         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3873
3874         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3875         Improve negotiation a bit more by picking the smallest possible
3876         resolution that is larger than the resolution specified in the
3877         first caps entry of the peer caps. Fixes bug #536994.
3878
3879 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3880
3881         Patch by: Bastien Nocera <hadess at hadess dot net>
3882
3883         * sys/v4l2/gstv4l2vidorient.c:
3884         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3885         Fix compilation with newer GIT kernels that deprecated
3886         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3887
3888 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3889
3890         * configure.ac:
3891         * ext/cdio/gstcdio.c:
3892         * ext/cdio/gstcdio.h:
3893         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3894           Require libcdio >= 0.76.
3895
3896 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3897
3898         * gst/avi/gstavidemux.c:
3899         Catch UNEXPECTED when downstream has reached end of
3900         segment in reverse mode.
3901
3902 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3903
3904         * gst/avi/gstavidemux.c:
3905         Fix typo in comment
3906
3907 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3908
3909         * gst/avi/gstavidemux.c:
3910         Because we don't know the frame order we need to push till
3911         the next keyframe
3912
3913 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3914
3915         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3916
3917         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3918         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3919         Provide a custom negotiation function to make sure to pick the highest
3920         possible framerate and resolution. Fixes bug #536646.
3921
3922 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3923
3924         * gst/avi/gstavidemux.c:
3925         Set EOS when going out of the segment in reverse playback
3926
3927 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3928
3929         * ext/taglib/Makefile.am::
3930           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3931           taglib headers (with gcc 4.3.1).
3932
3933 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3934
3935         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3936         Use the new gst_rtsp_connection_get_ip() to access the IP address
3937         of a GstRTSPConnection since it is a private member.
3938
3939 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3940
3941         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3942         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3943           Use new utility functions in libgsttag to process coverart (#512333).
3944
3945 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3946
3947         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3948         We actually support left/side, right/side and mid/side files. The
3949         conversion to normal, interleaved stereo is done by libflac.
3950
3951 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3952
3953         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
3954         (gst_ebml_write_set_cache):
3955         Unref the write cache in finalize if it was set and add add "FIXME"
3956         to a comment that needs it.
3957
3958 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3959
3960         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3961
3962         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
3963         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
3964         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
3965         (gst_avi_demux_process_next_entry):
3966         * gst/avi/gstavidemux.h:
3967         Implement reverse playback. Fixes #535300.
3968         Small cleanups.
3969
3970 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
3971
3972         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
3973         (gst_videomixer_query_latency):
3974         When using gst_element_iterate_pads() one has to unref every pad
3975         after usage.
3976
3977 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
3978
3979         Patch by: Bastien Nocera <hadess at hadess dot net>
3980         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
3981         (qtdemux_parse_udta):
3982         * gst/qtdemux/qtdemux_fourcc.h:
3983         Improve meta-data handling, add 'comment', 'description' and
3984         'copyright' tag handling.
3985         Fixes #535935
3986
3987 2008-05-31  Julien Moutte  <julien@fluendo.com>
3988
3989         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
3990         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
3991         (gst_qtdemux_seek_to_previous_keyframe),
3992         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
3993         we don't clip the segment's stop using the main segment duration as
3994         that could crop quite some video frames. Make reverse playback support
3995         more robust and support edit lists. Support seeking to the last frame,
3996         and fix reverse looping playback. Add some debugging.
3997         * win32/common/config.h: Updated.
3998
3999 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4000
4001         * gst/equalizer/gstiirequalizer.c:
4002         (gst_iir_equalizer_transform_ip):
4003         Don't clip float/double samples, correctly unset passthrough mode
4004         and use better rounding for integer samples.
4005
4006 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4007
4008         * gst/equalizer/gstiirequalizer.c:
4009         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4010         (setup_filter), (set_passthrough), (update_coefficients),
4011         (gst_iir_equalizer_compute_frequencies),
4012         (gst_iir_equalizer_transform_ip):
4013         * gst/equalizer/gstiirequalizer.h:
4014         Update the filter coefficients only when needed in the transform_ip
4015         function and correctly set the element into passthrough mode if the
4016         gain of all bands is 0.
4017
4018 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4019
4020         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4021
4022         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4023         (gst_alpha_set_property), (gst_alpha_get_property),
4024         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4025         Try to skip pixels or areas that are too dark or too bright for us to do
4026         meaningfull color detection.
4027         Added properties to control the sensitivity to light and darkness.
4028         Added some small cleanups. Fixes #512345.
4029
4030 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4031
4032         * docs/plugins/.cvsignore:
4033         * tests/check/elements/.cvsignore:
4034         Ignore some more generated things
4035
4036         * tests/check/Makefile.am:
4037         Ignore OSS elements in the state changes test too.
4038
4039 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4040
4041         * docs/plugins/Makefile.am:
4042         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4043         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4044         Add SMPTE effect elements to docs.
4045
4046 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4047
4048         * docs/plugins/Makefile.am:
4049         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4050         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4051         * ext/raw1394/gstdv1394src.c:
4052           Document whats first shown on the fdo plugin docs page :)
4053
4054 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4055
4056         * docs/plugins/Makefile.am:
4057         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4058         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4059         * docs/plugins/gst-plugins-good-plugins.args:
4060         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4061         * docs/plugins/inspect/plugin-audiofx.xml:
4062         * gst/audiofx/Makefile.am:
4063         * gst/audiofx/audiofx.c:
4064         * gst/audiofx/audiokaraoke.c:
4065         * gst/audiofx/audiokaraoke.h:
4066         * gst/audiofx/audiovoice.c:
4067         * gst/audiofx/audiovoice.h:
4068           Rename audiovoice to audiokaraoke and add it to the docs.
4069
4070 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4071
4072         * REQUIREMENTS:
4073         * docs/plugins/Makefile.am:
4074         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4075         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4076         * docs/plugins/gst-plugins-good-plugins.args:
4077         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4078         * docs/plugins/gst-plugins-good-plugins.interfaces:
4079         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4080         * docs/plugins/inspect/plugin-aasink.xml:
4081         * docs/plugins/inspect/plugin-alaw.xml:
4082         * docs/plugins/inspect/plugin-alpha.xml:
4083         * docs/plugins/inspect/plugin-alphacolor.xml:
4084         * docs/plugins/inspect/plugin-annodex.xml:
4085         * docs/plugins/inspect/plugin-apetag.xml:
4086         * docs/plugins/inspect/plugin-audiofx.xml:
4087         * docs/plugins/inspect/plugin-auparse.xml:
4088         * docs/plugins/inspect/plugin-autodetect.xml:
4089         * docs/plugins/inspect/plugin-avi.xml:
4090         * docs/plugins/inspect/plugin-cacasink.xml:
4091         * docs/plugins/inspect/plugin-cairo.xml:
4092         * docs/plugins/inspect/plugin-cdio.xml:
4093         * docs/plugins/inspect/plugin-cutter.xml:
4094         * docs/plugins/inspect/plugin-debug.xml:
4095         * docs/plugins/inspect/plugin-dv.xml:
4096         * docs/plugins/inspect/plugin-efence.xml:
4097         * docs/plugins/inspect/plugin-effectv.xml:
4098         * docs/plugins/inspect/plugin-equalizer.xml:
4099         * docs/plugins/inspect/plugin-esdsink.xml:
4100         * docs/plugins/inspect/plugin-flac.xml:
4101         * docs/plugins/inspect/plugin-flxdec.xml:
4102         * docs/plugins/inspect/plugin-gamma.xml:
4103         * docs/plugins/inspect/plugin-gconfelements.xml:
4104         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4105         * docs/plugins/inspect/plugin-goom.xml:
4106         * docs/plugins/inspect/plugin-goom2k1.xml:
4107         * docs/plugins/inspect/plugin-halelements.xml:
4108         * docs/plugins/inspect/plugin-icydemux.xml:
4109         * docs/plugins/inspect/plugin-id3demux.xml:
4110         * docs/plugins/inspect/plugin-jpeg.xml:
4111         * docs/plugins/inspect/plugin-level.xml:
4112         * docs/plugins/inspect/plugin-matroska.xml:
4113         * docs/plugins/inspect/plugin-monoscope.xml:
4114         * docs/plugins/inspect/plugin-mulaw.xml:
4115         * docs/plugins/inspect/plugin-multifile.xml:
4116         * docs/plugins/inspect/plugin-multipart.xml:
4117         * docs/plugins/inspect/plugin-navigationtest.xml:
4118         * docs/plugins/inspect/plugin-ossaudio.xml:
4119         * docs/plugins/inspect/plugin-png.xml:
4120         * docs/plugins/inspect/plugin-quicktime.xml:
4121         * docs/plugins/inspect/plugin-rtp.xml:
4122         * docs/plugins/inspect/plugin-rtsp.xml:
4123         * docs/plugins/inspect/plugin-smpte.xml:
4124         * docs/plugins/inspect/plugin-soup.xml:
4125         * docs/plugins/inspect/plugin-spectrum.xml:
4126         * docs/plugins/inspect/plugin-speex.xml:
4127         * docs/plugins/inspect/plugin-taglib.xml:
4128         * docs/plugins/inspect/plugin-udp.xml:
4129         * docs/plugins/inspect/plugin-video4linux2.xml:
4130         * docs/plugins/inspect/plugin-videobalance.xml:
4131         * docs/plugins/inspect/plugin-videobox.xml:
4132         * docs/plugins/inspect/plugin-videocrop.xml:
4133         * docs/plugins/inspect/plugin-videoflip.xml:
4134         * docs/plugins/inspect/plugin-videomixer.xml:
4135         * docs/plugins/inspect/plugin-wavenc.xml:
4136         * docs/plugins/inspect/plugin-wavpack.xml:
4137         * docs/plugins/inspect/plugin-wavparse.xml:
4138         * docs/plugins/inspect/plugin-ximagesrc.xml:
4139         * ext/aalib/gstaasink.c:
4140         * ext/libcaca/gstcacasink.c:
4141           Document aasink and cacasink.
4142
4143 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4144
4145         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4146         (gst_videomixer_init), (gst_videomixer_query_duration),
4147         (gst_videomixer_query_latency), (gst_videomixer_query),
4148         (gst_videomixer_blend_buffers):
4149         * gst/videomixer/videomixer.h:
4150         Implement position (in time), duration and latency queries.
4151
4152 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4153
4154         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4155         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4156         (gst_videomixer_fill_queues), (forward_event_func),
4157         (forward_event), (gst_videomixer_src_event),
4158         (gst_videomixer_sink_event):
4159         * gst/videomixer/videomixer.h:
4160         Implement proper seek/newsegment handling.
4161         Based on adder's implementation.
4162         Fixes #535121
4163
4164 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         Patch by: Jan Gerber <j at oil21 dot org>
4167
4168         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4169         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4170
4171 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4172
4173         * gst/audiofx/Makefile.am:
4174         * gst/audiofx/audiofx.c: (plugin_init):
4175         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4176         (gst_audio_voice_class_init), (gst_audio_voice_init),
4177         (update_filter), (gst_audio_voice_set_property),
4178         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4179         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4180         (gst_audio_voice_transform_ip):
4181         * gst/audiofx/audiovoice.h:
4182         Add simple voice removal element. Yay karaoke.
4183
4184 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4185
4186         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4187
4188         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4189         Fix potential caps leak.
4190         If we can't get the framerate with an ioctl, try to get it with the
4191         current norm. Fixes #520092.
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:
4198         (gst_v4l2src_probe_caps_for_format_and_size):
4199         If we fail to get the frame intervals, simply don't touch the framerates
4200         on the template caps instead of discarding the format. See #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/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4207         (gst_v4l2_get_caps_info):
4208         Add NV12, NV21 and bayer support. See #520092.
4209
4210 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4211
4212         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4213         (gst_qtdemux_activate_segment):
4214         Unbreak segment activation again. Fixes #531672.
4215
4216 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4217
4218         * ext/flac/Makefile.am:
4219         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4220         Set the channel layout when decoding FLAC files with more than 2
4221         channels as defined by the FLAC spec. Fixes bug #534570.
4222
4223         Also don't try to decode left/side, right/side and mid/side files
4224         as we don't support this at all.
4225
4226 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4227
4228         * configure.ac:
4229           We need -base CVS (rtsp).
4230
4231 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4232
4233         * gst/udp/Makefile.am:
4234           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4235           when including netdb.h when building against glibc >= 2.8.
4236
4237 2008-05-22  Julien Moutte  <julien@fluendo.com>
4238
4239         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4240         debug statement arguments.
4241         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4242         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4243         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4244         on more platforms.
4245
4246 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4247
4248         * tests/check/elements/avimux.c: (setup_src_pad),
4249         (teardown_src_pad):
4250         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4251         (GST_START_TEST):
4252         * tests/check/elements/matroskamux.c: (setup_src_pad),
4253         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4254         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4255         (GST_START_TEST):
4256         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4257         (setup_wavpackparse), (cleanup_wavpackparse):
4258         Don't use gst_element_get_pad(), it's a bad, bad method.
4259
4260 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4261
4262         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4263         (do_toggle_element):
4264         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4265         (do_toggle_element):
4266         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4267         (do_toggle_element):
4268         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4269         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4270         (do_toggle_element):
4271         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4272         (do_toggle_element):
4273         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4274         (gst_auto_audio_sink_detect):
4275         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4276         (gst_auto_video_sink_detect):
4277         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4278         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4279         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4280         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4281         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4282         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4283         * tests/icles/videocrop-test.c: (test_with_caps),
4284         (video_crop_get_test_caps):
4285         Don't use gst_element_get_pad(), it's a bad method.
4286
4287 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4288
4289         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4290         (gst_multiudpsink_add_internal):
4291         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4292         (gst_udp_join_group):
4293         * gst/udp/gstudpnetutils.h:
4294         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4295         Joining a multicast group and setting the loop/ttl properties are
4296         totally unrelated tasks are must be separated.
4297
4298 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4299
4300         * gst/avi/gstavimux.c:
4301           Also support alaw/mulaw.
4302
4303 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4304
4305         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4306         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4307         * gst/udp/gstmultiudpsink.h:
4308         Add a fixme for the auto-multicast property.
4309         Fix some confusing debug messages.
4310         Disable setting a qos value by default.
4311
4312 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4313
4314         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4315
4316         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4317         Ignore EPERM errors from sendto. Fixes #533619.
4318
4319 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4320
4321         Patch by: Henrik Eriksson <henriken at axis dot com>
4322
4323         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4324         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4325         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4326         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4327         * gst/udp/gstmultiudpsink.h:
4328         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4329
4330 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4331
4332         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4333         Improve debugging of the ident.
4334
4335 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4336
4337         Patch by: Bruno Santos <brunof at ua dot pt>
4338
4339         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4340         (gst_udp_join_group), (gst_udp_leave_group),
4341         (gst_udp_is_multicast):
4342         * gst/udp/gstudpnetutils.h:
4343         Provide a bunch of helper methods to deal with IPv4 and IPv6
4344         transparently.
4345
4346         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4347         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4348         (gst_multiudpsink_get_property), (join_multicast),
4349         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4350         (gst_multiudpsink_remove):
4351         * gst/udp/gstmultiudpsink.h:
4352         Add multicast TTL and loopback properties.
4353         Use the helper methods to implement ip4 and ip6.
4354
4355         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4356         * gst/udp/gstudpsrc.h:
4357         Use the helper methods to implement ip4 and ip6.
4358         Fixes #515962.
4359
4360 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4361
4362         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4363
4364         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4365         (gst_multipart_demux_get_gstname),
4366         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4367         * gst/multipart/multipartdemux.h:
4368         Don't blindly copy the mime-type as the caps name because they not
4369         always map directly. Instead use a hashtable with common mappings.
4370         Fixes #533287.
4371
4372 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4373
4374         * ext/esd/esdsink.c: (gst_esdsink_write):
4375         When we post an error, we must return -1 to let the parent know that we
4376         cannot write the segment else it will loop and continue to call us again
4377         forever. Patch by Michael Meeks.
4378
4379 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4380
4381         * gst/videomixer/videomixer.c:
4382           Add missing incudes.
4383
4384 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4385
4386         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4387         (gst_rtp_h264_pay_handle_buffer):
4388         * gst/rtp/gstrtph264pay.h:
4389         Correct a typo (sinle -> single).
4390
4391 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4392
4393         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4394         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4395         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4396         (gst_rtp_h264_depay_process):
4397         * gst/rtp/gstrtph264depay.h:
4398         Add experimental support for outputting quicktime-like AVC output in
4399         addition to the existing bytestream output.
4400
4401         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4402         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4403         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4404         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4405         (gst_rtp_h264_pay_get_property):
4406         * gst/rtp/gstrtph264pay.h:
4407         Make the parsing mode configurable, for some inputs we don't need to
4408         scan every byte for start codes.
4409         Only set the marker bit on ACCESS units.
4410
4411 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4412
4413         * gst/equalizer/gstiirequalizer.c:
4414         Use a bigger type in integer mode for the intermediate results to
4415         prevent overflows. This fixes the crippled sound when using the
4416         equalizer in integer mode. Fixes bug #510865.
4417
4418 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4419
4420         * gst/videomixer/videomixer.c:
4421         * gst/videomixer/videomixer.h:
4422         Instead of a random number for the request pad id's,
4423         use a counter.
4424
4425         Register the videomixerpad class from the element's class_init
4426         where it's safer, and allows the docs generator to scan it.
4427
4428 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4429
4430         * gst/smpte/Makefile.am:
4431         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4432         * gst/smpte/gstsmpte.h:
4433         * gst/smpte/gstsmptealpha.c:
4434         (gst_smpte_alpha_transition_type_get_type),
4435         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4436         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4437         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4438         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4439         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4440         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4441         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4442         * gst/smpte/gstsmptealpha.h:
4443         * gst/smpte/plugin.c: (plugin_init):
4444         Add new plugin that adds the SMPTE transition in the alpha channel of
4445         I420 and AYUV frames so that they can be blended with videomixer later
4446         on. Uses all niceties such as using base transform for efficient alloc
4447         and negotiation. It currently requires GstController to control the
4448         position in the transition effect.
4449
4450 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4451
4452         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4453         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4454         * docs/plugins/gst-plugins-good-plugins.args:
4455         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4456         * docs/plugins/gst-plugins-good-plugins.interfaces:
4457         * docs/plugins/gst-plugins-good-plugins.types:
4458         * gst/videomixer/videomixer.c:
4459           Try using thaytans new mechanism to get extra classes into plugin
4460           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4461           missing still.
4462
4463 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4464
4465         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4466         Set proper rate in avi stream header for PCM audio, and also do some
4467         more sanity checks on caps in this case.  Fixes #511489.
4468
4469 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4470
4471         * sys/v4l2/gstv4l2src.c:
4472         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4473         isn't implemented at all yet and this requires X headers to be
4474         installed. Fixes bug #533264.
4475
4476 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4477
4478         reviewed by: <delete if not using a buddy>
4479
4480         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4481         (gst_ebml_write_set_cache):
4482         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4483         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4484         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4485         (gst_matroska_demux_read_track_encodings),
4486         (gst_matroska_demux_add_stream),
4487         (gst_matroska_demux_handle_src_query),
4488         (gst_matroska_demux_init_stream),
4489         (gst_matroska_demux_parse_index_cuetrack),
4490         (gst_matroska_demux_parse_index_pointentry),
4491         (gst_matroska_demux_parse_info),
4492         (gst_matroska_demux_parse_metadata_id_simple_tag),
4493         (gst_matroska_demux_parse_metadata),
4494         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4495         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4496         (gst_matroska_demux_parse_cluster),
4497         (gst_matroska_demux_parse_contents_seekentry),
4498         (gst_matroska_demux_loop_stream_parse_id),
4499         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4500         (gst_matroska_demux_audio_caps),
4501         (gst_matroska_demux_subtitle_caps):
4502         * gst/matroska/matroska-demux.h:
4503         * gst/matroska/matroska-ids.c:
4504         (gst_matroska_track_init_subtitle_context):
4505         * gst/matroska/matroska-ids.h:
4506         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4507         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4508         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4509         * sys/v4l2/gstv4l2src.c:
4510         * tests/check/pipelines/wavpack.c: (bus_handler):
4511         * win32/common/config.h:
4512
4513 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4514
4515         * ext/wavpack/gstwavpackstreamreader.c:
4516         * tests/examples/spectrum/demo-audiotest.c:
4517         * tests/examples/spectrum/demo-osssrc.c:
4518         Fix some compiler warnings.
4519
4520 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4521
4522         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4523         Small comment added.
4524
4525         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4526         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4527         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4528         Debug string cleanups (remove trailing \n)
4529         Refactor and clean up the payloader a bit and make sure that we only
4530         put one NAL unit in an RTP packet even if the input buffer contains
4531         multiple NAL units.
4532         Add suport for AVC format input.
4533
4534 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4535
4536         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4537         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4538         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4539         * gst/rtp/gstrtph264pay.h:
4540         Make it possible to specify profile-level-id and sprop-parameter-sets
4541         using properties in case they are not available in-stream.
4542
4543 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4544
4545         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4546         * docs/plugins/gst-plugins-good-plugins.args:
4547         * docs/plugins/inspect/plugin-ladspa.xml:
4548           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4549
4550 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4551
4552         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4553         Send an initial BYTE segment to inform downstream of later seeking,
4554         and to forego sync attempts.
4555
4556 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4557
4558         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4559         Fix wrong caps string.
4560
4561 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4562
4563         Based on patch by: Olivier Crete <tester at tester dot ca>
4564
4565         * gst/rtp/Makefile.am:
4566         * gst/rtp/gstrtp.c: (plugin_init):
4567         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4568         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4569         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4570         (gst_rtp_g729_depay_plugin_init):
4571         * gst/rtp/gstrtpg729depay.h:
4572         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4573         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4574         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4575         * gst/rtp/gstrtpg729pay.h:
4576         Added G729 pay and depayloaders. Fixes #532409.
4577
4578 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4579
4580         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4581         Fix the calculation of the duration of the concealment packets.
4582
4583 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4584
4585         Based on patch by: Olivier Crete <tester at tester dot ca>
4586
4587         * gst/rtp/Makefile.am:
4588         * gst/rtp/gstrtp.c: (plugin_init):
4589         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4590         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4591         (parse_encode), (gst_rtp_dv_depay_setcaps),
4592         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4593         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4594         (gst_rtp_dv_depay_plugin_init):
4595         * gst/rtp/gstrtpdvdepay.h:
4596         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4597         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4598         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4599         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4600         (gst_dv_pay_negotiate), (include_dif),
4601         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4602         * gst/rtp/gstrtpdvpay.h:
4603         Add DV pay and depayloaders. Fixes #532423.
4604
4605 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4606
4607         * gst/matroska/matroska-demux.c:
4608         (gst_matroska_demux_push_dvd_clut_change_event):
4609         Convert subtitle palette info in VobSub private data from VobSub's
4610         (buggy) RGB to YUV.
4611
4612 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4613
4614         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4615         Do not leave fourcc stream header field empty upon reset.
4616         Fixes #519301.
4617
4618 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4619
4620         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4621         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4622         * docs/plugins/inspect/plugin-goom.xml:
4623         * docs/plugins/inspect/plugin-goom2k1.xml:
4624         * gst/goom/gstgoom.c:
4625         * gst/goom2k1/gstgoom.c:
4626         Add goom2k1 into the docs.
4627
4628 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4629
4630         Based on patch by: Wouter Cloetens  <wouter at mind be>
4631
4632         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4633         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4634         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4635         (gst_rtsp_decode_quoted_string),
4636         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4637         (gst_rtspsrc_setup_auth):
4638         Support Digest authentication. Fixes #532065.
4639
4640 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4641
4642         * gst/level/gstlevel.c:
4643           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4644           about whats needed for liboil acceleration. Simplify docs a bit.
4645
4646 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4647
4648         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4649
4650         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4651         Update the track duration if the old one was invalid.
4652         Fixes bug #532117.
4653
4654 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4655
4656         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4657           Use GST_STR_NULL when trying to print sps and pps strings that could
4658           be NULL, as this might crash on some platforms.
4659
4660 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4661
4662         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4663
4664         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4665           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4666           set after creating the clipper.
4667
4668 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4669
4670         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4671
4672         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4673           Added checking of surface lost case after an unsuccessful
4674           IDirectDrawSurface7_Lock() call.
4675           If surface is lost, return GST_FLOW_OK.
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           WndProc, gst_directdraw_sink_window_thread):
4683           Improved Windows message loop and fixed window destruction issue.
4684           When the window which DirectDraw is rendering to is destroyed, the
4685           render/show_frame function will return GST_FLOW_ERROR.
4686           Partially fixes #520885.
4687
4688 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4689
4690         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4691
4692         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4693           Fixed mid stream resolution change bug, the offscreen surface is now
4694           released when set_caps is called.
4695           Partially fixes #520885.
4696
4697 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4698
4699         * sys/directdraw/gstdirectdrawsink.c
4700           (gst_directdraw_sink_buffer_alloc):
4701           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4702           width/height.
4703
4704           Especially when looking through the pool of buffers, make sure that
4705           the width/height of caps is used instead of the already negotiated
4706           dimensions.
4707           For example if a buffer with different caps is requested, i.e.
4708           higher resolution, the caller would get a buffer with the old
4709           dimensions and thus corrupt the heap.
4710
4711 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4712
4713         * sys/directdraw/gstdirectdrawsink.c
4714           (gst_directdraw_sink_buffer_alloc):
4715           Clear the flags on recycled buffers from buffer_alloc.
4716           Partially fixes #520885.
4717
4718 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4719
4720         * gst/rtp/gstrtpilbcpay.c:
4721           Added missing stdlib.h include for strtol(), and made include ordering and
4722           style consistent with the corresponding depayloader.
4723
4724 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4725
4726         * configure.ac:
4727           Error out if we don't have the required core/base versions.
4728
4729 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4730
4731         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4732
4733         * sys/osxvideo/cocoawindow.m:
4734         Fix compiler warnings on PPC64. Fixes bug #499318.
4735
4736 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4737
4738         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4739
4740         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4741         Don't leak file descriptors on error. Fixes #531532.
4742
4743 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4744
4745         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4746         (gst_gconf_audio_src_change_state):
4747         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4748         (gst_gconf_video_sink_change_state):
4749         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4750         (gst_gconf_video_src_change_state):
4751         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4752         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4753         When we can't create a fakesink/fakesrc complain instead of unreffing
4754         NULL pointers and crashing later. See bug #530535.
4755
4756 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4757
4758         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4759         Add some more debug info and guard against small payloads.
4760
4761         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4762         Set duration on outgoing buffers because we can.
4763
4764 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4765
4766         Patch by: Olivier Crete <tester at tester dot ca>
4767
4768         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4769         (gst_speex_enc_init), (gst_speex_enc_chain):
4770         Add negotiation for the speex channels and rate. Fixes #465146.
4771
4772 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4773
4774         Patch by: Olivier Crete <tester at tester dot ca>
4775
4776         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4777         (gst_rtp_speex_pay_getcaps):
4778         Add negotiation for the speex channels and rate. See #465146.
4779
4780 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4781
4782         Patch by: Olivier Crete <tester at tester dot ca>
4783
4784         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4785         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4786         Add negotiation for the ILBC mode. See #465146.
4787
4788 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4789
4790         * ext/soup/gstsouphttpsrc.c:
4791           Include stdlib to fix the build. Use g_free instead of free, libsoup
4792           uses glib.
4793
4794 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4795
4796         Patch by: j^ <j@bootlab.org>
4797
4798         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4799         Add more mpeg2 variants. Fixes #530886.
4800
4801 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4802
4803         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4804
4805         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4806           Don't error out if we get an ICMP destination-unreachable
4807           message when trying to read packets on win32 (#529454).
4808
4809 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4810
4811         * configure.ac:
4812         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4813           Use new error code for encrypted streams (which requires core CVS).
4814
4815 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4816
4817         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4818           (gst_qtdemux_audiosrc_template):
4819           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4820
4821 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4822
4823         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4824         (speex_dec_chain_parse_data):
4825         Produce concealment data when time progresses in a segment update.
4826
4827 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4828
4829         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4830         (speex_dec_chain):
4831         Try to preserve input timestamps when we can.
4832         Do beginnings of error concealment.
4833
4834 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4835
4836         * gst/debug/gstnavigationtest.c:
4837           MSVC doesn't provide rint(), define an adequate replacement locally as
4838           elsewhere.
4839
4840 2008-04-28  Julien Moutte  <julien@fluendo.com>
4841
4842         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4843         format to pacify Mac OSX's gcc.
4844
4845 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4846
4847         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4848           (DEFAULT_MAX), (src_template), (sink_template),
4849           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4850           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4851           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4852           Bring rndbuffersize element into a state that doesn't require us
4853           to move it to -bad immediately. For one, fix up default min/max
4854           values so that the element actuall works using the default values.
4855           Also, don't ignore flow return values and do some kind of minimal
4856           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4857           other gratuitious clean-ups.
4858
4859 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4860
4861         * docs/plugins/Makefile.am:
4862         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4863         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4864         * docs/plugins/gst-plugins-good-plugins.args:
4865         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4866         * docs/plugins/gst-plugins-good-plugins.interfaces:
4867         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4868         * docs/plugins/inspect/plugin-1394.xml:
4869         * docs/plugins/inspect/plugin-aasink.xml:
4870         * docs/plugins/inspect/plugin-alaw.xml:
4871         * docs/plugins/inspect/plugin-alpha.xml:
4872         * docs/plugins/inspect/plugin-alphacolor.xml:
4873         * docs/plugins/inspect/plugin-annodex.xml:
4874         * docs/plugins/inspect/plugin-apetag.xml:
4875         * docs/plugins/inspect/plugin-audiofx.xml:
4876         * docs/plugins/inspect/plugin-auparse.xml:
4877         * docs/plugins/inspect/plugin-autodetect.xml:
4878         * docs/plugins/inspect/plugin-avi.xml:
4879         * docs/plugins/inspect/plugin-cacasink.xml:
4880         * docs/plugins/inspect/plugin-cairo.xml:
4881         * docs/plugins/inspect/plugin-cdio.xml:
4882         * docs/plugins/inspect/plugin-cutter.xml:
4883         * docs/plugins/inspect/plugin-debug.xml:
4884         * docs/plugins/inspect/plugin-dv.xml:
4885         * docs/plugins/inspect/plugin-efence.xml:
4886         * docs/plugins/inspect/plugin-effectv.xml:
4887         * docs/plugins/inspect/plugin-equalizer.xml:
4888         * docs/plugins/inspect/plugin-esdsink.xml:
4889         * docs/plugins/inspect/plugin-flac.xml:
4890         * docs/plugins/inspect/plugin-flxdec.xml:
4891         * docs/plugins/inspect/plugin-gamma.xml:
4892         * docs/plugins/inspect/plugin-gconfelements.xml:
4893         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4894         * docs/plugins/inspect/plugin-goom.xml:
4895         * docs/plugins/inspect/plugin-halelements.xml:
4896         * docs/plugins/inspect/plugin-icydemux.xml:
4897         * docs/plugins/inspect/plugin-id3demux.xml:
4898         * docs/plugins/inspect/plugin-jpeg.xml:
4899         * docs/plugins/inspect/plugin-level.xml:
4900         * docs/plugins/inspect/plugin-matroska.xml:
4901         * docs/plugins/inspect/plugin-monoscope.xml:
4902         * docs/plugins/inspect/plugin-mulaw.xml:
4903         * docs/plugins/inspect/plugin-multifile.xml:
4904         * docs/plugins/inspect/plugin-multipart.xml:
4905         * docs/plugins/inspect/plugin-navigationtest.xml:
4906         * docs/plugins/inspect/plugin-ossaudio.xml:
4907         * docs/plugins/inspect/plugin-png.xml:
4908         * docs/plugins/inspect/plugin-quicktime.xml:
4909         * docs/plugins/inspect/plugin-rtp.xml:
4910         * docs/plugins/inspect/plugin-rtsp.xml:
4911         * docs/plugins/inspect/plugin-shout2send.xml:
4912         * docs/plugins/inspect/plugin-smpte.xml:
4913         * docs/plugins/inspect/plugin-spectrum.xml:
4914         * docs/plugins/inspect/plugin-speex.xml:
4915         * docs/plugins/inspect/plugin-taglib.xml:
4916         * docs/plugins/inspect/plugin-udp.xml:
4917         * docs/plugins/inspect/plugin-video4linux2.xml:
4918         * docs/plugins/inspect/plugin-videobalance.xml:
4919         * docs/plugins/inspect/plugin-videobox.xml:
4920         * docs/plugins/inspect/plugin-videocrop.xml:
4921         * docs/plugins/inspect/plugin-videoflip.xml:
4922         * docs/plugins/inspect/plugin-videomixer.xml:
4923         * docs/plugins/inspect/plugin-wavenc.xml:
4924         * docs/plugins/inspect/plugin-wavpack.xml:
4925         * docs/plugins/inspect/plugin-wavparse.xml:
4926         * docs/plugins/inspect/plugin-ximagesrc.xml:
4927           Add docs for gdkpixbufsink; update docs to CVS version.
4928
4929 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4930
4931         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4932         Remove test sync-offset by default.
4933
4934 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4935
4936         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4937         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4938         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4939           Use GLib versions of htonl, htons, ntohl and ntohs in order
4940           to avoid problems on win32 (#529707).
4941
4942 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4943
4944         Patch by: Jesús Corrius <jesus at softcatala org>
4945
4946         * gst/goom/filters.c: (zoomVector):
4947         * gst/goom/goom_core.c: (init_buffers):
4948           Fix build with mingw32: use rand() instead of random() and
4949           replace bzero() with memset(). Fixes #529692.
4950
4951 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4952
4953         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
4954         Fix typo in comments.
4955
4956         * tests/examples/rtp/client-H263p-PCMA.sdp:
4957         * tests/examples/rtp/client-H263p-PCMA.sh:
4958         * tests/examples/rtp/client-H264-PCMA.sdp:
4959         * tests/examples/rtp/client-H264-PCMA.sh:
4960         * tests/examples/rtp/client-H264.sdp:
4961         * tests/examples/rtp/client-H264.sh:
4962         * tests/examples/rtp/client-PCMA.sdp:
4963         * tests/examples/rtp/client-PCMA.sh:
4964         * tests/examples/rtp/server-alsasrc-PCMA.sh:
4965         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
4966         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4967         Add some more docs and fix examples.
4968
4969 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
4970
4971         * tests/check/elements/multifile.c:
4972         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
4973         declared in the former, some have it declared in the latter.
4974
4975 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
4976
4977         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
4978         * gst/debug/tests.c: (md5_get_value):
4979         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
4980         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
4981         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
4982         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
4983         Stop using deprecated GLib functions.
4984
4985 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
4986
4987         * configure.ac:
4988         Back to development -> 0.10.8.1
4989
4990 === release 0.10.8 ===
4991
4992 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
4993
4994         * configure.ac:
4995           releasing 0.10.8, "One For The Money"
4996
4997 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
4998
4999         * configure.ac:
5000         0.10.7.4 pre-release
5001
5002 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5003
5004         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5005         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5006         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5007         * gst/goom/flying_stars_fx.c: (fs_free):
5008         * gst/goom/goom_config_param.h:
5009         * gst/goom/goom_core.c: (goom_init), (goom_close):
5010         * gst/goom/goom_plugin_info.h:
5011         * gst/goom/gstgoom.c: (gst_goom_finalize):
5012         * gst/goom/lines.c: (goom_lines_free):
5013         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5014         * gst/goom/surf3d.c: (grid3d_free):
5015         * gst/goom/surf3d.h:
5016         * gst/goom/tentacle3d.c: (tentacle_free):
5017         Free a bunch of stuff, and initialise things to fix leaks
5018         and valgrind warnings in the testsuite.
5019
5020         Fixes: #529268
5021
5022 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5023
5024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5025         (gst_rtspsrc_configure_caps):
5026         Ref caps as the return value for the request_pt_map signal.
5027         Remove some caps weirdness when configuring a stream. See #528245.
5028
5029 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5030
5031         * tests/icles/gdkpixbufsink-test.c:
5032           Add cast to placate gcc 4.1.2.
5033
5034 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5035
5036         * configure.ac:
5037         0.10.7.3 pre-release
5038
5039 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5040
5041         * tests/check/Makefile.am:
5042         Disable some more elements in the state test.
5043         Add a define so the soup test can find the test files
5044         it needs at runtime.
5045
5046         * tests/check/elements/souphttpsrc.c: (run_server):
5047
5048         Add a define so the soup test can find the test files
5049         it needs at runtime.
5050
5051 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5052
5053         * gst/goom/convolve_fx.c: (convolve_apply):
5054         Don't ever draw the GOOM logo.
5055         Fixes: #528615
5056
5057 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5058
5059         * ext/cdio/gstcdiocddasrc.c:
5060         * ext/dv/gstdvdemux.c: 
5061         gst_atomic_int_set ==> g_atomic_int_set
5062
5063 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5064
5065         * configure.ac:
5066         * gst/goom/Makefile.am:
5067         * gst/goom/convolve_fx.c:
5068         * gst/goom/default_scripts.h:
5069         * gst/goom/goom.h:
5070         * gst/goom/goom_core.c: (choose_a_goom_line):
5071         * gst/goom/goom_plugin_info.h:
5072         * gst/goom/goomsl.c:
5073         * gst/goom/goomsl.h:
5074         * gst/goom/goomsl_hash.c:
5075         * gst/goom/goomsl_hash.h:
5076         * gst/goom/goomsl_heap.c:
5077         * gst/goom/goomsl_heap.h:
5078         * gst/goom/goomsl_private.h:
5079         * gst/goom/plugin_info.c:
5080           Strip out the config/script parsing stuff, we don't need it.
5081           Fixes #527999.
5082
5083 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5084
5085         * gst/goom/plugin_info.c: (setOptimizedMethods):
5086           Disable altivec optimisations for 32-bit PPC as well to make
5087           things build properly on all PPC systems. Fixes #528143
5088
5089 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5090
5091         * gst-plugins-good.spec.in:
5092           Update for souphttpsrc plugin which has moved to -good.
5093
5094 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5095
5096         * gst/matroska/matroska-demux.c:
5097         (gst_matroska_demux_handle_seek_event):
5098         Fix open-ended seeks in matroskademux
5099         Patch by: Mark Nauwelaerts <manauw skynet be>
5100         Fixes: #526557
5101
5102 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5103
5104         * tests/check/Makefile.am:
5105         Add soup test certificates to the dist.
5106
5107 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5108
5109         * ext/Makefile.am:
5110         Remove LADSPA reference I missed.
5111
5112 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5113
5114         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5115         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5116         over gnome-vfs and everything else. Fixes bug #527848.
5117
5118 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5119
5120         * configure.ac:
5121         * ext/Makefile.am:
5122         Remove LADSPA plugin. Fixes: #515978
5123
5124 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5125
5126         * configure.ac:
5127         * docs/plugins/Makefile.am:
5128         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5129         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5130         * docs/plugins/gst-plugins-good-plugins.args:
5131         * docs/plugins/inspect/plugin-soup.xml:
5132         * ext/Makefile.am:
5133         * tests/check/Makefile.am:
5134         Move soup plugin from -bad (Fixes: #523124)
5135
5136 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5137
5138         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5139         Fix bounds checking of mode in Speex header, which may
5140         produce negative numbers in speex <= 1.1.12
5141
5142 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5143
5144         * gst/goom/Makefile.am:
5145         * gst/goom/gfontlib.c:
5146         * gst/goom/gfontlib.h:
5147         * gst/goom/gfontrle.c:
5148         * gst/goom/gfontrle.h:
5149         * gst/goom/goom.h:
5150         * gst/goom/goom_core.c: (goom_update):
5151         * gst/goom/goom_plugin_info.h:
5152         * gst/goom/gstgoom.c: (gst_goom_chain):
5153         * gst/goom/plugin_info.c:
5154           Remove a bunch of font/text related code that we don't need.
5155
5156 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * gst/goom/ppc_drawings.s:
5159         * gst/goom/ppc_zoom_ultimate.s:
5160           Change license of these files to LGPL, as permitted by the
5161           author, Guillaume Borios. See #515073.
5162
5163 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5164
5165         * gst/goom/convolve_fx.c:
5166         * gst/goom/motif_goom1.h:
5167         * gst/goom/motif_goom2.h:
5168           As hinted in Bug #518213, revert one change and fix warnings properly.
5169           This fixes both #518213 and #520073 for me.     
5170
5171 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5172
5173         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5174         * gst/matroska/matroska-demux.c:
5175         (gst_matroska_demux_handle_seek_event),
5176         (gst_matroska_demux_parse_contents_seekentry),
5177         (gst_matroska_demux_loop):
5178         Fix the Forte build by making function declaration signatures
5179         match the implementations.
5180
5181 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5182
5183         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5184         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5185         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5186           More logging when probing (see #518474), some comments in _reset().
5187
5188 2008-04-07  Julien Moutte  <julien@fluendo.com>
5189
5190         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5191         because of a bad argument number.
5192
5193 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5194
5195         * tests/icles/.cvsignore:
5196         * tests/icles/Makefile.am:
5197         * tests/icles/gdkpixbufsink-test.c:
5198           Interactive test app for gdkpixbufsink.
5199
5200 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5201
5202         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5203
5204         * configure.ac:
5205         Actually build dlls when cross-compiling with mingw32.
5206         Fixes bug #526247.
5207
5208 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5211           Don't munge device string to 'default:x' for capture devices.
5212           Fixes #525833.
5213
5214 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5215
5216         * ext/wavpack/gstwavpackparse.c:
5217         (gst_wavpack_parse_index_entry_free):
5218         Always use GSlice as we actually depend on GLib 2.12 already.
5219
5220 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5221
5222         * configure.ac:
5223           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5224           Also bump the GLib requirement to the current de-facto requirement
5225           (ie. 2.12).
5226
5227 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5228
5229         * gst/rtp/gstrtph264pay.c: (encode_base64),
5230         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5231         * gst/rtp/gstrtph264pay.h:
5232         Parse codec_data for future AVC compatibility.
5233         Fail when we encounter AVC data for now.
5234
5235 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5236
5237         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5238           (gst_spectrum_init), (gst_spectrum_set_property),
5239           (gst_spectrum_get_property), (gst_spectrum_message_new):
5240           Rename property enums and default defines for the properties to match
5241           the property names and rephrase property descriptions to make them a
5242           bit clearer (hopefully). See #518188.
5243
5244 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5245
5246         * tests/check/Makefile.am:
5247         * tests/check/elements/.cvsignore:
5248         * tests/check/elements/gdkpixbufsink.c:
5249           Add unit test for gdkpixbufsink element.
5250
5251 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5252
5253         * ext/gdk_pixbuf/Makefile.am:
5254         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5255         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5256           (gst_gdk_pixbuf_sink_base_init),
5257           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5258           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5259           (gst_gdk_pixbuf_sink_set_caps),
5260           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5261           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5262           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5263           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5264           (gst_gdk_pixbuf_sink_get_property):
5265         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5266           Add gdkpixbufsink element for easy snapshotting (#525946).
5267
5268 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5269
5270         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5271         Bump timeout from 3 to 60 seconds.
5272
5273 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5274
5275         * tests/check/pipelines/.cvignore:
5276         Remove useless file.
5277
5278         * tests/check/pipelines/.cvsignore:
5279         Add new test to .cvsignore.
5280
5281 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5282
5283         * tests/check/Makefile.am:
5284         * tests/check/pipelines/wavpack.c: (bus_handler),
5285         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5286         (wavpack_suite), (main):
5287         Add unit test that encodes and decodes some data, checks that it
5288         is still the same and that all timestamps/offsets are perfect.
5289
5290 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5291
5292         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5293         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5294         * ext/wavpack/gstwavpackparse.c:
5295         (gst_wavpack_parse_index_entry_new),
5296         (gst_wavpack_parse_index_entry_free),
5297         (gst_wavpack_parse_base_init),
5298         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5299         Use GSlice for allocating index entries and use
5300         gst_element_class_set_details_simple().
5301
5302 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5303
5304         Patch by: Brian Cameron <brian.cameron at sun dot com>
5305
5306         * sys/sunaudio/gstsunaudio.c:
5307         * sys/sunaudio/gstsunaudiomixer.c:
5308         * sys/sunaudio/gstsunaudiomixer.h:
5309         * sys/sunaudio/gstsunaudiomixerctrl.c:
5310         * sys/sunaudio/gstsunaudiomixerctrl.h:
5311         * sys/sunaudio/gstsunaudiomixertrack.c:
5312         * sys/sunaudio/gstsunaudiomixertrack.h:
5313         * sys/sunaudio/gstsunaudiosink.c:
5314         * sys/sunaudio/gstsunaudiosink.h:
5315         * sys/sunaudio/gstsunaudiosrc.c:
5316         * sys/sunaudio/gstsunaudiosrc.h:
5317           Fix up copyrights (#525860).
5318
5319 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5320
5321         * gst/goom/goomsl.c: (gsl_read_file):
5322           Check return value of fread() to avoid compiler warnings.
5323
5324 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5325
5326         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5327
5328         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5329         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5330         * gst/law/alaw-decode.h:
5331         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5332         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5333         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5334         * gst/law/mulaw-decode.h:
5335         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5336         Make negotiation a bit modern.
5337         Use pad_alloc. Fixes #525359.
5338
5339 2008-03-31  David Schleef  <ds@schleef.org>
5340
5341         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5342           compiles consistently.  Fixes #522278.
5343
5344 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5345
5346         Patch by: Brian Cameron <brian.cameron at sun dot com>
5347
5348         * sys/sunaudio/gstsunaudiomixerctrl.c:
5349           (gst_sunaudiomixer_ctrl_get_volume),
5350           (gst_sunaudiomixer_ctrl_set_volume):
5351         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5352           Fix up the mixer tracks to use a volume range of 0-255, which is what
5353           the sun audio API uses. This simplifies the code and avoids rounding
5354           errors. Fixes #524593.
5355
5356 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5357
5358         * sys/v4l2/gstv4l2object.c:
5359         * sys/v4l2/gstv4l2object.h:
5360         Add device-fd property to make it possible to apps to call ioctl's.
5361
5362 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5363
5364         * gst/qtdemux/qtdemux.c: (next_entry_size):
5365         Unbreak streaming mode again.
5366
5367 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5368
5369         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5370           Remove superfluous DEBUG macro.
5371
5372 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5373
5374         Based on patch by: William M. Brack <wbrack at mmm com hk>
5375
5376         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5377           (gst_v4l2src_set_capture):
5378           Check whether the device supports setting the framerate before
5379           trying to set it and then posting a warning or error if it doesn't
5380           work (#516649, #520092). Also compare fractions more correctly.
5381
5382 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         * gst/goom/Makefile.am:
5385           Remove ppc assembler optimisations from the build until they
5386           actually build (they also seem to have GPL headers).
5387
5388 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5389
5390         * m4/Makefile.am:
5391           Better not dist files that don't exist any longer (lrint*m4).
5392
5393 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5394
5395         * configure.ac:
5396         * m4/lrint.m4:
5397         * m4/lrintf.m4:
5398         Remove lrint/lrintf checks. We don't use it anywhere.
5399
5400 2008-03-18  Andy Wingo  <wingo@pobox.com>
5401
5402         * sys/osxvideo/osxvideosink.m
5403         (gst_osx_video_sink_osxwindow_destroy)
5404         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5405         task, whoopdee.
5406         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5407         2 ms.
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-17  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         Patch by: William M. Brack <wbrack at mmm com hk>
5421
5422         * sys/v4l2/v4l2src_calls.c:
5423           (gst_v4l2src_probe_caps_for_format_and_size),
5424           (gst_v4l2src_probe_caps_for_format):
5425           Make sure the probed frame sizes are reversed in the resulting
5426           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5427           highest resolution first); also remove unused variable.
5428           (Partly fixes #520092)
5429
5430 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5431
5432         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5433
5434         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5435         (gst_rtspsrc_finalize):
5436         Call WSAStartup() and WSACleanup before using the Winsock API.
5437         See #520808.
5438
5439 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5440
5441         * gst/avi/gstavidemux.c:
5442           Erm, the buffer-size is just guint, no need for the special format
5443           specifier.
5444
5445 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5446
5447         * gst/goom/plugin_info.c:
5448         * gst/goom/ppc_zoom_ultimate.h:
5449           Small fixes to build more on PPC: ifdef out code that uses unknown
5450           define; add newline at end of header file to avoid compiler warning.
5451           Assembler code still doesn't build though.
5452
5453 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5454
5455         * gst/avi/gstavidemux.c:
5456           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5457           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5458
5459 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5460
5461         * gst/avi/gstavidemux.c:
5462           Chunksize is uint32. Fix format specifier.
5463
5464 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5465
5466         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5467         mistake. Return file to pure MIT text.
5468
5469 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5470
5471         * gst/audiofx/audiofx.c:
5472         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5473         of hardcoding values.
5474
5475 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5476
5477         Patch by: Mark Nauwelaerts <manauw skynet be>
5478
5479         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5480           (gst_oss_src_close):
5481         * sys/oss/gstosssrc.h:
5482           Cache probed caps, so _get_caps() during recording doesn't cause
5483           ioctl calls which may disrupt the recording (fixes #521875).
5484
5485 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5486
5487         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5488         (gst_qtdemux_activate_segment),
5489         (gst_qtdemux_prepare_current_sample),
5490         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5491         Make sure we always send a DISCONT after a seek by setting the sample
5492         index to an undefined value after a seek.
5493
5494 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5495
5496         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5497           (GST_IS_AVI_SUBTITLE_CLASS):
5498           Fix up IS_FOO macros, which makes gtk-doc much happier.
5499
5500 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5501
5502         * tests/icles/Makefile.am:
5503           Move the -lgstfoo where it belongs.
5504
5505 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5506
5507         * gst/matroska/ebml-ids.h:
5508         Add ID for EBML CRC32 elements.
5509
5510         * gst/matroska/Makefile.am:
5511         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5512         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5513         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5514         (gst_ebml_read_header):
5515         Support reading 80bit floats, add finalize method to clean up
5516         in any case, support reading length/id elements with any length
5517         as long as it's smaller than our supported maximum, don't leak
5518         buffers if reading as much data as we wanted failed and some
5519         smaller cleanup.
5520
5521 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5522
5523         Patch by: Olivier Crete <tester at tester dot ca>
5524
5525         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5526         Check that a buffer is large enough before reading from it.
5527         Fixes bug #521102.
5528         
5529 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5530
5531         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5532         Fix compilation after removing the GstPollMode from the
5533         constructor.
5534
5535 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5536
5537         * configure.ac:
5538         * gst/audiofx/Makefile.am:
5539         * gst/audiofx/audiochebband.c:
5540         * gst/audiofx/audiocheblimit.c:
5541         * gst/audiofx/math_compat.h:
5542         Check for sinh(), cosh() and asinh() and define our own
5543         implementations if they're not available. Fixes bug #520880.
5544
5545 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5546
5547         Patch by: Olivier Crete <tester at tester dot ca>
5548
5549         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5550         Unref the buffers only once when handling not-negotiated errors.
5551         Fixes bug #520764.
5552
5553 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5554
5555         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5556
5557         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5558         (gst_udpsrc_stop):
5559         Properly balance WSA_Cleanup with WSA_Startup.
5560         Also make the poll controllable on windows. Fixes #520888.
5561
5562 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5563
5564         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5565         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5566         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5567         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5568         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5569         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5570         (gst_ebml_read_date), (gst_ebml_read_master),
5571         (gst_ebml_read_binary), (gst_ebml_read_header):
5572         * gst/matroska/ebml-read.h:
5573         * gst/matroska/matroska-demux.c:
5574         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5575         (gst_matroska_demux_read_track_encodings),
5576         (gst_matroska_demux_add_stream),
5577         (gst_matroska_demux_handle_src_query),
5578         (gst_matroska_demux_handle_seek_event),
5579         (gst_matroska_demux_init_stream),
5580         (gst_matroska_demux_parse_tracks),
5581         (gst_matroska_demux_parse_index_cuetrack),
5582         (gst_matroska_demux_parse_index_pointentry),
5583         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5584         (gst_matroska_demux_parse_metadata_id_simple_tag),
5585         (gst_matroska_demux_parse_metadata_id_tag),
5586         (gst_matroska_demux_parse_metadata),
5587         (gst_matroska_demux_sync_streams),
5588         (gst_matroska_demux_push_hdr_buf),
5589         (gst_matroska_demux_push_flac_codec_priv_data),
5590         (gst_matroska_demux_push_xiph_codec_priv_data),
5591         (gst_matroska_demux_add_wvpk_header),
5592         (gst_matroska_demux_check_subtitle_buffer),
5593         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5594         (gst_matroska_demux_parse_cluster),
5595         (gst_matroska_demux_parse_contents_seekentry),
5596         (gst_matroska_demux_parse_contents),
5597         (gst_matroska_demux_loop_stream_parse_id),
5598         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5599         * gst/matroska/matroska-demux.h:
5600         * gst/matroska/matroska-ids.h:
5601         Handle return values from pull_range in a more granular way to properly
5602         shut down on seeks.
5603         Combine return values from push.
5604         Implement proper error handling.
5605         Prepare for handling seeking correctly.
5606
5607 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5608
5609         * gst/matroska/ebml-read.c:
5610         Use GINT64 formatting constants from GLIB.
5611
5612         * gst/matroska/matroska-demux.c:
5613         Add some guards to avoid a possible division by 0 and crashing
5614         with NULL events on some systems.
5615         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5616         conversion. 
5617
5618         * gst/matroska/matroska-mux.c:
5619         Check for invalid timestamps in a bunch of places to avoid
5620         writing bogus durations into the output file.
5621         Fix some double<->gint64 conversions that weren't using
5622         gst_guint64_to_gdouble
5623
5624 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5625
5626         * configure.ac:
5627         Move the checks for bison, flex and as to the program section and the
5628         check for gcc inline asm to the compiler characteristics section.
5629
5630 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5631
5632         * configure.ac:
5633         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5634         plug-ins are included/excluded. (#498222)
5635
5636 2008-02-29  Michael Smith <msmith@fluendo.com>
5637
5638         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5639           Don't call gst_object_sync_values() unless we have a valid timestamp.
5640
5641 2008-02-28  David Schleef  <ds@schleef.org>
5642
5643         * gst/matroska/matroska-demux.c:
5644         * gst/matroska/matroska-ids.h:
5645         * gst/matroska/matroska-mux.c:
5646           Fix Dirac mapping.  I had previously added a VfW-type
5647           mapping, but it looks like Dirac will get a native Matroska
5648           mapping, and this is the most likely method.
5649
5650 2008-02-28  David Schleef  <ds@schleef.org>
5651
5652         * gst/avi/gstavimux.c: Add Dirac encoding
5653
5654 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5655
5656         Patch by: Peter Kjellerstedt <pkj at axis com>
5657
5658         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5659         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5660         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5661         * gst/udp/gstudpsrc.h:
5662         Port to GstPoll. See #505417.
5663
5664 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5665
5666         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5667         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5668         yet on the srcpad. We need rate and channels before we
5669         can do any processing. Fixes bug #519088.
5670
5671 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5672
5673         * configure.ac:
5674         Detect and indicate if GCC inline assembly syntax is
5675         available.
5676
5677         * gst/goom/Makefile.am:
5678         * gst/goom/convolve_fx.c:
5679         * gst/goom/flying_stars_fx.c:
5680         * gst/goom/goom_config.h:
5681         * gst/goom/goom_core.c:
5682         * gst/goom/goomsl.c:
5683         * gst/goom/ifs.c:
5684         * gst/goom/mmx.c:
5685         * gst/goom/plugin_info.c:
5686         * gst/goom/xmmx.c:
5687         Fix various GCC-isms, and only build the inline assembly
5688         with compilers that support GCC inline assembly.
5689
5690         Fix a couple of other warnings shown with Forte.
5691
5692 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5693
5694         * gst/goom/xmmx.c:
5695           Use 'emms' instead of 'femms' to not crash on cpus that do not
5696           implement this 3dnow specific instruction.
5697
5698 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5699
5700         * gst/goom/plugin_info.c: (setOptimizedMethods):
5701         Use extended MMX for draw_line() too if available, not only
5702         normal MMX.
5703
5704 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5705
5706         * ext/jpeg/gstjpeg.c: (plugin_init):
5707         Remove (commented out) smoke typefinder. This is in base now.
5708
5709 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5710
5711         * gst/goom2k1/Makefile.am:
5712         * gst/goom2k1/gstgoom.c:
5713
5714         Rename the installed library, and don't register the same 
5715         GType name as the new goom.
5716
5717 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5718
5719         * configure.ac:
5720         * ext/taglib/Makefile.am:
5721           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5722           when building C++ code (#516509).
5723
5724 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5725
5726         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5727         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5728           (setOptimizedMethods):
5729           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5730           anything useful. Export goom debug category so we can get
5731           rid of the VERBOSE define and the printfs.
5732
5733 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * gst/goom/goomsl_heap.c: (align_it):
5736         * gst/goom/plugin_info.c: (setOptimizedMethods):
5737           Compile fixes for x86-64.
5738
5739 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5740
5741         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5742         with warnings, but add other CFLAGS
5743
5744         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5745         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5746         (calculate_labels), (gsl_read_file):
5747         * gst/goom/goomsl_lex.l:
5748         * gst/goom/goomsl_yacc.y:
5749         * gst/goom/plugin_info.c: Remove a few live printf, and
5750         fprintf, replace exit() calls with g_assert_not_reached()
5751         if it not optimal for a library
5752
5753 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5754
5755         * gst/goom/Makefile.am: Remove the warnings being disabled,
5756         fix linkage on x86, spotted by Sebastian Dröge
5757         <slomo@circular-chaos.org>
5758
5759         * gst/goom/convolve_fx.c (convolve_init),
5760         (create_output_with_brightness), (convolve_apply):
5761         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5762         * gst/goom/goomsl.c:
5763         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5764         * gst/goom/plugin_info.c:
5765         * gst/goom/tentacle3d.c (tentacle_fx_create):
5766         Fix warnings, and disable the motifs in the convolve_fx
5767         plugin (they were causing warnings, and they were just
5768         "Goom" in funny letterring)
5769
5770 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5771
5772         * configure.ac: Add checks for Flex/Yacc/Bison and other
5773         furry animals, for the new goom 2k4 based plugin
5774
5775         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5776         CPU optimisations (not working yet), move the old plugin to...
5777
5778         * gst/goom2k1/*: ... here, in case somebody is sick enough
5779
5780         Fixes #515073
5781
5782 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5783
5784         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5785         Post the server response code in an error message instead of a generic
5786         'error' message. Fixes #517237.
5787
5788 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5789
5790         * tests/check/Makefile.am:
5791         Ignore gconfaudiosrc for the states unit test too. It will fallback
5792         to alsasrc if the gconf settings can't be read and not everybody has
5793         alsa.
5794
5795 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5796
5797         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5798         (gst_wavpack_parse_create_src_pad):
5799         * ext/wavpack/gstwavpackparse.h:
5800         Always report the duration if we know it in push mode and don't
5801         return 0 just to make totem believe we can't seek in push mode.
5802         Newer totem version use the SEEKING query which properly reports
5803         if we can seek or not.
5804
5805 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5806
5807         Patch by: Jens Granseuer <jensgr at gmx dot net>
5808
5809         * tests/examples/equalizer/demo.c: (main):
5810         C89 fix, moving variable declarations to the beginning of
5811         the block. Fixes bug #517933.
5812
5813 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5814
5815         * configure.ac:
5816         Back to development...
5817
5818 === release 0.10.7 ===
5819
5820 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5821
5822         * configure.ac:
5823           releasing 0.10.7, "Red Door Black"
5824
5825 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5826
5827         * gst/alpha/Makefile.am:
5828         Link alpha plugin with libgstbase. Fixes bug #517386.
5829
5830 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5831
5832         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5833         Init values to -1 instead of the default 0 value.
5834         Fixes #516524.
5835
5836 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5837
5838         * tests/examples/spectrum/spectrum-example.c:
5839         Add missing include to fix compilation when libxml usage is disabled.
5840         Fixes: #516371
5841
5842 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5843
5844         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5845         fixes: #514889
5846
5847         * gst/rtp/gstrtph264pay.c:
5848         * gst/rtp/gstrtpmp4gdepay.c:
5849         * gst/rtp/gstrtpmp4gpay.c:
5850         * gst/rtp/gstrtpmp4gpay.h:
5851         * gst/rtp/gstrtptheorapay.c:
5852         * gst/rtp/gstrtpvorbispay.c:
5853
5854         Fix various leaks shown up in valgrind
5855         - free sprops and buffer in error cases in H264 payloader
5856         - fix leak in mp4g depayloader when construction the caps
5857         - don't leak config string in the mp4g payloader
5858         - don't leak buffers and headers in theora and vorbis payloaders
5859
5860         * tests/check/elements/rtp-payloading.c:
5861
5862         Fix the RTP data test
5863         - Actually send valid amr data to the payloader instead of 20
5864         zero-bytes
5865         - The mp4g payloader expects codec_data on the caps
5866
5867 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5868
5869         * win32/MANIFEST:
5870         Add libgstpng.dsp to MANIFEST.
5871         * win32/vs6/libgstaudiofx.dsp:
5872         Add new source files to VS project file.
5873
5874 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5875
5876         * sys/ximage/gstximagesrc.c:
5877         Initialise variables when opening the X display rather
5878         than in _start(), as the display can be opened before that.
5879
5880         Fixes: #515985
5881
5882 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5883
5884         * sys/directdraw/gstdirectdrawsink.c:
5885         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5886         (gst_directdraw_sink_finalize):
5887         Properly chain up finalize functions. Fixes bug #515980.
5888
5889 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5890
5891         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5892         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5893         (gst_v4l2_buffer_pool_class_init):
5894         Chain up the finalize functions. Fixes bug #515984.
5895
5896 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5897
5898         * sys/ximage/ximageutil.c:
5899         Chain up in the finalize function for our custom
5900         buffer sub-class.
5901         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5902         Fixes: #515706
5903
5904 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5905
5906         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5907         (gst_fenced_buffer_class_init):
5908         Properly chain up finalize method. Fixes bug #515979.
5909
5910 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5911
5912         * sys/ximage/gstximagesrc.c:
5913         Free allocated Damage memory before closing our connection to the
5914         X server. Partially fixes: #515706
5915
5916 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5917
5918         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5919         * tests/check/Makefile.am:
5920         * tests/check/gst-plugins-good.supp:
5921         Add a few libjpeg suppressions and initialize a variable to
5922         make smokeenc valgrind clean. Fixes bug #515701.
5923
5924 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5925
5926         * gst/avi/gstavidemux.c:
5927         Revert patch which sends timestamps only on keyframes, as it
5928         breaks playback with current gst-ffmpeg.
5929
5930         Fixes: #515562
5931
5932 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5933
5934         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5935         * tests/check/elements/multifile.c: (GST_START_TEST):
5936         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5937
5938 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5939
5940         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5941         Use and unset the GError when pipeline creation fails instead of
5942         simply leaking it. Fixes bug #515704.
5943
5944 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5945
5946         * gst/audiofx/audioamplify.c:
5947         * gst/audiofx/audiochebband.c:
5948         * gst/audiofx/audiocheblimit.c:
5949         * gst/audiofx/audiodynamic.c:
5950         * gst/audiofx/audioinvert.c:
5951         * gst/audiofx/audiopanorama.c:
5952         * gst/audiofx/audiowsincband.c:
5953         * gst/audiofx/audiowsinclimit.c:
5954         Fix long description of audiofx elements. Fixes bug #515457.
5955
5956 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
5957
5958         * docs/plugins/Makefile.am:
5959         * gst/spectrum/gstspectrum.c:
5960         * tests/examples/spectrum/.cvsignore:
5961         * tests/examples/spectrum/Makefile.am:
5962         * tests/examples/spectrum/spectrum-example.c:
5963
5964         Add a simple example application for the spectrum element, include it
5965         in the docs, and fix some documentation ambiguities.
5966
5967         Fixes: #348085
5968
5969 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5970
5971         * gst/equalizer/Makefile.am:
5972         * gst/spectrum/Makefile.am:
5973         Fix includes order
5974
5975         * tests/check/Makefile.am:
5976         Exclude v4l2src from the states test - it takes too long to start.
5977
5978         * tests/check/elements/spectrum.c:
5979         Make the test run properly with CK_FORK=no
5980
5981 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
5982
5983         * gst/audiofix/Makefile.am: add missing header files 
5984
5985 2008-02-08  Julien Moutte  <julien@fluendo.com>
5986
5987         * gst/matroska/matroska-demux.c:
5988         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
5989         keyframe and delta units correctly when dealign with a BlockGroup.
5990         Fixes: #514397
5991
5992 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
5993
5994         * tests/check/elements/.cvsignore:
5995         Spell the new tests correctly in .cvsignore
5996
5997 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
5998
5999         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6000           Need to use gsize here for the size, fixes compiler warning.
6001
6002         * tests/examples/equalizer/.cvsignore:
6003         * tests/examples/equalizer/Makefile.am:
6004         * tests/examples/spectrum/.cvsignore:
6005         * tests/examples/spectrum/Makefile.am:
6006           Add missing files to fix the build.
6007
6008 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6009
6010         * configure.ac:
6011         * docs/plugins/Makefile.am:
6012         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6013         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6014         * docs/plugins/gst-plugins-good-plugins.args:
6015         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6016         * docs/plugins/inspect/plugin-multifile.xml:
6017         * tests/check/Makefile.am:
6018         * tests/check/elements/.cvsignore:
6019
6020         Move multifile plugin from -bad.
6021         Fixes: #490283
6022
6023 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6024
6025         * configure.ac:
6026         * docs/plugins/Makefile.am:
6027         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6028         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6029         * docs/plugins/gst-plugins-good-plugins.args:
6030         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6031         * docs/plugins/inspect/plugin-spectrum.xml:
6032         * gst/spectrum/Makefile.am:
6033         * tests/check/Makefile.am:
6034         * tests/check/elements/.cvsignore:
6035         * tests/examples/Makefile.am:
6036
6037         Move spectrum plugin from -bad.
6038         Move examples into tests/examples/spectrum.
6039
6040 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6041
6042         * configure.ac:
6043         * docs/plugins/Makefile.am:
6044         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6045         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6046         * docs/plugins/gst-plugins-good-plugins.args:
6047         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6048         * docs/plugins/gst-plugins-good-plugins.interfaces:
6049         * docs/plugins/inspect/plugin-equalizer.xml:
6050         * gst/equalizer/Makefile.am:
6051         * tests/check/Makefile.am:
6052         * tests/examples/Makefile.am:
6053         Move the equalizer plugin across from -bad
6054
6055         * tests/check/elements/.cvsignore:
6056         Add equalizer, audiosincwband and audiosincwlimit
6057
6058         * tests/check/elements/equalizer.c:
6059         Fix compiler warnings
6060
6061         Fixes: #415627
6062
6063 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6064
6065         * configure.ac:
6066         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6067         are treated like releases and build without it.
6068
6069 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6070
6071         * docs/plugins/Makefile.am:
6072         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6073         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6074         * docs/plugins/gst-plugins-good-plugins.args:
6075         * docs/plugins/inspect/plugin-audiofx.xml:
6076         * gst/audiofx/Makefile.am:
6077         * gst/audiofx/audiofx.c:
6078         * gst/audiofx/audiowsincband.c:
6079         * gst/audiofx/audiowsincband.h:
6080         * gst/audiofx/audiowsinclimit.c:
6081         * gst/audiofx/audiowsinclimit.h:
6082         * tests/check/Makefile.am:
6083         * tests/check/elements/audiowsincband.c:
6084         * tests/check/elements/audiowsinclimit.c:
6085
6086         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6087         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6088         respectively.
6089
6090         Fixes: #467666
6091
6092 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6093
6094         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6095         * tests/check/elements/icydemux.c:
6096           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6097           caps, and add a somewhat useful debug message. Plus test.
6098
6099 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6100
6101         * gst/rtsp/gstrtspsrc.c:
6102         Include unistd.h only if HAVE_UNISTD_H is defined
6103         * win32/common/config.h.in:
6104         * win32/common/config.h:
6105         Define socklen_t as it seems it's not defined in default 
6106         Visual Studio headers.
6107         * win32/vs6/libgstalpha.dsp:
6108         * win32/vs6/libgstapetag.dsp:
6109         * win32/vs6/libgstavi.dsp:
6110         * win32/vs6/libgstrtp.dsp:
6111         * win32/vs6/libgstrtsp.dsp:
6112         * win32/vs6/libgstvideomixer.dsp:
6113         Update project file dependencies and add new source files       
6114
6115 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6116
6117         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6118
6119         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6120         Don't leak buffers when we don't push them downstream.
6121         Fixes bug #514965.
6122
6123 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6124
6125         * configure.ac:
6126           Bump requirements to (good) released versions to avoid
6127           confusion and make implicit core requirement explicit.
6128
6129 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6130
6131         * docs/plugins/Makefile.am:
6132         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6133         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6134         * docs/plugins/gst-plugins-good-plugins.args:
6135         * docs/plugins/inspect/plugin-audiofx.xml:
6136         * gst/audiofx/Makefile.am:
6137         * gst/audiofx/audiochebband.c:
6138         * gst/audiofx/audiochebband.h:
6139         * gst/audiofx/audiocheblimit.c:
6140         * gst/audiofx/audiocheblimit.h:
6141         * gst/audiofx/audiochebyshevfreqband.c:
6142         * gst/audiofx/audiochebyshevfreqband.h:
6143         * gst/audiofx/audiochebyshevfreqlimit.c:
6144         * gst/audiofx/audiochebyshevfreqlimit.h:
6145         * gst/audiofx/audiofx.c:
6146         * tests/check/Makefile.am:
6147         * tests/check/elements/.cvsignore:
6148         * tests/check/elements/audiochebband.c:
6149         * tests/check/elements/audiocheblimit.c:
6150         * tests/check/elements/audiochebyshevfreqband.c:
6151         * tests/check/elements/audiochebyshevfreqlimit.c:
6152
6153         Rename audiochebyshevfreqband -> audiochebband and
6154         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6155         surgery.
6156
6157         Closes: #491811
6158
6159 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6160
6161         Patch by: Orjan Friberg <orjanf at axis dot com>
6162
6163         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6164         Fix caps memory leak. Fixes #514573.
6165
6166 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6167
6168         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6169         If there's no entries in the subindex, don't try to do anything stupid,
6170         just return.
6171
6172 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6173
6174         Patch by: John Millikin <jmillikin at gmail dot com>
6175
6176         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6177           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6178           Fix extraction of picture blocks with newer libflac versions again:
6179           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6180
6181 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6182
6183         * tests/check/Makefile.am:
6184           Add rtp-payloading test to VALGRIND_TO_FIX.
6185
6186         * tests/check/elements/rtp-payloading.c:
6187           Add semicolons after GST_TEST_END so gst-indent gets the
6188           formatting right; make test less verbose in general, but
6189           more verbose in the error case (which should probably
6190           make the test fail anyway).
6191
6192 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6193
6194         * docs/plugins/Makefile.am:
6195         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6196         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6197         * gst/avi/gstavisubtitle.c:
6198         Add documentation for avisubtitle and change class to
6199         Codec/Parser/Subtitle
6200
6201 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6202
6203         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6204         Treat ENOTTY (driver does not implement ioctl) the same as
6205         EINVAL since it implies there are no available standards.
6206
6207         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6208         (gst_v4l2src_get_nearest_size):
6209         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6210         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6211         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6212         reason, and if we aren't yet actively capturing.
6213
6214         * sys/v4l2/v4l2src_calls.h:
6215         Remove replaced function declaration.
6216
6217 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6218
6219         * configure.ac:
6220         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6221         API.
6222
6223 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6224
6225         * configure.ac:
6226         Fix typo.
6227
6228 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6229
6230         * gst/alpha/Makefile.am:
6231         * gst/alpha/gstalpha.c:
6232
6233         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6234         some stuff, and making buffer-alloc and resizing work automatically.
6235         No longer crashes on odd frame widths and heights, although there
6236         seems to be a disagreement with ffmpegcolorspace about what size
6237         an AYUV frame with odd height should be.
6238
6239 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6240
6241         Patch by: Alessandro Decina <alessandro at nnva dot org>
6242
6243         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6244         * ext/libpng/gstpngenc.h:
6245         Preallocate the output buffer so that g_memdup() and
6246         gst_buffer_merge() aren't needed anymore. This greatly improves
6247         performances and fixes #512544.
6248
6249 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6250
6251         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6252         (gst_avi_demux_stream_data):
6253         GStreamer timestamps are PTS values while AVI only knows about DTS
6254         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6255         we are dealing with a key frame.
6256
6257 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6258
6259         * tests/check/Makefile.am:
6260         * tests/check/elements/.cvsignore:
6261         * tests/check/elements/rtp-payloading.c:
6262           Add add testsuite for the rtp-payloader that tries simulating
6263           dataflow. Needs more test data.
6264
6265 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6266
6267         * tests/check/elements/alphacolor.c:
6268           Remove two unused variables.
6269
6270 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6271
6272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6273           Use g_ascii_strtoll() instead of atoll, which is only
6274           available in C99.
6275
6276 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6277
6278         * gst/rtp/Makefile.am:
6279         * gst/rtp/gstrtp.c:
6280         * gst/rtp/gstrtpmpvpay.c:
6281         * gst/rtp/gstrtpmpvpay.h:
6282         Add MPEG2 video payloader
6283
6284 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6285
6286         * gst/level/gstlevel.c:
6287         Use #include <math.h> instead of #include "math.h".
6288
6289 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6290
6291         * tests/check/Makefile.am:
6292         Fix up some CFLAGS sets.
6293         Don't include gconfvideosrc in the states test.
6294
6295         * tests/check/elements/autodetect.c: (GST_START_TEST):
6296         Add some error strings to fail_unless arguments to fix some weird
6297         compiler errors on Solaris.
6298
6299 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6300
6301         * configure.ac:
6302         Detect video4linux headers on Solaris too.
6303         * sys/v4l2/gstv4l2colorbalance.h:
6304         * sys/v4l2/gstv4l2object.h:
6305         * sys/v4l2/v4l2_calls.c:
6306         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6307         (gst_v4l2_buffer_new):
6308
6309         Make v4l2 build on Solaris.
6310         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6311         Fixes: #510505
6312
6313 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6314
6315         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6316           Update list from (still local) scanning script.
6317
6318 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6319
6320         Based on a patch by:
6321             Victor STINNER <victor dot stinner at haypocalc dot com>
6322
6323         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6324         Set variable to NULL after freeing it to prevent double frees
6325         or make failures by another use of it afterwards more obvious
6326         and fix use of it after the freeing. Fixes bug #510592.
6327
6328 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6329
6330         * gst/udp/gstmultiudpsink.c:
6331         use GST_WARNING for logging
6332
6333 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6334
6335         * gst/udp/gstmultiudpsink.c:
6336         Don't try to leave a multicast group with an invalid socket
6337
6338 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6339
6340         * ext/flac/gstflacdec.c:
6341           Fix compilation against flac 1.1.2 (as on debian stable), where
6342           the picture metadata defines and structs don't exist yet.
6343           Fixes #509301.
6344
6345 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6346
6347         Patch by: Olivier Crete <tester at tester dot ca>
6348
6349         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6350         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6351         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6352         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6353         * gst/udp/gstmultiudpsink.h:
6354         Add property to automatically join a multicast group or not. This can be
6355         useful when sharing a socket between multiple elements.
6356         Fixes #509531.
6357
6358 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6359
6360         * gst/videomixer/Makefile.am:
6361           Add controller flags.
6362
6363 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6364
6365         * gst/videomixer/videomixer.c:
6366           Also commit the missing gst_object_sync_values().
6367
6368 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6369
6370         * docs/plugins/Makefile.am:
6371           Remove duplicate entry.
6372
6373 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6374
6375         * docs/plugins/Makefile.am:
6376         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6377         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6378         * docs/plugins/inspect/plugin-gamma.xml:
6379         * docs/plugins/inspect/plugin-monoscope.xml:
6380         * docs/plugins/inspect/plugin-video4linux2.xml:
6381           Add 3 more plugins to docs.
6382
6383 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6384
6385         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6386         * sys/osxvideo/osxvideosink.h:
6387           Revert previous change caused by a file that got stuck on an old
6388           revision.
6389
6390 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6391
6392         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6393         * gst/multipart/Makefile.am:
6394         * gst/multipart/multipartdemux.c:
6395         * gst/multipart/multipartdemux.h:
6396         * gst/multipart/multipartmux.c:
6397         * gst/multipart/multipartmux.h:
6398           Re-add multipartdemux to the docs. Last round of section cleanup.
6399
6400 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6401
6402         * docs/plugins/Makefile.am:
6403         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6404         * sys/osxaudio/gstosxaudiosink.h:
6405         * sys/osxvideo/osxvideosink.h:
6406           Managed to resolve most unused declarations. Filed a bug for one left.          
6407
6408 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6409
6410         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6411           Cleanup section file.
6412
6413 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6414
6415         * docs/plugins/Makefile.am:
6416         * docs/plugins/gst-plugins-good-plugins.args:
6417         * docs/plugins/gst-plugins-good-plugins.signals:
6418         * docs/plugins/inspect/plugin-alaw.xml:
6419         * docs/plugins/inspect/plugin-alpha.xml:
6420         * docs/plugins/inspect/plugin-alphacolor.xml:
6421         * docs/plugins/inspect/plugin-annodex.xml:
6422         * docs/plugins/inspect/plugin-apetag.xml:
6423         * docs/plugins/inspect/plugin-audiofx.xml:
6424         * docs/plugins/inspect/plugin-auparse.xml:
6425         * docs/plugins/inspect/plugin-autodetect.xml:
6426         * docs/plugins/inspect/plugin-avi.xml:
6427         * docs/plugins/inspect/plugin-cairo.xml:
6428         * docs/plugins/inspect/plugin-cdio.xml:
6429         * docs/plugins/inspect/plugin-cutter.xml:
6430         * docs/plugins/inspect/plugin-debug.xml:
6431         * docs/plugins/inspect/plugin-dv.xml:
6432         * docs/plugins/inspect/plugin-efence.xml:
6433         * docs/plugins/inspect/plugin-effectv.xml:
6434         * docs/plugins/inspect/plugin-flac.xml:
6435         * docs/plugins/inspect/plugin-flxdec.xml:
6436         * docs/plugins/inspect/plugin-gconfelements.xml:
6437         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6438         * docs/plugins/inspect/plugin-goom.xml:
6439         * docs/plugins/inspect/plugin-halelements.xml:
6440         * docs/plugins/inspect/plugin-icydemux.xml:
6441         * docs/plugins/inspect/plugin-id3demux.xml:
6442         * docs/plugins/inspect/plugin-jpeg.xml:
6443         * docs/plugins/inspect/plugin-ladspa.xml:
6444         * docs/plugins/inspect/plugin-level.xml:
6445         * docs/plugins/inspect/plugin-matroska.xml:
6446         * docs/plugins/inspect/plugin-mulaw.xml:
6447         * docs/plugins/inspect/plugin-multipart.xml:
6448         * docs/plugins/inspect/plugin-navigationtest.xml:
6449         * docs/plugins/inspect/plugin-png.xml:
6450         * docs/plugins/inspect/plugin-quicktime.xml:
6451         * docs/plugins/inspect/plugin-rtp.xml:
6452         * docs/plugins/inspect/plugin-rtsp.xml:
6453         * docs/plugins/inspect/plugin-shout2send.xml:
6454         * docs/plugins/inspect/plugin-smpte.xml:
6455         * docs/plugins/inspect/plugin-speex.xml:
6456         * docs/plugins/inspect/plugin-taglib.xml:
6457         * docs/plugins/inspect/plugin-udp.xml:
6458         * docs/plugins/inspect/plugin-videobalance.xml:
6459         * docs/plugins/inspect/plugin-videobox.xml:
6460         * docs/plugins/inspect/plugin-videocrop.xml:
6461         * docs/plugins/inspect/plugin-videoflip.xml:
6462         * docs/plugins/inspect/plugin-videomixer.xml:
6463         * docs/plugins/inspect/plugin-wavenc.xml:
6464         * docs/plugins/inspect/plugin-wavpack.xml:
6465         * docs/plugins/inspect/plugin-wavparse.xml:
6466           Update plugin docs.
6467
6468         * gst/videomixer/Makefile.am:
6469         * gst/videomixer/videomixer.c:
6470         * gst/videomixer/videomixer.h:
6471         * gst/videomixer/videomixerpad.h:
6472           Split out header to fix warnings from the doc-build.
6473
6474 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6475
6476         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6477
6478         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6479         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6480
6481 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6484         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6485           Initialise variables to work around (false) 'foo might be used
6486           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6487
6488 2008-01-11  David Schleef  <ds@schleef.org>
6489
6490         * docs/plugins/.cvsignore:
6491         * tests/check/pipelines/.cvsignore:
6492           Ignore more files for the buildbot.
6493
6494 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6495
6496         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6497         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6498         Generate the image-type values correctly. Leave them out of the caps
6499         when outputting a "preview image" tag, since it only makes sense
6500         to have one of those - the type is irrelevant.
6501
6502         * sys/sunaudio/gstsunaudiomixerctrl.c:
6503         (gst_sunaudiomixer_ctrl_open):
6504         If we can, mark the mixer multiple open when we use it, in case
6505         (for some reason) the process wants to open it again elsewhere.
6506
6507 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6508
6509         Patch by: Olivier Crete <tester at tester dot ca>
6510
6511         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6512         * gst/rtp/gstrtptheorapay.c:
6513         Fix the clock rate to 90000 as required by the RFC.
6514         Fixes #508644.
6515
6516 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6517
6518         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6519           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6520
6521 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6522
6523         * autogen.sh:
6524           Add -Wno-portability to the automake parameters to stop warnings
6525           about GNU make extensions being used. We require GNU make in almost
6526           every Makefile anyway.
6527           
6528         * configure.ac:
6529           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6530           at the same time is required for per target flags.
6531
6532 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6533
6534         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6535         Fix error from my last commit.
6536
6537 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6538
6539         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6540
6541         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6542           Make sure the ISO 639-X language code in ID3v2 COMM frames
6543           is actually valid UTF-8 (or rather: ASCII), so we don't end
6544           up with non-UTF8 strings in tags if there's garbage in the
6545           language field. Also make sure the language code is always
6546           lower case. Fixes: #508291.
6547
6548 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6549
6550         * ChangeLog:
6551           Fix ChangeLog typo.
6552
6553 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6554
6555         * Makefile.am:
6556           Include lcov.mak to allow building coverage reports. Guard
6557           check-torture target like in the other packages.
6558
6559 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6560
6561         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6562
6563         * gst/videomixer/videomixer.c:
6564         (gst_videomixer_set_master_geometry), (_do_init),
6565         (gst_videomixer_child_proxy_get_child_by_index),
6566         (gst_videomixer_child_proxy_get_children_count),
6567         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6568         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6569         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6570         Implement GstChildProxy interface.
6571         Send newsegment at the right moment
6572         Fixes #488879
6573
6574 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6575
6576         * gst/alpha/Makefile.am:
6577         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6578         (gst_alpha_sink_event), (gst_alpha_chain),
6579         (gst_alpha_change_state), (plugin_init):
6580         Make the various properties of 'alpha' controllable. This allows doing
6581         niceties like fade-in/fade-out.
6582
6583 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6584
6585         * gst/rtp/gstasteriskh263.c:
6586         * gst/rtp/gstrtpL16depay.c:
6587         * gst/rtp/gstrtpac3depay.c:
6588         * gst/rtp/gstrtpamrpay.c:
6589         * gst/rtp/gstrtpdepay.c:
6590         * gst/rtp/gstrtpgsmdepay.c:
6591         * gst/rtp/gstrtph263depay.c:
6592         * gst/rtp/gstrtph263pdepay.c:
6593         * gst/rtp/gstrtph263ppay.c:
6594         * gst/rtp/gstrtph264depay.c:
6595         * gst/rtp/gstrtph264pay.c:
6596         * gst/rtp/gstrtpmp2tdepay.c:
6597         * gst/rtp/gstrtpmp4adepay.c:
6598         * gst/rtp/gstrtpmp4gdepay.c:
6599         * gst/rtp/gstrtpmp4gpay.c:
6600         * gst/rtp/gstrtpmp4vdepay.c:
6601         * gst/rtp/gstrtpmpadepay.c:
6602         * gst/rtp/gstrtpmpvdepay.c:
6603         * gst/rtp/gstrtpsv3vdepay.c:
6604         * gst/rtp/gstrtptheoradepay.c:
6605         * gst/rtp/gstrtptheorapay.c:
6606         * gst/rtp/gstrtpvorbisdepay.c:
6607         * gst/rtp/gstrtpvorbispay.c:
6608           Remove copy/paste unused code (property setters and getter) found by
6609           the coverage suite (yay, saves ~20k on disk).
6610
6611 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6612
6613         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6614           (videosink_templ):
6615           Also fix up pad templates to indicate that image/jpeg doesn't
6616           absolutely require the framerate property to be set (#504081).
6617
6618 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6619
6620         Based on patch by: Wouter Cloetens  <wouter at mind be>
6621
6622         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6623           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6624           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6625         * gst/matroska/matroska-mux.h:
6626           Keep track of first and last timestamps for each incoming stream,
6627           so we can calculate the total duration for live sources and other
6628           input where we can't query the duration from the start or where
6629           there's no constant framerate from which we can deduce the
6630           duration; also use calculated/observed duration if it is bigger
6631           than the previously queried duration. Furthermore, use
6632           gst_pad_query_peer_duration() and take into account that it may
6633           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6634           screws up comparisons when using unsigned integers. Fixes #504081.
6635
6636 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6637
6638         * configure.ac:
6639         * gst/audiofx/audioamplify.c:
6640         (gst_audio_amplify_clipping_method_get_type),
6641         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6642         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6643         (gst_audio_dynamic_transform_ip):
6644         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6645         (gst_audio_invert_transform_ip):
6646         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6647         (gst_audio_panorama_transform):
6648         * gst/level/gstlevel.c: (gst_level_init):
6649         Make elements GST_BUFFER_FLAG_GAP aware and call
6650         gst_base_transform_set_gap_aware for this.
6651         Bump core requirement to CVS.
6652         
6653         * gst/audiofx/audiochebyshevfreqband.c:
6654         (gst_audio_chebyshev_freq_band_transform_ip):
6655         * gst/audiofx/audiochebyshevfreqlimit.c:
6656         (gst_audio_chebyshev_freq_limit_transform_ip):
6657         Also sync GObject properties to the controller if operating
6658         in passthrough mode.
6659
6660 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6661
6662         * sys/directdraw/gstdirectdrawsink.c:
6663           (gst_directdraw_sink_window_thread):
6664           FALSE is not a gpointer.
6665
6666 2008-01-05  Julien Moutte  <julien@fluendo.com>
6667
6668         * sys/directdraw/gstdirectdrawsink.c:
6669         (gst_directdraw_sink_set_window_id),
6670         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6671         (gst_directdraw_sink_buffer_alloc),
6672         (gst_directdraw_sink_draw_borders),
6673         (gst_directdraw_sink_show_frame),
6674         (gst_directdraw_sink_setup_ddraw),
6675         (gst_directdraw_sink_window_thread),
6676         (gst_directdraw_sink_get_ddrawcaps),
6677         (gst_directdraw_sink_surface_create): Make sure we create our
6678         internal window only when we need it. That will give a chance to
6679         the application to get the prepare-xwindow-id bus message. Draw
6680         black borders when keeping aspect ratio. Handle the case where our
6681         rendering window disappears (closed or errors) like other sinks
6682         do. Various 80 columns fixes, improve state change order. That
6683         element could need some more love.
6684
6685 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6686
6687         * ext/taglib/gstapev2mux.h:
6688         * ext/taglib/gstid3v2mux.h:
6689         Remove useless typedefs without new type name. Fixes a warning with
6690         gcc 4.3.
6691
6692 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6693
6694         Patch by: John Millikin <jmillikin at gmail dot com>
6695
6696         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6697         (gst_flac_dec_setup_stream_decoder),
6698         (gst_flac_normalize_picture_mime_type),
6699         (gst_flac_extract_picture_buffer),
6700         (gst_flac_dec_metadata_callback):
6701         Emit metadata messages when a PICTURE block is encountered.
6702         Fixes #506715.
6703
6704 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6705
6706         * gst/avi/gstavi.c:
6707         increase rank because no known issues anymore ...
6708         * gst/avi/gstavisubtitle.c:
6709         send subtitle name to the srcpad
6710
6711 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6712
6713         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6714         * gst/rtsp/gstrtspsrc.h:
6715         Implement redirect for the DESCRIBE reply. Fixes #506025.
6716
6717 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6718
6719         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6720         Fix 'xyz may be used uninitialized' compiler warnings caused
6721         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6722         abort() in any case but properly report the error.
6723
6724 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6725
6726         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6727         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6728         * sys/ximage/gstximagesrc.c: (composite_pixel):
6729           Fix 'xyz may be used uninitialized' compiler warnings caused
6730           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6731           not really nice to abort in any case). Fixes #505745.
6732
6733 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6734
6735         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6736           Small unit test fix (has no practical impact at the moment,
6737           since we're only feeding utf8 and hence just create a sub-
6738           buffer for the output).
6739
6740 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6741
6742         * gst/avi/gstavisubtitle.c:
6743         * tests/check/elements/avisubtitle.c:
6744         Add seeking support for avi subtitle
6745
6746 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6747
6748         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6749         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6750         (gst_flac_dec_write):
6751         * ext/flac/gstflacdec.h:
6752         Remove some unused vars.
6753         Do more cleanup of leftover events and tags.
6754         Output tags after the segment event. Fixes #504018.
6755
6756 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6757
6758         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6759           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6760           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6761           Detect other UTF byte order markers and convert to UTF-8 as
6762           appropriate.
6763
6764 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * gst/avi/gstavisubtitle.c: (src_template),
6767           (gst_avi_subtitle_extract_utf8_file),
6768           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6769           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6770           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6771         * gst/avi/gstavisubtitle.h:
6772           Refactor a bit; fix name extraction; don't assume all the data
6773           in the chunk is actually subtitle data, there may be padding at
6774           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6775           file so it's there to send again after a seek (for future use).
6776
6777 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6778
6779         * gst/avi/Makefile.am:
6780         * gst/avi/gstavi.c:
6781         * gst/avi/gstavisubtitle.c:
6782         * gst/avi/gstavisubtitle.h:
6783         * tests/check/Makefile.am:
6784         * tests/check/elements/avisubtitle.c:
6785         * win32/common/config.h:
6786                 Add avi subtitle element for bug #442034. Need seeking support
6787                 and more support for character conversion.
6788
6789 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * Makefile.am:
6792           Include common/win32.mak for CRLF check of win32 project
6793           files (see #393626).
6794
6795         * win32/vs6/libgstpng.dsp:
6796           Fix line endings and do cvs admin -kb.
6797
6798 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6799
6800         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6801         Actually drop the buffers which are outside the currently configured
6802         segment instead of just emitting a WARNING.
6803
6804 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6805
6806         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6807         (gst_flac_dec_write):
6808         * ext/flac/gstflacdec.h:
6809         Send segments from the streaming thread. Fixes #502187.
6810         Fix segment seeking and a bunch of other seeking cases.
6811
6812 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6815           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6816           which is where it would end up if the same information was
6817           put in a vorbis comment (don't think it's worth adding a
6818           new URI tag for this). Fixes #488112.
6819
6820 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6821
6822         * configure.ac:
6823           We need core/base 0.10.15 or later.
6824
6825 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6826
6827         Patch by: Mark Nauwelaerts <manauw skynet be>
6828
6829         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6830         Fix regression in stream numbering. Fixes #502655.
6831
6832 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6833
6834         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6835
6836         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6837         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6838         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6839         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6840         (gst_rtp_h264_pay_handle_buffer):
6841         * gst/rtp/gstrtph264pay.h:
6842         Use higher performance start-code searching.
6843         Parse NALs and store SPS, PPS and profile in the caps so that they can
6844         be used in the SDP. Fixes #502814.
6845
6846 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6849         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6850           Init some structs to zero before we pass them to ioctl, which
6851           avoids valgrind warnings.  Also fix a small memory leak.
6852
6853 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6854
6855         Patch by: Wouter Cloetens <wouter at mind dot be>
6856
6857         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6858         Copy timestamp from input to output. Not very perfect yet but better
6859         than nothing. Fixes #503023.
6860
6861 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6862
6863         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6864           Also print a useful error message with the old Wavpack API
6865           if possible.
6866
6867 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6868
6869         * ext/wavpack/gstwavpackdec.c:
6870           More build fixes for old libwavpack versions: include config.h so
6871           that WAVPACK_OLD_API is actually defined as detected; only use
6872           WavpackGetErrorMessage if it is available. This fixes the build
6873           on debian stable for me.
6874
6875 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6876
6877         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6878         * ext/wavpack/gstwavpackparse.c:
6879           (gst_wavpack_parse_create_src_pad):
6880           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6881           versions below 4.40.0.
6882
6883 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6884
6885         * configure.ac:
6886           And now do it right for real...
6887
6888 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6889
6890         * configure.ac:
6891           Correctly reset $LIBS to not contain -lm.
6892
6893 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6894
6895         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6896
6897         * configure.ac:
6898         * ext/cairo/gsttimeoverlay.c:
6899           (gst_cairo_time_overlay_print_smpte_time):
6900           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6901           and checking for rint() and implementing it ourself if it doesn't
6902           exist. Fixes #497293.
6903
6904 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6905
6906         * configure.ac:
6907           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6908
6909 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6910
6911         * sys/oss/gstosshelper.c:
6912         Verify that the format returned after the ioctl is the one
6913         we requested. It is valid for the ioctl to succeed while
6914         substituting an alternate 'supported' sample format.
6915
6916 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6917
6918         * sys/oss/gstossaudio.c: (plugin_init):
6919         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6920         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6921           Post decent (and translated) error message when we can't
6922           open the audio device for some reason.
6923
6924 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6925
6926         * sys/oss/gstosssink.c:
6927         * sys/oss/gstosssrc.c:
6928         Allow the AUDIODEV environment variable to redirect us
6929         to a different default OSS device, like sunaudiosink does
6930         on Solaris (makes audio play automatically on SunRays).
6931
6932 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6933
6934         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6935         * gst/audiofx/audiochebyshevfreqband.c:
6936         (gst_audio_chebyshev_freq_band_transform_ip):
6937         * gst/audiofx/audiochebyshevfreqlimit.c:
6938         (gst_audio_chebyshev_freq_limit_transform_ip):
6939         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6940         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6941         The transform_ip() methods should do nothing if in passthrough mode.
6942         It might get non-writable buffers in that case but the buffer might
6943         as well be writable.
6944
6945         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6946         The transform() methods won't be called in passthrough mode and
6947         otherwise the buffer is always writable so don't check here.
6948
6949 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6950
6951         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6952           Fix seeking in .wav files again (#501775).  Some people seem to think
6953           they don't need to test their changes when they're just 'reflowing'
6954           some code.
6955
6956 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6957
6958         * gst/autodetect/gstautovideosink.c:
6959         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
6960         (gst_auto_video_sink_init),
6961         (gst_auto_video_sink_create_element_with_pretty_name),
6962         (gst_auto_video_sink_find_best),
6963         (gst_auto_video_sink_set_property),
6964         (gst_auto_video_sink_get_property):
6965         * gst/autodetect/gstautovideosink.h:
6966         Fix docs.
6967         Use same error reporting code as autoaudiosink.
6968         Add property to filter sinks based on caps. Only select raw video sinks
6969         by default for backwards compat.
6970         API: GstAutoVideoSink::filter-caps
6971
6972 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
6973
6974         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6975
6976         * gst/autodetect/gstautoaudiosink.c:
6977         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
6978         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
6979         (gst_auto_audio_sink_set_property),
6980         (gst_auto_audio_sink_get_property):
6981         * gst/autodetect/gstautoaudiosink.h:
6982         Add property to filter sinks based on caps. Only select raw audio sinks
6983         by default for backwards compat.  Fixes #417420.
6984         API: GstAutoAudioSink::filter-caps
6985
6986 2007-11-29  Michael Smith <msmith@fluendo.com>
6987
6988         Patch by: Arek Korbik <arkadini@gmail.com>
6989
6990         * gst/videobox/gstvideobox.c: (plugin_init):
6991           Initialise liboil in plugin_init()
6992
6993 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
6994
6995         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
6996         Post error before sending EOS. Fixes #499178.
6997
6998 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
6999
7000         * win32/vs6/gst_plugins_good.dsw:
7001         * win32/vs6/libgstpng.dsp:
7002         Add a project file for libgstpng
7003
7004 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7005
7006         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7007         (gst_rtp_h263_depay_process):
7008         Code beautification.
7009         Added debug statements.
7010         Don't bit-shift everything, just do operations on last/first byte
7011         instead.
7012
7013 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7014
7015         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7016
7017         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7018         Fix wrong comparison in overrun check. Fixes #499239 some more.
7019
7020 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7021
7022         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7023         (gst_rtp_h263_depay_process):
7024         * gst/rtp/gstrtph263depay.h:
7025         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7026         stream.
7027
7028 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7029
7030         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7031
7032         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7033         (gst_rtp_mp4a_depay_process):
7034         * gst/rtp/gstrtpmp4adepay.h:
7035         Fix depayloading when multiple frames are inside one RTP packet.
7036         Fixes #499239.
7037
7038 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7039
7040         * gst/level/gstlevel.c:
7041           Add GAP-flag support.
7042
7043 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7044
7045         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7046         Read the I flag for Mode A h263 rtp stream and set the
7047         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7048         Fixes #499383
7049
7050 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7051
7052         * gst/level/gstlevel.c:
7053           Remove some dead code and do cleanups.
7054
7055 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7056
7057         * tests/check/pipelines/simple-launch-lines.c:
7058           Improve the tests by allowing to set a target state.
7059
7060 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7061
7062         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7063         Don't check the caps of the output buffer if they're equal some
7064         other caps. The caps can change in a backward compatible way
7065         and did at this point.
7066
7067 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7068
7069         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7070         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7071         (gst_qtdemux_seek_to_previous_keyframe),
7072         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7073         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7074         reverse playback support.
7075
7076 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7077
7078         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7079         Also set the channel layout on the Wavpack caps if we're having
7080         a mono layout. Of course only do it for "audio/x-wavpack".
7081
7082 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7083
7084         * ext/wavpack/gstwavpackcommon.c:
7085         (gst_wavpack_get_default_channel_mask),
7086         (gst_wavpack_set_channel_layout),
7087         (gst_wavpack_get_default_channel_positions),
7088         (gst_wavpack_get_channel_mask_from_positions),
7089         (gst_wavpack_set_channel_mapping):
7090         * ext/wavpack/gstwavpackcommon.h:
7091         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7092         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7093         * ext/wavpack/gstwavpackdec.h:
7094         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7095         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7096         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7097         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7098         (gst_wavpack_enc_rewrite_first_block),
7099         (gst_wavpack_enc_sink_event):
7100         * ext/wavpack/gstwavpackenc.h:
7101         * ext/wavpack/gstwavpackparse.c:
7102         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7103         (gst_wavpack_parse_scan_to_find_sample),
7104         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7105         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7106         * ext/wavpack/gstwavpackparse.h:
7107         Add support for encoding, parsing and decoding multichannel
7108         files with up to 8 channels. This also improves the robustness
7109         of parsing quite a bit.
7110
7111         * ext/wavpack/gstwavpackstreamreader.c:
7112         (gst_wavpack_stream_reader_read_bytes),
7113         (gst_wavpack_stream_reader_get_pos),
7114         (gst_wavpack_stream_reader_set_pos_abs),
7115         (gst_wavpack_stream_reader_set_pos_rel),
7116         (gst_wavpack_stream_reader_push_back_byte),
7117         (gst_wavpack_stream_reader_get_length),
7118         (gst_wavpack_stream_reader_can_seek),
7119         (gst_wavpack_stream_reader_write_bytes):
7120         Improve debugging.
7121
7122 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7123
7124         * ext/libpng/gstpngdec.c:
7125         * ext/libpng/gstpngdec.h:
7126           Don't release the png-memory from within the callback.
7127
7128 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7129
7130         Patch by: René Stadler <mail at renestadler dot de>
7131
7132         * ext/libpng/gstpngenc.c:
7133           Don't leak buffer data memory. Fixes #498395.
7134
7135 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7136
7137         Patch by: René Stadler <mail at renestadler dot de>
7138
7139         * tests/check/pipelines/simple-launch-lines.c:
7140           Tests for #498395.
7141
7142 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7143
7144         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7145         (gst_tag_lib_mux_adjust_event_offsets):
7146         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7147         * sys/osxaudio/Makefile.am:
7148         * sys/osxvideo/cocoawindow.h:
7149         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7150
7151 2007-11-15  David Schleef  <ds@schleef.org>
7152
7153         * ext/cairo/gsttextoverlay.c:
7154           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7155
7156 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7157
7158         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7159
7160         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7161         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7162         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7163         * gst/rtp/gstrtpmp2tpay.h:
7164         Fill the MTU with as many packets as possible. Fixes #491323.
7165
7166 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7167
7168         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7169
7170         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7171         Fix some more leaks. Fixes #497007.
7172
7173 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7174
7175         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7176
7177         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7178         (gst_rtspsrc_stream_configure_tcp):
7179         Fix 3 pad leaks. Fixes #496983.
7180
7181 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7182
7183         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7184
7185         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7186         Fix small leak. Fixes #497017.
7187
7188 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7189
7190         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7191         (gst_qtdemux_prepare_current_sample),
7192         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7193         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7194         * gst/qtdemux/qtdemux_fourcc.h:
7195         * gst/qtdemux/qtdemux_types.c:
7196         Add suppport for theora in quicktime according to XiphQT.
7197
7198 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7199
7200         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7201         (gst_v4l2src_init), (gst_v4l2src_set_property),
7202         (gst_v4l2src_get_property):
7203         * sys/v4l2/gstv4l2src.h:
7204         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7205           Always copy buffers by default (handle safer with bugged drivers)
7206           and added a property to make it possible to use mmap effectively (no
7207           copy if possible) when application wants to. Fixes: #480557.
7208
7209 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7210
7211         * gst/id3demux/id3tags.c:
7212         * gst/id3demux/id3tags.h:
7213         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7214           We don't want the same string multiple times in a tag list for the
7215           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7216           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7217
7218 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7219
7220         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7221           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7222           into ID3v2 TXXX frames (fixes #347848).
7223
7224 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7225
7226         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7227           Don't leak sdp message contents (fixes #496773).
7228
7229         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7230           Don't leak URI string.
7231
7232 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7233
7234         Patch by: Julien Puydt <julien dot puydt at laposte net>
7235
7236         * ext/raw1394/Makefile.am:
7237         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7238           (gst_1394_property_probe_get_properties),
7239           (gst_1394_property_probe_probe_property),
7240           (gst_1394_property_probe_needs_probe),
7241           (gst_1394_property_probe_get_values),
7242           (gst_1394_property_probe_interface_init),
7243           (gst_1394_type_add_property_probe_interface):
7244         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7245         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7246           (gst_dv1394src_init), (gst_dv1394src_dispose),
7247           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7248           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7249           (gst_dv1394src_update_device_name):
7250         * ext/raw1394/gstdv1394src.h:
7251           Implement GstPropertyProbe interface and add "device-name" property,
7252           so applications can use this to probe for available devices in the
7253           same way they can already with v4lsrc and v4l2src (however horrible
7254           this property probe interface may be). Fixes #358841.
7255
7256 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7257
7258         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7259
7260         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7261           (gst_rtspsrc_parse_range):
7262           Don't leak event, don't leak range (fixes #496752).
7263
7264 2007-11-14  Michael Smith <msmith@fluendo.com>
7265
7266         Patch by: Arek Korbik <arkadini@gmail.com>
7267
7268         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7269           Detect RGBA/BGRA correctly on little endian systems.
7270
7271 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7272
7273         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7274           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7275           corresponding ioctl() call fails even though the driver claims to
7276           support this format, just fall back to the pre-2.6.19 kernel
7277           routine that creates caps with suitable height and width ranges
7278           (see #448278).
7279
7280 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7281
7282         Patch by: Mark Nauwelaerts <manauw skynet be>
7283
7284         * gst/matroska/matroska-demux.c:
7285           (gst_matroska_demux_push_dvd_clut_change_event),
7286           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7287           (gst_matroska_demux_subtitle_caps):
7288         * gst/matroska/matroska-ids.h:
7289           Extract palette data for dvd subpicture streams and send it
7290           downstream as custom gstreamer dvd event (fixes #453417).
7291
7292 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7293
7294         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7295           Implement minimal parsing of the passed pango font description
7296           string, so passing a font size works the same as with the
7297           pango textoverlay plugin; fixes #455086.
7298           (Maybe we could just use pangocairo here at some point).
7299
7300 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7301
7302         * gst/avi/gstavidemux.c:
7303         * gst/wavparse/gstwavparse.c:
7304           Return the result in _activate_pull(). Don't ref element there.
7305
7306 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7307
7308         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7309         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7310         (gst_wavparse_srcpad_event):
7311           Ref the element when we should, but not when we its not needed. Reflow
7312           the event_handling to not leak the event.       
7313
7314 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7315
7316         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7317         (qtdemux_parse_samples):
7318         Properly free QTDemuxSamples array.
7319         Protect table write with a sensible check, some files apparently DO contain
7320         stts values starting with 0 :(
7321
7322 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7323
7324         * gst/avi/gstavidemux.c:
7325         * gst/qtdemux/qtdemux.c:
7326           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7327           previous commit messed up.
7328
7329 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7330
7331         * gst/avi/gstavidemux.c:
7332         * gst/qtdemux/qtdemux.c:
7333           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7334           element when we should, but not when we its not needed.
7335
7336 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7337
7338         * gst/wavparse/gstwavparse.c:
7339           Return FALSE if we can't handle a query instead of changing the
7340           format. Ignore fact when dealing with mpeg audio.
7341
7342 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7343
7344         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7345
7346         * configure.ac:
7347         * gst/udp/gstdynudpsink.c:
7348         * gst/udp/gstdynudpsink.h:
7349         * gst/udp/gstmultiudpsink.c:
7350         * gst/udp/gstmultiudpsink.h:
7351         * gst/udp/gstudpsink.c:
7352         * gst/udp/gstudpsink.h:
7353           Fix includes for MSVC and GLib-2.14.0 (#492388).
7354
7355         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7356           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7357
7358 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7359
7360         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7361         (gst_mulawdec_chain):
7362         * gst/law/mulaw-decode.h:
7363         Calculate outgoing buffer duration if incoming buffer didn't have a
7364         valid duration.
7365
7366 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7367
7368         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7369         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7370         Smarter combine_flow code that also deals with downstream elements
7371         returning UNEXPECTED when they receive data out of the segment
7372         boundaries. Fixes #491305.
7373
7374 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7375
7376         * sys/v4l2/v4l2src_calls.c:
7377           Fix 'unused variable' compiler warning when compiling against
7378           older kernel headers.
7379
7380 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7381
7382         * ext/taglib/gstid3v2mux.cc (add_funcs):
7383           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7384
7385 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7386
7387         * tests/check/pipelines/simple-launch-lines.c:
7388            Improve the tests a little more.
7389
7390 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7391
7392         patch by: Yun Zheng Hu
7393
7394         * sys/osxaudio/gstosxaudiosrc.c:
7395         Use default input device instead of default output device and
7396         only memcpy actual available bytes.
7397
7398 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7399
7400         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7401           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7402           early. It is temporary until we find something better.
7403
7404 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7405
7406         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7407
7408         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7409         Fix race when pausing a RTSP stream in interleaved.
7410         Fixes #475784.
7411
7412 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7413
7414         Patch by: Peter Kjellerstedt <pkj at axis com>
7415
7416         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7417         Use correct unref function for buffers. #488844.
7418
7419 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7420
7421         * gst/avi/gstavimux.c:
7422         * tests/check/elements/avimux.c:
7423           Add some debug and sync tests with the fix.     
7424
7425 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7426
7427         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7428
7429         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7430         When the socket is used by the app for other purposes, don't generate an
7431         error if there is activaty on the socket that is not data related.
7432         Fixes #487488.
7433
7434 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7435
7436         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7437         (gst_v4l2src_grab_frame):
7438         Add some more debug info. Generate an error when we run out of buffers
7439         for some reason. See #480557.
7440
7441 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7442
7443         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7444
7445         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7446         Set marker bit correctly.
7447
7448 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7449
7450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7451         Use allowed name for the GstStructure.
7452
7453 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7454
7455         * ext/gconf/gstswitchsink.c:
7456         * gst/autodetect/gstautoaudiosink.c:
7457           Use new gst_bus_pop_filtered().
7458
7459 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7460
7461         * sys/v4l2/gstv4l2src.c:
7462         * sys/v4l2/v4l2src_calls.c:
7463           When probing the formats and sizes a camera supports, make
7464           sure the best ones (highest resolution, prefered format)
7465           end up at the beginning of the probed caps and the less
7466           desirable ones at the end.  This is important because the
7467           order within the caps matters for things like fixation and
7468           negotiation, ie. what format is chosen in the end.
7469           With recent kernels, the current probing code will end up
7470           querying the supported sizes from lowest resolution to
7471           highest resolution, adding them to the probed caps in that
7472           order, resulting to v4l2src fixating to the lowest possible
7473           resolution if downstream does not express a size preference.
7474           Also make up a somewhat random ranking of prefered output
7475           formats for the same reason. Fixes #485828.
7476         
7477 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7478
7479         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7480
7481         * gst/id3demux/id3v2frames.c:
7482           Extract license/copyright URIs from ID3v2 WCOP frames
7483           (Fixes #447000).
7484
7485         * tests/check/elements/id3demux.c:
7486         * tests/files/Makefile.am:
7487         * tests/files/id3-447000-wcop.tag:
7488           Add simple unit test.
7489
7490 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7491
7492         * ext/taglib/gstid3v2mux.cc:
7493           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7494           Prerequisite for #447000.
7495
7496 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7497
7498         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7499         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7500         a GstClockTime.
7501
7502 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7503
7504         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7505         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7506         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7507         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7508         (gst_rtspsrc_change_state):
7509         More seeking fixes, mostly passing around the new playback segment in
7510         order to configure it properly.
7511         Also reset base_time of udp sources when setting them back to PLAYING as
7512         a temporary hack until core supports seek in live sources properly.
7513
7514 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7515
7516         * gst/rtp/gstrtpmp4adepay.c:
7517         Fix caps as to not confuse autopluggers.
7518
7519 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7520
7521         * gst/id3demux/gstid3demux.c:
7522         * gst/id3demux/gstid3demux.h:
7523         * gst/id3demux/id3tags.c:
7524         * gst/id3demux/id3tags.h:
7525         * gst/id3demux/id3v2frames.c:
7526           Port ID3 tag demuxer over to the new GstTagDemux in -base
7527           (now would be a good time to test re-importing your music
7528           collection).
7529
7530 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7531
7532         * gst/apetag/Makefile.am:
7533         * gst/apetag/gstapedemux.c:
7534         * gst/apetag/gstapedemux.h:
7535         * gst/apetag/gsttagdemux.c:
7536         * gst/apetag/gsttagdemux.h:
7537           Port APE tag demuxer over to the new GstTagDemux in -base.
7538
7539 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7540
7541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7542         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7543         (gst_rtspsrc_handle_internal_src_query),
7544         (gst_rtspsrc_handle_src_query), (new_session_pad),
7545         (gst_rtspsrc_stream_configure_tcp),
7546         (gst_rtspsrc_stream_configure_transport),
7547         (gst_rtspsrc_loop_send_cmd):
7548         Improve flushing behaviour.
7549         Set state of the udp sources to PAUSE/PLAYING correctly.
7550         Handle events and queries for UDP and TCP transport now.
7551
7552 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7553
7554         * gst/rtp/gstrtpgsmdepay.c:
7555         * gst/rtp/gstrtpgsmpay.c:
7556           Add log category.
7557
7558 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7559
7560         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7561
7562         * tests/check/Makefile.am:
7563         * tests/check/pipelines/simple-launch-lines.c:
7564           Add unit tests for payloaders/depayloaders.
7565
7566 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7567
7568         * gst/avi/gstavimux.c:
7569         * gst/avi/gstavimux.h:
7570           Also save codec data for audio streams. Fixes #482495.
7571
7572 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7573
7574         * gst/avi/gstavimux.c:
7575           Fix "Index entry has invalid stream nr 1".
7576           Add support for muxing aac - work in progress (see #482495).
7577
7578 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7579
7580         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7581         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7582         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7583         * gst/rtsp/gstrtspsrc.h:
7584         Parse bandwidth modifiers, they are not yet configured in the session
7585         manager because we don't have an API for that yet.
7586
7587 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7588
7589         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7590         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7591         Use shiny new function in -base to get the default clock-rate.
7592         Update some docs.
7593
7594 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7595
7596         * win32/MANIFEST:
7597         Add files to win32 manifest.
7598         * win32/vs6/libgstaudiofx.dsp:
7599         * win32/vs6/libgstqtdemux.dsp:
7600         * win32/vs6/libgstrtp.dsp:
7601         * win32/vs6/libgstrtsp.dsp:
7602         Update project files.
7603
7604 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7605
7606         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7607         (gst_rtspsrc_play):
7608         * gst/rtsp/gstrtspsrc.h:
7609         In TCP mode, only timestamp the first buffer. TCP is not real time and
7610         it does not make sense to try to skew compensate, also some servers send
7611         the first batch of data in a burst.
7612
7613 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7614
7615         * gst/matroska/matroska-demux.c:
7616           Fix setting the discont flag on the first buffer
7617           pushed downstream for formats with private codec
7618           data that needs to be deserialised into buffers
7619           (such as vorbis and FLAC when in a matroska container).
7620
7621 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7622
7623         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7624
7625         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7626         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7627         (gst_rtp_mp4v_pay_handle_buffer):
7628         * gst/rtp/gstrtpmp4vpay.h:
7629         Free the config string. Fixes #480707.
7630         Clean up the timestamp code a little.
7631
7632 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7633
7634         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7635         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7636         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7637         * gst/rtsp/gstrtspsrc.h:
7638         Set timestamps on RTP buffers in interleaved mode.
7639         Mark first buffers with a DISCONT.
7640         Remove flush hack now that sync for live sources has been figured out.
7641
7642 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7643
7644         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7645         Update documentation.
7646
7647 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7648
7649         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7650         (gst_rtp_xqt_depay_change_state):
7651         * gst/qtdemux/gstrtpxqtdepay.h:
7652         Fail if we don't know the quicktime format.
7653
7654 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7655
7656         * ext/flac/gstflacenc.c:
7657         * ext/flac/gstflacenc.h:
7658           Save the flow return from the last gst_pad_push() and
7659           make sure we pass the right flow return value upstream
7660           in the case of failure; minor clean-ups.
7661
7662 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7663
7664         * ext/taglib/gstapev2mux.cc:
7665         * ext/taglib/gstid3v2mux.cc:
7666         * gst/apetag/gstapedemux.c:
7667           Add support for the new GST_TAG_COMPOSER (#459809).
7668
7669 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7670
7671         * gst/law/alaw-decode.c:
7672         * gst/law/alaw-decode.h:
7673         * gst/law/alaw-encode.c:
7674         * gst/law/alaw-encode.h:
7675         * gst/law/alaw.c:
7676         * gst/law/mulaw-conversion.h:
7677           Compulsive clean-ups: use boilerplate macros, add debug
7678           categories, fix up things to conform to symbol nomenklatura,
7679           etc.
7680
7681 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7682
7683         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7684
7685         * gst/law/alaw-decode.c:
7686         * gst/law/alaw-encode.c:
7687           Use static tables for A-Law decoding and encoding; this makes
7688           A-Law decoding and encoding less CPU-intensive, but increases
7689           the binary size a bit. Leaving old code around for now,
7690           selectable by a define in the code. Fixes #435435.
7691
7692 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7693
7694         * configure.ac:
7695         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7696         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7697         in configure.ac.
7698
7699 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7700
7701         Patch by: Jan Gerber <j at bootlab dot org>
7702
7703         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7704         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7705
7706 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7707
7708         * sys/oss/gstosshelper.c:
7709           Use GST_WARNING instead of a g_critical. This situation is not caused
7710           by the application.
7711
7712 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7713
7714         * po/LINGUAS:
7715         * po/nl.po:
7716           Updated translations.
7717
7718 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7719
7720         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7721
7722         * po/eu.po:
7723           Added Basque translation.
7724
7725 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7726
7727         translated by: Abel Cheung <abelcheung@gmail.com>
7728
7729         * po/zh_HK.po:
7730         * po/zh_TW.po:
7731           Added Chinese (traditional and Hong Kong) translation.
7732
7733 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7734
7735         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7736
7737         * po/pl.po:
7738           Added Polish translation.
7739
7740 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7741
7742         translated by: Ilkka Tuohela <hile@iki.fi>
7743
7744         * po/fi.po:
7745           Added Finnish translation.
7746
7747 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7748
7749         translated by: Jorge González González <aloriel@gmail.com>
7750
7751         * po/es.po:
7752           Added Spanish translation.
7753
7754 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7755
7756         translated by: Mogens Jaeger <mogens@jaeger.tf>
7757
7758         * po/da.po:
7759           Added Danish translation.
7760
7761 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7762
7763         translated by: Funda Wang <fundawang@linux.net.cn>
7764
7765         * po/zh_CN.po:
7766           Added Chinese (simplified) translation.
7767
7768 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7769
7770         translated by: Alexander Shopov <ash@contact.bg>
7771
7772         * po/bg.po:
7773           Added Bulgarian translation.
7774
7775 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7776
7777         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7778         Set outgoing packet duration because we can. Fixes #478244 some more.
7779
7780 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7781
7782         * ext/cairo/gsttextoverlay.c:
7783           Add info about static leak.
7784         
7785         * tests/check/Makefile.am:
7786         * tests/check/generic/states.c:
7787           Improved state change unit test.
7788
7789 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7790
7791         * docs/plugins/.cvsignore:
7792         * tests/check/.cvsignore:
7793           Ignore registries in any format.
7794
7795 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7796
7797         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7798         Removed some unused code.
7799
7800         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7801         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7802         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7803         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7804         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7805         (gst_rtp_theora_pay_flush_packet):
7806         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7807         Try to preserve the incomming buffer duration on the outgoing
7808         packets. Fixes #478244.
7809
7810 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7811
7812         * ext/taglib/gstapev2mux.cc:
7813         * ext/taglib/gstid3v2mux.cc:
7814           Work around compiler warnings with g++-4.2 when assigning a
7815           string constant to a gchar * (partially fixes #478092).
7816
7817 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7818
7819         * configure.ac:
7820           We require core CVS now for gst_base_src_set_do_timestamp().
7821
7822 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7823
7824         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7825         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7826         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7827         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7828         (gst_rtspsrc_handle_message):
7829         Fix compiler warnings shown with Forte.
7830
7831 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7832
7833         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7834         (gst_rtspsrc_dup_printf):
7835         Give meaningfull error when all streams failed to configure for some
7836         reason.
7837
7838 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7839
7840         * gst/rtp/README:
7841         Update README with the design for synchronisation rules of RTP on
7842         sender and receiver.
7843
7844 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7845
7846         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7847         (gst_wavparse_chain):
7848         Don't push EOS from the chain function, the element
7849         driving the pipeline is responsible for this. The bug
7850         this was meant to fix seems to be queue not forwarding
7851         EOS in all cases (see #476514).
7852
7853 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7854
7855         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7856         (gst_level_transform_ip):
7857         * gst/level/gstlevel.h:
7858         Use basetransform segment so that it is correctly managed on flushes and
7859         start/stop.
7860         Report message timestamp as stream time, which is what an application
7861         can understand.
7862
7863 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7864
7865         * ext/taglib/gstapev2mux.cc:
7866         * ext/taglib/gstapev2mux.h:
7867         * ext/taglib/gsttaglibmux.c:
7868         * tests/check/elements/apev2mux.c:
7869         Update my mail address.
7870
7871 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7872
7873         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7874         (gst_wavparse_loop), (gst_wavparse_chain):
7875         Add EOS logic for the push-based mode too. Fixes #476514.
7876
7877 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7878
7879         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7880         * gst/law/alaw-encode.h:
7881         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7882         (gst_mulawenc_chain):
7883         * gst/law/mulaw-encode.h:
7884         Fix law encoder timestamps.
7885
7886 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7887
7888         * ext/gconf/gstgconfaudiosink.c:
7889           Fix warning when building without debug.
7890
7891         * sys/oss/gstossmixertrack.c:
7892           Use const like in alsamixertrack.c (fixes warnings).
7893
7894 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7895
7896         * sys/v4l2/v4l2src_calls.c:
7897         (gst_v4l2src_probe_caps_for_format_and_size):
7898         Fix framerate detection code some more.
7899         Handle the case where there is a weird step in the stepwise framerates.
7900         Don't overwrite the min interval with the framerate, use a temp variable
7901         instead.
7902         Use max in the Continuous framerate intervals instead of step, which is
7903         1 according to the docs. Fixes #475424.
7904
7905 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7906
7907         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7908         Make udpsrc timestamp outgoing buffers based on when they were received.
7909         Also make it output a segment in time.
7910
7911 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7912
7913         * gst/avi/gstavidemux.c:
7914           Plug a little leak. Little code cleanups.
7915
7916 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7917
7918         * configure.ac:
7919           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7920           flac versions, 's good for cross-compilation karma.
7921
7922 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7923
7924         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7925
7926         * gst/rtp/gstrtph263pay.c:
7927           Fix up header structure so that compilers don't add padding
7928           between the structure fields, since that would lead to us
7929           sending RTP packets with broken headers (as is currently the
7930           case when compiling with MSVC). Also see similar fixes in
7931           libgstrtp in gst-plugins-base. (#474616; #471194)
7932
7933 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7934
7935         * sys/v4l2/v4l2src_calls.c:
7936         (gst_v4l2src_probe_caps_for_format_and_size):
7937         Don't overwrite our GValue with 0 but instead use the previously
7938         computed value. Fixes #471823 some more.
7939
7940 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7941
7942         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7943           No tabs in this file please, or gtk-doc will end up documenting
7944           rather absurd class hierarchies.
7945
7946 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7947
7948         * ext/gconf/gstswitchsink.c:
7949           If the new kid element fails to change state for some reason
7950           (e.g. esdsink not being able to connect to the sound server),
7951           forward the error message it posted on the bus instead of just
7952           posting a generic 'Internal state change error: please file a
7953           bug' error message. Fixes #471364.
7954
7955 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7956
7957         * gst/qtdemux/Makefile.am:
7958         * gst/qtdemux/qtdemux.c:
7959           Don't assume tags are encoded as UTF-8 (#473670).
7960
7961 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7962
7963         * sys/v4l2/gstv4l2src.c:
7964         * sys/v4l2/gstv4l2src.h:
7965         * sys/v4l2/v4l2src_calls.c:
7966           Implement LATENCY queries in the crudest way possible so I don't
7967           have to use sync=false any longer when testing with videosinks.
7968
7969 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
7970
7971         * configure.ac:
7972           Fix build.
7973
7974 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7975
7976         * sys/v4l2/v4l2src_calls.c:
7977         (gst_v4l2src_probe_caps_for_format_and_size):
7978         Add some more debugging in the framerate function.
7979         Iterate stepwise framerate up to and _including_ the max and if nothing
7980         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
7981         don't end up with an empty list. Fixes #471823
7982
7983 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7984
7985         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
7986         (gst_multiudpsink_set_clients_string),
7987         (gst_multiudpsink_get_clients_string),
7988         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
7989         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
7990         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
7991         (gst_multiudpsink_clear):
7992         Add property do configure destination address/port pairs
7993         API:GstMultiUDPSink::clients
7994
7995 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
7996
7997         * tests/examples/Makefile.am:
7998         * tests/examples/rtp/Makefile.am:
7999         * tests/examples/rtp/client-H263p-AMR.sh:
8000         * tests/examples/rtp/client-H263p-PCMA.sdp:
8001         * tests/examples/rtp/client-H263p-PCMA.sh:
8002         * tests/examples/rtp/client-H264-PCMA.sdp:
8003         * tests/examples/rtp/client-H264-PCMA.sh:
8004         * tests/examples/rtp/client-PCMA.sh:
8005         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8006         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8007         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8008         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8009         Added some RTP example scripts for sending and receiving RTP streams.
8010
8011 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8012
8013         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8014         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8015         Restructure the setcaps function so that we can also compute the
8016         expected GStreamer output size of the video frames.
8017         Set frame_byte_size correctly so that read-based devices have a chance
8018         of working correctly.
8019         When grabbing a frame, discard frames that are not of the expected size.
8020         Some cameras don't output the right framesize for the first buffer.
8021         Try only a couple of times to get a valid frame, else error out.
8022
8023         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8024         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8025         Add some more debug info when scanning the device.
8026
8027         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8028         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8029         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8030         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8031         Add some more debug info when dequeing a frame.
8032
8033 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8034
8035         * gst/wavparse/gstwavparse.c:
8036           More code cleanups. Add some more comment and improve debugs logs.
8037
8038 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8039
8040         * gst/wavparse/gstwavparse.c:
8041         * gst/wavparse/gstwavparse.h:
8042           Implement seek-query. Refactor duration calculations. Appropriate use
8043           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8044           out of loops.
8045
8046 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8047
8048         * gst/avi/gstavidemux.c:
8049           Implement seek-query.
8050
8051 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8052
8053         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8054         (gst_rtspsrc_dup_printf):
8055         Use new basesink async property to make sparse RTCP packet not wait for
8056         preroll.
8057
8058 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8059
8060         * gst/audiofx/Makefile.am:
8061         Dist the right file.
8062
8063 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8064
8065         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8066         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8067         Make sure we generate and parse floating point values in the POSIX
8068         locale instead of the current locale. 
8069
8070 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8071
8072         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8073         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8074         (gst_rtspsrc_play):
8075         * gst/rtsp/gstrtspsrc.h:
8076         Fix method detection again.
8077         Keep track of when we must send a Range header.
8078         Use segment values for Range, Speed and Scale headers.
8079         Parse Speed and Scale headers to update the segment values.
8080
8081 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8082
8083         patch by: Mark Nauwelaerts <manauw@skynet.be>
8084
8085         * sys/v4l2/v4l2src_calls.c:
8086           Handle optional v4l2 ioctls gracefully.
8087
8088 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8089
8090         * gst/rtp/Makefile.am:
8091         * gst/rtp/gstrtp.c: (plugin_init):
8092         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8093         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8094         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8095         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8096         (gst_rtp_h263_depay_get_property),
8097         (gst_rtp_h263_depay_change_state),
8098         (gst_rtp_h263_depay_plugin_init):
8099         * gst/rtp/gstrtph263depay.h:
8100         Added an H263 depayloader. Fixes #369392.
8101
8102         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8103         (gst_rtp_h263p_depay_process):
8104         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8105         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8106         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8107         payloads.
8108         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8109
8110 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8111
8112         * gst/audiofx/audiochebyshevfreqband.c:
8113         * gst/audiofx/audiochebyshevfreqlimit.c:
8114         Add small comparision with the windowed sinc filters in the docs.
8115
8116 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8117
8118         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8119         (audiochebyshevfreqband_suite):
8120         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8121         (audiochebyshevfreqlimit_suite):
8122         Also test 32 bit float mode and the type 2 variants of the filters.
8123
8124 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8125
8126         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8127         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8128         (gst_rtspsrc_loop):
8129         Refactor the udp and interleaved loop function a bit.
8130
8131 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8132
8133         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8134         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8135         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8136         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8137         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8138         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8139         * gst/rtsp/gstrtspsrc.h:
8140         Protect connection activity with a new lock, avoids deadlocks when going
8141         to PAUSED. Fixes #455808.
8142
8143 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8144
8145         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8146         Fix debug statement.
8147
8148 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8149
8150         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8151         Fix stray %u in debug line as spotted by Saur on IRC.
8152
8153 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8154
8155         * gst/audiofx/audiochebyshevfreqband.c:
8156         (gst_audio_chebyshev_freq_band_class_init):
8157         * gst/audiofx/audiochebyshevfreqlimit.c:
8158         (gst_audio_chebyshev_freq_limit_class_init):
8159         Use generator macros for the process functions for the different
8160         sample types, add lower upper boundaries for the GObject properties
8161         so automatically generated UIs can use sliders and add a note about
8162         the number of poles as a too high number of poles combined with
8163         very low or very high frequencies will produce only noise.
8164         * docs/plugins/gst-plugins-good-plugins.args:
8165         Regenerated for the property changes.
8166
8167 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8168
8169         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8170         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8171         (gst_rtspsrc_stream_configure_udp_sink),
8172         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8173         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8174         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8175         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8176         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8177         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8178         * gst/rtsp/gstrtspsrc.h:
8179         Improve timeout handling.
8180         Use the same socket for sending and receiving RTCP packets so that some
8181         servers can track clients better.
8182         Improve connection closed handling. Try to reconnect.
8183         Don't overwrite our content base with NULL.
8184         Improve debugging.
8185         Improve range parsing and handling.
8186         Remove flushing hack now that core does the right thing.
8187
8188 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8189
8190         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8191         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8192         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8193         (gst_multiudpsink_close), (gst_multiudpsink_add):
8194         * gst/udp/gstmultiudpsink.h:
8195         Add support for getting and setting the socket to use.
8196
8197         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8198         (gst_udpsrc_create), (gst_udpsrc_get_property):
8199         Add support for getting the currently used socket.
8200
8201 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8202
8203         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8204
8205         * gst/audiofx/Makefile.am:
8206         * gst/audiofx/audiochebyshevfreqband.c:
8207         (gst_audio_chebyshev_freq_band_mode_get_type),
8208         (gst_audio_chebyshev_freq_band_base_init),
8209         (gst_audio_chebyshev_freq_band_dispose),
8210         (gst_audio_chebyshev_freq_band_class_init),
8211         (gst_audio_chebyshev_freq_band_init),
8212         (generate_biquad_coefficients), (calculate_gain),
8213         (generate_coefficients),
8214         (gst_audio_chebyshev_freq_band_set_property),
8215         (gst_audio_chebyshev_freq_band_get_property),
8216         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8217         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8218         (gst_audio_chebyshev_freq_band_start):
8219         * gst/audiofx/audiochebyshevfreqband.h:
8220         * gst/audiofx/audiochebyshevfreqlimit.c:
8221         (gst_audio_chebyshev_freq_limit_mode_get_type),
8222         (gst_audio_chebyshev_freq_limit_base_init),
8223         (gst_audio_chebyshev_freq_limit_dispose),
8224         (gst_audio_chebyshev_freq_limit_class_init),
8225         (gst_audio_chebyshev_freq_limit_init),
8226         (generate_biquad_coefficients), (calculate_gain),
8227         (generate_coefficients),
8228         (gst_audio_chebyshev_freq_limit_set_property),
8229         (gst_audio_chebyshev_freq_limit_get_property),
8230         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8231         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8232         (gst_audio_chebyshev_freq_limit_start):
8233         * gst/audiofx/audiochebyshevfreqlimit.h:
8234         * gst/audiofx/audiofx.c: (plugin_init):
8235         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8236         Fixes #464800.
8237
8238         * tests/check/Makefile.am:
8239         * tests/check/elements/.cvsignore:
8240         * tests/check/elements/audiochebyshevfreqband.c:
8241         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8242         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8243         * tests/check/elements/audiochebyshevfreqlimit.c:
8244         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8245         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8246         Add unit tests for the chebyshev filters.
8247
8248         * docs/plugins/Makefile.am:
8249         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8250         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8251         * docs/plugins/gst-plugins-good-plugins.args:
8252         * docs/plugins/inspect/plugin-1394.xml:
8253         * docs/plugins/inspect/plugin-audiofx.xml:
8254         * docs/plugins/inspect/plugin-dv.xml:
8255         * docs/plugins/inspect/plugin-flac.xml:
8256         * docs/plugins/inspect/plugin-jpeg.xml:
8257         * docs/plugins/inspect/plugin-png.xml:
8258         * docs/plugins/inspect/plugin-rtp.xml:
8259         * docs/plugins/inspect/plugin-shout2send.xml:
8260         * docs/plugins/inspect/plugin-wavpack.xml:
8261         And add docs for the chebyshev filters. While doing
8262         that also run make update in docs/plugins.
8263
8264 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8265
8266         * ext/annodex/gstcmmltag.c:
8267         * gst/rtp/gstrtpvorbispay.c:
8268           Make ro memory to share.
8269
8270 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8271
8272         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8273         Improve UDP performance by avoiding a select() when we have data
8274         available immediatly.
8275
8276 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8277
8278         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8279         (gst_rtp_dec_class_init):
8280         * gst/rtsp/gstrtpdec.h:
8281         Add (dummy) SSRC management signals.
8282
8283         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8284         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8285         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8286         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8287         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8288         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8289         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8290         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8291         * gst/rtsp/gstrtspsrc.h:
8292         Add connection-speed property.
8293         Add find_stream helper functions.
8294         Handle stream EOS based on BYE messages or SSRC timeout.
8295         Returns SUCCESS from the state change function as we hide our async
8296         elements from the parent.
8297
8298 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8299
8300         * gst/debug/rndbuffersize.c:
8301           Fix da leak.
8302
8303 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8304
8305         * gst/debug/Makefile.am:
8306         * gst/debug/breakmydata.c:
8307         * gst/debug/gstdebug.c:
8308         * gst/debug/negotiation.c:
8309         * gst/debug/progressreport.c:
8310         * gst/debug/rndbuffersize.c:
8311         * gst/debug/testplugin.c:
8312           Add new test element and clean-up the others a little.
8313
8314 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8315
8316         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8317         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8318
8319 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8320
8321         * gst/rtp/gstrtpilbcdepay.c:
8322           Include stdlib.
8323
8324 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8325
8326         * gst/rtp/gstrtpmpvdepay.c:
8327         Set the mpegversion in the caps so that autoplugging does not get
8328         confused.
8329
8330 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8331
8332         * po/hu.po:
8333         * po/uk.po:
8334         * po/vi.po:
8335           Updated translations.
8336
8337 2007-08-08  Michael Smith <msmith@fluendo.com>
8338
8339         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8340           Render right border in the correct location.
8341
8342 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8343
8344         Patch by: Olivier Crete <tester at tester dot ca>
8345
8346         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8347         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8348         Make mode property a string. Fixes #464475.
8349
8350 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8351
8352         * ext/flac/gstflacenc.c:
8353           Widen caps to match decoder a bit and add more FIXMEs.
8354
8355 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8356
8357         patch by: Mark Nauwelaerts <manauw@skynet.be>
8358
8359         * gst/avi/gstavimux.c:
8360           Fix ODML index tag numbering. Fixes #463624.
8361
8362 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8363
8364         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8365         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8366         (gst_rtspsrc_stream_configure_tcp),
8367         (gst_rtspsrc_stream_configure_udp_sink):
8368         Fix default clock-rate for realmedia.
8369         Fix parsing of transport.
8370         Don't try to link NULL pads.
8371
8372 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8373
8374         * po/POTFILES.skip:
8375           Add POTFILES.skip with list of source files that aren't disted at the
8376           moment but contain translatable strings. Should hopefully pacify
8377           broken tools and make it clearer that these files are left out
8378           intentionally (#461600).
8379
8380 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8381
8382         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8383         If the buffer was entirely clipped ... don't try sending it :)
8384
8385 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8386
8387         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8388         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8389         (gst_rtspsrc_create_transports_string),
8390         (gst_rtspsrc_prepare_transports):
8391         If we don't hav a session manager, set the caps on outgoing buffers
8392         ourselves.
8393         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8394         Append final bit of the transport string even when it does not contain a
8395         placeholder.
8396
8397 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8398
8399         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8400         (gst_rtsp_ext_list_connect):
8401         * gst/rtsp/gstrtspext.h:
8402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8403         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8404         Clean up the interface list.
8405         Allow connecting to interface signals for the extensions.
8406         Remove old extension code.
8407         Free list on cleanup.
8408         Allow extensions to send additional RTSP messages.
8409
8410 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8411
8412         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8413         Handle a NULL gconf key gracefully by rendering the default element.
8414
8415 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8416
8417         * gst/rtsp/gstrtspext.h:
8418         Fix include path for extension interface.
8419
8420 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8421
8422         * gst/audiofx/audioamplify.h:
8423         Also remove a now unecessary variable here.
8424
8425 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8426
8427         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8428         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8429         * gst/audiofx/audiodynamic.c:
8430         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8431         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8432         * gst/audiofx/audiodynamic.h:
8433         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8434         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8435         * gst/audiofx/audioinvert.h:
8436         Don't save format information ourselves, this is already saved in
8437         GstAudioFilter.
8438
8439 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8440
8441         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8442         (gst_rtsp_ext_list_stream_select):
8443         * gst/rtsp/gstrtspext.h:
8444         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8445         Use rank to filter out extensions.
8446         Add url to stream_select interface call.
8447
8448 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8449
8450         * gst/rtsp/Makefile.am:
8451         * gst/rtsp/base64.c:
8452         * gst/rtsp/base64.h:
8453         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8454         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8455         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8456         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8457         (gst_rtsp_ext_list_setup_media),
8458         (gst_rtsp_ext_list_configure_stream),
8459         (gst_rtsp_ext_list_get_transports),
8460         (gst_rtsp_ext_list_stream_select):
8461         * gst/rtsp/gstrtspext.h:
8462         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8463         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8464         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8465         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8466         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8467         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8468         (gst_rtspsrc_stream_configure_tcp),
8469         (gst_rtspsrc_stream_configure_mcast),
8470         (gst_rtspsrc_stream_configure_udp),
8471         (gst_rtspsrc_stream_configure_udp_sink),
8472         (gst_rtspsrc_stream_configure_transport),
8473         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8474         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8475         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8476         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8477         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8478         (gst_rtspsrc_parse_methods),
8479         (gst_rtspsrc_create_transports_string),
8480         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8481         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8482         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8483         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8484         * gst/rtsp/gstrtspsrc.h:
8485         * gst/rtsp/rtsp.h:
8486         * gst/rtsp/rtspconnection.c:
8487         * gst/rtsp/rtspconnection.h:
8488         * gst/rtsp/rtspdefs.c:
8489         * gst/rtsp/rtspdefs.h:
8490         * gst/rtsp/rtspext.h:
8491         * gst/rtsp/rtspextwms.c:
8492         * gst/rtsp/rtspextwms.h:
8493         * gst/rtsp/rtspmessage.c:
8494         * gst/rtsp/rtspmessage.h:
8495         * gst/rtsp/rtsprange.c:
8496         * gst/rtsp/rtsprange.h:
8497         * gst/rtsp/rtsptransport.c:
8498         * gst/rtsp/rtsptransport.h:
8499         * gst/rtsp/rtspurl.c:
8500         * gst/rtsp/rtspurl.h:
8501         * gst/rtsp/sdp.h:
8502         * gst/rtsp/sdpmessage.c:
8503         * gst/rtsp/sdpmessage.h:
8504         * gst/rtsp/test.c:
8505         Use shiny new RTSP and SDP library.
8506         Implement RTSP extensions using the new interface.
8507         Remove a lot of old code.
8508
8509 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8510
8511         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8512         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8513
8514 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8515
8516         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8517         Don't unref the outgoing buffer twice when dropping it because it's
8518         outside of the segment.
8519
8520 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8521
8522         * configure.ac:
8523         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8524         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8525         Use the new buffer clipping function from gstaudio here and
8526         require gst-plugins-base CVS.
8527         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8528         For framed Wavpack buffers we require a valid timestamp.
8529
8530 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8531
8532         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8533         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8534         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8535         Clip raw audio and video when we can, keep track of current output
8536         segment.
8537         Don't leak buffers and events when there is no output pad.
8538         Improve debugging here and there.
8539
8540 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8541
8542         * configure.ac:
8543           Sync liboil check with plugins-base.
8544
8545 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8546
8547         * ext/annodex/Makefile.am:
8548           Fix CFLAGS/LIBS.
8549
8550         * ext/cdio/gstcdiocddasrc.c:
8551         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8552           Include stdlib
8553
8554         * ext/cairo/Makefile.am:
8555         * gst/videofilter/Makefile.am:
8556         * tests/examples/level/Makefile.am:
8557           Use $(LIBM) instead of -lm
8558
8559 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8560
8561         * sys/v4l2/gstv4l2src.c:
8562           Add another example pipeline.
8563
8564 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8565
8566         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8567
8568         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8569           Use define here.
8570
8571         * sys/v4l2/gstv4l2tuner.c:
8572         (gst_v4l2_tuner_set_frequency_and_notify):
8573           Don't touch the property - its still disabled.
8574
8575         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8576         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8577         * sys/v4l2/v4l2src_calls.h:
8578           Improve fallback format negotionation. Fixes #451388
8579
8580 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8581
8582         * tests/check/elements/videocrop.c: (GST_START_TEST):
8583           Fix the test.
8584
8585 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8586
8587         * docs/plugins/Makefile.am:
8588         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8589         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8590         * docs/plugins/inspect/plugin-jpeg.xml:
8591         * docs/plugins/inspect/plugin-png.xml:
8592         * ext/jpeg/gstjpegdec.c:
8593         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8594         (gst_pngdec_sink_setcaps):
8595           More docs. More logs in pngdec.
8596
8597 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8598
8599         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8600           Initialize num_buffers with minimum value.
8601
8602         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8603         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8604           Handle frame-size query failure gracefully.
8605
8606 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8607
8608         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8609         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8610         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8611         of qt/aac files.
8612
8613 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8614
8615         * ext/wavpack/gstwavpackdec.c:
8616         (gst_wavpack_dec_clip_outgoing_buffer):
8617         Fix buffer clipping to correctly clip to the segment stop.
8618
8619 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8620
8621         * configure.ac:
8622         * tests/Makefile.am:
8623         Remove bogus check for libcheck, since we check for
8624         gstreamer-check and it pulls in the required info from there,
8625         and we weren't actually _using_ the information for libcheck
8626         ourselves anyway.
8627
8628 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8629
8630         * configure.ac:
8631           Use pkg-config to locate check.
8632
8633 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8634
8635         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8636         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8637         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8638         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8639         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8640         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8641         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8642         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8643         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8644         * gst/effectv/gstrev.c: (gst_revtv_transform):
8645         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8646         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8647         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8648         * gst/matroska/matroska-demux.c:
8649         (gst_matroska_demux_add_wvpk_header),
8650         (gst_matroska_demux_check_subtitle_buffer),
8651         (gst_matroska_decode_buffer):
8652         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8653           Fix build against core CVS.
8654
8655 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8656
8657         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8658         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8659         don't have enough granularity to convert that boolean into a
8660         GstFlowReturn.
8661
8662 2007-07-06  Michael Smith <msmith@fluendo.com>
8663
8664         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8665         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8666         (gst_alawdec_change_state):
8667         * gst/law/alaw-decode.h:
8668         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8669         (gst_mulawdec_class_init), (gst_mulawdec_init),
8670         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8671         * gst/law/mulaw-decode.h:
8672           Fix capsnego bogosity in *law decoders. 
8673
8674 2007-07-06  Michael Smith <msmith@fluendo.com>
8675
8676         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8677         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8678         (gst_smokeenc_change_state):
8679         * ext/jpeg/gstsmokeenc.h:
8680           Remove stupidity in get/set caps functions.
8681           Fix some refcounting problems.
8682
8683 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8684
8685         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8686         Remove endianness-flipping hack that seems to have been required
8687         only because of a bug in ffmpegcolorspace.
8688         Partially Fixes: #451908
8689
8690 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8691
8692         * docs/plugins/Makefile.am:
8693           Simplify --extra-dir as gtkdoc scans recursively.
8694
8695 2007-07-03  Wim Taymans  <wim@fluendo.com>
8696
8697         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8698
8699         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8700         Set the encoding-name in the rtp caps to all uppercase, as required by
8701         the caps spec.
8702         Some small cleanups in the error paths. Fixes #453037.
8703
8704 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8705
8706         * ext/wavpack/gstwavpackparse.c:
8707         (gst_wavpack_parse_index_get_last_entry),
8708         (gst_wavpack_parse_index_get_entry_from_sample),
8709         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8710         (gst_wavpack_parse_scan_to_find_sample):
8711         * ext/wavpack/gstwavpackparse.h:
8712         Use a GSList for the GArray that is used like a list anyway.
8713
8714 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8715
8716         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8717         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8718         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8719           Add state change function where we set 0/1 as default framerate in
8720           case our setcaps function isn't called, like it might not in a
8721           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8722           gdkpixbufdec trying to create caps with a 0/0 framerate.
8723           Also post an error message on the bus if gst_pad_push() fails when
8724           called from our sink event handler (+1 for flow returns for event
8725           functions in 0.11) instead of failing silently.
8726
8727 2007-06-27  Wim Taymans  <wim@fluendo.com>
8728
8729         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8730         Cast stack args to the proper types. Fixes #451249.
8731
8732 2007-06-27  Wim Taymans  <wim@fluendo.com>
8733
8734         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8735         (new_session_pad), (gst_rtspsrc_setup_streams):
8736         * gst/rtsp/gstrtspsrc.h:
8737         For container formats we only need to activate one of the streams so
8738         that we correctly signal no-more-pads. Fixes #451015.
8739
8740 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8741
8742         * docs/plugins/gst-plugins-good-plugins.args:
8743         * docs/plugins/inspect/plugin-aasink.xml:
8744         * docs/plugins/inspect/plugin-alaw.xml:
8745         * docs/plugins/inspect/plugin-alpha.xml:
8746         * docs/plugins/inspect/plugin-alphacolor.xml:
8747         * docs/plugins/inspect/plugin-annodex.xml:
8748         * docs/plugins/inspect/plugin-apetag.xml:
8749         * docs/plugins/inspect/plugin-audiofx.xml:
8750         * docs/plugins/inspect/plugin-auparse.xml:
8751         * docs/plugins/inspect/plugin-autodetect.xml:
8752         * docs/plugins/inspect/plugin-avi.xml:
8753         * docs/plugins/inspect/plugin-cacasink.xml:
8754         * docs/plugins/inspect/plugin-cairo.xml:
8755         * docs/plugins/inspect/plugin-cdio.xml:
8756         * docs/plugins/inspect/plugin-cutter.xml:
8757         * docs/plugins/inspect/plugin-debug.xml:
8758         * docs/plugins/inspect/plugin-efence.xml:
8759         * docs/plugins/inspect/plugin-effectv.xml:
8760         * docs/plugins/inspect/plugin-esdsink.xml:
8761         * docs/plugins/inspect/plugin-flac.xml:
8762         * docs/plugins/inspect/plugin-flxdec.xml:
8763         * docs/plugins/inspect/plugin-gconfelements.xml:
8764         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8765         * docs/plugins/inspect/plugin-goom.xml:
8766         * docs/plugins/inspect/plugin-halelements.xml:
8767         * docs/plugins/inspect/plugin-icydemux.xml:
8768         * docs/plugins/inspect/plugin-id3demux.xml:
8769         * docs/plugins/inspect/plugin-jpeg.xml:
8770         * docs/plugins/inspect/plugin-ladspa.xml:
8771         * docs/plugins/inspect/plugin-level.xml:
8772         * docs/plugins/inspect/plugin-matroska.xml:
8773         * docs/plugins/inspect/plugin-mulaw.xml:
8774         * docs/plugins/inspect/plugin-multipart.xml:
8775         * docs/plugins/inspect/plugin-navigationtest.xml:
8776         * docs/plugins/inspect/plugin-ossaudio.xml:
8777         * docs/plugins/inspect/plugin-png.xml:
8778         * docs/plugins/inspect/plugin-quicktime.xml:
8779         * docs/plugins/inspect/plugin-rtp.xml:
8780         * docs/plugins/inspect/plugin-rtsp.xml:
8781         * docs/plugins/inspect/plugin-smpte.xml:
8782         * docs/plugins/inspect/plugin-speex.xml:
8783         * docs/plugins/inspect/plugin-taglib.xml:
8784         * docs/plugins/inspect/plugin-udp.xml:
8785         * docs/plugins/inspect/plugin-videobalance.xml:
8786         * docs/plugins/inspect/plugin-videobox.xml:
8787         * docs/plugins/inspect/plugin-videocrop.xml:
8788         * docs/plugins/inspect/plugin-videoflip.xml:
8789         * docs/plugins/inspect/plugin-videomixer.xml:
8790         * docs/plugins/inspect/plugin-wavenc.xml:
8791         * docs/plugins/inspect/plugin-wavparse.xml:
8792         * docs/plugins/inspect/plugin-ximagesrc.xml:
8793           Update docs with caps info.
8794
8795 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8796
8797         * po/POTFILES.in:
8798           Add more files with translatable strings (#450878).
8799
8800 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8801
8802         * MAINTAINERS:
8803         Updating all the maintainers files
8804
8805 2007-06-22  Edward Hervey  <edward@fluendo.com>
8806
8807         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8808         * gst/interleave/deinterleave.c: (deinterleave_init),
8809         (deinterleave_sink_link):
8810         * gst/interleave/interleave.c: (interleave_init):
8811         * gst/median/gstmedian.c: (gst_median_init):
8812         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8813         Fix memory leaks.
8814         * tests/check/elements/id3demux.c: (pad_added_cb):
8815         Remove unused variable.
8816
8817 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8818
8819         * ext/gconf/gconf.h:
8820         Make the prototype of gst_gconf_get_key_for_sink_profile
8821         match the implementation.
8822         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8823         Fixes: #449747
8824
8825 2007-06-20  Michael Smith <msmith@fluendo.com>
8826
8827         * gst/rtp/gstrtpdepay.c:
8828           Fix description - rtpdepay is not a payloader.
8829
8830 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8831
8832         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8833         (qtdemux_video_caps):
8834         * gst/qtdemux/qtdemux_fourcc.h:
8835           Add MJPG to the variants of motion jpeg.
8836
8837 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8838
8839         * tests/check/Makefile.am:
8840         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8841         * tests/check/elements/videocrop.c: (GST_START_TEST):
8842         * tests/check/elements/videofilter.c:
8843         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8844         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8845           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8846           error flags are included and it errors out on compiler warnings
8847           for CVS builds; remove unused variables in various unit tests.
8848
8849 2007-06-19  Wim Taymans  <wim@fluendo.com>
8850
8851         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8852         (rtsp_connection_close), (rtsp_connection_free):
8853         Use threadsafe inet_ntop to convert an ip number to a string. 
8854         Fixes #447961.
8855         Don't leak fd (and ip) when freeing a connection without first closing
8856         it.
8857
8858 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8859
8860         * configure.ac:
8861         Back to CVS
8862
8863         * gst-plugins-good.doap:
8864         Add 0.10.6 to the doap file.
8865
8866 === release 0.10.6 ===
8867
8868 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8869
8870         * configure.ac:
8871           releasing 0.10.6, "Wobble Board"
8872
8873 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8874
8875         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8876         (rtsp_connection_free):
8877           Revert previous commit again, since we are frozen (sorry).
8878
8879 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8880
8881         Patch by: Peter Kjellerstedt <pkj at axis com>
8882
8883         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8884         (rtsp_connection_free):
8885           inet_ntoa() uses a static buffer internally, so we need to copy the
8886           returned string if we want to store it for later (#447961).
8887
8888 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8889
8890         * win32/vs6/autogen.dsp:
8891         * win32/vs6/gst_plugins_good.dsw:
8892         * win32/vs6/libgstalaw.dsp:
8893         * win32/vs6/libgstalpha.dsp:
8894         * win32/vs6/libgstalphacolor.dsp:
8895         * win32/vs6/libgstapetag.dsp:
8896         * win32/vs6/libgstaudiofx.dsp:
8897         * win32/vs6/libgstauparse.dsp:
8898         * win32/vs6/libgstautodetect.dsp:
8899         * win32/vs6/libgstavi.dsp:
8900         * win32/vs6/libgstcutter.dsp:
8901         * win32/vs6/libgstdirectdraw.dsp:
8902         * win32/vs6/libgstdirectsound.dsp:
8903         * win32/vs6/libgsteffectv.dsp:
8904         * win32/vs6/libgstflx.dsp:
8905         * win32/vs6/libgstgoom.dsp:
8906         * win32/vs6/libgsticydemux.dsp:
8907         * win32/vs6/libgstid3demux.dsp:
8908         * win32/vs6/libgstinterleave.dsp:
8909         * win32/vs6/libgstjpeg.dsp:
8910         * win32/vs6/libgstlevel.dsp:
8911         * win32/vs6/libgstmatroska.dsp:
8912         * win32/vs6/libgstmedian.dsp:
8913         * win32/vs6/libgstmonoscope.dsp:
8914         * win32/vs6/libgstmulaw.dsp:
8915         * win32/vs6/libgstmultipart.dsp:
8916         * win32/vs6/libgstqtdemux.dsp:
8917         * win32/vs6/libgstrtp.dsp:
8918         * win32/vs6/libgstrtsp.dsp:
8919         * win32/vs6/libgstsmpte.dsp:
8920         * win32/vs6/libgstspeex.dsp:
8921         * win32/vs6/libgstudp.dsp:
8922         * win32/vs6/libgstvideobalance.dsp:
8923         * win32/vs6/libgstvideobox.dsp:
8924         * win32/vs6/libgstvideocrop.dsp:
8925         * win32/vs6/libgstvideoflip.dsp:
8926         * win32/vs6/libgstvideomixer.dsp:
8927         * win32/vs6/libgstwaveform.dsp:
8928         * win32/vs6/libgstwavenc.dsp:
8929         * win32/vs6/libgstwavparse.dsp:
8930         Mark *.dsp & *.dsw as binary files and convert to DOS line
8931         endings, as they don't load into VS6 correctly otherwise.
8932
8933 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8934
8935         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8936         (rtsp_connection_connect):
8937         Fix the MingW build. 
8938         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8939         Fixes: #446981
8940
8941 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8942
8943         * tests/check/elements/.cvsignore:
8944         * tests/icles/.cvsignore:
8945         Hush the buildbots up
8946
8947 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8948
8949         * configure.ac:
8950         * sys/Makefile.am:
8951         * sys/directdraw/Makefile.am:
8952         * sys/directsound/Makefile.am:
8953         * sys/waveform/Makefile.am:
8954         Make sure to dist everything needed for win32 builds.
8955
8956 2007-06-14  Edward Hervey  <edward@fluendo.com>
8957
8958         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8959         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
8960         caps.
8961         Fixes #447458
8962
8963 2007-06-13  Wim Taymans  <wim@fluendo.com>
8964
8965         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
8966         Make sure we allocate enough memory for the codec_data.
8967         Fixes #447210.
8968
8969 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
8970
8971         * win32/MANIFEST:
8972         Add videocrop project file to the win32 manifest.
8973         * win32/vs6/gst_plugins_good.dsw:
8974         Add qtdemux,videocrop and waveform projects to the workspace.
8975         * win32/vs6/libgstqtdemux.dsp:
8976         Add zlib to the link list of qtdemux.
8977         * win32/vs6/libgstvideocrop.dsp:
8978         Add a project file for videocrop.
8979
8980 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8981
8982         * po/POTFILES.in:
8983         Add qtdemux for translation
8984
8985 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
8986
8987         * configure.ac:
8988         * docs/plugins/Makefile.am:
8989         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8990         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8991         * docs/plugins/inspect/plugin-videocrop.xml:
8992         * gst-plugins-good.spec.in:
8993         * sys/Makefile.am:
8994         * tests/check/Makefile.am:
8995         * tests/icles/Makefile.am:
8996         * tests/icles/videocrop-test.c:
8997         Move videocrop and osxvideo from -bad.
8998
8999 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9000
9001         * configure.ac:
9002         * docs/plugins/Makefile.am:
9003         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9004         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9005         * docs/plugins/gst-plugins-good-plugins.args:
9006         * docs/plugins/inspect/plugin-qtdemux.xml:
9007         * docs/plugins/inspect/plugin-quicktime.xml:
9008         * win32/MANIFEST:
9009         Move qtdemux from -bad.
9010
9011         * gst-plugins-good.spec.in:
9012         Update spec file to reflect moving of qtdemux and wavpack
9013
9014 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9015         
9016         * win32/MANIFEST:
9017         * docs/plugins/Makefile.am:
9018         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9019         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9020         * docs/plugins/inspect/plugin-directdraw.xml:
9021         * docs/plugins/inspect/plugin-directsound.xml:
9022         * docs/plugins/inspect/plugin-waveform.xml:
9023         Move the waveform plugin from -bad too. Update the inspect xml
9024         files to mention Plugins Good instead of Plugins Bad.
9025
9026 2007-06-12  Andy Wingo  <wingo@pobox.com>
9027
9028         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9029         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9030         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9031         finalization and resuscitation. No longer public.
9032         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9033         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9034         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9035         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9036         miniobject semantics, and be threadsafe.
9037         (gst_v4l2src_queue_frame): Remove this function, as we just call
9038         the ioctls directly in the two places where we queue buffers.
9039         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9040         directly.
9041         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9042         to allocate the pool, which also preallocates the GstBuffers.
9043         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9044         queueing the frames directly.
9045         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9046         mmap buffers have been dequeued.
9047
9048         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9049         real MiniObject instead of rolling our own refcounting and
9050         finalizing. Give it a lock.
9051         (struct _GstV4l2Buffer): Remove one intermediary object, having
9052         the buffers hold the struct v4l2_buffer directly.
9053
9054         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9055         capture_init so that it can set them on the buffers that it will
9056         create.
9057         (gst_v4l2src_get_read): For better or for worse, include the
9058         timestamping and offsetting code here; really we should be using
9059         bufferalloc though.
9060         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9061         preallocated, mmap'd buffers.
9062
9063 2007-06-11  Wim Taymans  <wim@fluendo.com>
9064
9065         Patch by: daniel fischer <dan at f3c dot com>
9066
9067         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9068         (gst_ximage_src_get_caps):
9069         Actually use the display_name property so that we can dump any
9070         available X display. Fixes #445905.
9071
9072 2007-06-11  Wim Taymans  <wim@fluendo.com>
9073
9074         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9075
9076         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9077         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9078         Add missing rate fields to caps. Fixes #441118.
9079
9080 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9081
9082         * win32/vs6/gst_plugins_good.dsw:
9083         * win32/vs8/gst-plugins-good.sln:
9084         Add DirectSound and DirectDraw sinks project files to
9085         workspace and solution files.
9086
9087 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9088
9089         Patch by: Josh Coalson <xflac at yahoo dot com>,
9090         updated by Alexis Ballier <aballier at gentoo dot org>:
9091
9092         * configure.ac:
9093         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9094         (gst_flac_dec_setup_seekable_decoder),
9095         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9096         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9097         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9098         * ext/flac/gstflacdec.h:
9099         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9100         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9101         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9102         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9103         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9104         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9105         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9106         * ext/flac/gstflacenc.h:
9107         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9108         
9109 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9110
9111         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9112         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9113         not necessary anymore as we need at least that core version. 
9114
9115 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9116
9117         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9118         (gst_wavpack_dec_chain):
9119         * ext/wavpack/gstwavpackdec.h:
9120         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9121         (gst_wavpack_parse_push_buffer):
9122         * ext/wavpack/gstwavpackparse.h:
9123         Improve discont handling by checking if the next Wavpack block has
9124         the expected, following block index.
9125
9126 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9127
9128         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9129           Fix element description.
9130
9131 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9132
9133         * configure.ac:
9134         * docs/plugins/Makefile.am:
9135         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9136         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9137         * docs/plugins/gst-plugins-good-plugins.args:
9138         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9139         * docs/plugins/gst-plugins-good-plugins.signals:
9140         * docs/plugins/inspect/plugin-autodetect.xml:
9141         * docs/plugins/inspect/plugin-gconfelements.xml:
9142         * docs/plugins/inspect/plugin-ladspa.xml:
9143         * docs/plugins/inspect/plugin-rtp.xml:
9144         * docs/plugins/inspect/plugin-wavpack.xml:
9145         * ext/Makefile.am:
9146         * tests/check/Makefile.am:
9147           move wavpack plugin.  See #352605.
9148
9149 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9150
9151         * configure.ac:
9152         * docs/plugins/Makefile.am:
9153         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9154         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9155         * docs/plugins/gst-plugins-good-plugins.args:
9156         * sys/Makefile.am:
9157         * win32/MANIFEST:
9158         Add DirectDraw & DirectSound plugins to the build and docs.
9159
9160 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9161
9162         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9163         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9164           When operating in pull mode, error out correct on not-linked.
9165
9166 2007-06-06  Andy Wingo  <wingo@pobox.com>
9167
9168         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9169         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9170         format and size if the ioctls are defined; should fix compilation
9171         on Linux < 2.16.19.
9172
9173 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9174
9175         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9176           Printf fixes in debug statements; use LOG level for debug statements
9177           that are printed for each and every frame; convert c++ comments to
9178           C-style comments; not much point using g_try_malloc() if we then not
9179           even check the return value.
9180
9181 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * configure.ac:
9184           Bump requirements to released versions (core and base 0.10.13).
9185
9186         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9187           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9188           own implementation.
9189
9190 2007-06-05  Andy Wingo  <wingo@pobox.com>
9191
9192         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9193         some useless comments.
9194
9195         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9196         frames before calling STREAMON, that might leave them in a state
9197         where they can't be dequeued if we go back to NULL without calling
9198         STREAMON, according to the docs.
9199         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9200         before we call STREAMON.
9201         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9202         failures. (For me this code hung.) The pool refcounting is still
9203         crack; added a note to that effect.
9204
9205 2007-06-05  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9208         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9209         Add support for mapping gst structure names to the MIME type equivalent.
9210         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9211
9212 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9213
9214         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9215         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9216         (gst_wavenc_chain), (gst_wavenc_change_state):
9217         * gst/wavenc/gstwavenc.h:
9218         Properly write wav files with width!=depth by having the depth most
9219         significant bytes set and all others zero. Fixes #442535.
9220
9221 2007-06-01  Wim Taymans  <wim@fluendo.com>
9222
9223         * gst/rtsp/rtspconnection.c:
9224         Add include to make buildbot happy.
9225
9226 2007-06-01  Wim Taymans  <wim@fluendo.com>
9227
9228         Patch by: Peter Kjellerstedt  <pkj at axis com>
9229
9230         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9231         (rtsp_connection_connect), (add_date_header),
9232         (rtsp_connection_send), (parse_response_status),
9233         (parse_request_line), (parse_line), (rtsp_connection_receive):
9234         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9235         * gst/rtsp/rtspdefs.h:
9236         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9237         (rtsp_message_init_request), (rtsp_message_init_response),
9238         (rtsp_message_remove_header), (rtsp_message_append_headers),
9239         (rtsp_message_dump):
9240         * gst/rtsp/rtspmessage.h:
9241         Improves version checking, allowing an RTSP server to reply with "505
9242         RTSP Version not supported.
9243         Adds a Date header to all messages.
9244         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9245         want to be able to send a response even if something in the request was
9246         invalid. EINVAL is only used when passing wrong arguments to functions.
9247         Do not handle an invalid method in parse_request_line(). Defer this to
9248         the caller so it can respond with "405 Method Not Allowed".
9249         Improves parsing of the timeout parameter to the Session header,
9250         allowing whitespace after the semicolon. 
9251         Avoids a compiler warning due to variables shadowing a function argument.
9252
9253 2007-06-01  Wim Taymans  <wim@fluendo.com>
9254
9255         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9256
9257         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9258         (gst_rtp_amr_depay_process):
9259         * gst/rtp/gstrtpamrdepay.h:
9260         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9261         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9262         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9263         * gst/rtp/gstrtpamrpay.h:
9264         Add support for AMR-WB.
9265         Small cleanups such as using BOILERPLATE.
9266
9267 2007-05-31  Wim Taymans  <wim@fluendo.com>
9268
9269         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9270         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9271
9272 2007-05-30  Andy Wingo  <wingo@pobox.com>
9273
9274         * sys/v4l2/gstv4l2object.h: 
9275         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9276         unintended changes.
9277
9278         * sys/v4l2/v4l2src_calls.h: 
9279         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9280         the format list in the order that the driver gives it to us.
9281         (gst_v4l2src_probe_caps_for_format_and_size)
9282         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9283         based on the capabilities of the device.
9284         (gst_v4l2src_grab_frame): Update for object variable renaming.
9285         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9286         as in the set_caps below.
9287         (gst_v4l2src_capture_init): Update for object variable renaming,
9288         and reflow.
9289         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9290         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9291         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9292         (gst_v4l2src_get_fps): Remove; these functions don't have much
9293         meaning outside of an atomic set_caps method.
9294         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9295         known.
9296
9297         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9298         call to update_fps; not sure about this change.
9299         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9300         moment we don't have an update_fps_func.
9301
9302         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9303         structures in the object, just store what we need. Do store the
9304         probed caps of the device. Don't store the current frame rate.
9305
9306         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9307         update_fps_function, for now. Update for new object variable
9308         naming.
9309         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9310         new object variable naming.
9311         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9312         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9313         (gst_v4l2src_get_caps): Rework to probe the device for supported
9314         frame sizes and frame rates.
9315         (gst_v4l2src_set_caps): Rework to be strict in the given
9316         parameters: if someone asks us to have a certain size and rate,
9317         that is what we configure.
9318         (gst_v4l2src_get_read): Update for object variable naming. Don't
9319         leak buffers on short reads.
9320         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9321         comments.
9322         (gst_v4l2src_create): Update for object variable naming.
9323
9324 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9325
9326         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9327         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9328         * gst/avi/gstavidemux.h:
9329           Parse subtitle text streams instead of erroring out (#442034). Still
9330           needs a parser for the subtitles to actually show up.
9331
9332 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9335         (gst_avi_demux_loop):
9336           Make _push_event() return TRUE if the event could be pushed on at
9337           least one pad and not only if it could be pushed on all pads,
9338           otherwise we'll end up posting an error message on EOS if one or
9339           more source pads are not connected.
9340
9341 2007-05-28  Wim Taymans  <wim@fluendo.com>
9342
9343         * gst/rtsp/rtsptransport.c:
9344         Use renamed RTP bin.
9345
9346 2007-05-28  Wim Taymans  <wim@fluendo.com>
9347
9348         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9349
9350         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9351         (gst_video_box_set_property), (gst_video_box_transform_caps),
9352         (video_box_recalc_transform), (gst_video_box_set_caps),
9353         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9354         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9355         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9356         (gst_video_box_i420_i420), (gst_video_box_transform),
9357         (plugin_init):
9358         Add AYUV->AYUV and AYUV->I420 formats. 
9359         Fix negotiation and I420->AYUV conversion.
9360         Fixes #429329.
9361
9362 2007-05-26  Wim Taymans  <wim@fluendo.com>
9363
9364         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9365         Use different variables for nested for loops so that the outer loop
9366         functions properly and speex files with multiple frames per buffer work
9367         properly.
9368         Fixes #441408.
9369
9370 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9371
9372         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9373           Don't leak newsegment events.
9374
9375 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9376
9377         * gst/wavparse/Makefile.am:
9378           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9379           drags it in.
9380
9381 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9382
9383         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9384         (notgst_value_array_append_buffer),
9385         (gst_flac_enc_process_stream_headers),
9386         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9387         (gst_flac_enc_change_state):
9388         * ext/flac/gstflacenc.h:
9389           Collect headers, add "streamheader" field to output caps and set
9390           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9391           produces output according to the official FLAC-to-Ogg mapping
9392           instead of completely broken files. Fixes #426044.
9393
9394 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9395
9396         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9397         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9398         (gst_id3demux_sink_event):
9399         * gst/id3demux/gstid3demux.h:
9400         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9401         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9402         (gst_tag_demux_send_new_segment):
9403         Handle and adjust new-segment events so that downstream really
9404         sees a stream with the tag pieces stripped off the front and back.
9405         Fixes strangeness in seeking when mp3 decoders use the new-segment
9406         byte position to estimate their current playback position timestamp
9407         and then the arriving buffers don't match up.
9408
9409 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9410
9411         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9412           Don't unnecessarily perform a READY->NULL->READY transition on the
9413           detected audio sink when starting up. Fixes: #440127
9414
9415 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9416
9417         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9418         (gst_flac_enc_chain):
9419           Don't crash in chain function if setcaps hasn't been called.
9420
9421 2007-05-24  Wim Taymans  <wim@fluendo.com>
9422
9423         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9424         Init value to avoid infinte loops.
9425
9426 2007-05-24  Wim Taymans  <wim@fluendo.com>
9427
9428         Patch by: Peter Kjellerstedt  <pkj at axis com>
9429
9430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9431         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9432         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9433         (gst_rtspsrc_play):
9434         (rtsp_connection_send), (rtsp_connection_receive):
9435         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9436         Fix for new API.
9437
9438         * gst/rtsp/rtspconnection.c: (add_auth_header),
9439         Only add authorisation and session headers when sending messages.
9440
9441         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9442         (rtsp_message_init_request), (rtsp_message_init_response),
9443         (rtsp_message_unset), (rtsp_message_add_header),
9444         (rtsp_message_remove_header), (rtsp_message_get_header),
9445         (rtsp_message_append_headers), (dump_key_value),
9446         (rtsp_message_dump):
9447         * gst/rtsp/rtspmessage.h:
9448         Add support for multiple headers of the same type by storing the parsed
9449         headers in a GArray instaed of a hashtable.
9450
9451 2007-05-21  Wim Taymans  <wim@fluendo.com>
9452
9453         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9454         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9455         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9456         safer shutdown.
9457
9458 2007-05-21  Wim Taymans  <wim@fluendo.com>
9459
9460         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9461         * gst/rtsp/gstrtpdec.h:
9462         Added signal for backwards compat.
9463
9464 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9465         
9466         Patch by: René Stadler <mail at renestadler dot de>
9467
9468         * configure.ac:
9469         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9470         (gst_au_parse_parse_header), (gst_au_parse_chain):
9471         * gst/auparse/gstauparse.h:
9472         Use audioconvert for converting from non-native endianness floats
9473         in auparse instead of doing it ourself. Fixes #424527.
9474         This needs the audioconvert from plugins-base CVS.
9475         
9476 2007-05-21  Wim Taymans  <wim@fluendo.com>
9477
9478         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9479         (gst_rtp_h263p_pay_flush):
9480         Fix enum registration.
9481
9482 2007-05-21  Wim Taymans  <wim@fluendo.com>
9483
9484         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9485
9486         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9487         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9488         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9489         (gst_rtp_h263p_pay_flush):
9490         * gst/rtp/gstrtph263ppay.h:
9491         Add new fragmentation mode base on GOB headers. Fixes #438940.
9492
9493 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9494
9495         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9496           Printf format fix.
9497
9498 2007-05-18  Wim Taymans  <wim@fluendo.com>
9499
9500         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9501         Don't crash when an unsupported transport error was returned by the
9502         server, just try to configure the next stream. Fixes #439255.
9503
9504 2007-05-18  Wim Taymans  <wim@fluendo.com>
9505
9506         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9507         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9508         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9509         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9510         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9511         * gst/rtsp/gstrtspsrc.h:
9512         Add TCP timeout property and use it for all TCP connection.
9513
9514         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9515         (rtsp_connection_write), (rtsp_connection_next_timeout),
9516         (rtsp_connection_reset_timeout):
9517         Make connect and writes cancelable and make them use the timeout.
9518
9519 2007-05-18  Wim Taymans  <wim@fluendo.com>
9520
9521         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9522         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9523         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9524         (gst_rtspsrc_setup_streams):
9525         Refactor timeout handling.
9526         Also send keep-alive when dealing with TCP transport.
9527
9528         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9529         (rtsp_connection_free), (rtsp_connection_next_timeout),
9530         (rtsp_connection_reset_timeout):
9531         * gst/rtsp/rtspconnection.h:
9532         Use a timer to handle the session timeouts, add some methods to deal
9533         with timeouts.
9534
9535 2007-05-17  Wim Taymans  <wim@fluendo.com>
9536
9537         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9538         (gst_rtspsrc_setup_streams):
9539         Ignore streams that fail the setup command, we will retry with a
9540         different transport later on.
9541
9542         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9543         (rtsp_ext_wms_configure_stream):
9544         Fix encoding name case.
9545
9546 2007-05-16  Edward Hervey  <edward@fluendo.com>
9547
9548         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9549         Fix build on macosx.
9550
9551 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9552
9553         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9554         Replace direct comparison of a string with the string literal "" with
9555         a comparison of the first character with '\0'. Fixes #438926.
9556
9557 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9558
9559         * gst/debug/breakmydata.c (gst_break_my_data_init):
9560           One more try. This should be the proper fix now.
9561
9562 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9563
9564         * gst/debug/breakmydata.c:
9565           Ooops, no // comments please.
9566
9567 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9568
9569         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9570         (gst_break_my_data_init):
9571           Fix gst_buffer_is_writable() assertion.
9572
9573 2007-05-14  David Schleef  <ds@schleef.org>
9574
9575         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9576           video/x-raw-bayer.  Fixes #314160.
9577
9578 2007-05-14  Wim Taymans  <wim@fluendo.com>
9579
9580         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9581         (gst_rtp_theora_depay_parse_configuration):
9582         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9583         (gst_rtp_theora_pay_finish_headers),
9584         (gst_rtp_theora_pay_handle_buffer):
9585         Update theora pay/depayloader in a similar to vorbis.
9586
9587         * gst/rtp/gstrtpvorbisdepay.c:
9588         (gst_rtp_vorbis_depay_parse_configuration):
9589         Update docs.
9590
9591 2007-05-14  Wim Taymans  <wim@fluendo.com>
9592
9593         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9594         When we try to execute a method that is not supported by the server,
9595         don't error out but remove the method from the accepted methods so that
9596         we never try to perform this method again.
9597
9598 2007-05-14  Wim Taymans  <wim@fluendo.com>
9599
9600         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9601         Remove annoying _dump_mem.
9602
9603 2007-05-14  Wim Taymans  <wim@fluendo.com>
9604
9605         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9606         Parse range correctly.
9607
9608         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9609         The baseurl now always has a '/' at the start.
9610
9611 2007-05-14  Wim Taymans  <wim@fluendo.com>
9612
9613         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9614         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9615         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9616         Factor out caps configuration and configure more stuff such as the time
9617         ranges and speed/scale values.
9618
9619         * gst/rtsp/rtsptransport.c:
9620         Add Copyright after non-trival fixes.
9621
9622 2007-05-12  Wim Taymans  <wim@fluendo.com>
9623
9624         Patch by: Peter Kjellerstedt  <pkj at axis com>
9625
9626         * gst/rtsp/gstrtspsrc.h:
9627         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9628         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9629         (rtsp_message_get_header):
9630         * gst/rtsp/rtspmessage.h:
9631         Make channel guint8 where possible.
9632         Make rtsp_message_init_data() take the channel as a guint8.
9633
9634         * gst/rtsp/rtspdefs.c:
9635         Fixed a typo: Timout -> Timeout
9636
9637         * gst/rtsp/rtspdefs.h:
9638         Make RTSP_CHECK() behave as a statement.
9639
9640         * gst/rtsp/sdpmessage.c:
9641         Avoid a compiler warning in INIT_ARRAY().
9642         Fixes #437692.
9643
9644 2007-05-12  Wim Taymans  <wim@fluendo.com>
9645
9646         Patch by: Peter Kjellerstedt  <pkj at axis com>
9647
9648         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9649         (rtsp_url_get_request_uri):
9650         * gst/rtsp/rtspurl.h:
9651         Add support for query parameters to RTSP URLs.
9652
9653 2007-05-12  Wim Taymans  <wim@fluendo.com>
9654
9655         Patch by: Peter Kjellerstedt  <pkj at axis com>
9656
9657         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9658         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9659         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9660         (rtsp_transport_parse), (rtsp_transport_as_text):
9661         * gst/rtsp/rtsptransport.h:
9662         Add validation to rtsp_transport_parse().
9663         Add rtsp_transport_as_text() to generate an RTSP header from an
9664         RTSPTransport.
9665         Change ssrc to guint (was a string) since that is what it is, even
9666         though it is sent as a hex string.
9667         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9668         incorrect, which can be seen when looking at the examples in the RFC).
9669         Fixes #437670.
9670
9671 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9672
9673         Patch by: Eric Anholt
9674
9675         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9676           gst_ximage_src_ximage_get):
9677         Use union of all damage between frames to make it faster.
9678         Fixes bug #342463.
9679         Also fix crasher when cursor is at bottom right of window.
9680
9681 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9682
9683         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9684           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9685           streaming mode regression for file from #343837 with 'bext' chunk
9686           before the 'fmt' chunk.
9687
9688 2007-05-11  Wim Taymans  <wim@fluendo.com>
9689
9690         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9691         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9692         (gst_rtspsrc_handle_src_event),
9693         (gst_rtspsrc_stream_configure_manager),
9694         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9695         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9696         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9697         * gst/rtsp/gstrtspsrc.h:
9698         * gst/rtsp/rtspdefs.h:
9699         Preliminary seek support.
9700         Activate internal pads so that we can receive events on them.
9701         Don't try to parse a range string when it's NULL.
9702
9703 2007-05-11  Wim Taymans  <wim@fluendo.com>
9704
9705         * gst/rtp/README:
9706         Update README with new RTP variables that will be used for
9707         synchronisation.
9708
9709         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9710         (gst_rtp_vorbis_depay_parse_configuration),
9711         (gst_rtp_vorbis_depay_process):
9712         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9713         (gst_rtp_vorbis_pay_finish_headers),
9714         (gst_rtp_vorbis_pay_handle_buffer):
9715         Update vorbis pay and depayloader to draft-04.
9716
9717 2007-05-11  Wim Taymans  <wim@fluendo.com>
9718
9719         * gst/rtsp/rtsptransport.c:
9720         UDP MCAST is actually the default for RTP/AVP.
9721 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9722
9723         * gst/level/gstlevel.c: (gst_level_transform_ip):
9724         Use guint8 * instead of gpointer then vs6 can build 
9725         in_data += (filter->width / 8).
9726
9727 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9728
9729         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9730           gst_ximage_src_ximage_get):
9731         * sys/ximage/gstximagesrc.h (last_ximage):
9732         When using Damage actually keep the last frame, and not assume
9733         that the buffer we get already has the last frame on it.
9734         Copy the cursor over if we specify a non-zero start x and
9735         start y.
9736
9737 2007-05-11  Wim Taymans  <wim@fluendo.com>
9738
9739         * gst/rtsp/rtsptransport.c:
9740         Make UDP the default transport when not specified.
9741
9742 2007-05-09  David Schleef  <ds@schleef.org>
9743
9744         * gst/level/gstlevel.c:
9745           Revert last change.
9746
9747 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9748
9749         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9750         (gst_level_transform_ip):
9751         Use guint8 * instead of gpointer then vs6 know the size of data
9752         pointed when moving the pointer.
9753         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9754         Move instructions after variables declaration.
9755         * win32/vs6/autogen.dsp:
9756         * win32/vs6/libgstrtp.dsp:
9757         * win32/vs6/libgstrtsp.dsp:
9758         Update vs6 project files.
9759
9760 2007-05-09  Wim Taymans  <wim@fluendo.com>
9761
9762         * gst/rtsp/Makefile.am:
9763         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9764         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9765         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9766         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9767         (rtsp_range_free):
9768         * gst/rtsp/rtsprange.h:
9769         Add code to parse time ranges.
9770         Report DURATION on the stream when possible.
9771
9772 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9773
9774         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9775         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9776         (gst_videomixer_collected):
9777           Fix strides calculation for AYUV (it's just width*4) (#436910).
9778
9779 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9780
9781         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9782         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9783         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9784         Sync the GObject properties before each processing step to properly
9785         work with the controller.
9786
9787 2007-05-04  Wim Taymans  <wim@fluendo.com>
9788
9789         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9790         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9791         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9792         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9793         (gst_rtspsrc_change_state):
9794         Let more error state trickle down so that we can catch more error
9795         cases.
9796         Handle keep-alive a little smarter by selecting a method the server
9797         actually supports.
9798         Fix a race in UDP streaming shutdown.
9799
9800 2007-05-04  Wim Taymans  <wim@fluendo.com>
9801
9802         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9803         Ignore errors when trying to use the keep-alive messages.
9804
9805 2007-05-04  Wim Taymans  <wim@fluendo.com>
9806
9807         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9808         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9809         (gst_rtspsrc_stream_configure_manager),
9810         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9811         (gst_rtspsrc_stream_configure_mcast),
9812         (gst_rtspsrc_stream_configure_udp),
9813         (gst_rtspsrc_stream_configure_udp_sink),
9814         (gst_rtspsrc_stream_configure_transport):
9815         Send RTCP messages back to the server over the TCP connection.
9816
9817         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9818         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9819         (rtsp_connection_receive):
9820         * gst/rtsp/rtspconnection.h:
9821         Factor out and expose lowlevel _write and _read methods.
9822         Implement sending data messages to the server.
9823
9824 2007-05-03  Wim Taymans  <wim@fluendo.com>
9825
9826         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9827         (gst_multipart_mux_collected):
9828         Fix timestamps on outgoing buffers.
9829
9830 2007-05-03  Wim Taymans  <wim@fluendo.com>
9831
9832         * gst/multipart/multipartmux.c:
9833         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9834         (gst_multipart_mux_change_state):
9835         Emit NEWSEGMENT events before pushing the first buffer.
9836
9837 2007-05-03  Wim Taymans  <wim@fluendo.com>
9838
9839         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9840         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9841         (gst_rtspsrc_handle_src_query),
9842         (gst_rtspsrc_stream_configure_manager),
9843         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9844         (gst_rtspsrc_stream_configure_mcast),
9845         (gst_rtspsrc_stream_configure_udp),
9846         (gst_rtspsrc_stream_configure_udp_sink),
9847         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9848         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9849         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9850         (gst_rtspsrc_pause):
9851         Refactor transport configuration code.
9852         Create internal pads for TCP transport so that we can implement events
9853         and queries.
9854         Handle events and queries.
9855         Parse range from the SDP.
9856         Fix race in pause handler where the connection could still be flushing.
9857
9858 2007-05-02  Wim Taymans  <wim@fluendo.com>
9859
9860         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9861         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9862         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9863         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9864         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9865         (gst_rtspsrc_change_state):
9866         * gst/rtsp/gstrtspsrc.h:
9867         Fix race when multiple udp sources post timeouts, just act on the first
9868         received timeout.
9869         Protect stream list with a recursive lock to fix some races.
9870         Flush connection when we need to do a reconnect or stop.
9871         Make state lock recursive.
9872
9873         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9874         (rtsp_connection_close):
9875         Some small cleanups.
9876
9877 2007-05-02  Wim Taymans  <wim@fluendo.com>
9878
9879         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9880         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9881         Only set DISCONT when there actually is a discont or when we just
9882         started.
9883
9884 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9885
9886         * ext/flac/gstflac.c: (plugin_init):
9887         Call bindtextdomain() to get localized strings.
9888
9889 2007-05-02  Wim Taymans  <wim@fluendo.com>
9890
9891         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9892         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9893         (gst_wavparse_stream_data):
9894         * gst/wavparse/gstwavparse.h:
9895         Be a bit more clever when dealing with VBR files with FACT tags, we
9896         don't want to timestamp buffers in that case but the estimated BPS can
9897         be used for seeking.
9898         Only send close segment in the streaming thread.
9899
9900 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9901
9902         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9903         Correctly post an error on the bus if something went wrong in the loop
9904         function. This fixes a few cases where the task was paused and nothing
9905         happened anymore.
9906
9907 2007-05-02  Wim Taymans  <wim@fluendo.com>
9908
9909         * gst/rtsp/test.c: (main):
9910         Fix compilation of deprecated test just because I'm too lazy to delete
9911         it.
9912
9913 2007-05-02  Wim Taymans  <wim@fluendo.com>
9914
9915         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9916         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9917         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9918         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9919         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9920         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9921         * gst/rtsp/gstrtspsrc.h:
9922         Fix sending RTCP to the right place.
9923         Fix bug in reffing the wrong UDP element.
9924         Use new pad names for the session manager.
9925         Implement handling server requests in interleaved and UDP modes.
9926         Handle session keep-alive in UDP modes.
9927         Remove GCond for handling UDP timeouts.
9928
9929         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9930         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9931         (rtsp_connection_receive), (rtsp_connection_close):
9932         * gst/rtsp/rtspconnection.h:
9933         Store connection IP address for later.
9934         Add timeout args to all operations that might block forever.
9935         Parse session timeout.
9936         Only close sockets when not already closed.
9937
9938         * gst/rtsp/rtspdefs.c:
9939         * gst/rtsp/rtspdefs.h:
9940         Add timeout return value and error string.
9941
9942         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9943         Add small comment.
9944
9945 2007-05-01  Wim Taymans  <wim@fluendo.com>
9946
9947         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9948
9949         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9950         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9951         * gst/rtp/gstrtpmp4vpay.h:
9952         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9953
9954 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
9955
9956         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9957           Remove v4l2src from docs, since it breaks the docs build, and the
9958           plugin is only built if --enable-experimental is used anyway.
9959
9960         * docs/plugins/Makefile.am:
9961           Spaces => tab.
9962
9963 2007-04-29  Wim Taymans  <wim@fluendo.com>
9964
9965         * gst/udp/gstmultiudpsink.c: (leave_multicast),
9966         (gst_multiudpsink_add), (gst_multiudpsink_remove):
9967         Add code to drop membership of a multicast group.
9968
9969         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
9970         (gst_udpsink_set_uri):
9971         Implement URI handler.
9972
9973         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9974         (gst_rtspsrc_parse_rtpinfo):
9975         Use URI handler to make udpsink instace.
9976         Improve code to configure port and destination.
9977
9978 2007-04-29  Wim Taymans  <wim@fluendo.com>
9979
9980         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
9981         Fix multicast detection.
9982         Don't try to join a multicast group if the address is not multicast.
9983
9984         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
9985         Small debug improvement.
9986
9987 2007-04-27  Wim Taymans  <wim@fluendo.com>
9988
9989         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
9990         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9991         (gst_rtspsrc_handle_message):
9992         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
9993         parent.
9994
9995 2007-04-27  Wim Taymans  <wim@fluendo.com>
9996
9997         * gst/rtp/gstrtpilbcdepay.h:
9998         Fix mode property when specified as an arg.
9999
10000 2007-04-26  Edward Hervey  <edward@fluendo.com>
10001
10002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10003         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10004         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10005         * docs/plugins/inspect/plugin-osxaudio.xml:
10006         Add documentation for osxaudio plugin.
10007
10008 2007-04-26  Wim Taymans  <wim@fluendo.com>
10009
10010         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10011         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10012         (gst_rtspsrc_open), (gst_rtspsrc_close),
10013         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10014         (gst_rtspsrc_pause):
10015         * gst/rtsp/gstrtspsrc.h:
10016         Protect state changes with a lock.
10017
10018         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10019         (parse_line):
10020         * gst/rtsp/rtspconnection.h:
10021         Remove some unused stuff.
10022
10023 2007-04-26  Wim Taymans  <wim@fluendo.com>
10024
10025         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10026         Handle the case where there are exactly 0 bytes to read and the ioctl
10027         did not report an error. Fixes #433530.
10028
10029 2007-04-26  Wim Taymans  <wim@fluendo.com>
10030
10031         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10032         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10033         * gst/wavparse/gstwavparse.h:
10034         Apply DISCONT to buffers.
10035         Only apply timestamp to the first sample after a DISCONT, too many VBR
10036         files cause random jitter in the timestamps. Fixes #433119.
10037
10038 2007-04-25  Wim Taymans  <wim@fluendo.com>
10039
10040         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10041         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10042         (gst_rtp_dec_get_property):
10043         * gst/rtsp/gstrtpdec.h:
10044         Add dummy latency property to be backwards compat with rtpbin.
10045
10046         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10047         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10048         (gst_rtspsrc_stream_configure_transport),
10049         (gst_rtspsrc_parse_rtpinfo):
10050         * gst/rtsp/gstrtspsrc.h:
10051         Add latency property and configure in the session manager.
10052         Don't set invalid clock-base and seqnum-base on caps, some servers
10053         sometimes don't send them.
10054
10055 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10056
10057         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10058         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10059           Double-check that RGB input caps are really RGBA caps (apparently
10060           the core doesn't always catch it if those caps aren't a subset of
10061           our template caps, also see #421543). Fixes #429319 in a way.
10062           Also, don't leak the pad template in the transform_caps function.
10063
10064         * tests/check/Makefile.am:
10065         * tests/check/elements/.cvsignore:
10066         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10067         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10068         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10069         (GST_START_TEST), (alphacolor_suite):
10070           Add some basic unit tests for alphacolor.
10071
10072 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10073
10074         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10075           If we get a fatal flow return in the loop function, first post the
10076           error message and only then send the EOS event downstream, otherwise
10077           applications might get an eos message before the error message and
10078           think everything was ok (related to #429319).
10079
10080 2007-04-25  Wim Taymans  <wim@fluendo.com>
10081
10082         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10083         Read the channel byte as an unsigned byte.
10084
10085 2007-04-25  Wim Taymans  <wim@fluendo.com>
10086
10087         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10088         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10089         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10090         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10091         (gst_rtp_gsm_depay_setcaps):
10092         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10093         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10094         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10095         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10096         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10097         (gst_ilbc_depay_get_property):
10098         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10099         * gst/rtp/gstrtpmp4adepay.c:
10100         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10101         (gst_rtp_pcma_depay_setcaps):
10102         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10103         (gst_rtp_pcmu_depay_setcaps):
10104         Make sure we configure the clock_rate in the baseclass in the setcaps
10105         function. Fixes #431282.
10106
10107 2007-04-25  Wim Taymans  <wim@fluendo.com>
10108
10109         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10110         (gst_rtspsrc_stream_free), (request_pt_map),
10111         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10112         * gst/rtsp/gstrtspsrc.h:
10113         Parse server address from SDP.
10114         Hook up a udpsink to send RTCP back to the server.
10115
10116         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10117         * gst/rtsp/rtsptransport.h:
10118         Add some docs.
10119
10120 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10121
10122         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10123           Make header field check conditional. Fixes #433135
10124
10125 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10126
10127         * docs/plugins/Makefile.am:
10128         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10129         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10130         * docs/plugins/inspect/plugin-alphacolor.xml:
10131         * gst/alpha/Makefile.am:
10132         * gst/alpha/gstalphacolor.c:
10133         * gst/alpha/gstalphacolor.h:
10134           Add minimal docs blurb to alphacolor; split out headers into
10135           separate header file for gtk-doc.
10136
10137 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10138
10139         * gst/debug/progressreport.c: (gst_progress_report_report):
10140           Don't try to post NULL message (in case we can't query upstream
10141           position or duration).
10142
10143 2007-04-18  Michael Smith  <msmith@fluendo.com>
10144
10145         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10146         (gst_cutter_get_caps):
10147         * gst/cutter/gstcutter.h:
10148           Fix some of the most obvious bugs in cutter. Now doesn't leak
10149           everything if input is silent.
10150
10151 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10152
10153         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10154         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10155         * gst/wavenc/gstwavenc.h:
10156         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10157         else results in a invalid block align and invalid files.
10158
10159 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10160
10161         Patch by: Snaik <snaik32 gmail com>
10162
10163         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10164           Add missing break statement for BOX_HORIZONTAL case.
10165
10166 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10167
10168         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10169
10170         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10171         Use correct format strings for integer types.
10172
10173 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10174
10175         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10176         (gst_wavparse_create_sourcepad):
10177         Use gst_riff_create_audio_template_caps () instead of the local caps.
10178         This makes updates of the local caps unecessary whenever libgstriff
10179         gets support for new formats.
10180
10181 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10182
10183         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10184
10185         * sys/sunaudio/gstsunaudio.c:
10186         * sys/sunaudio/gstsunaudiomixer.c:
10187         * sys/sunaudio/gstsunaudiomixer.h:
10188         * sys/sunaudio/gstsunaudiomixerctrl.c:
10189         * sys/sunaudio/gstsunaudiomixerctrl.h:
10190         * sys/sunaudio/gstsunaudiomixertrack.h:
10191         * sys/sunaudio/gstsunaudiosink.c:
10192         * sys/sunaudio/gstsunaudiosink.h:
10193         * sys/sunaudio/gstsunaudiosrc.c:
10194         * sys/sunaudio/gstsunaudiosrc.h:
10195           Fix and/or update copyright attributions (#430228).
10196
10197 2007-04-13  Wim Taymans  <wim@fluendo.com>
10198
10199         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10200         Fix docs.
10201
10202         * gst/rtsp/URLS:
10203         Add some more example urls.
10204
10205         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10206         (gst_rtp_dec_chain_rtp):
10207         Better debugging.
10208
10209         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10210         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10211         (gst_rtspsrc_parse_rtpinfo):
10212         Remove unused code.
10213
10214 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10215
10216         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10217         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10218         (gst_wavparse_stream_data):
10219           Relax the audio/mpeg caps again and add FIXME: comment.
10220
10221 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10222
10223         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10224         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10225         (gst_wavparse_stream_data):
10226         * gst/wavparse/gstwavparse.h:
10227           More sanity check for the header fields. Fix type for 'rate' header
10228           field.
10229
10230 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10231
10232         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10233         (gst_icydemux_unicodify):
10234           If the metadata strings we get in the stream are not UTF-8, try to
10235           interpret them according to the character encodings specified in the
10236           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10237           only fall back to locale/ISO-8859-1 if those aren't set or don't
10238           work. Should fix #428901.
10239
10240 2007-04-12  Wim Taymans  <wim@fluendo.com>
10241
10242         * gst/rtp/gstrtph264depay.c:
10243         Use the proper sync word for SPS and PPS.
10244
10245 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10246
10247         * gst/rtp/Makefile.am:
10248         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10249           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10250         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10251           Add a simple hashing implementation that we can use to generate
10252           a 24-bit ident value based on the codebooks for vorbis and theora.
10253         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10254           gst_rtp_theora_pay_handle_buffer):
10255         * gst/rtp/gstrtpvorbisdepay.c
10256           (gst_rtp_vorbis_depay_parse_configuration,
10257           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10258         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10259           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10260           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10261           Use the hashing function, ensuring that the same codebooks result
10262           in the same ident and thus the same SDP description.
10263           Various log fixes/changes.
10264
10265 2007-04-12  Wim Taymans  <wim@fluendo.com>
10266
10267         Patch by: jerry tan <jerry dot tan at sun dot com>
10268
10269         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10270         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10271         application's responsibility to make sure it open the device once.
10272         Remove a careless error if AUDIODEV is set. Fixes #392620.
10273
10274 2007-04-12  Wim Taymans  <wim@fluendo.com>
10275
10276         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10277         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10278         * gst/rtsp/gstrtpdec.h:
10279         Make backward compat with rtpbin by adding the request-pt-map signals.
10280
10281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10282         (new_session_pad), (request_pt_map),
10283         (gst_rtspsrc_stream_configure_transport),
10284         (gst_rtspsrc_stream_configure_caps),
10285         (gst_rtspsrc_activate_streams):
10286         * gst/rtsp/gstrtspsrc.h:
10287         Implement request-pt-map signals instead of setting caps on the buffers
10288         for the session manager.
10289
10290 2007-04-11  Wim Taymans  <wim@fluendo.com>
10291
10292         * gst/udp/gstudp.c: (plugin_init):
10293         Register GstNetBuffer in plugin_init so that the type can be used from
10294         multiple threads without races.
10295
10296 2007-04-10  Wim Taymans  <wim@fluendo.com>
10297
10298         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10299         (gst_rtp_amr_depay_process):
10300         Fix depayloader clock_rate and some cleanups.
10301
10302         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10303         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10304         * gst/rtp/gstrtph264depay.h:
10305         Don't push codec_data in the adapter because it might get flushed when
10306         we get a discont.
10307
10308         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10309         Handle multiple AU per packet.
10310
10311         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10312         (gst_rtp_sv3v_depay_plugin_init):
10313         Disable rank, this one does not work.
10314         Remove timestamping, base class does that.
10315
10316 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10317
10318         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10319           limit caps to the formats we announce in the template
10320
10321         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10322         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10323         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10324           fix some crashers/asserts when dealing with broken files
10325
10326 2007-04-10  Wim Taymans  <wim@fluendo.com>
10327
10328         Patch by: Peter Kjellerstedt  <pkj at axis com>
10329
10330         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10331         * gst/rtp/gstrtpL16depay.c:
10332         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10333         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10334         (gst_rtp_speex_depay_setcaps):
10335         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10336         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10337         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10338         Fix some compiler warnings. Fixes #428182.
10339
10340 2007-04-06  Wim Taymans  <wim@fluendo.com>
10341
10342         * gst/rtsp/Makefile.am:
10343         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10344         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10345         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10346         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10347         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10348         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10349         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10350         (create_rtcp), (gst_rtp_dec_request_new_pad),
10351         (gst_rtp_dec_release_pad):
10352         * gst/rtsp/gstrtpdec.h:
10353         * gst/rtsp/gstrtsp.c: (plugin_init):
10354         Morph RTPDec into something compatible with RTPBin as a fallback.
10355         Various other style fixes.
10356
10357         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10358         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10359         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10360         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10361         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10362         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10363         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10364         * gst/rtsp/gstrtspsrc.h:
10365         Implement RTPBin session manager handling.
10366         Don't try to add empty properties to caps.
10367         Implement fallback session manager, handling.
10368         Don't combine errors from RTCP streams, just ignore them.
10369
10370         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10371         * gst/rtsp/rtsptransport.h:
10372         Implement fallback session manager.
10373         Make RTPBin the default one when available.
10374
10375 2007-04-05  Wim Taymans  <wim@fluendo.com>
10376
10377         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10378         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10379         This element is ready to be autoplugged.
10380
10381 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10382
10383         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10384         Don't leave the offsets defined by upstream element on the
10385         compressed data buffer we are pushing downstream. Make them
10386         GST_BUFFER_OFFSET_NONE.
10387
10388 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10389
10390         * gst/avi/README:
10391         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10392         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10393         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10394         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10395         (gst_avi_demux_calculate_durations_from_index),
10396         (gst_avi_demux_stream_header_push),
10397         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10398         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10399           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10400
10401 2007-04-03  Wim Taymans  <wim@fluendo.com>
10402
10403         * gst/smpte/barboxwipes.c:
10404         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10405
10406 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10407
10408         * gst/wavparse/gstwavparse.c:
10409         Support audio/x-raw-float in wav files. This only works with
10410         plugins-base CVS, using an older version doesn't have any
10411         disadvantages though.
10412
10413 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10414
10415         * configure.ac:
10416         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10417         (gst_au_parse_parse_header), (gst_au_parse_chain):
10418         * gst/auparse/gstauparse.h:
10419         Revert last change as we don't want plugins-good to depend on
10420         plugins-base CVS now.
10421
10422 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10423
10424         * configure.ac:
10425         Require gst-plugins-base CVS for audioconvert with non-native
10426         float support and width/depth fix in libgstriff.
10427
10428         Patch by: René Stadler <mail at renestadler dot de>
10429
10430         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10431         (gst_au_parse_parse_header), (gst_au_parse_chain):
10432         * gst/auparse/gstauparse.h:
10433         Don't swap the floats ourself if they're not in native endianness.
10434         Instead let audioconvert handle this. Fixes #339838.
10435
10436 2007-03-29  Wim Taymans  <wim@fluendo.com>
10437
10438         * gst/rtp/gstasteriskh263.h:
10439         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10440         (gst_rtp_h263p_depay_change_state):
10441         * gst/rtp/gstrtph263pdepay.h:
10442         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10443         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10444         (gst_rtp_h264_depay_change_state):
10445         * gst/rtp/gstrtph264depay.h:
10446         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10447         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10448         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10449         Flush adapter on disconts.
10450
10451 2007-03-29  Wim Taymans  <wim@fluendo.com>
10452
10453         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10454         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10455         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10456         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10457         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10458         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10459         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10460         (gst_rtp_mp4v_depay_process):
10461         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10462         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10463         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10464         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10465         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10466         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10467         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10468         Use more efficient adapter and rtpbuffer methods when possible.
10469
10470 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10471
10472         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10473         (gst_wavenc_sink_setcaps):
10474         Correctly handle width!=depth input.
10475         * gst/wavparse/gstwavparse.c:
10476         Already export in the caps that width==8 uses unsigned samples and
10477         everything else uses signed samples.
10478
10479 2007-03-29  Wim Taymans  <wim@fluendo.com>
10480
10481         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10482
10483         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10484         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10485         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10486         (gst_dynudpsink_close):
10487         * gst/udp/gstdynudpsink.h:
10488         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10489         (gst_udpsrc_create), (gst_udpsrc_set_property),
10490         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10491         * gst/udp/gstudpsrc.h:
10492         Rework the socket allocation a bit based on the sockfd argument so that
10493         it becomes usable.
10494         Add a closefd property to instruct the udp elements to close the custom
10495         file descriptors when going to READY. Fixes #423304.
10496         API:GstUDPSrc::closefd property
10497         API:GstDynUDPSink::closefd property
10498
10499 2007-03-29  Wim Taymans  <wim@fluendo.com>
10500
10501         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10502
10503         * gst/rtp/Makefile.am:
10504         * gst/rtp/gstrtp.c: (plugin_init):
10505         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10506         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10507         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10508         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10509         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10510         (gst_rtp_h264_pay_plugin_init):
10511         * gst/rtp/gstrtph264pay.h:
10512         Added H264 payloader. Fixes #423782.
10513
10514         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10515         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10516         Small fixes.
10517
10518 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10519
10520         * gst/wavparse/gstwavparse.c:
10521         Actually support depths from 1 to 32, not only 8 to 32.
10522
10523 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10524
10525         * gst/wavparse/gstwavparse.c:
10526         Add support for wav files containing audio/x-raw-int with random
10527         depths between 1 and 32 bits.
10528
10529 2007-03-28  Wim Taymans  <wim@fluendo.com>
10530
10531         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10532
10533         * gst/rtp/Makefile.am:
10534         * gst/rtp/gstrtp.c: (plugin_init):
10535         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10536         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10537         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10538         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10539         (gst_rtp_mp4a_depay_get_property),
10540         (gst_rtp_mp4a_depay_change_state),
10541         (gst_rtp_mp4a_depay_plugin_init):
10542         * gst/rtp/gstrtpmp4adepay.h:
10543         Added MP4A-LATM depayloader. Fixes #417792.
10544
10545         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10546         (gst_rtp_mp4v_depay_process):
10547         Fixup depayloader, setting codec_data, using more efficient adaptor and
10548         rtpbuffer handling.
10549
10550         * gst/rtsp/URLS:
10551         Add url to test above.
10552
10553 2007-03-25  Wim Taymans  <wim@fluendo.com>
10554
10555         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10556         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10557         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10558         (gst_rtspsrc_media_to_caps),
10559         (gst_rtspsrc_stream_configure_transport),
10560         (gst_rtspsrc_stream_configure_caps),
10561         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10562         * gst/rtsp/gstrtspsrc.h:
10563         Handle default clock-rates for static payload types, rearrange stuff so
10564         that the rtpmap field in the sdp can override the defaults.
10565         Parse RTP-Info field to get the seqnum and timebase fields that should
10566         go in the caps.
10567         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10568         the server. 
10569
10570 2007-03-22  Wim Taymans  <wim@fluendo.com>
10571
10572         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10573
10574         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10575         Accept complex pipeline descriptions as an audio profile instead of just
10576         a single element. Fixes #420658.
10577
10578 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10579
10580         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10581           Rename registered type in preparation of GstTagDemux moving to
10582           -base at some point in the future.
10583
10584 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10587           Streaming mode fixes: don't unref buffer we don't own any longer;
10588           remove bogus adapter flush. Fixes #419338.
10589
10590 2007-03-17  David Schleef  <ds@schleef.org>
10591
10592         * REQUIREMENTS: Change the format to key/value, add a bunch of
10593           information, remove a bunch of requirements that are for
10594           other GStreamer packages.
10595
10596 2007-03-17  David Schleef  <ds@schleef.org>
10597
10598         * REQUIREMENTS: Fix a few things.  This file really needs a
10599         good once-over.
10600
10601 2007-03-15  Edward Hervey  <edward@fluendo.com>
10602
10603         * sys/Makefile.am:
10604         Don't forget to distribute the sys/osxaudio/ directory.
10605
10606 2007-03-15  Edward Hervey  <edward@fluendo.com>
10607
10608         * configure.ac:
10609         * sys/Makefile.am:
10610         * sys/osxaudio/Makefile.am:
10611         * sys/osxaudio/gstosxaudio.c:
10612         * sys/osxaudio/gstosxaudiosink.c:
10613         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10614         (gst_osx_audio_sink_getcaps),
10615         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10616         * sys/osxaudio/gstosxaudiosrc.c:
10617         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10618         (gst_osx_audio_src_create_ringbuffer):
10619         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10620         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10621         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10622         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10623         * sys/osxaudio/gstosxringbuffer.h:
10624         Activate osxaudio in gst-plugins-good with proper build setup.
10625         Add inlined documentation.
10626         Fix debug statements
10627         Fix ringbuffer when pausing.
10628         Fixes #323471
10629
10630 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10631         * gst/rtp/gstrtppcmapay.c:
10632         * gst/rtp/gstrtppcmapay.h:
10633         * gst/rtp/gstrtppcmupay.c:
10634         * gst/rtp/gstrtppcmupay.h:
10635         Ported mulaw and alaw payloaders to use new base class
10636
10637 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10638
10639         * po/af.po:
10640         * po/az.po:
10641         * po/cs.po:
10642         * po/en_GB.po:
10643         * po/it.po:
10644         * po/nl.po:
10645         * po/or.po:
10646         * po/sq.po:
10647         * po/sr.po:
10648         * po/sv.po:
10649         * po/uk.po:
10650         * po/vi.po:
10651           Update translations.
10652
10653 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10654
10655         * configure.ac:
10656           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10657
10658 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10659
10660         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10661           Fix handling of -1 values for start and stop values when seeking,
10662           and SEEK_CUR+SEEK_END here as well.
10663
10664 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10665
10666         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10667           Fix handling of -1 values for start and stop values when seeking, 
10668           and SEEK_CUR+SEEK_END.
10669
10670 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10671
10672         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10673           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10674           the image format a variable-length NUL-terminated string; in
10675           versions before that the image format is a fixed-length string of
10676           3 characters (see #348644 for a sample tag).
10677           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10678
10679 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10680
10681         * win32/MANIFEST:
10682         Add new project files to MANIFEST.
10683         * win32/vs6/libgstaudiofx.dsp:
10684         * win32/vs6/libgstrtp.dsp:
10685         * win32/vs6/libgstrtsp.dsp:
10686         Update project files.
10687         
10688 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10689
10690         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10691         (gst_avi_demux_parse_index):
10692         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10693         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10694           Printf format fixes; also add some missing quotes in translated
10695           strings. Fixes #416728 and #416727.
10696
10697 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10698
10699         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10700           Tim and I can't think of any reason the child audio sink needs to 
10701           be set back to NULL after successfully determining that it can 
10702           reach READY - it gets immediately set back to READY by the caller
10703           anyway, causing an unnecessary close/open of any audio devices
10704           involved.
10705
10706 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10707
10708         * po/LINGUAS:
10709         * po/ja.po:
10710           Add ja.po file from #377306.
10711
10712 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10713
10714         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10715         * sys/sunaudio/gstsunaudiomixertrack.c:
10716         (gst_sunaudiomixer_track_new):
10717           Actually translate sunaudio mixer track labels instead of just
10718           marking the strings as translatable (#377306); clean up weird
10719           label string mapping code that serves no apparent purpose. Also
10720           set the 'untranslated-label' property when creating mixer tracks
10721           if the GstMixerTrack base class supports this.
10722
10723         * tests/check/Makefile.am:
10724         * tests/check/elements/.cvsignore:
10725         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10726         (sunaudio_suite):
10727           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10728           actually tested on a system where sunaudiomixer is available).
10729
10730 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10731
10732         * tests/check/Makefile.am:
10733         Re-enable the states test and see if it works on the buildbots.
10734
10735 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10736
10737         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10738         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10739         (gst_dvdec_change_state):
10740         * ext/dv/gstdvdec.h:
10741         Infer pixel-aspect-ratio from the video frame format if it isn't
10742         provided by the container, as happens when playing DV from AVI
10743         or Quicktime containers.
10744
10745         Patch by: Wim Taymans <wim@fluendo.com>
10746         Fixes #380944
10747
10748 2007-03-09  Wim Taymans  <wim@fluendo.com>
10749
10750         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10751         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10752         will later be handled by the jitterbuffer.
10753
10754 2007-03-09  Wim Taymans  <wim@fluendo.com>
10755
10756         * ext/taglib/gstid3v2mux.cc:
10757         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10758         Fixes #414496.
10759         
10760         Patch by: Alex Lancaster <alexl at users sourceforge net>
10761
10762 2007-03-09  Wim Taymans  <wim@fluendo.com>
10763
10764         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10765         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10766         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10767         (gst_avi_demux_chain):
10768         Fix stream position reporting after a seek. Fixes #416445.
10769
10770 2007-03-08  Wim Taymans  <wim@fluendo.com>
10771
10772         Patch by: René Stadler <mail at renestadler dot de>
10773
10774         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10775         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10776         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10777         Make avidemux accept optional header chunks in any order.
10778         Fixes #415446.
10779
10780 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10781
10782         * tests/check/Makefile.am:
10783         Disable the states check until the remaining Valgrind errors
10784         are fixed or suppressed.
10785
10786 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10787
10788         * tests/check/elements/.cvsignore:
10789           Add audiodynamic check to .cvsignore
10790
10791 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10792
10793         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10794
10795         * gst/audiofx/Makefile.am:
10796         * gst/audiofx/audiodynamic.c:
10797         (gst_audio_dynamic_characteristics_get_type),
10798         (gst_audio_dynamic_mode_get_type),
10799         (gst_audio_dynamic_set_process_function),
10800         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10801         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10802         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10803         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10804         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10805         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10806         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10807         (gst_audio_dynamic_transform_hard_knee_expander_int),
10808         (gst_audio_dynamic_transform_hard_knee_expander_float),
10809         (gst_audio_dynamic_transform_soft_knee_expander_int),
10810         (gst_audio_dynamic_transform_soft_knee_expander_float),
10811         (gst_audio_dynamic_transform_ip):
10812         * gst/audiofx/audiodynamic.h:
10813         * gst/audiofx/audiofx.c: (plugin_init):
10814         Add new audiodynamic element which can act as a compressor or
10815         expander. Supported are hard-knee and soft-knee operation modes with
10816         user-specified ratio and threshold.
10817         Attack and release parameters are not yet implemented but will follow.
10818         * docs/plugins/Makefile.am:
10819         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10820         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10821         * docs/plugins/gst-plugins-good-plugins.args:
10822         * docs/plugins/inspect/plugin-audiofx.xml:
10823         Integrate audiodynamic into the docs.
10824         * tests/check/Makefile.am:
10825         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10826         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10827         Add unit test for audiodynamic.
10828
10829 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10830
10831         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10832         Free handles that we allocated when exiting via the error paths.
10833
10834 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10835
10836         * gst/level/gstlevel.c: (gst_level_class_init),
10837         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10838         (gst_level_transform_ip):
10839         * gst/level/gstlevel.h:
10840           Resolve message timestamps against the playback segment.
10841
10842 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10843
10844         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10845         (gst_id3demux_sink_activate):
10846           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10847           caps passed to it (previously one code path assumed it took ownership
10848           while another one assumed it didn't, while in fact it sometimes did and
10849           sometimes didn't ...).
10850
10851         * configure.ac:
10852         * tests/files/Makefile.am:
10853         * tests/files/id3-407349-1.tag:
10854         * tests/files/id3-407349-2.tag:
10855           Add directory where data for unit tests can be stored.
10856
10857         * tests/Makefile.am:
10858         * tests/check/Makefile.am:
10859         * tests/check/elements/.cvsignore:
10860         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10861         (read_tags_from_file), (run_check_for_file),
10862         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10863           Add unit test for id3demux, and in particular for bug #407349. Only
10864           testing pull-mode for now; push mode doesn't work yet because the test
10865           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10866
10867 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10868
10869         * tests/check/Makefile.am:
10870           Add missing backslash at end of line.
10871
10872 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10873
10874         Trigger rebuild.
10875
10876 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10877
10878         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10879         * gst/id3demux/id3tags.h:
10880         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10881         (parse_obsolete_tdat_frame):
10882           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10883           the four-digit number will be interpreted as a year, whereas it is
10884           month and day in DDMM format. Instead, parse TDAT frames and fix up
10885           the date in the GST_TAG_DATE tag later if we also extracted a year.
10886           Fixes #407349.
10887
10888 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10889
10890         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10891         (gst_switch_commit_new_kid):
10892         Fix up the dispose logic so it doesn't leak, and fix setting of 
10893         the child state so that we don't set a child to our current state 
10894         just as we are changing it to something else.
10895
10896 2007-03-06  Wim Taymans  <wim@fluendo.com>
10897
10898         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10899         (gst_goom_chain):
10900         * gst/goom/gstgoom.h:
10901         Document, fix and improve goom adapter behaviour.
10902         Fixes #407006.
10903
10904 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10905
10906         * ext/esd/esdsink.c: (gst_esdsink_open):
10907         Unref static pad template after using it.
10908
10909 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10910
10911         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10912         (gst_switch_commit_new_kid):
10913         Fix up the reference counting of the child elements.
10914
10915 2007-03-05  Wim Taymans  <wim@fluendo.com>
10916
10917         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10918         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10919         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10920         Fix encoding-name case.
10921
10922 2007-03-05  Wim Taymans  <wim@fluendo.com>
10923
10924         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10925         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10926         (gst_rtp_speex_depay_process):
10927         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10928         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10929         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10930         (gst_rtp_speex_pay_change_state):
10931         * gst/rtp/gstrtpspeexpay.h:
10932         Fix speex (de)payloader. Fixes #358040.
10933
10934 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10935
10936         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10937         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10938         Install fakesink in NULL by fixing some broken logic. This obviates
10939         the need to manually set _IS_SINK.
10940         Add some comments and remove a little cruft while I'm at it.
10941
10942 2007-03-05  Wim Taymans  <wim@fluendo.com>
10943
10944         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10945         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10946
10947 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10948
10949         * po/POTFILES.in:
10950           Update.
10951
10952 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10953
10954         * tests/check/Makefile.am:
10955         Gah! Also disable gconfvideosink from the tests, otherwise
10956         it will instantiate autovideosink, and dfbvideosink and
10957         leak on the buildbots.
10958
10959 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10960
10961         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
10962         (gst_cdio_cdda_src_finalize):
10963         Make sure we always destroy our libcdio handle.
10964
10965 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10966
10967         * tests/check/Makefile.am:
10968         Disable autovideosink so the buildbots don't barf over memory
10969         leaked in the directfb sink.
10970
10971 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10972
10973         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
10974         Chain up in dispose
10975
10976 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10977
10978         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
10979         (gst_multipart_find_pad_by_mime):
10980         Use gst_pad_new_from_static_template instead of
10981         static_pad_template_get+pad_new.
10982
10983 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10984
10985         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
10986         Catch the case where no clock has been set.
10987
10988 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10989
10990         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
10991         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
10992         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
10993         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
10994         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
10995         (gst_gconf_audio_src_finalize), (do_toggle_element):
10996         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
10997         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
10998         (do_toggle_element):
10999         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11000         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11001         (gst_gconf_video_src_finalize), (do_toggle_element):
11002         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11003         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11004         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11005         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11006         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11007         (gst_shout2send_init), (gst_shout2send_finalize):
11008         * gst/debug/testplugin.c: (gst_test_class_init),
11009         (gst_test_finalize):
11010         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11011         (gst_flxdec_dispose):
11012         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11013         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11014         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11015         (gst_rtspsrc_finalize):
11016         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11017         * gst/rtsp/rtspextwms.h:
11018         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11019         (gst_smpte_finalize):
11020         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11021         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11022         (gst_udpsink_finalize):
11023         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11024         (gst_wavparse_sink_activate):
11025         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11026         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11027         (gst_oss_src_finalize):
11028         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11029         * sys/v4l2/gstv4l2object.h:
11030         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11031         (gst_v4l2src_finalize):
11032         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11033
11034         Fix a bunch of leaks shown by the newly-added states test.
11035
11036 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11037
11038         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11039         Use gst_pad_new_from_static_template instead of 
11040         static_pad_template_get+pad_new.
11041
11042 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11043
11044         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11045
11046         * ext/libcaca/Makefile.am:
11047         * gst/debug/Makefile.am:
11048           Don't mix tabs and spaces (#414168).
11049
11050 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11051
11052         * tests/check/generic/.cvsignore:
11053           Ignore files to please buildbot.
11054
11055 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11056
11057         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11058         (gst_wavparse_stream_data):
11059           Unbreak my previous commit (swapped nominator & denominator). Tim,
11060           thanks for spotting.
11061
11062 2007-03-02  Wim Taymans  <wim@fluendo.com>
11063
11064         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11065         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11066         (gst_cdio_cdda_src_finalize):
11067         Small code cleanups.
11068         Don't use pad_alloc as the base class cannot deal with the error codes.
11069
11070 2007-03-02  Wim Taymans  <wim@fluendo.com>
11071
11072         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11073         (gst_udpsrc_create):
11074         Fix doc.
11075
11076 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11077
11078         Patch by: René Stadler <mail@renestadler.de>
11079
11080         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11081         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11082         (gst_wavparse_stream_data):
11083           Handle rounding better to not drop last sample frame. Fixes #356692
11084
11085 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11086
11087         * tests/check/Makefile.am:
11088         Disable cacasink from the states check too - it also calls exit(1)
11089         on us when it can't find a terminal to talk to.
11090
11091 2007-03-02  Wim Taymans  <wim@fluendo.com>
11092
11093         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11094
11095         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11096         (gst_udpsrc_create), (gst_udpsrc_set_property),
11097         (gst_udpsrc_get_property):
11098         * gst/udp/gstudpsrc.h:
11099         Add support to strip proprietary headers. Fixes #350296.
11100
11101 2007-03-02  Wim Taymans  <wim@fluendo.com>
11102
11103         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11104         Fix compilation.
11105
11106 2007-03-02  Wim Taymans  <wim@fluendo.com>
11107
11108         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11109
11110         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11111         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11112         (gst_rtp_mp2t_depay_set_property),
11113         (gst_rtp_mp2t_depay_get_property):
11114         * gst/rtp/gstrtpmp2tdepay.h:
11115         Add support to strip off proprietary headers. Fixes #350278.
11116
11117 2007-03-02  Wim Taymans  <wim@fluendo.com>
11118
11119         * ext/hal/hal.c:
11120         Fix compilation.
11121
11122 2007-03-02  Wim Taymans  <wim@fluendo.com>
11123
11124         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11125         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11126         (gst_sunaudiosrc_open):
11127         * sys/sunaudio/gstsunaudiosrc.h:
11128         Remove device-name from GstSunAudioSrc. Fixes #412597.
11129
11130 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11131
11132         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11133         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11134         Having NULL as UDI previously selected the default sink/src. Change
11135         this back but mention it in the debug output.
11136         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11137         (gst_hal_get_oss_element), (gst_hal_get_string),
11138         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11139         (gst_hal_get_audio_src):
11140         * ext/hal/hal.h:
11141         Refactor a bit, check all error conditions, greatly improve debugging
11142         and fix some possible memory leaks. Also implement OSS support
11143         and allow specifying an UDI that points to a real device. For this the
11144         child device which supports ALSA (preferred) or OSS is used.
11145         As a side effect this makes it impossible now to get a alsasink in
11146         halaudiosrc and a alsasrc in halaudiosink.
11147
11148 2007-03-01  Wim Taymans  <wim@fluendo.com>
11149
11150         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11151         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11152         Errors from the udp sources are not fatal unless all of them are in
11153         error.
11154
11155 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11156
11157         * tests/check/Makefile.am:
11158         Disable aasink in the states test. I suspect this is the element that
11159         is calling exit(1) when it can't proceed.
11160
11161 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11162
11163         * tests/check/Makefile.am:
11164         Draw plugins in from the build tree sys/ dir, rather than picking
11165         up the already installed versions.
11166
11167 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11168
11169         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11170         Error out correctly when getting xcontext fails.
11171
11172 2007-03-01  Wim Taymans  <wim@fluendo.com>
11173
11174         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11175         Make state change to PAUSED NO_PREROLL because that's what it will be in
11176         the future and rtspsrc relies on it.
11177
11178         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11179         (gst_rtspsrc_change_state):
11180         Don't error out when we don't get an error from the state change
11181         function.
11182
11183 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11184
11185         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11186         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11187           Check if the device UDI is set before trying to query HAL
11188           about it and give a useful error message if it wasn't set.
11189         * ext/hal/hal.c: (gst_hal_get_string):
11190           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11191           gives an assertion failure in D-Bus when running with
11192           DBUS_FATAL_WARNINGS=1.
11193
11194 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11195
11196         * configure.ac:
11197           Convert to new AG_GST style.
11198
11199 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11200
11201         * tests/check/Makefile.am:
11202         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11203           add test for states
11204
11205 2007-02-28  Wim Taymans  <wim@fluendo.com>
11206
11207         * tests/check/elements/.cvsignore:
11208         Add new videofilter check to .cvsignore.
11209
11210 2007-02-28  Wim Taymans  <wim@fluendo.com>
11211
11212         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11213         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11214         (gst_avi_demux_loop), (gst_avi_demux_chain):
11215         Fix combined flow return. Fixes #412608.
11216
11217 2007-02-28  Wim Taymans  <wim@fluendo.com>
11218
11219         * gst/videofilter/Makefile.am:
11220         Dist header..
11221
11222 2007-02-28  Wim Taymans  <wim@fluendo.com>
11223
11224         * gst/videofilter/gstgamma.h:
11225         Add header too.
11226
11227 2007-02-28  Wim Taymans  <wim@fluendo.com>
11228
11229         Patch by: Mark Nauwelaerts <manauw at skynet be>
11230
11231         * gst/videofilter/Makefile.am:
11232         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11233         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11234         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11235         (oil_tablelookup_u8), (gst_gamma_set_caps),
11236         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11237         Port gamma filter to 0.10. Fixes #412704.
11238
11239         * tests/check/Makefile.am:
11240         * tests/check/elements/videofilter.c: (setup_filter),
11241         (cleanup_filter), (check_filter), (GST_START_TEST),
11242         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11243         Add unit tests for videofilters.
11244
11245 2007-02-28  Wim Taymans  <wim@fluendo.com>
11246
11247         * gst/rtsp/URLS:
11248         Add another interesting test url.
11249
11250         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11251         Don't allow getting header fields from data packets.
11252
11253 2007-02-28  Michael Smith  <msmith@fluendo.com>
11254
11255         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11256         (gst_shout2send_init), (gst_shout2send_start),
11257         (gst_shout2send_set_property), (gst_shout2send_get_property):
11258         * ext/shout2/gstshout2.h:
11259           Add a property for username.
11260
11261 2007-02-27  Christian Schallerr <christian@fluendo.com>
11262
11263         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11264
11265 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11266
11267         * gst/rtsp/Makefile.am:
11268         Fix make check too.
11269
11270 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11271
11272         * gst/rtsp/base64.c: (util_base64_encode):
11273         * gst/rtsp/base64.h:
11274         Commit missing files for base64 encoding.
11275
11276 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11277
11278         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11279
11280         * configure.ac:
11281         * ext/annodex/Makefile.am:
11282         * ext/jpeg/Makefile.am:
11283         * ext/speex/Makefile.am:
11284         * gst/alpha/Makefile.am:
11285         * gst/cutter/Makefile.am:
11286         * gst/debug/Makefile.am:
11287         * gst/effectv/Makefile.am:
11288         * gst/goom/Makefile.am:
11289         * gst/level/Makefile.am:
11290         * gst/smpte/Makefile.am:
11291         * gst/videofilter/Makefile.am:
11292           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11293
11294 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11295
11296         * gst/rtsp/Makefile.am:
11297         * gst/rtsp/rtspconnection.c: (append_auth_header),
11298         (rtsp_connection_send), (rtsp_connection_set_auth):
11299         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11300         from icecast to replace it. Relicensed from GPL courtesy of Mike
11301         Smith.
11302
11303 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11304
11305         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11306         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11307         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11308         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11309         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11310         (gst_rtspsrc_uri_set_uri):
11311         * gst/rtsp/gstrtspsrc.h:
11312         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11313         (append_auth_header), (rtsp_connection_send),
11314         (rtsp_connection_free), (rtsp_connection_set_auth):
11315         * gst/rtsp/rtspconnection.h:
11316         * gst/rtsp/rtspdefs.h:
11317         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11318         * gst/rtsp/rtspurl.h:
11319
11320         Implement simple Basic Authentication support so that urls like
11321         rtsp://user:pass@hostname/rtspstream work on hosts that require
11322         authentication.
11323
11324 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11325
11326         * sys/v4l2/gstv4l2object.c:
11327         * sys/v4l2/gstv4l2tuner.c:
11328         * sys/v4l2/v4l2_calls.c:
11329         Fix segfault when oppening a radio device.
11330         
11331 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11332
11333         * gst/level/gstlevel.c: (gst_level_set_caps),
11334         (gst_level_transform_ip):
11335         * sys/v4l2/README:
11336         * tests/check/elements/level.c: (GST_START_TEST):
11337           Fix level for multi-channel case.
11338
11339 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11340
11341         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11342         (gst_level_transform_ip):
11343         * gst/level/gstlevel.h:
11344           Use function pointer for process function and add process functions
11345           for float audio.
11346
11347 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11348
11349         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11350         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11351         (gst_v4l2src_capture_init):
11352           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11353           fixes #407369
11354
11355 2007-02-18  Wim Taymans  <wim@fluendo.com>
11356
11357         * gst/rtp/Makefile.am:
11358         * gst/rtp/gstrtp.c: (plugin_init):
11359         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11360         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11361         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11362         (gst_rtp_mp2t_pay_plugin_init):
11363         * gst/rtp/gstrtpmp2tpay.h:
11364         Added simple mpeg transport stream payloader.
11365
11366 2007-02-16  Wim Taymans  <wim@fluendo.com>
11367
11368         * gst/rtsp/URLS:
11369         Add example H264 rtsp url.
11370
11371         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11372         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11373         Don't convert values to lowercase or we might mess up base64 encoded
11374         properties.
11375
11376 2007-02-16  Wim Taymans  <wim@fluendo.com>
11377
11378         * gst/rtp/README:
11379         Fix case of string params.
11380
11381         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11382         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11383         Fix depayloader, support more packet types.
11384         Add sync codes to make sure the packetizer can do its job.
11385
11386         * gst/rtp/gstrtpmp4gdepay.c:
11387         * gst/rtp/gstrtpmp4gpay.c:
11388         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11389         Fix caps case again.
11390
11391 2007-02-15  Wim Taymans  <wim@fluendo.com>
11392
11393         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11394         Set right caps on output buffers.
11395
11396 2007-02-14  Wim Taymans  <wim@fluendo.com>
11397
11398         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11399         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11400         Clear stack allocated SDPMedia struct before calling _init() on it.
11401         Clarify this in the docs as well.
11402
11403 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11404
11405         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11406         (do_change_child):
11407         Don't reset the profile when going switching states, as it makes
11408         the element non-reusable.
11409
11410 2007-02-14  Wim Taymans  <wim@fluendo.com>
11411
11412         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11413         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11414         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11415         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11416         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11417         (sdp_parse_line):
11418         * gst/rtsp/sdpmessage.h:
11419         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11420         Fix memory management of SDP messages. Fixes #407793.
11421
11422 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11423
11424         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11425
11426         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11427         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11428
11429 2007-02-14  Wim Taymans  <wim@fluendo.com>
11430
11431         Patch by: jp.liu <jp_liu at astrocom dot cn>
11432
11433         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11434         Fix parsing of password field in url. Fixes #407797.
11435
11436 2007-02-14  Wim Taymans  <wim@fluendo.com>
11437
11438         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11439         (gst_wavparse_reset), (gst_wavparse_init),
11440         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11441         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11442         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11443         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11444         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11445         (gst_wavparse_loop), (gst_wavparse_chain),
11446         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11447         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11448         (plugin_init):
11449         * gst/wavparse/gstwavparse.h:
11450         Update docs.
11451         Use boilerplate.
11452         Various code cleanups.
11453         When the bitrate is not known (bps == 0 or compressed formats) let
11454         downstream element guestimate the duration and position and don't
11455         generate timestamps or durations. Fixes #405213.
11456         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11457         error flowreturn upstream.
11458
11459 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11460
11461         * ext/gconf/Makefile.am:
11462         * ext/gconf/gconf.c: (gst_gconf_get_string),
11463         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11464         (gst_gconf_render_bin_with_default):
11465         * ext/gconf/gconf.h:
11466         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11467         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11468         (gst_gconf_audio_sink_dispose), (do_change_child),
11469         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11470         (cb_change_child), (gst_gconf_audio_sink_change_state):
11471         * ext/gconf/gstgconfaudiosink.h:
11472         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11473         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11474         (gst_switch_sink_init), (gst_switch_sink_dispose),
11475         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11476         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11477         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11478         * ext/gconf/gstswitchsink.h:
11479         * gst/autodetect/gstautoaudiosink.c:
11480         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11481         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11482         (gst_auto_audio_sink_detect):
11483         * gst/autodetect/gstautovideosink.c:
11484         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11485         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11486         (gst_auto_video_sink_detect):
11487         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11488         and a child that implements the GConf key monitoring. The end goal of
11489         this is an audio sink that can be changed on the fly, but at the 
11490         moment it still only changes on the next READY transition.
11491
11492 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11493
11494         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11495         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11496         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11497         (gst_avi_demux_calculate_durations_from_index),
11498         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11499         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11500         (gst_avi_demux_loop):
11501           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11502
11503 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11504
11505         * configure.ac:
11506         * docs/plugins/Makefile.am:
11507           Add crossreferences to glib/gobject/gstream docs.
11508
11509 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         * gst/monoscope/Makefile.am:
11512         * gst/monoscope/gstmonoscope.c:
11513           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11514           (but no LIBS, since we only use defines from the headers).
11515
11516 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11517
11518         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11519
11520         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11521         (gst_wavparse_stream_data):
11522           Fix massive memory leak when operating in streaming mode due to
11523           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11524           Fixes #407057.
11525
11526 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11527
11528         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11529         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11530         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11531         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11532         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11533         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11534         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11535         (gst_avi_demux_calculate_durations_from_index),
11536         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11537         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11538         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11539         * gst/avi/gstavidemux.h:
11540           Save some memory (8%) by repacking the index entry structure (more to
11541           come). Add more FIXMEs to questionable parts.
11542
11543 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11544
11545         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11546         (gst_v4l2src_get_caps):
11547         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11548         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11549         (gst_v4l2src_capture_init):
11550           More FIXME comments and messaging changes.
11551
11552 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11553
11554         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11555         (gst_goom_change_state):
11556         * gst/goom/gstgoom.h:
11557           Improved docs and use GST_DEBUG_FUNCPTR.
11558
11559         * gst/level/gstlevel.c: (gst_level_class_init):
11560           Use GST_DEBUG_FUNCPTR.
11561
11562         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11563         (gst_monoscope_chain), (gst_monoscope_change_state):
11564           Improved docs source cleanups.
11565
11566 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11567
11568         * gst/debug/Makefile.am:
11569         * gst/debug/gstdebug.c: (plugin_init):
11570         * gst/debug/gstpushfilesrc.c:
11571         * gst/debug/gstpushfilesrc.h:
11572           Add code for a pushfilesrc element that implements a pushfile:// URI
11573           handler, to make debugging push-mode operation of demuxer/decoders
11574           that support both easier in connection with seek/playbin/etc.
11575           The element isn't registered at the moment.
11576
11577 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11578
11579         * gst/avi/gstavimux.c:
11580           Comment a #if 0 in caps template definition as VS6 seems to 
11581         do not support it.
11582         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11583           Use gst_guint64_to_gdouble for conversion.
11584         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11585           Move variables declaration before the first instruction.
11586         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11587           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11588           And don't include netdb.h for G_OS_WIN32
11589         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11590           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11591           by VS6 then use an other way to initialize SDPMedia structure.
11592         * gst/udp/gstdynudpsink.h:
11593         * gst/udp/gstdynudpnetutils.h:
11594           Do not include <sys/time.h> for G_OS_WIN32
11595         * gst/udp/gstudpsrc.c:
11596           Define socklen_t as int for G_OS_WIN32
11597         * win/common/config.h.in:
11598           Undef HAVE_NETINET_IN_H
11599         * win32/vs6/gst_plugins_good.dsw:
11600         * win32/vs6/libgstrtp.dsp:
11601         * win32/vs6/libgstrtsp.dsp:
11602         * win32/vs6/libgstautogen.dsp:
11603         * win32/vs6/libgstaudiofx.dsp:
11604         * win32/vs6/libgstudp.dsp:
11605           Add and update project files.
11606         * win32/common/gstudp-enumtypes.c:
11607         * win32/common/gstudp-enumtypes.h:
11608           Add a copy of udp enumtypes to win32/common as in core 
11609           and base.
11610         
11611 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11612
11613         * configure.ac:
11614           Activate monoscope when building with --enable-experimental. Fix
11615           --enable-external configure switch description.
11616
11617         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11618         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11619           Help gst-indent.
11620
11621 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11622
11623         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11624           Explicitly cast result of pointer arithmetic to integer in order to
11625           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11626
11627 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11628
11629         * gst/debug/progressreport.c:
11630           Some more docs.
11631
11632 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11633
11634         * docs/plugins/inspect/plugin-rtp.xml:
11635           Update for new elements.
11636
11637         * gst/debug/progressreport.h:
11638           Commit newly-created header file as well.
11639
11640 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         * docs/plugins/Makefile.am:
11643         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11644         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11645         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11646         * gst/debug/Makefile.am:
11647         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11648         (gst_progress_report_do_query), (gst_progress_report_report):
11649           Make progressreport element post messages with the current progress
11650           on the bus. Also add some basic docs for it.
11651
11652 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11653
11654         * ext/hal/hal.c: (gst_hal_get_string):
11655         * ext/hal/hal.h:
11656           Some small cleanups; deal with errors when parsing the HAL ALSA
11657           capabilities a bit better.
11658
11659 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11660
11661         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11662           Let's try this again and use the right cast this time.
11663
11664 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11665
11666         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11667           Add cast to avoid compiler warnings with older GLib versions
11668           where the nick/name members in GEnumValue are not declared as
11669           constant strings.
11670
11671 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11672
11673         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11674         (gst_gconf_render_bin_from_key),
11675         (gst_gconf_get_default_audio_sink):
11676         * ext/gconf/gconf.h:
11677         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11678         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11679         (gst_gconf_audio_sink_get_property):
11680           In gconfaudiosink, get the right key as the old key in do_toggle
11681           (ie. one dependent on the profile selected). Log some more stuff so
11682           we can see what's actually going on.
11683
11684 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11685
11686         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11687         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11688         (gst_audio_amplify_set_process_function),
11689         (gst_audio_amplify_setup):
11690         * gst/audiofx/audioamplify.h:
11691         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11692         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11693         * gst/audiofx/audioinvert.h:
11694         Some small cleanups and port both elements to the new GstAudioFilter
11695         base class to save a few lines of common code.
11696         * gst/audiofx/Makefile.am:
11697         Link against libgstaudio for the above changes
11698
11699 2007-01-29  Wim Taymans  <wim@fluendo.com>
11700
11701         * tests/check/elements/.cvsignore:
11702         Some more ignores.
11703
11704 2007-01-26  Wim Taymans  <wim@fluendo.com>
11705
11706         Patch by: charles <charlesg3 at gmail dot com>
11707
11708         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11709         (set_shout_metadata), (gst_shout2send_event):
11710         * ext/shout2/gstshout2.h:
11711         Properly handle tags in shout2send. Fixes #399825.
11712
11713 2007-01-25  Wim Taymans  <wim@fluendo.com>
11714
11715         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11716         (gst_rtspsrc_activate_streams):
11717         Convert SDP fields to upper/lowercase following the rules in the SDP to
11718         caps document. 
11719
11720 2007-01-25  Wim Taymans  <wim@fluendo.com>
11721
11722         * gst/rtp/README:
11723         * gst/rtp/gstrtpilbcdepay.c:
11724         * gst/rtp/gstrtpilbcpay.c:
11725         * gst/rtp/gstrtpmp4gdepay.c:
11726         * gst/rtp/gstrtpmp4gpay.c:
11727         * gst/rtp/gstrtpspeexdepay.c:
11728         * gst/rtp/gstrtpspeexpay.c:
11729         * gst/rtp/gstrtpsv3vdepay.c:
11730         * gst/rtp/gstrtptheoradepay.c:
11731         * gst/rtp/gstrtptheorapay.c:
11732         * gst/rtp/gstrtpvorbisdepay.c:
11733         * gst/rtp/gstrtpvorbispay.c:
11734         Fix case of encoding-name and key/value pairs to match the document.
11735         This is to make interoperation with SDP case-insensitive as required by
11736         the relevant RFCs.
11737
11738 2007-01-25  Wim Taymans  <wim@fluendo.com>
11739
11740         * configure.ac:
11741         Bump required -core/-base to CVS
11742
11743 2007-01-25  Wim Taymans  <wim@fluendo.com>
11744
11745         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11746         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11747         * gst/rtp/gstrtpL16pay.h:
11748         Fill up to MTU using adapter.
11749         Timestamp rtp packets.
11750
11751 2007-01-25  Edward Hervey  <edward@fluendo.com>
11752
11753         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11754         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11755         Use G_GSIZE_FORMAT in print statements for portability.
11756         Fixes build on macosx.
11757
11758 2007-01-24  Wim Taymans  <wim@fluendo.com>
11759
11760         * gst/rtp/Makefile.am:
11761         * gst/rtp/gstrtp.c: (plugin_init):
11762         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11763         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11764         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11765         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11766         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11767         (gst_rtp_L16_depay_plugin_init):
11768         * gst/rtp/gstrtpL16depay.h:
11769         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11770         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11771         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11772         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11773         (gst_rtp_L16_pay_plugin_init):
11774         * gst/rtp/gstrtpL16pay.h:
11775         Port and enable raw audio payloader/depayloader. Needs a bit more work
11776         on the payloader side.
11777
11778 2007-01-24  Wim Taymans  <wim@fluendo.com>
11779
11780         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11781         (gst_rtspsrc_stream_configure_transport),
11782         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11783         * gst/rtsp/gstrtspsrc.h:
11784         Only unblock the udp pads when we linked and activated them all.
11785         Fixes #395688.
11786
11787 2007-01-24  Wim Taymans  <wim@fluendo.com>
11788
11789         * gst/rtp/Makefile.am:
11790         * gst/rtp/gstrtp.c: (plugin_init):
11791         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11792         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11793         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11794         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11795         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11796         * gst/rtp/gstrtpac3depay.h:
11797         Added simple AC3 depayloader (RFC 4184).
11798
11799         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11800         Fix a leak.
11801
11802 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11803
11804         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11805
11806         * gst/audiofx/Makefile.am:
11807         * gst/audiofx/audioamplify.c:
11808         (gst_audio_amplify_clipping_method_get_type),
11809         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11810         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11811         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11812         (gst_audio_amplify_set_caps),
11813         (gst_audio_amplify_transform_int_clip),
11814         (gst_audio_amplify_transform_int_wrap_negative),
11815         (gst_audio_amplify_transform_int_wrap_positive),
11816         (gst_audio_amplify_transform_float_clip),
11817         (gst_audio_amplify_transform_float_wrap_negative),
11818         (gst_audio_amplify_transform_float_wrap_positive),
11819         (gst_audio_amplify_transform_ip):
11820         * gst/audiofx/audioamplify.h:
11821         * gst/audiofx/audiofx.c: (plugin_init):
11822         Add new element "audioamplify". This allows scaling of raw audio
11823         samples, similar to the "volume" element, but provides different modes
11824         for clipping and allows unlimited amplification. It's mainly targeted
11825         for creative sound design and not as a replacement of the "volume"
11826         element. Fixes #397162
11827         * docs/plugins/Makefile.am:
11828         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11829         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11830         * docs/plugins/gst-plugins-good-plugins.args:
11831         * docs/plugins/inspect/plugin-audiofx.xml:
11832         Add docs for audioamplify and integrate them into the build system
11833         * tests/check/Makefile.am:
11834         * tests/check/elements/audioamplify.c: (setup_amplify),
11835         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11836         Add fairly extensive unit test suite for audioamplify
11837
11838 2007-01-24  Wim Taymans  <wim@fluendo.com>
11839
11840         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11841         Unblock pads after adding the pads to the element so that autopluggers
11842         get a change to link something. Possibly fixes #395688.
11843
11844 2007-01-24  Wim Taymans  <wim@fluendo.com>
11845
11846         * gst/rtp/gstrtpamrdepay.c:
11847         * gst/rtp/gstrtpgsmdepay.c:
11848         * gst/rtp/gstrtph263pdepay.c:
11849         * gst/rtp/gstrtph263ppay.c:
11850         * gst/rtp/gstrtph264depay.c:
11851         * gst/rtp/gstrtpilbcdepay.c:
11852         * gst/rtp/gstrtpmp2tdepay.c:
11853         * gst/rtp/gstrtpmp4gdepay.c:
11854         * gst/rtp/gstrtpmp4gpay.c:
11855         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11856         * gst/rtp/gstrtpmp4vpay.c:
11857         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11858         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11859         (gst_rtp_mpa_depay_process):
11860         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11861         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11862         * gst/rtp/gstrtppcmadepay.c:
11863         * gst/rtp/gstrtppcmudepay.c:
11864         * gst/rtp/gstrtpspeexdepay.c:
11865         * gst/rtp/gstrtpspeexpay.c:
11866         * gst/rtp/gstrtpsv3vdepay.c:
11867         * gst/rtp/gstrtptheoradepay.c:
11868         * gst/rtp/gstrtptheorapay.c:
11869         * gst/rtp/gstrtpvorbisdepay.c:
11870         * gst/rtp/gstrtpvorbispay.c:
11871         Fix caps with payload numbers.
11872         Add some fixed payload numbers to caps when possible.
11873
11874 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11875
11876         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11877
11878         * gst/audiofx/Makefile.am:
11879         * gst/audiofx/audiofx.c: (plugin_init):
11880         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11881         (gst_audio_invert_class_init), (gst_audio_invert_init),
11882         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11883         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11884         (gst_audio_invert_transform_float),
11885         (gst_audio_invert_transform_ip):
11886         * gst/audiofx/audioinvert.h:
11887         Add new audiofx element "audioinvert". This element swaps the upper
11888         and lower half of samples and can be used for example for a
11889         wide-stereo effect. Fixes #396057
11890         * docs/plugins/Makefile.am:
11891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11893         * docs/plugins/gst-plugins-good-plugins.args:
11894         * docs/plugins/inspect/plugin-audiofx.xml:
11895         Add docs for the audioinvert element and add them to the build system.
11896         * tests/check/Makefile.am:
11897         * tests/check/elements/audioinvert.c: (setup_invert),
11898         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11899         Add unit test suite for the audioinvert element.
11900
11901 2007-01-23  Wim Taymans  <wim@fluendo.com>
11902
11903         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11904         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11905         Parse config params as string and int.
11906         Parse and use AU header length
11907
11908 2007-01-23  Wim Taymans  <wim@fluendo.com>
11909
11910         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11911         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11912         * gst/smpte/gstmask.c: (_gst_mask_register):
11913         * gst/smpte/gstmask.h:
11914         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11915         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11916         (gst_smpte_paint_triangle_clock):
11917         constify some static structs.
11918         Don't update the mask if nothing changed to the params.
11919         Make sure we never draw outside of the picture. Fixes #398325.
11920
11921 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11922
11923         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11924           Error out properly when pull_range fails while we're reading the
11925           headers, instead of just pausing the task silently. Fixes #399338.
11926
11927 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11928
11929         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11930           Some more sanity checks to make sure the input formats match and the
11931           input pads are actually negotiated, in case someone tries to feed
11932           buffers from fakesrc or filesrc. Fixes #398299.
11933           Also const-ify an array, just because we can.
11934
11935 2007-01-19  Edward Hervey  <edward@fluendo.com>
11936
11937         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11938         Ignore previous commit, that was only valid for widths and heights
11939         that are multiples of 4.
11940         Copy over size/stride macros from jpegdec. This allows the element
11941         to work with any width,height...
11942         ... but puts in evidence that the actual transformations only work
11943         with width/height that are multiples of 4.
11944
11945 2007-01-19  Edward Hervey  <edward@fluendo.com>
11946
11947         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11948         Allocate buffers of the right size.
11949         The proper size of a I420 buffer in bytes is:
11950         
11951             width * height * 3
11952             ------------------
11953                     2
11954
11955 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11956
11957         * gst/smpte/gstsmpte.c: (gst_smpte_init):
11958           Proxy getcaps on sink pads too, so that we either end up with the
11959           same dimensions on all pads or error out if that's not possible
11960           (seems to work even!). Fixes #398086, I think.
11961
11962 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
11963
11964         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11965         * docs/plugins/gst-plugins-good-plugins.args:
11966         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11967           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
11968           fix integer properties with -1 as minimum value.
11969
11970         * docs/plugins/inspect/plugin-1394.xml:
11971         * docs/plugins/inspect/plugin-aasink.xml:
11972         * docs/plugins/inspect/plugin-alaw.xml:
11973         * docs/plugins/inspect/plugin-alpha.xml:
11974         * docs/plugins/inspect/plugin-alphacolor.xml:
11975         * docs/plugins/inspect/plugin-annodex.xml:
11976         * docs/plugins/inspect/plugin-apetag.xml:
11977         * docs/plugins/inspect/plugin-audiofx.xml:
11978         * docs/plugins/inspect/plugin-auparse.xml:
11979         * docs/plugins/inspect/plugin-autodetect.xml:
11980         * docs/plugins/inspect/plugin-avi.xml:
11981         * docs/plugins/inspect/plugin-cacasink.xml:
11982         * docs/plugins/inspect/plugin-cairo.xml:
11983         * docs/plugins/inspect/plugin-cdio.xml:
11984         * docs/plugins/inspect/plugin-cutter.xml:
11985         * docs/plugins/inspect/plugin-debug.xml:
11986         * docs/plugins/inspect/plugin-dv.xml:
11987         * docs/plugins/inspect/plugin-efence.xml:
11988         * docs/plugins/inspect/plugin-effectv.xml:
11989         * docs/plugins/inspect/plugin-esdsink.xml:
11990         * docs/plugins/inspect/plugin-flac.xml:
11991         * docs/plugins/inspect/plugin-flxdec.xml:
11992         * docs/plugins/inspect/plugin-gconfelements.xml:
11993         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
11994         * docs/plugins/inspect/plugin-goom.xml:
11995         * docs/plugins/inspect/plugin-halelements.xml:
11996         * docs/plugins/inspect/plugin-icydemux.xml:
11997         * docs/plugins/inspect/plugin-id3demux.xml:
11998         * docs/plugins/inspect/plugin-jpeg.xml:
11999         * docs/plugins/inspect/plugin-level.xml:
12000         * docs/plugins/inspect/plugin-matroska.xml:
12001         * docs/plugins/inspect/plugin-mulaw.xml:
12002         * docs/plugins/inspect/plugin-multipart.xml:
12003         * docs/plugins/inspect/plugin-navigationtest.xml:
12004         * docs/plugins/inspect/plugin-ossaudio.xml:
12005         * docs/plugins/inspect/plugin-png.xml:
12006         * docs/plugins/inspect/plugin-rtp.xml:
12007         * docs/plugins/inspect/plugin-rtsp.xml:
12008         * docs/plugins/inspect/plugin-shout2send.xml:
12009         * docs/plugins/inspect/plugin-smpte.xml:
12010         * docs/plugins/inspect/plugin-speex.xml:
12011         * docs/plugins/inspect/plugin-taglib.xml:
12012         * docs/plugins/inspect/plugin-udp.xml:
12013         * docs/plugins/inspect/plugin-videobalance.xml:
12014         * docs/plugins/inspect/plugin-videobox.xml:
12015         * docs/plugins/inspect/plugin-videoflip.xml:
12016         * docs/plugins/inspect/plugin-videomixer.xml:
12017         * docs/plugins/inspect/plugin-wavenc.xml:
12018         * docs/plugins/inspect/plugin-wavparse.xml:
12019         * docs/plugins/inspect/plugin-ximagesrc.xml:
12020           Update to CVS.
12021
12022 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12023
12024         Patch by: Sebastian Dröge <slomo circular-chaos org>
12025
12026         * gst/audiofx/audiopanorama.c:
12027           Fix doc section name (Fixes #397946)
12028
12029 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12030
12031         * sys/v4l2/gstv4l2object.c:
12032         (gst_v4l2_object_install_properties_helper),
12033         (gst_v4l2_object_set_property_helper),
12034         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12035         * sys/v4l2/gstv4l2object.h:
12036         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12037         (gst_v4l2src_init), (gst_v4l2src_set_property),
12038         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12039         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12040         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12041         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12042         (gst_v4l2src_capture_deinit):
12043           Fix EIO handing when capturing. Add new property to specify the number of
12044           buffers to enque (and remove the borked num-buffers usage).
12045
12046 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12047
12048         Patch by: Sebastian Dröge <slomo circular-chaos org>
12049
12050         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12051         (gst_audio_panorama_set_process_function):
12052           Use a function array for process methods, add more docs and define the
12053           startindex of enums.
12054
12055 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12056
12057         Patch by: Mark Nauwelaerts <manauw at skynet be>
12058
12059         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12060         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12061         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12062         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12063         (gst_avi_mux_riff_get_avi_header),
12064         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12065         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12066         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12067         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12068         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12069         (gst_avi_mux_change_state):
12070         * gst/avi/gstavimux.h:
12071         * tests/check/elements/avimux.c: (teardown_src_pad):
12072           Add support for more than one audio stream; write better AVIX
12073           header; refactor code a bit; don't announce vorbis caps on our audio
12074           sink pads since we don't support it anyway. Closes #379298.
12075
12076 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12077
12078         Patch by: Sebastian Dröge <slomo circular-chaos org>
12079
12080         * gst/audiofx/audiopanorama.c:
12081         (gst_audio_panorama_method_get_type),
12082         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12083         (gst_audio_panorama_set_process_function),
12084         (gst_audio_panorama_set_property),
12085         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12086         (gst_audio_panorama_transform_m2s_int_simple),
12087         (gst_audio_panorama_transform_s2s_int_simple),
12088         (gst_audio_panorama_transform_m2s_float_simple),
12089         (gst_audio_panorama_transform_s2s_float_simple):
12090         * gst/audiofx/audiopanorama.h:
12091           Add 'method' property and provide a simple (non-psychoacustic)
12092           processing method (#394859).
12093
12094         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12095         (panorama_suite):
12096           Tests for new method.
12097
12098 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12099
12100         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12101         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12102           Set correct caps on outgoing pulled buffers, or things blow up
12103           after recent core changes.
12104
12105 2007-01-11  Wim Taymans  <wim@fluendo.com>
12106
12107         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12108
12109         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12110         (gst_multipart_mux_request_new_pad),
12111         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12112         (gst_multipart_mux_change_state):
12113         Return FLOW errors ASAP. Fixes #394977.
12114         Misc cleanups.
12115
12116 2007-01-11  Wim Taymans  <wim@fluendo.com>
12117
12118         Patch by: Lutz Mueller <lutz at topfrose dot de>
12119
12120         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12121         Check for stream pad before activating. 
12122
12123 2007-01-10  Wim Taymans  <wim@fluendo.com>
12124
12125         Patch by: Peter Kjellerstedt  <pkj at axis com>
12126
12127         * gst/rtsp/COPYING.MIT:
12128         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12129         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12130         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12131         (gst_rtspsrc_stream_configure_transport),
12132         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12133         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12134         (gst_rtspsrc_parse_methods),
12135         (gst_rtspsrc_create_transports_string),
12136         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12137         (gst_rtspsrc_open), (gst_rtspsrc_close):
12138         * gst/rtsp/gstrtspsrc.h:
12139         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12140         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12141         (parse_request_line), (parse_line), (rtsp_connection_read),
12142         (rtsp_connection_close):
12143         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12144         (rtsp_method_as_text), (rtsp_header_as_text),
12145         (rtsp_status_as_text), (rtsp_find_header_field),
12146         (rtsp_find_method):
12147         * gst/rtsp/rtspdefs.h:
12148         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12149         (rtsp_ext_wms_configure_stream):
12150         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12151         (rtsp_message_new_request), (rtsp_message_init_request),
12152         (rtsp_message_new_response), (rtsp_message_init_response),
12153         (rtsp_message_init_data), (rtsp_message_unset),
12154         (rtsp_message_free), (rtsp_message_add_header),
12155         (rtsp_message_get_header), (rtsp_message_set_body),
12156         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12157         * gst/rtsp/rtspmessage.h:
12158         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12159         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12160         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12161         (sdp_message_dump):
12162         Allow url to be NULL to be able to use it for server connections.
12163         Can now send responses as well as requests.
12164         No longer hangs in an endless loop if EOF is received.
12165         Can now convert a status code to a text string.
12166         Return RTSP_HDR_INVALID for unknown headers.
12167         Return RTSP_INVALID for unknown methods.
12168         Copy CSeq and Session headers from the request.
12169         Only free memory corresponding to the currently set message type.
12170         Added const to function arguments as appropriate.
12171         Avoid a compiler warning when initializing nmedia.
12172         Use guint rather than gint to avoid compiler warnings.
12173         Fix crasher in wms extension.
12174         Factor out stream setup from open_connection.
12175         Delay activation of streams when actual data is received from the
12176         server, this prepares us to do proper protocol switching.
12177         Added new license.
12178         Fixes #380895.
12179
12180
12181 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12182
12183         Patch by: Sebastian Dröge <slomo ubuntu com>
12184
12185         * docs/plugins/Makefile.am:
12186         * gst/audiofx/audiopanorama.c:
12187           Some small docs fixes (#394851).
12188
12189 2007-01-09  Wim Taymans  <wim@fluendo.com>
12190
12191         * gst/avi/gstavidemux.c:
12192         Fix docs.
12193
12194 2007-01-09  Wim Taymans  <wim@fluendo.com>
12195
12196         * gst/rtp/Makefile.am:
12197         * gst/rtp/gstrtp.c: (plugin_init):
12198         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12199         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12200         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12201         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12202         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12203         * gst/rtp/gstrtpmpvdepay.h:
12204           Added RFC 2250 MPEG Video Depayloader.
12205
12206         * gst/rtp/gstrtpL16depay.h:
12207         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12208         (gst_rtp_h263p_depay_process):
12209         Fix Header file. Small cleanups.
12210
12211         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12212         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12213         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12214         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12215         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12216         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12217         (gst_rtp_mp4v_depay_change_state):
12218         Remove usused code. Remove Adapter from state Change. Added debug.
12219
12220         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12221         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12222         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12223         * gst/rtp/gstrtpmpadepay.h:
12224         Subclass base depayloader.
12225         Added debug.
12226         Support static payload type assignment as well.
12227
12228         * gst/rtp/gstrtpmpapay.c:
12229         Fix caps.
12230
12231 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12232
12233         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12234
12235         * ext/jpeg/gstjpegdec.c:
12236         * ext/jpeg/gstjpegenc.c:
12237         * ext/jpeg/smokecodec.c:
12238           These libjpeg callbacks should return a 'boolean' (unsigned char
12239           apparently) and not a 'gboolean' (which maps to gint). Fixes
12240           warnings when compiling with MingW (#393427).
12241
12242         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12243           Use ioctlsocket on win32.
12244
12245         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12246           Some printf format fixes for win32.
12247
12248 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12249
12250         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12251           Use gst_guint64_to_gdouble for conversion.
12252         * win32/vs6/libgstmatroska.dsp:
12253           Add zlib to the link.
12254         * win32/vs6/libgstvideobox.dsp:
12255           Update liboil library name (project is linked to 
12256           liboil-0.3-0.lib now).
12257           
12258 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12259
12260         * gst/matroska/Makefile.am:
12261           If zlib is available and used, we must link it explicitly for
12262           things to work on MingW (fixes #392855).
12263
12264 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12265
12266         * ext/esd/esdsink.c: (gst_esdsink_delay):
12267           Don't return bogus values when esd_get_delay() fails for some
12268           reason (#392189).
12269
12270 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12271
12272         * sys/ximage/gstximagesrc.c: (composite_pixel):
12273           Fix presumably copy'n'pasto for 16bpp depth.
12274
12275 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12276
12277         * gst/matroska/matroska-mux.c:
12278         (gst_matroska_mux_audio_pad_setcaps):
12279           The "signed" field in audio caps is of boolean type, trying to use
12280           gst_structure_get_int() to extract it will fail. Fixing this makes
12281           matroskamux accept raw audio input (#387121) (use at your own risk
12282           though, due to the matroska spec being not entirely useful in this
12283           respect).
12284           Also fix up raw audio structures in template caps so that they
12285           represent what our setcaps function will actually accept, so that
12286           converters know what to convert to.
12287           Finally, don't fail if there isn't an "endianness" field in 8-bit
12288           PCM caps.
12289
12290 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12291
12292         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12293         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12294         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12295         (teardown_cmmldec):
12296         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12297         (teardown_cmmlenc):
12298         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12299           reapply consistent pad (de)activation
12300
12301 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12302
12303         * configure.ac:
12304         Back to CVS
12305
12306         * gst-plugins-good.doap:
12307         Add 0.10.5 doap entry
12308
12309 === release 0.10.5 ===
12310
12311 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12312
12313         * configure.ac:
12314           releasing 0.10.5, "The Path of Thorns"
12315
12316 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12317
12318         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12319         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12320         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12321         (teardown_cmmldec):
12322         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12323         (teardown_cmmlenc):
12324         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12325           revert my freeze breakage
12326
12327 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12328
12329         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12330         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12331         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12332         (teardown_cmmldec):
12333         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12334         (teardown_cmmlenc):
12335         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12336           consistent pad (de)activation
12337
12338 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12339
12340         * configure.ac:
12341         * ext/Makefile.am:
12342         Disable LADPSA, as it has moved to the -bad module for the duration.
12343
12344 2006-12-18  Wim Taymans  <wim@fluendo.com>
12345
12346         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12347         (gst_signal_processor_event):
12348         Reset flow_state back to _OK after a flush stop so that we exit our
12349         error state after the flush. Fixes #374213
12350
12351 2006-12-16  David Schleef  <ds@schleef.org>
12352
12353         * sys/osxvideo/osxvideosink.h:
12354         * sys/osxvideo/osxvideosink.m:
12355           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12356
12357 2006-12-16  David Schleef  <ds@schleef.org>
12358
12359         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12360
12361         * sys/osxvideo/Makefile.am:
12362         * sys/osxvideo/osxvideosink.h:
12363         * sys/osxvideo/osxvideosink.m:
12364           Preliminary patch for porting osxvideosink
12365
12366 2006-12-16  Wim Taymans  <wim@fluendo.com>
12367
12368         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12369
12370         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12371         (gst_videomixer_set_master_geometry),
12372         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12373         (gst_videomixer_reset), (gst_videomixer_init),
12374         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12375         (gst_videomixer_release_pad), (gst_videomixer_collected),
12376         (gst_videomixer_change_state):
12377         Introduce some locking around the videomixer state so that it does not
12378         crash when adding/removing pads. Fixes #383043.
12379
12380 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12381
12382         * configure.ac:
12383           Make sure libcaca can actually be used instead of just checking for
12384           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12385           cross-compiling (fixes #384587).
12386
12387 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12388
12389         * Makefile.am:
12390         * gst-plugins-good.doap:
12391         * gst-plugins-good.spec.in:
12392           adding doap file
12393
12394 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12395
12396         * configure.ac:
12397           libflac-1.1.3 changed API again, but we can't build against it yet,
12398           so make sure our check doesn't use libflac-1.1.3 and add a comment
12399           to this effect.
12400
12401 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12402
12403         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12404         (gst_quarktv_planetable_clear):
12405           Add some NULL pointer checks (possibly related to #385623).
12406
12407 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12408
12409         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12410         (gst_tag_demux_chain):
12411         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12412           In streaming mode, if the first buffer we get doesn't have an
12413           offset, fix it up to be 0, otherwise trimming won't work later on
12414           and we'll be typefinding application/x-id3, which may result in
12415           decodebin plugging an endless number of id3demux elements as a
12416           consequence. Fixes #385031.
12417           
12418 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12419
12420         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12421           Ignore the buffer_time the sound device reports. Turns out it is 
12422           sometimes completely bogus and we're better off without it.
12423
12424 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12425
12426         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12427         (gst_matroska_demux_video_caps):
12428         * gst/matroska/matroska-ids.c:
12429         (gst_matroska_track_init_video_context):
12430         * gst/matroska/matroska-ids.h:
12431           Try harder to extract the framerate for video tracks correctly and
12432           save it directly instead of converting it back and forth a few
12433           times. Mostly makes a difference for very small framerates (<1).
12434           Fixes #380199.
12435
12436 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12437
12438         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12439         (gst_gconf_audio_src_dispose), (do_toggle_element):
12440         * ext/gconf/gstgconfaudiosrc.h:
12441           Remove gconf notify hook when the gconfaudiosrc element is
12442           destroyed, otherwise the callback may be called on an
12443           already-destroyed instance and bad things happen. Should fix
12444           #378184.
12445           Also ignore gconf key changes when the source is already running.
12446
12447 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12448
12449         Patch by: Sebastian Dröge  <mail at slomosnail de>
12450
12451         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12452           We need to be able to read and parse any possible floating point string
12453           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12454           will parse the former only in certain locales though, so we really need
12455           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12456           make sure we can parse either version at all times.
12457           Fixes #382982 for real.
12458
12459 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12460
12461         * sys/sunaudio/gstsunaudiomixerctrl.c:
12462         * sys/sunaudio/gstsunaudiosrc.c:
12463
12464         Use the sunaudio debug category.
12465
12466         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12467         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12468         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12469         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12470         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12471         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12472         (gst_sunaudiosink_reset):
12473         * sys/sunaudio/gstsunaudiosink.h:
12474
12475         Uses the sunaudio debug category for all debug output
12476         Implements the _delay() callback to synchronise video playback better
12477         Change the segtotal and segsize values back to the parent class 
12478           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12479           respectively)
12480         Measure the samples written to the device vs. played.
12481         Keep track of segments in the device by writing empty eof frames, and
12482         sleep using a GCond when we get too far ahead and risk overrunning the
12483         sink's ringbuffer.
12484
12485         Fixes: #360673
12486
12487 2006-12-08  Wim Taymans  <wim@fluendo.com>
12488
12489         Patch by: Sebastian Dröge  <mail at slomosnail de >
12490
12491         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12492         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12493         * gst/audiofx/audiopanorama.h:
12494         Fix audiopanorame with float samples. Fixes #383726.
12495
12496 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12497
12498         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12499         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12500         (gst_sunaudiosrc_reset):
12501
12502         Implement reset functions to unblock the src/sink more quickly on 
12503         state change requests.
12504         Patch by: Brian Cameron <brian dot cameron at sun com>
12505
12506 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12507
12508         * sys/sunaudio/gstsunaudiomixer.c:
12509         (gst_sunaudiomixer_change_state):
12510         Construct the correct mixer device name when the AUDIODEV env var
12511         is set.
12512
12513         Patch by: Jerry Tan <jerry.tan at sun dot com>
12514         Fixes: #383596
12515
12516 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12517
12518         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12519         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12520         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12521         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12522         Patch by: Jerry Tan <jerry.tan at sun dot com>
12523         Fixes: #349015
12524
12525 2006-12-07  Wim Taymans  <wim@fluendo.com>
12526
12527         * gst/smpte/gstmask.h:
12528         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12529         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12530         (gst_smpte_collected), (gst_smpte_set_property),
12531         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12532         * gst/smpte/gstsmpte.h:
12533         Port to 0.10 some more. 
12534         Added duration property to specify the duration of the transition.
12535         Make framerate a fraction.
12536         Deprecate fps property, we only use negotiated fps.
12537         Added docs.
12538         Fix collectpad usage.
12539         Reset state in READY.
12540         Send NEWSEGMENT event.
12541         Fix racy updates of object properties.
12542         Added debug category.
12543         Fixes #383323.
12544
12545 2006-12-06  Wim Taymans  <wim@fluendo.com>
12546
12547         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12548
12549         * gst/videomixer/videomixer.c:
12550         (gst_videomixer_set_master_geometry),
12551         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12552         Don't reset xpos and ypos in the setcaps function because causes
12553         unexpected behaviour.
12554         Fixes #382179.
12555
12556 2006-12-06  Wim Taymans  <wim@fluendo.com>
12557
12558         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12559         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12560         Keep track of the buffer timestamp in the collectdata member instead
12561         of modifying the buffer without making the metadata writable first.
12562         Fixes #382277.
12563
12564 2006-12-06  Wim Taymans  <wim@fluendo.com>
12565
12566         Patch by: Rob Taylor <robtaylor at floopily dot org>
12567
12568         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12569         If using multicast in udpsrc, bind to the multicast address rather than
12570         IN_ADDR_ANY.
12571         This allows the simultanous use of multiple udpsrcs listening on
12572         different multicat addresses. Without this all udpsrcs will receive all
12573         packets from all subscribed multicast addresses.
12574         Fixes #383001.
12575
12576 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12577
12578         * ext/taglib/gstid3v2mux.cc:
12579         Don't attempt to write a NULL frame into the ID3 tag set when the 
12580         createFrame method returned NULL.
12581         Fixes: #381857
12582         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12583
12584 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12585
12586         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12587         Use g_strtod() instead of sscanf to parse doubles, so that it will
12588         try parsing in the C locale if the current locale fails.
12589         Fixes: #382982
12590         Patch by: Sebastian Dröge  <mail at slomosnail de >
12591
12592 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12593
12594         * win32/MANIFEST:
12595         Fix compilation on win32 under VS8
12596         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12597         Partially fixes #381175
12598
12599 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12600
12601         * gst/avi/gstavimux.c:
12602           accept all mpegversions,fixes #380825
12603           spotted by: Jerome Alet  
12604
12605 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12606
12607         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12608         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12609         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12610         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12611           cleanup the error message a bit more
12612
12613 2006-11-28  Wim Taymans  <wim@fluendo.com>
12614
12615         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12616         Fix width and height properties.
12617
12618         * ext/libcaca/gstcacasink.h:
12619         Fix compilation on newer libcaca that require us to include a new
12620         header. Fixes #379918.
12621
12622 2006-11-28  Wim Taymans  <wim@fluendo.com>
12623
12624         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12625         * gst/rtsp/gstrtspsrc.h:
12626         * gst/rtsp/rtspext.h:
12627         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12628         (rtsp_ext_wms_get_context):
12629         Add method so that extensions can choose to disable the setup of
12630         a stream.
12631         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12632
12633 2006-11-27  Wim Taymans  <wim@fluendo.com>
12634
12635         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12636
12637         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12638         Push header in a separate buffer instead of memcpy:ing all data.
12639         Change LF => CRLF in headers.
12640         Move trailing LF to header. Fixes #379792.
12641
12642 2006-11-27  Wim Taymans  <wim@fluendo.com>
12643
12644         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12645         Small buffer overflow fix and improve debugging.
12646
12647 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12648
12649         * ext/esd/esdmon.h:
12650         * ext/esd/esdsink.h:
12651           remove obsolete _factory_init protos
12652
12653 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12654
12655         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12656         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12657         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12658         (gst_avi_demux_read_subindexes_push),
12659         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12660         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12661         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12662         (gst_avi_demux_massage_index),
12663         (gst_avi_demux_calculate_durations_from_index),
12664         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12665         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12666         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12667           remove dead code, tweak debugs statements, add comments, use
12668           _uint64_scale instead _uint64_scale_int when using guint64 values,
12669           small optimizations, reflow some error handling
12670
12671 2006-11-22  Edward Hervey  <edward@fluendo.com>
12672
12673         * po/.cvsignore:
12674         We never put .pot files in cvs. Let's ignore them all.
12675
12676 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12677
12678         * po/POTFILES.in:
12679           ... but better exclude files that aren't disted.
12680
12681 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12682
12683         * po/POTFILES.in:
12684           Add v4l2 source files to list of files with translations, so the
12685           strings are actually extracted (however bad they still may be).
12686
12687 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12688
12689         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12690           Minor clean-ups: const-ify static array, remove trailing comma from
12691           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12692
12693 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12694
12695         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12696         Make sure that g_free always gets called on the same pointer that was 
12697         returned by g_malloc.  Fixes #376594.
12698         Do not leak memory if decompressed size is wrong.
12699         Remove unneeded check of return value of g_malloc.
12700         Patch by: René Stadler <mail@renestadler.de>
12701
12702 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12705           Add missing curly brackets.
12706
12707 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12708
12709         * sys/v4l2/v4l2src_calls.c:
12710         Fix capture_deinit.
12711
12712 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12713
12714         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12715         (gst_matroska_mux_request_new_pad):
12716           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12717
12718         * tests/check/elements/matroskamux.c: (setup_src_pad),
12719         (setup_sink_pad), (GST_START_TEST):
12720         Activate pads before using them.
12721
12722 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12723
12724         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12725           Initialise variable to get rid of bogus compiler warning.
12726
12727 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12728
12729         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12730
12731         * gst/rtp/gstrtph263pay.c:
12732         * gst/rtp/gstrtph263pdepay.c:
12733         * gst/rtp/gstrtph263ppay.c:
12734           Specify H.263 variant and version in the caps (fixes #361637)
12735
12736 2006-11-15  Wim Taymans  <wim@fluendo.com>
12737
12738         * gst/rtsp/rtspconnection.c: (read_body):
12739         Don't set a data pointer to NULL and a size > 0 when we deal
12740         with empty packets.
12741
12742         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12743         (rtsp_message_init_response), (rtsp_message_init_data),
12744         (rtsp_message_unset), (rtsp_message_free),
12745         (rtsp_message_take_body):
12746         Check that we can't create invalid empty packets. 
12747
12748 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12749
12750         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12751
12752         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12753         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12754         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12755         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12756         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12757         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12758         * gst/matroska/matroska-mux.h:
12759           Add basic tag writing support; implement releasing pads (#374658).
12760
12761 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12762
12763         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12764         (gst_matroska_demux_audio_caps):
12765           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12766
12767 2006-11-14  David Schleef  <ds@schleef.org>
12768
12769         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12770
12771 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12772
12773         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12774
12775         * win32/vs8/gst-plugins-good.sln:
12776         * win32/vs8/libgst1394.vcproj:
12777         * win32/vs8/libgstaasink.vcproj:
12778         * win32/vs8/libgstalaw.vcproj:
12779         * win32/vs8/libgstalpha.vcproj:
12780         * win32/vs8/libgstalphacolor.vcproj:
12781         * win32/vs8/libgstannodex.vcproj:
12782         * win32/vs8/libgstapetag.vcproj:
12783         * win32/vs8/libgstaudiofx.vcproj:
12784         * win32/vs8/libgstauparse.vcproj:
12785         * win32/vs8/libgstautodetect.vcproj:
12786         * win32/vs8/libgstavi.vcproj:
12787         * win32/vs8/libgstcacasink.vcproj:
12788         * win32/vs8/libgstcdio.vcproj:
12789         * win32/vs8/libgstcutter.vcproj:
12790         * win32/vs8/libgstdv.vcproj:
12791         * win32/vs8/libgsteffectv.vcproj:
12792         * win32/vs8/libgstflac.vcproj:
12793         * win32/vs8/libgstflxdec.vcproj:
12794         * win32/vs8/libgstgoom.vcproj:
12795         * win32/vs8/libgsticydemux.vcproj:
12796         * win32/vs8/libgstid3demux.vcproj:
12797         * win32/vs8/libgstjpeg.vcproj:
12798         * win32/vs8/libgstladspa.vcproj:
12799         * win32/vs8/libgstlevel.vcproj:
12800         * win32/vs8/libgstmatroska.vcproj:
12801         * win32/vs8/libgstmikmod.vcproj:
12802         * win32/vs8/libgstmng.vcproj:
12803         * win32/vs8/libgstmonoscope.vcproj:
12804         * win32/vs8/libgstmulaw.vcproj:
12805         * win32/vs8/libgstmultipart.vcproj:
12806         * win32/vs8/libgstpng.vcproj:
12807         * win32/vs8/libgstrtp.vcproj:
12808         * win32/vs8/libgstrtsp.vcproj:
12809         * win32/vs8/libgstshout2.vcproj:
12810         * win32/vs8/libgstsmpte.vcproj:
12811         * win32/vs8/libgstspeex.vcproj:
12812         * win32/vs8/libgsttaglib.vcproj:
12813         * win32/vs8/libgstudp.vcproj:
12814         * win32/vs8/libgstvideobalance.vcproj:
12815         * win32/vs8/libgstvideobox.vcproj:
12816         * win32/vs8/libgstvideoflip.vcproj:
12817         * win32/vs8/libgstvideomixer.vcproj:
12818         * win32/vs8/libgstwavenc.vcproj:
12819         * win32/vs8/libgstwavparse.vcproj:
12820           Make end-of-line returns unixy, so that when the files are checked
12821           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12822           Hopefully fixes #366492.
12823
12824 2006-11-14  Wim Taymans  <wim@fluendo.com>
12825
12826         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12827         Disable init_frames delay timestamp adjustment, it does not
12828         seem to be needed at all. Fixes #369621.
12829
12830 2006-11-13  Wim Taymans  <wim@fluendo.com>
12831
12832         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12833
12834         * gst/videomixer/videomixer.c:
12835         (gst_videomixer_set_master_geometry),
12836         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12837         (gst_videomixer_collect_free), (gst_videomixer_reset),
12838         (gst_videomixer_init), (gst_videomixer_finalize),
12839         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12840         (gst_videomixer_collected), (gst_videomixer_change_state):
12841         Fix memleak by unref'ing collectpads instance (when finalizing)
12842         Implement releasing a request pad. Fixes #374479.
12843
12844 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12845
12846         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12847
12848         * win32/vs8/gst-plugins-good.sln:
12849         * win32/vs8/libgst1394.vcproj:
12850         * win32/vs8/libgstaasink.vcproj:
12851         * win32/vs8/libgstalaw.vcproj:
12852         * win32/vs8/libgstalpha.vcproj:
12853         * win32/vs8/libgstalphacolor.vcproj:
12854         * win32/vs8/libgstannodex.vcproj:
12855         * win32/vs8/libgstapetag.vcproj:
12856         * win32/vs8/libgstaudiofx.vcproj:
12857         * win32/vs8/libgstauparse.vcproj:
12858         * win32/vs8/libgstautodetect.vcproj:
12859         * win32/vs8/libgstavi.vcproj:
12860         * win32/vs8/libgstcacasink.vcproj:
12861         * win32/vs8/libgstcdio.vcproj:
12862         * win32/vs8/libgstcutter.vcproj:
12863         * win32/vs8/libgstdv.vcproj:
12864         * win32/vs8/libgsteffectv.vcproj:
12865         * win32/vs8/libgstflac.vcproj:
12866         * win32/vs8/libgstflxdec.vcproj:
12867         * win32/vs8/libgstgoom.vcproj:
12868         * win32/vs8/libgsticydemux.vcproj:
12869         * win32/vs8/libgstid3demux.vcproj:
12870         * win32/vs8/libgstjpeg.vcproj:
12871         * win32/vs8/libgstladspa.vcproj:
12872         * win32/vs8/libgstlevel.vcproj:
12873         * win32/vs8/libgstmatroska.vcproj:
12874         * win32/vs8/libgstmikmod.vcproj:
12875         * win32/vs8/libgstmng.vcproj:
12876         * win32/vs8/libgstmonoscope.vcproj:
12877         * win32/vs8/libgstmulaw.vcproj:
12878         * win32/vs8/libgstmultipart.vcproj:
12879         * win32/vs8/libgstpng.vcproj:
12880         * win32/vs8/libgstrtp.vcproj:
12881         * win32/vs8/libgstrtsp.vcproj:
12882         * win32/vs8/libgstshout2.vcproj:
12883         * win32/vs8/libgstsmpte.vcproj:
12884         * win32/vs8/libgstspeex.vcproj:
12885         * win32/vs8/libgsttaglib.vcproj:
12886         * win32/vs8/libgstudp.vcproj:
12887         * win32/vs8/libgstvideobalance.vcproj:
12888         * win32/vs8/libgstvideobox.vcproj:
12889         * win32/vs8/libgstvideoflip.vcproj:
12890         * win32/vs8/libgstvideomixer.vcproj:
12891         * win32/vs8/libgstwavenc.vcproj:
12892         * win32/vs8/libgstwavparse.vcproj:
12893           Add VS8 project files (note that many of the plugins in ext are
12894           disabled by default). Fixes #366492.
12895
12896 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12897
12898         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12899           we do not translate debug messages
12900
12901 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12902
12903         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12904           fix categorisation, make short desc more explicit, remove unused code
12905           Fixes #372021
12906
12907 2006-11-08  Wim Taymans  <wim@fluendo.com>
12908
12909         * gst/rtp/gstrtpL16depay.c:
12910         * gst/rtp/gstrtpamrdepay.c:
12911         * gst/rtp/gstrtpamrpay.c:
12912         * gst/rtp/gstrtpgsmdepay.c:
12913         * gst/rtp/gstrtph263pay.c:
12914         * gst/rtp/gstrtph263pdepay.c:
12915         * gst/rtp/gstrtph263ppay.c:
12916         * gst/rtp/gstrtph264depay.c:
12917         * gst/rtp/gstrtpmp2tdepay.c:
12918         * gst/rtp/gstrtpmp4gdepay.c:
12919         * gst/rtp/gstrtpmp4gpay.c:
12920         * gst/rtp/gstrtpmp4vdepay.c:
12921         * gst/rtp/gstrtpmp4vpay.c:
12922         * gst/rtp/gstrtpmpadepay.c:
12923         * gst/rtp/gstrtpmpapay.c:
12924         * gst/rtp/gstrtppcmadepay.c:
12925         * gst/rtp/gstrtppcmapay.c:
12926         * gst/rtp/gstrtppcmudepay.c:
12927         * gst/rtp/gstrtppcmupay.c:
12928         * gst/rtp/gstrtpspeexdepay.c:
12929         * gst/rtp/gstrtpspeexpay.c:
12930         * gst/rtp/gstrtpsv3vdepay.c:
12931         Fix element descriptions.
12932
12933 2006-11-08  Wim Taymans  <wim@fluendo.com>
12934
12935         * gst/rtp/gstrtpvorbisdepay.c:
12936         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12937         Fix description.
12938         Small cleanup in the payloader.
12939
12940 2006-11-08  Wim Taymans  <wim@fluendo.com>
12941
12942         * gst/rtp/Makefile.am:
12943         * gst/rtp/gstrtp.c: (plugin_init):
12944         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12945         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12946         (gst_rtp_theora_depay_finalize),
12947         (gst_rtp_theora_depay_parse_configuration),
12948         (gst_rtp_theora_depay_setcaps),
12949         (gst_rtp_theora_depay_switch_codebook),
12950         (gst_rtp_theora_depay_process),
12951         (gst_rtp_theora_depay_set_property),
12952         (gst_rtp_theora_depay_get_property),
12953         (gst_rtp_theora_depay_change_state),
12954         (gst_rtp_theora_depay_plugin_init):
12955         * gst/rtp/gstrtptheoradepay.h:
12956         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
12957         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
12958         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
12959         (gst_rtp_theora_pay_init_packet),
12960         (gst_rtp_theora_pay_flush_packet),
12961         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
12962         (gst_rtp_theora_pay_handle_buffer),
12963         (gst_rtp_theora_pay_plugin_init):
12964         * gst/rtp/gstrtptheorapay.h:
12965         Add theora pay/depayloaders.
12966
12967 2006-11-06  Wim Taymans  <wim@fluendo.com>
12968
12969         * gst/rtp/Makefile.am:
12970         We depend on gsttag to generate the vorbis comments.
12971
12972         * gst/rtp/gstrtpvorbisdepay.c:
12973         (gst_rtp_vorbis_depay_parse_configuration),
12974         (gst_rtp_vorbis_depay_setcaps),
12975         (gst_rtp_vorbis_depay_switch_codebook),
12976         (gst_rtp_vorbis_depay_process):
12977         * gst/rtp/gstrtpvorbisdepay.h:
12978         Parse configuration string in the depayloader.
12979         Implement selecting and switching to a new codebook.
12980         Receiving vorbis over RTP now works.
12981
12982         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
12983         (gst_rtp_vorbis_pay_init_packet),
12984         (gst_rtp_vorbis_pay_finish_headers),
12985         (gst_rtp_vorbis_pay_handle_buffer):
12986         * gst/rtp/gstrtpvorbispay.h:
12987         Set timestamps on outgoing buffers and RTP packets.
12988         Fix configuration string, prepend number of Packet headers.
12989         Fix encoding of ident string.
12990         Add delivery-method to caps.
12991         Streaming vorbis over RTP now works.
12992
12993 2006-11-06  Wim Taymans  <wim@fluendo.com>
12994
12995         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
12996         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
12997         (gst_rtp_vorbis_pay_handle_buffer):
12998         * gst/rtp/gstrtpvorbispay.h:
12999         Generate a valid configuration string in the caps based on the
13000         vorbis headers.
13001
13002 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13003
13004         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13005         * ext/cdio/gstcdio.h:
13006         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13007           Move CD-TEXT utility function into common file so it can also be
13008           used by a future cdioparanoiasrc.
13009
13010 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13011         
13012         * sys/v4l2/Makefile.am:
13013         * sys/v4l2/gstv4l2object.c:
13014         * sys/v4l2/gstv4l2src.c:
13015         * sys/v4l2/gstv4l2xoverlay.c:
13016         * sys/v4l2/v4l2_calls.c:
13017         * sys/v4l2/v4l2src_calls.c:
13018         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13019         xoverlay code that is still not implemented.
13020
13021 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13022
13023         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13024           We require a -base more recent than 0.10.9, so it's safe to use
13025           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13026
13027         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13028         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13029           Use _newsegment_full() now that we depend on a recent enough core.
13030
13031         * gst/wavparse/gstwavparse.c:
13032           Remove cruft that we don't need any longer now that we depend on
13033           a recent enough -base.
13034
13035 2006-10-31  Wim Taymans  <wim@fluendo.com>
13036
13037         * gst/rtp/Makefile.am:
13038         * gst/rtp/gstrtp.c: (plugin_init):
13039         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13040         (gst_rtpilbcpay_setcaps):
13041         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13042
13043 2006-10-31  Wim Taymans  <wim@fluendo.com>
13044
13045         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13046         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13047         Some small cleanups, use _scale.
13048
13049 2006-10-31  Wim Taymans  <wim@fluendo.com>
13050
13051         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13052         Use higher precision scale function.
13053
13054 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13055
13056         Patch by: Michal Benes  <michal dot benes at itonis tv>
13057
13058         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13059         (gst_matroska_demux_read_track_encodings),
13060         (gst_matroska_decode_buffer):
13061           Fix several issues with encoded/compressed/encrypted/signed tracks;
13062           also, remove superfluous newline characters from some debug
13063           statements. (#366155)
13064
13065 2006-10-30  Wim Taymans  <wim@fluendo.com>
13066
13067         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13068         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13069         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13070         (gst_smokedec_change_state):
13071         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13072         (gst_smokeenc_init), (gst_smokeenc_finalize),
13073         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13074         (gst_smokeenc_resync), (gst_smokeenc_chain),
13075         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13076         (gst_smokeenc_change_state):
13077         Various cleanups, capsnego and leak fixes.
13078
13079 2006-10-30  Wim Taymans  <wim@fluendo.com>
13080
13081         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13082
13083         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13084         Fix videomixer so that it can handle any combination of framerates.
13085         Fixes #367221.
13086
13087 2006-10-28  Wim Taymans  <wim@fluendo.com>
13088
13089         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13090         (gst_avi_demux_parse_file_header),
13091         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13092         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13093         (gst_avi_demux_chain):
13094         Fix position query for audio. also fixes timestamps in streaming
13095         mode and bug #364958.
13096         Small cleanups.
13097
13098 2006-10-27  Wim Taymans  <wim@fluendo.com>
13099
13100         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13101         * ext/libpng/gstpngenc.h:
13102         Fix strides. Fixes #364856.
13103         Cleanup capsnego.
13104         Set caps on outgoing buffers.
13105
13106 2006-10-18  Wim Taymans  <wim@fluendo.com>
13107
13108         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13109
13110         * gst/rtp/gstrtpgsmpay.c:
13111         * gst/rtp/gstrtph263pay.c:
13112         * gst/rtp/gstrtpmpapay.c:
13113         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13114         (gst_rtp_pcma_pay_handle_buffer):
13115         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13116         Add static payload numbers in addition to the dynamic ones.
13117         Fixes #361639.
13118
13119 2006-10-18  Wim Taymans  <wim@fluendo.com>
13120
13121         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13122         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13123         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13124         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13125         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13126         * gst/rtsp/rtspdefs.h:
13127         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13128         * gst/rtsp/rtspurl.h:
13129         Reuse already existing enum for lower transport.
13130         Add rtspt and rtspu protocols.
13131         Send redirect to rtspt when udp times out.
13132
13133 2006-10-18  Wim Taymans  <wim@fluendo.com>
13134
13135         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13136         (gst_wavparse_stream_data):
13137         Fix seeking some more, mostly for speed changes.
13138
13139 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13140
13141         Patch by: Fredrik Persson  <frepe at bredband net>
13142
13143         * sys/v4l2/gstv4l2tuner.c:
13144         * sys/v4l2/gstv4l2tuner.h:
13145           Fix _set_channel(): remove useless g_object_notify() for "channel"
13146           property that doesn't exist any longer and therefore now also
13147           useless redirect (#338818).
13148
13149 2006-10-17  Wim Taymans  <wim@fluendo.com>
13150
13151         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13152         Some drivers do not support unsetting the non-blocking flag once the
13153         device is opened. In those cases, close/open the device in
13154         non-blocking mode. Fixes #362673.
13155
13156 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13157
13158         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13159         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13160         (gst_v4l2src_get_fps):
13161           dear stefan, framespersecond is not frameperiod, reverting but adding
13162           comment
13163
13164 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13165
13166         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13167         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13168         (gst_v4l2src_get_fps):
13169           Numerator is numerator and denominator is denominator. Say that aloud
13170           5 times and retry after next beer.
13171
13172 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13173
13174         Patch by: Josep Torra Valles  <josep at fluendo com>
13175
13176         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13177         * ext/esd/esdsink.c: (gst_esdsink_write):
13178         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13179         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13180         (gst_flac_dec_send_newsegment):
13181         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13182         (gst_flac_enc_tell_callback):
13183         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13184         (smokecodec_parse_header), (smokecodec_decode):
13185         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13186         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13187         * gst/goom/Makefile.am:
13188         * gst/goom/gstgoom.c:
13189         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13190         * gst/rtsp/gstrtspsrc.c:
13191         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13192         * gst/udp/gstudpsink.c:
13193         * gst/udp/gstudpsrc.c:
13194         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13195         * sys/sunaudio/gstsunaudiomixertrack.h:
13196           Fix a bunch of problems discovered by the Forte compiler, mostly type
13197           mixups and pointer arithmetics with void pointers. Fixes #362603.
13198
13199 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13200
13201         * ext/speex/gstspeex.c: (plugin_init):
13202         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13203         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13204         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13205         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13206         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13207         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13208         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13209         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13210         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13211         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13212         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13213         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13214         * ext/speex/gstspeexenc.h:
13215           Miscellaneous clean-ups, among other things: speexenc => enc to
13216           enhance code readability; change speexenc => speex_enc; in chain
13217           function unref input buffer in case of error; take reference in
13218           event function; use boilerplate macro; use gst_pad_query_peer_*
13219           convenience functions.
13220
13221 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13222
13223         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13224         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13225         (gst_speexenc_set_header_on_caps):
13226           Fix some mem leaks.
13227
13228 2006-10-11  Wim Taymans  <wim@fluendo.com>
13229
13230         * gst/rtsp/URLS:
13231         Added some other URL.
13232
13233         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13234         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13235         (gst_rtspsrc_open), (gst_rtspsrc_play),
13236         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13237         * gst/rtsp/gstrtspsrc.h:
13238         Work on fallback to TCP connection when the UDP socket times out.
13239         Handler server requests, just reply with OK for now.
13240
13241         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13242         * gst/rtsp/rtspdefs.h:
13243         Added some more Real extension headers.
13244
13245         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13246         Fix parsing of urls with a ':' that is not part of the hostname:port
13247         part of the url.
13248
13249 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13250
13251         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13252         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13253         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13254           Activate pad before adding it to the already-running element.
13255
13256         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13257           Activate newly-created pad too.
13258
13259 2006-10-11  Wim Taymans  <wim@fluendo.com>
13260
13261         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13262
13263         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13264         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13265         (gst_udpsrc_start):
13266         Fix some leaks in caps and uris. Fixes #361252.
13267
13268 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13269
13270         * gst/wavparse/Makefile.am:
13271           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13272
13273 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13274
13275         * sys/v4l2/gstv4l2xoverlay.c:
13276         * sys/v4l2/gstv4l2xoverlay.h:
13277         Fix build as per the patch in #338818 comment 36.
13278
13279 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13280
13281         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13282           Activate pads before adding them to the source.
13283
13284 2006-10-06  Wim Taymans  <wim@fluendo.com>
13285
13286         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13287         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13288         Activate pads before adding.
13289
13290 2006-10-06  Wim Taymans  <wim@fluendo.com>
13291
13292         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13293         (gst_multipart_find_pad_by_mime):
13294         Activate pads before adding.
13295
13296         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13297         BOILERPLATE sets parent_class for us.
13298
13299 2006-10-06  Wim Taymans  <wim@fluendo.com>
13300
13301         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13302         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13303         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13304         (gst_rtspsrc_alloc_udp_ports),
13305         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13306         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13307         (gst_rtspsrc_create_transports_string),
13308         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13309         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13310         * gst/rtsp/gstrtspsrc.h:
13311         Rework how the transport string is constructed, try to share channels
13312         and udp ports.
13313         Make most of the stuff less dependant on RTP as we are also going to use
13314         it for RDT.
13315         Add support for transport specific session managers.
13316
13317         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13318         Implement _flush().
13319
13320         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13321         * gst/rtsp/rtspdefs.h:
13322         Add generic error return code.
13323
13324         * gst/rtsp/rtspext.h:
13325         Add support for pluggable tranport strings.
13326
13327         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13328         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13329         (rtsp_ext_wms_get_context):
13330         Detect WMServer and activate the extension.
13331
13332         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13333         (rtsp_transport_get_manager), (rtsp_transport_parse):
13334         * gst/rtsp/rtsptransport.h:
13335         Added methods to get mime/manager for certain transports.
13336
13337 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13338
13339         * ext/cairo/gsttimeoverlay.c:
13340         (gst_cairo_time_overlay_update_font_height):
13341         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13342         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13343         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13344         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13345         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13346         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13347         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13348         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13349         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13350         (gst_avi_demux_stream_data):
13351         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13352         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13353         (gst_fenced_buffer_copy):
13354         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13355         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13356         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13357         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13358         (gst_rtspsrc_handle_message):
13359         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13360         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13361           Printf format fixes.
13362
13363 2006-10-04  Wim Taymans  <wim@fluendo.com>
13364
13365         * gst/rtsp/Makefile.am:
13366         Dist new .h file too.
13367
13368 2006-10-04  Wim Taymans  <wim@fluendo.com>
13369
13370         * gst/rtsp/Makefile.am:
13371         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13372         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13373         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13374         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13375         (gst_rtspsrc_parse_rtpmap),
13376         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13377         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13378         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13379         * gst/rtsp/gstrtspsrc.h:
13380         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13381         * gst/rtsp/rtspdefs.h:
13382         * gst/rtsp/rtspext.h:
13383         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13384         (rtsp_ext_wms_get_context):
13385         * gst/rtsp/rtspextwms.h:
13386         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13387         (rtsp_transport_parse):
13388         * gst/rtsp/rtsptransport.h:
13389         Factor out extension in separate module.
13390         Fix getcaps to filter against the padtemplate.
13391         Use Content-Base if the server gives one.
13392         Rework the transport parsing a bit for future extensions.
13393         Added some Real Header field definitions.
13394
13395 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13396
13397         * docs/plugins/Makefile.am:
13398         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13399         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13400           added v4l2 stubs
13401         * gst-plugins-good.spec.in:
13402           add v4l2
13403
13404 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13405
13406         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13407           Extract disc/album/medium number and count and try harder
13408           to extract track number/count.
13409
13410 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13411
13412         * configure.ac:
13413         * sys/Makefile.am:
13414           add build stuff for v4l2, needs --enable-experimental until
13415           the last bits are resolved
13416
13417 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13418
13419         * tests/check/Makefile.am:
13420           Disable autodetect test temporarily, so that the build bots
13421           update -bad and the ranks of unreliable video sinks in there.
13422
13423         * tests/check/elements/autodetect.c: (GST_START_TEST):
13424           Skip test if no usable videosink is found.
13425
13426 2006-09-29  Wim Taymans  <wim@fluendo.com>
13427
13428         * gst/rtsp/URLS:
13429         Add some more URLs.
13430
13431         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13432         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13433         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13434         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13435         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13436         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13437         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13438         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13439         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13440         * gst/rtsp/gstrtspsrc.h:
13441         Add timeout property to control UDP timeouts.
13442         Fix error messages.
13443         Also start a loop function when operating in UDP mode so that we can
13444         do some more stuff async.
13445         Handle element messages from udpsrc to detect timeouts. If a timeout
13446         happens we currently generate an error.
13447         API: rtspsrc::timeout property.
13448
13449         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13450         (gst_udpsrc_create):
13451         Really implement the timeout in microseconds and not milliseconds.
13452
13453 2006-09-29  Wim Taymans  <wim@fluendo.com>
13454
13455         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13456         (gst_udpsrc_create), (gst_udpsrc_set_property),
13457         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13458         * gst/udp/gstudpsrc.h:
13459         Added property to post a message on timeout.
13460         Updated docs.
13461         When restarting the select, initialize the fdsets again.
13462         Init control sockets so we don't accidentally close a random socket.
13463         API: GstUDPSrc::timeout property
13464
13465 2006-09-29  Wim Taymans  <wim@fluendo.com>
13466
13467         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13468         Fix flag registration.
13469
13470         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13471         Reading 0 also means 'no more commands'
13472
13473 2006-09-29  Wim Taymans  <wim@fluendo.com>
13474
13475         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13476
13477         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13478         Fix possible infinite loop when shutting down, a read can also return
13479         0 to indicate no more messages are available. Fixes #358156.
13480
13481 2006-09-25  Wim Taymans  <wim@fluendo.com>
13482
13483         * gst/autodetect/gstautoaudiosink.c:
13484         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13485         (gst_auto_audio_sink_find_best):
13486         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13487         Small cleanups.
13488         don't try to set "sync" property when it is not available.
13489
13490 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13491
13492         Patch by: Peter Kjellerstedt  <pkj at axis com>
13493
13494         * gst/alpha/gstalpha.c:
13495         * gst/rtp/gstrtpamrdepay.c:
13496         * gst/rtsp/gstrtspsrc.c:
13497         * gst/udp/gstudpsrc.c:
13498         * gst/videomixer/videomixer.c:
13499           Include stdlib.h in some more places, makes things compile
13500           with uClibc and -Werror (#357592).
13501
13502 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13503
13504         * ext/jpeg/gstjpegdec.c:
13505           Set minimum height to 8 (from 16), our code should handle
13506           that fine. Some of the buttons on the apple trailer site
13507           are apparently only 15 pixels high (see #357470).
13508
13509 2006-09-23  Wim Taymans  <wim@fluendo.com>
13510
13511         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13512         (gst_rtspsrc_open):
13513         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13514         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13515         (rtsp_connection_receive):
13516         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13517         * gst/rtsp/rtspdefs.h:
13518         Improve error reporting.
13519
13520 2006-09-23  Wim Taymans  <wim@fluendo.com>
13521
13522         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13523         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13524         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13525         * gst/rtp/gstrtpdepay.c:
13526         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13527         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13528         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13529         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13530         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13531         (gst_rtp_mp2t_depay_plugin_init):
13532         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13533         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13534         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13535         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13536         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13537         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13538         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13539         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13540         Fix klass typos.
13541         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13542
13543 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13544
13545         * configure.ac:
13546           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13547
13548 2006-09-22  Wim Taymans  <wim@fluendo.com>
13549
13550         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13551         Don't check for a tag that is never there and check if we read the
13552         correct tag. Fixes seeking again.
13553         We must post an error when all pads are unlinked.
13554
13555 2006-09-22  Wim Taymans  <wim@fluendo.com>
13556
13557         * gst/rtp/Makefile.am:
13558         * gst/rtp/gstrtp.c: (plugin_init):
13559         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13560         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13561         (gst_rtp_vorbis_pay_reset_packet),
13562         (gst_rtp_vorbis_pay_init_packet),
13563         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13564         (gst_rtp_vorbis_pay_handle_buffer):
13565         More fixage, set endoder-params correctly in the payloader.
13566
13567 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13568
13569         * gst/autodetect/gstautoaudiosink.c:
13570         (gst_auto_audio_sink_base_init):
13571         * gst/autodetect/gstautovideosink.c:
13572         (gst_auto_video_sink_base_init):
13573           Make static pad templates static to appease valgrind's leak
13574           detector.
13575
13576         * tests/check/Makefile.am:
13577         * tests/check/elements/.cvsignore:
13578         * tests/check/elements/autodetect.c: (GST_START_TEST),
13579         (autodetect_suite):
13580           Add simple test for the ghostpad lockup on shutdown fixed in core
13581           CVS (audio bit disabled because it would need dozens of alsa
13582           suppressions and I'm too lazy to add those now).
13583
13584 2006-09-22  Wim Taymans  <wim@fluendo.com>
13585
13586         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13587         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13588         Small cleanups.
13589
13590         * gst/rtp/Makefile.am:
13591         * gst/rtp/gstrtp.c: (plugin_init):
13592         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13593         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13594         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13595         (gst_rtp_vorbis_depay_process),
13596         (gst_rtp_vorbis_depay_set_property),
13597         (gst_rtp_vorbis_depay_get_property),
13598         (gst_rtp_vorbis_depay_change_state),
13599         (gst_rtp_vorbis_depay_plugin_init):
13600         * gst/rtp/gstrtpvorbisdepay.h:
13601         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13602         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13603         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13604         (gst_rtp_vorbis_pay_flush_packet),
13605         (gst_rtp_vorbis_pay_append_buffer),
13606         (gst_rtp_vorbis_pay_handle_buffer),
13607         (gst_rtp_vorbis_pay_plugin_init):
13608         * gst/rtp/gstrtpvorbispay.h:
13609         Add experimental vorbis pay and depayloaders.
13610
13611 2006-09-21  Wim Taymans  <wim@fluendo.com>
13612
13613         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13614         Fix profile-level-id parsing and setup.
13615
13616 2006-09-21  Wim Taymans  <wim@fluendo.com>
13617
13618         * gst/udp/README:
13619         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13620         Update README, simple cleanup.
13621
13622 2006-09-21  Wim Taymans  <wim@fluendo.com>
13623
13624         * gst/rtp/README:
13625         Update README with some examples.
13626
13627         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13628         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13629         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13630         (gst_rtp_mp4g_pay_setcaps):
13631         * gst/rtp/gstrtpmp4gpay.h:
13632         Make optional RTP parameters of type STRING, as required by the
13633         application/x-rtp caps specification.
13634
13635 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13636
13637         * gst/rtp/gstrtph263pdepay.c:
13638         * gst/rtp/gstrtph263ppay.c:
13639         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13640         RTP header.
13641
13642 2006-09-20  Wim Taymans  <wim@fluendo.com>
13643
13644         * gst/rtp/Makefile.am:
13645         And makefile too.
13646
13647 2006-09-20  Wim Taymans  <wim@fluendo.com>
13648
13649         * gst/rtp/gstrtp.c: (plugin_init):
13650         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13651         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13652         (decode_base64), (gst_rtp_asf_depay_setcaps),
13653         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13654         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13655         (gst_rtp_asf_depay_plugin_init):
13656         * gst/rtp/gstrtpasfdepay.h:
13657         Added preliminary ASF depayloader.
13658
13659         * gst/rtp/gstrtph264depay.c: (decode_base64):
13660         Fix base64 decoding.
13661
13662 2006-09-20  Wim Taymans  <wim@fluendo.com>
13663
13664         * gst/rtsp/URLS:
13665         Added some test URLS.
13666
13667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13668         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13669         * gst/rtsp/gstrtspsrc.h:
13670         When creating streams, give access to the complete SDP.
13671         Fix some leaks.
13672         Collect and merge global stream properties in stream caps.
13673         Preliminary support for WMServer.
13674
13675         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13676         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13677         (rtsp_connection_receive):
13678         * gst/rtsp/rtspconnection.h:
13679         Make connection interruptable.
13680         Refactor to make it reconnectable.
13681         Don't fail on short reads when reading data packets.
13682
13683         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13684         (rtsp_url_get_port):
13685         * gst/rtsp/rtspurl.h:
13686         Add methods for getting/setting the port.
13687
13688         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13689         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13690         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13691         (sdp_media_get_format), (sdp_parse_line),
13692         (sdp_message_parse_buffer):
13693         Fix headers. 
13694         Add methods for getting multiple attributes with the same name.
13695         Increase buffer size when parsing.
13696         Fix parsing of a=foo fields.
13697
13698         * gst/rtsp/test.c: (main):
13699         Update to new connection API.
13700
13701         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13702         (rtsp_message_init_response), (rtsp_message_init_data),
13703         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13704         * gst/rtsp/rtspmessage.h:
13705         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13706         * gst/rtsp/rtsptransport.h:
13707         * gst/rtsp/sdp.h:
13708         * gst/rtsp/sdpmessage.h:
13709         * gst/rtsp/gstrtsp.c:
13710         * gst/rtsp/gstrtsp.h:
13711         * gst/rtsp/gstrtpdec.c:
13712         * gst/rtsp/gstrtpdec.h:
13713         * gst/rtsp/rtsp.h:
13714         * gst/rtsp/rtspdefs.c:
13715         * gst/rtsp/rtspdefs.h:
13716         Dual licensed under MIT and LGPL now.
13717
13718 2006-09-19  Wim Taymans  <wim@fluendo.com>
13719
13720         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13721         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13722         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13723         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13724         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13725         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13726         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13727         * gst/rtsp/gstrtspsrc.h:
13728         Reorganize stream parsing and creation.
13729         Detect container formats in interleaved mode.
13730         Keep more state about the streams.
13731         Assume a server also supports PLAY if it does not say.
13732         Add unicast and interleaved properties to TCP transport requests to make
13733         some servers happy (WMServer).
13734
13735         * gst/rtsp/sdpmessage.h:
13736         Add some defines for the standard Bandwidth types.
13737
13738 2006-09-19  Wim Taymans  <wim@fluendo.com>
13739
13740         * gst/rtsp/test.c: (main):
13741         Fix build.
13742
13743 2006-09-19  Wim Taymans  <wim@fluendo.com>
13744
13745         * gst/wavparse/gstwavparse.c:
13746         Add ms-gsm to the src template.
13747
13748 2006-09-18  Wim Taymans  <wim@fluendo.com>
13749
13750         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13751         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13752         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13753         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13754         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13755         * gst/rtsp/gstrtspsrc.h:
13756         Small cleanups, added documentation.
13757         Try to clean up the requests and responses.
13758         Refactor parsing the supported methods.
13759
13760         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13761         (rtsp_connection_create), (rtsp_connection_send),
13762         (parse_response_status), (parse_request_line),
13763         (rtsp_connection_receive), (rtsp_connection_close),
13764         (rtsp_connection_free):
13765         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13766         (rtsp_transport_init), (rtsp_transport_parse),
13767         (rtsp_transport_free):
13768         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13769         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13770         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13771         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13772         Use g_return_val some more.
13773
13774         * gst/rtsp/rtspdefs.h:
13775         Add more enum values to track initial states.
13776
13777         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13778         (rtsp_message_init_request), (rtsp_message_new_response),
13779         (rtsp_message_init_response), (rtsp_message_init_data),
13780         (rtsp_message_unset), (rtsp_message_free),
13781         (rtsp_message_add_header), (rtsp_message_remove_header),
13782         (rtsp_message_get_header), (rtsp_message_set_body),
13783         (rtsp_message_take_body), (rtsp_message_get_body),
13784         (rtsp_message_steal_body), (rtsp_message_dump):
13785         * gst/rtsp/rtspmessage.h:
13786         Reorder arguments, object goes as the first one.
13787         Use g_return_val some more.
13788
13789 2006-09-18  Wim Taymans  <wim@fluendo.com>
13790
13791         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13792         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13793         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13794         * gst/rtsp/gstrtspsrc.h:
13795         Export sometimes source pad with correct caps on the template, create
13796         the ghostpad from the template.
13797         Remove RTCP template as we never expose RTCP.
13798         Protect against invalid body size.
13799         Avoid memcpy when creating the output buffer.
13800         Properly post an error and send EOS when the loop function is shut down.
13801
13802 2006-09-18  Wim Taymans  <wim@fluendo.com>
13803
13804         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13805
13806         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13807         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13808         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13809         * gst/rtsp/gstrtspsrc.h:
13810         Make sure we can never set an invalid location.
13811
13812         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13813         * gst/rtsp/rtspmessage.h:
13814         Added _steal_body method for future use.
13815
13816         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13817         Make freeing of NULL url return immediatly.
13818
13819 2006-09-18  Wim Taymans  <wim@fluendo.com>
13820
13821         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13822
13823         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13824         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13825         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13826         (gst_rtspsrc_change_state):
13827         * gst/rtsp/gstrtspsrc.h:
13828         Use boilerplate.
13829         Make rtspsrc subclass GstBin to make state changes easier.
13830         Add Range header field on the PLAY request.
13831
13832 2006-09-18  Wim Taymans  <wim@fluendo.com>
13833
13834         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13835
13836         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13837         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13838         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13839         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13840         * gst/rtsp/rtspconnection.c: (inet_aton):
13841         Small cleanups.
13842         when multicast is selected as the transport, create UDP sources and
13843         connect to the multicast group.
13844         Move parsing and setting of caps to a common place.
13845         Fixes #349894.
13846
13847 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13848
13849         * ext/flac/gstflactag.c:
13850         * gst/alpha/gstalpha.c:
13851         * gst/debug/breakmydata.c:
13852         * gst/debug/negotiation.c:
13853         * gst/debug/testplugin.c:
13854         * gst/effectv/gstaging.c:
13855         * gst/effectv/gstdice.c:
13856         * gst/effectv/gstedge.c:
13857         * gst/effectv/gstquark.c:
13858         * gst/effectv/gstrev.c:
13859         * gst/effectv/gstshagadelic.c:
13860         * gst/effectv/gstvertigo.c:
13861         * gst/effectv/gstwarp.c:
13862         * gst/multipart/multipartdemux.c:
13863         * gst/multipart/multipartmux.c:
13864         * gst/videobox/gstvideobox.c:
13865         * gst/videofilter/gstgamma.c:
13866         * gst/videofilter/gstvideotemplate.c:
13867         * gst/videomixer/videomixer.c:
13868         * sys/sunaudio/gstsunaudiosrc.h:
13869         More G_OBJECT macro fixing.
13870
13871 2006-09-16  Wim Taymans  <wim@fluendo.com>
13872
13873         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13874
13875         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13876         Correctly set the dwLength in strh.
13877         With this patch, the file duration is now displayed correctly in window
13878         media player and the AVI plays completely. Fixes #356147
13879
13880 2006-09-15  Wim Taymans  <wim@fluendo.com>
13881
13882         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13883
13884         * sys/sunaudio/gstsunaudiomixerctrl.c:
13885         (gst_sunaudiomixer_ctrl_build_list):
13886         Set the output track as the MASTER so that the gnome-settings-daemon
13887         keybindings for changing the volume using the keyboard works.
13888         Fixes #356142.
13889
13890 2006-09-15  Wim Taymans  <wim@fluendo.com>
13891
13892         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13893         Fix documentation, it is not possible to control the framerate of jpegdec
13894         using filtered caps yet. Fixes #355210.
13895         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13896         stop when there is an error.
13897
13898 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13899
13900         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13901         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13902           Don't interpret a first buffer with an offset of NONE as
13903           'from the middle of the stream', but only a first buffer
13904           that has a valid buffer offset that's non-zero (see #345449).
13905
13906 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13907
13908         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13909         (gst_icydemux_typefind_or_forward):
13910         * gst/icydemux/gsticydemux.h:
13911           When we merge/collect multiple incoming buffers for typefinding
13912           purposes, keep an initial 0 offset on the first outgoing buffer
13913           as well (otherwise id3demux won't work right). Fixes #345449.
13914           Also Make buffer metadata writable before setting buffer caps.
13915
13916         * tests/check/elements/icydemux.c: (typefind_succeed),
13917         (cleanup_icydemux), (push_data), (GST_START_TEST),
13918         (icydemux_suite):
13919           Small test case for the above.
13920
13921 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13922
13923         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13924         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13925         (gst_avi_demux_stream_header_push),
13926         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13927         (gst_avi_demux_loop):
13928           More code reuse and better logging in _peek_chunk(). Reintroduce check
13929           for chunk sizes before reading them (avoid oom). Better handling for 
13930           invalid chunksizes when streaming.
13931
13932 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13933
13934         * gst/level/gstlevel.c: (gst_level_set_property):
13935         * gst/level/gstlevel.h:
13936           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13937           René Stadler
13938
13939 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13940
13941         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13942         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13943         (gst_avi_demux_stream_data):
13944           Revert one change to fix streaming avi (adapter size != data size).
13945
13946 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13947
13948         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13949
13950         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13951         (gst_matroska_demux_reset),
13952         (gst_matroska_demux_read_track_encodings),
13953         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
13954         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13955         (gst_matroska_demux_subtitle_caps):
13956         * gst/matroska/matroska-ids.h:
13957           Add support for VOBSUB subtitle tracks and zlib-compressed
13958           tracks. Make sure we start on a keyframe after a seek. (#343348)
13959
13960 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13961
13962         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
13963         (gst_matroska_demux_push_flac_codec_priv_data),
13964         (gst_matroska_demux_push_xiph_codec_priv_data),
13965         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
13966         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
13967         * gst/matroska/matroska-ids.h:
13968           Add basic FLAC support (#311586), not perfect yet though, needs some
13969           tweaking in flacdec; also, seeking could be better.
13970           Do better bounds checking when deserialising vorbis stream headers
13971           to make sure we don't read beyond the end of the buffer on bad input.
13972
13973 2006-09-04  Wim Taymans  <wim@fluendo.com>
13974
13975         Patch by: Alessandro Decina <alessandro at nnva dot org>
13976
13977         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
13978         Seeking back in a file containing a CMML stream errors out if the seek
13979         goes back up to the CMML headers. This is because after the seek the xml
13980         processing instruction <?xml ...?> is submitted to the xml parser again, 
13981         which results in an error. The attached patch fixes the problem. 
13982         Fixes #353908.
13983
13984         * ext/annodex/gstcmmlenc.h:
13985         Fix authors name.
13986
13987
13988 2006-08-28  Andy Wingo  <wingo@pobox.com>
13989
13990         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
13991         New helper function to lessen the ifdefs.
13992         (GST_INFO_OBJECT): 
13993         (gst_dv1394src_iso_receive): Use it.
13994         (gst_dv1394src_create): Also use the control sockets in iec61883
13995         mode.
13996         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
13997         handle for AVC operations; fixes #348233.
13998
13999 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14000
14001         * configure.ac:
14002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14003         * docs/plugins/inspect/plugin-audiofx.xml:
14004         * docs/plugins/inspect/plugin-audiofxgood.xml:
14005         * gst/audiofx/Makefile.am:
14006         * gst/audiofx/audiofx.c:
14007         * gst/audiofxgood/.cvsignore:
14008         * gst/audiofxgood/Makefile.am:
14009         * gst/audiofxgood/audiofx.c:
14010         * gst/audiofxgood/audiopanorama.c:
14011         * gst/audiofxgood/audiopanorama.h:
14012           Rename again (audiofxgood -> audiofx).
14013
14014 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14015
14016         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14017         (gst_avi_demux_stream_scan):
14018           Initialze variables.
14019
14020 2006-08-25  Wim Taymans  <wim@fluendo.com>
14021
14022         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14023         (gst_avi_demux_init), (gst_avi_demux_finalize),
14024         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14025         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14026         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14027         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14028         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14029         (gst_avi_demux_massage_index),
14030         (gst_avi_demux_calculate_durations_from_index),
14031         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14032         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14033         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14034         (gst_avi_demux_change_state):
14035         * gst/avi/gstavidemux.h:
14036         More attempts to turn this into readable code.
14037         Don't leak adapters.
14038         Calculate duration according to index more efficiently.
14039         Don't try to act like we drive the pipeline in chain mode.
14040
14041 2006-08-25  Wim Taymans  <wim@fluendo.com>
14042
14043         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14044         Fix build.
14045
14046 2006-08-25  Wim Taymans  <wim@fluendo.com>
14047
14048         Patch by: Alessandro Decina <alessandro at nnva dot org>
14049
14050         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14051         Do some extra sanity checks.
14052         Fixes #350340.
14053
14054         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14055         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14056         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14057         Check if clip->start_time is valid before adding the clip to the
14058         track list.
14059         Reset enc->preamble going from PAUSED to READY.
14060         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14061         only used for EOS.
14062         Only post an error message if we were the one that created the fatal
14063         GstFlowReturn value.
14064
14065         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14066         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14067         Parse the seconds field of the npt-sec time format using %llu rather than
14068         %d and check that the value scaled by GST_SECOND doesn't overflow.
14069         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14070         Lookup a clip's track with clip->track rather than clip->id which
14071         makes no sense.
14072         Identify a clip by its track and start time and not its xml id.
14073         do some more input checking and make sure we don't do undefined shifts.
14074
14075         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14076         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14077         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14078         (push_clip), (push_empty_clip), (check_output_clip),
14079         (GST_START_TEST), (cmmldec_suite):
14080         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14081         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14082         (check_headers), (push_clip), (check_clip_times), (check_clip),
14083         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14084         Added some more checks.
14085
14086 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14087
14088         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14089         (gst_audio_panorama_set_property),
14090         (gst_audio_panorama_get_property),
14091         (gst_audio_panorama_transform_m2s_int),
14092         (gst_audio_panorama_transform_s2s_int),
14093         (gst_audio_panorama_transform_m2s_float),
14094         (gst_audio_panorama_transform_s2s_float):
14095         * gst/audiofxgood/audiopanorama.h:
14096         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14097           Make also the pan-property float (saves scaling and yields better
14098           resolution)
14099
14100 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14101
14102         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14103         (gst_audio_panorama_transform_m2s_float),
14104         (gst_audio_panorama_transform_s2s_float):
14105           ChangeLog surgery to add cymax's real name
14106
14107
14108 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14109
14110         Patch by: René Stadler <mail@renestadler.de>
14111
14112         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14113         (gst_audio_panorama_transform_m2s_int),
14114         (gst_audio_panorama_transform_s2s_int),
14115         (gst_audio_panorama_transform_m2s_float),
14116         (gst_audio_panorama_transform_s2s_float),
14117         (gst_audio_panorama_transform):
14118         * gst/audiofxgood/audiopanorama.h:
14119           Added float support
14120
14121 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14122
14123         * gst/audiofxgood/audiopanorama.c:
14124         (gst_audio_panorama_transform_m2s):
14125           Fix docs & debug category. Add Fixme for volume pan levels.
14126
14127 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14128
14129         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14130         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14131         (gst_avi_demux_stream_header_pull),
14132         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14133         (gst_avi_demux_chain):
14134           unbreak AVI index handling, some more debug, remove an obsolete
14135           adapter_flush that caused streaming to wander off in the wild
14136
14137 2006-08-24  Wim Taymans  <wim@fluendo.com>
14138
14139         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14140         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14141         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14142         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14143         (gst_avi_demux_calculate_durations_from_index),
14144         (gst_avi_demux_stream_header_push),
14145         (gst_avi_demux_stream_header_pull):
14146         * gst/avi/gstavidemux.h:
14147         Some more cleanups. 
14148         Fix totalFrames parsing in ODML.
14149         Disable use of index for length calculation in case of ODML as this is
14150         broken now.
14151
14152 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14153
14154         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14155           Use libgsttag helper function here too.
14156
14157 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14158
14159         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14160         (gst_avi_demux_init), (gst_avi_demux_dispose),
14161         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14162         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14163         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14164         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14165         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14166         (gst_avi_demux_parse_subindex),
14167         (gst_avi_demux_read_subindexes_push),
14168         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14169         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14170         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14171         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14172         (gst_avi_demux_stream_header_pull),
14173         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14174         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14175         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14176         (gst_avi_demux_change_state):
14177         * gst/avi/gstavidemux.h:
14178           Initial streaming support for avidemux (fixes #336465)
14179
14180 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14181
14182         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14183           There is no taglibmux element ...
14184
14185         * gst/rtsp/gstrtspsrc.c:
14186           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14187           was complaining about unknown entity here.
14188
14189 2006-08-22  Wim Taymans  <wim@fluendo.com>
14190
14191         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14192         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14193         (gst_avi_demux_process_next_entry):
14194         * gst/avi/gstavidemux.h:
14195         Mark DISCONT.
14196         Remove old unused fields and reorder the struct a bit.
14197
14198 2006-08-22  Wim Taymans  <wim@fluendo.com>
14199
14200         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14201         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14202         (gst_rtspsrc_pause):
14203         * gst/rtsp/gstrtspsrc.h:
14204         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14205         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14206         Small documentation updates.
14207
14208 2006-08-22  Wim Taymans  <wim@fluendo.com>
14209
14210         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14211         (gst_avi_demux_index_entry_for_time),
14212         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14213         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14214         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14215         (gst_avi_demux_next_data_buffer),
14216         (gst_avi_demux_calculate_durations_from_index),
14217         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14218         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14219         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14220         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14221         * gst/avi/gstavidemux.h:
14222         Precalc most of the duration query for each stream.
14223         Make seeking more correct.
14224         Use GstSegment to track position and duration.
14225         Code cleanups and leak fixes.
14226         Calculate correct total duration based on index length.
14227
14228 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14229
14230         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14231         (parse_insert_string_field):
14232           If strings in text fields are marked ISO8859-1, but contain
14233           valid UTF-8 already, then handle them as UTF-8 and ignore
14234           the encoding. (#351794)
14235
14236 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14237
14238         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14239         (gst_flac_dec_write), (gst_flac_dec_loop),
14240         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14241         (gst_flac_dec_src_query):
14242         * ext/flac/gstflacdec.h:
14243           Make flac-in-ogg work (#352100).
14244
14245 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14246
14247         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14248           Don't unref buffers of which we've already given away
14249           ownership to the adapter.
14250
14251 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14252
14253         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14254           Make metadata extraction actually work.
14255
14256         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14257         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14258         (gst_speexenc_chain):
14259           Fix metadata writing: replace old code which wrote completely
14260           broken tags with libgsttag-based code. Plus miscellaneous
14261           code cleanups (use static pad templates etc.) and a bunch
14262           of leak fixes.
14263
14264 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14265
14266         * gst/audiopanorama/.cvsignore:
14267         * gst/audiopanorama/Makefile.am:
14268         * gst/audiopanorama/audiofx.c:
14269         * gst/audiopanorama/audiopanorama.c:
14270         * gst/audiopanorama/audiopanorama.h:
14271           die! die! die! you should never have been there
14272
14273 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14274
14275         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14276         Fix invalid memory access in audiopanorama test suite.
14277
14278 2006-08-21  Edward Hervey  <edward@fluendo.com>
14279
14280         * tests/check/elements/.cvsignore:
14281         ignore built file
14282
14283 2006-08-21  Wim Taymans  <wim@fluendo.com>
14284
14285         * gst/rtp/Makefile.am:
14286         Fix the build again.
14287
14288 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14289
14290         * gst/audiofxgood/.cvsignore:
14291         * gst/audiofxgood/Makefile.am:
14292         * gst/audiofxgood/audiofx.c: (plugin_init):
14293         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14294         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14295         (gst_audio_panorama_set_property),
14296         (gst_audio_panorama_get_property),
14297         (gst_audio_panorama_get_unit_size),
14298         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14299         (gst_audio_panorama_transform_m2s),
14300         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14301         * gst/audiofxgood/audiopanorama.h:
14302           resubmit with the desired name *again*
14303
14304 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14305
14306         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14307         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14308           use g_assert in _get_unit_size
14309
14310 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14311
14312         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14313         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14314         * docs/plugins/inspect/plugin-audiofxgood.xml:
14315           cleanup -unused.txt to make it useful, add previously missing docs
14316
14317         * ext/Makefile.am:
14318           Quietly (accidentally) enable LADSPA for building by default, 
14319           despite the fact that it doesn't meet the plugin checklist.
14320             -- Added by Jan Schmidt 18 Dec 2006
14321
14322         * ext/esd/esdmon.c:
14323         * ext/esd/esdsink.c:
14324         * ext/esd/gstesd.c: (plugin_init):
14325           reflow to get rid of two external symbols
14326
14327         * gst/audiofxgood/audiofx.c: (plugin_init):
14328           re-add
14329
14330 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14331
14332         * configure.ac:
14333         * gst/audiofxgood/.cvsignore:
14334         * gst/audiofxgood/Makefile.am:
14335         * gst/audiofxgood/audiofx.c
14336         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14337         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14338         (gst_audio_panorama_set_property),
14339         (gst_audio_panorama_get_property),
14340         (gst_audio_panorama_get_unit_size),
14341         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14342         (gst_audio_panorama_transform_m2s),
14343         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14344         * gst/audiofxgood/audiopanorama.h:
14345         * tests/check/Makefile.am:
14346         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14347         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14348         (panorama_suite), (main):
14349         Add audiofxgood plugin with audiopanorama element
14350
14351 2006-08-18  Wim Taymans  <wim@fluendo.com>
14352
14353         * docs/plugins/Makefile.am:
14354         More Oss docs fixage. 
14355
14356 2006-08-18  Wim Taymans  <wim@fluendo.com>
14357
14358         * gst/rtp/Makefile.am:
14359         * gst/rtp/gstrtp.c: (plugin_init):
14360         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14361         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14362         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14363         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14364         (gst_rtp_sv3v_depay_get_property),
14365         (gst_rtp_sv3v_depay_change_state),
14366         (gst_rtp_sv3v_depay_plugin_init):
14367         * gst/rtp/gstrtpsv3vdepay.h:
14368         Added experimental SVQ3 depayloader.
14369
14370 2006-08-18  Edward Hervey  <edward@fluendo.com>
14371
14372         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14373         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14374         * ext/dv/gstdvdemux.h:
14375         When handling seek requests, don't send the newsegment event from the
14376         calling thread. Instead save it so it can be sent from the streaming
14377         thread.
14378
14379 2006-08-17  Wim Taymans  <wim@fluendo.com>
14380
14381         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14382
14383         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14384         Accept leading whitespace before the boundary
14385         This patch makes the demuxer allow some whitespace before the actual
14386         boundary. This makes the demuxer work with the ``old'' gstreamer
14387         multipartmuxer again (which placed an extra \n before the start
14388         of the stream) Fixes #349068.
14389
14390 2006-08-17  Wim Taymans  <wim@fluendo.com>
14391
14392         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14393         Error out on non-implemented stuff.
14394
14395 2006-08-16  Wim Taymans  <wim@fluendo.com>
14396
14397         Patch by: Andy Wingo <wingo at pobox dot com>
14398
14399         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14400         (gst_signal_processor_start), (gst_signal_processor_stop),
14401         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14402         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14403         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14404         (gst_signal_processor_change_state):
14405         Make ladspa elements reusable. Fixes #350006.
14406
14407 2006-08-16  Wim Taymans  <wim@fluendo.com>
14408
14409         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14410         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14411         names as possible. Fixes #349901.
14412
14413 2006-08-16  Wim Taymans  <wim@fluendo.com>
14414
14415         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14416         (gst_signal_processor_do_pushes):
14417         A push() gives away our refcount so we should not use the buffer on the
14418         pen anymore.
14419
14420 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14421
14422         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14423         (gst_oss_mixer_element_finalize):
14424           Don't leak device string.
14425
14426 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14427
14428         * configure.ac:
14429           Require CVS of GStreamer core and -base (for
14430           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14431
14432         * ext/taglib/gstid3v2mux.cc:
14433           Write extended comment tags properly (#348762).
14434
14435         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14436         (parse_comment_frame):
14437           Extract COMM frames into extended comments, which makes it
14438           easier to properly retain the description bit of the tag
14439           and maintain this information when re-tagging (#348762).
14440
14441 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14442
14443         * tests/check/Makefile.am:
14444           Don't try to run annodex unit tests if the annodex
14445           plugin has not been built (Fixes #351116).
14446
14447 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14448
14449         * gst/autodetect/gstautoaudiosink.c:
14450         (gst_auto_audio_sink_find_best):
14451           When we can't find a usable audiosink, don't error out,
14452           but use a fake sink instead and post a warning message
14453           on the bus (#341278).
14454
14455 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14456
14457         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14458         * sys/oss/gstosssink.c:
14459         * sys/oss/gstosssrc.c:
14460           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14461           ossmixer's new device property.
14462
14463         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14464         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14465           Add docs for OSS elements.
14466
14467         * docs/plugins/inspect/plugin-aasink.xml:
14468         * docs/plugins/inspect/plugin-alaw.xml:
14469         * docs/plugins/inspect/plugin-alpha.xml:
14470         * docs/plugins/inspect/plugin-alphacolor.xml:
14471         * docs/plugins/inspect/plugin-annodex.xml:
14472         * docs/plugins/inspect/plugin-apetag.xml:
14473         * docs/plugins/inspect/plugin-auparse.xml:
14474         * docs/plugins/inspect/plugin-autodetect.xml:
14475         * docs/plugins/inspect/plugin-avi.xml:
14476         * docs/plugins/inspect/plugin-cacasink.xml:
14477         * docs/plugins/inspect/plugin-cairo.xml:
14478         * docs/plugins/inspect/plugin-cdio.xml:
14479         * docs/plugins/inspect/plugin-cutter.xml:
14480         * docs/plugins/inspect/plugin-debug.xml:
14481         * docs/plugins/inspect/plugin-dv.xml:
14482         * docs/plugins/inspect/plugin-efence.xml:
14483         * docs/plugins/inspect/plugin-effectv.xml:
14484         * docs/plugins/inspect/plugin-esdsink.xml:
14485         * docs/plugins/inspect/plugin-flac.xml:
14486         * docs/plugins/inspect/plugin-flxdec.xml:
14487         * docs/plugins/inspect/plugin-gconfelements.xml:
14488         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14489         * docs/plugins/inspect/plugin-goom.xml:
14490         * docs/plugins/inspect/plugin-halelements.xml:
14491         * docs/plugins/inspect/plugin-icydemux.xml:
14492         * docs/plugins/inspect/plugin-id3demux.xml:
14493         * docs/plugins/inspect/plugin-jpeg.xml:
14494         * docs/plugins/inspect/plugin-level.xml:
14495         * docs/plugins/inspect/plugin-matroska.xml:
14496         * docs/plugins/inspect/plugin-mulaw.xml:
14497         * docs/plugins/inspect/plugin-multipart.xml:
14498         * docs/plugins/inspect/plugin-navigationtest.xml:
14499         * docs/plugins/inspect/plugin-ossaudio.xml:
14500         * docs/plugins/inspect/plugin-png.xml:
14501         * docs/plugins/inspect/plugin-rtp.xml:
14502         * docs/plugins/inspect/plugin-rtsp.xml:
14503         * docs/plugins/inspect/plugin-shout2send.xml:
14504         * docs/plugins/inspect/plugin-smpte.xml:
14505         * docs/plugins/inspect/plugin-speex.xml:
14506         * docs/plugins/inspect/plugin-taglib.xml:
14507         * docs/plugins/inspect/plugin-udp.xml:
14508         * docs/plugins/inspect/plugin-videobalance.xml:
14509         * docs/plugins/inspect/plugin-videobox.xml:
14510         * docs/plugins/inspect/plugin-videoflip.xml:
14511         * docs/plugins/inspect/plugin-videomixer.xml:
14512         * docs/plugins/inspect/plugin-wavenc.xml:
14513         * docs/plugins/inspect/plugin-wavparse.xml:
14514         * docs/plugins/inspect/plugin-ximagesrc.xml:
14515           Update to CVS version.
14516           
14517 2006-08-16  Wim Taymans  <wim@fluendo.com>
14518
14519         * gst/rtp/gstrtpamrdepay.c:
14520         * gst/rtp/gstrtpmp4gdepay.c:
14521         Caps extra properties must be defined as strings for
14522         depayloaders because they are generated from an SDP.
14523
14524         * gst/rtp/Makefile.am:
14525         * gst/rtp/gstrtp.c: (plugin_init):
14526         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14527         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14528         (gst_rtp_h264_depay_finalize), (decode_base64),
14529         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14530         (gst_rtp_h264_depay_set_property),
14531         (gst_rtp_h264_depay_get_property),
14532         (gst_rtp_h264_depay_change_state),
14533         (gst_rtp_h264_depay_plugin_init):
14534         * gst/rtp/gstrtph264depay.h:
14535         Added basic, not completely functional RFC 3984 H264 depayloader.
14536
14537 2006-08-16  Wim Taymans  <wim@fluendo.com>
14538
14539         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14540         Add pads after setting them up.
14541
14542         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14543         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14544         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14545         (gst_rtspsrc_stream_setup_rtp),
14546         (gst_rtspsrc_stream_configure_transport),
14547         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14548         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14549         (gst_rtspsrc_pause):
14550         * gst/rtsp/gstrtspsrc.h:
14551         Fix interleaved mode.
14552          - Protect streaming with lock.
14553          - Combine flows
14554          - set caps on outgoing buffers.
14555          - strip trailing \0 from data packets.
14556          - Configure RTP/RTCP in stream.
14557         Use DEBUG_OBJECT more.
14558
14559 2006-08-16  Wim Taymans  <wim@fluendo.com>
14560
14561         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14562         Turn a g_print into a DEBUG line.
14563
14564 2006-08-13  Wim Taymans  <wim@fluendo.com>
14565
14566         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14567         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14568         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14569         (gst_oss_mixer_element_get_property),
14570         (gst_oss_mixer_element_change_state):
14571         * sys/oss/gstossmixerelement.h:
14572         Small cleanups. Better error reporting.
14573         Add device property for the mixer instead of the hardcoded
14574         /dev/mixer. Fixes #350785.
14575         API: GstOssMixerElement::device property
14576
14577 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14578
14579         Patch by: Jens Granseuer <jensgr at gmx net>
14580
14581         * gconf/Makefile.am:
14582           Make --disable-schemas work right (they still need
14583           to be copied to the installation directory, just not
14584           applied). Fixes #351347 (also #344100).
14585           
14586 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14587
14588         * configure.ac: back to HEAD
14589
14590 === release 0.10.4 ===
14591
14592 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14593
14594         * configure.ac:
14595           releasing 0.10.4, "Dear Leader"
14596
14597 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14598
14599         Patch by: Edward Hervey <edward@fluendo.com>
14600
14601         * configure.ac:
14602         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14603         (gst_wavparse_stream_data):
14604         Send the newsegment event in the streaming thread.
14605         Fixes #347529
14606
14607 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14608
14609         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14610         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14611         (gst_smokeenc_resync), (gst_smokeenc_chain):
14612           Refuse sink caps in the encoder if width or height is not a
14613           multiple of 16, the encoder does not support that yet (#349939);
14614           along the same lines, check the return value of the encoder
14615           setup function; also remove some debug log clutter.
14616
14617 2006-08-04  Andy Wingo  <wingo@pobox.com>
14618
14619         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14620         whether a processor can work in place or not, and for keeping
14621         track of its state. Change the FlowReturn instance variable from
14622         "state" to "flow_state", all callers changed.
14623
14624         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14625         (gst_signal_processor_start, gst_signal_processor_stop)
14626         (gst_signal_processor_cleanup): New functions to manage the
14627         processor's state.
14628         (gst_signal_processor_setcaps): start() as well as setup() here.
14629         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14630         (gst_signal_processor_change_state): Stop and cleanup the
14631         processor as we go to NULL.
14632
14633         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14634         INPLACE_BROKEN is not set.
14635
14636         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14637         Do the alloc_buffer in bytes, not frames.
14638         
14639 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14640
14641         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14642         Fix rgb masks when recording in < 24bpp.
14643
14644 2006-08-04  Andy Wingo  <wingo@pobox.com>
14645
14646         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14647         (gst_signal_processor_prepare)
14648         (gst_signal_processor_update_inputs)
14649         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14650         (gst_signal_processor_flush)
14651         (gst_signal_processor_sink_activate_push)
14652         (gst_signal_processor_src_activate_pull)
14653         (gst_signal_processor_change_state): Remove the last of the code
14654         that assumes that we process whole buffers at a time. Fix some
14655         debugging. Seems to work now in some cases.
14656         (gst_signal_processor_src_activate_pull): BPB
14657
14658 2006-08-01  Andy Wingo  <wingo@pobox.com>
14659
14660         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14661         Fix nframes-choosing.
14662         (gst_signal_processor_init): Init pending_in and pending_out.
14663
14664         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14665         more default sample rate, although we never check that the sample
14666         rate actually gets set. Something for the future.
14667         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14668         (gst_signal_processor_event): Refcount fixen.
14669         (gst_signal_processor_process): Pull the number of frames to
14670         process from the sizes of the buffers in the input pens.
14671         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14672         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14673         it instead of buffer_frames.
14674         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14675         to do_pulls.
14676         (gst_signal_processor_chain)
14677         (gst_signal_processor_sink_activate_push)
14678         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14679
14680         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14681
14682 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14683
14684         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14685         (gst_signal_processor_process):
14686           don't query buffer-frames from caps, add lots of debug-log,
14687           try fix for assert (#349189)
14688
14689 2006-07-31  Wim Taymans  <wim@fluendo.com>
14690
14691         * gst/udp/gstudpsrc.c:
14692         Fix docs.
14693
14694 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14695
14696         * ext/ladspa/gstsignalprocessor.c:
14697         (gst_signal_processor_add_pad_from_template),
14698         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14699         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14700         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14701         (gst_signal_processor_sink_activate_push),
14702         (gst_signal_processor_src_activate_pull),
14703         (gst_signal_processor_change_state):
14704          Add debugs logs here and there, add more error handling, add some
14705          FIXME comments, filed #349189
14706
14707 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14708
14709         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14710         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14711         Set caps on buffer correctly.  Fixes bug #349155.
14712
14713 2006-07-28  Wim Taymans  <wim@fluendo.com>
14714
14715         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14716
14717         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14718         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14719         (gst_multipart_demux_finalize), (get_line_end),
14720         (multipart_parse_header), (multipart_find_boundary),
14721         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14722         (gst_multipart_set_property), (gst_multipart_get_property):
14723         Uses GstAdapter instead of own buffering.
14724         Actually parses the mime-type correctly (In tests the mime-type was
14725         always "" with the old version).
14726         Uses the Content-length header if available to speed up things.
14727         Reliably autoscans the boundary name by default.
14728         Fixes #349068.
14729
14730         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14731         Don't start the stream with a \n.
14732
14733 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14734
14735         Patch by: Brian Cameron <brian dot cameron at sun com>
14736
14737         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14738           Open source with O_NONBLOCK (#349015).
14739
14740 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14741
14742         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14743         (gst_avi_demux_massage_index):
14744         * gst/avi/gstavidemux.h:
14745           Whitespace fixes and more debug
14746
14747 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14748
14749         * gst/autodetect/gstautoaudiosink.c:
14750         (gst_auto_audio_sink_create_element_with_pretty_name),
14751         (gst_auto_audio_sink_find_best),
14752         (gst_auto_audio_sink_change_state):
14753           Get rid of old and unused magic sound-server properties stuff.
14754           Add suffix to child sink's name that makes it easy to see from
14755           the name alone which type it actually is (alsa, oss, esd, etc.).
14756
14757 2006-07-27  Wim Taymans  <wim@fluendo.com>
14758
14759         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14760         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14761         (gst_udpsrc_start):
14762         * gst/udp/gstudpsrc.h:
14763         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14764         not some sort of feature we enable.
14765
14766 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14767
14768         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14769           Use CLOSE_SOCKET() here instead of close() to maintain
14770           win32 workiness.
14771
14772 2006-07-27  Wim Taymans  <wim@fluendo.com>
14773
14774         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14775
14776         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14777         (gst_udpsrc_create), (gst_udpsrc_set_property),
14778         (gst_udpsrc_get_property), (gst_udpsrc_start):
14779         * gst/udp/gstudpsrc.h:
14780         Added "buffer-size" property to control the kernel receive buffer size.
14781         Update documentation.
14782         Small cleanups. Fixes #348752.
14783         API: buffer-size property
14784
14785 2006-07-26  Wim Taymans  <wim@fluendo.com>
14786
14787         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14788
14789         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14790         (gst_rtp_pcma_pay_handle_buffer):
14791         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14792         (gst_rtp_pcmu_pay_handle_buffer):
14793         Fix timestamp calculation on outgoing RTP packets.
14794         Fixes #348675.
14795
14796 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14797
14798         * ext/taglib/gstid3v2mux.cc:
14799           Fix writing of comment frames (should be COMM not TCOM),
14800           is still sub-optimal though, since we don't retain or
14801           extract the comment descriptions properly (#334375,
14802           also see #334375).
14803
14804 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14805
14806         * gst/wavparse/gstwavparse.c:
14807           #define 'fact' RIFF chunk if we are not compiling against
14808           -base CVS (we don't want to depend on -base CVS for this
14809           one define only, and also not for release order reasons).
14810
14811 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14812
14813         * ext/taglib/gstid3v2mux.cc:
14814           Handle multiple tags of the same type properly. Re-inject
14815           unparsed ID3v2 frames that we get as binary blobs from
14816           id3demux into the tag again so we don't lose information
14817           when retagging (#334375).
14818
14819 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14820
14821         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14822           Document newly-added properties properly, so that there is a
14823           'Since: 0.10.4' in the plugin docs. Convert some property
14824           names into canonical GObject style (GObject will do that
14825           internally anyway).
14826
14827 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14828
14829         * gst/id3demux/id3tags.c:
14830         (id3demux_add_id3v2_frame_blob_to_taglist):
14831           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14832           well, and add the version to the blob's buffer caps, since that
14833           information will be needed for deserialisation later on (#348644).
14834
14835 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14836
14837         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14838         (gst_avi_demux_parse_stream):
14839          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14840          indentation and spacing.
14841
14842 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14843
14844         * docs/plugins/Makefile.am:
14845         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14846         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14847         * docs/plugins/gst-plugins-good-plugins.args:
14848         * docs/plugins/inspect/plugin-1394.xml:
14849         * docs/plugins/inspect/plugin-aasink.xml:
14850         * docs/plugins/inspect/plugin-alaw.xml:
14851         * docs/plugins/inspect/plugin-alpha.xml:
14852         * docs/plugins/inspect/plugin-alphacolor.xml:
14853         * docs/plugins/inspect/plugin-annodex.xml:
14854         * docs/plugins/inspect/plugin-apetag.xml:
14855         * docs/plugins/inspect/plugin-auparse.xml:
14856         * docs/plugins/inspect/plugin-autodetect.xml:
14857         * docs/plugins/inspect/plugin-avi.xml:
14858         * docs/plugins/inspect/plugin-cacasink.xml:
14859         * docs/plugins/inspect/plugin-cairo.xml:
14860         * docs/plugins/inspect/plugin-cdio.xml:
14861         * docs/plugins/inspect/plugin-cutter.xml:
14862         * docs/plugins/inspect/plugin-debug.xml:
14863         * docs/plugins/inspect/plugin-dv.xml:
14864         * docs/plugins/inspect/plugin-efence.xml:
14865         * docs/plugins/inspect/plugin-effectv.xml:
14866         * docs/plugins/inspect/plugin-esdsink.xml:
14867         * docs/plugins/inspect/plugin-flac.xml:
14868         * docs/plugins/inspect/plugin-flxdec.xml:
14869         * docs/plugins/inspect/plugin-gconfelements.xml:
14870         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14871         * docs/plugins/inspect/plugin-goom.xml:
14872         * docs/plugins/inspect/plugin-halelements.xml:
14873         * docs/plugins/inspect/plugin-icydemux.xml:
14874         * docs/plugins/inspect/plugin-id3demux.xml:
14875         * docs/plugins/inspect/plugin-jpeg.xml:
14876         * docs/plugins/inspect/plugin-level.xml:
14877         * docs/plugins/inspect/plugin-matroska.xml:
14878         * docs/plugins/inspect/plugin-mulaw.xml:
14879         * docs/plugins/inspect/plugin-multipart.xml:
14880         * docs/plugins/inspect/plugin-navigationtest.xml:
14881         * docs/plugins/inspect/plugin-ossaudio.xml:
14882         * docs/plugins/inspect/plugin-png.xml:
14883         * docs/plugins/inspect/plugin-rtp.xml:
14884         * docs/plugins/inspect/plugin-rtsp.xml:
14885         * docs/plugins/inspect/plugin-shout2send.xml:
14886         * docs/plugins/inspect/plugin-smpte.xml:
14887         * docs/plugins/inspect/plugin-speex.xml:
14888         * docs/plugins/inspect/plugin-udp.xml:
14889         * docs/plugins/inspect/plugin-videobalance.xml:
14890         * docs/plugins/inspect/plugin-videobox.xml:
14891         * docs/plugins/inspect/plugin-videoflip.xml:
14892         * docs/plugins/inspect/plugin-videomixer.xml:
14893         * docs/plugins/inspect/plugin-wavenc.xml:
14894         * docs/plugins/inspect/plugin-wavparse.xml:
14895         * docs/plugins/inspect/plugin-ximagesrc.xml:
14896           Update files to CVS/Prerelease version, add esdsink docs.
14897
14898         * ext/esd/esdsink.c:
14899           Add gtk-doc blurb.
14900
14901         * gst/rtp/gstrtpmp4vpay.c:
14902           Fix typo in element description.
14903
14904 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14905
14906         * ext/esd/esdsink.c: (gst_esdsink_open),
14907         (gst_esdsink_factory_init):
14908           Prevent libesd from auto-spawning a sound daemon if it
14909           is not already running. Now that we don't do evil stuff
14910           like that any longer we can give esdsink a rank so that
14911           autoaudiosink will try it as well if all other audio
14912           sinks fail (#343051).
14913
14914 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * ext/esd/Makefile.am:
14917           Oops, need to remove README from EXTRA_DIST as well.
14918
14919 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14920
14921         * ext/esd/README:
14922           Remove, it contains nothing useful anyway.
14923
14924         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14925         (gst_esdsink_delay):
14926           Some small clean-ups; use GST_BOILERPLATE etc.
14927
14928 2006-07-24  Wim Taymans  <wim@fluendo.com>
14929
14930         * gst/law/alaw-decode.c: (alawdec_getcaps):
14931         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14932         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14933         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14934         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14935
14936 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14937
14938         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14939         (gst_wavparse_other), (gst_wavparse_perform_seek),
14940         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14941         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14942         (gst_wavparse_pad_query):
14943         * gst/wavparse/gstwavparse.h:
14944           Use information from 'fact' chunk for length calculation of compressed
14945           samples. Calculate bps if bogus value is found in wav header (embeded
14946           mp2/mp3).
14947           
14948
14949 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14950
14951         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14952
14953         * configure.ac:
14954         * gst/udp/Makefile.am:
14955         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
14956         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
14957         * gst/udp/gstdynudpsink.h:
14958         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
14959         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
14960         * gst/udp/gstmultiudpsink.h:
14961         * gst/udp/gstudp.c: (plugin_init):
14962         * gst/udp/gstudpsink.h:
14963         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
14964         (gst_udpsrc_start), (gst_udpsrc_stop):
14965         * gst/udp/gstudpsrc.h:
14966         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
14967         (gst_udp_net_utils_win32_wsa_startup):
14968         * gst/udp/gstudpnetutils.h:
14969           Port udp plugin to win32 (#345288).
14970
14971 2006-07-24  Wim Taymans  <wim@fluendo.com>
14972
14973         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
14974         Remove unwanted DEBUG line.
14975
14976 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14977
14978         * gst/id3demux/gstid3demux.c: (plugin_init):
14979         * gst/id3demux/id3tags.c:
14980         (id3demux_add_id3v2_frame_blob_to_taglist):
14981         * gst/id3demux/id3tags.h:
14982           On second thought, it might be wiser and more efficient
14983           not to do tag registration from a streaming thread.
14984
14985 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
14986
14987         * gst/id3demux/id3tags.c:
14988         (id3demux_add_id3v2_frame_blob_to_taglist),
14989         (id3demux_id3v2_frames_to_tag_list):
14990           Put ID3v2 frames we can't parse as binary blobs into private
14991           tags, so that they are not lost when retagging, at least once
14992           id3v2mux has been taught to re-inject those frames again.
14993           See bug #334375.
14994
14995 2006-07-21  Wim Taymans  <wim@fluendo.com>
14996
14997         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14998         (gst_avi_demux_process_next_entry):
14999         Fix some leaks.
15000
15001         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15002         Don't use \n in debug lines.
15003
15004 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15005
15006         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15007         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15008           Add annodex and icydemux, cleanup the sections a bit
15009
15010 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15011
15012         Patch by: Alex Lancaster <alexl at users sourceforge net>
15013
15014         * ext/taglib/gstid3v2mux.cc:
15015           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15016           ID3v2 TSSE frames (#347898).
15017
15018 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15019
15020         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15021           Respect mpegversion for "video/mpeg" and give message in case of
15022           unhandled versions.
15023
15024 2006-07-17  Wim Taymans  <wim@fluendo.com>
15025
15026         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15027         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15028         (gst_pngdec_chain), (gst_pngdec_sink_event),
15029         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15030         (gst_pngdec_sink_activate_push):
15031         * ext/libpng/gstpngdec.h:
15032         Use statically allocated segment instead of leaking.
15033         Various cleanups.
15034         Fix flush and seek handling.
15035
15036 2006-07-16  Wim Taymans  <wim@fluendo.com>
15037
15038         * gst/rtp/Makefile.am:
15039         * gst/rtp/gstrtp.c: (plugin_init):
15040         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15041         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15042         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15043         (gst_rtp_mp4g_depay_set_property),
15044         (gst_rtp_mp4g_depay_get_property),
15045         (gst_rtp_mp4g_depay_change_state),
15046         (gst_rtp_mp4g_depay_plugin_init):
15047         * gst/rtp/gstrtpmp4gdepay.h:
15048         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15049         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15050         (gst_rtp_mp4g_pay_flush):
15051         Added simple generic mpeg4 depayloader.
15052         Fix generic mpeg4 payloader.
15053
15054 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15055
15056         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15057           Don't try doing state changes on a NULL pointer.
15058
15059 2006-07-14  Wim Taymans  <wim@fluendo.com>
15060
15061         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15062
15063         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15064         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15065         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15066         * gst/rtp/gstrtpamrdepay.h:
15067         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15068         Fixes #321191
15069
15070 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15071
15072         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15073         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15074         Fix segfault when moving mouse pointer to the bottom right corner.
15075
15076 2006-07-12  Wim Taymans  <wim@fluendo.com>
15077
15078         * gst/rtp/Makefile.am:
15079         * gst/rtp/gstrtp.c: (plugin_init):
15080         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15081         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15082         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15083         (gst_rtp_mp2t_depay_set_property),
15084         (gst_rtp_mp2t_depay_get_property),
15085         (gst_rtp_mp2t_depay_change_state),
15086         (gst_rtp_mp2t_depay_plugin_init):
15087         * gst/rtp/gstrtpmp2tdepay.h:
15088         Added mpeg2 TS depayloader. Closing #347234.
15089
15090 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15091
15092         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15093           Remove g_assert that shouldn't be there and was triggered
15094           after trying to open a device that doesn't exist or can't
15095           be opened for some other reason (#347972).
15096
15097 2006-07-10  Edward Hervey  <edward@fluendo.com>
15098
15099         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15100         (gst_avi_demux_stream_header), (push_tag_lists):
15101         * gst/avi/gstavidemux.h:
15102         Don't push tag events found by gst_riff_parse_info() before outputting
15103         GST_EVENT_NEWSEGMENT.
15104
15105 2006-07-10  Wim Taymans  <wim@fluendo.com>
15106
15107         * gst/rtsp/Makefile.am:
15108         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15109         (rtsp_connection_close):
15110         * gst/rtsp/rtspdefs.h:
15111         replaced closesocket and close in code with one CLOSE_SOCKET. 
15112         Some more cleanups. Fixes #345301.
15113
15114 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15115
15116         * gst/autodetect/gstautoaudiosink.c:
15117           Fix example pipeline in docs.
15118
15119 2006-07-10  Wim Taymans  <wim@fluendo.com>
15120
15121         Patch by: Rob Taylor <robtaylor at floopily dot org>
15122
15123         * gst/udp/gstmultiudpsink.c: (join_multicast),
15124         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15125         If a destination is added before the stream is set to PAUSED, the
15126         multicast group is not joined as the socket is not created yet. 
15127         Also TTL and LOOP should also be set. Fixes #346921.
15128
15129 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15130
15131         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15132         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15133         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15134         (gst_ximage_src_init):
15135         * sys/ximage/gstximagesrc.h:
15136         Fix use-damage property to actually work :)
15137         Add startx, starty, endx, endy properties so screencasts other than full
15138         screen ones can work.
15139
15140 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15141
15142         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15143         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15144         (gst_ximage_src_class_init), (gst_ximage_src_init):
15145         * sys/ximage/gstximagesrc.h:
15146         Add use_damage property to offer ability to choose whether to use
15147         XDamage or not.
15148
15149 2006-07-07  Wim Taymans  <wim@fluendo.com>
15150
15151         * gst/goom/filters.c: (zoomFilterSetResolution):
15152         Avoid goom coredumping by clearing memory. 
15153         Fixes 345679.
15154
15155 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15156
15157         * win32/vs6/libgstid3demux.dsp:
15158         Add a link to libgsttag-0.10.lib.
15159
15160 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15161
15162         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15163         (gst_tag_demux_read_range):
15164         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15165         (gst_id3demux_read_range):
15166           Don't return FLOW_UNEXPECTED when a buffer is before
15167           the start of the stream (which might happen with
15168           large ID3v2 tags if the tag reading was done pullrange
15169           based and we then switched to push mode later on).
15170           Fixes regression introduced by commit from June 29th.
15171
15172 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15173
15174         * ext/taglib/gstid3v2mux.cc:
15175           Make UTF-8 the default encoding when writing string
15176           tags (before, our UTF-8 strings would automatically
15177           be converted to ISO-8859-1 by taglib and written as
15178           ISO-8859-1 fields if that was possible).
15179
15180         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15181         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15182         (test_taglib_id3mux_with_tags):
15183           Add test case that makes sure our UTF-8 strings have
15184           actually been written into the tag as UTF-8.
15185
15186 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15187
15188         * configure.ac:
15189           Let's try that again.
15190
15191 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15192
15193         * configure.ac:
15194           Disable monoscope plugin for now until it fulfills
15195           all the requirements.
15196
15197 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15198
15199         * configure.ac:
15200         * gst/monoscope/Makefile.am:
15201         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15202         (gst_monoscope_class_init), (gst_monoscope_init),
15203         (gst_monoscope_finalize), (gst_monoscope_reset),
15204         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15205         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15206         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15207         (gst_monoscope_change_state), (plugin_init):
15208         * gst/monoscope/gstmonoscope.h:
15209           Port monoscope visualisation to 0.10.
15210
15211 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15212
15213         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15214         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15215           Return FLOW_UNEXPECTED when at the end of the file, not
15216           FLOW_ERROR. Fixes 'internal stream error' errors that
15217           would sometimes occur in totem when scrubbing to the
15218           end of an ID3v1 tagged mp3 file.
15219
15220 2006-07-03  Edward Hervey  <edward@fluendo.com>
15221
15222         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15223         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15224         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15225         * ext/libpng/gstpngdec.h:
15226         Implement buffer clipping/dropping using GstSegment.
15227         This provides accurate seeking.
15228
15229 2006-07-03  Edward Hervey  <edward@fluendo.com>
15230
15231         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15232         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15233         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15234         (gst_avi_demux_process_next_entry), (push_tag_lists),
15235         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15236         * gst/avi/gstavidemux.h:
15237         Proper aggregation of each stream's GstFlowReturn in order to figure out
15238         whether the task should stop or not.
15239         Don't send inline events before pushing out a NEW_SEGMENT, more
15240         specifically for GST_TAG_EVENT.
15241         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15242         sub-indexes.
15243
15244 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15245
15246         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15247
15248         * sys/sunaudio/gstsunaudiomixerctrl.c:
15249         (gst_sunaudiomixer_ctrl_build_list):
15250           Move "Monitor" slider to input tab so it works more like
15251           sdtaudiocontrol, which is what people on Solaris are used
15252           to using for their mixer program (#346259).
15253
15254 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15255
15256         * tests/check/elements/level.c: (GST_START_TEST):
15257           fix a leak, clean up at the end
15258
15259 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15260
15261         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15262         (gst_matroska_demux_send_event),
15263         (gst_matroska_demux_loop_stream_parse_id):
15264         * gst/matroska/matroska-ids.h:
15265           Send tag event after newsegment event.
15266
15267 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15268
15269         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15270         (gst_id3demux_read_range):
15271           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15272           certain cases where a read beyond the end of the file is
15273           requested. Fixes #345930.
15274
15275         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15276         (gst_tag_demux_read_range):
15277           Fix same issue here as well.
15278
15279 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15280
15281         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15282         
15283         Fix hypothetical crash.
15284
15285 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15286
15287         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15288
15289         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15290           Do not modify the ports value. If the user has turned off the
15291           built-in speakers, then we should not reset it in the prepare
15292           function, since this causes the built-in speakers to turn
15293           back on anytime the user changes a track in totem, rhythmbox,
15294           etc. (#346066).
15295
15296 2006-06-23  Wim Taymans  <wim@fluendo.com>
15297
15298         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15299         Fix double caps unref when negotiation fails.
15300
15301 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15302
15303         * ext/annodex/gstcmmldec.c:
15304         * ext/annodex/gstcmmlenc.c:
15305         * ext/annodex/gstcmmlparser.c:
15306         * ext/dv/gstdvdec.c:
15307         * ext/dv/gstdvdemux.c:
15308         * ext/gdk_pixbuf/pixbufscale.c:
15309         * ext/jpeg/gstjpegenc.c:
15310         * ext/jpeg/gstsmokedec.c:
15311         * ext/jpeg/gstsmokeenc.c:
15312         * ext/libpng/gstpngdec.c:
15313         * ext/libpng/gstpngenc.c:
15314         * ext/speex/gstspeexenc.c:
15315         * gst/alpha/gstalphacolor.c:
15316         * gst/cutter/gstcutter.c:
15317         * gst/debug/gstnavigationtest.c:
15318         * gst/icydemux/gsticydemux.c:
15319         * gst/level/gstlevel.c:
15320         * gst/multipart/multipart.c:
15321         * gst/rtp/gstrtpamrpay.c:
15322         * gst/rtp/gstrtpdepay.c:
15323         * gst/rtp/gstrtpilbcpay.c:
15324         * gst/rtp/gstrtpmp4gpay.c:
15325         * gst/rtp/gstrtpmp4vpay.c:
15326         * gst/rtsp/gstrtpdec.c:
15327         * gst/rtsp/gstrtspsrc.c:
15328         * gst/udp/gstdynudpsink.c:
15329         * gst/udp/gstmultiudpsink.c:
15330         * gst/udp/gstudpsrc.c:
15331         * gst/videobox/gstvideobox.c:
15332         * gst/videofilter/gstvideoflip.c:
15333           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15334           plus two minor macro fixes.
15335
15336 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15337
15338         * gst/matroska/matroska-demux.c:
15339         (gst_matroska_demux_check_subtitle_buffer),
15340         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15341         (gst_matroska_demux_subtitle_caps):
15342         * gst/matroska/matroska-ids.c:
15343         (gst_matroska_track_init_subtitle_context):
15344         * gst/matroska/matroska-ids.h:
15345           Try to fix up broken matroska files containing subtitle
15346           streams with non-UTF8 character encodings (courtesy of
15347           mkvmerge) using either the encoding specified in the
15348           GST_SUBTITLE_ENCODING environment variable or the
15349           current locale's character set if it is non-UTF8.
15350           Fixes #337076.
15351
15352 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15353
15354         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15355           Set image type from APIC frame as "image-type" field
15356           of GST_TAG_IMAGE buffer caps (#344605).
15357
15358 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15359
15360         * ext/flac/Makefile.am:
15361         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15362         (gst_flac_dec_reset_decoders),
15363         (gst_flac_dec_setup_seekable_decoder),
15364         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15365         (gst_flac_dec_metadata_callback),
15366         (gst_flac_dec_metadata_callback_seekable),
15367         (gst_flac_dec_metadata_callback_stream),
15368         (gst_flac_dec_error_callback),
15369         (gst_flac_dec_error_callback_seekable),
15370         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15371         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15372         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15373         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15374         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15375         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15376         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15377         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15378         (gst_flac_dec_sink_activate_push),
15379         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15380         * ext/flac/gstflacdec.h:
15381           Support chain-based operation, should make flac-over-DAAP
15382           work (#340492).
15383
15384 2006-06-20  Wim Taymans  <wim@fluendo.com>
15385
15386         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15387         Doc updates, merge some unused symbols.
15388
15389 2006-06-20  Wim Taymans  <wim@fluendo.com>
15390
15391         * docs/plugins/Makefile.am:
15392         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15393         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15394         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15395         * gst/rtsp/gstrtspsrc.c:
15396         * gst/rtsp/gstrtspsrc.h:
15397         Added documentation for the rtsp plugin. Fixes #345393.
15398
15399 2006-06-20  Wim Taymans  <wim@fluendo.com>
15400
15401         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15402         (rtsp_connection_close), (rtsp_connection_free):
15403         Use better G_OS_* macros. Fixes #345301 some more.
15404
15405 2006-06-20  Wim Taymans  <wim@fluendo.com>
15406
15407         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15408
15409         * sys/sunaudio/Makefile.am:
15410         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15411         * sys/sunaudio/gstsunaudiomixerctrl.c:
15412         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15413         (gst_sunaudiomixer_ctrl_list_tracks),
15414         (gst_sunaudiomixer_ctrl_get_volume),
15415         (gst_sunaudiomixer_ctrl_set_volume),
15416         (gst_sunaudiomixer_ctrl_set_mute),
15417         (gst_sunaudiomixer_ctrl_set_record):
15418         * sys/sunaudio/gstsunaudiomixerctrl.h:
15419         * sys/sunaudio/gstsunaudiomixertrack.c:
15420         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15421         * sys/sunaudio/gstsunaudiomixertrack.h:
15422         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15423         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15424         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15425         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15426         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15427         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15428         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15429         (gst_sunaudiosrc_reset):
15430         * sys/sunaudio/gstsunaudiosrc.h:
15431         Add a SunAudio source plugin.
15432         Support stereo and right/left channel gain in the mixer plugin.
15433         Support the RECORD flag so that you can switch between line-input and
15434         microphone in gnome-volume-control.
15435         Code cleanups like using an enumerator for track number instead of an 
15436         integer. Fixes #344923.
15437
15438 2006-06-20  Wim Taymans  <wim@fluendo.com>
15439
15440         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15441
15442         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15443         (rtsp_connection_close):
15444         Make RTSP plugin compile on windows. Fixes #345301.
15445         Some changes to original patch to catch errors better.
15446         use ifdef WIN32 instead of ifndef.
15447
15448 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15449
15450         * configure.ac:
15451         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15452
15453 2006-06-18  Edward Hervey  <edward@fluendo.com>
15454
15455         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15456         After a failed buffer alloc, we need to abort the jpeg decoding (it
15457         started when parsing headers to figure out how many bytes we need
15458         to request downstream).
15459
15460 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15461
15462         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15463
15464         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15465           Make sure we don't read beyond the end of the file (#345232).
15466
15467 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15468
15469         * configure.ac:
15470           Fix --disable-external (can't set conditionals conditionally,
15471           #343602).
15472
15473 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15474
15475         * autogen.sh:
15476         * configure.ac:
15477         * docs/Makefile.am:
15478           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15479
15480         * docs/plugins/Makefile.am:
15481         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15482         * docs/plugins/inspect/plugin-taglib.xml:
15483           Add/fix apev2mux docs.
15484
15485 2006-06-14  Wim Taymans  <wim@fluendo.com>
15486
15487         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15488         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15489         (gst_dvdec_change_state):
15490         Reset segment info on flush.
15491         Alloc segment in _init, free in _finalize.
15492
15493         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15494         Don't send segments twice.
15495
15496 2006-06-14  Wim Taymans  <wim@fluendo.com>
15497
15498         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15499         Respect segment.stop. Fixes #342592.
15500
15501 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15502
15503         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15504           No language specified means the implied language is English
15505           according to the matroska spec (partially fixes #344708);
15506           add some more debug output.
15507
15508 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15509
15510         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15511         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15512         (gst_wavparse_chain):
15513           When operating chain-based, don't make any assumptions about the
15514           chunking of the incoming data and make streaming work on days other
15515           than the second Thursday after a full moon. Also fix up debug
15516           messages here and there and make use of the most excellent new
15517           gst_pad_query_peer_duration() utility function.
15518           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15519
15520         * gst/wavparse/gstwavparse.h:
15521           Remove trailing comma after last enum value, some compilers don't
15522           like that.
15523
15524 2006-06-13  Wim Taymans  <wim@fluendo.com>
15525
15526         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15527         Handle premature EOS gracefully.
15528
15529 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15530
15531         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15532           Prevent out of bounds array access when scrubbing towards
15533           the end of the file between the last index entry and the
15534           end. Fixes occasional 'start <= stop' newsegment event
15535           assertions when scrubbing in MJPEG files.
15536
15537 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15538
15539         * tests/check/elements/.cvsignore:
15540           And another one.
15541
15542 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15543
15544         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15545         (scan_encoded_string), (parse_picture_frame):
15546           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15547
15548         * configure.ac:
15549           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15550           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15551
15552 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15553
15554         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15555           gratuitous comment changes
15556         * tests/check/elements/level.c: (GST_START_TEST):
15557           fix level test leaks
15558
15559 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15560
15561         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15562         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15563           Use gst_pad_query_peer_duration() utility function here.
15564
15565 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15566
15567         * autogen.sh:
15568           require am17
15569         * configure.ac:
15570         * ext/annodex/Makefile.am:
15571         * ext/cdio/Makefile.am:
15572         * ext/dv/Makefile.am:
15573         * ext/esd/Makefile.am:
15574         * ext/flac/Makefile.am:
15575         * ext/gdk_pixbuf/Makefile.am:
15576         * ext/ladspa/Makefile.am:
15577         * ext/libcaca/Makefile.am:
15578         * ext/speex/Makefile.am:
15579         * ext/taglib/Makefile.am:
15580         * sys/oss/Makefile.am:
15581         * sys/sunaudio/Makefile.am:
15582         * sys/ximage/Makefile.am:
15583           clean up build further
15584
15585 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15586
15587         * gconf/Makefile.am:
15588           Honour --disable-schemas-install configure option. Fixes #344100.
15589
15590 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15591
15592         * tests/examples/level/Makefile.am:
15593           Add -lm to LIBS for pow() function, don't assume one of our
15594           dependencies (such as libxml-2.0) drags it in automatically
15595           (#343603).
15596
15597 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15598
15599         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15600
15601         * configure.ac:
15602           We should use $SED and not $(SED) in configure.ac (#343678).
15603
15604 2006-06-09  Wim Taymans  <wim@fluendo.com>
15605
15606         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15607
15608         * sys/sunaudio/gstsunaudiomixerctrl.c:
15609         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15610         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15611         (gst_sunaudiomixer_ctrl_set_mute):
15612         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15613         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15614         (gst_sunaudiosink_write):
15615         Attached find a patch that fixes a number of bugs with the SunAudio
15616         mixer plugin and fixes #344101:
15617         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15618            tracks onto the tracklist causing gnome-volume-control's preferences
15619            dialog to be messed up and would core dump if you checked/unchecked
15620            any item.
15621         2. We weren't previously setting the MUTE flag properly.  Fixing this
15622            makes gnome-volume-control work better.
15623         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15624            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15625            gnome-volume-control look better.
15626         Also some minor cleanup in gstsunaudiosink.c.
15627
15628 2006-06-09  Wim Taymans  <wim@fluendo.com>
15629
15630         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15631         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15632         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15633         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15634         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15635         * ext/jpeg/gstjpegdec.h:
15636         API: Added IDCT method property
15637         Small cleanups.
15638         Avoid dynamic allocation of trivial fixed structure.
15639         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15640
15641 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15642
15643         * configure.ac:
15644         We now require libraw1394 >= 1.1.0 and that version onwards all
15645         have .pc files.
15646
15647 2006-06-02  Edward Hervey  <edward@fluendo.com>
15648
15649         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15650         Trying to get items from an ANY or EMPTY caps is ... stupid.
15651
15652 2006-06-02  Edward Hervey  <edward@fluendo.com>
15653
15654         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15655         (gst_dvdec_chain), (gst_dvdec_change_state):
15656         * ext/dv/gstdvdec.h:
15657         Added GstSegment handling, now implements dropping/clipping.
15658
15659 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15660
15661         * ext/aalib/gstaasink.h:
15662         * ext/annodex/gstcmmldec.h:
15663         * ext/cairo/gsttimeoverlay.h:
15664         * ext/dv/gstdvdec.h:
15665         * ext/dv/gstdvdemux.h:
15666         * ext/esd/esdmon.h:
15667         * ext/esd/esdsink.h:
15668         * ext/flac/gstflacenc.h:
15669         * ext/gconf/gstgconfaudiosink.h:
15670         * ext/gconf/gstgconfaudiosrc.h:
15671         * ext/gconf/gstgconfvideosink.h:
15672         * ext/gconf/gstgconfvideosrc.h:
15673         * ext/gdk_pixbuf/gstgdkanimation.h:
15674         * ext/gdk_pixbuf/pixbufscale.h:
15675         * ext/hal/gsthalaudiosink.h:
15676         * ext/hal/gsthalaudiosrc.h:
15677         * ext/jpeg/gstjpegenc.h:
15678         * ext/jpeg/gstsmokedec.h:
15679         * ext/jpeg/gstsmokeenc.h:
15680         * ext/libcaca/gstcacasink.h:
15681         * ext/libmng/gstmngdec.h:
15682         * ext/libmng/gstmngenc.h:
15683         * ext/libpng/gstpngdec.h:
15684         * ext/libpng/gstpngenc.h:
15685         * ext/raw1394/gstdv1394src.h:
15686         * ext/speex/gstspeexenc.h:
15687         * gst/autodetect/gstautoaudiosink.h:
15688         * gst/autodetect/gstautovideosink.h:
15689         * gst/avi/gstavidemux.h:
15690         * gst/cutter/gstcutter.h:
15691         * gst/debug/efence.h:
15692         * gst/debug/gstnavigationtest.h:
15693         * gst/debug/gstnavseek.h:
15694         * gst/flx/gstflxdec.h:
15695         * gst/goom/gstgoom.h:
15696         * gst/icydemux/gsticydemux.h:
15697         * gst/id3demux/gstid3demux.h:
15698         * gst/law/alaw-decode.h:
15699         * gst/law/alaw-encode.h:
15700         * gst/law/mulaw-decode.h:
15701         * gst/law/mulaw-encode.h:
15702         * gst/matroska/matroska-mux.h:
15703         * gst/median/gstmedian.h:
15704         * gst/oldcore/gstaggregator.h:
15705         * gst/oldcore/gstfdsink.h:
15706         * gst/oldcore/gstmd5sink.h:
15707         * gst/oldcore/gstmultifilesrc.h:
15708         * gst/oldcore/gstpipefilter.h:
15709         * gst/oldcore/gstshaper.h:
15710         * gst/oldcore/gststatistics.h:
15711         * gst/rtp/gstasteriskh263.h:
15712         * gst/rtp/gstrtpL16depay.h:
15713         * gst/rtp/gstrtpL16pay.h:
15714         * gst/rtp/gstrtpamrdepay.h:
15715         * gst/rtp/gstrtpamrpay.h:
15716         * gst/rtp/gstrtpdepay.h:
15717         * gst/rtp/gstrtpgsmdepay.h:
15718         * gst/rtp/gstrtpgsmpay.h:
15719         * gst/rtp/gstrtph263pay.h:
15720         * gst/rtp/gstrtph263pdepay.h:
15721         * gst/rtp/gstrtph263ppay.h:
15722         * gst/rtp/gstrtpmp4gpay.h:
15723         * gst/rtp/gstrtpmp4vdepay.h:
15724         * gst/rtp/gstrtpmp4vpay.h:
15725         * gst/rtp/gstrtpmpadepay.h:
15726         * gst/rtp/gstrtpmpapay.h:
15727         * gst/rtp/gstrtppcmadepay.h:
15728         * gst/rtp/gstrtppcmapay.h:
15729         * gst/rtp/gstrtppcmudepay.h:
15730         * gst/rtp/gstrtppcmupay.h:
15731         * gst/rtp/gstrtpspeexdepay.h:
15732         * gst/rtp/gstrtpspeexpay.h:
15733         * gst/rtsp/gstrtpdec.h:
15734         * gst/rtsp/gstrtspsrc.h:
15735         * gst/smpte/gstsmpte.h:
15736         * gst/udp/gstdynudpsink.h:
15737         * gst/udp/gstmultiudpsink.h:
15738         * gst/udp/gstudpsink.h:
15739         * gst/udp/gstudpsrc.h:
15740         * gst/videofilter/gstvideobalance.h:
15741         * gst/videofilter/gstvideoflip.h:
15742         * sys/oss/gstossdmabuffer.h:
15743         * sys/oss/gstossmixerelement.h:
15744         * sys/oss/gstosssink.h:
15745         * sys/oss/gstosssrc.h:
15746         * sys/osxvideo/osxvideosink.h:
15747         * sys/sunaudio/gstsunaudiomixer.h:
15748         * sys/sunaudio/gstsunaudiosink.h:
15749         * sys/ximage/gstximagesrc.h:
15750         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15751
15752 2006-05-31  Wim Taymans  <wim@fluendo.com>
15753
15754         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15755         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15756         (gst_goom_src_setcaps), (gst_goom_src_event),
15757         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15758         (gst_goom_change_state):
15759         * gst/goom/gstgoom.h:
15760         Handle QoS.
15761         Handle flushing, discont and events.
15762         Fix timestamps and various other cleanups.
15763
15764 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15765
15766         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15767         Fix bus reset when using libiec61883
15768
15769 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15770
15771         * configure.ac:
15772         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15773         * ext/raw1394/Makefile.am:
15774         Add CFLAGS.
15775         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15776         New method, to receive using libiec61883.
15777         (gst_dv1394src_iso_receive),
15778         #ifdef'd out if libiec61883 is present.
15779         (gst_dv1394src_bus_reset),
15780         Get userdata correctly if using libiec61883. 
15781         (gst_dv1394src_create),
15782         When using libiec61883, only poll one fd and no need to read.
15783         (gst_dv1394src_discover_avc_node),
15784         Replace g_warnings.
15785         (gst_dv1394src_start),
15786         Create new handle when we know which dv port.  More reliable
15787         than setting port on an existing handle.  Initialise libiec61883.
15788         (gst_dv1394src_stop):
15789         If using libiec61883, then cleanup its handle properly.
15790         * ext/raw1394/gstdv1394src.h:
15791         Add libiec61883 handle.
15792
15793 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15794
15795         * gst/avi/gstavidemux.c:
15796           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15797         * win32/MANIFEST:
15798           sort file listing
15799         * win32/vs6/libgstavi.dsp:
15800           add gstavimux.c to the project
15801         * win32/vs6/libgstid3demux.dsp:
15802           add link to zlib library
15803         * win32/vs6/libgstmatroska.dsp:
15804           add matroska-ids.c to the project
15805
15806 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15807
15808         Patch by: Sebastian Dröge  <mail at slomosnail de >
15809
15810         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15811         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15812         * ext/taglib/Makefile.am:
15813         * ext/taglib/gstapev2mux.cc:
15814         * ext/taglib/gstapev2mux.h:
15815         * ext/taglib/gstid3v2mux.cc:
15816         * ext/taglib/gsttaglibmux.c: (plugin_init):
15817         * ext/taglib/gsttaglibmux.h:
15818           Add apev2mux element (#343122).
15819         
15820         * tests/check/Makefile.am:
15821         * tests/check/elements/apev2mux.c:
15822         (test_taglib_apev2mux_create_tags),
15823         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15824         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15825         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15826         (apev2mux_suite), (main):
15827           Add unit test for apev2mux element.
15828
15829 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15830
15831         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15832         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15833         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15834           GST_PTR_FORMAT should be used to print caps in debug statements.
15835
15836 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15837
15838         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15839
15840         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15841         (ape_demux_parse_tags):
15842           Some clean-ups and additions: map APE 'file' tag to
15843           GST_TAG_LOCATION (#343123); add support for extracting
15844           the track count and clean up parsing a bit (#343127).
15845
15846 2006-05-28  Edward Hervey  <edward@fluendo.com>
15847
15848         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15849         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15850
15851 2006-05-28  Edward Hervey  <edward@fluendo.com>
15852
15853         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15854         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15855         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15856         * ext/jpeg/gstjpegdec.h:
15857         Clip outgoing buffers according to currently configured segment.
15858
15859 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15860
15861         * ext/taglib/gstid3v2mux.cc:
15862           Handle  writing of track-count or album-volume-count without
15863           track-number or albume-volume-number (in this case the number
15864           will just be set to 0).
15865
15866         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15867           It would be nice if we actually checked the values received for
15868           track/album-volume number/count in  _check_tags(), rather than
15869           setting them again ...
15870
15871 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15872
15873         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15874           A track/volume number or count of 0 does not make sense,
15875           just ignore it along with negative numbers (a tag might
15876           only contain a track count without a track number).
15877
15878 2006-05-27  Edward Hervey  <edward@fluendo.com>
15879
15880         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15881         (gst_jpeg_dec_sink_event):
15882         Abort decompression when receiving FLUSH_STOP. This should avoid
15883         issues when interrupting decoding with flushes.
15884
15885 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15886
15887         * ext/flac/gstflac.c:
15888           Don't #include file we don't dist any longer.
15889
15890 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15891
15892         * README:
15893           Replace current README (containing the release notes from
15894           some 0.9.x version) with a proper README taken from the core.
15895
15896 2006-05-24  Wim Taymans  <wim@fluendo.com>
15897
15898         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15899         Implement EOS correctly by either posting
15900         SEGMENT_DONE or pushing an EOS message depending
15901         on the seek type. Fixes #342592
15902
15903 2006-05-24  Wim Taymans  <wim@fluendo.com>
15904
15905         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15906         * gst/law/alaw-decode.h:
15907         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15908         * gst/law/alaw-encode.h:
15909         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15910         * gst/law/mulaw-decode.h:
15911         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15912         * gst/law/mulaw-encode.h:
15913         Some cleanups in the chain functions.
15914         Remove some GStreamer 0.0.2 bits.
15915
15916 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15917
15918         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15919
15920         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15921           gst_collect_pads_stop() needs to be called before chaining up
15922           to the parent class (#342734).
15923
15924 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15925
15926         * ext/flac/Makefile.am:
15927         * ext/flac/flac_compat.h:
15928         * ext/flac/gstflac.c:
15929         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15930         * ext/flac/gstflacenc.c:
15931           Remove backwards compatibility cruft for dealing with FLAC API
15932           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15933
15934 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15935
15936         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15937         (gst_matroska_demux_push_xiph_codec_priv_data),
15938         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15939         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15940         * gst/matroska/matroska-ids.h:
15941         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15942         (gst_matroska_mux_video_pad_setcaps),
15943         (xiph3_streamheader_to_codecdata),
15944         (vorbis_streamheader_to_codecdata),
15945         (theora_streamheader_to_codecdata),
15946         (gst_matroska_mux_audio_pad_setcaps),
15947         (gst_matroska_mux_write_data):
15948           Add support for muxing/demuxing theora video (#342448; too bad
15949           none of the usual linux players can actually play this). Playback
15950           in GStreamer will require additional changes to theoradec in -base.
15951           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15952           cleanups.
15953
15954 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15955
15956         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
15957         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
15958           Fix crashes when the horizontal subsampling is 1.
15959           Fixes #342097.
15960
15961 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
15962
15963         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15964
15965         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
15966         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
15967         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
15968         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
15969         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
15970         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
15971         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
15972         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
15973         (gst_avi_mux_change_state):
15974         * gst/avi/gstavimux.h:
15975           Some enhancements for avimux (#342526):
15976            - add odml (large file) index support
15977            - store codec init data (e.g. huffyuv)
15978            - miscellaneous other fixes/cleanups
15979
15980 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
15981
15982         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15983         Don't output any tag when we encounter a negative track number - the
15984         tag type is uint, so we end up outputting huge positive numbers
15985         instead. (Fixes: #342029)
15986
15987 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15988
15989         * configure.ac:
15990           update for new GSTPB_PLUGINS_DIR
15991
15992 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
15993
15994         * rtp/gst/gstrtph263pay.c:
15995         Properly set static caps for H263 at 34.
15996
15997 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
15998
15999         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16000
16001         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16002           Merge event tags and tag setter tags correctly (#339918). Also,
16003           don't leak taglist in case of an error.
16004           
16005 2006-05-17  Edward Hervey  <edward@fluendo.com>
16006
16007         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16008         We can only do caps intersection if the othercaps are non-empty and not
16009         ANY. Else we return the pad template (base_caps).
16010
16011 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16012
16013         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16014           Fix crash when outputting debugging information for certain
16015           pictures (always good to use the right struct member for
16016           the number of records in an array).
16017
16018 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16019
16020         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16021
16022         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16023         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16024         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16025         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16026         (gst_ebml_read_float), (gst_ebml_read_ascii),
16027         (gst_ebml_read_binary):
16028           Don't create unnecessary sub-buffers all the time. Dramatically
16029           improves performance with multiple concurrently running
16030           matroskademux instances (#341818) (and avoids doing
16031           unnecessarily inefficient things in the general case).
16032
16033 2006-05-16  Edward Hervey  <edward@fluendo.com>
16034
16035         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16036         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16037         return value of gst_pad_push_event().
16038
16039 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16040
16041         * gst/autodetect/gstautoaudiosink.c:
16042         (gst_auto_audio_sink_find_best):
16043         * gst/autodetect/gstautovideosink.c:
16044         (gst_auto_video_sink_find_best):
16045         Make the name of the child element be based on the name of the
16046         parent, so that debug output is more useful.
16047         
16048         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16049         (parse_insert_string_field), (parse_split_strings):
16050         Rework string parsing to always walk over BOM markers in UTF16
16051         strings, using the endianness indicated by the innermost one,
16052         then trying the opposite endianness if that fails to convert
16053         to valid UTF-8. Fixes #341774
16054
16055 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16056
16057         Patch from: Matthieu <matthieu at fluendo dot com>
16058
16059         * ext/libpng/Makefile.am:
16060         Add LIBPNG_CFLAGS.
16061
16062 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16063
16064         * ext/taglib/gstid3v2mux.cc:
16065           Add support for writing images (APIC frames) into ID3v2
16066           tags (picture type always set to 'other' for now though).
16067
16068 2006-05-14  Michael Smith  <msmith@fluendo.com>
16069
16070         * gst/wavparse/gstwavparse.c:
16071           Update docs; wavparse implements push and pull modes.
16072
16073 2006-05-12  Wim Taymans  <wim@fluendo.com>
16074
16075         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16076         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16077         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16078         Ooops, bitten by the copy-and-paste design paradigm, fixes
16079         seek again.
16080
16081 2006-05-12  Wim Taymans  <wim@fluendo.com>
16082
16083         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16084         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16085         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16086         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16087         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16088         (gst_avi_demux_massage_index),
16089         (gst_avi_demux_calculate_durations_from_index),
16090         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16091         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16092         (gst_avi_demux_loop):
16093         * gst/avi/gstavidemux.h:
16094         Some cleanups, prepare to use GstSegment.
16095         Fix error in entry walking code.
16096         Fix VBR detection.
16097         Smarter timestamp calculation code.
16098         Uniform error/eos handling.
16099
16100 2006-05-12  Michael Smith  <msmith@fluendo.com>
16101
16102         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16103         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16104           Fix use of uninitialised values if we're NOT seeking in ready.
16105           Fix typos.
16106
16107 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16108
16109         * gst/wavparse/Makefile.am:
16110           Add CFLAGS and LIBS for libgstbase, fixes build on
16111           Cygwin (#341489).
16112
16113 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16114
16115         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16116           Some more debug info. No need to check whether the string
16117           returned by g_convert() is really UTF-8 - either it is or
16118           we get NULL returned.
16119
16120 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16121
16122         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16123           Fix parsing of numeric genre strings some more, by ensuring that
16124           we only try and parse strings that a) Start with '(' and b) Consist
16125           only of digits.
16126           Also, when finding an escaping '((' sequence, bust it back to '(' by
16127           swallowing the first parenthesis
16128
16129 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16130
16131         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16132         (gst_esdsink_open), (gst_esdsink_close):
16133         * ext/esd/esdsink.h:
16134           Move the esd_get_server_info() into gst_esdsink_open() and fail
16135           with a decent error message on errors.
16136
16137 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16138
16139         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16140         (gst_esdmon_channels_get_type):
16141         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16142         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16143         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16144         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16145         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16146         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16147         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16148         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16149         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16150         * gst/videomixer/videomixer.c:
16151         (gst_video_mixer_background_get_type):
16152           Const-ify GEnumValue arrays.
16153
16154 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16155
16156         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16157
16158         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16159         (gst_avi_mux_do_video_buffer):
16160           Work around gst_buffer_make_metadata_writable() bug that
16161           results in avimux marking all frames in the index as
16162           keyframes (#340859).
16163           
16164 2006-05-08  Wim Taymans  <wim@fluendo.com>
16165
16166         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16167         Make parsing of urls suck slightly less.
16168
16169 2006-05-08  Edward Hervey  <edward@fluendo.com>
16170
16171         * autogen.sh: (CONFIGURE_DEF_OPT): 
16172         libtoolize on Darwin/MacOSX is called glibtoolize.
16173
16174 2006-05-08  Wim Taymans  <wim@fluendo.com>
16175
16176         Patch by: Jens Granseuer <jensgr at gmx dot net>
16177
16178         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16179         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16180         C89 compliance fixes. Fixes #340980
16181
16182 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16183
16184         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16185         * ext/flac/gstflacdec.h:
16186           Handle segment seeks that include the end of the file as stop point
16187           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16188           message instead of an EOS event in case we're in segment seek
16189           mode (fixes #340699).
16190           
16191 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16192
16193         * ext/cairo/gsttextoverlay.c:
16194         * ext/flac/gstflacdec.c:
16195         * ext/gdk_pixbuf/pixbufscale.c:
16196         * gst/apetag/gstapedemux.c:
16197         * gst/debug/breakmydata.c:
16198         * gst/debug/testplugin.c:
16199         * gst/matroska/ebml-write.c:
16200         * gst/multipart/multipartdemux.c:
16201         * sys/osxaudio/gstosxaudiosink.c:
16202         * sys/osxaudio/gstosxaudiosrc.c:
16203         Add semicolons after GST_BOILERPLATE[_FULL] so that
16204         indent doesn't mess up following lines.
16205
16206 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16207
16208         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16209
16210         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16211           Don't leak caps when freeing the stream context (#340623).
16212
16213 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16214
16215         * configure.ac:
16216           Back to CVS
16217
16218 === release 0.10.3 ===
16219
16220 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16221
16222         * configure.ac:
16223           releasing 0.10.3, "Desplazado"
16224
16225 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         * gst/matroska/matroska-mux.c:
16228         (gst_matroska_mux_stream_is_vorbis_header),
16229         (gst_matroska_mux_write_data):
16230           Don't strcmp() NULL strings.
16231           Only start new clusters on video keyframes, not on any
16232           random audio buffer that doesn't have the DELTA_UNIT
16233           flag set (fixes 'make check' again).
16234
16235 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16236
16237         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16238
16239         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16240         (gst_matroska_mux_stream_is_vorbis_header),
16241         (gst_matroska_mux_write_data):
16242           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16243           value and then dead-lock when muxing vorbis audio streams
16244           (the three vorbis header buffers carry no timestamp, and it
16245           would try to mux these after all video buffers). Fixes #340346.
16246
16247           Improve clustering: start a new cluster also whenever we get
16248           a keyframe.     
16249
16250 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16251
16252         * win32/common/config.h:
16253         * win32/MANIFEST
16254           add the generated file as well
16255
16256 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16257
16258         * Makefile.am:
16259         * configure.ac:
16260         * win32/common/config.h.in:
16261           add win32 stuff
16262
16263 2006-05-03  Michael Smith  <msmith@fluendo.com>
16264
16265         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16266           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16267           SUCKS.
16268
16269 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16270
16271         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16272         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16273         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16274           don't leak caps-string
16275
16276 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16277
16278         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16279         (gst_id3demux_sink_activate):
16280           Let core insert default error message for TYPE_NOT_FOUND
16281           errors, it's just as good as our own and has the added
16282           bonus of being translated.
16283
16284 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16285
16286         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16287         (gst_tag_demux_sink_event):
16288         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16289         (gst_id3demux_sink_event):
16290           Post an error message when we get an EOS event and were not
16291           able to find out the type of stream.
16292
16293         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16294         (test_taglib_id3mux_with_tags):
16295           Decrease num-buffers to 16 per iteration again, otherwise the
16296           many memcpy()s and reallocations in the test will hammer slow
16297           CPUs completely and make the test timeout.
16298
16299 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16300
16301         * configure.ac:
16302           figure out where plugins-base plugins are
16303         * tests/check/Makefile.am:
16304           use plugins-base plugins, so we have typefind functions
16305         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16306           increase num-buffers, this makes sure the test errors out instead
16307           of timing out when no typefind functions are present
16308
16309 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16310
16311         * docs/plugins/Makefile.am:
16312           also check .cc files for gtk-doc markup
16313         * configure.ac:
16314         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16315         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16316         * tests/check/Makefile.am:
16317         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16318         * ext/Makefile.am:
16319         * ext/taglib/Makefile.am:
16320         * ext/taglib/gstid3v2mux.h:
16321         * ext/taglib/gsttaglibmux.c:
16322         * ext/taglib/gsttaglibmux.h:
16323           move taglib-based id3v2muxer to -good.  Fixes #336110.
16324
16325 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16326
16327         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16328           ... and fix multichannel/WAVFORMATEX support again.
16329
16330 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16331
16332         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16333         (gst_wavparse_class_init), (gst_wavparse_dispose),
16334         (gst_wavparse_reset), (gst_wavparse_init),
16335         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16336         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16337         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16338         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16339         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16340         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16341         (gst_wavparse_stream_data), (gst_wavparse_loop),
16342         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16343         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16344         (gst_wavparse_change_state), (plugin_init):
16345         * gst/wavparse/gstwavparse.h:
16346           Add push (streaming) mode to wavparse (fixes #337625)
16347
16348 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16349
16350         * configure.ac:
16351         * tests/Makefile.am:
16352           add ximagesrc icles test
16353
16354 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16355
16356         * configure.ac:
16357         * docs/plugins/Makefile.am:
16358         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16359         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16360         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16361         (gst_cmml_enc_push_clip):
16362         * sys/Makefile.am:
16363         * sys/ximage/Makefile.am:
16364         * sys/ximage/gstximagesrc.c:
16365           Move ximagesrc plug-in to good after review.  Fixes #336756.
16366
16367 2006-04-28  Michael Smith  <msmith@fluendo.com>
16368
16369         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16370         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16371         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16372         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16373         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16374         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16375         * gst/icydemux/gsticydemux.h:
16376           Fix event handling: cache events when typefinding and forward later.
16377
16378 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16379
16380         * sys/osxaudio/gstosxaudiosink.c:
16381         (plugin_init):
16382          Register osxaudiosrc to the plugin.
16383         * sys/osxaudio/gstosxaudiosrc.c:
16384         (gst_osx_audio_src_osxelement_do_init),
16385         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16386         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16387         (gst_osx_audio_src_get_property),
16388         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16389         (gst_osx_audio_src_osxelement_init):
16390         * sys/osxaudio/gstosxaudiosrc.h:
16391           Port of osxaudiosrc to 0.10.
16392         * sys/osxaudio/Makefile.am:
16393           Add osxaudiosrc
16394
16395 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16396
16397         * sys/osxaudio/gstosxringbuffer.c:
16398         * sys/osxaudio/gstosxringbuffer.h:
16399           Forgot to commit earlier, part of the OSX audio plugin port
16400
16401 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16402
16403         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16404         (parse_split_strings):
16405           Recognise and skip any byte order marker (BOM) in
16406           UTF-16 strings.
16407
16408 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16409
16410         * docs/plugins/Makefile.am:
16411         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16412         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16413         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16414         * docs/plugins/inspect/plugin-avi.xml:
16415         * gst/avi/gstavidemux.c:
16416         * gst/avi/gstavimux.c:
16417           Add docs for both avidemux and avimux.
16418
16419 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16420
16421         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16422
16423         * gst/avi/Makefile.am:
16424         * gst/avi/gstavi.c: (plugin_init):
16425         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16426         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16427         (gst_avi_mux_class_init), (gst_avi_mux_init),
16428         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16429         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16430         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16431         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16432         (gst_avi_mux_riff_get_avix_header),
16433         (gst_avi_mux_riff_get_video_header),
16434         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16435         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16436         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16437         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16438         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16439         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16440         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16441         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16442         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16443         (gst_avi_mux_change_state):
16444         * gst/avi/gstavimux.h:
16445           Port AVI muxer to GStreamer-0.10 (#332031).
16446
16447         * tests/check/Makefile.am:
16448         * tests/check/elements/avimux.c:
16449         * tests/check/elements/.cvsignore:
16450           Add unit test for AVI muxer.
16451
16452 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16453
16454         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16455         (gst_wavparse_class_init), (gst_wavparse_reset),
16456         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16457         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16458         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16459         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16460         (gst_wavparse_stream_data), (gst_wavparse_loop),
16461         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16462         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16463         (plugin_init):
16464         * gst/wavparse/gstwavparse.h:
16465           reverted patch #337625 for the price of 1 hour sleep
16466
16467 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16468
16469         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16470         (gst_wavparse_class_init), (gst_wavparse_reset),
16471         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16472         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16473         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16474         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16475         (gst_wavparse_stream_data), (gst_wavparse_loop),
16476         (gst_wavparse_chain), (plugin_init):
16477         * gst/wavparse/gstwavparse.h:
16478           correct partial implementation of push mode
16479           (from my last commit)
16480
16481 2006-04-26  Wim Taymans  <wim@fluendo.com>
16482
16483         * ext/esd/esdsink.c:
16484         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16485         it is not in esd.h
16486
16487 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16490         (gst_au_parse_class_init), (gst_au_parse_init),
16491         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16492         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16493         (gst_au_parse_chain), (gst_au_parse_src_convert),
16494         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16495         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16496         (gst_au_parse_change_state):
16497         * gst/auparse/gstauparse.h:
16498           Rewrite auparse to suck a little bit less: make source pad
16499           dynamic, so decodebin/playbin work with non-raw formats
16500           like alaw/mulaw; add query function for duration/position
16501           queries; check whether we have enough data before attempting
16502           to parse the header (instead of crashing when that is not the
16503           case); work around audioconvert sucking by swapping endianness
16504           to the native endianness ourselves for float formats; send
16505           initial newsegment event. Fixes #161712.
16506
16507 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16508
16509         * sys/osxaudio/Makefile.am:
16510         * sys/osxaudio/gstosxaudioelement.c:
16511         (gst_osx_audio_element_get_type),
16512         (gst_osx_audio_element_class_init):
16513         * sys/osxaudio/gstosxaudioelement.h:
16514         * sys/osxaudio/gstosxaudiosink.c:
16515         (gst_osx_audio_sink_osxelement_do_init),
16516         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16517         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16518         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16519         (gst_osx_audio_sink_create_ringbuffer),
16520         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16521         (plugin_init):
16522         * sys/osxaudio/gstosxaudiosink.h:
16523         Port of osxaudiosink to 0.10
16524
16525 2006-04-26  Wim Taymans  <wim@fluendo.com>
16526
16527         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16528         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16529         the size of the ringbuffer. This should fix hangs with older 
16530         esd sound servers.
16531
16532 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16533
16534         * ext/aalib/gstaasink.c:
16535         * ext/annodex/gstcmmldec.c:
16536         * ext/annodex/gstcmmlenc.c:
16537         * ext/cairo/gsttextoverlay.c:
16538         * ext/cairo/gsttimeoverlay.c:
16539         * ext/cdio/gstcdiocddasrc.c:
16540         * ext/dv/gstdvdec.c:
16541         * ext/dv/gstdvdemux.c:
16542         * ext/esd/esdmon.c:
16543         * ext/esd/esdsink.c:
16544         * ext/flac/gstflacenc.c:
16545         * ext/flac/gstflactag.c:
16546         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16547         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16548         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16549         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16550         * ext/gdk_pixbuf/pixbufscale.c:
16551         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16552         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16553         * ext/jpeg/gstjpegdec.c:
16554         * ext/jpeg/gstjpegenc.c:
16555         * ext/jpeg/gstsmokedec.c:
16556         * ext/jpeg/gstsmokeenc.c:
16557         * ext/libcaca/gstcacasink.c:
16558         * ext/libmng/gstmngdec.c:
16559         * ext/libmng/gstmngenc.c:
16560         * ext/libpng/gstpngdec.c:
16561         * ext/libpng/gstpngenc.c:
16562         * ext/mikmod/gstmikmod.c:
16563         * ext/raw1394/gstdv1394src.c:
16564         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16565         * ext/shout2/gstshout2.h:
16566         * ext/speex/gstspeexdec.c:
16567         * ext/speex/gstspeexenc.c:
16568         * gst/alpha/gstalpha.c:
16569         * gst/alpha/gstalphacolor.c:
16570         * gst/apetag/gstapedemux.c:
16571         * gst/auparse/gstauparse.c:
16572         * gst/autodetect/gstautoaudiosink.c:
16573         (gst_auto_audio_sink_base_init):
16574         * gst/autodetect/gstautovideosink.c:
16575         (gst_auto_video_sink_base_init):
16576         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16577         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16578         * gst/cutter/gstcutter.c:
16579         * gst/debug/breakmydata.c:
16580         * gst/debug/efence.c:
16581         * gst/debug/gstnavigationtest.c:
16582         * gst/debug/gstnavseek.c:
16583         * gst/debug/negotiation.c:
16584         * gst/debug/progressreport.c:
16585         * gst/debug/testplugin.c:
16586         * gst/effectv/gstaging.c:
16587         * gst/effectv/gstdice.c:
16588         * gst/effectv/gstedge.c:
16589         * gst/effectv/gstquark.c:
16590         * gst/effectv/gstrev.c:
16591         * gst/effectv/gstshagadelic.c:
16592         * gst/effectv/gstvertigo.c:
16593         * gst/effectv/gstwarp.c:
16594         * gst/flx/gstflxdec.c:
16595         * gst/goom/gstgoom.c:
16596         * gst/icydemux/gsticydemux.c:
16597         * gst/id3demux/gstid3demux.c:
16598         * gst/interleave/deinterleave.c:
16599         * gst/interleave/interleave.c:
16600         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16601         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16602         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16603         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16604         * gst/level/gstlevel.c:
16605         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16606         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16607         * gst/median/gstmedian.c:
16608         * gst/monoscope/gstmonoscope.c:
16609         * gst/multipart/multipartdemux.c:
16610         * gst/multipart/multipartmux.c:
16611         * gst/oldcore/gstaggregator.c:
16612         * gst/oldcore/gstfdsink.c:
16613         * gst/oldcore/gstmd5sink.c:
16614         * gst/oldcore/gstmultifilesrc.c:
16615         * gst/oldcore/gstpipefilter.c:
16616         * gst/oldcore/gstshaper.c:
16617         * gst/oldcore/gststatistics.c:
16618         * gst/rtp/gstasteriskh263.c:
16619         * gst/rtp/gstrtpL16depay.c:
16620         * gst/rtp/gstrtpL16pay.c:
16621         * gst/rtp/gstrtpamrdepay.c:
16622         * gst/rtp/gstrtpamrpay.c:
16623         * gst/rtp/gstrtpdepay.c:
16624         * gst/rtp/gstrtpgsmpay.c:
16625         * gst/rtp/gstrtph263pay.c:
16626         * gst/rtp/gstrtph263pdepay.c:
16627         * gst/rtp/gstrtph263ppay.c:
16628         * gst/rtp/gstrtpilbcdepay.c:
16629         * gst/rtp/gstrtpmp4gpay.c:
16630         * gst/rtp/gstrtpmp4vdepay.c:
16631         * gst/rtp/gstrtpmp4vpay.c:
16632         * gst/rtp/gstrtpmpadepay.c:
16633         * gst/rtp/gstrtpmpapay.c:
16634         * gst/rtp/gstrtppcmadepay.c:
16635         * gst/rtp/gstrtppcmapay.c:
16636         * gst/rtp/gstrtppcmudepay.c:
16637         * gst/rtp/gstrtppcmupay.c:
16638         * gst/rtp/gstrtpspeexdepay.c:
16639         * gst/rtp/gstrtpspeexpay.c:
16640         * gst/rtsp/gstrtpdec.c:
16641         * gst/rtsp/gstrtspsrc.c:
16642         * gst/smpte/gstsmpte.c:
16643         * gst/udp/gstdynudpsink.c:
16644         * gst/udp/gstmultiudpsink.c:
16645         * gst/udp/gstudpsink.c:
16646         * gst/udp/gstudpsrc.c:
16647         * gst/videobox/gstvideobox.c:
16648         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16649         * gst/videofilter/gstvideobalance.c:
16650         * gst/videofilter/gstvideoflip.c:
16651         * gst/videofilter/gstvideotemplate.c:
16652         (gst_videotemplate_base_init):
16653         * gst/videomixer/videomixer.c:
16654         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16655         (gst_wavparse_class_init), (gst_wavparse_dispose),
16656         (gst_wavparse_reset), (gst_wavparse_init),
16657         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16658         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16659         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16660         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16661         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16662         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16663         (gst_wavparse_change_state):
16664         * gst/wavparse/gstwavparse.h:
16665         * sys/oss/gstossmixerelement.c:
16666         * sys/oss/gstosssink.c:
16667         * sys/oss/gstosssrc.c:
16668         * sys/osxaudio/gstosxaudioelement.c:
16669         * sys/osxaudio/gstosxaudiosink.c:
16670         * sys/osxaudio/gstosxaudiosrc.c:
16671         * sys/sunaudio/gstsunaudiomixer.c:
16672         * sys/sunaudio/gstsunaudiosink.c:
16673           Define GstElementDetails as const and also static (when defined as
16674           global)
16675
16676 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16677
16678         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16679           Source pad has fixed caps. If we don't set this, bad
16680           things happen when the window is resized.
16681
16682 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16683
16684         * gst/matroska/Makefile.am:
16685         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16686         (gst_matroska_demux_handle_src_event):
16687         * gst/matroska/matroska-ids.c:
16688         (gst_matroska_track_init_video_context),
16689         (gst_matroska_track_init_audio_context),
16690         (gst_matroska_track_init_subtitle_context),
16691         (gst_matroska_track_init_complex_context):
16692         * gst/matroska/matroska-ids.h:
16693           Handle case where the TrackType ebml chunk does not come before the
16694           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16695           events.
16696
16697 2006-04-25  Wim Taymans  <wim@fluendo.com>
16698
16699         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16700         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16701         It's codec_data, not codec_info.
16702
16703 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16704
16705         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16706
16707         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16708           Handle codec_data for VfW compatibility codec IDs (#339451)
16709
16710         * gst/matroska/matroska-mux.c:
16711         (gst_matroska_mux_video_pad_setcaps):
16712           Same here, handle codec_data and add additional caps we can handle
16713           now to the pad template (huffyuv, dv and h263 video) (#339451)
16714
16715 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16716
16717         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16718
16719         * gst/matroska/matroska-mux.c:
16720         (gst_matroska_mux_create_buffer_header),
16721         (gst_matroska_mux_write_data):
16722           Fix timestamping of B-frames, use signed integers, do
16723           some rounding (#339678).
16724
16725 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16726
16727         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16728         just make it compile with --disable-gst-debug.
16729
16730 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16731
16732         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16733         Fix a bad conversion using gst_guint64_to_gdouble.
16734         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16735         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16736         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16737     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16738         mistake.
16739
16740 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16741
16742         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16743         Use gst_guint64_to_gdouble for conversions
16744         * win32/vs6/gst_plugins_good.dsw:
16745         * win32/vs6/libgsticydemux.dsp:
16746         Add a project file for icydemux
16747
16748 2006-04-21  Wim Taymans  <wim@fluendo.com>
16749
16750         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16751
16752         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16753         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16754         When splitting audio chunks, the block alignment is not taken in
16755         consideration, so the smaller chunks could be of size which is 
16756         not a multiple of the block alignment. Fixes #336904
16757
16758 2006-04-21  Wim Taymans  <wim@fluendo.com>
16759
16760         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16761         Use scale functions
16762
16763 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16764
16765         * ext/dv/gstdv.c: (plugin_init):
16766           Fix build.
16767
16768 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16769
16770         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16771         (gst_progress_report_class_init), (gst_progress_report_init),
16772         (gst_progress_report_do_query), (gst_progress_report_report),
16773         (gst_progress_report_set_property),
16774         (gst_progress_report_get_property):
16775           Add 'format' property to force querying to a particular format.
16776
16777 2006-04-21  Andy Wingo  <wingo@pobox.com>
16778
16779         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16780         best, on big endian systems. Drop its rank in that case. OTOH on
16781         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16782
16783 2006-04-21  Michael Smith  <msmith@fluendo.com>
16784
16785         * configure.ac:
16786         * gst/icydemux/Makefile.am:
16787         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16788         (gst_icydemux_base_init), (gst_icydemux_class_init),
16789         (gst_icydemux_reset), (gst_icydemux_init),
16790         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16791         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16792         (unicodify), (gst_icydemux_unicodify),
16793         (gst_icydemux_parse_and_send_tags),
16794         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16795         (gst_icydemux_chain), (gst_icydemux_change_state),
16796         (gst_icydemux_send_tag_event), (plugin_init):
16797         * gst/icydemux/gsticydemux.h:
16798         * tests/check/Makefile.am:
16799         * tests/check/elements/icydemux.c: (typefind_succeed),
16800         (plugin_init), (icydemux_found_pad), (create_icydemux),
16801         (cleanup_icydemux), (push_data), (GST_START_TEST),
16802         (icydemux_suite), (main):
16803           Add icydemux, and tests.
16804
16805 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16806
16807         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16808           Post SEGMENT_DONE message in TIME format.
16809
16810 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16811
16812         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16813
16814         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16815         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16816           Fix index creation when we have to scan the file to create
16817           an index. There may be other types of RIFF 'LIST' chunks than
16818           'movi' and we need to skip them properly as well or we'll end up
16819           reading garbage (#336889). Some other cosmetic changes.
16820           
16821 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16822
16823         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16824         (gst_flac_dec_handle_seek_event):
16825           Add support for segment seeks (fixes #338290). Also demote
16826           some recurring debug message from DEBUG to LOG level.
16827
16828 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16829
16830         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16831         (gst_matroskademux_do_index_seek),
16832         (gst_matroska_demux_handle_seek_event),
16833         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16834         * gst/matroska/matroska-ids.h:
16835           Set DISCONT flag on first buffer after a discontinuity.
16836           Fix newsegment events sent when seeking and honour KEY_UNIT
16837           seek flag. Create pad with bogus caps if we don't recognise
16838           the stream codec id.
16839
16840         * gst/matroska/matroska-demux.h:
16841           Fix GObject macros.
16842
16843 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16844
16845         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16846
16847         * gst/matroska/matroska-demux.c:
16848         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16849           Handle end of segment properly when set; don't dead-lock when
16850           posting start of segment message when doing a segment seek.
16851           Fixes #338810.
16852
16853 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16854
16855         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16856         (gst_matroska_demux_plugin_init):
16857           Make mpeg2 aac audio work: create artificial private codec data
16858           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16859           Also call gst_riff_init(). Partially fixes #338767.
16860
16861 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16862
16863         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16864         (gst_wavenc_class_init), (gst_wavenc_init),
16865         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16866         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16867         (gst_wavenc_chain), (gst_wavenc_change_state):
16868         * gst/wavenc/gstwavenc.h:
16869           Set caps on first outgoing buffer, so that it doesn't error out
16870           immediately with a non-negotiated error (#338716). Rewrite and
16871           clean up a bit; fix setcaps function to parse things properly;
16872           fix sink caps (8bit audio is unsigned and doesn't have depth);
16873           use boilerplate macros; remove unused properties stuff.
16874
16875 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16876
16877         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16878           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16879           handle MJPEG streams and might be autoplugged for those if the
16880           user doesn't have jpegdec installed (resulting in a cryptic error
16881           message about huffman tables). Better to disable JPEG decoding here
16882           and let the user figure out that she needs to install jpegdec.
16883
16884 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16885
16886         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16887         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16888         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16889         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16890           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16891           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16892           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16893           debug messages. Fix boilerplate macros.
16894
16895 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16896
16897         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16898         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16899           No need to special-case for Gdk-2.0 any longer, we require
16900           Gdk 2.2 or newer; minor clean-ups.
16901
16902 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16903
16904         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16905         (gst_shout2send_class_init), (gst_shout2send_init),
16906         (set_shout_metadata), (gst_shout2send_set_metadata),
16907         (gst_shout2send_event), (gst_shout2send_start),
16908         (gst_shout2send_connect), (gst_shout2send_stop),
16909         (gst_shout2send_render), (gst_shout2send_set_property),
16910         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16911         (plugin_init):
16912         * ext/shout2/gstshout2.h:
16913         * po/POTFILES.in:
16914           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16915           change function; use GST_ELEMENT_ERROR for error reporting, not
16916           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16917           will cause crashes or assertion failures; remove (unused) "sync"
16918           property, basesink already has such a property; misc. other
16919           minor fixes and cleanups.
16920
16921 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16922
16923         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16924         * ext/esd/gstesd.c: (plugin_init):
16925         * po/POTFILES.in:
16926           Add translatable error message for when we cannot
16927           connect to the sound server, as "Cannot open resource
16928           for writing" isn't really an acceptable message to show
16929           to the user in this case.
16930
16931 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16932
16933         * sys/oss/gst-i18n-plugin.h:
16934           Remove bogus file that doesn't belong here.
16935
16936 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16937
16938         Patch by: Philippe Valembois
16939
16940         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16941         (gst_shout2send_set_metadata), (gst_shout2send_event),
16942         (gst_shout2send_render), (gst_shout2send_change_state):
16943         * ext/shout2/gstshout2.h:
16944           Handle tags being received before the connection to
16945           the server is established properly (see #338636).
16946
16947 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16948
16949         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16950           Don't crash in case the connection to the server fails:
16951           don't set pointer to NULL by assigning FALSE; error out
16952           properly by using GST_ELEMENT_ERROR and returning
16953           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
16954           before resetting the pointer.
16955
16956 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
16957
16958         * gst/id3demux/id3tags.c:
16959         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
16960         (Fixes #338713)
16961
16962 2006-04-12  Wim Taymans  <wim@fluendo.com>
16963
16964         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16965         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
16966         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16967         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
16968         (gst_gdk_pixbuf_chain):
16969         Some cleanups.
16970         Added RGBA as a possible output format.
16971         Correctly free the supported mimetypes.
16972         deprecate silent arg, it's not used.
16973         Return result from _alloc_buffer to peer.
16974
16975 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16976
16977         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
16978           Don't leak memory allocated by gst_buffer_new_and_alloc() by
16979           overwriting GST_BUFFER_MALLOCDATA.
16980
16981 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
16982
16983         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
16984         (user_endrow_callback), (user_end_callback),
16985         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
16986         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
16987         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
16988         * ext/libpng/gstpngdec.h:
16989           Handle more than one frame if the content is framed,
16990           like with png-in-quicktime (#331917).
16991
16992 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16993
16994         * sys/oss/Makefile.am:
16995         * sys/oss/common.h:
16996         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
16997         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
16998         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
16999         (gst_oss_src_unprepare):
17000           - the user-visible error strings were in the wrong category
17001           - and the messages were not marked for translation
17002           - which is actually a good thing, because they were exactly
17003             the kind of message you would never want anyone to see
17004           - the macros were using variables that didn't exist in the macro
17005             arguments
17006           - and they were obviously copied from each other and then modified
17007           - so a common header makes sense
17008
17009 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17010
17011         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17012           Don't try to modify read-only data.
17013
17014         * gst/matroska/matroska-demux.c:
17015         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17016           Fix comment (won't crash any longer now).
17017
17018 2006-04-10  Michael Smith  <msmith@fluendo.com>
17019
17020         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17021           Use copies of header buffers for caps to avoid circular refcounting
17022           problems (as in theoradec, vorbisdec).
17023
17024         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17025           Fix a typo in test that meant it was testing the wrong thing.
17026
17027         * tests/check/elements/cmmlenc.c: (check_headers):
17028           Fix refcount checks now that we use buffer-copies for caps.
17029
17030 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17031
17032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17033         (gst_matroska_demux_handle_seek_event),
17034         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17035         (gst_matroska_demux_subtitle_caps),
17036         (gst_matroska_demux_plugin_init):
17037           Use static pad templates with ANY caps for audio and video
17038           source pads and get rid of a lot of unnecessary (and partially
17039           broken) code for the template caps. Clean up caps finding
17040           functions. Fixes playback of audio files/streams that do not
17041           contain the sample rate and/or number of channels in the audio
17042           context (happens a lot with vorbis/mp3 .mka files it seems).
17043           Fixes #337183.
17044           Also add myself to copyright holders.
17045
17046 2006-04-10  Michael Smith  <msmith@fluendo.com>
17047
17048         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17049           Use g_list_delete_link () instead of g_list_remove_link () so that
17050           we free the link as well as the contained data.
17051
17052 2006-04-10  Wim Taymans  <wim@fluendo.com>
17053
17054         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17055
17056         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17057         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17058         (gst_avi_demux_stream_header):
17059         Fix some crashers with empty chunks. (Fixes #337749)
17060
17061 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17062
17063         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17064           use G_GINT64_CONSTANT for INT64 constants
17065         * gst/videofilter/gstvideobalance.c:
17066           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17067         * win32/vs6/libgstavi.dsp:
17068          add missing libraries for the link and remove avimux.c from
17069          the project as it isn't ported to 0.10 yet
17070         
17071 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17072
17073         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17074           Even better would be if we actually did the right thing
17075           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17076
17077 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17078
17079         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17080           Can't just replace 1LL with 1L here just because MSVC doesn't
17081           support it, as it might lead to incorrect results when doing the
17082           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17083           force a 64-bit constant in a way that all compilers are happy with.
17084
17085 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17086
17087         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17088         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17089         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17090         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17091         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17092         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17093         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17094         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17095         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17096         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17097         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17098         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17099         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17100         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17101         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17102         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17103         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17104         * gst/debug/efence.c: (gst_efence_class_init):
17105         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17106         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17107         * gst/goom/gstgoom.c: (gst_goom_class_init):
17108         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17109         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17110         * gst/interleave/interleave.c: (interleave_class_init):
17111         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17112         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17113         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17114         * gst/median/gstmedian.c: (gst_median_class_init):
17115         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17116         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17117         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17118         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17119         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17120         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17121         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17122         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17123         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17124         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17125         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17126         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17127         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17128         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17129         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17130         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17131         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17132         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17133         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17134         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17135         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17136         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17137         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17138         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17139         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17140         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17141         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17142         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17143         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17144         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17145         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17146         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17147         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17148         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17149         * sys/osxaudio/gstosxaudioelement.c:
17150         (gst_osxaudioelement_class_init):
17151         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17152         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17153         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17154         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17155
17156 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17157
17158         * ext/mikmod/gstmikmod.h:
17159         * gst/level/gstlevel.h:
17160         Fix more broken GObject macros
17161
17162 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17163
17164         * ext/annodex/gstcmmldec.h:
17165         * ext/annodex/gstcmmlenc.h:
17166         * ext/annodex/gstcmmltag.h:
17167         * ext/cairo/gsttextoverlay.h:
17168         * ext/ladspa/gstsignalprocessor.h:
17169         * gst/matroska/ebml-read.h:
17170         * gst/matroska/ebml-write.h:
17171         * sys/osxaudio/gstosxaudioelement.h:
17172         Fix broken GObject macros
17173
17174 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17175
17176         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17177           Don't try to seek beyond the end of the file (would
17178           occasionally display error dialogs in totem when seeking
17179           to the end) (#335869). Will still throw an error though
17180           if the file is truncated and the total_samples value in
17181           the stream header is wrong.
17182
17183 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17186         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17187         (gst_flac_dec_metadata_callback):
17188         * ext/flac/gstflacdec.h:
17189           If the stream header doesn't contain the total number of samples,
17190           search for the last flac frame at the end of the file and calculate
17191           the total duration from that frame's offset (fixes #337609).
17192
17193 2006-04-07  Edward Hervey  <edward@fluendo.com>
17194
17195         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17196         Don't unref the GstPadTemplate returned by
17197         gst_element_class_get_pad_template().
17198
17199 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17200
17201         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17202
17203         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17204         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17205         * sys/sunaudio/gstsunaudiosink.h:
17206           Use spec->segsize and spec->segtotal in the prepare function
17207           to initialise the ring buffer instead of using the buffer-time
17208           property (#337421).
17209
17210 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17211
17212         * configure.ac:
17213           Bump core requirements to CVS for gst_pad_query_peer_duration()
17214           which is used by speexdec.
17215
17216 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17217
17218         * ext/speex/gstspeex.c: (plugin_init):
17219         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17220         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17221         (speex_get_sink_query_types), (speex_dec_sink_query),
17222         (speex_get_src_query_types), (speex_dec_src_query),
17223         (speex_dec_src_event), (speex_dec_sink_event),
17224         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17225         (speex_dec_chain_parse_data), (speex_dec_chain),
17226         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17227         (speex_dec_change_state):
17228         * ext/speex/gstspeexdec.h:
17229           Fix seeking and duration queries (#337033); clean up and
17230           refactor a bit.
17231
17232 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17233
17234         * ext/raw1394/gstdv1394src.c:
17235           distinguish between device not found and could not open for
17236           reading
17237
17238 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17239
17240         * Makefile.am:
17241         * configure.ac:
17242         * pkgconfig/.cvsignore:
17243         * pkgconfig/Makefile.am:
17244         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17245           add a .pc file so other modules can use good plugins in tests
17246
17247 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17248
17249         * configure.ac:
17250           clean up, use AS_VERSION and AS_NANO
17251         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17252           use PACKAGE_VERSION define
17253         * po/af.po:
17254         * po/az.po:
17255         * po/cs.po:
17256         * po/en_GB.po:
17257         * po/hu.po:
17258         * po/it.po:
17259         * po/nb.po:
17260         * po/nl.po:
17261         * po/or.po:
17262         * po/sq.po:
17263         * po/sr.po:
17264         * po/sv.po:
17265         * po/uk.po:
17266         * po/vi.po:
17267           updated
17268
17269 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17270
17271         * ext\jpeg\smokecodec.c:
17272           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17273         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17274           move first instruction after all variables declarations
17275         * gst\alpha\gstalpha.c:
17276         * gst\effectv\gstshagadelic.c:
17277         * gst\smpte\paint.c:
17278         * gst\videofilter\gstvideobalance.c:
17279           define M_PI if it's not defined (it's not defined on WIN32)
17280         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17281         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17282         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17283         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17284         (gst_matroska_demux_video_caps):
17285         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17286         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17287           use gst_guint64_to_gdouble for conversions
17288         * gst\goom\filters.c: (setPixelRGB_):
17289           fix a debug which was using undefined variable
17290         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17291         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17292           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17293         * win32/vs6:
17294           add vs6 projects files for most of plugins-good
17295         
17296 2006-03-30  j^  <j@bootlab.org>
17297
17298         * ext/aalib/gstaasink.c:
17299         * ext/annodex/gstcmmldec.c:
17300         * ext/annodex/gstcmmlenc.c:
17301         * ext/cairo/gsttextoverlay.c:
17302         * ext/cairo/gsttimeoverlay.c:
17303         * ext/cdio/gstcdiocddasrc.c:
17304         * ext/dv/gstdvdec.c:
17305         * ext/esd/esdmon.c:
17306         * ext/esd/esdsink.c:
17307         * ext/flac/gstflacdec.c:
17308         * ext/flac/gstflacenc.c:
17309         * ext/flac/gstflactag.c:
17310         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17311         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17312         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17313         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17314         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17315         * ext/gdk_pixbuf/pixbufscale.c:
17316         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17317         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17318         * ext/jpeg/gstjpegdec.c:
17319         * ext/jpeg/gstjpegenc.c:
17320         * ext/jpeg/gstsmokedec.c:
17321         * ext/jpeg/gstsmokeenc.c:
17322         * ext/libcaca/gstcacasink.c:
17323         * ext/libmng/gstmngdec.c:
17324         * ext/libmng/gstmngenc.c:
17325         * ext/libpng/gstpngdec.c:
17326         * ext/libpng/gstpngenc.c:
17327         * ext/mikmod/gstmikmod.c:
17328         * ext/raw1394/gstdv1394src.c:
17329         * ext/shout2/gstshout2.c:
17330         * ext/speex/gstspeexdec.c:
17331         * ext/speex/gstspeexenc.c:
17332         * gst/alpha/gstalpha.c:
17333         * gst/alpha/gstalphacolor.c:
17334         * gst/auparse/gstauparse.c:
17335         * gst/autodetect/gstautoaudiosink.c:
17336         (gst_auto_audio_sink_base_init):
17337         * gst/autodetect/gstautovideosink.c:
17338         (gst_auto_video_sink_base_init):
17339         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17340         * gst/cutter/gstcutter.c:
17341         * gst/debug/breakmydata.c:
17342         * gst/debug/efence.c:
17343         * gst/debug/gstnavigationtest.c:
17344         * gst/debug/negotiation.c:
17345         * gst/debug/progressreport.c:
17346         * gst/debug/testplugin.c:
17347         * gst/effectv/gstaging.c:
17348         * gst/effectv/gstdice.c:
17349         * gst/effectv/gstedge.c:
17350         * gst/effectv/gstquark.c:
17351         * gst/effectv/gstrev.c:
17352         * gst/effectv/gstvertigo.c:
17353         * gst/effectv/gstwarp.c:
17354         * gst/flx/gstflxdec.c:
17355         * gst/goom/gstgoom.c:
17356         * gst/interleave/deinterleave.c:
17357         * gst/interleave/interleave.c:
17358         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17359         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17360         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17361         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17362         * gst/level/gstlevel.c:
17363         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17364         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17365         * gst/median/gstmedian.c:
17366         * gst/monoscope/gstmonoscope.c:
17367         * gst/multipart/multipartdemux.c:
17368         * gst/multipart/multipartmux.c:
17369         * gst/oldcore/gstmd5sink.c:
17370         * gst/oldcore/gstmultifilesrc.c:
17371         * gst/oldcore/gstpipefilter.c:
17372         * gst/oldcore/gstshaper.c:
17373         * gst/oldcore/gststatistics.c:
17374         * gst/rtp/gstasteriskh263.c:
17375         * gst/rtp/gstrtpL16depay.c:
17376         * gst/rtp/gstrtpL16pay.c:
17377         * gst/rtp/gstrtpamrdepay.c:
17378         * gst/rtp/gstrtpamrpay.c:
17379         * gst/rtp/gstrtpdepay.c:
17380         * gst/rtp/gstrtpgsmpay.c:
17381         * gst/rtp/gstrtph263pay.c:
17382         * gst/rtp/gstrtph263pdepay.c:
17383         * gst/rtp/gstrtph263ppay.c:
17384         * gst/rtp/gstrtpmp4gpay.c:
17385         * gst/rtp/gstrtpmp4vdepay.c:
17386         * gst/rtp/gstrtpmp4vpay.c:
17387         * gst/rtp/gstrtpmpadepay.c:
17388         * gst/rtp/gstrtpmpapay.c:
17389         * gst/rtp/gstrtppcmadepay.c:
17390         * gst/rtp/gstrtppcmapay.c:
17391         * gst/rtp/gstrtppcmudepay.c:
17392         * gst/rtp/gstrtppcmupay.c:
17393         * gst/rtp/gstrtpspeexdepay.c:
17394         * gst/rtp/gstrtpspeexpay.c:
17395         * gst/rtsp/gstrtpdec.c:
17396         * gst/smpte/gstsmpte.c:
17397         * gst/videobox/gstvideobox.c:
17398         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17399         * gst/videofilter/gstvideobalance.c:
17400         * gst/videofilter/gstvideoflip.c:
17401         * gst/videofilter/gstvideotemplate.c:
17402         (gst_videotemplate_base_init):
17403         * gst/videomixer/videomixer.c:
17404         * gst/wavenc/gstwavenc.c:
17405         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17406          better/unified long descriptions
17407          Fixed #336602
17408          Some cleanups to auparse, don't send multiple newsegments.
17409
17410 2006-03-29  Wim Taymans  <wim@fluendo.com>
17411
17412         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17413
17414         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17415         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17416         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17417         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17418         * ext/dv/gstdvdemux.h:
17419         Seek in READY patch. Only works for pull based mode.
17420         Fixes #323880
17421
17422 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17423
17424         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17425         (gst_gdk_pixbuf_event):
17426           Fix two crashers: don't unref the same caps twice, and
17427           set pixbuf loader to NULL after freeing it.
17428
17429 2006-03-27  Wim Taymans  <wim@fluendo.com>
17430
17431         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17432         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17433         (gst_speexenc_chain):
17434         * ext/speex/gstspeexenc.h:
17435         Don't leak adapter.
17436         A push *always* takes ownership of the buffer, even on
17437         errors.
17438         Small cleanups.
17439
17440 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17441
17442         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17443           Create source pad without leaking.
17444
17445 2006-03-24  Wim Taymans  <wim@fluendo.com>
17446
17447         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17448         * ext/flac/gstflacdec.h:
17449         * ext/flac/gstflacenc.h:
17450         Spifify a bit.
17451         Fix deadly lock order error in seeking code, STREAM_LOCK
17452         cannot be taken within LOCK and the streaming variables are
17453         protected with the STREAM_LOCK anyway.
17454
17455 2006-03-24  Wim Taymans  <wim@fluendo.com>
17456
17457         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17458         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17459         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17460         this patch combines the global init_frames with the stream
17461         init_frames. Rationale being that the global delay should 
17462         be subtracted from any stream delay.
17463         Fixes #335858.
17464
17465 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17466
17467         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17468         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17469         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17470         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17471         use DEBUG_FUNCPTR for collectpads
17472
17473 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17474
17475         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17476           Don't crash when encoding images where the number of rows isn't
17477           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17478
17479 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17480
17481         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17482         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17483         * gst/interleave/interleave.c: (interleave_change_state):
17484         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17485           More state change function fixes.
17486
17487 2006-03-23  Wim Taymans  <wim@fluendo.com>
17488
17489         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17490         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17491         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17492         (gst_esdsink_delay), (gst_esdsink_reset):
17493         * ext/esd/esdsink.h:
17494         Fix esd choppy playback by configuring audiosink
17495         correctly. Fixes #325191
17496
17497 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17498
17499         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17500           Make state change function thread-safe.
17501
17502 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17503
17504         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17505         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17506           Don't try to read beyond the end of the file just because
17507           the header claims a bigger size (like with truncated files).
17508
17509 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17510
17511         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17512         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17513         (gst_wavparse_stream_data), (gst_wavparse_loop):
17514         * gst/wavparse/gstwavparse.h:
17515           Delay source pad creation until we have the first chunk of
17516           media data, so the we can examine the data and adjust the
17517           caps accordingly if required. This makes playback of .wav
17518           files with DTS-declared-as-PCM content work (#313266).
17519
17520 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17521
17522         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17523         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17524         Don't attempt typefinding on too-short buffers that have been
17525         completely trimmed away. (Fixes #330239)
17526
17527         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17528         Improve the debug output
17529
17530 2006-03-21  Wim Taymans  <wim@fluendo.com>
17531
17532         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17533         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17534         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17535         (gst_esdsink_set_property), (gst_esdsink_get_property):
17536         Some cleanups.
17537         Reset fd to -1 when we close them.
17538
17539 2006-03-21  Wim Taymans  <wim@fluendo.com>
17540
17541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17542         the OPTIONS request result is optional so don't
17543         fail on it.
17544
17545 2006-03-21  Edward Hervey  <edward@fluendo.com>
17546
17547         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17548         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17549         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17550         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17551         (gst_wavparse_change_state):
17552         gcc 4.1 unreferenced pointer fixes.
17553
17554 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17555
17556         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17557
17558         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17559           Fix block alignment calculation. Alignment should be done before
17560           adding the byte offset where the data starts (#335231).
17561
17562 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17563
17564         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17565           Ensure that we set correct caps on buffers that are transferred
17566           direct from the input.
17567
17568 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17569
17570         * gst/goom/filters.c: (zoomFilterDestroy):
17571         * gst/goom/goom_core.c: (goom_close):
17572           Free filter data when cleaning up. (Fixes: #334995)
17573
17574 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17575
17576         * configure.ac:
17577           Don't compile udp and rtsp plugins on win32 (mingw) or other
17578           systems that don't have <sys/socket.h> for some reason (#316203).
17579
17580 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17581
17582         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17583         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17584         * ext/raw1394/gstdv1394src.h:
17585           Change bus reset handler so it reports useful information such as
17586           whether the device being used connected or disconnected
17587
17588 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17589
17590         * gst/id3demux/id3v2frames.c:
17591         (parse_relative_volume_adjustment_two):
17592           We only care about gain and peak data for the master volume.
17593
17594 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17595
17596         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17597         (parse_id_string), (parse_unique_file_identifier),
17598         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17599           Read replay gain tags (#323721).
17600
17601 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17602
17603         * configure.ac:
17604           Bump requirements to gst-plugins-base CVS because
17605           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17606
17607 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17608
17609         * rtp/gst/gstrtppcmadepay.c:
17610         Fixed one of the caps in the code from mulaw to alaw.
17611
17612 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17613
17614         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17615           Ensure that we set caps on the buffers we pass.
17616
17617         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17618         (gst_id3demux_sink_activate):
17619           Ensure that we set caps on the buffers we pass.
17620
17621           Use STREAM, TYPE_NOT_FOUND as the error class when
17622           typefinding fails.
17623
17624 2006-03-15  Edward Hervey  <edward@fluendo.com>
17625
17626         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17627         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17628         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17629         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17630         (gst_jpeg_dec_setcaps):
17631         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17632         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17633         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17634         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17635         (gst_mngdec_src_getcaps):
17636         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17637         (gst_pngdec_caps_create_and_set):
17638         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17639         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17640         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17641         * gst/alpha/gstalpha.c: (gst_alpha_init):
17642         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17643         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17644         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17645         * gst/cutter/gstcutter.c: (gst_cutter_init):
17646         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17647         (gst_efence_checkgetrange):
17648         * gst/debug/negotiation.c: (gst_negotiation_init):
17649         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17650         * gst/goom/gstgoom.c: (gst_goom_init):
17651         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17652         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17653         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17654         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17655         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17656         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17657         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17658         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17659         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17660         (gst_wavparse_create_sourcepad):
17661         Fix memleak with gst_static_pad_template_get().
17662         This uses gst_pad_new_from_static_template() instead.
17663         Fixes #333512
17664
17665 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17666
17667         * configure.ac:
17668           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17669           used by id3demux.
17670
17671         * gst/id3demux/gstid3demux.c: (plugin_init):
17672         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17673         (parse_user_text_identification_frame),
17674         (parse_unique_file_identifier):
17675           Add support for UFID and TXXX frames and extract musicbrainz tags.
17676
17677 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17678
17679         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17680           Catch short reads, like they might happen with truncated
17681           files (see #305279); remove unnecessary indentation.
17682
17683 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17684
17685         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17686           Fix DIB image inversion for pictures with a
17687           depth != 8 (#305279).
17688
17689 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17690
17691         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17692         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17693         * ext/jpeg/gstjpegdec.h:
17694           Fix durations on outgoing buffers after seeking
17695           in MJPEG files (#334083); some minor clean-ups.
17696
17697 2006-03-13  Wim Taymans  <wim@fluendo.com>
17698
17699         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17700         (gst_wavparse_change_state):
17701         Implement seek in READY (re-fixes #327658)
17702
17703 2006-03-13  Wim Taymans  <wim@fluendo.com>
17704
17705         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17706         * ext/esd/esdmon.c: (gst_esdmon_get):
17707         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17708         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17709         (gst_gdk_pixbuf_sink_getcaps):
17710         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17711         (gst_jpegenc_setcaps):
17712         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17713         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17714         (gst_smokeenc_setcaps):
17715         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17716         (gst_mngdec_src_getcaps):
17717         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17718         (gst_mngenc_chain):
17719         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17720         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17721         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17722         (speex_dec_src_event), (speex_dec_chain):
17723         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17724         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17725         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17726         (gst_negotiation_pad_link), (gst_negotiation_chain):
17727         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17728         (gst_flxdec_chain):
17729         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17730         (deinterleave_chain):
17731         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17732         * gst/median/gstmedian.c: (gst_median_link):
17733         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17734         (gst_monoscope_chain):
17735         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17736         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17737         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17738         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17739         close #333784 unref the result of gst_pad_get_parent()
17740         by: Christophe Fergeau.
17741
17742 2006-03-09  Wim Taymans  <wim@fluendo.com>
17743
17744         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17745         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17746         Handle events in push mode better, can now do non-flushing
17747         seeks in push mode as well.
17748
17749 2006-03-07  Wim Taymans  <wim@fluendo.com>
17750
17751         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17752         Applied patch from Kai Vehmanen, fixes #333624.
17753
17754 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17755
17756         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17757         Implement paletted and grayscale png files handling.
17758         (#150363).
17759
17760 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17761
17762         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17763         (gst_speexenc_chain):
17764           fix a tag list assert
17765           follow gst-plugins-base/ext/ogg/README; set OFFSET
17766           and OFFSET_END.  Muxes correctly with gst-plugins-base
17767           > 0.9.3
17768
17769 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17770
17771         * gst/id3demux/Makefile.am:
17772         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17773         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17774           Use new typefind helper functions here as well, and
17775           do typefinding in pull-mode if upstream supports that.
17776
17777 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17778
17779         * sys/sunaudio/gstsunaudiomixerctrl.c:
17780         (gst_sunaudiomixer_ctrl_get_volume),
17781         (gst_sunaudiomixer_ctrl_set_volume):
17782         * sys/sunaudio/gstsunaudiomixertrack.c:
17783         (gst_sunaudiomixer_track_new):
17784           Remove unused variables, breaks build from CVS
17785           with -Werror (#333392, patch by: Benjamin Pineau)
17786
17787 2006-03-03  Wim Taymans  <wim@fluendo.com>
17788
17789         * docs/plugins/Makefile.am:
17790         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17791         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17792         Added wavparse docs.
17793
17794         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17795         (gst_wavparse_reset), (gst_wavparse_init),
17796         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17797         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17798         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17799         (gst_wavparse_stream_data), (gst_wavparse_loop),
17800         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17801         (gst_wavparse_change_state):
17802         * gst/wavparse/gstwavparse.h:
17803         Implement seek in READY (fixes #327658)
17804         Added docs and did some cleanups.
17805
17806 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17807
17808         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17809         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17810         (gst_avi_demux_calculate_durations_from_index),
17811         (gst_avi_demux_stream_header):
17812         * gst/avi/gstavidemux.h:
17813           If we have an index, use a duration based on the index instead
17814           of blindly trusting the information in the stream headers
17815           (fixes #331817).
17816
17817 2006-03-03  Wim Taymans  <wim@fluendo.com>
17818
17819         * docs/plugins/Makefile.am:
17820         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17821         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17822         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17823         Added smoke and jpeg to the docs.
17824
17825         * ext/jpeg/Makefile.am:
17826         * ext/jpeg/gstjpeg.c: (plugin_init):
17827         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17828         * ext/jpeg/gstjpegenc.h:
17829         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17830         (gst_smokedec_chain):
17831         * ext/jpeg/gstsmokedec.h:
17832         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17833         * ext/jpeg/gstsmokeenc.h:
17834         * ext/jpeg/smokecodec.h:
17835         Port smokedec (fixes #331905).
17836         Added some docs.
17837         Some cleanups.
17838
17839 2006-03-03  Wim Taymans  <wim@fluendo.com>
17840
17841         * docs/plugins/Makefile.am:
17842         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17843         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17844         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17845         Added videobalance and videoflip to the docs.
17846
17847         * gst/videofilter/Makefile.am:
17848         * gst/videofilter/gstvideobalance.c:
17849         (gst_video_balance_update_tables_planar411),
17850         (gst_video_balance_is_passthrough),
17851         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17852         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17853         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17854         (gst_video_balance_finalize), (gst_video_balance_class_init),
17855         (gst_video_balance_init), (gst_video_balance_interface_supported),
17856         (gst_video_balance_interface_init),
17857         (gst_video_balance_colorbalance_list_channels),
17858         (gst_video_balance_colorbalance_set_value),
17859         (gst_video_balance_colorbalance_get_value),
17860         (gst_video_balance_colorbalance_init),
17861         (gst_video_balance_set_property), (gst_video_balance_get_property),
17862         (gst_video_balance_get_type), (plugin_init):
17863         * gst/videofilter/gstvideobalance.h:
17864         Ported to 0.10. (Fixes #326160)
17865         Added docs.
17866
17867         * gst/videofilter/gstvideoflip.c:
17868         * gst/videofilter/gstvideoflip.h:
17869         Added docs.
17870
17871 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17872
17873         * configure.ac:
17874           Bump requirements to current core and -base CVS
17875           (core for new typefind helper API, and -base for the
17876           WAVFORMATEX support that was added to libgstriff and
17877           is needed by wavparse).
17878         
17879         * gst/apetag/Makefile.am:
17880         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17881         (gst_tag_demux_sink_activate):
17882           Use new typefind helpers for typefinding instead of our
17883           home-grown stuff; also, do typefinding in pull-mode if
17884           upstream supports that.
17885
17886 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17887
17888         Reviewed by: Christian Schaller <christian@fluendo.com>
17889
17890         This patch fixes bug: 329107
17891
17892         This Changelog entry is for a commit done on February 17
17893
17894         * ext/gconf/gconf.c
17895         * ext/gconf/gconf.h
17896         * ext/gconf/gstgconfaudiosink.c
17897         * ext/gconf/gstgconfaudiosink.h
17898         * gconf/gstreamer.schemas.in
17899
17900 2006-02-28  Wim Taymans  <wim@fluendo.com>
17901
17902         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17903         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17904         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17905         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17906         Use DEBUG_OBJECT more.
17907
17908 2006-02-28  Wim Taymans  <wim@fluendo.com>
17909
17910         * docs/plugins/Makefile.am:
17911         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17912         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17913         Added dvdec and dvdemux to docs.
17914
17915         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17916         Added docs.
17917         Check frame sizes so we don't crash when don't have enough
17918         data.
17919         Send nice error messages on error.
17920
17921         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17922         (gst_dvdemux_class_init), (gst_dvdemux_init),
17923         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17924         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17925         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17926         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17927         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17928         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17929         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17930         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17931         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17932         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17933         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17934         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17935         * ext/dv/gstdvdemux.h:
17936         Added docs.
17937         Implement pull mode.
17938         Fix memleaks.
17939         Reduce memcpy for the video demuxing.
17940
17941 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17942
17943         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17944         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17945         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17946         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17947           Add a little extra debug. Make the decoder not return NOT_LINKED,
17948           as we want to continue decoding all CMML and emitting tags.
17949
17950 2006-02-27  Michael Smith  <msmith@fluendo.com>
17951
17952         * ext/annodex/gstskeltag.c:
17953         * ext/annodex/gstskeltag.h:
17954           Deleted; these files aren't used any more either.
17955
17956 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17957
17958         * ext/Makefile.am: Fix dist-check.
17959
17960 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17961
17962         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
17963         memleak.
17964
17965 2006-02-25  Alessandro Decina <alessandro@nnva.org>
17966
17967         * ext/annodex/Makefile.am:
17968         * ext/annodex/gstannodex.c:
17969         * ext/annodex/gstcmmldec.c:
17970         * ext/annodex/gstcmmlenc.c:
17971         * ext/annodex/gstcmmlparser.c:
17972         * ext/annodex/gstcmmlparser.h:
17973         * ext/annodex/gstcmmlutils.c:
17974         * tests/check/elements/cmmldec.c:
17975         * tests/check/elements/cmmlenc.c:
17976           Fix a memleak in gst_cmml_track_list_add_clip.
17977           Handle overflows in clip's start and end times.
17978           Add the "encoded" parameter to cmmldec and cmmlenc caps.
17979           Do not parse junk at the end of a CMML preamble buffer.
17980           Register a libxml error handler to not print stuff on stderr.
17981           Check for bad clip start and end times in the testsuites.
17982
17983 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17984
17985         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
17986         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
17987         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
17988         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
17989         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
17990         possible memleaks.
17991
17992 2006-02-25  Julien MOUTTE  <julien@moutte.net>
17993
17994         * tests/check/Makefile.am:
17995         * tests/check/elements/cmmldec.c:
17996         * tests/check/elements/cmmlenc.c: Fix tests so that they use
17997         the plugins-base tags.
17998
17999 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18000
18001         * ext/Makefile.am: Re-enable module.
18002
18003 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18004
18005         * tests/check/Makefile.am: Forgot to remove that test.
18006
18007 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18008
18009         * ext/annodex/Makefile.am:
18010         * ext/annodex/gstannodex.c: (plugin_init):
18011         * ext/annodex/gstcmmldec.c:
18012         * ext/annodex/gstskeldec.c:
18013         * ext/annodex/gstskeldec.h:
18014         * tests/check/Makefile.am:
18015         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18016
18017 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18018
18019         * tests/check/Makefile.am: Disable those checks as well.
18020
18021 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18022
18023         * ext/Makefile.am: Disable annodex for now until we figure out
18024         how to make it build.
18025         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18026         Add a rule to your checklist : "please try to at least build 
18027         what you are going to commit into -good, or if you are too lazy
18028         to do that, please check that the buildbots are not crying because
18029         of your commit."
18030
18031 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18032
18033         * configure.ac:
18034         * ext/Makefile.am:
18035         * ext/gdk_pixbuf/Makefile.am:
18036         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18037         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18038         * ext/gdk_pixbuf/pixbufscale.c:
18039         * ext/gdk_pixbuf/pixbufscale.h:
18040           Gdkpixbuf ported from 0.8 to 0.10 by
18041           Renato Filho <renato.filho@indt.org.br>.
18042           gst_loader and gdkpixbufanimation still need port.
18043
18044 2006-02-24  Michael Smith  <msmith@fluendo.com>
18045
18046         * configure.ac:
18047         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18048         * ext/Makefile.am:
18049         * ext/annodex/Makefile.am:
18050         * ext/annodex/gstannodex.c:
18051         * ext/annodex/gstannodex.h:
18052         * ext/annodex/gstcmmldec.c:
18053         * ext/annodex/gstcmmldec.h:
18054         * ext/annodex/gstcmmlenc.c:
18055         * ext/annodex/gstcmmlenc.h:
18056         * ext/annodex/gstcmmlparser.c:
18057         * ext/annodex/gstcmmlparser.h:
18058         * ext/annodex/gstcmmltag.c:
18059         * ext/annodex/gstcmmltag.h:
18060         * ext/annodex/gstcmmlutils.c:
18061         * ext/annodex/gstcmmlutils.h:
18062         * ext/annodex/gstskeldec.c:
18063         * ext/annodex/gstskeldec.h:
18064         * ext/annodex/gstskeltag.c:
18065         * ext/annodex/gstskeltag.h:
18066         * tests/check/Makefile.am:
18067         * tests/check/elements/cmmldec.c:
18068         * tests/check/elements/cmmlenc.c:
18069         * tests/check/elements/skeldec.c:
18070           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18071           Includes tests & docs, oh my! Passes Thomas's -good checklist
18072           entirely. Wow.
18073
18074 2006-02-24  Michael Smith  <msmith@fluendo.com>
18075
18076         * autogen.sh:
18077           Check for automake 1.9 as well.
18078
18079 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18080
18081         * ext/flac/gstflacenc.c:
18082           Change min. sample rate to 8kHz to match flacdec's.
18083           
18084 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18085
18086         * ext/cdio/Makefile.am:
18087           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18088           required for Cygwin, see #317048)
18089
18090         * gst/rtp/gstasteriskh263.c:
18091           Cygwin has includes for both the unix network socket API
18092           and the windows API, but only one can be included, so fix
18093           includes to only use one or the other, prefering the unxi
18094           one (#317048).
18095
18096 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18097
18098         * rtp/gst/gstrtppcmadepay.c:
18099         * rtp/gst/gstrtppcmadepay.h:
18100         * rtp/gst/gstgstrtppcmapay.c:
18101         * rtp/gst/gstgstrtppcmapay.h:
18102         * rtp/gst/gstrtppcmudepay.c:
18103         * rtp/gst/gstrtppcmudepay.h:
18104         * rtp/gst/gstrtppcmupay.c:
18105         * rtp/gst/gstrtppcmupay.h:
18106         * rtp/gst/Makefile.am:
18107         * rtp/gst/gstrtp.c:
18108         * rtp/gst/README:
18109         Separated the G711 payloaders/depayloaders into separate elements for
18110         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18111
18112 2006-02-22  Wim Taymans  <wim@fluendo.com>
18113
18114         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18115         (gst_dvdec_change_state):
18116         * ext/dv/gstdvdec.h:
18117         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18118         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18119         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18120         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18121         (gst_dvdemux_flush), (gst_dvdemux_chain),
18122         (gst_dvdemux_change_state):
18123         * ext/dv/gstdvdemux.h:
18124         Ueber spiffify some more, added debug category.
18125         Use _scale.
18126         Use segments, respect playback rate from newsegment.
18127         Fix refcount issue.
18128
18129 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18130
18131         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18132         (gst_signal_processor_process):
18133         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18134         enabled for the build, but it helps me win the feature-count
18135         competitions ooh yeah.
18136
18137 2006-02-19  Wim Taymans  <wim@fluendo.com>
18138
18139         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18140         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18141         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18142         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18143         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18144         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18145         Use scaling code for added precission and more correct stop
18146         position in case scale==0.
18147
18148 2006-02-19  Wim Taymans  <wim@fluendo.com>
18149
18150         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18151         (gst_flxdec_chain):
18152         * gst/flx/gstflxdec.h:
18153         Implement DURATION query.
18154
18155 2006-02-19  Wim Taymans  <wim@fluendo.com>
18156
18157         * gst/flx/flx_color.h:
18158         * gst/flx/flx_fmt.h:
18159         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18160         (gst_flxdec_src_query_handler), (flx_decode_color),
18161         (gst_flxdec_chain):
18162         * gst/flx/gstflxdec.h:
18163         Set MALLOCDATA for the temp buffers so we don't leak.
18164         Some debug cleanups.
18165         Consume all data in the adapter before leaving the chain
18166         function. Fixes #330678.
18167
18168 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18169
18170         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18171         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18172          Handle 0 data size in otherwise valid frames.
18173          Handle numeric strings in 2.4.0 even when not in parentheses 
18174
18175 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18176
18177         * gst/matroska/matroska-demux.c:
18178         (gst_matroska_demux_subtitle_caps),
18179         (gst_matroska_demux_plugin_init):
18180         * gst/matroska/matroska-ids.h:
18181           Recognise SSA/ASS and USF subtitle formats and
18182           set proper caps when they are found.
18183
18184 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18185
18186         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18187         (gst_jpeg_dec_chain):
18188           Fix invalid memory access for some odd-sized images
18189           (see image contained in quicktime stream in #327083);
18190           use g_malloc() instead of g_alloca().
18191
18192 2006-02-17  Wim Taymans  <wim@fluendo.com>
18193
18194         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18195         Patch from Sebastien Cote, fixes #319884
18196
18197 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18198
18199         * ext/cdio/gstcdio.c: (plugin_init):
18200           Init debug category (#331253).
18201
18202 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18203
18204         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18205           Pass extra_data to gst_riff_create_audio_caps(), so that
18206           WAVEFORMATEX stuff works. Post audio codec name and post
18207           it as taglist on the bus. Allow up to 8 channesl for raw
18208           PCM in the source pad template caps.
18209
18210 2006-02-16  Wim Taymans  <wim@fluendo.com>
18211
18212         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18213         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18214         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18215         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18216         (gst_multipart_set_property), (gst_multipart_get_property):
18217         Applied #318663. Gives quite a few false positives in
18218         autoscan mode, but it's better than nothing. Not closing yet.
18219
18220 2006-02-16  Wim Taymans  <wim@fluendo.com>
18221
18222         * docs/plugins/Makefile.am:
18223         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18224         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18225         * docs/plugins/gst-plugins-good-plugins.args:
18226         * docs/plugins/inspect/plugin-udp.xml:
18227         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18228         (gst_udpsrc_start):
18229         Update documentation.
18230         Fix args.
18231
18232 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18233
18234         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18235         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18236         frame size. (Fixes #331368)
18237
18238 2006-02-16  Wim Taymans  <wim@fluendo.com>
18239
18240         * gst/rtsp/README:
18241         Updated README.
18242
18243         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18244         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18245         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18246         * gst/rtsp/gstrtspsrc.h:
18247         Make sure the RTP port is an even port an try to allocate 
18248         another if not.
18249         Added retry property to control max retries for port allocation.
18250         Make sure RTCP port is RTP port+1.
18251         Cleanup when port allocation fails.
18252         Fixes #319183.
18253         
18254 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18255
18256         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18257           Don't ignore return value of the parent class's state
18258           change function (#331385, patch by: Wouter Paesen).
18259
18260 2006-02-15  Wim Taymans  <wim@fluendo.com>
18261
18262         * configure.ac:
18263         * docs/plugins/Makefile.am:
18264         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18265         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18266         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18267         * ext/Makefile.am:
18268         * ext/hal/Makefile.am:
18269         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18270         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18271         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18272         (do_toggle_element), (gst_hal_audio_sink_set_property),
18273         (gst_hal_audio_sink_get_property),
18274         (gst_hal_audio_sink_change_state):
18275         * ext/hal/gsthalaudiosink.h:
18276         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18277         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18278         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18279         (do_toggle_element), (gst_hal_audio_src_set_property),
18280         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18281         * ext/hal/gsthalaudiosrc.h:
18282         * ext/hal/gsthalelements.c: (plugin_init):
18283         * ext/hal/gsthalelements.h:
18284         * ext/hal/hal.c: (gst_hal_get_string),
18285         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18286         (gst_hal_get_audio_src):
18287         * ext/hal/hal.h:
18288         Add HAL sound device wrapper plugins. Closes #329106
18289
18290 2006-02-15  Wim Taymans  <wim@fluendo.com>
18291
18292         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18293         Add comment in a fultile attempt to stop the copy-and-paste 
18294         paradigm leading to duplication of bad code.
18295
18296         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18297         Mime parameters have to be checked case insensitive
18298
18299 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18300
18301         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18302           Advance stream time for lagging subtitle streams by sending
18303           newsegment events with the update flag set.
18304
18305 2006-02-14  Edward Hervey  <edward@fluendo.com>
18306
18307         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18308         There can be bogus data before the hdrl LIST tag in the RIFF header.
18309         It's hard to say if it's not respecting the AVI specifications or not,
18310         but since Google Video is producing AVIs like that and the other player
18311         don't seem to complain, I guess we should do the same.
18312
18313 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18314
18315         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18316         (parse_split_strings):
18317         Add more validation to ensure that a char encoding conversion
18318         produced a valid UTF-8 string.
18319
18320 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18321
18322         Reviewed by: Edward Hervey  <edward@fluendo.com>
18323
18324         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18325         Properly handle end of segment. Closes #330885.
18326
18327 2006-02-13  Wim Taymans  <wim@fluendo.com>
18328
18329         * gst/rtp/gstrtpmp4gpay.h:
18330         For got to commit this one.
18331
18332 2006-02-12  Wim Taymans  <wim@fluendo.com>
18333
18334         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18335         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18336         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18337         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18338         * gst/rtp/gstrtpmp4gpay.h:
18339         Make more things work.
18340         Handle ACC config strings.
18341
18342 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18343
18344         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18345           set timestamps if no incoming timestamps set
18346
18347 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18348
18349         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18350         (gst_tag_demux_do_typefind):
18351           ... and fix the very same leaks in GstTagDemux.
18352
18353 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18354
18355         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18356         (gst_id3demux_do_typefind):
18357         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18358         <jonathan at kaolin dot wh9 dot net>)
18359
18360 2006-02-10  Wim Taymans  <wim@fluendo.com>
18361
18362         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18363         First set options, then set caps or else the baseclass
18364         will not know about the options, duh.
18365
18366 2006-02-10  Wim Taymans  <wim@fluendo.com>
18367
18368         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18369         (gst_rtp_mp4v_pay_setcaps):
18370         Don't waste time looking for a config string if we have codec_info
18371         on the incomming caps.
18372
18373 2006-02-10  Wim Taymans  <wim@fluendo.com>
18374
18375         * gst/rtp/README:
18376         Say something about case-sensitivity of caps vs mime-attributes.
18377
18378         * gst/rtp/Makefile.am:
18379         * gst/rtp/gstrtp.c: (plugin_init):
18380         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18381         (gst_rtp_amr_pay_handle_buffer):
18382         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18383         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18384         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18385         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18386         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18387         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18388         (gst_rtp_mp4g_pay_plugin_init):
18389         * gst/rtp/gstrtpmp4gpay.h:
18390         Added beginnings of mpeg4-generic payloader (RFC 3640)
18391
18392 2006-02-09  Wim Taymans  <wim@fluendo.com>
18393
18394         * gst/rtsp/Makefile.am:
18395         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18396         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18397         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18398         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18399         (gst_rtpdec_change_state):
18400         * gst/rtsp/gstrtpdec.h:
18401         * gst/rtsp/gstrtsp.c: (plugin_init):
18402         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18403         * gst/rtsp/rtspconnection.c: (read_body),
18404         (rtsp_connection_receive):
18405         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18406         Resurected rtpdec to make rtspsrc happy again.
18407         Skip attributes from the session id.
18408         Don't crash when dumping a message with an empty body.
18409
18410
18411 2006-02-09  Wim Taymans  <wim@fluendo.com>
18412
18413         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18414         Added more meaningfull warnings when something goes wrong.
18415         Clear F bit on outgoing AMR packets.
18416
18417         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18418         (gst_rtp_amr_pay_handle_buffer):
18419         Added debugging category
18420         Support payloading of multiple AMR frames.
18421
18422         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18423         Added some debugging.
18424
18425 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18426
18427         * configure.ac:
18428           Back to CVS
18429
18430 === release 0.10.2 ===
18431
18432 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18433
18434         * configure.ac:
18435           releasing 0.10.2, "Papa was a rolling stone"
18436
18437 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18438
18439         * configure.ac:
18440           Bump core and plugins-base requirement to 0.10.2.2
18441           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18442
18443 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18444
18445         * ext/flac/gstflac.c: (plugin_init):
18446         * ext/speex/gstspeex.c: (plugin_init):
18447           Register musicbrainz tags.
18448
18449 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18450
18451         * ext/gconf/gconf.h:
18452           Remove declaration of function that no longer exists.
18453
18454 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18455
18456         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18457         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18458         Make shout2 work for non ogg streams
18459
18460 2006-02-06  Wim Taymans  <wim@fluendo.com>
18461
18462         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18463         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18464         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18465         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18466         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18467         * gst/udp/gstmultiudpsink.h:
18468         Updated docs.
18469         Added properties bytes-served, bytes_to_serve.
18470         Post proper error messages,
18471         Emit client added signal too.
18472
18473 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18474
18475         * docs/plugins/Makefile.am:
18476         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18477         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18478         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18479         (gst_multiudpsink_get_stats):
18480           adding docs for multiudpsink
18481
18482 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18483
18484         * gst/level/gstlevel.c: (gst_level_transform_ip):
18485           peak below decay is not necessarily an error, so don't ERROR log
18486
18487 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18488
18489         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18490         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18491         (gst_ebml_write_seek):
18492         * gst/matroska/ebml-write.h:
18493           Make sure we send a newsegment event in BYTES format
18494           before sending buffers (#328531).
18495
18496 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18497
18498         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18499         (gst_dvdemux_sink_query):
18500         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18501         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18502         (speex_dec_src_query):
18503         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18504         (gst_speexenc_sink_query):
18505         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18506         * gst/matroska/matroska-demux.c:
18507         (gst_matroska_demux_get_src_query_types),
18508         (gst_matroska_demux_handle_src_query):
18509         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18510         (gst_wavparse_pad_query):
18511           Pass unhandled queries upstream instead of just dropping
18512           them (#326446). Update query type arrays here and there.
18513
18514 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18515
18516         * tests/check/elements/matroskamux.c: (setup_src_pad):
18517           Collectpads in core got changed and now also holds a
18518           reference to any pad that is part of it. Fix refcount
18519           checks in test case accordingly.
18520
18521 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18522
18523         * gst/apetag/gstapedemux.h:
18524           Fix include, for now GstTagDemux is in the apetag dir.
18525
18526 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18527
18528         * docs/plugins/Makefile.am:
18529         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18530         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18531         * docs/plugins/inspect/plugin-cdio.xml:
18532           Add cdio plugin to docs.
18533
18534         * ext/cdio/gstcdiocddasrc.c:
18535           Add gtk-doc blurb.
18536
18537         * ext/cdio/gstcdio.c:
18538           The plugin is called 'cdio' not 'cddio'.
18539
18540 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18541
18542         * configure.ac:
18543         * docs/plugins/Makefile.am:
18544         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18545         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18546         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18547         * docs/plugins/inspect/plugin-apetag.xml:
18548         * gst/apetag/Makefile.am:
18549         * gst/apetag/gstapedemux.c:
18550         * gst/apetag/gstapedemux.h:
18551         * gst/apetag/gsttagdemux.c:
18552         * gst/apetag/gsttagdemux.h:
18553           Add APE tag demuxer (#325649).
18554
18555 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18556
18557         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18558         (gst_gconf_get_default_video_sink),
18559         (gst_gconf_get_default_audio_src),
18560         (gst_gconf_get_default_video_src):
18561         * ext/gconf/gconf.h:
18562         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18563         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18564         (do_toggle_element):
18565         * ext/gconf/gstgconfaudiosink.h:
18566         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18567         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18568         (do_toggle_element):
18569         * ext/gconf/gstgconfaudiosrc.h:
18570         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18571         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18572         (do_toggle_element):
18573         * ext/gconf/gstgconfvideosink.h:
18574         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18575         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18576         (do_toggle_element):
18577         * ext/gconf/gstgconfvideosrc.h:
18578           Ignore changing the GConf key to "". Ignore GConf key updates
18579           that don't actually change the string.
18580           For now, ignore the GConf key when the state is > READY, as
18581           it breaks streaming. Sometime it will be nice to bring the
18582           new sink online even mid-stream, by sending NEWSEGMENT info
18583           and possibly prerolling.
18584           (Fixes #326736)
18585
18586 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18587
18588         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18589         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18590         (zoomFilterSetResolution), (zoomFilterDestroy),
18591         (zoomFilterFastRGB), (pointFilter):
18592         * gst/goom/filters.h:
18593         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18594         (goom_update), (goom_close):
18595         * gst/goom/goom_core.h:
18596         * gst/goom/goom_tools.h:
18597         * gst/goom/graphic.c:
18598         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18599         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18600         * gst/goom/gstgoom.h:
18601         * gst/goom/lines.c: (goom_lines):
18602         * gst/goom/lines.h:
18603           Make goom reentrant by moving all important static variables
18604           into instance structures.
18605           (Fixes #329181)
18606
18607 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18608
18609         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18610         (gst_avi_demux_all_source_pads_unlinked),
18611         (gst_avi_demux_process_next_entry):
18612         * gst/avi/gstavidemux.h:
18613           Third attempt, use gst_pad_is_linked() this time.
18614
18615 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18616
18617         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18618         (parse_split_strings):
18619         Adjust for data length indicators when parsing (Fixes #329810)
18620         Fix stupid bug parsing UTF-8 tag text.
18621         Output tag strings with multiple fields as multiple tags, so the
18622         app gets all the data.
18623
18624 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18625
18626         * ext/flac/gstflacenc.c:
18627         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18628         show me.
18629         
18630 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18631
18632         * ext/flac/gstflacenc.c:
18633         * gst/matroska/ebml-read.c:
18634         Just make it compile with --disable-gst-debug.
18635
18636 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18637
18638         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18639         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18640         (id3v2_genre_fields_to_taglist):
18641           Never output a tag with a null contents string.
18642
18643 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18644
18645         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18646           Only pause if all pads are unlinked AND we've tried to send data
18647           on all of them at least once.
18648
18649 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18650
18651         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18652         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18653           Make loop function/task pause itself when all source pads are
18654           unlinked.
18655
18656 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18657
18658         * configure.ac:
18659         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18660           Use new functions from core to render a bin from a
18661           string. Fixes build. Up requirements to core CVS.
18662
18663 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18664
18665         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18666           Don't push buffers into the adapter that we are going to
18667           push downstream again without framing anyway. Also, the
18668           adaptor takes ownership of buffers put into it (fixes
18669           auparse pushing invalid buffers for .au files with
18670           ADPCM contents). Finally, set caps on all outgoing buffers.
18671
18672 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18673
18674         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18675         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18676         (gst_id3demux_send_tag_event):
18677         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18678         Someone should kick my butt. Remove ID3v1 tags from the end of the
18679         file.
18680
18681         Improve error messages. Send the TAG message as soon as we complete
18682         typefinding, instead of waiting until we send the first buffer.
18683         Downstream tag event is still sent before the first buffer.
18684
18685 2006-01-27  Jan Gerber  <j@bootlab.org>
18686
18687         Reviewed by: Andy Wingo <wingo@pobox.com>
18688
18689         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18690         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18691         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18692         to not have warings flooding stderr. this is the suggested way
18693         also used in dvgrab and kino. (#328336)
18694
18695 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18696
18697         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18698         (gst_oss_sink_init), (gst_oss_sink_finalise):
18699           Free the device name string when finalised.
18700
18701 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18702
18703         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18704           Don't put function calls in g_return_if_fail() statements,
18705           or they'll be replaced with NOOPs if someone compiles with
18706           G_DISABLE_CHECKS defined.
18707           
18708 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18709
18710         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18711         Never trust ANY information encoded in a media file, especially
18712         when it's giving you sizes. (Fixes #328452)
18713
18714 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18715
18716         * gst/rtp/gstrtpg711pay.c:
18717         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18718         bug #325148.
18719
18720 2006-01-23  Edward Hervey  <edward@fluendo.com>
18721
18722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18723         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18724         * gst/matroska/matroska-ids.h:
18725         Added recognition of Real Audio and Video streams in matroska demuxer.
18726
18727 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18728
18729         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18730           Remove errant break statement, and fix compilation with
18731           older GCC.
18732
18733 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18734
18735         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18736
18737         * sys/sunaudio/gstsunaudiomixerctrl.c:
18738         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18739           Export functions that are needed in other parts of the code,
18740           makes the mixer actually work; adjust magic minimum buffer-time
18741           value from 3ms to 5ms to work around stuttering during mp3
18742           playback (#327765).
18743
18744 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18745
18746         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18747
18748         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18749         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18750           Fix possible deadlock in matroska muxer (#327825).
18751
18752 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18753
18754         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18755         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18756         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18757         * gst/rtsp/sdpmessage.h:
18758         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18759         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18760           C89 fixes: declare variables at the beginning of a block and
18761           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18762           <jensgr at gmx dot net>).
18763
18764 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18765
18766         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18767         * gst/id3demux/id3tags.h:
18768         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18769         (parse_comment_frame), (parse_text_identification_frame),
18770         (id3v2_tag_to_taglist), (id3v2_are_digits),
18771         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18772         (parse_split_strings), (free_tag_strings):
18773           Rewrite parsing of text tags to handle multiple NULL terminated
18774           strings. Parse numeric genre strings and ID3v2 type
18775           "(3)(6)Alternative" style genre strings.
18776           Parse dates that are only YYYY or YYYY-mm format.
18777           (Fixes #328241 and #322154)
18778
18779 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18780
18781         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18782           Don't forget to initialize liboil, otherwise our oil functions
18783           will crash (fixes #327871; patch by: Christoph Burghardt
18784           <hawkes at web dot de>).
18785
18786 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18787
18788         * configure.ac:
18789           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18790           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18791           patch by: Brian Cameron <brian dot cameron at sun dot com>
18792
18793 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18794
18795         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18796         * ext/cdio/gstcdio.h:
18797         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18798           Fix build for libcdio versions >= 76; give slightly lower rank
18799           than cdparanoia.
18800
18801 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18802
18803         * configure.ac:
18804         * ext/Makefile.am:
18805         * ext/cdio/Makefile.am:
18806         * ext/cdio/gstcdio.c:
18807         * ext/cdio/gstcdio.h:
18808         * ext/cdio/gstcdiocddasrc.c:
18809         * ext/cdio/gstcdiocddasrc.h:
18810           Port libcdio cdda source, formerly known as cddasrc, now known as
18811           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18812           but that's not tested (fixes #317658).
18813
18814 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18815
18816         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18817           Fix conversion from TIME to BYTES format (fixes #326864;
18818           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18819
18820 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18821
18822         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18823           Fix compilation of id3demux when zlib is not present.
18824           (Fixes #326602; patch by: Sergey Scobich)
18825
18826 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18827
18828         * ext/esd/Makefile.am:
18829           Add $(ESD_CFLAGS), otherwise build will fail for folks
18830           with libesd in a non-standard prefix (#327009).
18831
18832 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18833
18834         * configure.ac:
18835           back to HEAD
18836
18837 === release 0.10.1 ===
18838
18839 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18840
18841         * configure.ac:
18842           releasing 0.10.1, "Li"
18843
18844 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18845
18846           patch by: Wim Taymans
18847
18848         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18849           fix memleak.  Fixes #326618
18850
18851 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18852
18853           patch by: Mike Smith
18854
18855         * gst/level/gstlevel.c: (gst_level_message_new),
18856         (gst_level_message_append_channel):
18857           Fix memleak.  Fixes #326612
18858
18859 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18860
18861         * configure.ac:
18862           prereleasing
18863         * po/af.po:
18864         * po/az.po:
18865         * po/cs.po:
18866         * po/en_GB.po:
18867         * po/hu.po:
18868         * po/it.po:
18869         * po/nb.po:
18870         * po/nl.po:
18871         * po/or.po:
18872         * po/sq.po:
18873         * po/sr.po:
18874         * po/sv.po:
18875         * po/uk.po:
18876         * po/vi.po:
18877           update translations
18878
18879 2006-01-10  Michael Smith  <msmith@fluendo.com>
18880
18881         * gst/level/gstlevel.c: (gst_level_class_init),
18882         (gst_level_dispose):
18883           Don't leak filter arrays.
18884
18885 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18886
18887         reviewed by: Christian Schaller <uraeus@gnome.org>
18888         
18889         * configure.ac:
18890         * gst-plugins-good.spec.in:
18891         * sys/Makefile.am:
18892         * sys/sunaudio/Makefile.am:
18893         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18894         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18895         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18896         (gst_sunaudiomixer_change_state):
18897         * sys/sunaudio/gstsunaudiomixer.h:
18898         * sys/sunaudio/gstsunaudiomixerctrl.c:
18899         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18900         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18901         (gst_sunaudiomixer_ctrl_list_tracks),
18902         (gst_sunaudiomixer_ctrl_get_volume),
18903         (gst_sunaudiomixer_ctrl_set_volume),
18904         (gst_sunaudiomixer_ctrl_set_mute),
18905         (gst_sunaudiomixer_ctrl_set_record):
18906         * sys/sunaudio/gstsunaudiomixerctrl.h:
18907         * sys/sunaudio/gstsunaudiomixertrack.c:
18908         (gst_sunaudiomixer_track_class_init),
18909         (gst_sunaudiomixer_track_init), (fill_labels),
18910         (gst_sunaudiomixer_track_new):
18911         * sys/sunaudio/gstsunaudiomixertrack.h:
18912         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18913         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18914         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18915         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18916         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18917         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18918         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18919         * sys/sunaudio/gstsunaudiosink.h:
18920
18921         Add SunAudio plugin - tested to make sure it doesn't break
18922         the build under GNU/Linux.      
18923
18924 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18925
18926         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18927         * gst-plugins-good/gst/udp/gstudpsrc.c:
18928         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18929         overrides the port or multicast parameters. Fixes bugs #323021.
18930         API addition: adds GstUDPSrc::sockfd property   
18931
18932 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18933
18934         * ext/gconf/Makefile.am:
18935         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18936         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18937         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18938         (do_toggle_element), (cb_toggle_element),
18939         (gst_gconf_audio_src_change_state):
18940         * ext/gconf/gstgconfaudiosrc.h:
18941         * ext/gconf/gstgconfelements.c: (plugin_init):
18942         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18943         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18944         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18945         (do_toggle_element), (cb_toggle_element),
18946         (gst_gconf_video_src_change_state):
18947         * ext/gconf/gstgconfvideosrc.h:
18948           Add new gconfaudiosrc and gconfvideosrc elements
18949           (needed for gnome-sound-recorder).
18950
18951 2006-01-06  Edward Hervey  <edward@fluendo.com>
18952
18953         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
18954         Add gst_element_no_more_pads() for proper decodebin behaviour.
18955         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
18956         (parse_text_identification_frame), (parse_split_strings):
18957         Failure to decode some tags is not a GST_ERROR() but a
18958         GST_WARNING()
18959         When iterating over a chunk of text, check that we haven't gone too
18960         far.
18961
18962 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
18963
18964         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
18965         (plugin_init):
18966           call oil_init() when using liboil
18967
18968 2006-01-04  Wim Taymans  <wim@fluendo.com>
18969
18970         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
18971         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18972         Fix leaks.
18973
18974 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
18975
18976         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18977
18978         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
18979         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
18980         (gst_flac_dec_change_state):
18981           Don't g_assert() where we should just return FALSE; remove
18982           unnecessary g_assert(); initialize some fields properly in
18983           state change function (fixes #325504). Also, use
18984           GST_DEBUG_OBJECT in two more places.
18985
18986 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18987
18988         * configure.ac:
18989           also remove smoothwave's Makefile.am
18990         * docs/plugins/Makefile.am:
18991           fix plugin docs
18992
18993 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18994
18995         * tests/examples/Makefile.am:
18996           added missing Makefile.am
18997
18998 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18999
19000         * configure.ac:
19001         * gst/level/Makefile.am:
19002         * gst/level/level-example.c:
19003         * tests/Makefile.am:
19004         * tests/examples/level/Makefile.am:
19005         * tests/examples/level/level-example.c: (message_handler), (main):
19006           moved level-example to tests/examples/level-example
19007         * tests/old/examples/level/demo.c: (main):
19008         * tests/old/examples/level/plot.c: (main):
19009           some initial fixes
19010
19011 2005-12-29  Michael Smith  <msmith@fluendo.com>
19012
19013         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19014         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19015         * gst/udp/gstmultiudpsink.h:
19016           Track packets sent per client in addition to bytes sent; provide
19017           this info through get-stats signal
19018
19019 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19020
19021         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19022           Can't use gst_object_unref() on a GstAdapter (#325191).
19023
19024 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19025
19026         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19027         If a broken tag has 0 bytes payload, at least still skip
19028         the 10 byte header
19029
19030 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19031
19032         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19033         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19034         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19035         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19036           Making these depayloaders (H263+ and mpeg4 video) inherit from
19037           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19038
19039 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19040
19041         * docs/plugins/gst-plugins-good-plugins.args:
19042         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19043         Regenerate the plugin hiearchy.
19044
19045 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19046
19047         * docs/plugins/Makefile.am:
19048         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19049         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19050         * docs/plugins/gst-plugins-good-plugins.args:
19051         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19052         (gst_id3demux_base_init), (gst_id3demux_class_init),
19053         (gst_id3demux_chain):
19054         * gst/id3demux/gstid3demux.h:
19055           Add documentation for id3demux.
19056           Don't fail if the first buffer is not at offset 0, just
19057           attempt to typefind and do pass through
19058           Rename the gst_type function from gst_gst_id3demux..
19059
19060 2005-12-20  Michael Smith  <msmith@fluendo.com>
19061
19062         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19063         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19064         (gst_multiudpsink_get_stats):
19065         * gst/udp/gstmultiudpsink.h:
19066           Collect statistics; return them from get_stats.
19067
19068 2005-12-19  Edward Hervey  <edward@fluendo.com>
19069
19070         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19071         Stupid signedness issue...
19072
19073 2005-12-19  Edward Hervey  <edward@fluendo.com>
19074
19075         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19076         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19077         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19078         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19079         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19080         Construct index for indexless files.
19081         Make sure pad/buffers are correctly reset to NULL once we don't need
19082         them anymore, else we get lovely segfaults/assertions.
19083         * gst/wavparse/gstwavparse.c:
19084         Yes, you can have 96KHz audio and wma in wav :(
19085
19086 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19087
19088         * configure.ac:
19089           Check for optional dependency on zlib for id3demux
19090
19091         * gst/id3demux/Makefile.am:
19092         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19093         (gst_id3demux_base_init), (gst_id3demux_class_init),
19094         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19095         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19096         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19097         (gst_id3demux_set_property), (gst_id3demux_get_property),
19098         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19099         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19100         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19101         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19102         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19103         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19104         (simple_find_peek), (simple_find_suggest),
19105         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19106         (plugin_init):
19107         * gst/id3demux/gstid3demux.h:
19108         * gst/id3demux/id3tags.c: (read_synch_uint),
19109         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19110         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19111         (id3demux_id3v2_frames_to_tag_list):
19112         * gst/id3demux/id3tags.h:
19113         * gst/id3demux/id3v2.4.0-frames.txt:
19114         * gst/id3demux/id3v2.4.0-structure.txt:
19115         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19116         (parse_comment_frame), (parse_text_identification_frame),
19117         (id3v2_tag_to_taglist), (parse_split_strings):
19118           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19119           otherwise it discards them. Works on my test files. 
19120
19121         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19122           Don't send EOS to a non-existing srcpad
19123           The debug category can be static
19124
19125 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19126
19127         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19128         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19129         * gst/multipart/multipartdemux.c:
19130           change some char* into char[]
19131
19132 2005-12-16  Wim Taymans  <wim@fluendo.com>
19133
19134         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19135         (gst_wavparse_other), (gst_wavparse_perform_seek),
19136         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19137         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19138         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19139         * gst/wavparse/gstwavparse.h:
19140         Use GstSegment to implement more seeking features.
19141
19142 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19143
19144         * gst/rtsp/rtspconnection.c:
19145           Add <netinet/in.h> include and move <arpa/inet.h> include
19146           to make things work on OpenBSD as well (fixes #323717;
19147           patch by: Benjamin Pineau)
19148
19149 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19150
19151         * gst/rtp/gstrtpspeexdepay.c:
19152         * gst/rtp/gstrtpspeexpay.c:
19153         Set clock rate to be fixed in 8000. It fixes bug #324012.
19154
19155 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19156
19157         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19158         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19159         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19160         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19161         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19162         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19163         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19164         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19165         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19166         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19167         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19168         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19169         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19170         * gst-plugins-good/gst/rtp/README:
19171         Fixed payload range in payloder caps. Removed payload range completely
19172         from depayloaders as they don't require payload type in their caps.
19173         In effect, there isn't any specific payload type for any given codec,
19174         only suggestions.
19175         Fixes bug #324011.
19176
19177 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19178
19179         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19180         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19181         (gst_videomixer_collected): Code cleanup and re-enabling 
19182         queued time validity check for correct EOS handling.
19183
19184 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19185
19186         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19187         (gst_oss_mixer_element_get_property),
19188         (gst_oss_mixer_element_change_state):
19189         Add 'device-name' property and fix state change function.
19190
19191 2005-12-13  Edward Hervey  <edward@fluendo.com>
19192
19193         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19194         If the speed of the file is null in the header, set the frame_time to
19195         the default setting of GST_SECOND / 70. Which is the default
19196         frame_delay for .fli files as stated in this document :
19197         http://www.compuphase.com/flic.htm
19198         Would be nice to have the time conversion done properly too (duration =
19199         flxh->frames * flxdec->frame_time)
19200
19201 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19202
19203         * docs/plugins/Makefile.am:
19204         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19205         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19206         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19207         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19208         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19209         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19210         documentation for videomixer on my way with a funny sample
19211         pipeline.
19212
19213 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19214
19215         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19216         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19217         (gst_videomixer_update_queues), (gst_videomixer_collected):
19218         Fix caps negotiation. (#323896)
19219
19220 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19221
19222         * gst/matroska/matroska-demux.c:
19223         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19224           Set correct timestamps on audio laces, fixes playback of mp3 from
19225                 matroska.
19226
19227 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19228
19229         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19230         (gst_au_parse_class_init), (gst_au_parse_init),
19231         (gst_au_parse_dispose), (gst_au_parse_chain),
19232         (gst_au_parse_change_state), (plugin_init):
19233         * gst/auparse/gstauparse.h:
19234           Use gst_object_unref() for GstObjects instead of
19235           g_object_unref() and fix a mem leak in a debug
19236           statement; while we're at it, also borgify, use
19237           boilerplate macros and clean up a little bit.
19238
19239 2005-12-11  Edward Hervey  <edward@fluendo.com>
19240
19241         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19242         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19243         Added pull mode.
19244
19245 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19246
19247         * gst/goom/gstgoom.c:
19248         * gst/level/level-example.c: (main):
19249         * gst/smoothwave/demo-osssrc.c: (main):
19250           Use audiotestsrc instead of sinesrc (#323798).
19251
19252 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19253
19254         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19255           more debug-func-ptr usage
19256
19257 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19258
19259         * gst/flx/flx_color.c: (flx_colorspace_convert):
19260         * gst/flx/flx_color.h:
19261         * gst/flx/flx_fmt.h:
19262         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19263         * gst/flx/gstflxdec.h:
19264           Now flxdec works on big-endian machines as well.
19265
19266 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19267
19268         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19269         (gst_fenced_buffer_copy):
19270           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19271           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19272           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19273           and use GST_DEBUG_FUNCPTR for pad functions.
19274
19275 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19276
19277         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19278         (gst_flac_dec_class_init), (gst_flac_dec_init),
19279         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19280         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19281         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19282         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19283         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19284         (gst_flac_dec_change_state):
19285         * ext/flac/gstflacdec.h:
19286           Rewrite flacdec a bit, so that even seeking might work now. Most
19287           importantly, don't act upon any flow return values we get, just tell
19288           the decoder everything's dandy and act on the flow return values
19289           later on in the loop function. We don't want to mess up the internal
19290           decoder state for non-fatal things like flushing pads etc. Other
19291           than that, use GstSegment (segment seeks don't work yet though, but
19292           should be easy to add), use boilerplate macros, drop the superfluous
19293           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19294           lots of other things.
19295
19296 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19297
19298         * configure.ac:
19299           Update comment in OSS includes check.
19300
19301         * sys/oss/gstossdmabuffer.c:
19302         * sys/oss/gstosshelper.c:
19303         * sys/oss/gstossmixer.c:
19304         * sys/oss/gstossmixertrack.c:
19305         * sys/oss/gstosssink.c:
19306         * sys/oss/gstosssrc.c:
19307         * sys/oss/oss_probe.c:
19308           Don't assume the OSS soundcard.h include is always in
19309           the sys/ directory. Instead, use the existing defines
19310           from config.h to include the right file. Fixes
19311           compilation on OpenBSD 3.8 (#323718).
19312
19313 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19314
19315         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19316         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19317         * docs/plugins/inspect/plugin-1394.xml:
19318         * docs/plugins/inspect/plugin-aasink.xml:
19319         * docs/plugins/inspect/plugin-alaw.xml:
19320         * docs/plugins/inspect/plugin-alpha.xml:
19321         * docs/plugins/inspect/plugin-alphacolor.xml:
19322         * docs/plugins/inspect/plugin-auparse.xml:
19323         * docs/plugins/inspect/plugin-autodetect.xml:
19324         * docs/plugins/inspect/plugin-avi.xml:
19325         * docs/plugins/inspect/plugin-cacasink.xml:
19326         * docs/plugins/inspect/plugin-cairo.xml:
19327         * docs/plugins/inspect/plugin-cutter.xml:
19328         * docs/plugins/inspect/plugin-debug.xml:
19329         * docs/plugins/inspect/plugin-dv.xml:
19330         * docs/plugins/inspect/plugin-efence.xml:
19331         * docs/plugins/inspect/plugin-effectv.xml:
19332         * docs/plugins/inspect/plugin-esdsink.xml:
19333         * docs/plugins/inspect/plugin-flac.xml:
19334         * docs/plugins/inspect/plugin-flxdec.xml:
19335         * docs/plugins/inspect/plugin-gconfelements.xml:
19336         * docs/plugins/inspect/plugin-goom.xml:
19337         * docs/plugins/inspect/plugin-jpeg.xml:
19338         * docs/plugins/inspect/plugin-level.xml:
19339         * docs/plugins/inspect/plugin-matroska.xml:
19340         * docs/plugins/inspect/plugin-mulaw.xml:
19341         * docs/plugins/inspect/plugin-multipart.xml:
19342         * docs/plugins/inspect/plugin-navigationtest.xml:
19343         * docs/plugins/inspect/plugin-ossaudio.xml:
19344         * docs/plugins/inspect/plugin-png.xml:
19345         * docs/plugins/inspect/plugin-rtp.xml:
19346         * docs/plugins/inspect/plugin-rtsp.xml:
19347         * docs/plugins/inspect/plugin-shout2send.xml:
19348         * docs/plugins/inspect/plugin-smpte.xml:
19349         * docs/plugins/inspect/plugin-speex.xml:
19350         * docs/plugins/inspect/plugin-udp.xml:
19351         * docs/plugins/inspect/plugin-videobox.xml:
19352         * docs/plugins/inspect/plugin-videoflip.xml:
19353         * docs/plugins/inspect/plugin-videomixer.xml:
19354         * docs/plugins/inspect/plugin-wavenc.xml:
19355         * docs/plugins/inspect/plugin-wavparse.xml:
19356         * ext/flac/gstflac.c: (plugin_init):
19357         * ext/flac/gstflacdec.c: (flacdec_get_type),
19358         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19359         (gst_flac_dec_init), (gst_flac_dec_finalize),
19360         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19361         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19362         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19363         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19364         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19365         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19366         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19367         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19368         * ext/flac/gstflacdec.h:
19369         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19370         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19371         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19372         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19373         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19374         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19375         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19376         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19377         (gst_flac_enc_change_state):
19378         * ext/flac/gstflacenc.h:
19379           borgify and fix up documentation
19380
19381 2005-12-09  Michael Smith  <msmith@fluendo.com>
19382
19383         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19384           Accept a wider range of flac files, more closely matching flac spec.
19385
19386 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19387
19388         * docs/plugins/Makefile.am: Add multipart elements.
19389         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19390         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19391         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19392         * gst/multipart/multipartdemux.c:
19393         * gst/multipart/multipartmux.c: Add docs.
19394
19395 2005-12-07  Edward Hervey  <edward@fluendo.com>
19396
19397         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19398         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19399         (gst_avi_demux_invert):
19400         Memleak and crasher fixes.
19401         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19402         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19403         Memleak fixes
19404
19405 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19406
19407         * ext/aalib/gstaasink.h:
19408         * ext/cairo/gsttextoverlay.h:
19409         * ext/dv/gstdvdec.h:
19410         * ext/dv/gstdvdemux.c:
19411         * ext/dv/gstdvdemux.h:
19412         * ext/esd/esdsink.h:
19413         * ext/flac/flac_compat.h:
19414         * ext/flac/gstflacdec.h:
19415         * ext/flac/gstflacenc.h:
19416         * ext/gconf/gconf.h:
19417         * ext/gconf/gstgconfaudiosink.h:
19418         * ext/gconf/gstgconfvideosink.h:
19419         * ext/gdk_pixbuf/gstgdkanimation.h:
19420         * ext/jpeg/gstjpegdec.h:
19421         * ext/jpeg/smokecodec.h:
19422         * ext/jpeg/smokeformat.h:
19423         * ext/ladspa/gstsignalprocessor.h:
19424         * ext/ladspa/search.c: (LADSPAPluginSearch):
19425         * ext/ladspa/utils.h:
19426         * ext/libmng/gstmng.c:
19427         * ext/libmng/gstmngdec.h:
19428         * ext/libmng/gstmngenc.c:
19429         * ext/libmng/gstmngenc.h:
19430         * ext/libpng/gstpng.c:
19431         * ext/libpng/gstpngenc.c:
19432         * ext/libpng/gstpngenc.h:
19433         * ext/shout2/gstshout2.h:
19434         * ext/speex/gstspeexdec.h:
19435         * ext/speex/gstspeexenc.c:
19436         * ext/speex/gstspeexenc.h:
19437         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19438         * gst/autodetect/gstautoaudiosink.h:
19439         * gst/autodetect/gstautovideosink.h:
19440         * gst/avi/gstavidemux.h:
19441         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19442         (gst_cutter_set_property), (gst_cutter_get_caps):
19443         * gst/cutter/gstcutter.h:
19444         * gst/debug/tests.c: (md5_process_block):
19445         * gst/debug/tests.h:
19446         * gst/effectv/gstwarp.c:
19447         * gst/flx/flx_fmt.h:
19448         * gst/flx/gstflxdec.h:
19449         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19450         (zoomFilterFastRGB):
19451         * gst/goom/filters.h:
19452         * gst/goom/goom_tools.h:
19453         * gst/law/alaw-encode.c:
19454         * gst/level/gstlevel.c:
19455         * gst/level/gstlevel.h:
19456         * gst/matroska/ebml-write.h:
19457         * gst/matroska/matroska-demux.h:
19458         * gst/matroska/matroska-ids.h:
19459         * gst/matroska/matroska-mux.h:
19460         * gst/monoscope/convolve.c: (convolve_match):
19461         * gst/monoscope/convolve.h:
19462         * gst/multipart/multipartmux.c:
19463         * gst/oldcore/gstaggregator.c:
19464         * gst/oldcore/gstaggregator.h:
19465         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19466         * gst/oldcore/gstmd5sink.h:
19467         * gst/oldcore/gstmultifilesrc.c:
19468         * gst/oldcore/gstmultifilesrc.h:
19469         * gst/oldcore/gstpipefilter.h:
19470         * gst/oldcore/gstshaper.h:
19471         * gst/rtp/gstrtpL16depay.h:
19472         * gst/rtp/gstrtpL16pay.h:
19473         * gst/rtp/gstrtpdepay.h:
19474         * gst/rtp/gstrtpmp4vpay.c:
19475         * gst/rtp/gstrtpmp4vpay.h:
19476         * gst/rtsp/gstrtspsrc.c:
19477         * gst/rtsp/gstrtspsrc.h:
19478         * gst/rtsp/rtspconnection.h:
19479         * gst/rtsp/rtspdefs.h:
19480         * gst/rtsp/rtspmessage.h:
19481         * gst/rtsp/rtsptransport.h:
19482         * gst/rtsp/rtspurl.c:
19483         * gst/rtsp/rtspurl.h:
19484         * gst/rtsp/sdpmessage.c:
19485         * gst/rtsp/sdpmessage.h:
19486         * gst/smpte/barboxwipes.c:
19487         * gst/smpte/gstmask.h:
19488         * gst/smpte/gstsmpte.h:
19489         * gst/smpte/paint.c:
19490         * gst/smpte/paint.h:
19491         * gst/udp/gstdynudpsink.h:
19492         * gst/udp/gstmultiudpsink.h:
19493         * gst/udp/gstudpsink.c:
19494         * gst/udp/gstudpsink.h:
19495         * gst/udp/gstudpsrc.c:
19496         * gst/videomixer/videomixer.c:
19497         * gst/wavenc/riff.h:
19498         * gst/wavparse/gstwavparse.h:
19499         * sys/oss/gstossdmabuffer.h:
19500         * sys/oss/gstossmixer.h:
19501         * sys/oss/gstossmixerelement.h:
19502         * sys/oss/gstossmixertrack.h:
19503         * sys/oss/gstosssink.c:
19504         * sys/oss/gstosssink.h:
19505         * sys/oss/gstosssrc.c:
19506         * sys/oss/gstosssrc.h:
19507         * sys/osxaudio/gstosxaudioelement.h:
19508         * sys/osxaudio/gstosxaudiosink.h:
19509         * sys/osxaudio/gstosxaudiosrc.h:
19510           expand tabs
19511
19512 === release 0.10.0 ===
19513
19514 2005-12-05   <thomas (at) apestaart (dot) org>
19515
19516         * configure.ac:
19517           releasing 0.10.0, "Abondance"
19518
19519 2005-12-05  Andy Wingo  <wingo@pobox.com>
19520
19521         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19522         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19523         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19524         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19525         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19526         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19527         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19528         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19529         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19530         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19531         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19532         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19533         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19534         * gst/goom/gstgoom.c: (gst_goom_chain):
19535         * gst/matroska/matroska-demux.c:
19536         (gst_matroska_demux_push_vorbis_codec_priv_data),
19537         (gst_matroska_demux_add_wvpk_header):
19538         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19539         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19540         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19541         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19542         alloc_buffer changes.
19543
19544 2005-12-05  Michael Smith  <msmith@fluendo.com>
19545
19546         * docs/plugins/gst-plugins-good-plugins.args:
19547           Remove args for plugins that aren't in -good.
19548
19549 === release 0.9.7 ===
19550
19551 2005-12-01   <thomas (at) apestaart (dot) org>
19552
19553         * configure.ac:
19554           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19555
19556 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19557
19558         * docs/plugins/.cvsignore:
19559         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19560         * docs/plugins/inspect/plugin-multipart.xml:
19561         * docs/plugins/inspect/plugin-rtp.xml:
19562           add multipart plugin to docs
19563
19564 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19565
19566         * configure.ac:
19567         * ext/Makefile.am:
19568         * ext/pango/Makefile.am:
19569         * ext/pango/gstclockoverlay.c:
19570         * ext/pango/gstclockoverlay.h:
19571         * ext/pango/gsttextoverlay.c:
19572         * ext/pango/gsttextoverlay.h:
19573         * ext/pango/gsttextrender.c:
19574         * ext/pango/gsttextrender.h:
19575         * ext/pango/gsttimeoverlay.c:
19576         * ext/pango/gsttimeoverlay.h:
19577           move pango to base
19578
19579 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19580
19581         * gst/rtp/Makefile.am:
19582         * gst/rtp/gstrtpL16depay.c:
19583         * gst/rtp/gstrtpL16depay.h:
19584         * gst/rtp/gstrtpL16parse.c:
19585         * gst/rtp/gstrtpL16parse.h:
19586         * gst/rtp/gstrtpgsmdepay.c:
19587         * gst/rtp/gstrtpgsmdepay.h:
19588         * gst/rtp/gstrtpgsmparse.c:
19589         * gst/rtp/gstrtpgsmparse.h:
19590           parsers are depayers
19591
19592 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19593
19594         * gst/rtp/Makefile.am:
19595         * gst/rtp/gstasteriskh263.c:
19596         * gst/rtp/gstrtp.c:
19597         * gst/rtp/gstrtpL16enc.c:
19598         * gst/rtp/gstrtpL16enc.h:
19599         * gst/rtp/gstrtpL16parse.c:
19600         * gst/rtp/gstrtpL16parse.h:
19601         * gst/rtp/gstrtpL16pay.c:
19602         * gst/rtp/gstrtpL16pay.h:
19603         * gst/rtp/gstrtpamrdec.c:
19604         * gst/rtp/gstrtpamrdec.h:
19605         * gst/rtp/gstrtpamrdepay.c:
19606         * gst/rtp/gstrtpamrdepay.h:
19607         * gst/rtp/gstrtpamrenc.c:
19608         * gst/rtp/gstrtpamrenc.h:
19609         * gst/rtp/gstrtpamrpay.c:
19610         * gst/rtp/gstrtpamrpay.h:
19611         * gst/rtp/gstrtpdec.c:
19612         * gst/rtp/gstrtpdec.h:
19613         * gst/rtp/gstrtpdepay.c:
19614         * gst/rtp/gstrtpdepay.h:
19615         * gst/rtp/gstrtpg711dec.c:
19616         * gst/rtp/gstrtpg711dec.h:
19617         * gst/rtp/gstrtpg711depay.c:
19618         * gst/rtp/gstrtpg711depay.h:
19619         * gst/rtp/gstrtpg711enc.c:
19620         * gst/rtp/gstrtpg711enc.h:
19621         * gst/rtp/gstrtpg711pay.c:
19622         * gst/rtp/gstrtpg711pay.h:
19623         * gst/rtp/gstrtpgsmenc.c:
19624         * gst/rtp/gstrtpgsmenc.h:
19625         * gst/rtp/gstrtpgsmparse.c:
19626         * gst/rtp/gstrtpgsmparse.h:
19627         * gst/rtp/gstrtpgsmpay.c:
19628         * gst/rtp/gstrtpgsmpay.h:
19629         * gst/rtp/gstrtph263enc.c:
19630         * gst/rtp/gstrtph263enc.h:
19631         * gst/rtp/gstrtph263pay.c:
19632         * gst/rtp/gstrtph263pay.h:
19633         * gst/rtp/gstrtph263pdec.c:
19634         * gst/rtp/gstrtph263pdec.h:
19635         * gst/rtp/gstrtph263pdepay.c:
19636         * gst/rtp/gstrtph263pdepay.h:
19637         * gst/rtp/gstrtph263penc.c:
19638         * gst/rtp/gstrtph263penc.h:
19639         * gst/rtp/gstrtph263ppay.c:
19640         * gst/rtp/gstrtph263ppay.h:
19641         * gst/rtp/gstrtpmp4vdec.c:
19642         * gst/rtp/gstrtpmp4vdec.h:
19643         * gst/rtp/gstrtpmp4vdepay.c:
19644         * gst/rtp/gstrtpmp4vdepay.h:
19645         * gst/rtp/gstrtpmp4venc.c:
19646         * gst/rtp/gstrtpmp4venc.h:
19647         * gst/rtp/gstrtpmp4vpay.c:
19648         * gst/rtp/gstrtpmp4vpay.h:
19649         * gst/rtp/gstrtpmpadec.c:
19650         * gst/rtp/gstrtpmpadec.h:
19651         * gst/rtp/gstrtpmpadepay.c:
19652         * gst/rtp/gstrtpmpadepay.h:
19653         * gst/rtp/gstrtpmpaenc.c:
19654         * gst/rtp/gstrtpmpaenc.h:
19655         * gst/rtp/gstrtpmpapay.c:
19656         * gst/rtp/gstrtpmpapay.h:
19657         * gst/rtp/gstrtpspeexdec.c:
19658         * gst/rtp/gstrtpspeexdec.h:
19659         * gst/rtp/gstrtpspeexdepay.c:
19660         * gst/rtp/gstrtpspeexdepay.h:
19661         * gst/rtp/gstrtpspeexenc.c:
19662         * gst/rtp/gstrtpspeexenc.h:
19663         * gst/rtp/gstrtpspeexpay.c:
19664         * gst/rtp/gstrtpspeexpay.h:
19665           Do burger's rename for rtp payloaders and depayloaders
19666
19667 2005-11-30  Wim Taymans  <wim@fluendo.com>
19668
19669         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19670         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19671         * ext/dv/gstdvdemux.h:
19672         Fix seeking in dvdemux again, add some more debug info.
19673
19674 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19675
19676         * configure.ac:
19677           fix tests
19678
19679 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19680
19681         * PORTED_09:
19682         * docs/random/PORTED_09:
19683           move
19684         * tests/Makefile.am:
19685           add
19686         * win32/gst.sln:
19687           remove
19688
19689 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19690
19691         * Makefile.am:
19692         * check/.cvsignore:
19693         * check/Makefile.am:
19694         * check/elements/.cvsignore:
19695         * check/elements/level.c:
19696         * check/elements/matroskamux.c:
19697         * configure.ac:
19698         * examples/Makefile.am:
19699         * examples/capsfilter/Makefile.am:
19700         * examples/capsfilter/capsfilter1.c:
19701         * examples/gob/Makefile.am:
19702         * examples/gob/gst-identity2.gob:
19703         * examples/gstplay/.cvsignore:
19704         * examples/gstplay/Makefile.am:
19705         * examples/gstplay/player.c:
19706         * examples/indexing/.cvsignore:
19707         * examples/indexing/Makefile.am:
19708         * examples/indexing/indexmpeg.c:
19709         * examples/level/Makefile.am:
19710         * examples/level/README:
19711         * examples/level/demo.c:
19712         * examples/level/plot.c:
19713         * examples/stats/Makefile.am:
19714         * examples/stats/mp2ogg.c:
19715         * examples/switch/.cvsignore:
19716         * examples/switch/Makefile.am:
19717         * examples/switch/switcher.c:
19718           move under tests/
19719
19720 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19721
19722         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19723         (gst_text_render_class_init), (resize_bitmap),
19724         (gst_text_render_render_text), (gst_text_render_setcaps),
19725         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19726         (gst_text_render_chain), (gst_text_render_finalize),
19727         (gst_text_render_init), (gst_text_render_set_property):
19728         * ext/pango/gsttextrender.h:
19729           Add missing files.
19730
19731 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19732
19733         * configure.ac:
19734         * ext/Makefile.am:
19735         * ext/pango/Makefile.am:
19736         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19737         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19738         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19739         * ext/pango/gstclockoverlay.h:
19740         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19741         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19742         (gst_text_overlay_finalize), (gst_text_overlay_init),
19743         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19744         (gst_text_overlay_text_pad_linked),
19745         (gst_text_overlay_text_pad_unlinked),
19746         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19747         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19748         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19749         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19750         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19751         (gst_text_overlay_change_state), (plugin_init):
19752         * ext/pango/gsttextoverlay.h:
19753         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19754         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19755         (gst_time_overlay_class_init), (gst_time_overlay_init):
19756         * ext/pango/gsttimeoverlay.h:
19757           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19758           and add background shading and text wrapping modes. Make 
19759           timoverlay derive from textoverlay. Also add new clockoverlay
19760           element.
19761
19762 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19763
19764         * gst/udp/Makefile.am: Moved to netbuffer.
19765
19766 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19767
19768         * configure.ac:
19769         * PORTED_O9:
19770         * gst/multipart/Makefile.am:
19771         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19772         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19773         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19774         (gst_multipart_demux_change_state),
19775         (gst_multipart_demux_plugin_init):
19776         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19777         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19778         (gst_multipart_mux_sinkconnect),
19779         (gst_multipart_mux_request_new_pad),
19780         (gst_multipart_mux_handle_src_event),
19781         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19782         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19783         0.9.
19784
19785 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19786
19787         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19788         * gst/debug/gstnavigationtest.h:
19789         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19790         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19791         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19792         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19793         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19794         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19795         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19796         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19797         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19798         (gst_video_flip_get_type):
19799         * gst/videofilter/gstvideoflip.h:
19800           update for symbols change
19801
19802 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19803
19804         * gst/udp/gstdynudpsink.c:
19805         * gst/udp/gstudpsrc.c:
19806           the old gstnet lib was renamed gstnetbuffer (#322257)
19807
19808 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19809
19810         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19811         (gst_text_overlay_collected):
19812           Actually render the text from the text pad.
19813
19814 2005-11-29  Edward Hervey  <edward@fluendo.com>
19815
19816         * gst/debug/gstnavseek.c: (gst_navseek_event):
19817         * gst/debug/progressreport.c: (gst_progress_report_event):
19818         Update for GstBaseTransform event virtual method
19819
19820 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19821
19822         * ext/cairo/Makefile.am:
19823           no need to link to videofilter
19824
19825 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19826
19827         * gst/debug/Makefile.am:
19828         * gst/debug/gstnavigationtest.h:
19829         * gst/effectv/Makefile.am:
19830         * gst/effectv/gstaging.c:
19831         * gst/effectv/gstdice.c:
19832         * gst/effectv/gstedge.c:
19833         * gst/effectv/gstquark.c:
19834         * gst/effectv/gstrev.c:
19835         * gst/effectv/gstshagadelic.c:
19836         * gst/effectv/gstvertigo.c:
19837         * gst/effectv/gstwarp.c:
19838         * gst/videofilter/Makefile.am:
19839         * gst/videofilter/gstvideofilter.c:
19840         * gst/videofilter/gstvideofilter.h:
19841         * gst/videofilter/gstvideoflip.h:
19842           remove the videofilter library and link to the one in base
19843
19844 2005-11-28  Edward Hervey  <edward@fluendo.com>
19845
19846         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19847         Useless check now we're setting the current entry correctly.
19848
19849 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19850
19851         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19852         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19853         (gst_jpegenc_change_state):
19854           Don't leak input buffer in chain function (fixes #322667); make 
19855           state change function thread-safe; don't repeat the current function
19856           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19857           gst_pad_alloc_buffer(); misc. minor cleanups.
19858
19859 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19860
19861         * gst/matroska/matroska-mux.c:
19862         (gst_matroska_mux_video_pad_setcaps):
19863         Look for pixel-aspect-ratio in caps, not pixel_width and
19864         pixel_height (Fixes: #322645)
19865
19866 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19867
19868         * gst/matroska/matroska-mux.c:
19869         (gst_matroska_mux_video_pad_setcaps):
19870         From Michal Benes:
19871         frame duration should be GST_SECOND / framerate, not
19872         GST_SECOND * framerate. (Fixes: #322643)
19873
19874 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19875
19876         * configure.ac:
19877           fix up GST_PLUGIN_LDFLAGS
19878         * gst/rtsp/rtspconnection.c:
19879           fix includes (see #317043)
19880         * gst/videofilter/Makefile.am:
19881           stop installing this library
19882
19883 2005-11-26  Edward Hervey  <edward@fluendo.com>
19884
19885         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19886         Handle the case where the incoming Video dv stream doesn't have
19887         a pixel aspect ratio set.
19888
19889 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19890
19891         * docs/plugins/Makefile.am:
19892         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19893         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19894         * ext/flac/gstflacdec.c:
19895           document flacdec
19896
19897 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19898
19899         * docs/plugins/Makefile.am:
19900         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19901         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19902         * docs/plugins/inspect/plugin-autodetect.xml:
19903         * ext/cairo/gstcairo.c: (plugin_init):
19904         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19905         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19906         (gst_text_overlay_init), (gst_text_overlay_font_init),
19907         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19908         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19909         (gst_text_overlay_text_pad_linked),
19910         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19911         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19912         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19913         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19914         (gst_text_overlay_change_state):
19915         * ext/cairo/gsttextoverlay.h:
19916         * ext/cairo/gsttimeoverlay.c:
19917         (gst_cairo_time_overlay_update_font_height),
19918         (gst_cairo_time_overlay_set_caps),
19919         (gst_cairo_time_overlay_get_unit_size),
19920         (gst_cairo_time_overlay_print_smpte_time),
19921         (gst_cairo_time_overlay_transform),
19922         (gst_cairo_time_overlay_base_init),
19923         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19924         (gst_cairo_time_overlay_get_type):
19925         * ext/cairo/gsttimeoverlay.h:
19926           do some name borgifying
19927           document
19928
19929 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19930
19931         * docs/plugins/Makefile.am:
19932         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19933         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19934         * gst/autodetect/gstautoaudiosink.c:
19935         (gst_auto_audio_sink_base_init):
19936         * gst/autodetect/gstautovideosink.c:
19937         (gst_auto_video_sink_base_init),
19938         (gst_auto_video_sink_factory_filter):
19939           documenting auto*sink
19940           using strstr for the video sink lookup, class field is not ordered
19941         * docs/plugins/inspect/plugin-1394.xml:
19942         * docs/plugins/inspect/plugin-aasink.xml:
19943         * docs/plugins/inspect/plugin-alaw.xml:
19944         * docs/plugins/inspect/plugin-alpha.xml:
19945         * docs/plugins/inspect/plugin-alphacolor.xml:
19946         * docs/plugins/inspect/plugin-auparse.xml:
19947         * docs/plugins/inspect/plugin-autodetect.xml:
19948         * docs/plugins/inspect/plugin-avi.xml:
19949         * docs/plugins/inspect/plugin-cacasink.xml:
19950         * docs/plugins/inspect/plugin-cairo.xml:
19951         * docs/plugins/inspect/plugin-cutter.xml:
19952         * docs/plugins/inspect/plugin-debug.xml:
19953         * docs/plugins/inspect/plugin-dv.xml:
19954         * docs/plugins/inspect/plugin-efence.xml:
19955         * docs/plugins/inspect/plugin-effectv.xml:
19956         * docs/plugins/inspect/plugin-esdsink.xml:
19957         * docs/plugins/inspect/plugin-flac.xml:
19958         * docs/plugins/inspect/plugin-flxdec.xml:
19959         * docs/plugins/inspect/plugin-gconfelements.xml:
19960         * docs/plugins/inspect/plugin-goom.xml:
19961         * docs/plugins/inspect/plugin-jpeg.xml:
19962         * docs/plugins/inspect/plugin-level.xml:
19963         * docs/plugins/inspect/plugin-matroska.xml:
19964         * docs/plugins/inspect/plugin-mulaw.xml:
19965         * docs/plugins/inspect/plugin-navigationtest.xml:
19966         * docs/plugins/inspect/plugin-ossaudio.xml:
19967         * docs/plugins/inspect/plugin-png.xml:
19968         * docs/plugins/inspect/plugin-rtp.xml:
19969         * docs/plugins/inspect/plugin-rtsp.xml:
19970         * docs/plugins/inspect/plugin-shout2send.xml:
19971         * docs/plugins/inspect/plugin-smpte.xml:
19972         * docs/plugins/inspect/plugin-speex.xml:
19973         * docs/plugins/inspect/plugin-udp.xml:
19974         * docs/plugins/inspect/plugin-videobox.xml:
19975         * docs/plugins/inspect/plugin-videoflip.xml:
19976         * docs/plugins/inspect/plugin-videomixer.xml:
19977         * docs/plugins/inspect/plugin-wavenc.xml:
19978         * docs/plugins/inspect/plugin-wavparse.xml:
19979           update for HEAD version
19980
19981 2005-11-25  Michael Smith  <msmith@fluendo.com>
19982
19983         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
19984           Patch from Sebastien Cote to close control sockets in udpsrc.
19985
19986 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19987
19988         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
19989         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
19990         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
19991         (gst_quarktv_base_init), (gst_quarktv_class_init),
19992         (gst_quarktv_init): Flush the planes list on reverse caps
19993         negotiation. This was crashing because of differently sized
19994         buffers.
19995
19996 2005-11-24  Julien MOUTTE  <julien@moutte.net>
19997
19998         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
19999         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20000         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20001         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20002         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20003         (gst_videoflip_set_property), (gst_videoflip_base_init),
20004         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20005         correctly, fix identity flipping, convert navigation event 
20006         correctly again.
20007
20008 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20009
20010         * configure.ac: back to HEAD
20011
20012 === release 0.9.6 ===
20013
20014 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20015
20016         * configure.ac:
20017           releasing 0.9.6, "Everything's Not Lost"
20018
20019 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20020
20021         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20022         Oops, initialise the framerate GValue
20023
20024 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20025
20026         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20027         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20028         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20029         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20030         (gst_timeoverlay_get_type):
20031         * ext/cairo/gsttimeoverlay.h:
20032         * gst/debug/Makefile.am:
20033         * gst/debug/gstnavigationtest.c:
20034         (gst_navigationtest_handle_src_event),
20035         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20036         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20037         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20038         (gst_navigationtest_init), (gst_navigationtest_get_type),
20039         (plugin_init):
20040         * gst/debug/gstnavigationtest.h:
20041         * gst/effectv/Makefile.am:
20042         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20043         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20044         (gst_agingtv_base_init), (gst_agingtv_class_init),
20045         (gst_agingtv_init), (gst_agingtv_get_type):
20046         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20047         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20048         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20049         (gst_dicetv_get_type):
20050         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20051         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20052         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20053         (gst_edgetv_get_type):
20054         * gst/effectv/gsteffectv.c:
20055         * gst/effectv/gsteffectv.h:
20056         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20057         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20058         (gst_quarktv_change_state), (gst_quarktv_base_init),
20059         (gst_quarktv_class_init), (gst_quarktv_init),
20060         (gst_quarktv_get_type):
20061         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20062         (gst_revtv_get_unit_size), (gst_revtv_transform),
20063         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20064         (gst_revtv_get_type):
20065         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20066         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20067         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20068         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20069         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20070         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20071         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20072         (gst_vertigotv_init), (gst_vertigotv_get_type):
20073         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20074         (gst_warptv_get_unit_size), (gst_warptv_transform),
20075         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20076         (gst_warptv_get_type):
20077         * gst/videofilter/Makefile.am:
20078         * gst/videofilter/gstvideobalance.c:
20079         * gst/videofilter/gstvideobalance.h:
20080         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20081         (gst_videofilter_class_init), (gst_videofilter_init):
20082         * gst/videofilter/gstvideofilter.h:
20083         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20084         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20085         (gst_videoflip_flip), (gst_videoflip_transform),
20086         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20087         (gst_videoflip_base_init), (gst_videoflip_class_init),
20088         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20089         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20090         BaseTransform, it's just a place holder for now and every video
20091         effect plugin has been ported to use BaseTransform features 
20092         directly. QuarkTV was fixed too (was broken), navigationtest works
20093         and best for the end, videoflip converts navigation events depending
20094         on flip method ! Fixes #320953
20095
20096 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20097
20098         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20099         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20100         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20101         (gst_goom_src_negotiate), (gst_goom_chain):
20102         * gst/matroska/matroska-mux.c:
20103         (gst_matroska_mux_video_pad_setcaps):
20104         * sys/osxvideo/osxvideosink.m:
20105           Fixes for API changes
20106
20107 2005-11-23  Michael Smith <msmith@fluendo.com>
20108
20109         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20110         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20111         * ext/jpeg/gstjpegdec.h:
20112         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20113         * ext/jpeg/gstjpegenc.h:
20114         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20115         (gst_smokeenc_resync):
20116         * ext/jpeg/gstsmokeenc.h:
20117           JPEG fractiony goodness.
20118
20119 2005-11-22  Michael Smith <msmith@fluendo.com>
20120
20121         * gst/goom/filters.c:
20122         * gst/goom/graphic.h:
20123           Fix compilation by making some functions static inline instead of
20124           extern inline, matching the way they're used.
20125
20126 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20127
20128         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20129         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20130         * ext/cairo/gsttextoverlay.h:
20131         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20132         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20133         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20134         (gst_pngdec_caps_create_and_set):
20135         * ext/libpng/gstpngdec.h:
20136         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20137         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20138         * gst/avi/gstavimux.c: (gst_avimux_init),
20139         (gst_avimux_vidsinkconnect):
20140         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20141         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20142         (gst_goom_src_negotiate), (gst_goom_chain):
20143         * gst/goom/gstgoom.h:
20144         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20145         * gst/matroska/matroska-mux.c:
20146         (gst_matroska_mux_video_pad_setcaps):
20147         * sys/osxvideo/osxvideosink.h:
20148         * sys/osxvideo/osxvideosink.m:
20149           More fractional framerate conversions 
20150
20151 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20152
20153         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20154         * gst/debug/gstnavigationtest.c:
20155         (gst_navigationtest_handle_src_event):
20156         * gst/videofilter/gstvideofilter.c:
20157         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20158         (gst_videofilter_init):
20159         * gst/videofilter/gstvideofilter.h:
20160           Convert to fractional framerates.
20161
20162 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20163
20164         * ext/aalib/gstaasink.c:
20165         * ext/dv/gstdvdec.c:
20166         * ext/esd/esdmon.c:
20167         * ext/flac/gstflacenc.c:
20168         * ext/gdk_pixbuf/pixbufscale.c:
20169         * ext/libcaca/gstcacasink.c:
20170         * ext/shout2/gstshout2.c:
20171         * gst/alpha/gstalpha.c:
20172         * gst/oldcore/gstaggregator.c:
20173         * gst/oldcore/gstshaper.c:
20174         * gst/smpte/barboxwipes.c:
20175         * gst/smpte/gstsmpte.c:
20176         * gst/videobox/gstvideobox.c:
20177         * gst/videofilter/gstvideoflip.c:
20178         * gst/videomixer/videomixer.c:
20179           fix up more enums
20180
20181 2005-11-22  Michael Smith <msmith@fluendo.com>
20182
20183         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20184         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20185         (gst_videomixer_update_queues):
20186           Fractional framerates, videomixer.
20187
20188 2005-11-22  Michael Smith <msmith@fluendo.com>
20189
20190         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20191         * ext/dv/gstdvdec.h:
20192         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20193         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20194         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20195         (gst_dvdemux_flush):
20196         * ext/dv/gstdvdemux.h:
20197           Fractional framerates for DV. 
20198
20199 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20200
20201         * gst/autodetect/gstautoaudiosink.c:
20202         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20203         * gst/autodetect/gstautovideosink.c:
20204         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20205           Use gst_plugin_feature_list_free() to free feature list and
20206           in the case of autovideosink free the list at all. Also
20207           miscellaneous cosmetic fixes.
20208
20209 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20210
20211         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20212         (gst_cutter_set_property), (gst_cutter_get_caps):
20213           copy calculation code from level; remove use of some audio
20214           functions
20215
20216 2005-11-22  Andy Wingo  <wingo@pobox.com>
20217
20218         * Update for gst_tag_setter API changes.
20219
20220 2005-11-22  Andy Wingo  <wingo@pobox.com>
20221
20222         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20223         (gst_dvdemux_demux_frame)
20224         * ext/flac/gstflacdec.c (gst_flacdec_write)
20225         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20226         (gst_flacenc_sink_event)
20227         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20228         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20229         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20230         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20231         * gst/auparse/gstauparse.c (gst_auparse_chain)
20232         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20233         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20234         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20235         (gst_avi_demux_handle_seek)
20236         * gst/goom/gstgoom.c (gst_goom_event)
20237         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20238         * gst/matroska/matroska-demux.c
20239         (gst_matroska_demux_handle_seek_event)
20240         (gst_matroska_demux_loop_stream_parse_id)
20241         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20242         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20243         (gst_wavparse_stream_headers): Run update-funcnames.
20244
20245 2005-11-22  Edward Hervey  <edward@fluendo.com>
20246
20247         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20248         (gst_dv1394src_init), (gst_dv1394src_dispose),
20249         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20250         (gst_dv1394src_uri_set_uri):
20251         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20252         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20253         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20254         URIHandler interface and element properties are now properly
20255         synchronized for DV1394src and UDPSrc
20256
20257 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20258
20259         * ext/flac/Makefile.am:
20260         * ext/speex/Makefile.am:
20261           libgsttagedit has been renamed to libgsttag.
20262
20263 2005-11-21  Wim Taymans  <wim@fluendo.com>
20264
20265         * gst/rtsp/rtspconnection.c: (read_body):
20266         Apply patch from Sebastien Cote to fix #319184.
20267
20268 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20269
20270         * configure.ac:
20271         * gst/cutter/Makefile.am:
20272         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20273         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20274         (gst_cutter_set_property), (gst_cutter_get_property),
20275         (plugin_init), (gst_cutter_get_caps):
20276           port cutter
20277         * gst/level/gstlevel.c:
20278           fix up plugin details
20279
20280 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20281
20282         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20283         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20284         (gst_flacdec_src_event):
20285         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20286         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20287         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20288         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20289         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20290         (gst_flxdec_sink_event_handler):
20291         * gst/matroska/matroska-demux.c:
20292         (gst_matroska_demux_handle_seek_event):
20293         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20294           Update for stream lock API changes: don't take stream log
20295           in sink event handlers any longer and change GST_STREAM_LOCK
20296           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20297           functions.
20298
20299 2005-11-21  Michael Smith <msmith@fluendo.com>
20300
20301         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20302           gst_object_unref, not g_object_unref
20303
20304 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20305
20306         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20307         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20308           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20309
20310 2005-11-21  Michael Smith <msmith@fluendo.com>
20311
20312         * gst/auparse/Makefile.am:
20313         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20314         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20315         (gst_auparse_change_state):
20316         * gst/auparse/gstauparse.h:
20317           Partially fix #161712. playbin still doesn't work on these files,
20318           (on the bug report, Andy says we aren't typefinding it for some
20319           reason?) but at least auparse isn't totally busted like it was before.
20320
20321 2005-11-21  Andy Wingo  <wingo@pobox.com>
20322
20323         * *.h:
20324         * *.c: Ran scripts/update-macros. Oh yes.
20325
20326 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20327
20328         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20329           Filler events are gone for now, comment out section generating
20330           them.
20331
20332 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20333
20334         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20335         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20336         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20337         * sys/osxvideo/osxvideosink.m:
20338           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20339           (#322027)
20340
20341 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20342
20343         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20344         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20345         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20346         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20347         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20348         (gst_avi_demux_stream_data):
20349         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20350         * gst/wavenc/gstwavenc.c: (write_metadata):
20351         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20352         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20353         Fixes for GST_FOURCC_FORMAT API change.
20354
20355 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20356
20357         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20358         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20359         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20360         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20361         (gst_text_overlay_change_state):
20362         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20363         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20364         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20365         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20366         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20367         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20368         (gst_videomixer_change_state):
20369           Fix for collect pads API change. Also fix textoverlay state
20370           change function.
20371
20372 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20373
20374         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20375         GST_PAD_IS_USABLE by something approaching it.
20376
20377 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20378
20379         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20380         API changes.
20381         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20382         but also fix the code that was not checking return values from
20383         pad_push neither using pad_alloc_buffer.
20384
20385 2005-11-18  Edward Hervey  <edward@fluendo.com>
20386
20387         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20388         (gst_pngenc_chain):
20389         Added debug category
20390         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20391         goes to EOS.
20392
20393 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20394
20395         * gst/rtp/Makefile.am
20396         * gst/rtp/gstrtp.c
20397         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20398         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20399         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20400         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20401         * gst/rtp/gstrtpg711enc.h:
20402         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20403         * gst/rtp/gstrtpspeexenc.c:
20404         * gst/rtp/gstrtpspeexenc.h:
20405         * gst/rtp/gstrtpspeexdec.c:
20406         * gst/rtp/gstrtpspeexdec.h:
20407         Created Speex payloader and depayloader; Optimize G711 payloader to
20408         use adapter and send packets until MTU size.
20409
20410 2005-11-16  Wim Taymans  <wim@fluendo.com>
20411
20412         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20413         Fix leak in check.
20414
20415 2005-11-16  Wim Taymans  <wim@fluendo.com>
20416
20417         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20418         Fix state change.
20419
20420 2005-11-16  Andy Wingo  <wingo@pobox.com>
20421
20422         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20423         (gst_udpsrc_create): Move comment.
20424
20425 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20426
20427         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20428
20429         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20430           When seeking, seek to closest index entry at or before the requested
20431           seek position, not just the closest one (#321001).
20432
20433 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20434
20435         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20436         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20437           Invert DIB images again (see #132341).
20438
20439 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20440
20441         * configure.ac:
20442           rework configure.ac file
20443         * ext/aalib/gstaasink.c:
20444         * ext/cairo/gstcairo.c:
20445         * ext/dv/gstdv.c:
20446         * ext/esd/gstesd.c:
20447         * ext/flac/gstflac.c:
20448         * ext/gconf/gstgconfelements.c:
20449         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20450         * ext/jpeg/gstjpeg.c:
20451         * ext/ladspa/gstladspa.c:
20452         * ext/libcaca/gstcacasink.c:
20453         * ext/libmng/gstmng.c:
20454         * ext/libpng/gstpng.c:
20455         * ext/mikmod/gstmikmod.c:
20456         * ext/pango/gsttextoverlay.c:
20457         * ext/pango/gsttimeoverlay.c:
20458         * ext/raw1394/gst1394.c:
20459         * ext/speex/gstspeex.c:
20460         * gst/alpha/Makefile.am:
20461         * gst/alpha/gstalpha.c:
20462         * gst/alpha/gstalphacolor.c:
20463         * gst/auparse/gstauparse.c:
20464         * gst/autodetect/gstautoaudiosink.c:
20465         (gst_auto_audio_sink_factory_filter),
20466         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20467         * gst/autodetect/gstautodetect.c:
20468         * gst/avi/gstavi.c:
20469         * gst/cutter/gstcutter.c:
20470         * gst/debug/efence.c:
20471         * gst/debug/gstdebug.c:
20472         * gst/debug/gstnavigationtest.c:
20473         * gst/effectv/gsteffectv.c:
20474         * gst/flx/gstflxdec.c:
20475         * gst/goom/gstgoom.c:
20476         * gst/interleave/plugin.c:
20477         * gst/law/alaw.c:
20478         * gst/law/mulaw.c:
20479         * gst/level/gstlevel.c:
20480         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20481         * gst/matroska/matroska.c:
20482         * gst/median/gstmedian.c:
20483         * gst/monoscope/gstmonoscope.c:
20484         * gst/multipart/multipart.c:
20485         * gst/oldcore/gstelements.c:
20486         * gst/rtp/gstrtp.c:
20487         * gst/rtsp/gstrtsp.c:
20488         * gst/smoothwave/gstsmoothwave.c:
20489         * gst/smpte/gstsmpte.c:
20490         * gst/udp/gstudp.c:
20491         * gst/videobox/gstvideobox.c:
20492         * gst/videofilter/gstgamma.c:
20493         * gst/videofilter/gstvideobalance.c:
20494         * gst/videofilter/gstvideoflip.c:
20495         * gst/videofilter/gstvideotemplate.c:
20496         * gst/videomixer/videomixer.c:
20497         * gst/wavenc/gstwavenc.c:
20498         * gst/wavparse/gstwavparse.c:
20499         * sys/oss/gstossaudio.c:
20500         * sys/osxaudio/gstosxaudio.c:
20501           update GST_PLUGIN_DEFINE
20502         * gst/rtp/Makefile.am:
20503         * gst/rtp/gstasteriskh263.c:
20504           check for htons/htonl headers and possibly link to winsock2 lib
20505
20506 2005-11-12  Edward Hervey  <edward@fluendo.com>
20507
20508         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20509         Only GST_DEBUG() information on the valid components.
20510
20511 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20512
20513         * configure.ac: back to HEAD
20514
20515 === release 0.9.5 ===
20516
20517 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20518
20519         * configure.ac:
20520           releasing 0.9.5, "Phone Alarm"
20521
20522 2005-11-11  Edward Hervey  <edward@fluendo.com>
20523
20524         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20525         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20526         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20527         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20528         (gst_avi_demux_loop):
20529         * gst/avi/gstavidemux.h:
20530         Yeah, implement proper seeking. Exact seeking and segment seeking.
20531         Still need to do some checks for segment_stop.
20532
20533 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20534
20535         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20536
20537         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20538           Don't try to ready buffer duration from buffer that we don't
20539           own any  longer and that might already have been unreffed.
20540           (#321136)
20541
20542 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20543
20544         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20545         (flx_decode_delta_flc), (gst_flxdec_chain):
20546         Attempting to optimize the code for embedded systems.
20547
20548 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20549
20550         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20551
20552         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20553           Don't re-use already closed file descriptor. (#320920)
20554
20555 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20556
20557         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20558         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20559         (gst_oss_sink_prepare):
20560         * sys/oss/gstosssink.h:
20561           Cache probed caps; fix debug output for SET_PARAM macros.
20562
20563 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20564
20565         * ext/cairo/Makefile.am:
20566         * ext/cairo/gstcairo.c: (plugin_init):
20567         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20568         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20569         (gst_text_overlay_init), (gst_text_overlay_font_init),
20570         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20571         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20572         (gst_text_overlay_text_pad_linked),
20573         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20574         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20575         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20576         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20577         (gst_text_overlay_change_state):
20578         * ext/cairo/gsttextoverlay.h:
20579           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20580           property and redo positioning. Doesn't handle upstream renegotiation
20581           yet though.
20582
20583 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20584
20585         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20586         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20587         (gst_avi_demux_loop):
20588           No need to take the STREAM_LOCK in the loop function. Improve
20589           some debug messages. Don't leak pad names in debug messages.
20590
20591 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20592
20593         * gst/matroska/matroska-demux.c:
20594         (gst_matroska_demux_push_vorbis_codec_priv_data),
20595         (gst_matroska_demux_add_wvpk_header):
20596           Don't error out when the source pad isn't linked.
20597
20598 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20599
20600         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20601         (gst_gconf_audio_sink_change_state):
20602         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20603         (gst_gconf_video_sink_change_state):
20604           Fix state change functions here as well and set kid
20605           to NULL state before removing it.
20606
20607 2005-11-01  Edward Hervey  <edward@fluendo.com>
20608
20609         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20610         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20611         Added proper event handlind, 
20612         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20613         ignored),
20614         and don't set a duration of 0 for buffers otherwise they are discarded
20615         by GstBaseSink.
20616
20617         GstWavEnc needs some serious loving, after going through the code I'm
20618         really wondering how this can stay in -good ...
20619
20620 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20621
20622         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20623         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20624         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20625         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20626         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20627         (gst_matroska_mux_collected):
20628           Fix leaks and invalid memory access as reported by valgrind
20629
20630 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20631
20632         Patch by: Michal Benes <michal.benes@xeris.cz>
20633
20634         * check/Makefile.am:
20635         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20636         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20637         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20638           add a unit test for matroskamux
20639           fix the bugs that the unit test exposed
20640
20641 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20642
20643         * gst/autodetect/gstautoaudiosink.c:
20644         (gst_auto_audio_sink_class_init),
20645         (gst_auto_audio_sink_change_state):
20646         * gst/autodetect/gstautovideosink.c:
20647         (gst_auto_video_sink_class_init),
20648         (gst_auto_video_sink_change_state):
20649           Fix state change function and use GST_DEBUG_FUNCPTR in
20650           class_init.
20651
20652 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20653
20654         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20655
20656         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20657         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20658         * gst/matroska/ebml-write.h:
20659         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20660           Set timestamps on outgoing ebml headers as well, so that the
20661           element after matroskamux can get the timestamp already when
20662           reading the first ebml element and doesn't have to wait for
20663           the actual data buffer for that (#320308).
20664           
20665 2005-10-31  Andy Wingo  <wingo@pobox.com>
20666
20667         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20668         (gst_videomixer_pad_link): Kill some memleaks.
20669         (gst_videomixer_pad_get_property): Style fix.
20670         (gst_videomixer_pad_set_property): Style fix.
20671         (gst_videomixer_pad_init): Style fix.
20672         (gst_videomixer_update_queues): Kill memleak.
20673         (gst_videomixer_loop): Kill memleak.
20674         (gst_videomixer_collected): Kill memleak.
20675
20676 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20677
20678         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20679         gst_auparse_change_state:
20680         Just some cleanup.
20681
20682 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20683
20684         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20685         Add checks to GST_FLOW_NOT_LINKED for values returned
20686         from gst_pad_push.
20687         
20688 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20689
20690         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20691         (gst_rtpg711dec_process):
20692         * gst/rtp/gstrtpgsmenc.c:
20693         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20694         are never set. This is important for the g711 to work with burger's rtpbin
20695         element.
20696
20697 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20698
20699         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20700         (gst_speexenc_push_buffer):
20701         Add checks for return values from gst_pad_push and
20702         gst_pad_alloc_buffer.
20703
20704 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20705
20706         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20707
20708         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20709         (gst_matroska_demux_parse_info),
20710         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20711         (gst_matroska_demux_parse_cluster):
20712         * gst/matroska/matroska-ids.h:
20713         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20714         (gst_matroska_mux_init), (gst_matroska_mux_start),
20715         (gst_matroska_mux_create_buffer_header),
20716         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20717         (gst_matroska_mux_get_property):
20718         * gst/matroska/matroska-mux.h:
20719           Add SimpleBlock support to matroska demuxer and muxer (part of
20720           Matroska v2). (#319731)
20721
20722 2005-10-28  Wim Taymans  <wim@fluendo.com>
20723
20724         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20725         (gst_jpeg_dec_change_state):
20726         * ext/jpeg/gstjpegdec.h:
20727         Cleanups. Don't create caps for every chain.
20728
20729 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20730
20731         * gst/law/alaw-encode.c: (gst_alawenc_init),
20732         (alawenc_setcaps), (gst_alawenc_chain)
20733         * gst/law/alaw-encode.h:
20734         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20735         (mulawenc_setcaps), (gst_mulawenc_chain)
20736         * gst/law/mulaw-encode.h:
20737         Set timestamp on buffer and it allows RTP G711 elements
20738         work properly.
20739
20740 2005-10-27  Wim Taymans  <wim@fluendo.com>
20741
20742         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20743         Set correct format on oss instead of a silly value. 
20744
20745 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20746
20747         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20748         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20749         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20750         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20751         I420 rendering as well, doesn't bring much for my platform.
20752         Might help on some other platforms.
20753
20754 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20755
20756         * gst/rtp/gstrtpgsmenc.c:
20757         * gst/rtp/gstrtpgsmparse.c:
20758         Declaring the padtemplate correctly.
20759
20760 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20761
20762         * gst/rtp/gstrtpg711dec.c:
20763         * gst/rtp/gstrtpg711enc.c:
20764         * gst/rtp/gstrtpgsmenc.c:
20765         * gst/rtp/gstrtpgsmparse.c:
20766         Setting the proper copyright notice.
20767
20768 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20769
20770         * gst/videobox/Makefile.am: Use liboil.
20771         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20772         (gst_video_box_set_property), (gst_video_box_transform_caps),
20773         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20774         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20775         using liboil. Will dot the same to I420 border generation
20776         tomorrow.
20777
20778 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20779
20780         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20781         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20782         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20783         * gst/rtp/gstrtpg711dec.h:
20784         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20785         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20786         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20787         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20788         (gst_rtpgsmenc_handle_buffer):
20789         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20790         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20791         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20792         * gst/rtp/gstrtpgsmparse.h:
20793         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20794         inherits from the basertpdepayloader.
20795
20796 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20797
20798         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20799         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20800         (gst_video_box_ayuv): Removing this forgotten debug.
20801
20802 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20803
20804         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20805         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20806         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20807
20808 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20809
20810         * sys/oss/gstossaudio.c:
20811         * sys/oss/gstossdmabuffer.c:
20812         * sys/oss/gstosshelper.c:
20813         * sys/oss/gstossmixer.c:
20814         * sys/oss/gstossmixerelement.c:
20815         * sys/oss/gstossmixertrack.c:
20816         * sys/oss/gstosssink.c:
20817         * sys/oss/gstosssrc.c:
20818           Actually use the 'oss' debug category we register.
20819
20820 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20821
20822         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20823         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20824         Use gst_pad_get_parent and drop the ref that was added through
20825         that call.
20826
20827 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20828
20829         * gst/rtp/gstrtpgsmenc.c:
20830           Fix compilation
20831
20832 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20833
20834         * gst/rtp/gstrtpg711dec.c
20835         Just removed a couple of lines of weird code used during
20836         development/test time.
20837
20838 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20839
20840         * gst/rtp/Makefile.am
20841         * gst/rtp/gstrtp.c
20842         * gst/rtp/gstrtpg711enc.c
20843         * gst/rtp/gstrtpg711enc.h
20844         * gst/rtp/gstrtpg711dec.c
20845         * gst/rtp/gstrtpg711dec.h
20846         Created G711 payloader and depayloader (it supports mulaw and alaw
20847         (dec)encoders)
20848
20849 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20850
20851         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20852         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20853         Doh ! I introduced wingo's bug again ! Sorry...
20854
20855 2005-10-25  Christian Schaller <christian@fluendo.com> 
20856
20857         * gst/rtp/Makefile.am: add missing header files for disting
20858
20859 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20860
20861         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20862         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20863         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20864         (gst_rtpgsmenc_handle_buffer):
20865         * gst/rtp/gstrtpgsmenc.h:
20866         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20867         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20868         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20869         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20870         * gst/rtp/gstrtpgsmparse.h:
20871         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20872
20873 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20874
20875         * ext/libpng/gstpngdec.c: (user_info_callback),
20876         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20877         a newsegment event, move some redundant code in a single place.
20878
20879 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20880
20881         * ext/libpng/gstpngdec.c: (user_info_callback),
20882         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20883         hack to get correct colors order when we have a png image with
20884         alpha channel.
20885
20886 2005-10-24  Edward Hervey  <edward@fluendo.com>
20887
20888         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20889         Call gst_element_no_more_pads when there will be no more pads.
20890
20891 2005-10-24  Wim Taymans  <wim@fluendo.com>
20892
20893         * gst/rtp/Makefile.am:
20894         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20895         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20896         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20897         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20898         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20899         (gst_asteriskh263_plugin_init):
20900         * gst/rtp/gstasteriskh263.h:
20901         * gst/rtp/gstrtp.c: (plugin_init):
20902         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20903         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20904         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20905         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20906         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20907         (gst_rtph263enc_plugin_init):
20908         * gst/rtp/gstrtph263enc.h:
20909         Added two new payloaders, an RFC 2190 payloader for h263 and
20910         a payload convertor for an asterisk server.
20911
20912 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20913
20914         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20915           Set bytes_per_sample correctly (is not always 4, but 
20916           depends on width and number of channels).
20917
20918 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20919
20920         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20921         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20922         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20923         (gst_flacenc_sink_event), (gst_flacenc_chain),
20924         (gst_flacenc_set_property), (gst_flacenc_get_property),
20925         (gst_flacenc_change_state):
20926         * ext/flac/gstflacenc.h:
20927           Fix seeking, so that flacenc can rewrite the header with the
20928           correct duration and amount of samples and all that at EOS;
20929           also set timestamps and granulepos on outgoing buffers; add
20930           debug category; fix state change function.
20931           
20932 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20933
20934         * gst/videomixer/videomixer.c: Don't restrict video geometry
20935         from 16 to 4096.
20936
20937 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20938
20939         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20940         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20941         Fix caps negotiation correctly, add debugging category.
20942
20943 2005-10-24  Christian Schaller  <christian@fluendo.com>
20944
20945         * configure.ac: Port over Thomas's change from base listing all plugins
20946
20947 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20948
20949         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20950         a sink pad.
20951
20952 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20953
20954         * configure.ac:
20955         * docs/upload.mak:
20956           back to HEAD
20957
20958 === release 0.9.4 ===
20959
20960 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20961
20962         * configure.ac:
20963           Releasing 0.9.4, "Dromiceiomimus"
20964
20965 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
20966
20967         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
20968         (gst_speexenc_src_query):
20969           Add position and duration query, fix query type function.
20970           
20971         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
20972         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
20973           Let's not set non-fixed caps on source pads.
20974
20975 2005-10-21  Wim Taymans  <wim@fluendo.com>
20976
20977         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
20978         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
20979         (gst_avi_demux_handle_seek):
20980         Set correct stream_time in newsegment event.
20981         avi can also handle a duration query now.
20982
20983 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20984
20985         * gst/matroska/matroska-demux.c:
20986         (gst_matroska_demux_handle_src_query),
20987         (gst_matroska_demux_handle_seek_event),
20988         (gst_matroska_demux_loop_stream_parse_id):
20989           Fix duration query; fix basetime in newsegment event after
20990           seek; fix duration in initial newsegment event.
20991
20992         * gst/matroska/matroska-mux.c:
20993         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20994           Extract number of channels and samplerate from vorbis headers;
20995           add some debug messages when querying the durations of the
20996           input streams.
20997
20998 2005-10-20  Wim Taymans  <wim@fluendo.com>
20999
21000         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21001         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21002         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21003         Set stream time correctly in newsegment.
21004
21005 2005-10-20  Wim Taymans  <wim@fluendo.com>
21006
21007         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21008         Correctly fill in the stream time.
21009
21010 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21011
21012         * check/elements/level.c: (GST_START_TEST):
21013         * gst/level/gstlevel.c: (gst_level_message_new):
21014         * gst/level/level-example.c: (message_handler):
21015           use ELEMENT messages instead
21016
21017 2005-10-19  Wim Taymans  <wim@fluendo.com>
21018
21019         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21020         (gst_dvdemux_src_query):
21021         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21022         (gst_flacdec_src_query):
21023         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21024         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21025         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21026         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21027         * gst/debug/progressreport.c: (gst_progress_report_report):
21028         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21029         * gst/matroska/matroska-demux.c:
21030         (gst_matroska_demux_handle_src_query):
21031         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21032         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21033         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21034         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21035         (gst_wavparse_srcpad_event):
21036         API change fix.
21037
21038 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21039
21040         * gst/goom/filters.c:
21041         * gst/goom/graphic.h:
21042         * gst/goom/lines.c:
21043           Make inline functions either 'static inline' or 'extern inline',
21044           otherwise the Forte compiler apparently won't inline them (#317300).
21045
21046 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21047
21048         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21049         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21050         (user_info_callback), (user_endrow_callback), (user_end_callback),
21051         (user_read_data), (gst_pngdec_caps_create_and_set),
21052         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21053         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21054         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21055         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21056         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21057         very nice and handle push/pull based model. if you have filesrc
21058         connected to it, it will do random access to load the png file.
21059         If you have a network source that can't do _getrange, it does 
21060         progressive loading through the chain function.
21061         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21062         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21063         thanks to Master Wim Taymans ;-)
21064
21065 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21066
21067         * gst/matroska/Makefile.am:
21068         * gst/matroska/ebml-read.c:
21069         * gst/matroska/ebml-read.h:
21070         * gst/matroska/matroska-demux.c:
21071         * gst/matroska/matroska-demux.h:
21072         * gst/matroska/matroska.c: (plugin_init):
21073           Ported matroska demuxer to 0.9.
21074
21075 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21076
21077         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21078
21079         * gst/matroska/matroska-mux.c:
21080         (gst_matroska_mux_video_pad_setcaps),
21081         (gst_matroska_mux_audio_pad_setcaps):
21082           Fix mpeg4 input handling (#318847); also, while we're at it,
21083           fix media type for Motion-JPEG: should be image/jpeg.
21084
21085 2005-10-18  Wim Taymans  <wim@fluendo.com>
21086
21087         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21088         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21089         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21090         Fix for segment-start/stop API change.
21091
21092 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21093
21094         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21095         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21096         way.
21097
21098 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21099
21100         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21101         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21102         output declared in transform_caps.
21103
21104 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21105
21106         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21107
21108 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21109
21110         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21111         (gst_video_box_get_unit_size): Fix wrong size calculations and
21112         implement get_unit_size correctly.
21113
21114 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21115
21116         * configure.ac:
21117           Enable flx plugin.
21118
21119         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21120           Fix gcc4 signedness issue.
21121
21122 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21123
21124         * configure.ac: Adding videomixer.
21125         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21126         (user_read_data), (gst_pngdec_chain): More debugging.
21127         * gst/alpha/Makefile.am: Adding alphacolor
21128         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21129         (gst_alpha_color_class_init), (gst_alpha_color_init),
21130         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21131         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21132         (plugin_init): Ported to 0.9 using in place base tranform.
21133         * gst/videomixer/Makefile.am:
21134         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21135         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21136         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21137         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21138         (gst_videomixer_init), (gst_videomixer_getcaps),
21139         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21140         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21141         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21142         to 0.9 using collectpads.
21143
21144 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21145
21146         * configure.ac:
21147         * gst/flx/Makefile.am:
21148         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21149         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21150         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21151         * gst/flx/gstflxdec.h:
21152         flx plugin ported to 0.9
21153
21154 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21155
21156         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21157           use new gst_version_string()
21158
21159 2005-10-16  Andy Wingo  <wingo@pobox.com>
21160
21161         * configure.ac: GLIB_CHECK.
21162
21163 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21164
21165         * ext/libpng/Makefile.am:
21166         * ext/libpng/gstpng.c: (plugin_init):
21167         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21168         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21169         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21170
21171 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21172
21173         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21174
21175         * configure.ac:
21176         * gst/matroska/Makefile.am:
21177         * gst/matroska/ebml-ids.h:
21178         * gst/matroska/ebml-write.c:
21179         * gst/matroska/ebml-write.h:
21180         * gst/matroska/matroska-ids.h:
21181         * gst/matroska/matroska-mux.c:
21182         * gst/matroska/matroska-mux.h:
21183         * gst/matroska/matroska.c: (plugin_init):
21184           Port matroska muxer to 0.9 (#318847).
21185
21186 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21187
21188         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21189         (comment_init), (comment_add):
21190           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21191           use GST_READ_UINT32_LE() and friends rather than the private
21192           implementation of those same macros.
21193
21194 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21195
21196         * examples/stats/mp2ogg.c:
21197           more typo fixes
21198
21199 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21200
21201         * examples/indexing/indexmpeg.c: (main):
21202         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21203         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21204         * ext/esd/esdmon.h:
21205         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21206         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21207         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21208         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21209         * gst/avi/gstavimux.c: (gst_avimux_init):
21210         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21211         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21212         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21213         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21214         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21215         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21216         * gst/oldcore/gstmultifilesrc.h:
21217         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21218         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21219         (gst_pipefilter_change_state):
21220         * gst/oldcore/gstpipefilter.h:
21221         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21222         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21223         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21224         * sys/osxaudio/gstosxaudiosink.h:
21225         * sys/osxaudio/gstosxaudiosrc.h:
21226           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21227           moved bitshift from macro to enum definition
21228
21229 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21230
21231         * ext/Makefile.am:
21232         * ext/cairo/Makefile.am:
21233         * ext/cairo/gstcairo.c: (plugin_init):
21234         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21235         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21236         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21237         * ext/cairo/gsttimeoverlay.h:
21238           update of cairo-based timeoverlay to 1.0 Cairo API
21239           doesn't work yet for resizing of output sink
21240
21241 2005-10-11  Wim Taymans  <wim@fluendo.com>
21242
21243         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21244         newsegment API fix.
21245
21246 2005-10-11  Wim Taymans  <wim@fluendo.com>
21247
21248         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21249         (gst_dvdemux_demux_frame):
21250         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21251         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21252         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21253         (gst_avi_demux_handle_seek):
21254         * gst/goom/gstgoom.c: (gst_goom_event):
21255         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21256         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21257         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21258         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21259         (gst_wavparse_srcpad_event):
21260         newsegment API update.
21261
21262 2005-10-11  Andy Wingo  <wingo@pobox.com>
21263
21264         * ext/speex/gstspeexenc.c: Signedness cleanups.
21265
21266 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21267
21268         * PORTED_09:
21269         * ext/speex/Makefile.am:
21270         * ext/speex/gstspeex.c:
21271         * ext/speex/gstspeexenc.c:
21272         Speexenc ported to 0.9
21273
21274 2005-10-10  Wim Taymans  <wim@fluendo.com>
21275
21276         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21277         (gst_oss_sink_init), (gst_oss_sink_set_property),
21278         (gst_oss_sink_get_property), (gst_oss_sink_open),
21279         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21280         * sys/oss/gstosssink.h:
21281         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21282         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21283         (gst_oss_src_prepare):
21284         Cleanups, make device configurable in the sink, handle and report
21285         errors.
21286
21287 2005-10-10  Wim Taymans  <wim@fluendo.com>
21288
21289         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21290         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21291         Make sure element is NULL before removing from the bin.
21292
21293 2005-10-07  Andy Wingo  <wingo@pobox.com>
21294
21295         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21296         block forever in a read().
21297         (gst_dv1394src_bus_reset): Post a message when the cable is
21298         unplugged.
21299         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21300         (gst_dv1394src_bus_reset): Don't unref the message.
21301
21302         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21303         hacking. The only change should be that the state change stuff was
21304         put into basesrc's start() and stop() routines, which coalesces
21305         some steps.
21306
21307 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21308
21309         * configure.ac:
21310           Add check for mmap
21311           
21312         * gst/debug/Makefile.am:
21313           Only compile efence plugin on systems that have mmap.
21314
21315 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21316
21317         * gst/debug/Makefile.am:
21318         * gst/debug/breakmydata.c:
21319         * gst/debug/gstdebug.c:
21320         * gst/debug/gstnavigationtest.c:
21321         * gst/debug/gstnavseek.c: 
21322         * gst/debug/gstnavseek.h:
21323         * gst/debug/progressreport.c: 
21324         * gst/debug/testplugin.c:
21325           Port progressreport, navseek, navigationtest, testsink and
21326           breakmydata.
21327
21328 2005-10-05  Edward Hervey  <edward@fluendo.com>
21329
21330         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21331         (gst_dvdemux_src_query):
21332         Fixes for better conversion
21333
21334 2005-10-04  Michael Smith <msmith@fluendo.com>
21335
21336         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21337         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21338         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21339         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21340           Set state of elements to NULL before removing from bins.
21341           Set state of test element to NULL if we failed to move it to READY
21342
21343 2005-10-04  Edward Hervey  <edward@fluendo.com>
21344
21345         * ext/dv/Makefile.am:
21346         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21347         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21348         Corrected the query function for position so it doesn't forget what
21349         format was asked, and calls the conversion functions on the correct pad.
21350
21351 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21352
21353         * configure.ac:
21354           back to development
21355
21356 === release 0.9.3 ===
21357
21358 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21359
21360         * configure.ac:
21361           Releasing 0.9.3, "Aramis"
21362
21363 2005-10-03  Andy Wingo  <wingo@pobox.com>
21364
21365         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21366         error returns.
21367
21368 2005-10-02  Andy Wingo  <wingo@pobox.com>
21369
21370         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21371
21372         * ext/flac/gstflacenc.c: Ported to 0.9.
21373
21374         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21375
21376         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21377         and link to gsttagedit. Enable flacenc.
21378
21379         * ext/flac/gstflacdec.c: Re-enable tag reading.
21380
21381 2005-09-30  Wim Taymans  <wim@fluendo.com>
21382
21383         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21384         * gst/rtp/gstrtpgsmparse.c:
21385         * gst/rtp/gstrtph263penc.c:
21386         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21387         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21388         (gst_rtpmp4venc_set_property):
21389         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21390         Various class and caps fixes from Andre Magalhaes (andrunko)
21391
21392 2005-09-29  Wim Taymans  <wim@fluendo.com>
21393
21394         * gst/level/level-example.c: (main):
21395         Update for new bus API.
21396
21397 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21398
21399         * configure.ac:
21400           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21401           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21402
21403 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21404
21405         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21406           Fix playback of mono streams (bytes_per_sample should be set
21407           from the sample width and the number of channels negotiated,
21408           and not just be set to 4) (#317338)
21409
21410 2005-09-26  Wim Taymans  <wim@fluendo.com>
21411
21412         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21413         (gst_rtpmpaenc_handle_buffer):
21414         Set buffer duration correctly.
21415
21416 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21417
21418         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21419         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21420         (gst_avi_demux_change_state):
21421           Don't crash when encountering a stream with an unknown fourcc or
21422           codec id. Instead, create a pad of type video/x-avi-unknown or
21423           audio/x-avi-unknown, which as a side-effect also results in less
21424           confusing error messages in players ('no decoder' vs. 'no streams');
21425           minor fixes to state change function and class_init function.
21426
21427 2005-09-24  Wim Taymans  <wim@fluendo.com>
21428
21429         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21430         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21431         These are sinks.
21432
21433 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21434
21435         * check/elements/level.c: (GST_START_TEST):
21436           fix test for new GstClockTime use
21437         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21438         (gst_level_transform_ip):
21439         * gst/level/gstlevel.h:
21440           fix up the decay peak, ensuring the decay peak is never lower
21441           than the peak for that interval
21442
21443 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21444
21445         * docs/plugins/gst-plugins-good-plugins.args:
21446         * docs/plugins/inspect/plugin-alpha.xml:
21447         * docs/plugins/inspect/plugin-rtp.xml:
21448         * gst/level/gstlevel.c: (gst_level_set_caps),
21449         (gst_level_transform_ip):
21450           updating docs
21451
21452 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21453
21454         * Makefile.am:
21455         * check/elements/level.c: (GST_START_TEST):
21456         * gst/level/Makefile.am:
21457         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21458         (gst_level_set_property), (gst_level_get_property),
21459         (gst_level_set_caps), (gst_level_message_new),
21460         (gst_level_transform_ip):
21461         * gst/level/gstlevel.h:
21462         * gst/level/level-example.c: (message_handler), (main):
21463           convert to using GstClockTime for all time values, finally.
21464
21465 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21466
21467         * gst/auparse/Makefile.am:
21468         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21469           fix up build
21470         * configure.ac:
21471         * ext/cairo/Makefile.am:
21472         * ext/dv/Makefile.am:
21473         * ext/esd/Makefile.am:
21474         * ext/flac/Makefile.am:
21475         * ext/gconf/Makefile.am:
21476         * ext/gdk_pixbuf/Makefile.am:
21477         * ext/jpeg/Makefile.am:
21478         * ext/ladspa/Makefile.am:
21479         * ext/libcaca/Makefile.am:
21480         * ext/libmng/Makefile.am:
21481         * ext/libpng/Makefile.am:
21482         * ext/mikmod/Makefile.am:
21483         * ext/pango/Makefile.am:
21484         * ext/raw1394/Makefile.am:
21485         * ext/shout2/Makefile.am:
21486         * ext/speex/Makefile.am:
21487         * gst/alpha/Makefile.am:
21488         * gst/autodetect/Makefile.am:
21489         * gst/avi/Makefile.am:
21490         * gst/cutter/Makefile.am:
21491         * gst/debug/Makefile.am:
21492         * gst/effectv/Makefile.am:
21493         * gst/flx/Makefile.am:
21494         * gst/goom/Makefile.am:
21495         * gst/interleave/Makefile.am:
21496         * gst/law/Makefile.am:
21497         * gst/matroska/Makefile.am:
21498         * gst/median/Makefile.am:
21499         * gst/monoscope/Makefile.am:
21500         * gst/multipart/Makefile.am:
21501         * gst/oldcore/Makefile.am:
21502         * gst/rtp/Makefile.am:
21503         * gst/rtsp/Makefile.am:
21504         * gst/smoothwave/Makefile.am:
21505         * gst/smpte/Makefile.am:
21506         * gst/videobox/Makefile.am:
21507         * gst/videofilter/Makefile.am:
21508         * gst/videomixer/Makefile.am:
21509         * gst/wavenc/Makefile.am:
21510         * gst/wavparse/Makefile.am:
21511         * sys/oss/Makefile.am:
21512         * sys/osxaudio/Makefile.am:
21513         * sys/osxvideo/Makefile.am:
21514           fix up GST_LIBS use
21515
21516 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21517
21518         * gst/auparse/Makefile.am:
21519         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21520           fix build of auparse
21521
21522 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21523
21524         * configure.ac:
21525         * PORTED_09:
21526         * gst/auparse/gstauparse.c:
21527         * gst/auparse/gstauparse.h:
21528         Auparse ported to 0.9.
21529
21530 2005-09-22  Wim Taymans  <wim@fluendo.com>
21531
21532         * gst/rtp/TODO:
21533         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21534         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21535         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21536         (gst_rtpmp4venc_set_property):
21537         * gst/rtp/gstrtpmp4venc.h:
21538         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21539         * gst/rtp/gstrtpmpaenc.h:
21540         Use is_filled to both check MTU and max-ptime of base class.
21541
21542 2005-09-22  Wim Taymans  <wim@fluendo.com>
21543
21544         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21545         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21546         (gst_rtpmp4venc_set_property):
21547         Don't fragment packets with multiple frames.
21548
21549 2005-09-22  Wim Taymans  <wim@fluendo.com>
21550
21551         * gst/rtp/TODO:
21552         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21553         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21554         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21555         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21556         (gst_rtpmp4venc_get_property):
21557         * gst/rtp/gstrtpmp4venc.h:
21558         Remove g_print.
21559         Update TODO
21560         Make payload encoder a bit smarter and more correct with
21561         timestamps.
21562         Added option in payloader to include config string in-band.
21563
21564 2005-09-21  Wim Taymans  <wim@fluendo.com>
21565
21566         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21567         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21568         (gst_rtspsrc_send):
21569         Strip spaces for key/value pairs.
21570
21571 2005-09-21  Wim Taymans  <wim@fluendo.com>
21572
21573         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21574         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21575         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21576         (gst_rtspsrc_change_state):
21577         More SDP parsing and caps setting.
21578         Do NO_PREROLL differently.
21579         add pads only after negotiated.
21580
21581         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21582         (gst_udpsrc_getcaps):
21583         Implement the getcaps function.
21584
21585 2005-09-21  Wim Taymans  <wim@fluendo.com>
21586
21587         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21588         (gst_rtpamrdec_chain):
21589         Handle multiple AMr packets per payload. Handle CRC and
21590         parse ILL/ILP.
21591
21592         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21593         Make caps params strings for easy SDP mapping.
21594         
21595         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21596         Handle capsnego better.
21597
21598         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21599         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21600         Generate and parse config string in the caps.
21601
21602 2005-09-21  Wim Taymans  <wim@fluendo.com>
21603
21604         * gst/rtp/README:
21605         Update README
21606
21607         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21608         Make extra params as strings.
21609
21610         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21611         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21612         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21613         Make state change return NO_PREROLL as this is a live
21614         source.
21615
21616         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21617         Don't unref old caps when NULL.
21618
21619 2005-09-20  Wim Taymans  <wim@fluendo.com>
21620
21621         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21622         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21623         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21624         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21625         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21626         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21627         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21628         * gst/rtsp/sdpmessage.h:
21629         Add URI handler.
21630         Parse SDP and create caps.
21631
21632 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21633
21634         * gst/alpha/gstalpha.c:
21635           fix element description
21636
21637 2005-09-19  Wim Taymans  <wim@fluendo.com>
21638
21639         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21640         Don't check payload for now.
21641
21642 2005-09-19  Wim Taymans  <wim@fluendo.com>
21643
21644         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21645         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21646         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21647         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21648         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21649         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21650         (gst_wavparse_change_state):
21651         * gst/wavparse/gstwavparse.h:
21652         Fix wavparse some more.
21653
21654 2005-09-19  Wim Taymans  <wim@fluendo.com>
21655
21656         * check/elements/level.c: (GST_START_TEST):
21657         Fix for bus API change.
21658
21659 2005-09-19  Wim Taymans  <wim@fluendo.com>
21660
21661         * gst/level/level-example.c: (main):
21662         Fix for new bus API.
21663
21664         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21665         Set caps on pads.
21666
21667 2005-09-15  Wim Taymans  <wim@fluendo.com>
21668
21669         * gst/rtp/Makefile.am:
21670         * gst/rtp/README:
21671         * gst/rtp/gstrtp.c: (plugin_init):
21672         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21673         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21674         (gst_rtpamrdec_change_state):
21675         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21676         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21677         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21678         * gst/rtp/gstrtpamrenc.h:
21679         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21680         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21681         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21682         * gst/rtp/gstrtpgsmenc.h:
21683         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21684         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21685         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21686         (gst_rtpgsmparse_change_state):
21687         * gst/rtp/gstrtpgsmparse.h:
21688         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21689         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21690         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21691         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21692         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21693         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21694         * gst/rtp/gstrtph263penc.h:
21695         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21696         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21697         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21698         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21699         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21700         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21701         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21702         * gst/rtp/gstrtpmp4venc.h:
21703         * gst/rtp/gstrtpmpadec.c:
21704         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21705         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21706         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21707         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21708         * gst/rtp/gstrtpmpaenc.h:
21709         Updates to payloader/depayloaders, make payloaders use
21710         the base classes.
21711         Updated README with suggested RTP caps and how to convert
21712         to/from SDP.
21713         Added config descriptor in mp4v payloader.
21714
21715 2005-09-15  Andy Wingo  <wingo@pobox.com>
21716
21717         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21718         * gst/autodetect/gstautovideosink.c
21719         (gst_auto_video_sink_find_best): Update for new registry API.
21720
21721 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21722
21723         * common/c-to-xml.py:
21724         * common/gtk-doc-plugins.mak:
21725           a simple py script to generate valid xml from a C example
21726           probably also need to strip an MIT license when we decide
21727         * docs/plugins/Makefile.am:
21728         * gst/level/Makefile.am:
21729         * gst/level/gstlevel.c: (gst_level_init):
21730         * gst/level/level-example.c: (message_handler), (main):
21731           add an example to level that will show up in the docs
21732         * gst/rtp/TODO:
21733           add a note for the future
21734
21735 2005-09-14  Michael Smith <msmith@fluendo.com>
21736
21737         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21738           Actually define the debug object being used in wavenc. Fixes #316205
21739
21740 2005-09-14  Michael Smith <msmith@fluendo.com>
21741
21742         * gst/smpte/Makefile.am:
21743           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21744           needed to build on windows (bug 316204)
21745
21746 2005-09-12  Andy Wingo  <wingo@pobox.com>
21747
21748         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21749
21750 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21751
21752         * configure.ac:
21753         * gst/fdsrc/Makefile.am:
21754         * gst/fdsrc/gstfdsrc.c:
21755         * gst/fdsrc/gstfdsrc.h:
21756           Move fdsrc back into gstreamer core elements.
21757
21758         * gst/level/gstlevel.c: (gst_level_class_init),
21759         (gst_level_transform_ip):
21760         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21761           Basetransform changes.
21762
21763 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21764
21765         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21766         * ext/jpeg/smokecodec.c: (find_best_size):
21767           fix compiler warnings
21768
21769 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21770
21771         * gst-plugins-good.spec.in:
21772           spec file fixes
21773         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21774         (gst_multiudpsink_render), (gst_multiudpsink_add),
21775         (gst_multiudpsink_clear):
21776           it actually helps to actually stream if we hook up the
21777           "add" signal to an actual implementation
21778         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21779           some debugging
21780
21781 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21782
21783         * ext/jpeg/Makefile.am:
21784         * ext/jpeg/gstjpeg.c
21785         * ext/jpeg/gstjpegenc.c:
21786         * ext/jpeg/gstsmokeenc.c:
21787
21788 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21789
21790         * ext/flac/gstflacdec.c:
21791         * ext/flac/gstflacenc.c:
21792         * ext/flac/gstflactag.c:
21793         * ext/speex/gstspeexenc.c:
21794           gsttaginterface.h -> gsttagsetter.h
21795
21796 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21797
21798         * configure.ac:
21799         * gst/debug/Makefile.am:
21800         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21801         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21802         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21803         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21804         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21805           Port to 0.9 and re-enable efence plugin.
21806
21807 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21808
21809         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21810         (gst_flacdec_write), (gst_flacdec_convert_src):
21811         * ext/flac/gstflacdec.h:
21812           Add support for flac files with 24/32 bits per sample; and misc.
21813           minor clean-ups. Seeking is still partly broken (for me at least).
21814
21815 2005-09-06  Wim Taymans  <wim@fluendo.com>
21816
21817         * gst/rtp/Makefile.am:
21818         * gst/rtp/gstrtp.c: (plugin_init):
21819         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21820         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21821         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21822         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21823         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21824         (gst_rtpmp4vdec_plugin_init):
21825         * gst/rtp/gstrtpmp4vdec.h:
21826         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21827         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21828         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21829         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21830         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21831         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21832         * gst/rtp/gstrtpmp4venc.h:
21833         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21834         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21835         Added mpeg4 video payload encoder/decoder.
21836         Added some docs in mpa payloader.
21837
21838 === release 0.9.1 ===
21839
21840 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21841
21842         * NEWS:
21843         * README:
21844         * RELEASE:
21845         * autogen.sh:
21846         * configure.ac:
21847           releasing 0.9.1, "Blondie"
21848
21849 2005-09-05  Andy Wingo  <wingo@pobox.com>
21850
21851         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21852         here from the state change handler, so we fire signals without
21853         holding the state lock.
21854
21855 2005-09-02  Andy Wingo  <wingo@pobox.com>
21856
21857         * All plugins updated for element state changes.
21858
21859 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21860
21861         * Makefile.am:
21862         * check/.cvsignore:
21863         * check/Makefile.am:
21864         * check/elements/.cvsignore:
21865         * check/elements/level.c: (setup_level), (cleanup_level),
21866         (GST_START_TEST), (level_suite), (main):
21867           add a test for level
21868         * common/release.mak:
21869           move the enum checking to release.mak
21870         * configure.ac:
21871           add valgrind and check checking
21872         * gst/level/gstlevel.c: (gst_level_transform):
21873         * gst/level/gstlevel.h:
21874           fix Andy's cast bug
21875           convert a field to int
21876           fix the arithmetic to int when checking for emit so that a
21877           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21878
21879 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21880
21881         * Makefile.am:
21882         * configure.ac:
21883           add docs to build
21884         * common/plugins.xsl:
21885           wrap Description into a refsect2
21886         * docs/Makefile.am:
21887         * docs/plugins/Makefile.am:
21888         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21889         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21890         * gst/goom/Makefile.am:
21891         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21892         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21893         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21894         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21895         (gst_goom_change_state):
21896         * gst/goom/gstgoom.h:
21897           GstGOOM -> GstGoom
21898           add an example launch line
21899         * gst/level/gstlevel.h:
21900         * gst/monoscope/gstmonoscope.c:
21901           cleanups
21902
21903 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21904
21905         * configure.ac:
21906         * docs/plugins/Makefile.am:
21907         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21908         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21909         * docs/plugins/gst-plugins-good-plugins.types:
21910           document elements and plugins.  Shazam !
21911
21912 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21913
21914         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21915           be found under doc/random/ChangeLog-0.8