tests/examples/rtp/server-decodebin-H263p-AMR.sh: Add example RTP transcoding pipelin...
[platform/upstream/gstreamer.git] / ChangeLog
1 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * tests/examples/rtp/server-decodebin-H263p-AMR.sh:
4         Add example RTP transcoding pipeline from any file decodedable with
5         uridecodebin.
6
7 2009-01-02  Wim Taymans  <wim.taymans@collabora.co.uk>
8
9         * tests/examples/rtp/.cvsignore:
10         * tests/examples/rtp/Makefile.am:
11         * tests/examples/rtp/client-PCMA.c: (pad_added_cb), (main):
12         * tests/examples/rtp/server-alsasrc-PCMA.c: (main):
13         Add two C examples of using gstrtpbin as a sender and a receiver.
14
15 2008-12-31  Jan Schmidt  <jan.schmidt@sun.com>
16
17         * ChangeLog:
18         Remove conflict marker from ChangeLog
19
20 2008-12-28  Edward Hervey  <edward.hervey@collabora.co.uk>
21
22         Patch by: j^ <j at oil21.org>
23
24         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps),
25         (qtdemux_audio_caps):
26         Add codec mapping for xvid, fmp4 and ac3 tracks.
27         Fixes #565850
28
29 2008-12-23  Wim Taymans  <wim.taymans@collabora.co.uk>
30
31         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
32         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
33         (gst_smokeenc_chain), (gst_smokeenc_change_state):
34         * ext/jpeg/gstsmokeenc.h:
35         Implement getcaps function.
36         Set caps on the pad and on all outgoing buffers.
37         Fixes #565441.
38
39 2008-12-19  Stefan Kost  <ensonic@users.sf.net>
40
41         * ext/pulse/pulsemixerctrl.c:
42           And remove temporary comment pointing to the bug ticket.
43
44         * gst/avi/gstavimux.c:
45           Move reoccuring logging to LOG and log instance too.
46
47 2008-12-17  Stefan Kost  <ensonic@users.sf.net>
48
49         * ext/pulse/pulsemixerctrl.c:
50           Don't leak the pa_operation.
51
52 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
53
54         * configure.ac:
55           Require core cvs.
56
57 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
58
59         * gst/avi/gstavimux.c:
60           Rename api from _flush to _reset_tags. 
61
62 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
63
64         * gst/avi/gstavimux.c:
65           Use new tagsetter api to flush tags.
66
67 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
68
69         * tests/check/elements/deinterleave.c: (deinterleave_suite):
70         Increase timeout to 3 minutes to prevent timeouts.
71
72 2008-12-16  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
73
74         * tests/check/elements/interleave.c: (interleave_suite):
75         Increase timeout to 3 minutes to prevent timeouts.
76
77 2008-12-16  Stefan Kost  <ensonic@users.sf.net>
78
79         * gst/avi/gstavimux.c:
80         * gst/avi/gstavimux.h:
81           Totally remove the internal taglists and fully use tagsetter.
82
83 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
84
85         * gst/avi/gstavimux.c:
86           Instead of filtering wrongly just use the mergemode. Applications is
87           use KEEP_ALL if they want to supress tag-events. Fixes #563221 for
88           avi for real (I hope). Everyone chime in, before I fix the others.
89
90 2008-12-15  Stefan Kost  <ensonic@users.sf.net>
91
92         * ext/pulse/pulsemixerctrl.c:
93           Add note about memleak.
94
95 2008-12-13  Edward Hervey  <bilboed@gmail.com>
96
97         * m4/Makefile.am:
98         A couple more .m4 that aren't shipped anymore with gettext 0.17.
99
100 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
101
102         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
103         (gst_flac_dec_init):
104         * gst/law/alaw-decode.c: (gst_alaw_dec_base_init),
105         (gst_alaw_dec_init):
106         * gst/law/alaw-encode.c: (gst_alaw_enc_base_init),
107         (gst_alaw_enc_init):
108         * gst/law/alaw.c: (plugin_init):
109         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init),
110         (gst_mulawdec_init):
111         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init),
112         (gst_mulawenc_init):
113         * gst/law/mulaw.c: (plugin_init):
114         Switch to using GstStaticPadTemplate.
115         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr):
116         Don't forget to free the addrinfo structure.
117         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
118         (gst_wavparse_sink_activate):
119         Don't forget to unref the GstAdapter.
120
121 2008-12-13  Edward Hervey  <edward.hervey@collabora.co.uk>
122
123         * m4/Makefile.am:
124         inttypes.m4 hasn't been available since gettext-0.15, and since we now
125         require gettext >= 0.17 ... we can remove it from the list of files to
126         dist.
127
128 2008-12-09  Stefan Kost  <ensonic@users.sf.net>
129
130         * gst/avi/gstavidemux.c:
131           More logging.
132
133         * gst/avi/gstavimux.c:
134           Handle more metadata fields. Better estimate of metadata size. Don't
135           merge received tags, if application has specified tags using
136           GST_TAG_MERGE_REPLACE_ALL. Fixes #563221 for avi.
137
138 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
139
140         * tests/check/Makefile.am:
141         Also ignore pulsemixer for the states unit test.
142
143 2008-12-09  Wim Taymans  <wim.taymans@collabora.co.uk>
144
145         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_process):
146         Add an EOI marker at the end of the jpeg frame when it's missing.
147         Fixes #563056.
148
149 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
150
151         * tests/check/elements/videocrop.c: (check_1x1_buffer):
152         Update the unit test for the new color values for BT.601 red.
153         Fixes bug #563510.
154
155 2008-12-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
156
157         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
158           Restore previous behaviour of not passing QoS and navigation
159           events upstream, which presumably wasn't meant to be changed.
160
161 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
162
163         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
164         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
165         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
166         (gst_dvdemux_chain), (gst_dvdemux_loop),
167         (gst_dvdemux_change_state):
168         Add srcpads only when needed and remove them again when going
169         back to READY. This prevents stalled pipelines if there's no
170         audio inside the DV stream, which happens for many MXF files.
171
172 2008-12-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
173
174         * tests/check/elements/souphttpsrc.c: (GST_START_TEST),
175         (run_server):
176         The ports in libsoup are unsigned integers and not signed
177         integers.
178
179 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
180
181         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
182         (gst_dvdemux_add_audio_pad), (gst_dvdemux_remove_pads),
183         (gst_dvdemux_demux_audio), (gst_dvdemux_demux_video),
184         (gst_dvdemux_chain), (gst_dvdemux_loop),
185         (gst_dvdemux_change_state):
186         Add srcpads only when they're needed. If we add all pads in any
187         case we will get a stalling audio pad if the stream contains
188         no audio, which is the case for many MXF files.
189
190 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
191
192         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
193         Forward all events upstream unless it's something we really
194         don't handle. This fixes latency configuration of pipelines.
195
196 2008-12-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
197
198         * ext/dv/gstdv.c: (plugin_init):
199         * ext/dv/gstdvdec.c: (gst_dvdec_class_init):
200         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
201         Really call dv_init() exactly one time, not one time for
202         the demuxer and one time for the decoder.
203
204 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
205
206         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
207         Copy incomming timestamp to outgoing packets.
208
209 2008-12-08  Wim Taymans  <wim.taymans@collabora.co.uk>
210
211         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush),
212         (gst_rtp_mp4v_pay_event):
213         Don't try to push packets before we could find a valid config
214         startcode. Fixes #563509.
215
216 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
217
218         Patch by: Brian Cameron <brian.cameron at sun dot com>
219
220         * sys/sunaudio/gstsunaudiomixerctrl.c:
221         (gst_sunaudiomixer_ctrl_open):
222         Set the mixer fd before calling ioctl() on it. Fixes bug #563414.
223
224 2008-12-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
225
226         Patch by: Alexandre Rostovtsev <tetromino at gmail dot com>
227
228         * configure.ac:
229         Make usage of libv4l optional by a configure parameter.
230         Fixes bug #563504.
231
232 2008-12-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
233
234         * docs/plugins/Makefile.am:
235         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
236         * docs/plugins/gst-plugins-good-plugins-sections.txt:
237         * docs/plugins/gst-plugins-good-plugins.args:
238         * docs/plugins/gst-plugins-good-plugins.hierarchy:
239         * docs/plugins/gst-plugins-good-plugins.interfaces:
240         * docs/plugins/inspect/plugin-1394.xml:
241         * docs/plugins/inspect/plugin-aasink.xml:
242         * docs/plugins/inspect/plugin-alaw.xml:
243         * docs/plugins/inspect/plugin-alpha.xml:
244         * docs/plugins/inspect/plugin-alphacolor.xml:
245         * docs/plugins/inspect/plugin-annodex.xml:
246         * docs/plugins/inspect/plugin-apetag.xml:
247         * docs/plugins/inspect/plugin-audiofx.xml:
248         * docs/plugins/inspect/plugin-auparse.xml:
249         * docs/plugins/inspect/plugin-autodetect.xml:
250         * docs/plugins/inspect/plugin-avi.xml:
251         * docs/plugins/inspect/plugin-cacasink.xml:
252         * docs/plugins/inspect/plugin-cairo.xml:
253         * docs/plugins/inspect/plugin-cutter.xml:
254         * docs/plugins/inspect/plugin-debug.xml:
255         * docs/plugins/inspect/plugin-dv.xml:
256         * docs/plugins/inspect/plugin-efence.xml:
257         * docs/plugins/inspect/plugin-effectv.xml:
258         * docs/plugins/inspect/plugin-equalizer.xml:
259         * docs/plugins/inspect/plugin-esdsink.xml:
260         * docs/plugins/inspect/plugin-flac.xml:
261         * docs/plugins/inspect/plugin-flxdec.xml:
262         * docs/plugins/inspect/plugin-gamma.xml:
263         * docs/plugins/inspect/plugin-gconfelements.xml:
264         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
265         * docs/plugins/inspect/plugin-goom.xml:
266         * docs/plugins/inspect/plugin-goom2k1.xml:
267         * docs/plugins/inspect/plugin-halelements.xml:
268         * docs/plugins/inspect/plugin-icydemux.xml:
269         * docs/plugins/inspect/plugin-id3demux.xml:
270         * docs/plugins/inspect/plugin-interleave.xml:
271         * docs/plugins/inspect/plugin-jpeg.xml:
272         * docs/plugins/inspect/plugin-level.xml:
273         * docs/plugins/inspect/plugin-matroska.xml:
274         * docs/plugins/inspect/plugin-monoscope.xml:
275         * docs/plugins/inspect/plugin-mulaw.xml:
276         * docs/plugins/inspect/plugin-multifile.xml:
277         * docs/plugins/inspect/plugin-multipart.xml:
278         * docs/plugins/inspect/plugin-navigationtest.xml:
279         * docs/plugins/inspect/plugin-ossaudio.xml:
280         * docs/plugins/inspect/plugin-png.xml:
281         * docs/plugins/inspect/plugin-pulseaudio.xml:
282         * docs/plugins/inspect/plugin-quicktime.xml:
283         * docs/plugins/inspect/plugin-replaygain.xml:
284         * docs/plugins/inspect/plugin-rtp.xml:
285         * docs/plugins/inspect/plugin-rtsp.xml:
286         * docs/plugins/inspect/plugin-shout2send.xml:
287         * docs/plugins/inspect/plugin-smpte.xml:
288         * docs/plugins/inspect/plugin-soup.xml:
289         * docs/plugins/inspect/plugin-spectrum.xml:
290         * docs/plugins/inspect/plugin-speex.xml:
291         * docs/plugins/inspect/plugin-taglib.xml:
292         * docs/plugins/inspect/plugin-udp.xml:
293         * docs/plugins/inspect/plugin-video4linux2.xml:
294         * docs/plugins/inspect/plugin-videobalance.xml:
295         * docs/plugins/inspect/plugin-videobox.xml:
296         * docs/plugins/inspect/plugin-videocrop.xml:
297         * docs/plugins/inspect/plugin-videoflip.xml:
298         * docs/plugins/inspect/plugin-videomixer.xml:
299         * docs/plugins/inspect/plugin-wavenc.xml:
300         * docs/plugins/inspect/plugin-wavpack.xml:
301         * docs/plugins/inspect/plugin-wavparse.xml:
302         * docs/plugins/inspect/plugin-ximagesrc.xml:
303         * gst/matroska/matroska-demux.c:
304         * gst/matroska/matroska-demux.h:
305         * gst/matroska/matroska-mux.c:
306         * gst/matroska/matroska-mux.h:
307         Add documentation for matroskamux and matroskademux and
308         update the inspection xml files.
309
310 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
311
312         * configure.ac:
313         Apparently AC_CONFIG_MACRO_DIR breaks when using more
314         than one macro directory, reverting last change.
315
316 2008-12-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
317
318         * configure.ac:
319         Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
320         our M4 macros.
321
322 2008-11-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
323
324         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
325         Provide the parameters that are required for the format string
326         to fix a compiler warning.
327
328 2008-11-29  Stefan Kost  <ensonic@users.sf.net>
329
330         * gst/autodetect/gstautoaudiosrc.c:
331           Fix classification.
332
333 2008-11-29  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
334
335         Patch by: Cygwin Ports maintainer
336                   <yselkowitz at users dot sourceforge dot net>
337
338         * autogen.sh:
339         * configure.ac:
340         Require gettext 0.17 because older versions don't mix with libtool
341         2.2. At build time an older gettext version will still work.
342         Fixes bug #556091.
343
344 2008-11-28  Wim Taymans  <wim.taymans@collabora.co.uk>
345
346         Patch by: Peter Kjellerstedt <pkj at axis com>
347
348         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
349         Make gst_multiudpsink_render() ignore errors from sendto() instead of
350         breaking streaming. Emit a warning instead. Fixes #562572.
351
352 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
353
354         Patch by: Ron McOuat <rmcouat at smartt dot com>
355
356         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
357         (gst_soup_http_src_init), (gst_soup_http_src_dispose),
358         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property),
359         (gst_soup_http_src_authenticate_cb), (gst_soup_http_src_start):
360         * ext/soup/gstsouphttpsrc.h:
361         * tests/check/elements/souphttpsrc.c: (basic_auth_cb),
362         (digest_auth_cb), (run_test), (GST_START_TEST),
363         (souphttpsrc_suite), (run_server):
364         Add support for basic and digest authentication in souphttpsrc.
365         Fixes bug #561775.
366
367 2008-11-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
368
369         Patch by: Pepijn Van Eeckhoudt
370                       <pepijn dot vaneeckhoudt at luciad dot com>
371
372         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
373         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
374         * gst/wavenc/gstwavenc.h:
375         * gst/wavenc/riff.h:
376         Add support for a-law and mu-law encoded wav files. Fixes bug #562434.
377
378 2008-11-27  Wim Taymans  <wim.taymans@collabora.co.uk>
379
380         Patch by: 이문형 <iwings at gmail dot com>
381
382         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
383         Prevent further read/write actions taken to the connect-failed socket by
384         erroring out quickly. See #562258.
385
386 2008-11-26  Stefan Kost  <ensonic@users.sf.net>
387
388         * tests/examples/level/level-example.c:
389           Set fakesink to sync. Otherwise people might question the message
390           interval. Nevertheless the timestamp in the message is what matters.
391
392 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
393
394         * tests/icles/.cvsignore:
395         cvsignore newly generated file.
396
397 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
398
399         * gst/rtp/gstasteriskh263.c:
400         * gst/rtp/gstasteriskh263.h:
401         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
402         * gst/rtp/gstrtpL16depay.h:
403         * gst/rtp/gstrtpL16pay.c:
404         * gst/rtp/gstrtpL16pay.h:
405         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps):
406         * gst/rtp/gstrtpac3depay.h:
407         * gst/rtp/gstrtpamrdepay.c:
408         * gst/rtp/gstrtpamrdepay.h:
409         * gst/rtp/gstrtpamrpay.c:
410         * gst/rtp/gstrtpamrpay.h:
411         * gst/rtp/gstrtpdepay.c:
412         * gst/rtp/gstrtpdepay.h:
413         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps):
414         * gst/rtp/gstrtpg726depay.c:
415         * gst/rtp/gstrtpg726pay.c:
416         * gst/rtp/gstrtpg729depay.c:
417         * gst/rtp/gstrtpg729pay.c:
418         * gst/rtp/gstrtpgsmdepay.c:
419         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
420         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps):
421         * gst/rtp/gstrtph263depay.h:
422         * gst/rtp/gstrtph263pay.c:
423         * gst/rtp/gstrtph263pay.h:
424         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
425         * gst/rtp/gstrtph263pdepay.h:
426         * gst/rtp/gstrtph263ppay.c:
427         * gst/rtp/gstrtph263ppay.h:
428         * gst/rtp/gstrtph264depay.c:
429         * gst/rtp/gstrtph264depay.h:
430         * gst/rtp/gstrtph264pay.c:
431         * gst/rtp/gstrtph264pay.h:
432         * gst/rtp/gstrtpilbcdepay.c:
433         * gst/rtp/gstrtpilbcpay.c:
434         * gst/rtp/gstrtpjpegdepay.h:
435         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps):
436         * gst/rtp/gstrtpmp1sdepay.h:
437         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
438         * gst/rtp/gstrtpmp2tdepay.h:
439         * gst/rtp/gstrtpmp2tpay.c:
440         * gst/rtp/gstrtpmp2tpay.h:
441         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps):
442         * gst/rtp/gstrtpmp4apay.c:
443         * gst/rtp/gstrtpmp4apay.h:
444         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps):
445         * gst/rtp/gstrtpmp4gdepay.h:
446         * gst/rtp/gstrtpmp4gpay.c:
447         * gst/rtp/gstrtpmp4gpay.h:
448         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
449         * gst/rtp/gstrtpmp4vdepay.h:
450         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
451         * gst/rtp/gstrtpmp4vpay.h:
452         * gst/rtp/gstrtpmpadepay.c:
453         * gst/rtp/gstrtpmpadepay.h:
454         * gst/rtp/gstrtpmpapay.c:
455         * gst/rtp/gstrtpmpapay.h:
456         * gst/rtp/gstrtpmpvdepay.c:
457         * gst/rtp/gstrtpmpvdepay.h:
458         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
459         * gst/rtp/gstrtppcmapay.c:
460         * gst/rtp/gstrtppcmudepay.c:
461         * gst/rtp/gstrtppcmupay.c:
462         * gst/rtp/gstrtpspeexdepay.c:
463         * gst/rtp/gstrtpspeexpay.c:
464         * gst/rtp/gstrtpsv3vdepay.c:
465         * gst/rtp/gstrtpsv3vdepay.h:
466         * gst/rtp/gstrtptheoradepay.c:
467         * gst/rtp/gstrtptheoradepay.h:
468         * gst/rtp/gstrtptheorapay.c:
469         * gst/rtp/gstrtptheorapay.h:
470         * gst/rtp/gstrtpvorbisdepay.c:
471         * gst/rtp/gstrtpvorbisdepay.h:
472         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
473         * gst/rtp/gstrtpvorbispay.h:
474         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
475         * gst/rtp/gstrtpvrawpay.c:
476         Fix the descriptions and fix some email addresses.
477
478 2008-11-25  Julien Moutte  <julien@fluendo.com>
479
480         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps): Add MPG1 and MPG2 fourcc
481         to supported qtdemux video codecs as I found some video clips using 
482         those.
483
484 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
485
486         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
487         * gst/autodetect/gstautoaudiosrc.c: (gst_auto_audio_src_detect):
488         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
489         (gst_auto_video_sink_detect):
490         * gst/autodetect/gstautovideosrc.c: (gst_auto_video_src_detect):
491         Post an error when we can't set the internal ghostpad target.
492
493 2008-11-25  Wim Taymans  <wim.taymans@collabora.co.uk>
494
495         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
496         (gst_video_crop_transform), (gst_video_crop_transform_caps),
497         (gst_video_crop_set_caps), (gst_video_crop_set_property):
498         * gst/videocrop/gstvideocrop.h:
499         Fix renegotiation when changing properties using the new basetransform
500         features. Fixes #561502.
501
502         * tests/icles/Makefile.am:
503         * tests/icles/videocrop2-test.c: (make_pipeline), (main):
504         Add crazy interactive test unit for dynamically changing properties.
505
506 2008-11-24  Wim Taymans  <wim.taymans@collabora.co.uk>
507
508         * gst/rtsp/gstrtspsrc.c: (new_session_pad),
509         (gst_rtspsrc_parse_range):
510         Add some more debugging.
511         Use the reanges received from the server unconditionally.
512         Fixes #561625.
513
514 2008-11-23  Stefan Kost  <ensonic@users.sf.net>
515
516         * ext/pulse/pulsesink.c:
517           Change #if 0 to something more expresive and add pointer to related
518           bug ticket.
519
520 2008-11-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
521
522         Patch by: Tal Shalif <tshalif at nargila dot org>
523
524         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
525         Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib variants as
526         the latter don't exist on some systems (mingw). Fixes bug #561990.
527
528 2008-11-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
529
530         Patch by: Zeeshan Ali <zeeshanak at gnome dot org>
531
532         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_build_message):
533         Add transferMode.dnla.org header to HTTP requests as this is
534         required by the DLNA specs and doesn't hurt in other situations.
535         Fixes bug #561802.
536
537 2008-11-20  Michael Smith <msmith@songbirdnest.com>
538
539         * sys/osxvideo/osxvideosink.h:
540         * sys/osxvideo/osxvideosink.m:
541           Handle video window resizing more correctly, avoiding crashes when
542           embedding the window and resizing it.
543
544 2008-11-20  Michael Smith <msmith@songbirdnest.com>
545
546         * gst/udp/gstmultiudpsink.c:
547         * gst/udp/gstudpnetutils.c:
548         * gst/udp/gstudpnetutils.h:
549         * gst/udp/gstudpsrc.c:
550           Fix multiudpsink on OSX by passing the specific length of the socket,
551           refactor that into a function shared with the same thing in udpsrc.
552
553 2008-11-20  Wim Taymans  <wim.taymans@collabora.co.uk>
554
555         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
556         (uint64_ceiling_scale), (gst_wavparse_calculate_duration),
557         (gst_wavparse_stream_headers):
558         Fix the scaling code.
559         Fix parsing of the INFO chunks, we were reading the wrong number of
560         bytes.  Fixes #561580.
561
562 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
563
564         * gst/matroska/matroska-mux.c:
565         Fix NULL pointer dereference of an unset codec_id in the recently 
566         added Dirac paths
567
568 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
569
570         * tests/check/Makefile.am:
571         Just keep disabling elements that hang the states test until it
572         works.
573
574 2008-11-20  Jan Schmidt  <jan.schmidt@sun.com>
575
576         * ext/libpng/gstpngenc.c:
577         Don't flush downstream after every buffer - that's not what
578         this libpng callback is for at all!
579
580 2008-11-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
581
582         * sys/v4l2/v4l2src_calls.c:
583           (gst_v4l2src_probe_caps_for_format_and_size), (sort_by_frame_size),
584           (gst_v4l2src_probe_caps_for_format):
585           Turns out we don't always get the frame sizes in a predefined
586           order from lowest to highest resolution, so let's just sort the
587           list by frame size once we've queried the possible resolutions
588           rather than assume any particular order. Fixes probed caps for
589           the camera in my HP2133 mini notebook and makes v4l2src default
590           to a decent size.
591
592 2008-11-16  Edward Hervey  <edward.hervey@collabora.co.uk>
593
594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
595         * gst/matroska/matroska-ids.h:
596         Make mkvdemux aware of E-AC3.
597
598 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
599
600         * gst/rtp/Makefile.am:
601         * gst/rtp/gstrtp.c: (plugin_init):
602         * gst/rtp/gstrtpjpegdepay.c: (gst_rtp_jpeg_depay_base_init),
603         (gst_rtp_jpeg_depay_class_init), (gst_rtp_jpeg_depay_init),
604         (gst_rtp_jpeg_depay_finalize), (MakeTables), (MakeQuantHeader),
605         (MakeHuffmanHeader), (MakeDRIHeader), (MakeHeaders),
606         (gst_rtp_jpeg_depay_setcaps), (gst_rtp_jpeg_depay_process),
607         (gst_rtp_jpeg_depay_change_state),
608         (gst_rtp_jpeg_depay_plugin_init):
609         * gst/rtp/gstrtpjpegdepay.h:
610         Add a jpeg depayloader.
611
612         * gst/rtp/gstrtpjpegpay.c:
613         Set the default properties on the payloader to better defaults.
614
615 2008-11-14  Stefan Kost  <ensonic@users.sf.net>
616
617         * sys/v4l2/gstv4l2.c:
618           Give it a primary rank for autovideosrc.
619
620 2008-11-14  Wim Taymans  <wim.taymans@collabora.co.uk>
621
622         Patch by: Bjorn Ostby <bjornos at axis dot com>
623
624         * gst/rtp/Makefile.am:
625         * gst/rtp/gstrtp.c: (plugin_init):
626         * gst/rtp/gstrtpjpegpay.c: (gst_rtp_jpeg_pay_base_init),
627         (gst_rtp_jpeg_pay_class_init), (gst_rtp_jpeg_pay_init),
628         (gst_rtp_jpeg_pay_setcaps), (gst_rtp_jpeg_pay_header_size),
629         (gst_rtp_jpeg_pay_read_quant_table),
630         (gst_rtp_jpeg_pay_scan_marker), (gst_rtp_jpeg_pay_handle_buffer),
631         (gst_rtp_jpeg_pay_set_property), (gst_rtp_jpeg_pay_get_property),
632         (gst_rtp_jpeg_pay_plugin_init):
633         * gst/rtp/gstrtpjpegpay.h:
634         Add JPEG payloader. Fixes #560756.
635
636 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
637
638         Patch by: Fabricio Godoy <skarllot at gmail dot com>
639
640         * sys/oss/gstosssink.c: (gst_oss_sink_open):
641         * sys/oss/gstosssrc.c: (gst_oss_src_open):
642         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_mmap):
643         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
644         Fix some spelling mistakes. Fixes #556802.
645
646 2008-11-13  Stefan Kost  <ensonic@users.sf.net>
647
648         * gst/equalizer/GstIirEqualizer10Bands.prs:
649         * gst/equalizer/GstIirEqualizer3Bands.prs:
650         * gst/equalizer/Makefile.am:
651         * gst/equalizer/gstiirequalizer10bands.c:
652         * gst/equalizer/gstiirequalizer3bands.c:
653           Add presets for equalizer. Fixes #522183.
654
655 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
656
657         * gst/rtsp/Makefile.am:
658         * gst/rtsp/gstrtsp.c: (plugin_init):
659         * gst/rtsp/gstrtspgoogle.c:
660         * gst/rtsp/gstrtspgoogle.h:
661         Remove google extension again, it's not needed anymore because we never
662         send multiple transports anymore.
663
664 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
665
666         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
667
668         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_nat_method_get_type),
669         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
670         (gst_rtspsrc_get_property), (gst_rtspsrc_create_stream),
671         (gst_rtspsrc_stream_free),
672         (gst_rtspsrc_stream_configure_udp_sinks),
673         (gst_rtspsrc_stream_configure_transport),
674         (gst_rtspsrc_send_dummy_packets),
675         (gst_rtspsrc_create_transports_string),
676         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
677         * gst/rtsp/gstrtspsrc.h:
678         Add property to configure NAT traversal method.
679         Ignore EOS from the internal sinks.
680         Implement sending dummy packets as a (simple) method to open up
681         some firewalls.
682         Send PLAY request to the server after we started the udp sources.
683         Fixes #559545.
684
685 2008-11-13  Wim Taymans  <wim.taymans@collabora.co.uk>
686
687         Patch by: Yotam <sh dot yotam at gmail dot com>
688
689         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_event):
690         Flush the remaining frames on EOS. Fixes #560641.
691
692 2008-11-12  Jan Schmidt  <jan.schmidt@sun.com>
693
694         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_handle_buffer):
695         Fix compiler warning about printf formatting.
696
697 2008-11-12  Andy Wingo  <wingo@pobox.com>
698
699         * gst/qtdemux/qtdemux.h (struct _GstQTDemux):
700         * gst/qtdemux/qtdemux.c (gst_qtdemux_do_seek): Queue up new
701         segment events instead of sending them from the seeking thread.
702         Fixes #559288.
703         (gst_qtdemux_push_pending_newsegment): New helper, sends out
704         queued newsegment events.
705         (gst_qtdemux_loop_state_movie): Voilà, call it here. Only need to
706         call it here, as we only seek when looping, and only push in the
707         movie state.
708
709 2008-11-11  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
710
711         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_tmpo),
712         (qtdemux_tag_add_covr), (qtdemux_parse_udta):
713         * gst/qtdemux/qtdemux_fourcc.h:
714         * gst/qtdemux/qtdemux_types.c:
715         Add cover and alternative copyright tag, and enhance some existing
716         ones by marking them as container atoms.
717
718 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
719
720         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_set_caps):
721         Don't ignore the return value of setcaps.
722
723 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
724
725         Patch by: Olivier Crete <tester at tester dot ca>
726
727         * gst/rtp/gstrtpg729pay.c: (gst_rtp_g729_pay_base_init),
728         (gst_rtp_g729_pay_class_init), (gst_rtp_g729_pay_init),
729         (gst_rtp_g729_pay_set_caps), (gst_rtp_g729_pay_handle_buffer):
730         * gst/rtp/gstrtpg729pay.h:
731         Replace G729 payloader with an improved version. Fixes #532409.
732
733 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
734
735         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_transports_string),
736         (gst_rtspsrc_change_state):
737         Only send one transport at a time for improved compatibility with some
738         broken servers. See #537832.
739
740 2008-11-11  Wim Taymans  <wim.taymans@collabora.co.uk>
741
742         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
743         (gst_rtspsrc_perform_seek):
744         Only pause/play in the seek handler when the source was playing.
745         Fixes #529379.
746
747 2008-11-11  Sebastian Dröge  <slomo@circular-chaos.org>
748
749         * gst/matroska/matroska-mux.c:
750         (gst_matroska_mux_handle_dirac_packet):
751         Fix muxing of Dirac streams if the input already has the format
752         we need, i.e. is the output of matroskademux.
753
754 2008-11-11  Stefan Kost  <ensonic@users.sf.net>
755
756         * gst/avi/gstavimux.c:
757           Don't segfault on string typed tags being NULL. Fixes #560155.
758
759 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
760
761         * gst/matroska/matroska-mux.c: (aac_codec_data_to_codec_id),
762         (gst_matroska_mux_audio_pad_setcaps):
763         Fix mapping AAC profile to Matroska codec id.
764
765 2008-11-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
766
767         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak),
768         (qtdemux_video_caps), (qtdemux_audio_caps):
769         Refactor some raw audio caps building, and handle >16-bit cases.
770         Fix/replace building caps from a string description.
771
772 2008-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
773
774         * gst/audiofx/audiowsincband.c:
775         * gst/audiofx/audiowsinclimit.c:
776         * gst/cutter/gstcutter.c:
777           Make author name consistent with others.
778
779 2008-11-10  Wim Taymans  <wim.taymans@collabora.co.uk>
780
781         Based on patch by: Eric Zhang <chao.zhang at access-company dot com>
782
783         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek),
784         (gst_rtspsrc_stream_configure_udp_sink):
785         Pause the RTSP stream before doing a new play request.
786         Make sure that adding the udpsinks does not cause the rtspsrc to become
787         a sink. Fixes #559547.
788
789 2008-11-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
790
791         * gst/matroska/matroska-ids.h:
792         * gst/matroska/matroska-mux.c: (gst_matroska_pad_free),
793         (gst_matroska_mux_handle_dirac_packet),
794         (gst_matroska_mux_write_data):
795         Implement Dirac muxing into Matroska comforming to the spec, i.e.
796         put all Dirac packages up to a picture into a Matroska block.
797
798         TODO: Implement writing of the ReferenceBlock Matroska elements,
799         currently the Dirac muxing is only 100% correct if Matroska version 2
800         is selected for muxing.
801
802 2008-11-04  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
803
804         Patch by: Bastien Nocera <hadess at hadess dot net>,
805                   Hans de Goede <jwrdegoede at fedoraproject dot org>
806
807         * configure.ac:
808         * sys/v4l2/Makefile.am:
809         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get_read):
810         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
811         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_close),
812         (gst_v4l2_get_norm), (gst_v4l2_set_norm), (gst_v4l2_get_frequency),
813         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
814         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute),
815         (gst_v4l2_get_input), (gst_v4l2_set_input):
816         * sys/v4l2/v4l2_calls.h:
817         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
818         (gst_v4l2_buffer_new), (gst_v4l2_buffer_pool_finalize),
819         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
820         (gst_v4l2src_fill_format_list),
821         (gst_v4l2src_probe_caps_for_format_and_size),
822         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame),
823         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init),
824         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop),
825         (gst_v4l2src_get_nearest_size):
826         Optionally use libv4l to access v4l2 devices. Fixes bug #545033.
827
828 2008-11-04  Stefan Kost  <ensonic@users.sf.net>
829
830         * ext/aalib/Makefile.am:
831         * ext/annodex/Makefile.am:
832         * ext/cairo/Makefile.am:
833         * ext/dv/Makefile.am:
834         * ext/esd/Makefile.am:
835         * ext/flac/Makefile.am:
836         * ext/gconf/Makefile.am:
837         * ext/gdk_pixbuf/Makefile.am:
838         * ext/hal/Makefile.am:
839         * ext/jpeg/Makefile.am:
840         * ext/ladspa/Makefile.am:
841         * ext/libcaca/Makefile.am:
842         * ext/libmng/Makefile.am:
843         * ext/libpng/Makefile.am:
844         * ext/mikmod/Makefile.am:
845         * ext/pulse/Makefile.am:
846         * ext/raw1394/Makefile.am:
847         * ext/shout2/Makefile.am:
848         * ext/soup/Makefile.am:
849         * ext/speex/Makefile.am:
850         * ext/taglib/Makefile.am:
851         * ext/wavpack/Makefile.am:
852         * gst/alpha/Makefile.am:
853         * gst/apetag/Makefile.am:
854         * gst/audiofx/Makefile.am:
855         * gst/auparse/Makefile.am:
856         * gst/autodetect/Makefile.am:
857         * gst/avi/Makefile.am:
858         * gst/cutter/Makefile.am:
859         * gst/debug/Makefile.am:
860         * gst/effectv/Makefile.am:
861         * gst/equalizer/Makefile.am:
862         * gst/flx/Makefile.am:
863         * gst/goom/Makefile.am:
864         * gst/goom2k1/Makefile.am:
865         * gst/icydemux/Makefile.am:
866         * gst/id3demux/Makefile.am:
867         * gst/interleave/Makefile.am:
868         * gst/law/Makefile.am:
869         * gst/level/Makefile.am:
870         * gst/matroska/Makefile.am:
871         * gst/median/Makefile.am:
872         * gst/monoscope/Makefile.am:
873         * gst/multifile/Makefile.am:
874         * gst/multipart/Makefile.am:
875         * gst/oldcore/Makefile.am:
876         * gst/qtdemux/Makefile.am:
877         * gst/replaygain/Makefile.am:
878         * gst/rtp/Makefile.am:
879         * gst/rtsp/Makefile.am:
880         * gst/smpte/Makefile.am:
881         * gst/spectrum/Makefile.am:
882         * gst/udp/Makefile.am:
883         * gst/videobox/Makefile.am:
884         * gst/videocrop/Makefile.am:
885         * gst/videofilter/Makefile.am:
886         * gst/videomixer/Makefile.am:
887         * gst/wavenc/Makefile.am:
888         * gst/wavparse/Makefile.am:
889         * sys/directdraw/Makefile.am:
890         * sys/directsound/Makefile.am:
891         * sys/oss/Makefile.am:
892         * sys/osxaudio/Makefile.am:
893         * sys/osxvideo/Makefile.am:
894         * sys/sunaudio/Makefile.am:
895         * sys/v4l2/Makefile.am:
896         * sys/waveform/Makefile.am:
897         * sys/ximage/Makefile.am:
898           Don't install static libs for plugins. Fixes #550851 for -good.
899
900 2008-10-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
901
902         * ext/flac/Makefile.am:
903         Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers.
904         This fixes compilation if FLAC is installed in an uncommon location
905         that is not already handled by other CFLAGS. Fixes bug #558711.
906
907 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
908
909         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):
910         Guard more uncommon formats with ifdefs so that we can compile on older
911         versions.
912
913 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
914
915         Patch by: Nick Haddad <nick at haddads dot net>
916
917         * gst/avi/gstavidemux.c: (gst_avi_demux_is_uncompressed),
918         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
919         (gst_avi_demux_stream_data):
920         Invert other uncompressed RGB formats. Fixes #558554.
921
922 2008-10-30  Sebastian Dröge  <slomo@circular-chaos.org>
923
924         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
925         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
926         * gst/wavenc/gstwavenc.h:
927         Add support for float/double as input and remove the (nowadays)
928         useless parsing of the depth as we require width==depth.
929
930 2008-10-30  Wim Taymans  <wim.taymans@collabora.co.uk>
931
932         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps):
933         * gst/rtp/gstrtpmpapay.c:
934         Narrow down the caps of the mpeg audio pay/depayloaders to only accept
935         mpeg version 1. Fixes #558427.
936
937 2008-10-29  Wim Taymans  <wim.taymans@collabora.co.uk>
938
939         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_flush),
940         (gst_rtp_L16_pay_getcaps):
941         Only put an integral amount of samples in the RTP packet.
942         Fixes #556641.
943
944 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
945
946         * gst/rtp/gstrtpchannels.c: (gst_rtp_channels_get_by_index):
947         * gst/rtp/gstrtpchannels.h:
948         Add method to get possible channel positions.
949
950 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
951
952         * gst/rtp/Makefile.am:
953         Also commit updated makefile
954
955 2008-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
956
957         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
958         Don't allow width=32,depth=24 as input. WAV requires that the width
959         is the next integer multiply of 8 from the depth.
960
961 2008-10-28  Wim Taymans  <wim.taymans@collabora.co.uk>
962
963         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps):
964         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
965         (gst_rtp_L16_pay_getcaps):
966         * gst/rtp/gstrtpchannels.c: (check_channels),
967         (gst_rtp_channels_get_by_pos), (gst_rtp_channels_get_by_order),
968         (gst_rtp_channels_create_default):
969         * gst/rtp/gstrtpchannels.h:
970         Add mappings for multichannel support. Does not completely just work
971         because the getcaps function does not yet return the allowed channel
972         mappings. See #556641.
973
974 2008-10-28  Stefan Kost  <ensonic@users.sf.net>
975
976         * gst/goom/Makefile.am:
977         * gst/goom/README:
978         * gst/goom/config_param.c:
979         * gst/goom/convolve_fx.c:
980         * gst/goom/drawmethods.c:
981         * gst/goom/drawmethods.h:
982         * gst/goom/filters.c:
983         * gst/goom/filters_mmx.s:
984         * gst/goom/flying_stars_fx.c:
985         * gst/goom/goom.h:
986         * gst/goom/goom_config.h:
987         * gst/goom/goom_config_param.h:
988         * gst/goom/goom_core.c:
989         * gst/goom/goom_filters.h:
990         * gst/goom/goom_fx.h:
991         * gst/goom/goom_graphic.h:
992         * gst/goom/goom_plugin_info.h:
993         * gst/goom/goom_tools.c:
994         * gst/goom/goom_tools.h:
995         * gst/goom/goom_typedefs.h:
996         * gst/goom/goom_visual_fx.h:
997         * gst/goom/graphic.c:
998         * gst/goom/ifs.c:
999         * gst/goom/ifs.h:
1000         * gst/goom/lines.c:
1001         * gst/goom/lines.h:
1002         * gst/goom/mathtools.c:
1003         * gst/goom/mathtools.h:
1004         * gst/goom/mmx.c:
1005         * gst/goom/motif_goom1.h:
1006         * gst/goom/motif_goom2.h:
1007         * gst/goom/plugin_info.c:
1008         * gst/goom/ppc_drawings.h:
1009         * gst/goom/ppc_zoom_ultimate.h:
1010         * gst/goom/sound_tester.c:
1011         * gst/goom/sound_tester.h:
1012         * gst/goom/surf3d.c:
1013         * gst/goom/surf3d.h:
1014         * gst/goom/tentacle3d.c:
1015         * gst/goom/tentacle3d.h:
1016         * gst/goom/v3d.c:
1017         * gst/goom/v3d.h:
1018         * gst/goom/xmmx.c:
1019           Add license headers in all source files. Remove filter.c from
1020           EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
1021           which are not used right now. Fixes #557709.
1022
1023 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1024
1025         Patch by: Olivier Crete <tester at tester dot ca>
1026
1027         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init),
1028         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps):
1029         Implement getcaps in rtpL16pay. Fixes #556484.
1030
1031 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1032
1033         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps),
1034         (gst_rtp_L16_depay_process):
1035         Check if clock-rate and channels are valid.
1036         Don't ignore the return value of setcaps.
1037         No need to validate the buffer, the base class does that for us.
1038         Use the marker bit to set the DISCONT flag on outgoing buffers.
1039
1040         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps):
1041         Don't ignore the return value of set_outcaps.
1042
1043         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_setcaps),
1044         (gst_rtp_ac3_depay_process):
1045         Don't ignore the return value of set_caps.
1046         No need to validate the buffer, the base class does that for us.
1047
1048         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
1049         (gst_rtp_amr_depay_process):
1050         * gst/rtp/gstrtpamrdepay.h:
1051         Don't ignore the return value of setcaps.
1052         No need to validate the buffer, the base class does that for us.
1053         No need to set output caps on the buffers, the base class does that for
1054         us.
1055         The subclass will make sure we are negotiated.
1056         
1057         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_setcaps),
1058         (gst_rtp_dv_depay_process), (gst_rtp_dv_depay_reset):
1059         * gst/rtp/gstrtpdvdepay.h:
1060         Clean up caps negotiation.
1061         The subclass will make sure we are negotiated.
1062
1063         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_setcaps),
1064         (gst_rtp_g726_depay_process):
1065         Clean up caps negotiation.
1066         Use the marker bit to set the DISCONT flag on outgoing buffers.
1067
1068         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_init),
1069         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process):
1070         * gst/rtp/gstrtpg729depay.h:
1071         The subclass will make sure we are negotiated.
1072         Use the marker bit to set the DISCONT flag on outgoing buffers.
1073
1074         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_setcaps),
1075         (gst_rtp_gsm_depay_process):
1076         Clean up caps negotiation.
1077         Use the marker bit to set the DISCONT flag on outgoing buffers.
1078
1079         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_setcaps):
1080         Clean up caps negotiation.
1081         Don't ignore the return value of set_outcaps.
1082
1083         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_setcaps),
1084         (gst_rtp_h263_depay_process):
1085         Clean up caps negotiation.
1086         No need to validate the buffer, the base class does that for us.
1087
1088         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_setcaps),
1089         (gst_rtp_h263_pay_flush), (gst_rtp_h263_pay_handle_buffer):
1090         * gst/rtp/gstrtph263pay.h:
1091         Don't ignore the return value of set_outcaps.
1092         Do some more timestamps.
1093
1094         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
1095         (gst_rtp_h263p_depay_process):
1096         Clean up caps negotiation.
1097         Don't ignore the return value of setcaps.
1098         No need to validate the buffer, the base class does that for us.
1099
1100         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init),
1101         (gst_rtp_h263p_pay_setcaps), (gst_rtp_h263p_pay_flush),
1102         (gst_rtp_h263p_pay_handle_buffer):
1103         * gst/rtp/gstrtph263ppay.h:
1104         Don't ignore the return value of set_outcaps.
1105         Do some more timestamps.
1106
1107         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps),
1108         (gst_rtp_h264_depay_process):
1109         Clean up caps negotiation.
1110         Don't ignore the return value of setcaps.
1111         Fix possible caps leak.
1112         No need to validate the buffer, the base class does that for us.
1113
1114         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps):
1115         Add some more debug info.
1116
1117         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps),
1118         (gst_rtp_ilbc_depay_process):
1119         Clean up caps negotiation.
1120         Use the marker bit to set the DISCONT flag on outgoing buffers.
1121
1122         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_sink_setcaps):
1123         Clean up caps negotiation.
1124
1125         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_setcaps),
1126         (gst_rtp_mp1s_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         No need to set caps on buffers, subclass does that for us.
1131
1132         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
1133         (gst_rtp_mp2t_depay_process):
1134         Clean up caps negotiation.
1135         Don't ignore the return value of setcaps.
1136         No need to validate the buffer, the base class does that for us.
1137         No need to set caps on buffers, subclass does that for us.
1138
1139         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
1140         (gst_rtp_mp4a_depay_process):
1141         Clean up caps negotiation.
1142         Don't ignore the return value of setcaps.
1143         No need to validate the buffer, the base class does that for us.
1144
1145         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_new_caps),
1146         (gst_rtp_mp4a_pay_setcaps):
1147         Don't ignore the return value of set_outcaps.
1148
1149         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_setcaps),
1150         (gst_rtp_mp4g_depay_process):
1151         Clean up caps negotiation.
1152         Don't ignore the return value of setcaps.
1153         No need to validate the buffer, the base class does that for us.
1154         No need to set caps on buffers, subclass does that for us.
1155
1156         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize),
1157         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps):
1158         Don't ignore the return value of set_outcaps.
1159
1160         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
1161         (gst_rtp_mp4v_depay_process):
1162         Clean up caps negotiation.
1163         Don't ignore the return value of setcaps.
1164         No need to validate the buffer, the base class does that for us.
1165         No need to set caps on buffers, subclass does that for us.
1166
1167         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_new_caps),
1168         (gst_rtp_mp4v_pay_setcaps):
1169         Don't ignore the return value of set_outcaps.
1170
1171         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_setcaps),
1172         (gst_rtp_mpa_depay_process):
1173         Clean up caps negotiation.
1174         Don't ignore the return value of setcaps.
1175         No need to validate the buffer, the base class does that for us.
1176         Use the marker bit to set the DISCONT flag on outgoing buffers.
1177
1178         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_setcaps):
1179         Don't ignore the return value of set_outcaps.
1180
1181         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_setcaps),
1182         (gst_rtp_mpv_depay_process):
1183         Clean up caps negotiation.
1184         Actually set output caps.
1185         No need to validate the buffer, the base class does that for us.
1186
1187         * gst/rtp/gstrtpmpvpay.c: (gst_rtp_mpv_pay_setcaps):
1188         Don't ignore the return value of set_outcaps.
1189
1190         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps),
1191         (gst_rtp_pcma_depay_process):
1192         Clean up caps negotiation.
1193         Set output buffer duration because we can.
1194         Use the marker bit to set the DISCONT flag on outgoing buffers.
1195
1196         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_setcaps):
1197         Don't ignore the return value of set_outcaps.
1198
1199         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps),
1200         (gst_rtp_pcmu_depay_process):
1201         Clean up caps negotiation.
1202         Use the marker bit to set the DISCONT flag on outgoing buffers.
1203
1204         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_setcaps):
1205         Don't ignore the return value of set_outcaps.
1206
1207         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
1208         (gst_rtp_speex_depay_setcaps), (gst_rtp_speex_depay_process):
1209         Clean up caps negotiation.
1210         Set output caps on the pad and header buffers.
1211         Set duration on output buffers because we can.
1212
1213         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_parse_ident):
1214         Don't ignore the return value of set_outcaps.
1215
1216         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_setcaps),
1217         (gst_rtp_sv3v_depay_process):
1218         Clean up caps negotiation.
1219         No need to validate the buffer, the base class does that for us.
1220         No need to set caps out output buffers, subclass does that.
1221
1222         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps),
1223         (gst_rtp_theora_depay_process):
1224         Don't ignore the return value of setcaps.
1225         No need to validate the buffer, the base class does that for us.
1226
1227         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_class_init),
1228         (gst_rtp_theora_pay_flush_packet), (encode_base64),
1229         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
1230         (gst_rtp_theora_pay_handle_buffer):
1231         Don't ignore the return value of set_outcaps.
1232
1233         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
1234         (gst_rtp_vorbis_depay_process):
1235         Don't ignore the return value of setcaps.
1236         No need to validate the buffer, the base class does that for us.
1237
1238         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
1239         Don't ignore the return value of set_outcaps.
1240
1241         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_setcaps):
1242         Clean up caps negotiation, don't ignore setcaps return.
1243
1244         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_setcaps):
1245         Don't ignore the return value of set_outcaps.
1246
1247 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1248
1249         * gst/matroska/matroska-demux.c:
1250         (gst_matroska_demux_handle_src_event):
1251         Forward unknown events upstream.
1252
1253 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1254
1255         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1256         Add some refcount check
1257
1258         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_run):
1259         Don't ignore the result of write(), fixes a  compiler warning for me.
1260
1261         * tests/icles/videobox-test.c: (main):
1262         Make the output a little more pretty.
1263
1264 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1265
1266         * ext/esd/esdmon.c:
1267           Add doc blob.
1268
1269 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1270
1271         * docs/plugins/Makefile.am:
1272         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
1273         * docs/plugins/gst-plugins-good-plugins-sections.txt:
1274         * docs/plugins/gst-plugins-good-plugins.args:
1275         * docs/plugins/gst-plugins-good-plugins.hierarchy:
1276         * docs/plugins/gst-plugins-good-plugins.interfaces:
1277         * docs/plugins/inspect/plugin-autodetect.xml:
1278           Add the docs of the new elements.
1279
1280 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1281
1282         * gst/autodetect/gstautoaudiosrc.c:
1283         (gst_auto_audio_src_class_init):
1284         * gst/autodetect/gstautovideosrc.c:
1285         (gst_auto_video_src_class_init):
1286         Fix "Since" tags in the documentation.
1287
1288 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1289
1290         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1291
1292         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_class_init),
1293         (gst_soup_http_src_set_property), (gst_soup_http_src_get_property):
1294         Add support for souphttpsrc to act as a live source. This makes it
1295         possible to get timestamped buffers in combination with the
1296         "do-timestamp" property. Fixes bug #556019.
1297
1298 2008-10-27  Stefan Kost  <ensonic@users.sf.net>
1299
1300         * gst/autodetect/Makefile.am:
1301         * gst/autodetect/gstautoaudiosink.c:
1302         * gst/autodetect/gstautoaudiosrc.c:
1303         * gst/autodetect/gstautoaudiosrc.h:
1304         * gst/autodetect/gstautodetect.c:
1305         * gst/autodetect/gstautovideosink.c:
1306         * gst/autodetect/gstautovideosrc.c:
1307         * gst/autodetect/gstautovideosrc.h:
1308           Implement src plugins. Little code/string cleanup in the sinks.
1309           Fixes #523813.
1310
1311 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1312
1313         Patch by: Peter Kjellerstedt <pkj at axis com>
1314
1315         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1316         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad):
1317         Fix a memory leak when pads are requested but the pipeline never
1318         goes into PLAYING.
1319
1320         Correctly remove request pads, no matter if they have collected
1321         data or not.
1322
1323         Fixes bug #557710.
1324
1325 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1326
1327         Patch by: <lrn1986 at gmail dot com>
1328
1329         * gst/udp/gstudpnetutils.h:
1330         Define the correct WINVER so getaddinfo() can be used when using
1331         mingw32. Fixes bug #557294.
1332
1333 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1334
1335         Patch by: <lrn1986 at gmail dot com>
1336
1337         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
1338         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
1339         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
1340         Fix "argument type mismatch" compiler warnings on Windows.
1341         Fixes bug #557293.
1342
1343 2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1344
1345         * gst/equalizer/gstiirequalizer.c: (update_coefficients):
1346         Don't calculate the filter coefficients for every single buffer
1347         but only when it's needed. Fixes bug #557260.
1348
1349 2008-10-26  Jan Schmidt  <jan.schmidt@sun.com>
1350
1351         * configure.ac:
1352         Back to development -> 0.10.11.1
1353
1354 2008-10-25  Jan Schmidt  <jan.schmidt@sun.com>
1355
1356         * gst-plugins-good.doap:
1357         Fix version number of 0.10.11 release in doap file
1358
1359 === release 0.10.11 ===
1360
1361 2008-10-24  Jan Schmidt <jan.schmidt@sun.com>
1362
1363         * configure.ac:
1364           releasing 0.10.11, "Secondary Consideration"
1365
1366 2008-10-24  Jan Schmidt  <jan.schmidt@sun.com>
1367
1368         * configure.ac:
1369         Commit 0.10.10.4 pre-release
1370
1371 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1372
1373         * gst/avi/gstavimux.c:
1374         Fix VPRP chunk setup in avimux.
1375         Fixes: #556010
1376         Patch By: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
1377
1378 2008-10-21  Jan Schmidt  <jan.schmidt@sun.com>
1379
1380         * gst/videobox/gstvideobox.c:
1381         support dynamically changing properties in videobox
1382         Fixed: #557085
1383         Patch By: Wim Taymans <wim.taymans@collabora.co.uk>
1384
1385 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1386
1387         * configure.ac:
1388         0.10.10.3 pre-release
1389
1390 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1391
1392         * tests/check/Makefile.am:
1393         Don't run the states test on pulsesrc and pulsesink
1394
1395 2008-10-16  Jan Schmidt  <jan.schmidt@sun.com>
1396
1397         * configure.ac:
1398         Commit 0.10.10.2 pre-release bump that actually went
1399         out on 2008-10-11
1400
1401 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1402
1403         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
1404         Skip entries for streams that don't have a output pad yet, thereby
1405         avoiding calling pad functions with a NULL pad.
1406         Fixes #556424
1407
1408 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1409
1410         * gst/qtdemux/qtdemux.c: Remove previous wrong commit
1411         * tests/check/elements/icydemux.c: (icydemux_found_pad):
1412         Remove problematic and useless refcount check.
1413         Fixes #556381
1414
1415 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
1416
1417         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
1418         Remove problematic and useless refcount check.
1419         Fixes #556381
1420
1421 2008-10-10  Jan Schmidt  <jan.schmidt@sun.com>
1422
1423         * ext/flac/gstflacdec.c (gst_flac_dec_read_stream):
1424         * ext/flac/gstflacenc.c (gst_flac_enc_write_callback):
1425         Cast some size_t arguments to guint to avoid compiler
1426         warnings on 64-bit systems.
1427
1428 2008-10-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1429
1430         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event):
1431         Return TRUE instead of FALSE from the event handler when we swallowed the
1432         event.
1433
1434 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1435
1436         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1437         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index):
1438         Reset header state. Fixes #555321.
1439
1440 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1441
1442         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
1443         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index):
1444         * gst/avi/gstavidemux.h:
1445         For timestamping audio packets we need to take into account the
1446         amount of blocks in one entry using the blockalign. Fixes some sync
1447         issues with zero-padded audio blocks in the beginning of avi files.
1448
1449 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1450
1451         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init),
1452         (gst_multi_file_src_query):
1453         Implement DEFAULT and BUFFER position queries. See #555260.
1454
1455 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1456
1457         * sys/ximage/gstximagesrc.c: (gst_ximage_src_stop):
1458         Fix build for systems that don't have XDamage.
1459
1460 2008-10-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1461
1462         * tests/examples/rtp/client-H263p.sdp:
1463         * tests/examples/rtp/client-H263p.sh:
1464         * tests/examples/rtp/server-VTS-H263p.sh:
1465         Add some more H263p server and client examples.
1466
1467 2008-10-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1468
1469         * configure.ac::
1470           Depend on released versions of core and base.
1471
1472 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1473
1474         * ext/pulse/pulsesink.c: (gst_pulsesink_write):
1475         * ext/pulse/pulsesrc.c: (gst_pulsesrc_read):
1476         Return -1 instead of 0 in error cases. Fixes #554771.
1477
1478 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1479
1480         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
1481         (gst_ximage_src_stop), (gst_ximage_src_ximage_get):
1482         Stop leaking the cursor image.
1483         Unref the last_ximage and the cached cursor image on shutdown.
1484         Fixes #551570.
1485
1486 2008-10-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1487
1488         * sys/v4l2/gstv4l2object.h:
1489         Getting the Class from an instance is not just a matter of casting it to
1490         the class struct but it involves calling G_OBJECT_GET_CLASS on the
1491         instance. Fixes #549784.
1492
1493 2008-10-01  Michael Smith <msmith@songbirdnest.com>
1494
1495         * configure.ac:
1496           Fix libs for linking directsound.
1497         * sys/directsound/gstdirectsoundsink.c:
1498           Fix buffer sizing to prevent racing the ringbuffer at startup.
1499           Add volume property.
1500
1501 2008-09-27  Jan Schmidt  <jan.schmidt@sun.com>
1502
1503         * ext/pulse/pulsesink.c:
1504         Fix problems with pulsesink randomly erroring with code 'OK' after a
1505         format change on the stream by waiting when disconnecting the stream.
1506
1507 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1508
1509         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init),
1510         (gst_rtp_amr_depay_process):
1511         Mark DISCONT on output buffers when the marker bit signals a new talk
1512         spurt.
1513
1514         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
1515         Set the marker bit for buffers with a DISCONT flag to signal a talk
1516         spurt.
1517
1518 2008-09-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1519
1520         * gst/rtp/Makefile.am:
1521         * gst/rtp/gstrtp.c: (plugin_init):
1522         * gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_get_type),
1523         (gst_rtp_mp4a_pay_base_init), (gst_rtp_mp4a_pay_class_init),
1524         (gst_rtp_mp4a_pay_init), (gst_rtp_mp4a_pay_finalize),
1525         (gst_rtp_mp4a_pay_parse_audio_config), (gst_rtp_mp4a_pay_new_caps),
1526         (gst_rtp_mp4a_pay_setcaps), (gst_rtp_mp4a_pay_handle_buffer),
1527         (gst_rtp_mp4a_pay_change_state), (gst_rtp_mp4a_pay_plugin_init):
1528         * gst/rtp/gstrtpmp4apay.h:
1529         Added MP4A-LATM payloader to match the depayloader.
1530
1531 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1532
1533         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
1534         (gst_videomixer_sink_event):
1535         Handle segments a little better. Fixes #537361.
1536
1537 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1538
1539         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
1540         Don't assume the server supports PAUSE by default. Fixes #551048.
1541
1542 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1543
1544         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
1545         (gst_udpsrc_set_uri), (gst_udpsrc_start):
1546         Switch on the socket family to get the addrlen size right.
1547
1548 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1549
1550         Patch by: Daniel Franke <df at dfranke dot us>
1551
1552         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
1553         OS X's bind() implementation is picky about its addrlen parameter and
1554         fails with EINVAL if it is larger than expected for the socket's address
1555         family. Set the length to the expected length instead. Fixes #553191.
1556
1557 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1558
1559         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
1560         Handle the case where we cannot do desribe or when the describe result
1561         does not contain a valid SDP message.
1562
1563 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1564
1565         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_set_property):
1566         Fix setting the qos.
1567
1568 2008-09-17  Edward Hervey  <edward.hervey@collabora.co.uk>
1569
1570         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_header),
1571         (gst_qtdemux_chain):
1572         Some 'broken' files out there have atom lengths of zero...
1573         which basically results in qtdemux consuming that atom again and again
1574         until the *end of night* !
1575         Detect that and emits an adequate element error message.
1576
1577 2008-09-17  Jan Schmidt  <jan.schmidt@sun.com>
1578
1579         * gst/interleave/Makefile.am:
1580         * gst/matroska/Makefile.am:
1581         Fix build flags order.
1582
1583         * tests/check/elements/audioamplify.c: (GST_START_TEST):
1584         * tests/check/elements/audiodynamic.c: (GST_START_TEST):
1585         * tests/check/elements/audioinvert.c: (GST_START_TEST):
1586         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
1587         Format fixes.
1588
1589         * tests/check/elements/multifile.c:
1590         Pull in unistd.h
1591
1592 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1593
1594         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_init),
1595         (gst_rtp_mp4g_depay_finalize), (gst_rtp_mp4g_depay_setcaps),
1596         (gst_rtp_mp4g_depay_clear_queue), (gst_rtp_mp4g_depay_flush_queue),
1597         (gst_rtp_mp4g_depay_queue), (gst_rtp_mp4g_depay_process),
1598         (gst_rtp_mp4g_depay_change_state):
1599         * gst/rtp/gstrtpmp4gdepay.h:
1600         Handle interleaved streams by reordering AU in a queue.
1601
1602 2008-09-15  Wim Taymans  <wim.taymans@collabora.co.uk>
1603
1604         * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
1605         (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
1606         Change some of the ranges in the caps, mostly for the amount of bits we
1607         can use.
1608         Added a little bitstream parse and use it to parse the AU header fields.
1609         Check for malformed and wrongly sized packets better.
1610         Implement more header field parsing.
1611         Handle the size of fragmented packets correctly.
1612
1613 2008-09-14  Edward Hervey  <edward.hervey@collabora.co.uk>
1614
1615         Patch by: Jonathan Matthew <notverysmart@gmail.com>
1616         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
1617         Add mapping for 'tiff' => image/tiff
1618         Fixes #552213
1619
1620 2008-09-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1621
1622
1623         * ext/raw1394/gstdv1394src.c: (SEND_COMMAND):
1624         * ext/raw1394/gsthdv1394src.c: (SEND_COMMAND):
1625           Pretend to care about the result of write() which works around
1626           compiler warnings.
1627
1628 2008-09-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1629
1630         * ext/flac/gstflacenc.c: (gst_flac_enc_class_init):
1631           Make sure the desired default values are actually set, not only
1632           registered as defaults (actual problem is that the stereo-specific
1633           values are only updated if channels==2, which is not the case yet
1634           when the object is created, so the default values for the
1635           mid-side-stereo and loose-mid-side-stereo settings are never
1636           set in _update_quality()). Makes flacenc create smaller files by
1637           default (for stereo input), and fixes #550791.
1638
1639 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1640
1641         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1642         (gst_qtdemux_loop_state_header), (qtdemux_parse_node),
1643         (qtdemux_parse_trak), (qtdemux_video_caps):
1644         * gst/qtdemux/qtdemux.h:
1645         * gst/qtdemux/qtdemux_fourcc.h:
1646         * gst/qtdemux/qtdemux_types.c:
1647         Add support for video/mj2 mime-type and its additional atoms/boxes.
1648         Fixes #550646.
1649
1650 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
1651
1652         * gst/debug/gsttaginject.c:
1653           Add warning when tags parameter is unparsable and give example for
1654           quoting in the docs.
1655
1656 2008-09-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1657
1658         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1659         Add mapping for IMA Loki SDL MJPEG ADPCM codec.
1660         Add some alternative byteswapped mappings that seem to pop up sometimes.
1661         Fixes #550288.
1662
1663 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1664
1665         * po/LINGUAS:
1666         * po/POTFILES.in:
1667         * po/POTFILES.skip:
1668           Add 'ca' to LINGUAS; add some more files with translations and some
1669           files which should be ignored by translation tools.
1670
1671 2008-09-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1672
1673         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1674         * ext/speex/gstspeexdec.h:
1675         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1676         * ext/speex/gstspeexenc.h:
1677         Use integer encoding and decoding functions instead of converting
1678         the integer input to float in the element. The libspeex integer
1679         functions are doing this for us already or, if libspeex was compiled
1680         in integer mode, they're doing everything using integer arithmetics.
1681         Also saves some copying around.
1682
1683 2008-09-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
1684
1685         * configure.ac:
1686           Fix --disable-external
1687
1688 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1689
1690         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
1691         (gst_wavpack_enc_push_block), (gst_wavpack_enc_chain):
1692         * ext/wavpack/gstwavpackenc.h:
1693         Handle non-zero start timestamps and stream discontinuities
1694         correctly. This only has an effect if we're muxing into
1695         a container format as the raw WavPack stream must contain
1696         continous sample numbers.
1697
1698 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1699
1700         * ext/speex/gstspeexenc.c: (gst_speex_enc_encode):
1701         Correct the timestamp and granulepos calculation by one Speex
1702         frame.
1703
1704 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1705
1706         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
1707         Correctly take the granulepos from upstream if possible and
1708         correctly handle the granulepos in various calculations: the
1709         granulepos is the sample number of the _last_ sample in a frame, not
1710         the first.
1711
1712         * ext/speex/gstspeexenc.c: (gst_speex_enc_sinkevent),
1713         (gst_speex_enc_encode), (gst_speex_enc_chain),
1714         (gst_speex_enc_change_state):
1715         * ext/speex/gstspeexenc.h:
1716         Handle non-zero start timestamps in the encoder and detect/handle
1717         stream discontinuities. Fixes bug #547075.
1718
1719 2008-08-31  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1720
1721         Patch by: Craig Keogh <cskeogh at adam dot com dot au>
1722
1723         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
1724         Fix compiler warnings caused by passing a string as format string
1725         instead of "%s" and then the string. This is only exposed by -Wformat=2
1726         as used by default on Ubuntu. Fixes bug #550015.
1727
1728 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
1729
1730         * ext/raw1394/gsthdv1394src.c: (gst_hdv1394src_create):
1731         * gst/alpha/gstalpha.c: (gst_alpha_get_unit_size):
1732         * gst/audiofx/audiocheblimit.c: (generate_coefficients):
1733         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert):
1734         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1735           (gst_ebml_read_element_length):
1736         * gst/matroska/matroska-demux.c:
1737           (gst_matroska_demux_check_subtitle_buffer):
1738           Make stuff compile with GST_DISABLE_GST_DEBUG.
1739
1740 2008-08-28  Michael Smith <msmith@songbirdnest.com>
1741
1742         * gst/law/alaw.c:
1743         * gst/law/mulaw.c:
1744           Ref caps before passing to gst_pad_template_new(), since that takes
1745           ownership.
1746
1747 2008-08-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1748
1749         Patch by: Mersad Jelacic <mersad at axis dot com>
1750
1751         * gst/multipart/multipartdemux.c:
1752         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_mime):
1753         Convert audio/x-adpcm to and from the audio/G726-X in the muxer and
1754         demuxer. Fixes #549551.
1755
1756 2008-08-27  Edward Hervey  <edward.hervey@collabora.co.uk>
1757
1758         * sys/osxaudio/gstosxaudiosink.c:
1759         (gst_osx_audio_sink_select_device):
1760         * sys/osxaudio/gstosxaudiosrc.c:
1761         (gst_osx_audio_src_create_ringbuffer),
1762         (gst_osx_audio_src_select_device):
1763         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_acquire):
1764         Fix the build on macosx.
1765
1766 2008-08-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1767
1768         * gst/icydemux/gsticydemux.c:
1769           Small docs fix: in the example pipeline, we need to pass
1770           iradio-mode=true to the source, so the server actually sends
1771           an ICY stream.
1772
1773 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1774
1775         * sys/osxaudio/gstosxaudio.c:
1776           Oops. Revert more completely.
1777
1778 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1779
1780         * sys/osxaudio/gstosxaudio.c:
1781           Revert accidental element rename from testing.
1782
1783 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1784
1785         * gst-plugins-good.doap:
1786         Pull in 0.10.10 doap entry from release branch
1787
1788 2008-08-27  Jan Schmidt  <jan.schmidt@sun.com>
1789
1790         * configure.ac:
1791         Update version number to reflect 0.10.10 release from
1792         branch.
1793
1794 2008-08-26  Michael Smith <msmith@songbirdnest.com>
1795
1796         * sys/osxaudio/Makefile.am:
1797         * sys/osxaudio/gstosxaudio.c:
1798         * sys/osxaudio/gstosxaudiosink.c:
1799         * sys/osxaudio/gstosxaudiosink.h:
1800         * sys/osxaudio/gstosxaudiosrc.c:
1801         * sys/osxaudio/gstosxaudiosrc.h:
1802         * sys/osxaudio/gstosxringbuffer.c:
1803         * sys/osxaudio/gstosxringbuffer.h:
1804           Rewrite caps setting and ring buffer initialisation.
1805           Previously we never told CoreAudio what format we were going to send it,
1806           so it only worked due to luck, and not at all on some hardware.
1807           Now we explicitly advertise what formats the hardware supports, and then
1808           configure the selected one correctly.
1809
1810 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1811
1812         * sys/v4l2/gstv4l2object.c:
1813         * sys/v4l2/gstv4l2src.c:
1814         * sys/v4l2/gstv4l2src.h:
1815         * sys/v4l2/v4l2_calls.c:
1816         * sys/v4l2/v4l2src_calls.c:
1817           Fix memory leaks. Small code cleanups : No need for empty _init(). No
1818           need to memset instance structures. Some more FIXME's and comments.
1819
1820 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1821
1822         * tests/icles/.cvsignore:
1823           Ignore more.
1824
1825 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1826
1827         * gst/goom/.cvsignore:
1828         * gst/goom2k1/.cvsignore:
1829           Ignore files.
1830
1831 2008-08-26  Stefan Kost  <ensonic@users.sf.net>
1832
1833         * ext/cairo/gsttextoverlay.c:
1834           Fix compiler warning.
1835
1836 2008-08-25  David Schleef  <ds@schleef.org>
1837
1838         * ext/cairo/gsttextoverlay.c: Fix obvious memleak.
1839
1840 2008-08-25  Edward Hervey  <edward.hervey@collabora.co.uk>
1841
1842         * gst/matroska/matroska-demux.c: (gst_matroska_demux_send_event),
1843         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
1844         * gst/matroska/matroska-mux.c:
1845         (gst_matroska_mux_video_pad_setcaps),
1846         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_finish):
1847         Add Real[Audio|Video] support to Matroska containers.
1848         It works fine for:
1849         * decoding real audio/video streams contained in mkv
1850         * 'transmuxing' real (.rm) files into .mkv files
1851         It will not work though for encoding real[audio/video] streams that
1852         don't contain the 'mdpr_data' extra data on the caps.
1853         The reason why this will not work is because I never intended to
1854         duplicate virtually all the 'mdpr' block creation into mkvmux.
1855         Fixes #536067
1856
1857 2008-08-25  Wim Taymans  <wim.taymans@collabora.co.uk>
1858
1859         * gst/law/alaw-encode.c: (gst_alaw_enc_init), (gst_alaw_enc_chain):
1860         * gst/law/mulaw-conversion.c:
1861         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
1862         (gst_mulawenc_chain):
1863         The encoder can't really renegotiate at the time they perform a
1864         pad-alloc so make the srcpads use fixed caps.
1865         Check the buffer size after a pad-alloc because the returned size might
1866         not be right when the downstream element does not know the size of the
1867         new buffer (capsfilter). Fixes #549073.
1868
1869 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1870
1871         Patch by: Filippo Argiolas <filippo dot argiolas at gmail dot com>
1872
1873         * sys/v4l2/gstv4l2tuner.c: (gst_v4l2_tuner_set_norm_and_notify):
1874         v4l2src doesn't have a property named "norm" so don't try to notify
1875         about changes to that property. The "norm" property and related
1876         code are commented out currently. Fixes bug #549090.
1877
1878 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1879
1880         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
1881
1882         * sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
1883         Reprobe devices again instead of taking a cached list as new
1884         devices could've been plugged in. Fixes bug #549062.
1885
1886 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1887
1888         * gst/autodetect/Makefile.am:
1889         Don't link the autodetect plugin with GConf as it doesn't
1890         use GConf. Fixes bug #545463.
1891
1892 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1893
1894         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
1895         (gst_ebml_read_element_length), (gst_ebml_read_uint),
1896         (gst_ebml_read_sint), (gst_ebml_read_float),
1897         (gst_ebml_read_header):
1898         Change some GST_ELEMENT_ERRORs to GST_ERROR_OBJECT to make it
1899         possible to ignore errors and not post any ERROR messages on
1900         the bus.
1901
1902         * gst/matroska/matroska-demux.c:
1903         (gst_matroska_demux_parse_contents):
1904         Ignore any errors and not just EOS when parsing the contents of
1905         a SeekHead. Errors here are usually caused by truncated files
1906         and playback of the file works fine. Fixes playback of the
1907         audio_only_chapter_seekbroken.mka file from the MPlayer samples
1908         archive.
1909
1910 2008-08-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1911
1912         * gst/multipart/multipartdemux.c:
1913         * gst/multipart/multipartmux.c:
1914         Conform to RFC2046. audio/basic is mulaw 8000Hz mono.
1915
1916 2008-08-21  Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
1917
1918         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc,
1919           gst_directdraw_sink_bufferpool_clear):
1920           Fix two more buffer ref leaks.
1921
1922 2008-08-21  Tim-Philipp Müller  <tim.muller at collabora co uk>
1923
1924         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1925
1926         * sys/directdraw/gstdirectdrawsink.c:
1927           (gst_directdraw_sink_show_frame):
1928           Fix buffer ref leak.
1929
1930 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1931
1932         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1933         Revert the last commit. wavenc still supports width!=depth for 32 bit
1934         width. Thanks Tim.
1935
1936 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1937
1938         * gst/matroska/matroska-demux.c:
1939         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1940         If the duration of a block is unknown only use the timestamp for the
1941         first lace and use GST_CLOCK_TIME_NONE as duration for the following
1942         laces. Otherwise every lace has the same timestamp which leads to
1943         various problems. Really fixes bug #548831.
1944
1945 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1946
1947         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
1948         If we're not allowing width!=depth in wavenc we should also disable
1949         the code that was added to support width!=depth.
1950
1951 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1952
1953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
1954         Don't calculate the default duration of a frame from the audio sampling
1955         rate. This only works for raw audio if every frame contains a single
1956         sample and results in broken buffer durations for other formats
1957         if no specified default duration is given or the blocks have no
1958         duration. Fixes bug #548831.
1959
1960 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1961
1962         * gst/matroska/matroska-demux.c:
1963         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
1964         Allow zero sized blocks instead of returning GST_FLOW_OK. Such blocks
1965         are used for text/plain subtitles as a gap-filler in some files.
1966
1967 2008-08-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1968
1969         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
1970         (gst_v4l2_get_caps_info):
1971         Add S910 and PWC formats with a low priority.
1972
1973         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank),
1974         (gst_v4l2src_probe_caps_for_format):
1975         Add more debugging.
1976
1977 2008-08-20  Tim-Philipp Müller  <tim at collabora co uk>
1978
1979         * ext/flac/gstflacenc.c:
1980           Fix compilation against older libflac versions.
1981
1982 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1983
1984         * ext/pulse/pulsemixer.c: (gst_pulsemixer_class_init),
1985         (gst_pulsemixer_set_property), (gst_pulsemixer_get_property):
1986         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
1987         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_timeout_event),
1988         (gst_pulsemixer_ctrl_set_volume):
1989         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_new):
1990         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open):
1991         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
1992         (gst_pulsesink_init), (gst_pulsesink_open),
1993         (gst_pulsesink_prepare), (gst_pulsesink_write),
1994         (gst_pulsesink_delay), (gst_pulsesink_reset):
1995         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
1996         (gst_pulsesrc_init):
1997         Use GST_BOILERPLATE everywhere and fix coding style at some places.
1998         Fix a locking issue in pulsesink's prepare function.
1999
2000         * ext/pulse/pulseutil.c: (gst_pulse_channel_map_to_gst):
2001         Check if the created channel layout is valid for GStreamer.
2002
2003 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2004
2005         * gst/rtsp/gstrtspgoogle.c:
2006         Things that can happen when your brain is in google mode trying to
2007         deal with their google rtsp server extensions and trying to type your
2008         google mail account.
2009
2010 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2011
2012         * gst/rtsp/Makefile.am:
2013         * gst/rtsp/gstrtsp.c: (plugin_init):
2014         * gst/rtsp/gstrtspgoogle.c: (gst_rtsp_google_before_send),
2015         (gst_rtsp_google_after_send), (gst_rtsp_google_get_transports),
2016         (_do_init), (gst_rtsp_google_base_init),
2017         (gst_rtsp_google_class_init), (gst_rtsp_google_init),
2018         (gst_rtsp_google_finalize), (gst_rtsp_google_change_state),
2019         (gst_rtsp_google_extension_init):
2020         * gst/rtsp/gstrtspgoogle.h:
2021         Add google RTSP extension, it can only handle udp and responds with
2022         unsupported if we do anything else. Fixes #546465.
2023
2024         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_connection_send),
2025         (gst_rtspsrc_connection_receive), (gst_rtspsrc_loop_send_cmd),
2026         (gst_rtspsrc_create_transports_string),
2027         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
2028         (gst_rtspsrc_close), (gst_rtspsrc_pause):
2029         Make transport setup code a bit better using GString.
2030         Add some more debug.
2031         Check for closed connections before doing anything on them.
2032
2033 2008-08-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2034
2035         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2036         (gst_pulsesrc_create_stream), (gst_pulsesrc_negotiate),
2037         (gst_pulsesrc_prepare):
2038         * ext/pulse/pulseutil.c: (gst_pulse_gst_to_channel_map),
2039         (gst_pulse_channel_map_to_gst):
2040         * ext/pulse/pulseutil.h:
2041         If downstream provides no channel layout and >2 channels should be
2042         used use the default layout that pulseaudio chooses and also
2043         add this layout to the caps. Fixes bug #547258.
2044
2045 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2046
2047         Patch by: Peter Kjellerstedt <pkj at axis com>
2048
2049         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
2050         (gst_dynudpsink_finalize), (gst_dynudpsink_set_property),
2051         (gst_dynudpsink_init_send), (gst_dynudpsink_close):
2052         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
2053         (gst_multiudpsink_finalize), (gst_multiudpsink_set_property):
2054         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize),
2055         (gst_udpsrc_set_property):
2056         Avoid leaking internally allocated file descriptors when setting
2057         custom file descriptors. Fixes #543101.
2058
2059 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2060
2061         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
2062         Don't try to configure RTCP back to the server when the server did not
2063         give us a valid port number.
2064
2065 2008-08-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2066
2067         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
2068         Use new basetransform method to renegotiate. Fixes #544956.
2069
2070         * tests/icles/Makefile.am:
2071         * tests/icles/videobox-test.c: (make_pipeline), (main):
2072         Add videobox renegotiation example.
2073
2074 2008-08-19  David Schleef  <ds@schleef.org>
2075
2076         * gst/wavenc/gstwavenc.c: Remove depth ranges and replace
2077         with sane values.  Fixes #548530.
2078
2079 2008-08-18  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2080
2081         * ext/pulse/pulsesink.c: (gst_pulsesink_prepare):
2082         * ext/pulse/pulsesrc.c: (gst_pulsesrc_prepare):
2083         The bytes_per_sample and silence_sample fields of the GstRingBufferSpec
2084         are already filled with the correct values by
2085         gst_ring_buffer_parse_caps() so there's no need to set them again
2086         with wrong values.
2087
2088 2008-08-16  Edward Hervey  <edward.hervey@collabora.co.uk>
2089
2090         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
2091         (gst_avi_demux_read_subindexes_push):
2092         Some AVI 2.0 (ODML) files don't respect the 'specifications' completely
2093         and instead of using the 'ix##' nomenclature, use '##ix'.
2094         They're still valid though, this fixes the duration and indexes for
2095         virtually all the ODML files I have.
2096
2097 2008-08-15  Wim Taymans  <wim.taymans@collabora.co.uk>
2098
2099         Patch by: Olivier Crete <tester at tester dot ca>
2100
2101         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps),
2102         (gst_rtp_vorbis_depay_process):
2103         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
2104         Update the vorbis RTP pay/depay to RFC 5215.
2105         Fixes #547842.
2106
2107 2008-08-14  David Schleef  <ds@schleef.org>
2108
2109         * gst/qtdemux/qtdemux.c: Add 'hdv6' as a HDV format for 1080i/60
2110           with 3:2 pulldown, i.e., 24p.
2111
2112 2008-08-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2113
2114         * tests/check/elements/level.c: (GST_START_TEST):
2115         Fix compilation some more.
2116
2117 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2118
2119         * configure.ac::
2120           Require -base CVS for wavparse acid chunk parsing.
2121
2122 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2123
2124         * ext/pulse/pulsesink.c: (gst_pulsesink_class_init),
2125         (gst_pulsesink_init), (gst_pulsesink_finalize),
2126         (gst_pulsesink_set_volume), (gst_pulsesink_get_volume),
2127         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
2128         (gst_pulsesink_prepare), (gst_pulsesink_change_state):
2129         * ext/pulse/pulsesink.h:
2130         Add "device-name" property to pulsesink too and currently commented
2131         out and not working support for a "volume" property.
2132
2133 2008-08-13  Thijs Vermeir  <thijsvermeir@gmail.com>
2134
2135         * configure.ac:
2136         Remove more cdio stuff (moved to ugly)
2137
2138 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2139
2140         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2141
2142         * ext/pulse/pulsesrc.c: (gst_pulsesrc_class_init),
2143         (gst_pulsesrc_get_property):
2144         Add "device-name" property, which provides a human readable string
2145         for the audio device, to make it more consisten with other audio
2146         sources. Fixes bug #547519.
2147
2148 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2149
2150         * ext/pulse/pulsemixer.c: (gst_pulsemixer_change_state):
2151         * ext/pulse/pulsemixerctrl.c: (gst_pulsemixer_ctrl_subscribe_cb),
2152         (gst_pulsemixer_ctrl_open), (gst_pulsemixer_ctrl_new),
2153         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_timeout_event):
2154         * ext/pulse/pulsemixerctrl.h:
2155         * ext/pulse/pulseprobe.c: (gst_pulseprobe_open),
2156         (gst_pulseprobe_enumerate), (gst_pulseprobe_new),
2157         (gst_pulseprobe_free), (gst_pulseprobe_needs_probe),
2158         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values):
2159         * ext/pulse/pulseprobe.h:
2160         * ext/pulse/pulsesink.c: (gst_pulsesink_init):
2161         * ext/pulse/pulsesrc.c: (gst_pulsesrc_init), (gst_pulsesrc_delay),
2162         (gst_pulsesrc_change_state):
2163         Improve debugging a bit by including the parent object in pulsemixerctrl
2164         and pulseprobe objects and using GST_WARNING_OBJECT instead of
2165         GST_WARNING.
2166
2167         Use the parent GObject subclass instead of a random struct as GObject
2168         parameter for G_OBJECT_WARN_INVALID_PROPERTY_ID. This fixes a crash
2169         when probing for another property than "device".
2170
2171 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2172
2173         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2174
2175         * ext/pulse/pulsemixer.c: (gst_pulsemixer_set_property):
2176         Fix property probing after the device property is set by calling
2177         set_server when the server property changes. Fixes bug #547518.
2178
2179 2008-08-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2180
2181         Patch by: Laszlo Pandy <laszlok2 at gmail dot com>
2182
2183         * ext/pulse/pulsesink.c: (gst_pulsesink_interface_supported),
2184         (gst_pulsesink_implements_interface_init),
2185         (gst_pulsesink_init_interfaces), (gst_pulsesink_init),
2186         (gst_pulsesink_finalize), (gst_pulsesink_set_property),
2187         (gst_pulsesink_get_type):
2188         * ext/pulse/pulsesink.h:
2189         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
2190         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_init),
2191         (gst_pulsesrc_finalize), (gst_pulsesrc_set_property):
2192         * ext/pulse/pulsesrc.h:
2193         Implement GstPropertyProbe interface on pulsesink for detecting
2194         sink devices and on pulsesrc for detecting source devices.
2195         Fixes bugs #547227 and #547217.
2196
2197 2008-08-13  Stefan Kost  <ensonic@users.sf.net>
2198
2199         * gst/spectrum/gstspectrum.c:
2200           Don't terminate on fabs(in)>1.0. Init doubles as doubles.
2201
2202 2008-08-13  Edward Hervey  <edward.hervey@collabora.co.uk>
2203
2204         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2205         Properly set the maximum latency value, in the same way it is done in
2206         v4lsrc.
2207         * sys/v4l2/v4l2src_calls.c:
2208         Simplify fraction equality check, no need to use GValues for this.
2209
2210 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2211
2212         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
2213         Add warning messages stating exactly why the latency query failed.
2214         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
2215         In some cases, the negotiated framerate might be the default one which
2216         is already set internally. But we still need to mark it down in fps_n
2217         and fps_d so that the latency query can happen properly.
2218
2219 2008-08-12  Edward Hervey  <edward.hervey@collabora.co.uk>
2220
2221         * docs/plugins/inspect/plugin-1394.xml:
2222         Whoops, forgot one doc file for people who can't/don't build the
2223         raw1394 plugin.
2224
2225 2008-08-12  Jan Schmidt  <jan.schmidt@sun.com>
2226
2227         * docs/plugins/Makefile.am:
2228         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2229         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2230         * docs/plugins/inspect/plugin-cdio.xml:
2231         * ext/Makefile.am:
2232         * ext/cdio/Makefile.am:
2233         * ext/cdio/gstcdio.c:
2234         * ext/cdio/gstcdio.h:
2235         * ext/cdio/gstcdiocddasrc.c:
2236         * ext/cdio/gstcdiocddasrc.h:
2237
2238         Pull changes from 0.10.9.2 pre-release branch moving the libcdio
2239         CDDA source to -ugly.
2240
2241         * po/LINGUAS:
2242         * po/POTFILES.in:
2243         * po/id.po:
2244         Pull in new translation from 0.10.9.2 release branch.
2245
2246 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2247
2248         * docs/plugins/Makefile.am:
2249         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2250         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2251         * docs/plugins/gst-plugins-good-plugins.args:
2252         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2253         * docs/plugins/gst-plugins-good-plugins.interfaces:
2254         Integrate documentation for new hdv1394src element.
2255
2256 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2257
2258         * ext/raw1394/Makefile.am:
2259         * ext/raw1394/gst1394.c: (plugin_init):
2260         * ext/raw1394/gsthdv1394src.c: (_do_init),
2261         (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
2262         (gst_hdv1394src_init), (gst_hdv1394src_dispose),
2263         (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
2264         (gst_hdv1394src_from_raw1394handle),
2265         (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
2266         (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
2267         (gst_hdv1394src_start), (gst_hdv1394src_stop),
2268         (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
2269         (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
2270         (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
2271         (gst_hdv1394src_uri_handler_init):
2272         * ext/raw1394/gsthdv1394src.h:
2273         mpeg2-ts (HDV) variant of firewire capture element.
2274         Fixes #350830
2275
2276 2008-08-11  Edward Hervey  <edward.hervey@collabora.co.uk>
2277
2278         * gst/level/gstlevel.c: (gst_level_message_new):
2279          Fix compilation (also known as the classic 'fix code that someone
2280          committed without compiling it first').
2281
2282 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2283
2284         * tests/check/elements/level.c:
2285           Add a test for level in stereo mode.
2286
2287 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2288
2289         * tests/examples/spectrum/demo-audiotest.c:
2290         * tests/examples/spectrum/demo-osssrc.c:
2291           Demo how to draw analyzer results synced to the clock.
2292
2293 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2294
2295         * gst/level/gstlevel.c:
2296           Little renaming (l -> level).
2297
2298         * gst/spectrum/gstspectrum.c:
2299         * gst/spectrum/gstspectrum.h:
2300           Also send full timestamp/duration details here.
2301
2302 2008-08-10  Stefan Kost  <ensonic@users.sf.net>
2303
2304         * gst/level/gstlevel.c:
2305         * gst/level/gstlevel.h:
2306           Send same timestamp/duration details as videoanalysis. This gives
2307           applications better chance to sync analysis results with playback.
2308
2309 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2310
2311         * gst/matroska/matroska-mux.c:
2312         (gst_matroska_mux_handle_sink_event),
2313         (flac_streamheader_to_codecdata):
2314         We need to drop one additional buffer for FLAC as the fLaC
2315         marker and STREAMINFO block are merged into one buffer in the caps.
2316
2317         Also don't pretend to support NEWSEGMENT events, otherwise we
2318         will most probably write some invalid data.
2319
2320 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2321
2322         * gst/matroska/matroska-mux.c: (flac_streamheader_to_codecdata),
2323         (gst_matroska_mux_audio_pad_setcaps):
2324         Add support for muxing FLAC into Matroska containers.
2325         Fixes bug #311586.
2326
2327 2008-08-09  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2328
2329         * ext/flac/gstflacenc.c: (gst_flac_enc_check_discont):
2330         Actually provide the variables required for the format string.
2331
2332 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2333
2334         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2335         (gst_matroska_demux_element_send_event),
2336         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
2337         * gst/matroska/matroska-demux.h:
2338         Close the current segment if we're doing a non-flushing seek and send
2339         the close-segment and the new segment of the seek from the streaming
2340         thread.
2341
2342 2008-08-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2343
2344         * ext/flac/gstflacenc.c: (gst_flac_enc_write_callback),
2345         (gst_flac_enc_check_discont), (gst_flac_enc_chain),
2346         (gst_flac_enc_change_state):
2347         * ext/flac/gstflacenc.h:
2348         Handle non-zero start timestamps correctly, mark header packets as
2349         IN_CAPS and print a warning and suggest using audiorate if stream
2350         discontinuities are detected. When FLAC supports flushing the encoder
2351         somehow this should be done for discontinuities instead.
2352
2353         Remove some unused variables from the instance struct.
2354
2355 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2356
2357         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback):
2358         If seeking failed return the appropiate return value to FLAC.
2359         Otherwise it thinks seeking was successfull and tries to rewrite
2360         parts of the headers which then get appended to the output.
2361
2362 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
2363
2364         Patch by: Frederic Crozat <fcrozat@mandriva.org>
2365
2366         * ext/esd/gstesd.c: (plugin_init):
2367         * ext/flac/gstflac.c: (plugin_init):
2368         * ext/shout2/gstshout2.c: (plugin_init):
2369         * ext/wavpack/gstwavpack.c: (plugin_init):
2370         * sys/oss/gstossaudio.c: (plugin_init):
2371         * sys/v4l2/gstv4l2.c: (plugin_init):
2372         Make sure gettext returns translations in UTF-8 encoding rather
2373         than in the current locale encoding (#546822).
2374
2375 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2376
2377         * ext/flac/gstflacdec.c:
2378         Add FIXME for 0.11 to simply output everything with width=32 as given
2379         by FLAC and let audioconvert handle the conversions instead of doing
2380         them in flacdec.
2381
2382 2008-08-07  Jan Schmidt  <Jan.Schmidt@sun.com>
2383
2384         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2385         When outputting a pad template range for the size, include a framerate
2386         range too, to avoid 'not a real subset of template caps' errors.
2387
2388 2008-08-06  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2389
2390         Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>
2391
2392         * ext/flac/Makefile.am:
2393         * ext/flac/gstflac.c: (plugin_init):
2394         * ext/flac/gstflactag.c: (gst_flac_tag_setup_interfaces),
2395         (gst_flac_tag_base_init), (gst_flac_tag_class_init),
2396         (gst_flac_tag_dispose), (gst_flac_tag_init),
2397         (gst_flac_tag_sink_setcaps), (gst_flac_tag_chain),
2398         (gst_flac_tag_change_state):
2399         * ext/flac/gstflactag.h:
2400         Port flactag to 0.10, add documentation for it and clean it up a bit.
2401         Fixes bug #413841.
2402
2403         * docs/plugins/Makefile.am:
2404         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2406         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2407         * docs/plugins/gst-plugins-good-plugins.interfaces:
2408         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2409         * docs/plugins/inspect/plugin-flac.xml:
2410         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init):
2411         * ext/flac/gstflacdec.h:
2412         * ext/flac/gstflacenc.c: (gst_flac_enc_base_init):
2413         * ext/flac/gstflacenc.h:
2414         Add flactag and flacenc to the documentation and mark
2415         the private parts of the flacdec instance structure as private.
2416
2417         Also use gst_element_class_set_details_simple() in flacdec and
2418         flacenc.
2419
2420 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
2421
2422         * gst/qtdemux/qtdemux.c:
2423           Use audio/x-qdm for caps. Collect some info - mplayer has a decoder
2424           for it but ffmpeg does not.
2425
2426 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2427
2428         * gst/wavparse/gstwavparse.c:
2429           Handle the list chunk and use gst_riff_parse_info() to parse the info
2430           sub-chunk.
2431
2432 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2433
2434         * gst/wavparse/gstwavparse.c:
2435           Handle the acid chunk and send tempo as part of tags. Other fields are
2436           interesting too, but need more tag-definitions. Fixes #545433.
2437
2438 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
2439
2440         * gst/wavparse/gstwavparse.c:
2441           Refactor wavparse. Call _reset() from dispose() and move old code from
2442           dispose into reset. This way we don't leak taglists when we abort
2443           parsing. Fix some comments. Move code for skipping a chunk into extra
2444           function. Replace chunk sizes with a const to ease readability.         
2445
2446 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2447
2448         Patch by: Aurelien Grimaud <gstelzz at yahoo dot fr>
2449
2450         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_alloc_udp_ports):
2451         Improve udp port setup. Fixes #545710.
2452
2453 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2454
2455         * gst/rtp/Makefile.am:
2456         * gst/rtp/gstrtp.c: (plugin_init):
2457         * gst/rtp/gstrtpmp1sdepay.c: (gst_rtp_mp1s_depay_base_init),
2458         (gst_rtp_mp1s_depay_class_init), (gst_rtp_mp1s_depay_init),
2459         (gst_rtp_mp1s_depay_setcaps), (gst_rtp_mp1s_depay_process),
2460         (gst_rtp_mp1s_depay_set_property),
2461         (gst_rtp_mp1s_depay_get_property),
2462         (gst_rtp_mp1s_depay_change_state),
2463         (gst_rtp_mp1s_depay_plugin_init):
2464         * gst/rtp/gstrtpmp1sdepay.h:
2465         Add MP1S depayloader.
2466
2467         * gst/rtsp/URLS:
2468         Some more sample rtsp streams.
2469
2470 2008-08-05  Wim Taymans  <wim.taymans@collabora.co.uk>
2471
2472         * gst/rtsp/URLS:
2473         Add another URL.
2474
2475         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
2476         * tests/check/elements/rglimiter.c: (GST_START_TEST):
2477         Add some more debug info.
2478
2479 2008-08-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2480
2481         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
2482         Provide cbSize field for audio extra_data size, and take care to
2483         pad extra_data.
2484
2485 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2486
2487         * gst/qtdemux/qtdemux.c:
2488           Return the result of gst_pad_{start,stop}_task instead of hard-coded
2489           TRUE.
2490
2491 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2492
2493         * gst/qtdemux/qtdemux.c:
2494         * gst/qtdemux/qtdemux_fourcc.h:
2495           Add keyword tag support. Fixes #520694 for qtdemux.
2496
2497 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
2498
2499         * gst/qtdemux/qtdemux.c:
2500           Add support for tmpo tag (BPM).
2501
2502 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2503
2504         * ext/flac/gstflacenc.c: (gst_flac_enc_query_peer_total_samples),
2505         (gst_flac_enc_sink_setcaps), (gst_flac_enc_write_callback):
2506         Set an estimate for the total number of samples that will be encoded
2507         if possible to help decoders if the streaminfo can't be rewritten
2508         later (like when muxing into Ogg containers).
2509
2510         Add a warning if we get header packets after data packets as those
2511         will get lost when muxing into Ogg, i.e. rewriting the headers doesn't
2512         work.
2513
2514 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2515
2516         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
2517         (gst_flac_dec_write):
2518         Support decoding of all depths between 4 and 32 bits and read the
2519         depth from the streaminfo header if needed. Also support all sampling
2520         rates between 1 and 655350 Hz.
2521
2522         * ext/flac/gstflacenc.c:
2523         (gst_flac_enc_caps_append_structure_with_widths),
2524         (gst_flac_enc_sink_getcaps), (gst_flac_enc_sink_setcaps),
2525         (gst_flac_enc_chain):
2526         * ext/flac/gstflacenc.h:
2527         Support encoding in all bit depths supported by the streamable
2528         subformat (i.e. 8, 12, 16, 20 and 24 bits) and all sampling rates
2529         between 1 Hz and 655350 Hz.
2530
2531 2008-08-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2532
2533         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
2534         (gst_flac_enc_sink_getcaps):
2535         Support encoding of up to 8 channels.
2536
2537 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2538
2539         * ext/soup/gstsouphttpsrc.c:
2540         * ext/soup/gstsouphttpsrc.h:
2541         Fix seeking race condition in #540300
2542         Patch By: Wouter Cloetens  <wouter at mind be>
2543
2544 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2545
2546         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek),
2547         (gst_matroska_demux_element_send_event),
2548         (gst_matroska_demux_handle_seek_event),
2549         (gst_matroska_demux_handle_src_event):
2550         When receiving a SEEK event on a specific pad first search for a seek
2551         table entry for the stream of the pad and then fall back to an entry
2552         for a different stream.
2553
2554 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2555
2556         * configure.ac:
2557         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
2558         * gst/matroska/matroska-ids.h:
2559         Build depend on core CVS for the attachment tag.
2560
2561 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2562
2563         * configure.ac:
2564         * gst/matroska/Makefile.am:
2565         * gst/matroska/lzo.c: (get_byte), (get_len), (copy),
2566         (copy_backptr), (lzo1x_decode), (main):
2567         * gst/matroska/lzo.h:
2568         * gst/matroska/matroska-demux.c:
2569         (gst_matroska_demux_read_track_encoding),
2570         (gst_matroska_decompress_data), (gst_matroska_decode_data),
2571         (gst_matroska_decode_buffer),
2572         (gst_matroska_decode_content_encodings),
2573         (gst_matroska_demux_read_track_encodings),
2574         (gst_matroska_demux_add_stream),
2575         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
2576         * gst/matroska/matroska-ids.h:
2577         Decode the codec private data and following ContentEncoding if
2578         necessary.
2579
2580         Support bzip2, lzo and header stripped compression. For lzo use the
2581         ffmpeg lzo implementation as liblzo is GPL licensed.
2582         
2583         Fix zlib decompression.
2584
2585 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2586
2587         * gst/matroska/matroska-mux.c:
2588         (gst_matroska_mux_audio_pad_setcaps):
2589         Fix muxing of MP3/MP2 with different MPEG versions by calculating the
2590         duration of a frame with the new mpegaudioversion caps field.
2591
2592 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2593
2594         * gst/matroska/matroska-demux.c: (gst_matroska_demux_finalize),
2595         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
2596         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
2597         (gst_matroska_demux_stream_from_num),
2598         (gst_matroska_demux_tracknumber_unique),
2599         (gst_matroska_demux_add_stream), (gst_matroska_demux_send_event),
2600         (gst_matroska_demux_handle_seek_event),
2601         (gst_matroska_demux_sync_streams),
2602         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2603         (gst_matroska_demux_loop):
2604         * gst/matroska/matroska-demux.h:
2605         Allow an infinite number of stream inside Matroska containers and use
2606         a GPtrArray for storing them instead of allowing "only" 127 streams.
2607
2608 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2609
2610         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
2611         (gst_ebml_read_change_state), (gst_ebml_read_element_level_up),
2612         (gst_ebml_read_peek_bytes), (gst_ebml_read_element_id),
2613         (gst_ebml_read_element_length), (gst_ebml_peek_id),
2614         (gst_ebml_read_get_length), (gst_ebml_read_skip),
2615         (gst_ebml_read_buffer), (gst_ebml_read_bytes),
2616         (gst_ebml_read_uint), (gst_ebml_read_sint), (_ext2dbl),
2617         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_date),
2618         (gst_ebml_read_master), (gst_ebml_read_binary),
2619         (gst_ebml_read_header):
2620         * gst/matroska/ebml-write.c: (gst_ebml_write_element_id),
2621         (gst_ebml_write_element_size), (gst_ebml_write_uint),
2622         (gst_ebml_write_sint), (gst_ebml_write_ascii),
2623         (gst_ebml_write_master_start), (gst_ebml_write_master_finish),
2624         (gst_ebml_replace_uint):
2625         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
2626         (gst_matroska_demux_read_track_encoding),
2627         (gst_matroska_demux_read_track_encodings),
2628         (gst_matroska_demux_add_stream), (gst_matroskademux_do_index_seek),
2629         (gst_matroska_demux_send_event),
2630         (gst_matroska_demux_element_send_event),
2631         (gst_matroska_demux_handle_seek_event),
2632         (gst_matroska_demux_handle_src_event),
2633         (gst_matroska_demux_init_stream),
2634         (gst_matroska_demux_parse_tracks),
2635         (gst_matroska_demux_parse_index_cuetrack),
2636         (gst_matroska_demux_parse_index_pointentry),
2637         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
2638         (gst_matroska_demux_parse_metadata_id_simple_tag),
2639         (gst_matroska_demux_parse_metadata_id_tag),
2640         (gst_matroska_demux_parse_metadata),
2641         (gst_matroska_demux_parse_attached_file),
2642         (gst_matroska_demux_parse_attachments),
2643         (gst_matroska_demux_parse_chapters), (gst_matroska_ebmlnum_uint),
2644         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_push_hdr_buf),
2645         (gst_matroska_demux_push_flac_codec_priv_data),
2646         (gst_matroska_demux_push_xiph_codec_priv_data),
2647         (gst_matroska_demux_push_dvd_clut_change_event),
2648         (gst_matroska_demux_add_mpeg_seq_header),
2649         (gst_matroska_demux_add_wvpk_header),
2650         (gst_matroska_demux_check_subtitle_buffer),
2651         (gst_matroska_decode_buffer),
2652         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
2653         (gst_matroska_demux_parse_cluster),
2654         (gst_matroska_demux_parse_contents_seekentry),
2655         (gst_matroska_demux_parse_contents),
2656         (gst_matroska_demux_loop_stream_parse_id),
2657         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop),
2658         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
2659         (gst_matroska_demux_subtitle_caps),
2660         (gst_matroska_demux_change_state):
2661         * gst/matroska/matroska-ids.c:
2662         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
2663         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
2664         (gst_matroska_mux_video_pad_setcaps),
2665         (xiph3_streamheader_to_codecdata),
2666         (vorbis_streamheader_to_codecdata),
2667         (theora_streamheader_to_codecdata),
2668         (gst_matroska_mux_audio_pad_setcaps),
2669         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
2670         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
2671         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
2672         (gst_matroska_mux_best_pad), (gst_matroska_mux_write_data),
2673         (gst_matroska_mux_collected), (gst_matroska_mux_change_state):
2674         Fix indention everywhere. A broken indent version has added newlines
2675         after every single declaration some time ago.
2676
2677 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2678
2679         * gst/matroska/matroska-demux.c:
2680         (gst_matroska_demux_loop_stream_parse_id):
2681         If no Tracks are found error out instead of trying it again until the
2682         end of time.
2683
2684 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2685
2686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
2687         Fix demuxing of raw integer audio. The samples are unsigned only for 8
2688         bit and signed otherwise, not the other way around.
2689
2690 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2691
2692         * gst/matroska/matroska-mux.c:
2693         Add more raw YUV formats to the list of supported formats.
2694
2695 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2696
2697         * gst/matroska/matroska-mux.c:
2698         (gst_matroska_mux_audio_pad_setcaps):
2699         Add support for muxing raw float audio now that the spec defines the
2700         endianness and add support for muxing raw integer audio with 24 and
2701         32 bits.
2702
2703         Allow muxing of more than 8 audio channels.
2704
2705 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2706
2707         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
2708         (gst_matroska_mux_reset), (gst_matroska_mux_start):
2709         Add locking to the global array of used track UIDs to prevent random
2710         crashes if more than a single matrosmux instance is used.
2711
2712         Use 64 bit values for the track UIDs.
2713
2714         Use the global GRandom of GLib instead of creating our own one
2715         for the few random numbers we need every single time.
2716
2717 2008-08-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2718
2719         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
2720         (gst_flac_dec_setup_stream_decoder),
2721         (gst_flac_dec_update_metadata):
2722         Always post the audio-codec tag, not only if other tags are present.
2723
2724 2008-08-02  Jan Schmidt  <jan.schmidt@sun.com>
2725
2726         * configure.ac:
2727         Back to development -> 0.10.9.1
2728
2729 === release 0.10.9 ===
2730
2731 2008-07-31  Jan Schmidt <jan.schmidt@sun.com>
2732
2733         * configure.ac:
2734           releasing 0.10.9, "Steam Train Rolling"
2735
2736 2008-07-31  Jan Schmidt  <jan.schmidt@sun.com>
2737
2738         * ext/soup/gstsouphttpsrc.c:
2739         Don't throw an error when soup completes a msg with status
2740         'cancelled', as that indicates we cancelled a request while
2741         shutting down or seeking, and it's not an error.
2742         Fixes: #540300 again.
2743
2744 2008-07-28  Jan Schmidt  <jan.schmidt@sun.com>
2745
2746         * configure.ac:
2747         0.10.8.4 pre-release
2748
2749 2008-07-25  Edward Hervey  <edward.hervey@collabora.co.uk>
2750
2751         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment):
2752         Fix segment-stop regression.
2753         Add documentation regarding segments in quicktime files by Wim Taymans.
2754         Fixes #544509
2755
2756 2008-07-25  Jan Schmidt  <jan.schmidt@sun.com>
2757
2758         * configure.ac:
2759         0.10.8.3 pre-release
2760
2761         * po/LINGUAS:
2762         * po/pt_BR.po:
2763         Add pt_BR translation
2764
2765 2008-07-23  Michael Smith <msmith@songbirdnest.com>
2766
2767         * gst/goom/convolve_fx.c:
2768         * gst/goom/filters.c:
2769         * gst/goom/goom_config.h:
2770         * gst/goom/goom_core.c:
2771         * gst/goom/goom_tools.h:
2772           Fix build with MSVC: include glib.h to define inline appropriately,
2773           use header guards where needed.
2774         * gst/udp/gstudpnetutils.c:
2775         * gst/udp/gstudpsrc.c:
2776           Fix build with MSVC: use WSA* constants/functions where appropriate, use
2777           g_snprintf rather than snprintf.
2778           Fixes #544433.
2779
2780 2008-07-22  Stefan Kost  <ensonic@users.sf.net>
2781
2782         * gst/debug/gsttaginject.c:
2783         * gst/debug/gsttaginject.h:
2784           Sent tags in _transform_ip() instead of _start(). Fixes #543404
2785           partially.
2786
2787 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2788
2789         * configure.ac:
2790         0.10.8.2 pre-release
2791
2792 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2793
2794         * ext/Makefile.am:
2795         Finish hooking up pulseaudio plugin to the build.
2796
2797         * ext/pulse/pulsemixerctrl.c:
2798         Fix compilation error.
2799
2800 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2801
2802         * po/LINGUAS:
2803         * po/lt.po:
2804         Add new lithunian translation, and add french to the LINGUAS
2805         file.
2806
2807 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2808
2809         * ext/soup/gstsouphttpsrc.c:
2810         Fix Soup HTTP source seeking.
2811         Patch By: Wouter Cloetens  <wouter at mind be>
2812         Fixes: #540300
2813
2814         * tests/check/elements/.cvsignore:
2815         Ignore new check programs.
2816
2817 2008-07-19  Jan Schmidt  <jan.schmidt@sun.com>
2818
2819         * configure.ac:
2820         * docs/plugins/Makefile.am:
2821         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
2822         * docs/plugins/gst-plugins-good-plugins-sections.txt:
2823         * docs/plugins/gst-plugins-good-plugins.args:
2824         * docs/plugins/gst-plugins-good-plugins.hierarchy:
2825         * docs/plugins/gst-plugins-good-plugins.interfaces:
2826         * docs/plugins/gst-plugins-good-plugins.prerequisites:
2827         * docs/plugins/inspect/plugin-interleave.xml:
2828         * docs/plugins/inspect/plugin-replaygain.xml:
2829         * tests/check/Makefile.am:
2830
2831         Move replaygain and interleave plugins from -bad.
2832         Fixes: #543406
2833         Fixes: #536228
2834
2835 2008-07-18  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2836
2837         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2838         (qtdemux_parse_trak):
2839         Revert ISO base media spec based pixel-aspect-ratio calculation.
2840         Fixes #543300.
2841
2842 2008-07-17  Edward Hervey  <edward.hervey@collabora.co.uk>
2843
2844         * sys/osxvideo/osxvideosink.m:
2845         Fix minor build issues on macosx.
2846         Fixes #543054
2847
2848 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2849
2850         * configure.ac::
2851         * ext/taglib/Makefile.am::
2852           Only use -Wno-attributes (which is there to work around a
2853           bug in the taglib 1.5 headers) if the c++ compiler actually
2854           supports it (#543255).
2855
2856 2008-07-17  Tim-Philipp Müller  <tim.muller at collabora co uk>
2857
2858         Patch by: Benoit Fouet <benoit.fouet purplelabs com>
2859
2860         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
2861           Avoid compiler warning by initialising variable to NULL (#543259).
2862
2863 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2864
2865         * gst/debug/gsttaginject.c: (gst_tag_inject_start):
2866         Don't pass NULL taglists to gst_tag_list_is_empty().
2867
2868 2008-07-14  Sebastian Dröge  <slomo@circular-chaos.org>
2869
2870         * tests/check/elements/cmmldec.c: (GST_START_TEST):
2871         * tests/check/elements/rtp-payloading.c: (rtp_pipeline_create),
2872         (rtp_pipeline_run):
2873         * tests/check/elements/souphttpsrc.c: (souphttpsrc_suite):
2874         Don't use declarations after statements.
2875
2876 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2877
2878         * ext/jpeg/gstjpegdec.c:
2879         Align documentation with reality.
2880
2881 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2882
2883         * gst/udp/gstudpnetutils.c:
2884         EAI_ADDRFAMILY was obsoleted in BSD at some point. Define it to the
2885         old value (1) if it's not defined which should not cause any problems
2886         as we're using it internal only anyway.
2887
2888 2008-07-14  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2889
2890         Patch by: Alessandro Decina <alessandro at nnva dot org>
2891
2892         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp):
2893         Fix build of avidemux on big endian architectures.
2894
2895 2008-07-10  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2896
2897         Patch by: Thiago Sousa Santos <thiagoss at lcc dot ufcg dot edu dot br>
2898
2899         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
2900         Correctly distinguish 8bit vs 16bit raw audio.  Fixes #542410.
2901
2902 2008-07-08  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2903
2904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
2905         (qtdemux_parse_trak):
2906         Set pixel-aspect-ratio in caps using display width and height
2907         provided in track.
2908
2909 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2910
2911         * configure.ac:
2912         Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
2913         flags that are invalid for C++. Fixes bug #516509.
2914
2915 2008-07-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2916
2917         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
2918         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps):
2919         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):
2920         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_fixate):
2921         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
2922         * tests/examples/equalizer/demo.c: (message_handler):
2923         * tests/examples/spectrum/demo-audiotest.c: (message_handler):
2924         * tests/examples/spectrum/demo-osssrc.c: (message_handler):
2925         Don't use declarations after statements and variable length arrays.
2926
2927 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2928
2929         Patch by: Daniel Drake <dsd at gentoo dot org>
2930
2931         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture),
2932         (gst_v4l2src_get_nearest_size):
2933         Try progressive video if interlaced fails. Fixes bug #541956
2934         and the usage of v4l2src on OLPC.
2935
2936 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2937
2938         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2939         (gst_rtp_speex_depay_process):
2940         * gst/rtp/gstrtpspeexdepay.h:
2941         Revert last change: Only the jitterbuffer is able to convert RTP to
2942         Gstreamer timestamps and normal (de)payloaders should simply copy it.
2943         Reopens bug #541787.
2944
2945 2008-07-07  Stefan Kost  <ensonic@users.sf.net>
2946
2947         * gst/rtp/gstrtpvrawdepay.c:
2948           Include stdlib.h for atoi().
2949
2950         * gst/rtsp/gstrtspsrc.c:
2951           Use floating point math for latencies < 0 sec in log output.
2952
2953 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2954
2955         Patch by: Tomasz Grobelny <tomasz at grobelny dot oswiecenia dot net>
2956
2957         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init),
2958         (gst_rtp_speex_depay_process):
2959         * gst/rtp/gstrtpspeexdepay.h:
2960         Take timestamp from the RTP packet as a first step to fix problems
2961         with transmission over RTP when the network is not reliable.
2962         Fixes bug #541787.
2963
2964 2008-07-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2965
2966         Patch by: Tero Saarni <tero dot saarni at gmail dot com>
2967
2968         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_uri):
2969         Fix parsing of udp:// URIs containing IPv6 addresses.
2970         Fixes bug #541650.
2971
2972 2008-07-04  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
2973
2974         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
2975         Do not leak incoming buffers.
2976
2977 2008-07-03  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2978
2979         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2980
2981         * configure.ac:
2982         Fix build of the RTP plugin with mingw32 by linking to ws2_32
2983         for htons() and htonl(). Fixes bug #541412.
2984
2985 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2986
2987         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
2988         (gst_matroska_demux_add_stream), (gst_matroska_demux_query),
2989         (gst_matroska_demux_element_query),
2990         (gst_matroska_demux_handle_src_query),
2991         (gst_matroska_demux_handle_seek_event):
2992         Handle position and duration query in DEFAULT format if the
2993         pad's track has a default frame duration set.
2994
2995         Fix seeking now that the segment's duration doesn't contain the
2996         (possibly wrong or inaccurate) duration of the Matroska file.
2997
2998 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
2999
3000         * gst/matroska/ebml-read.c: (_ext2dbl):
3001         Use NAN constant instead of 0.0/0.0 if possible. NAN is defined
3002         in math.h except on MSVC where it is defined in xmath.h.
3003         Fixes compilation with MSVC.
3004
3005 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3006
3007         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3008         (gst_matroska_demux_handle_src_query),
3009         (gst_matroska_demux_parse_info),
3010         (gst_matroska_demux_loop_stream_parse_id):
3011         * gst/matroska/matroska-demux.h:
3012         Don't set the segment duration to the duration from the Matroska
3013         header as this value could be wrong and is just informational.
3014
3015 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3016
3017         * gst/matroska/matroska-demux.c:
3018         (gst_matroska_demux_loop_stream_parse_id):
3019         If no Tracks element is found until the first Cluster is found
3020         search it and error out if none is found in the complete file.
3021
3022 2008-07-02  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3023
3024         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
3025         Resync non-subtitle tracks too if a too large gap compared to other
3026         tracks is detected.
3027
3028 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3029
3030         * gst/rtp/Makefile.am:
3031         * gst/rtp/gstrtp.c: (plugin_init):
3032         * gst/rtp/gstrtpvrawdepay.c: (gst_rtp_vraw_depay_base_init),
3033         (gst_rtp_vraw_depay_class_init), (gst_rtp_vraw_depay_init),
3034         (gst_rtp_vraw_depay_setcaps), (gst_rtp_vraw_depay_process),
3035         (gst_rtp_vraw_depay_change_state),
3036         (gst_rtp_vraw_depay_plugin_init):
3037         * gst/rtp/gstrtpvrawdepay.h:
3038         * gst/rtp/gstrtpvrawpay.c: (gst_rtp_vraw_pay_get_type),
3039         (gst_rtp_vraw_pay_base_init), (gst_rtp_vraw_pay_class_init),
3040         (gst_rtp_vraw_pay_init), (gst_rtp_vraw_pay_finalize),
3041         (gst_rtp_vraw_pay_setcaps), (gst_rtp_vraw_pay_handle_buffer),
3042         (gst_rtp_vraw_pay_plugin_init):
3043         * gst/rtp/gstrtpvrawpay.h:
3044         Add raw video pay and depayloaders, see RFC4175.
3045
3046 2008-06-30  Jan Schmidt  <jan.schmidt@sun.com>
3047
3048         * ext/libpng/gstpngdec.c:
3049         Don't return GST_FLOW_ERROR when buffer_alloc fails - return
3050         whatever it returned.
3051
3052 2008-06-29  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3053
3054         * gst/avi/avi-ids.h:
3055         Add vprp chunk related structures.
3056         * gst/avi/gstavidemux.c: (gst_avi_demux_riff_parse_vprp),
3057         (gst_avi_demux_parse_stream):
3058         Parse optional vprp chunk and add calculated pixel-aspect-ratio
3059         to caps.  Fixes #539482.
3060         * gst/avi/gstavimux.h:
3061         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset),
3062         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_riff_get_avi_header):
3063         Add a vprp chunk if non-trival pixel-aspect-ratio provided in caps.
3064
3065 2008-06-28  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3066
3067         * tests/check/elements/avimux.c: (check_avimux_pad):
3068         Adjust avimux unit test according to increased streamheader size.
3069
3070 2008-06-27  David Schleef  <ds@schleef.org>
3071
3072         * gst/qtdemux/qtdemux.c: Add Dirac stream type
3073
3074 2008-06-27  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
3075
3076         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
3077         * gst/avi/gstavimux.h:
3078         Add 8 bytes to current streamheader to make for a complete one
3079         and to make more players happy.  Fixes #519460.
3080
3081 2008-06-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
3082
3083         * sys/v4l2/v4l2_calls.c::
3084           Don't include unused gstv4l2xoverlay.h. Fixes build
3085           in case where X11 headers are not installed.
3086
3087 2008-06-26  Wim Taymans  <wim.taymans@collabora.co.uk>
3088
3089         * ext/dv/gstdv.c: (plugin_init):
3090         Fix compilation.
3091
3092 2008-06-26  Edward Hervey  <edward.hervey@collabora.co.uk>
3093
3094         * ext/dv/gstdv.c: (plugin_init):
3095         Marking rank of dvdec as GST_RANK_MARGINAL since it's the slowest
3096         DV decoder available.
3097         Fixes #532393
3098
3099 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3100
3101         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
3102         Call getsockname() after the call to bind() to get updated values
3103         for the port, etc. This fixes the usage of udpsrc on anonymous
3104         binding and it's usage by rtspsrc. Fixes bugs #539372, #539548.
3105         Thanks to Aurelien Grimaud for pointing out the obvious fix.
3106
3107 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3108
3109         * tests/check/pipelines/wavpack.c: (bus_handler):
3110         Remove workaround for a bug in identity that is fixed in 0.10.20.
3111
3112 2008-06-25  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
3113
3114         Patch by: Jason Donenfeld <BugZilla at zx2c4 dot com>
3115
3116         * ext/soup/gstsouphttpsrc.c: (gst_soup_http_src_got_headers_cb):
3117         Fix HTTP auth support with user/password passed via the URI.
3118         Fixes bug #540067.
3119
3120 2008-06-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
3121
3122         * configure.ac:
3123           Depend on released versions of core and -base.
3124
3125 2008-06-23  Julien Moutte  <julien@fluendo.com>
3126
3127         * gst/matroska/matroska-demux.c:
3128         (gst_matroska_demux_read_track_encoding),
3129         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Fix buggy
3130         format strings in macros. (makes it build on OS X again...)
3131
3132 2008-06-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3133
3134         * gst/rtp/gstrtptheorapay.c:
3135         * gst/udp/gstmultiudpsink.c:
3136           Added debug.
3137
3138 2008-06-20  Christian Schaller <christian.schaller@collabora.co.uk>
3139
3140         * configure.ac: switch v4l2src over to the normal build instead of
3141         being 'experimental'. Fixes bug #536831.
3142
3143 2008-06-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3144
3145         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3146         Remove unused variable so that we can compile again.
3147
3148 2008-06-19  Peter Kjellerstedt  <pkj@axis.com>
3149
3150         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_setcaps):
3151         No need to check for audio/G723 and audio/32KADPCM here as they are
3152         no longer supported.
3153
3154 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3155
3156         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
3157         (gst_wavpack_parse_src_query), (gst_wavpack_parse_create_src_pad):
3158         Use G_GINT64_CONSTANT, this fixes the duration query on files without
3159         known length.
3160
3161 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3162
3163         * gst/matroska/matroska-demux.c:
3164         (gst_matroska_demux_add_wvpk_header),
3165         (gst_matroska_demux_audio_caps):
3166         * gst/matroska/matroska-ids.h:
3167         Fix demuxing of WavPack files. Muxing is still broken.
3168
3169 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3170
3171         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
3172         (gst_matroska_demux_add_mpeg_seq_header),
3173         (gst_matroska_demux_add_wvpk_header),
3174         (gst_matroska_demux_check_subtitle_buffer),
3175         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3176         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
3177         (gst_matroska_demux_subtitle_caps):
3178         * gst/matroska/matroska-ids.h:
3179         Add a "vfunc" to the track context for postprocessing frames and
3180         convert the wavpack and subtitle postprocessing to this vfunc.
3181         Copy buffer flags in those functions to the new buffers too.
3182
3183         Parse CodecState elements of Blocks.
3184
3185         Add a postprocessing function for MPEG video that adds the sequence
3186         header from the codec private data or codec state to the frames if
3187         it's not already there.
3188
3189 2008-06-19  Sebastian Dröge  <slomo@circular-chaos.org>
3190
3191         * gst/matroska/matroska-demux.c:
3192         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
3193         If a gap of more than 1/2 second is found in one stream send a
3194         NEWSEGMENT event to not stall the pipeline if the gap is too large.
3195         This also fixes Matroska files where the first buffer doesn't start
3196         at timestamp 0. Fixes bug #429322.
3197
3198         The duration of a block is the default duration multiplied with the
3199         number of laces. Every lace is one frame and the default duration
3200         is the duration of one frame. This fixes playback of files that use
3201         lacing for some tracks.
3202
3203 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3204
3205         * gst/matroska/matroska-demux.c:
3206         (gst_matroska_demux_parse_contents_seekentry):
3207         Update FIXME/TODOs and only ignore EOS at the central, important place
3208         instead of several places.
3209
3210 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3211
3212         * gst/rtp/gstrtpg726pay.c:
3213         Fix caps, See #538891.
3214
3215 2008-06-18  Sebastian Dröge  <slomo@circular-chaos.org>
3216
3217         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3218         (gst_matroska_demux_stream_from_num),
3219         (gst_matroska_demux_encoding_cmp),
3220         (gst_matroska_demux_encoding_order_unique),
3221         (gst_matroska_demux_read_track_encoding),
3222         (gst_matroska_demux_read_track_encodings),
3223         (gst_matroska_demux_tracknumber_unique),
3224         (gst_matroska_demux_add_stream), (gst_matroska_demux_init_stream),
3225         (gst_matroska_demux_parse_tracks),
3226         (gst_matroska_demux_parse_index_cuetrack),
3227         (gst_matroska_demux_parse_index_pointentry),
3228         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3229         (gst_matroska_demux_parse_metadata_id_simple_tag),
3230         (gst_matroska_demux_parse_metadata_id_tag),
3231         (gst_matroska_demux_parse_metadata),
3232         (gst_matroska_demux_parse_attached_file),
3233         (gst_matroska_demux_parse_attachments),
3234         (gst_matroska_demux_parse_chapters),
3235         (gst_matroska_demux_sync_streams), (gst_matroska_decode_buffer),
3236         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3237         (gst_matroska_demux_parse_cluster),
3238         (gst_matroska_demux_parse_contents_seekentry),
3239         (gst_matroska_demux_parse_contents),
3240         (gst_matroska_demux_loop_stream_parse_id),
3241         (gst_matroska_demux_loop):
3242         Improve debug output everywhere and fix the EOS logic.
3243
3244         Check the values of the ContentEncoding elements more strictly and
3245         don't use tracks for which it's invalid.
3246
3247         Check that the track number is unique for this stream.
3248
3249         Check that seek positions are below G_MAXINT64 as our seeks are
3250         int64-based and overflows will fail badly.
3251
3252         After seeks also don't push SimpleBlocks until the first one
3253         containing a keyframe is found. Before this was done only for normal
3254         Blocks.
3255
3256         Update some FIXME/TODOs.
3257         
3258         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
3259         (gst_ebml_read_utf8), (gst_ebml_read_header):
3260         Improve debug output.
3261
3262         * gst/matroska/matroska-ids.c:
3263         (gst_matroska_track_init_video_context):
3264         * gst/matroska/matroska-ids.h:
3265         * gst/matroska/matroska-mux.c:
3266         (gst_matroska_mux_video_pad_setcaps):
3267         Remove eye mode and don't parse it anymore. We can't use that
3268         information in GStreamer yet so it's useless.
3269
3270
3271 2008-06-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3272
3273         Patch by: Mersad Jelacic <mersad at axis dot com>
3274
3275         * gst/rtp/Makefile.am:
3276         * gst/rtp/gstrtp.c: (plugin_init):
3277         * gst/rtp/gstrtpg726depay.c: (gst_rtp_g726_depay_base_init),
3278         (gst_rtp_g726_depay_class_init), (gst_rtp_g726_depay_init),
3279         (gst_rtp_g726_depay_setcaps), (gst_rtp_g726_depay_process),
3280         (gst_rtp_g726_depay_plugin_init):
3281         * gst/rtp/gstrtpg726depay.h:
3282         * gst/rtp/gstrtpg726pay.c: (gst_rtp_g726_pay_base_init),
3283         (gst_rtp_g726_pay_class_init), (gst_rtp_g726_pay_init),
3284         (gst_rtp_g726_pay_setcaps), (gst_rtp_g726_pay_plugin_init):
3285         * gst/rtp/gstrtpg726pay.h:
3286         Added G726 pay/depayloaders. Fixes #538891.
3287
3288 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3289
3290         * gst/rtsp/URLS:
3291         Some more urls.
3292
3293         * gst/smpte/barboxwipes.c:
3294         Add a comment
3295
3296         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
3297         Fix typo, add audioresample to the pipeline.
3298
3299 2008-06-17  Wim Taymans  <wim.taymans@collabora.co.uk>
3300
3301         * ext/libmng/Makefile.am:
3302         * ext/libmng/gstmng.c: (plugin_init):
3303         * ext/libmng/gstmngdec.c: (gst_mng_dec_base_init),
3304         (gst_mng_dec_class_init), (gst_mng_dec_sink_setcaps),
3305         (gst_mng_dec_init), (gst_mng_dec_src_getcaps), (gst_mng_dec_loop),
3306         (gst_mng_dec_get_property), (gst_mng_dec_set_property),
3307         (mngdec_error), (mngdec_openstream), (mngdec_closestream),
3308         (gst_mng_dec_sink_event), (mngdec_readdata), (mngdec_settimer),
3309         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
3310         (gst_mng_dec_change_state):
3311         * ext/libmng/gstmngdec.h:
3312         * ext/libmng/gstmngenc.c: (gst_mng_enc_base_init),
3313         (gst_mng_enc_class_init), (gst_mng_enc_sink_setcaps),
3314         (gst_mng_enc_init), (gst_mng_enc_chain),
3315         (gst_mng_enc_get_property), (gst_mng_enc_set_property):
3316         * ext/libmng/gstmngenc.h:
3317         Somewhat port mngenc and mngdec to 0.10. Does not work yet and has many
3318         bits ifdeffed out still.
3319
3320 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3321
3322         * gst/matroska/matroska-demux.c: (gst_matroska_index_compare):
3323         When comparing index elements with the same time compare their
3324         block number.
3325
3326 2008-06-16  Tim-Philipp Müller  <tim.muller at collabora co uk>
3327
3328         * gst/matroska/matroska-demux.c:
3329           (gst_matroska_demux_parse_attached_file)
3330           Init variable to NULL to avoid compiler warning.
3331
3332 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3333
3334         * gst/matroska/Makefile.am:
3335         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3336         (gst_matroska_demux_parse_attached_file),
3337         (gst_matroska_demux_parse_attachments),
3338         (gst_matroska_demux_parse_contents_seekentry),
3339         (gst_matroska_demux_loop_stream_parse_id):
3340         * gst/matroska/matroska-demux.h:
3341         * gst/matroska/matroska-ids.c: (gst_matroska_register_tags):
3342         * gst/matroska/matroska-ids.h:
3343         * gst/matroska/matroska.c: (plugin_init):
3344         Parse Attachments and post them as GST_TAG_IMAGE if we detect
3345         it as image and otherwise as GST_TAG_ATTACHMENT. Include filename
3346         and description of the attachments in the caps. Fixes bug #537622.
3347
3348 2008-06-16  Wim Taymans  <wim.taymans@collabora.co.uk>
3349
3350         * ext/speex/gstspeexenc.c: (gst_speex_enc_mode_get_type),
3351         (gst_speex_enc_class_init), (gst_speex_enc_sink_getcaps),
3352         (gst_speex_enc_get_latency), (gst_speex_enc_get_query_types),
3353         (gst_speex_enc_src_query), (gst_speex_enc_init),
3354         (gst_speex_enc_setup), (gst_speex_enc_push_buffer),
3355         (gst_speex_enc_chain), (gst_speex_enc_get_property),
3356         (gst_speex_enc_set_property):
3357         Add mode property.
3358         Some cleanups, add more debug info.
3359         Add latency query.
3360
3361 2008-06-16  Sebastian Dröge  <slomo@circular-chaos.org>
3362
3363         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes):
3364         Return GST_FLOW_UNEXPECTED instead of GST_FLOW_ERROR on short reads.
3365         If we get less bytes than requested we can't do anything except doing
3366         our EOS logic.
3367
3368 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3369
3370         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3371         (gst_matroskademux_do_index_seek),
3372         (gst_matroska_demux_parse_index_cuetrack),
3373         (gst_matroska_demux_parse_index_pointentry),
3374         (gst_matroska_index_compare), (gst_matroska_demux_parse_index),
3375         (gst_matroska_demux_parse_metadata):
3376         * gst/matroska/matroska-demux.h:
3377         * gst/matroska/matroska-ids.h:
3378         Use a GArray for storing the Cue (i.e. seek) information, store
3379         the CueTrackPositions for every track, store the block number
3380         and optimize searching in the array by sorting it after the last
3381         element was added.
3382
3383         Fix a small memory leak when trying to parse a tags element that was
3384         already parsed.
3385
3386 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3387
3388         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
3389         (gst_matroska_mux_start), (gst_matroska_mux_finish),
3390         (gst_matroska_mux_write_data):
3391         * gst/matroska/matroska-mux.h:
3392         Don't write another SeekHead which indexes all Clusters to the end of
3393         the file. This isn't useful for anything and just increases filesize.
3394
3395 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3396
3397         * gst/matroska/ebml-read.c: (_ext2dbl), (gst_ebml_read_float):
3398         Prevent unaligned memory access when reading floats.
3399
3400 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3401
3402         * gst/matroska/ebml-read.c:
3403         * gst/matroska/ebml-read.h:
3404         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3405         (gst_matroska_demux_parse_metadata):
3406         * gst/matroska/matroska-demux.h:
3407         Make sure that every Tags element is only parsed once and it's
3408         containing tags are only posted once.
3409
3410 2008-06-15  Sebastian Dröge  <slomo@circular-chaos.org>
3411
3412         * gst/matroska/ebml-read.c: (gst_ebml_peek_id),
3413         (gst_ebml_read_header):
3414         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
3415         (gst_matroska_demux_parse_tracks),
3416         (gst_matroska_demux_parse_index_cuetrack),
3417         (gst_matroska_demux_parse_index_pointentry),
3418         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3419         (gst_matroska_demux_parse_metadata_id_simple_tag),
3420         (gst_matroska_demux_parse_metadata_id_tag),
3421         (gst_matroska_demux_parse_metadata),
3422         (gst_matroska_demux_parse_attachments),
3423         (gst_matroska_demux_parse_chapters),
3424         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3425         (gst_matroska_demux_parse_cluster),
3426         (gst_matroska_demux_parse_contents_seekentry),
3427         (gst_matroska_demux_parse_contents),
3428         (gst_matroska_demux_loop_stream_parse_id):
3429         Handle EBML elements like Void or CRC32 in the EbmlRead base class
3430         already. They're not useful in the matroska parser and only cause
3431         additional code.
3432
3433 2008-06-14  Sebastian Dröge  <slomo@circular-chaos.org>
3434
3435         * gst/matroska/ebml-read.c: (gst_ebml_level_free),
3436         (gst_ebml_finalize), (gst_ebml_read_change_state),
3437         (gst_ebml_read_element_level_up), (gst_ebml_read_master):
3438         * gst/matroska/matroska-demux.c:
3439         (gst_matroska_demux_parse_contents_seekentry):
3440         Reverse the level list as we usually are only interested in the
3441         first element or want to add a new first element. Having the
3442         first element stored at the end and calling g_list_last() and
3443         g_list_append() is more expensive.
3444
3445         Also use GSlice for allocating the GstEbmlLevel structs.
3446
3447 2008-06-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
3448
3449         * gst/debug/gsttaginject.c: (gst_tag_inject_finalize),
3450           (gst_tag_inject_class_init), (gst_tag_inject_init):
3451           Don't unref NULL taglist in finalize. Don't use c++ style
3452           comments.
3453
3454 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3455
3456         * gst/matroska/matroska-demux.c:
3457         (gst_matroska_demux_parse_metadata_id_simple_tag):
3458         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag),
3459         (gst_matroska_mux_write_data):
3460         Use gst_value_serialize() and gst_value_deserialize() for transforming
3461         tags from some GType to a string and the other way around. The default
3462         transformations in GLib don't include transformations from string to
3463         number types.
3464
3465 2008-06-13  Sebastian Dröge  <slomo@circular-chaos.org>
3466
3467         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset),
3468         (gst_matroska_demux_parse_tracks),
3469         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
3470         (gst_matroska_demux_parse_attachments),
3471         (gst_matroska_demux_parse_chapters),
3472         (gst_matroska_demux_parse_contents_seekentry),
3473         (gst_matroska_demux_loop_stream_parse_id):
3474         * gst/matroska/matroska-demux.h:
3475         Only parse Tracks, SeekHead and SegmentInfo elements once but allow
3476         Tags multiple times. The first ones can appear more than once but must
3477         contain the same content as the first for backup purposes so we ignore
3478         all but the first one. Tags can appear multiple times with different
3479         content.
3480
3481         Jump to all elements except Clusters that are available from a
3482         SeekHead to make it more likely to have all required informations
3483         before getting to the first Clusters.
3484
3485         Add dummy functions for parsing Attachments and Chapters.
3486
3487 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3488
3489         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
3490         (gst_udpsrc_create), (gst_udpsrc_set_property),
3491         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
3492         * gst/udp/gstudpsrc.h:
3493         Add property to control automatic join/leave of multicast groups.
3494         Add G_LIKELY.
3495         Remove setting caps on buffers explicitly, basesrc does that for us now.
3496         Improve debug info.
3497         Convert some non-fatal error into warnings.
3498         Use g_ntohs for better portability.
3499         Leave multicast groups when stopping.
3500         When using external sockets, use getsockname() on them to fill up the
3501         addr structure before calling methods that use the structure.
3502         Should all fix #536903.
3503         API: GstUDPSrc::auto-multicast property
3504
3505 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3506
3507         * gst/udp/gstudpnetutils.c: (gst_udp_is_multicast):
3508         Use g_ntohl for better portability.
3509
3510 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3511
3512         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
3513         (gst_multiudpsink_remove):
3514         Fix a typo and do some small cleanups.
3515
3516 2008-06-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3517
3518         Patch by: Olivier Crete <tester at tester dot ca>
3519
3520         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
3521         Make the delivery-method mandatory on the caps and only accept inline
3522         for now.
3523         Reverse strcmp checks for delivery-method.
3524
3525         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
3526         Make delivery method optional when parsing caps and note this in the
3527         caps.
3528         Reverse strcmp checks for delivery-method.
3529
3530         * gst/rtp/gstrtpvorbispay.c:
3531         Update a comment to note that the delivery-method is optional, 
3532         Fixes #537675.
3533
3534 2008-06-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3535
3536         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_mcast):
3537         Set udpsrc for receiving data from multicast groups to PAUSED instead of
3538         leaving them in READY. Fixes #537832.
3539
3540 2008-06-12  Stefan Kost  <ensonic@users.sf.net>
3541
3542         * gst/avi/gstavimux.c:
3543           Simplify code. gst_tag_list_merge() does the NULL checks. Add a FIXME
3544           for a random constant in tagmuxing code.
3545
3546 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3547
3548         * gst/debug/gsttaginject.c:
3549         * gst/debug/gsttaginject.h:
3550           Now actually adding the new element.
3551
3552 2008-06-11  Stefan Kost  <ensonic@users.sf.net>
3553
3554         * docs/plugins/Makefile.am:
3555         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3556         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3557         * docs/plugins/gst-plugins-good-plugins.args:
3558         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3559         * docs/plugins/gst-plugins-good-plugins.interfaces:
3560         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3561         * docs/plugins/inspect/plugin-aasink.xml:
3562         * docs/plugins/inspect/plugin-alaw.xml:
3563         * docs/plugins/inspect/plugin-alpha.xml:
3564         * docs/plugins/inspect/plugin-alphacolor.xml:
3565         * docs/plugins/inspect/plugin-annodex.xml:
3566         * docs/plugins/inspect/plugin-apetag.xml:
3567         * docs/plugins/inspect/plugin-audiofx.xml:
3568         * docs/plugins/inspect/plugin-auparse.xml:
3569         * docs/plugins/inspect/plugin-autodetect.xml:
3570         * docs/plugins/inspect/plugin-avi.xml:
3571         * docs/plugins/inspect/plugin-cacasink.xml:
3572         * docs/plugins/inspect/plugin-cairo.xml:
3573         * docs/plugins/inspect/plugin-cdio.xml:
3574         * docs/plugins/inspect/plugin-cutter.xml:
3575         * docs/plugins/inspect/plugin-debug.xml:
3576         * docs/plugins/inspect/plugin-dv.xml:
3577         * docs/plugins/inspect/plugin-efence.xml:
3578         * docs/plugins/inspect/plugin-effectv.xml:
3579         * docs/plugins/inspect/plugin-equalizer.xml:
3580         * docs/plugins/inspect/plugin-esdsink.xml:
3581         * docs/plugins/inspect/plugin-flac.xml:
3582         * docs/plugins/inspect/plugin-flxdec.xml:
3583         * docs/plugins/inspect/plugin-gamma.xml:
3584         * docs/plugins/inspect/plugin-gconfelements.xml:
3585         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3586         * docs/plugins/inspect/plugin-goom.xml:
3587         * docs/plugins/inspect/plugin-goom2k1.xml:
3588         * docs/plugins/inspect/plugin-halelements.xml:
3589         * docs/plugins/inspect/plugin-icydemux.xml:
3590         * docs/plugins/inspect/plugin-id3demux.xml:
3591         * docs/plugins/inspect/plugin-jpeg.xml:
3592         * docs/plugins/inspect/plugin-level.xml:
3593         * docs/plugins/inspect/plugin-matroska.xml:
3594         * docs/plugins/inspect/plugin-monoscope.xml:
3595         * docs/plugins/inspect/plugin-mulaw.xml:
3596         * docs/plugins/inspect/plugin-multifile.xml:
3597         * docs/plugins/inspect/plugin-multipart.xml:
3598         * docs/plugins/inspect/plugin-navigationtest.xml:
3599         * docs/plugins/inspect/plugin-ossaudio.xml:
3600         * docs/plugins/inspect/plugin-png.xml:
3601         * docs/plugins/inspect/plugin-quicktime.xml:
3602         * docs/plugins/inspect/plugin-rtp.xml:
3603         * docs/plugins/inspect/plugin-rtsp.xml:
3604         * docs/plugins/inspect/plugin-smpte.xml:
3605         * docs/plugins/inspect/plugin-soup.xml:
3606         * docs/plugins/inspect/plugin-spectrum.xml:
3607         * docs/plugins/inspect/plugin-speex.xml:
3608         * docs/plugins/inspect/plugin-taglib.xml:
3609         * docs/plugins/inspect/plugin-udp.xml:
3610         * docs/plugins/inspect/plugin-video4linux2.xml:
3611         * docs/plugins/inspect/plugin-videobalance.xml:
3612         * docs/plugins/inspect/plugin-videobox.xml:
3613         * docs/plugins/inspect/plugin-videocrop.xml:
3614         * docs/plugins/inspect/plugin-videoflip.xml:
3615         * docs/plugins/inspect/plugin-videomixer.xml:
3616         * docs/plugins/inspect/plugin-wavenc.xml:
3617         * docs/plugins/inspect/plugin-wavpack.xml:
3618         * docs/plugins/inspect/plugin-wavparse.xml:
3619         * docs/plugins/inspect/plugin-ximagesrc.xml:
3620         * gst/debug/Makefile.am:
3621         * gst/debug/breakmydata.c:
3622         * gst/debug/efence.c:
3623         * gst/debug/gstdebug.c:
3624         * gst/debug/gstnavseek.c:
3625         * gst/debug/gstpushfilesrc.c:
3626         * gst/debug/gstpushfilesrc.h:
3627         * gst/debug/negotiation.c:
3628         * gst/debug/progressreport.c:
3629         * gst/debug/progressreport.h:
3630         * gst/debug/rndbuffersize.c:
3631         * gst/debug/testplugin.c:
3632           Remove dummy plugin_init. Remove some undefined entries from doc-
3633           section file. Add taginject element and rebuild docs for it.
3634
3635 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3636
3637         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
3638         (gst_matroska_mux_release_pad), (gst_matroska_mux_write_data):
3639         Update the counter for the number of streams when pads are added or
3640         removed. This will make sure that a seek table is generated for
3641         files with just one audio stream.
3642
3643 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3644
3645         * gst/matroska/matroska-demux.c:
3646         (gst_matroska_demux_parse_metadata_id_simple_tag):
3647         * gst/matroska/matroska-ids.h:
3648         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_simple_tag):
3649         Add some more tags, improve debugging a bit and make sure that
3650         GValue transformation has succeeded before using the result
3651         as a tag.
3652
3653 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
3654
3655         Patch by: Olivier Crete <tester at tester dot ca>
3656
3657         * gst/rtp/gstrtptheorapay.c:
3658         The Theora RTP payloader only supports the "inline" delievery method
3659         so let's declare this on the caps of the static pad template.
3660         Fixes bug #537675.
3661
3662 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3663
3664         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3665         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues):
3666         Remove bogus check.
3667
3668 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3669
3670         * gst/videomixer/videomixer.c: (gst_videomixer_fill_queues),
3671         (gst_videomixer_blend_buffers):
3672         Use stream_time to synchronize the object properties.
3673         Use running_time of the master pad to timestamp outgoing buffers.
3674         Fix the initial segment event to extend an unknown amount of time.
3675         Fixes #537361.
3676
3677 2008-06-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3678
3679         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
3680         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
3681         (gst_avi_demux_calculate_durations_from_index),
3682         (gst_avi_demux_stream_header_push),
3683         (gst_avi_demux_stream_header_pull):
3684         Try to ignore unparsable/unknown streams and give a warning instead of
3685         erroring out. Fixes #537377.
3686
3687 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3688
3689         * gst/matroska/ebml-write.c: (gst_ebml_write_float):
3690         Use GDOUBLE_TO_BE() instead of (probably slower) custom code.
3691
3692         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
3693         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
3694         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
3695         (gst_matroska_demux_read_track_encodings),
3696         (gst_matroska_demux_add_stream),
3697         (gst_matroska_demux_handle_src_query),
3698         (gst_matroska_demux_init_stream),
3699         (gst_matroska_demux_parse_index_cuetrack),
3700         (gst_matroska_demux_parse_index_pointentry),
3701         (gst_matroska_demux_parse_info),
3702         (gst_matroska_demux_parse_metadata_id_simple_tag),
3703         (gst_matroska_demux_parse_metadata),
3704         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
3705         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
3706         (gst_matroska_demux_parse_cluster),
3707         (gst_matroska_demux_parse_contents_seekentry),
3708         (gst_matroska_demux_loop_stream_parse_id),
3709         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
3710         (gst_matroska_demux_audio_caps),
3711         (gst_matroska_demux_subtitle_caps):
3712         * gst/matroska/matroska-demux.h:
3713         * gst/matroska/matroska-ids.c:
3714         (gst_matroska_track_init_subtitle_context):
3715         * gst/matroska/matroska-ids.h:
3716         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
3717         (gst_matroska_mux_class_init), (gst_matroska_mux_init),
3718         (gst_matroska_mux_create_uid), (gst_matroska_mux_reset),
3719         (gst_matroska_mux_video_pad_setcaps),
3720         (gst_matroska_mux_audio_pad_setcaps),
3721         (gst_matroska_mux_subtitle_pad_setcaps),
3722         (gst_matroska_mux_request_new_pad),
3723         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
3724         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish),
3725         (gst_matroska_mux_write_data), (gst_matroska_mux_collected),
3726         (gst_matroska_mux_set_property):
3727         Add many FIXMEs/TODOs all over the matroska muxer and demuxer
3728         elements, do some checks for valid values in the demuxer, handle
3729         tracktimecodescale in the demuxer, set correct default values for all
3730         settings in the demuxer, review and add all missing matroska
3731         IDs and some more raw YUV formats, and some trivial cleanup.
3732
3733 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3734
3735         * ext/pulse/pulsemixer.c: (gst_pulsemixer_base_init),
3736         (gst_pulsemixer_class_init):
3737         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3738         (gst_pulsesink_class_init), (gst_pulsesink_prepare):
3739         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3740         (gst_pulsesrc_base_init), (gst_pulsesrc_class_init),
3741         (gst_pulsesrc_prepare):
3742         Some smaller cleanup. Use G_PARAM_STATIC_STRINGS,
3743         gst_element_class_set_details_simple() and fix coding style a bit
3744         more.
3745
3746 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3747
3748         * docs/plugins/Makefile.am:
3749         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
3750         * docs/plugins/gst-plugins-good-plugins-sections.txt:
3751         * docs/plugins/gst-plugins-good-plugins.args:
3752         * docs/plugins/gst-plugins-good-plugins.hierarchy:
3753         * docs/plugins/gst-plugins-good-plugins.interfaces:
3754         * docs/plugins/gst-plugins-good-plugins.prerequisites:
3755         * docs/plugins/inspect/plugin-aasink.xml:
3756         * docs/plugins/inspect/plugin-alaw.xml:
3757         * docs/plugins/inspect/plugin-alpha.xml:
3758         * docs/plugins/inspect/plugin-alphacolor.xml:
3759         * docs/plugins/inspect/plugin-annodex.xml:
3760         * docs/plugins/inspect/plugin-apetag.xml:
3761         * docs/plugins/inspect/plugin-audiofx.xml:
3762         * docs/plugins/inspect/plugin-auparse.xml:
3763         * docs/plugins/inspect/plugin-autodetect.xml:
3764         * docs/plugins/inspect/plugin-avi.xml:
3765         * docs/plugins/inspect/plugin-cacasink.xml:
3766         * docs/plugins/inspect/plugin-cairo.xml:
3767         * docs/plugins/inspect/plugin-cdio.xml:
3768         * docs/plugins/inspect/plugin-cutter.xml:
3769         * docs/plugins/inspect/plugin-debug.xml:
3770         * docs/plugins/inspect/plugin-dv.xml:
3771         * docs/plugins/inspect/plugin-efence.xml:
3772         * docs/plugins/inspect/plugin-effectv.xml:
3773         * docs/plugins/inspect/plugin-equalizer.xml:
3774         * docs/plugins/inspect/plugin-esdsink.xml:
3775         * docs/plugins/inspect/plugin-flac.xml:
3776         * docs/plugins/inspect/plugin-flxdec.xml:
3777         * docs/plugins/inspect/plugin-gamma.xml:
3778         * docs/plugins/inspect/plugin-gconfelements.xml:
3779         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
3780         * docs/plugins/inspect/plugin-goom.xml:
3781         * docs/plugins/inspect/plugin-goom2k1.xml:
3782         * docs/plugins/inspect/plugin-halelements.xml:
3783         * docs/plugins/inspect/plugin-icydemux.xml:
3784         * docs/plugins/inspect/plugin-id3demux.xml:
3785         * docs/plugins/inspect/plugin-jpeg.xml:
3786         * docs/plugins/inspect/plugin-level.xml:
3787         * docs/plugins/inspect/plugin-matroska.xml:
3788         * docs/plugins/inspect/plugin-monoscope.xml:
3789         * docs/plugins/inspect/plugin-mulaw.xml:
3790         * docs/plugins/inspect/plugin-multifile.xml:
3791         * docs/plugins/inspect/plugin-multipart.xml:
3792         * docs/plugins/inspect/plugin-navigationtest.xml:
3793         * docs/plugins/inspect/plugin-ossaudio.xml:
3794         * docs/plugins/inspect/plugin-png.xml:
3795         * docs/plugins/inspect/plugin-pulseaudio.xml:
3796         * docs/plugins/inspect/plugin-quicktime.xml:
3797         * docs/plugins/inspect/plugin-rtp.xml:
3798         * docs/plugins/inspect/plugin-rtsp.xml:
3799         * docs/plugins/inspect/plugin-smpte.xml:
3800         * docs/plugins/inspect/plugin-soup.xml:
3801         * docs/plugins/inspect/plugin-spectrum.xml:
3802         * docs/plugins/inspect/plugin-speex.xml:
3803         * docs/plugins/inspect/plugin-taglib.xml:
3804         * docs/plugins/inspect/plugin-udp.xml:
3805         * docs/plugins/inspect/plugin-video4linux2.xml:
3806         * docs/plugins/inspect/plugin-videobalance.xml:
3807         * docs/plugins/inspect/plugin-videobox.xml:
3808         * docs/plugins/inspect/plugin-videocrop.xml:
3809         * docs/plugins/inspect/plugin-videoflip.xml:
3810         * docs/plugins/inspect/plugin-videomixer.xml:
3811         * docs/plugins/inspect/plugin-wavenc.xml:
3812         * docs/plugins/inspect/plugin-wavpack.xml:
3813         * docs/plugins/inspect/plugin-wavparse.xml:
3814         * docs/plugins/inspect/plugin-ximagesrc.xml:
3815         * ext/pulse/plugin.c:
3816         * ext/pulse/pulsemixer.c:
3817         * ext/pulse/pulsesink.c:
3818         * ext/pulse/pulsesrc.c:
3819         Add documentation to the pulseaudio plugin and run make update
3820         in docs/plugins.
3821
3822 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3823
3824         Patch by: Brian Cameron <brian.cameron at sun dot com>
3825
3826         * sys/sunaudio/gstsunaudiomixerctrl.c:
3827         (gst_sunaudiomixer_ctrl_get_volume),
3828         (gst_sunaudiomixer_ctrl_set_volume):
3829         Improvements for the SunAudio mixer by handling mute as no gain
3830         for tracks that have a gain property but no mute property.
3831         Fixes bug #536067.
3832
3833 2008-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
3834
3835         * configure.ac:
3836         * ext/pulse/Makefile.am:
3837         * ext/pulse/plugin.c: (plugin_init):
3838         * ext/pulse/pulsemixer.c: (gst_pulsemixer_interface_supported),
3839         (gst_pulsemixer_implements_interface_init),
3840         (gst_pulsemixer_init_interfaces), (gst_pulsemixer_base_init),
3841         (gst_pulsemixer_class_init), (gst_pulsemixer_init),
3842         (gst_pulsemixer_finalize), (gst_pulsemixer_set_property),
3843         (gst_pulsemixer_get_property), (gst_pulsemixer_change_state):
3844         * ext/pulse/pulsemixer.h:
3845         * ext/pulse/pulsemixerctrl.c:
3846         (gst_pulsemixer_ctrl_context_state_cb),
3847         (gst_pulsemixer_ctrl_sink_info_cb),
3848         (gst_pulsemixer_ctrl_source_info_cb),
3849         (gst_pulsemixer_ctrl_subscribe_cb),
3850         (gst_pulsemixer_ctrl_success_cb), (gst_pulsemixer_ctrl_open),
3851         (gst_pulsemixer_ctrl_close), (gst_pulsemixer_ctrl_new),
3852         (gst_pulsemixer_ctrl_free), (gst_pulsemixer_ctrl_list_tracks),
3853         (gst_pulsemixer_ctrl_timeout_event), (restart_time_event),
3854         (gst_pulsemixer_ctrl_set_volume), (gst_pulsemixer_ctrl_get_volume),
3855         (gst_pulsemixer_ctrl_set_record), (gst_pulsemixer_ctrl_set_mute):
3856         * ext/pulse/pulsemixerctrl.h:
3857         * ext/pulse/pulsemixertrack.c: (gst_pulsemixer_track_class_init),
3858         (gst_pulsemixer_track_init), (gst_pulsemixer_track_new):
3859         * ext/pulse/pulsemixertrack.h:
3860         * ext/pulse/pulseprobe.c: (gst_pulseprobe_context_state_cb),
3861         (gst_pulseprobe_sink_info_cb), (gst_pulseprobe_source_info_cb),
3862         (gst_pulseprobe_invalidate), (gst_pulseprobe_open),
3863         (gst_pulseprobe_enumerate), (gst_pulseprobe_close),
3864         (gst_pulseprobe_new), (gst_pulseprobe_free),
3865         (gst_pulseprobe_get_properties), (gst_pulseprobe_needs_probe),
3866         (gst_pulseprobe_probe_property), (gst_pulseprobe_get_values),
3867         (gst_pulseprobe_set_server):
3868         * ext/pulse/pulseprobe.h:
3869         * ext/pulse/pulsesink.c: (gst_pulsesink_base_init),
3870         (gst_pulsesink_class_init), (gst_pulsesink_init),
3871         (gst_pulsesink_destroy_stream), (gst_pulsesink_destroy_context),
3872         (gst_pulsesink_finalize), (gst_pulsesink_dispose),
3873         (gst_pulsesink_set_property), (gst_pulsesink_get_property),
3874         (gst_pulsesink_context_state_cb), (gst_pulsesink_stream_state_cb),
3875         (gst_pulsesink_stream_request_cb),
3876         (gst_pulsesink_stream_latency_update_cb), (gst_pulsesink_open),
3877         (gst_pulsesink_close), (gst_pulsesink_prepare),
3878         (gst_pulsesink_unprepare), (gst_pulsesink_write),
3879         (gst_pulsesink_delay), (gst_pulsesink_success_cb),
3880         (gst_pulsesink_reset), (gst_pulsesink_change_title),
3881         (gst_pulsesink_event), (gst_pulsesink_get_type):
3882         * ext/pulse/pulsesink.h:
3883         * ext/pulse/pulsesrc.c: (gst_pulsesrc_interface_supported),
3884         (gst_pulsesrc_implements_interface_init),
3885         (gst_pulsesrc_init_interfaces), (gst_pulsesrc_base_init),
3886         (gst_pulsesrc_class_init), (gst_pulsesrc_init),
3887         (gst_pulsesrc_destroy_stream), (gst_pulsesrc_destroy_context),
3888         (gst_pulsesrc_finalize), (gst_pulsesrc_dispose),
3889         (gst_pulsesrc_set_property), (gst_pulsesrc_get_property),
3890         (gst_pulsesrc_context_state_cb), (gst_pulsesrc_stream_state_cb),
3891         (gst_pulsesrc_stream_request_cb), (gst_pulsesrc_open),
3892         (gst_pulsesrc_close), (gst_pulsesrc_prepare),
3893         (gst_pulsesrc_unprepare), (gst_pulsesrc_read),
3894         (gst_pulsesrc_delay), (gst_pulsesrc_change_state),
3895         (gst_pulsesrc_get_type):
3896         * ext/pulse/pulsesrc.h:
3897         * ext/pulse/pulseutil.c: (gst_pulse_fill_sample_spec),
3898         (gst_pulse_client_name), (gst_pulse_gst_to_channel_map):
3899         * ext/pulse/pulseutil.h:
3900         Add pulseaudio GStreamer element from gst-pulse. Development will
3901         continue here instead of pulseaudio SVN. Fixes bug #400679.
3902         Only changes over gst-pulse SVN are added copyright to the top of
3903         files and coding style changes.
3904
3905 2008-06-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
3906
3907         Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
3908
3909         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
3910           (gst_cdio_add_cdtext_album_tags):
3911         * ext/cdio/gstcdio.h:
3912         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3913           Also extract album title and album genre from CD-TEXT if
3914           available (#537021).
3915
3916 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3917
3918         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3919
3920         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
3921         Improve negotiation a bit more by picking the smallest possible
3922         resolution that is larger than the resolution specified in the
3923         first caps entry of the peer caps. Fixes bug #536994.
3924
3925 2008-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
3926
3927         Patch by: Bastien Nocera <hadess at hadess dot net>
3928
3929         * sys/v4l2/gstv4l2vidorient.c:
3930         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
3931         Fix compilation with newer GIT kernels that deprecated
3932         V4L2_CID_HCENTER and V4L2_CID_VCENTER. Fixes bug #536317.
3933
3934 2008-06-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
3935
3936         * configure.ac:
3937         * ext/cdio/gstcdio.c:
3938         * ext/cdio/gstcdio.h:
3939         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
3940           Require libcdio >= 0.76.
3941
3942 2008-06-05  Thijs Vermeir  <thijsvermeir@gmail.com>
3943
3944         * gst/avi/gstavidemux.c:
3945         Catch UNEXPECTED when downstream has reached end of
3946         segment in reverse mode.
3947
3948 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3949
3950         * gst/avi/gstavidemux.c:
3951         Fix typo in comment
3952
3953 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3954
3955         * gst/avi/gstavidemux.c:
3956         Because we don't know the frame order we need to push till
3957         the next keyframe
3958
3959 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3960
3961         Patch by: Sjoerd Simons <sjoerd at luon dot net>
3962
3963         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
3964         (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
3965         Provide a custom negotiation function to make sure to pick the highest
3966         possible framerate and resolution. Fixes bug #536646.
3967
3968 2008-06-04  Thijs Vermeir  <thijsvermeir@gmail.com>
3969
3970         * gst/avi/gstavidemux.c:
3971         Set EOS when going out of the segment in reverse playback
3972
3973 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3974
3975         * ext/taglib/Makefile.am::
3976           Add -Wno-attributes to CXXFLAGS to suppress warning caused by
3977           taglib headers (with gcc 4.3.1).
3978
3979 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
3980
3981         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink):
3982         Use the new gst_rtsp_connection_get_ip() to access the IP address
3983         of a GstRTSPConnection since it is a private member.
3984
3985 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
3986
3987         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
3988         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
3989           Use new utility functions in libgsttag to process coverart (#512333).
3990
3991 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3992
3993         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
3994         We actually support left/side, right/side and mid/side files. The
3995         conversion to normal, interleaved stereo is done by libflac.
3996
3997 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
3998
3999         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4000         (gst_ebml_write_set_cache):
4001         Unref the write cache in finalize if it was set and add add "FIXME"
4002         to a comment that needs it.
4003
4004 2008-06-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4005
4006         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4007
4008         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
4009         (gst_avi_demux_index_prev), (gst_avi_demux_index_entry_for_time),
4010         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
4011         (gst_avi_demux_process_next_entry):
4012         * gst/avi/gstavidemux.h:
4013         Implement reverse playback. Fixes #535300.
4014         Small cleanups.
4015
4016 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
4017
4018         * gst/videomixer/videomixer.c: (gst_videomixer_query_duration),
4019         (gst_videomixer_query_latency):
4020         When using gst_element_iterate_pads() one has to unref every pad
4021         after usage.
4022
4023 2008-05-31  Edward Hervey  <edward.hervey@collabora.co.uk>
4024
4025         Patch by: Bastien Nocera <hadess at hadess dot net>
4026         * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
4027         (qtdemux_parse_udta):
4028         * gst/qtdemux/qtdemux_fourcc.h:
4029         Improve meta-data handling, add 'comment', 'description' and
4030         'copyright' tag handling.
4031         Fixes #535935
4032
4033 2008-05-31  Julien Moutte  <julien@fluendo.com>
4034
4035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),
4036         (gst_qtdemux_find_segment), (gst_qtdemux_perform_seek),
4037         (gst_qtdemux_seek_to_previous_keyframe),
4038         (gst_qtdemux_activate_segment), (gst_qtdemux_loop): Make sure we
4039         we don't clip the segment's stop using the main segment duration as
4040         that could crop quite some video frames. Make reverse playback support
4041         more robust and support edit lists. Support seeking to the last frame,
4042         and fix reverse looping playback. Add some debugging.
4043         * win32/common/config.h: Updated.
4044
4045 2008-05-31  Sebastian Dröge  <slomo@circular-chaos.org>
4046
4047         * gst/equalizer/gstiirequalizer.c:
4048         (gst_iir_equalizer_transform_ip):
4049         Don't clip float/double samples, correctly unset passthrough mode
4050         and use better rounding for integer samples.
4051
4052 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
4053
4054         * gst/equalizer/gstiirequalizer.c:
4055         (gst_iir_equalizer_band_set_property), (gst_iir_equalizer_init),
4056         (setup_filter), (set_passthrough), (update_coefficients),
4057         (gst_iir_equalizer_compute_frequencies),
4058         (gst_iir_equalizer_transform_ip):
4059         * gst/equalizer/gstiirequalizer.h:
4060         Update the filter coefficients only when needed in the transform_ip
4061         function and correctly set the element into passthrough mode if the
4062         gain of all bands is 0.
4063
4064 2008-05-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4065
4066         Based on patch by: Sebastian Keller <sebastian-keller at gmx dot de>
4067
4068         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
4069         (gst_alpha_set_property), (gst_alpha_get_property),
4070         (gst_alpha_chroma_key_ayuv), (gst_alpha_chromakey_row_i420):
4071         Try to skip pixels or areas that are too dark or too bright for us to do
4072         meaningfull color detection.
4073         Added properties to control the sensitivity to light and darkness.
4074         Added some small cleanups. Fixes #512345.
4075
4076 2008-05-28  Jan Schmidt  <jan.schmidt@sun.com>
4077
4078         * docs/plugins/.cvsignore:
4079         * tests/check/elements/.cvsignore:
4080         Ignore some more generated things
4081
4082         * tests/check/Makefile.am:
4083         Ignore OSS elements in the state changes test too.
4084
4085 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4086
4087         * docs/plugins/Makefile.am:
4088         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4089         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4090         Add SMPTE effect elements to docs.
4091
4092 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4093
4094         * docs/plugins/Makefile.am:
4095         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4096         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4097         * ext/raw1394/gstdv1394src.c:
4098           Document whats first shown on the fdo plugin docs page :)
4099
4100 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4101
4102         * docs/plugins/Makefile.am:
4103         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4104         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4105         * docs/plugins/gst-plugins-good-plugins.args:
4106         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4107         * docs/plugins/inspect/plugin-audiofx.xml:
4108         * gst/audiofx/Makefile.am:
4109         * gst/audiofx/audiofx.c:
4110         * gst/audiofx/audiokaraoke.c:
4111         * gst/audiofx/audiokaraoke.h:
4112         * gst/audiofx/audiovoice.c:
4113         * gst/audiofx/audiovoice.h:
4114           Rename audiovoice to audiokaraoke and add it to the docs.
4115
4116 2008-05-28  Stefan Kost  <ensonic@users.sf.net>
4117
4118         * REQUIREMENTS:
4119         * docs/plugins/Makefile.am:
4120         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4121         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4122         * docs/plugins/gst-plugins-good-plugins.args:
4123         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4124         * docs/plugins/gst-plugins-good-plugins.interfaces:
4125         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4126         * docs/plugins/inspect/plugin-aasink.xml:
4127         * docs/plugins/inspect/plugin-alaw.xml:
4128         * docs/plugins/inspect/plugin-alpha.xml:
4129         * docs/plugins/inspect/plugin-alphacolor.xml:
4130         * docs/plugins/inspect/plugin-annodex.xml:
4131         * docs/plugins/inspect/plugin-apetag.xml:
4132         * docs/plugins/inspect/plugin-audiofx.xml:
4133         * docs/plugins/inspect/plugin-auparse.xml:
4134         * docs/plugins/inspect/plugin-autodetect.xml:
4135         * docs/plugins/inspect/plugin-avi.xml:
4136         * docs/plugins/inspect/plugin-cacasink.xml:
4137         * docs/plugins/inspect/plugin-cairo.xml:
4138         * docs/plugins/inspect/plugin-cdio.xml:
4139         * docs/plugins/inspect/plugin-cutter.xml:
4140         * docs/plugins/inspect/plugin-debug.xml:
4141         * docs/plugins/inspect/plugin-dv.xml:
4142         * docs/plugins/inspect/plugin-efence.xml:
4143         * docs/plugins/inspect/plugin-effectv.xml:
4144         * docs/plugins/inspect/plugin-equalizer.xml:
4145         * docs/plugins/inspect/plugin-esdsink.xml:
4146         * docs/plugins/inspect/plugin-flac.xml:
4147         * docs/plugins/inspect/plugin-flxdec.xml:
4148         * docs/plugins/inspect/plugin-gamma.xml:
4149         * docs/plugins/inspect/plugin-gconfelements.xml:
4150         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4151         * docs/plugins/inspect/plugin-goom.xml:
4152         * docs/plugins/inspect/plugin-goom2k1.xml:
4153         * docs/plugins/inspect/plugin-halelements.xml:
4154         * docs/plugins/inspect/plugin-icydemux.xml:
4155         * docs/plugins/inspect/plugin-id3demux.xml:
4156         * docs/plugins/inspect/plugin-jpeg.xml:
4157         * docs/plugins/inspect/plugin-level.xml:
4158         * docs/plugins/inspect/plugin-matroska.xml:
4159         * docs/plugins/inspect/plugin-monoscope.xml:
4160         * docs/plugins/inspect/plugin-mulaw.xml:
4161         * docs/plugins/inspect/plugin-multifile.xml:
4162         * docs/plugins/inspect/plugin-multipart.xml:
4163         * docs/plugins/inspect/plugin-navigationtest.xml:
4164         * docs/plugins/inspect/plugin-ossaudio.xml:
4165         * docs/plugins/inspect/plugin-png.xml:
4166         * docs/plugins/inspect/plugin-quicktime.xml:
4167         * docs/plugins/inspect/plugin-rtp.xml:
4168         * docs/plugins/inspect/plugin-rtsp.xml:
4169         * docs/plugins/inspect/plugin-smpte.xml:
4170         * docs/plugins/inspect/plugin-soup.xml:
4171         * docs/plugins/inspect/plugin-spectrum.xml:
4172         * docs/plugins/inspect/plugin-speex.xml:
4173         * docs/plugins/inspect/plugin-taglib.xml:
4174         * docs/plugins/inspect/plugin-udp.xml:
4175         * docs/plugins/inspect/plugin-video4linux2.xml:
4176         * docs/plugins/inspect/plugin-videobalance.xml:
4177         * docs/plugins/inspect/plugin-videobox.xml:
4178         * docs/plugins/inspect/plugin-videocrop.xml:
4179         * docs/plugins/inspect/plugin-videoflip.xml:
4180         * docs/plugins/inspect/plugin-videomixer.xml:
4181         * docs/plugins/inspect/plugin-wavenc.xml:
4182         * docs/plugins/inspect/plugin-wavpack.xml:
4183         * docs/plugins/inspect/plugin-wavparse.xml:
4184         * docs/plugins/inspect/plugin-ximagesrc.xml:
4185         * ext/aalib/gstaasink.c:
4186         * ext/libcaca/gstcacasink.c:
4187           Document aasink and cacasink.
4188
4189 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
4190
4191         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4192         (gst_videomixer_init), (gst_videomixer_query_duration),
4193         (gst_videomixer_query_latency), (gst_videomixer_query),
4194         (gst_videomixer_blend_buffers):
4195         * gst/videomixer/videomixer.h:
4196         Implement position (in time), duration and latency queries.
4197
4198 2008-05-27  Edward Hervey  <edward.hervey@collabora.co.uk>
4199
4200         * gst/videomixer/videomixer.c: (gst_videomixer_reset),
4201         (gst_videomixer_init), (gst_videomixer_request_new_pad),
4202         (gst_videomixer_fill_queues), (forward_event_func),
4203         (forward_event), (gst_videomixer_src_event),
4204         (gst_videomixer_sink_event):
4205         * gst/videomixer/videomixer.h:
4206         Implement proper seek/newsegment handling.
4207         Based on adder's implementation.
4208         Fixes #535121
4209
4210 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4211
4212         Patch by: Jan Gerber <j at oil21 dot org>
4213
4214         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4215         Add caps for DVCPRO50 and DVCPRO HD PAL/NTSC. See #526481.
4216
4217 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4218
4219         * gst/audiofx/Makefile.am:
4220         * gst/audiofx/audiofx.c: (plugin_init):
4221         * gst/audiofx/audiovoice.c: (gst_audio_voice_base_init),
4222         (gst_audio_voice_class_init), (gst_audio_voice_init),
4223         (update_filter), (gst_audio_voice_set_property),
4224         (gst_audio_voice_get_property), (gst_audio_voice_setup),
4225         (gst_audio_voice_transform_int), (gst_audio_voice_transform_float),
4226         (gst_audio_voice_transform_ip):
4227         * gst/audiofx/audiovoice.h:
4228         Add simple voice removal element. Yay karaoke.
4229
4230 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4231
4232         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4233
4234         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
4235         Fix potential caps leak.
4236         If we can't get the framerate with an ioctl, try to get it with the
4237         current norm. Fixes #520092.
4238
4239 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4240
4241         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4242
4243         * sys/v4l2/v4l2src_calls.c:
4244         (gst_v4l2src_probe_caps_for_format_and_size):
4245         If we fail to get the frame intervals, simply don't touch the framerates
4246         on the template caps instead of discarding the format. See #520092.
4247
4248 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4249
4250         Patch by: William M. Brack <wbrack at mmm dot com dot hk>
4251
4252         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_structure),
4253         (gst_v4l2_get_caps_info):
4254         Add NV12, NV21 and bayer support. See #520092.
4255
4256 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
4257
4258         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
4259         (gst_qtdemux_activate_segment):
4260         Unbreak segment activation again. Fixes #531672.
4261
4262 2008-05-25  Sebastian Dröge  <slomo@circular-chaos.org>
4263
4264         * ext/flac/Makefile.am:
4265         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
4266         Set the channel layout when decoding FLAC files with more than 2
4267         channels as defined by the FLAC spec. Fixes bug #534570.
4268
4269         Also don't try to decode left/side, right/side and mid/side files
4270         as we don't support this at all.
4271
4272 2008-05-24  Tim-Philipp Müller  <tim.muller at collabora co uk>
4273
4274         * configure.ac:
4275           We need -base CVS (rtsp).
4276
4277 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
4278
4279         * gst/udp/Makefile.am:
4280           Add -D_GNU_SOURCE to CFLAGS so we get things like EAI_ADDRFAMILY
4281           when including netdb.h when building against glibc >= 2.8.
4282
4283 2008-05-22  Julien Moutte  <julien@fluendo.com>
4284
4285         * gst/smpte/gstsmptealpha.c: (gst_smpte_alpha_setcaps): Fix
4286         debug statement arguments.
4287         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_setup_qos_dscp):
4288         * gst/udp/gstudpnetutils.c: (gst_udp_join_group),
4289         (gst_udp_leave_group): Fix IP and IPV6 options to make it work
4290         on more platforms.
4291
4292 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4293
4294         * tests/check/elements/avimux.c: (setup_src_pad),
4295         (teardown_src_pad):
4296         * tests/check/elements/icydemux.c: (icydemux_found_pad),
4297         (GST_START_TEST):
4298         * tests/check/elements/matroskamux.c: (setup_src_pad),
4299         (teardown_src_pad), (setup_sink_pad), (teardown_sink_pad):
4300         * tests/check/elements/videocrop.c: (video_crop_get_test_caps),
4301         (GST_START_TEST):
4302         * tests/check/elements/wavpackparse.c: (wavpackparse_found_pad),
4303         (setup_wavpackparse), (cleanup_wavpackparse):
4304         Don't use gst_element_get_pad(), it's a bad, bad method.
4305
4306 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4307
4308         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4309         (do_toggle_element):
4310         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4311         (do_toggle_element):
4312         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4313         (do_toggle_element):
4314         * ext/gconf/gstswitchsink.c: (gst_switch_commit_new_kid):
4315         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_reset),
4316         (do_toggle_element):
4317         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_reset),
4318         (do_toggle_element):
4319         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
4320         (gst_auto_audio_sink_detect):
4321         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
4322         (gst_auto_video_sink_detect):
4323         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4324         (gst_rtspsrc_stream_free), (gst_rtspsrc_stream_configure_udp),
4325         (gst_rtspsrc_stream_configure_udp_sink), (gst_rtspsrc_skip_lws),
4326         (gst_rtspsrc_unskip_lws), (gst_rtspsrc_skip_commas),
4327         (gst_rtspsrc_skip_item), (gst_rtsp_decode_quoted_string),
4328         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr):
4329         * tests/icles/videocrop-test.c: (test_with_caps),
4330         (video_crop_get_test_caps):
4331         Don't use gst_element_get_pad(), it's a bad method.
4332
4333 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4334
4335         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send),
4336         (gst_multiudpsink_add_internal):
4337         * gst/udp/gstudpnetutils.c: (gst_udp_set_loop_ttl),
4338         (gst_udp_join_group):
4339         * gst/udp/gstudpnetutils.h:
4340         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4341         Joining a multicast group and setting the loop/ttl properties are
4342         totally unrelated tasks are must be separated.
4343
4344 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
4345
4346         * gst/avi/gstavimux.c:
4347           Also support alaw/mulaw.
4348
4349 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4350
4351         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4352         (gst_multiudpsink_setup_qos_dscp), (gst_multiudpsink_add_internal):
4353         * gst/udp/gstmultiudpsink.h:
4354         Add a fixme for the auto-multicast property.
4355         Fix some confusing debug messages.
4356         Disable setting a qos value by default.
4357
4358 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4359
4360         Patch by: Gustaf Räntilä <g dot rantila at gmail dot com>
4361
4362         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render):
4363         Ignore EPERM errors from sendto. Fixes #533619.
4364
4365 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4366
4367         Patch by: Henrik Eriksson <henriken at axis dot com>
4368
4369         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4370         (gst_multiudpsink_init), (gst_multiudpsink_setup_qos_dscp),
4371         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
4372         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal):
4373         * gst/udp/gstmultiudpsink.h:
4374         Add qos-dscp property to manage the Quality of service. Fixes #469917.
4375
4376 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4377
4378         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_process):
4379         Improve debugging of the ident.
4380
4381 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4382
4383         Patch by: Bruno Santos <brunof at ua dot pt>
4384
4385         * gst/udp/gstudpnetutils.c: (gst_udp_get_addr),
4386         (gst_udp_join_group), (gst_udp_leave_group),
4387         (gst_udp_is_multicast):
4388         * gst/udp/gstudpnetutils.h:
4389         Provide a bunch of helper methods to deal with IPv4 and IPv6
4390         transparently.
4391
4392         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
4393         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
4394         (gst_multiudpsink_get_property), (join_multicast),
4395         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
4396         (gst_multiudpsink_remove):
4397         * gst/udp/gstmultiudpsink.h:
4398         Add multicast TTL and loopback properties.
4399         Use the helper methods to implement ip4 and ip6.
4400
4401         * gst/udp/gstudpsrc.c: (gst_udpsrc_create), (gst_udpsrc_start):
4402         * gst/udp/gstudpsrc.h:
4403         Use the helper methods to implement ip4 and ip6.
4404         Fixes #515962.
4405
4406 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
4407
4408         Patch by: Patrick Radizi <patrick dot radizi at axis dot com>
4409
4410         * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init),
4411         (gst_multipart_demux_get_gstname),
4412         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain):
4413         * gst/multipart/multipartdemux.h:
4414         Don't blindly copy the mime-type as the caps name because they not
4415         always map directly. Instead use a hashtable with common mappings.
4416         Fixes #533287.
4417
4418 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4419
4420         * ext/esd/esdsink.c: (gst_esdsink_write):
4421         When we post an error, we must return -1 to let the parent know that we
4422         cannot write the segment else it will loop and continue to call us again
4423         forever. Patch by Michael Meeks.
4424
4425 2008-05-20  Stefan Kost  <ensonic@users.sf.net>
4426
4427         * gst/videomixer/videomixer.c:
4428           Add missing incudes.
4429
4430 2008-05-20  Peter Kjellerstedt  <pkj@axis.com>
4431
4432         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4433         (gst_rtp_h264_pay_handle_buffer):
4434         * gst/rtp/gstrtph264pay.h:
4435         Correct a typo (sinle -> single).
4436
4437 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4438
4439         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
4440         (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
4441         (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
4442         (gst_rtp_h264_depay_process):
4443         * gst/rtp/gstrtph264depay.h:
4444         Add experimental support for outputting quicktime-like AVC output in
4445         addition to the existing bytestream output.
4446
4447         * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
4448         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
4449         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
4450         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
4451         (gst_rtp_h264_pay_get_property):
4452         * gst/rtp/gstrtph264pay.h:
4453         Make the parsing mode configurable, for some inputs we don't need to
4454         scan every byte for start codes.
4455         Only set the marker bit on ACCESS units.
4456
4457 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
4458
4459         * gst/equalizer/gstiirequalizer.c:
4460         Use a bigger type in integer mode for the intermediate results to
4461         prevent overflows. This fixes the crippled sound when using the
4462         equalizer in integer mode. Fixes bug #510865.
4463
4464 2008-05-20  Jan Schmidt  <jan.schmidt@sun.com>
4465
4466         * gst/videomixer/videomixer.c:
4467         * gst/videomixer/videomixer.h:
4468         Instead of a random number for the request pad id's,
4469         use a counter.
4470
4471         Register the videomixerpad class from the element's class_init
4472         where it's safer, and allows the docs generator to scan it.
4473
4474 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
4475
4476         * gst/smpte/Makefile.am:
4477         * gst/smpte/gstsmpte.c: (gst_smpte_plugin_init):
4478         * gst/smpte/gstsmpte.h:
4479         * gst/smpte/gstsmptealpha.c:
4480         (gst_smpte_alpha_transition_type_get_type),
4481         (gst_smpte_alpha_get_type), (gst_smpte_alpha_base_init),
4482         (gst_smpte_alpha_class_init), (gst_smpte_alpha_update_mask),
4483         (gst_smpte_alpha_setcaps), (gst_smpte_alpha_get_unit_size),
4484         (gst_smpte_alpha_init), (gst_smpte_alpha_finalize),
4485         (gst_smpte_alpha_do_ayuv), (gst_smpte_alpha_do_i420),
4486         (gst_smpte_alpha_transform), (gst_smpte_alpha_set_property),
4487         (gst_smpte_alpha_get_property), (gst_smpte_alpha_plugin_init):
4488         * gst/smpte/gstsmptealpha.h:
4489         * gst/smpte/plugin.c: (plugin_init):
4490         Add new plugin that adds the SMPTE transition in the alpha channel of
4491         I420 and AYUV frames so that they can be blended with videomixer later
4492         on. Uses all niceties such as using base transform for efficient alloc
4493         and negotiation. It currently requires GstController to control the
4494         position in the transition effect.
4495
4496 2008-05-19  Stefan Kost  <ensonic@users.sf.net>
4497
4498         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4499         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4500         * docs/plugins/gst-plugins-good-plugins.args:
4501         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4502         * docs/plugins/gst-plugins-good-plugins.interfaces:
4503         * docs/plugins/gst-plugins-good-plugins.types:
4504         * gst/videomixer/videomixer.c:
4505           Try using thaytans new mechanism to get extra classes into plugin
4506           docs. Aparently works for the Eq. For VideoMixer the GObject stuff is
4507           missing still.
4508
4509 2008-05-18  Mark Nauwelaerts  <mnauw@users.sf.net>
4510
4511         * gst/avi/gstavimux.c: (gst_avi_mux_audsink_set_caps):
4512         Set proper rate in avi stream header for PCM audio, and also do some
4513         more sanity checks on caps in this case.  Fixes #511489.
4514
4515 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4516
4517         * sys/v4l2/gstv4l2src.c:
4518         Don't include the gstv4l2xoverlay.h header as the XOverlay support
4519         isn't implemented at all yet and this requires X headers to be
4520         installed. Fixes bug #533264.
4521
4522 2008-05-17  Sebastian Dröge  <slomo@circular-chaos.org>
4523
4524         reviewed by: <delete if not using a buddy>
4525
4526         * gst/matroska/ebml-write.c: (gst_ebml_write_finalize),
4527         (gst_ebml_write_set_cache):
4528         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
4529         (gst_matroska_demux_class_init), (gst_matroska_demux_init),
4530         (gst_matroska_track_free), (gst_matroska_demux_encoding_cmp),
4531         (gst_matroska_demux_read_track_encodings),
4532         (gst_matroska_demux_add_stream),
4533         (gst_matroska_demux_handle_src_query),
4534         (gst_matroska_demux_init_stream),
4535         (gst_matroska_demux_parse_index_cuetrack),
4536         (gst_matroska_demux_parse_index_pointentry),
4537         (gst_matroska_demux_parse_info),
4538         (gst_matroska_demux_parse_metadata_id_simple_tag),
4539         (gst_matroska_demux_parse_metadata),
4540         (gst_matroska_demux_add_wvpk_header), (gst_matroska_decode_buffer),
4541         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
4542         (gst_matroska_demux_parse_cluster),
4543         (gst_matroska_demux_parse_contents_seekentry),
4544         (gst_matroska_demux_loop_stream_parse_id),
4545         (gst_matroska_demux_loop), (gst_matroska_demux_video_caps),
4546         (gst_matroska_demux_audio_caps),
4547         (gst_matroska_demux_subtitle_caps):
4548         * gst/matroska/matroska-demux.h:
4549         * gst/matroska/matroska-ids.c:
4550         (gst_matroska_track_init_subtitle_context):
4551         * gst/matroska/matroska-ids.h:
4552         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
4553         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start),
4554         (gst_matroska_mux_finish), (gst_matroska_mux_collected):
4555         * sys/v4l2/gstv4l2src.c:
4556         * tests/check/pipelines/wavpack.c: (bus_handler):
4557         * win32/common/config.h:
4558
4559 2008-05-16  Jan Schmidt  <jan.schmidt@sun.com>
4560
4561         * ext/wavpack/gstwavpackstreamreader.c:
4562         * tests/examples/spectrum/demo-audiotest.c:
4563         * tests/examples/spectrum/demo-osssrc.c:
4564         Fix some compiler warnings.
4565
4566 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4567
4568         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
4569         Small comment added.
4570
4571         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4572         (gst_rtp_h264_pay_decode_nal), (gst_rtp_h264_pay_parse_sps_pps),
4573         (gst_rtp_h264_pay_payload_nal), (gst_rtp_h264_pay_handle_buffer):
4574         Debug string cleanups (remove trailing \n)
4575         Refactor and clean up the payloader a bit and make sure that we only
4576         put one NAL unit in an RTP packet even if the input buffer contains
4577         multiple NAL units.
4578         Add suport for AVC format input.
4579
4580 2008-05-14  Peter Kjellerstedt  <pkj@axis.com>
4581
4582         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init),
4583         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer),
4584         (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property):
4585         * gst/rtp/gstrtph264pay.h:
4586         Make it possible to specify profile-level-id and sprop-parameter-sets
4587         using properties in case they are not available in-stream.
4588
4589 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
4590
4591         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4592         * docs/plugins/gst-plugins-good-plugins.args:
4593         * docs/plugins/inspect/plugin-ladspa.xml:
4594           Remove ladspa fro plugin-docs, its in gst-plugins-bad.
4595
4596 2008-05-13  Mark Nauwelaerts  <mnauw@users.sf.net>
4597
4598         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
4599         Send an initial BYTE segment to inform downstream of later seeking,
4600         and to forego sync attempts.
4601
4602 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4603
4604         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_setcaps):
4605         Fix wrong caps string.
4606
4607 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4608
4609         Based on patch by: Olivier Crete <tester at tester dot ca>
4610
4611         * gst/rtp/Makefile.am:
4612         * gst/rtp/gstrtp.c: (plugin_init):
4613         * gst/rtp/gstrtpg729depay.c: (gst_rtp_g729_depay_base_init),
4614         (gst_rtp_g729_depay_class_init), (gst_rtp_g729_depay_init),
4615         (gst_rtp_g729_depay_setcaps), (gst_rtp_g729_depay_process),
4616         (gst_rtp_g729_depay_plugin_init):
4617         * gst/rtp/gstrtpg729depay.h:
4618         * gst/rtp/gstrtpg729pay.c: (gst_rtpg729pay_base_init),
4619         (gst_rtpg729pay_class_init), (gst_rtpg729pay_init),
4620         (gst_rtpg729pay_setcaps), (gst_rtp_g729_pay_plugin_init):
4621         * gst/rtp/gstrtpg729pay.h:
4622         Added G729 pay and depayloaders. Fixes #532409.
4623
4624 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4625
4626         * ext/speex/gstspeexdec.c: (speex_dec_sink_event):
4627         Fix the calculation of the duration of the concealment packets.
4628
4629 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4630
4631         Based on patch by: Olivier Crete <tester at tester dot ca>
4632
4633         * gst/rtp/Makefile.am:
4634         * gst/rtp/gstrtp.c: (plugin_init):
4635         * gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
4636         (gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
4637         (parse_encode), (gst_rtp_dv_depay_setcaps),
4638         (calculate_difblock_location), (gst_rtp_dv_depay_process),
4639         (gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
4640         (gst_rtp_dv_depay_plugin_init):
4641         * gst/rtp/gstrtpdvdepay.h:
4642         * gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
4643         (gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
4644         (gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
4645         (gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
4646         (gst_dv_pay_negotiate), (include_dif),
4647         (gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
4648         * gst/rtp/gstrtpdvpay.h:
4649         Add DV pay and depayloaders. Fixes #532423.
4650
4651 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4652
4653         * gst/matroska/matroska-demux.c:
4654         (gst_matroska_demux_push_dvd_clut_change_event):
4655         Convert subtitle palette info in VobSub private data from VobSub's
4656         (buggy) RGB to YUV.
4657
4658 2008-05-12  Mark Nauwelaerts  <mnauw@users.sf.net>
4659
4660         * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset):
4661         Do not leave fourcc stream header field empty upon reset.
4662         Fixes #519301.
4663
4664 2008-05-11  Jan Schmidt  <jan.schmidt@sun.com>
4665
4666         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4667         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4668         * docs/plugins/inspect/plugin-goom.xml:
4669         * docs/plugins/inspect/plugin-goom2k1.xml:
4670         * gst/goom/gstgoom.c:
4671         * gst/goom2k1/gstgoom.c:
4672         Add goom2k1 into the docs.
4673
4674 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4675
4676         Based on patch by: Wouter Cloetens  <wouter at mind be>
4677
4678         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
4679         (gst_rtspsrc_skip_lws), (gst_rtspsrc_unskip_lws),
4680         (gst_rtspsrc_skip_commas), (gst_rtspsrc_skip_item),
4681         (gst_rtsp_decode_quoted_string),
4682         (gst_rtspsrc_parse_digest_challenge), (gst_rtspsrc_parse_auth_hdr),
4683         (gst_rtspsrc_setup_auth):
4684         Support Digest authentication. Fixes #532065.
4685
4686 2008-05-08  Stefan Kost  <ensonic@users.sf.net>
4687
4688         * gst/level/gstlevel.c:
4689           Also support 32bit (e.g. whe having it after 'mad'). Add more notes
4690           about whats needed for liboil acceleration. Simplify docs a bit.
4691
4692 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
4693
4694         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4695
4696         * gst/matroska/matroska-mux.c: (gst_matroska_mux_collected):
4697         Update the track duration if the old one was invalid.
4698         Fixes bug #532117.
4699
4700 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4701
4702         * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps):
4703           Use GST_STR_NULL when trying to print sps and pps strings that could
4704           be NULL, as this might crash on some platforms.
4705
4706 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4707
4708         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4709
4710         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw):
4711           Do IDirectDrawClipper_SetHWnd() if the window ID has already been
4712           set after creating the clipper.
4713
4714 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4715
4716         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4717
4718         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame):
4719           Added checking of surface lost case after an unsuccessful
4720           IDirectDrawSurface7_Lock() call.
4721           If surface is lost, return GST_FLOW_OK.
4722
4723 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4724
4725         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4726
4727         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,
4728           WndProc, gst_directdraw_sink_window_thread):
4729           Improved Windows message loop and fixed window destruction issue.
4730           When the window which DirectDraw is rendering to is destroyed, the
4731           render/show_frame function will return GST_FLOW_ERROR.
4732           Partially fixes #520885.
4733
4734 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4735
4736         patch by: Haakon Sporsheim <haakon.sporsheim at tandberg com>
4737
4738         * sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps):
4739           Fixed mid stream resolution change bug, the offscreen surface is now
4740           released when set_caps is called.
4741           Partially fixes #520885.
4742
4743 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4744
4745         * sys/directdraw/gstdirectdrawsink.c
4746           (gst_directdraw_sink_buffer_alloc):
4747           Make it so that gst_directdraw_sink_buffer_alloc uses the right
4748           width/height.
4749
4750           Especially when looking through the pool of buffers, make sure that
4751           the width/height of caps is used instead of the already negotiated
4752           dimensions.
4753           For example if a buffer with different caps is requested, i.e.
4754           higher resolution, the caller would get a buffer with the old
4755           dimensions and thus corrupt the heap.
4756
4757 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4758
4759         * sys/directdraw/gstdirectdrawsink.c
4760           (gst_directdraw_sink_buffer_alloc):
4761           Clear the flags on recycled buffers from buffer_alloc.
4762           Partially fixes #520885.
4763
4764 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
4765
4766         * gst/rtp/gstrtpilbcpay.c:
4767           Added missing stdlib.h include for strtol(), and made include ordering and
4768           style consistent with the corresponding depayloader.
4769
4770 2008-05-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
4771
4772         * configure.ac:
4773           Error out if we don't have the required core/base versions.
4774
4775 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
4776
4777         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4778
4779         * sys/osxvideo/cocoawindow.m:
4780         Fix compiler warnings on PPC64. Fixes bug #499318.
4781
4782 2008-05-05  Wim Taymans  <wim.taymans@collabora.co.uk>
4783
4784         Patch by: Sjoerd Simons <sjoerd at luon dot net>
4785
4786         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (gst_rtspsrc_open):
4787         Don't leak file descriptors on error. Fixes #531532.
4788
4789 2008-05-03  Sebastian Dröge  <slomo@circular-chaos.org>
4790
4791         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
4792         (gst_gconf_audio_src_change_state):
4793         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
4794         (gst_gconf_video_sink_change_state):
4795         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
4796         (gst_gconf_video_src_change_state):
4797         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
4798         (gst_switch_commit_new_kid), (gst_switch_sink_change_state):
4799         When we can't create a fakesink/fakesrc complain instead of unreffing
4800         NULL pointers and crashing later. See bug #530535.
4801
4802 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4803
4804         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
4805         Add some more debug info and guard against small payloads.
4806
4807         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
4808         Set duration on outgoing buffers because we can.
4809
4810 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4811
4812         Patch by: Olivier Crete <tester at tester dot ca>
4813
4814         * ext/speex/gstspeexenc.c: (gst_speex_enc_sink_getcaps),
4815         (gst_speex_enc_init), (gst_speex_enc_chain):
4816         Add negotiation for the speex channels and rate. Fixes #465146.
4817
4818 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4819
4820         Patch by: Olivier Crete <tester at tester dot ca>
4821
4822         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init),
4823         (gst_rtp_speex_pay_getcaps):
4824         Add negotiation for the speex channels and rate. See #465146.
4825
4826 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4827
4828         Patch by: Olivier Crete <tester at tester dot ca>
4829
4830         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_class_init),
4831         (gst_rtpilbcpay_sink_setcaps), (gst_rtpilbcpay_sink_getcaps):
4832         Add negotiation for the ILBC mode. See #465146.
4833
4834 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
4835
4836         * ext/soup/gstsouphttpsrc.c:
4837           Include stdlib to fix the build. Use g_free instead of free, libsoup
4838           uses glib.
4839
4840 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
4841
4842         Patch by: j^ <j@bootlab.org>
4843
4844         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4845         Add more mpeg2 variants. Fixes #530886.
4846
4847 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
4848
4849         Patch by: Youness Alaoui <youness.alaoui at collabora co uk>
4850
4851         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
4852           Don't error out if we get an ICMP destination-unreachable
4853           message when trying to read packets on win32 (#529454).
4854
4855 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4856
4857         * configure.ac:
4858         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
4859           Use new error code for encrypted streams (which requires core CVS).
4860
4861 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
4862
4863         * gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
4864           (gst_qtdemux_audiosrc_template):
4865           Fix swapped pad template names, spotted by Thiago Sousa Santos.
4866
4867 2008-04-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4868
4869         * ext/speex/gstspeexdec.c: (speex_dec_sink_event),
4870         (speex_dec_chain_parse_data):
4871         Produce concealment data when time progresses in a segment update.
4872
4873 2008-04-29  Wim Taymans  <wim.taymans@collabora.co.uk>
4874
4875         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data),
4876         (speex_dec_chain):
4877         Try to preserve input timestamps when we can.
4878         Do beginnings of error concealment.
4879
4880 2008-04-28  Michael Smith <msmith@songbirdnest.com>
4881
4882         * gst/debug/gstnavigationtest.c:
4883           MSVC doesn't provide rint(), define an adequate replacement locally as
4884           elsewhere.
4885
4886 2008-04-28  Julien Moutte  <julien@fluendo.com>
4887
4888         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix printf
4889         format to pacify Mac OSX's gcc.
4890
4891 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4892
4893         * gst/debug/rndbuffersize.c: (DEFAULT_SEED), (DEFAULT_MIN),
4894           (DEFAULT_MAX), (src_template), (sink_template),
4895           (gst_rnd_buffer_size_base_init), (gst_rnd_buffer_size_class_init),
4896           (gst_rnd_buffer_size_init), (gst_rnd_buffer_size_activate),
4897           (gst_rnd_buffer_size_loop), (gst_rnd_buffer_size_plugin_init):
4898           Bring rndbuffersize element into a state that doesn't require us
4899           to move it to -bad immediately. For one, fix up default min/max
4900           values so that the element actuall works using the default values.
4901           Also, don't ignore flow return values and do some kind of minimal
4902           eos logic. Allow min=max to pull fixed-sized buffers. Bunch of
4903           other gratuitious clean-ups.
4904
4905 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4906
4907         * docs/plugins/Makefile.am:
4908         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
4909         * docs/plugins/gst-plugins-good-plugins-sections.txt:
4910         * docs/plugins/gst-plugins-good-plugins.args:
4911         * docs/plugins/gst-plugins-good-plugins.hierarchy:
4912         * docs/plugins/gst-plugins-good-plugins.interfaces:
4913         * docs/plugins/gst-plugins-good-plugins.prerequisites:
4914         * docs/plugins/inspect/plugin-1394.xml:
4915         * docs/plugins/inspect/plugin-aasink.xml:
4916         * docs/plugins/inspect/plugin-alaw.xml:
4917         * docs/plugins/inspect/plugin-alpha.xml:
4918         * docs/plugins/inspect/plugin-alphacolor.xml:
4919         * docs/plugins/inspect/plugin-annodex.xml:
4920         * docs/plugins/inspect/plugin-apetag.xml:
4921         * docs/plugins/inspect/plugin-audiofx.xml:
4922         * docs/plugins/inspect/plugin-auparse.xml:
4923         * docs/plugins/inspect/plugin-autodetect.xml:
4924         * docs/plugins/inspect/plugin-avi.xml:
4925         * docs/plugins/inspect/plugin-cacasink.xml:
4926         * docs/plugins/inspect/plugin-cairo.xml:
4927         * docs/plugins/inspect/plugin-cdio.xml:
4928         * docs/plugins/inspect/plugin-cutter.xml:
4929         * docs/plugins/inspect/plugin-debug.xml:
4930         * docs/plugins/inspect/plugin-dv.xml:
4931         * docs/plugins/inspect/plugin-efence.xml:
4932         * docs/plugins/inspect/plugin-effectv.xml:
4933         * docs/plugins/inspect/plugin-equalizer.xml:
4934         * docs/plugins/inspect/plugin-esdsink.xml:
4935         * docs/plugins/inspect/plugin-flac.xml:
4936         * docs/plugins/inspect/plugin-flxdec.xml:
4937         * docs/plugins/inspect/plugin-gamma.xml:
4938         * docs/plugins/inspect/plugin-gconfelements.xml:
4939         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
4940         * docs/plugins/inspect/plugin-goom.xml:
4941         * docs/plugins/inspect/plugin-halelements.xml:
4942         * docs/plugins/inspect/plugin-icydemux.xml:
4943         * docs/plugins/inspect/plugin-id3demux.xml:
4944         * docs/plugins/inspect/plugin-jpeg.xml:
4945         * docs/plugins/inspect/plugin-level.xml:
4946         * docs/plugins/inspect/plugin-matroska.xml:
4947         * docs/plugins/inspect/plugin-monoscope.xml:
4948         * docs/plugins/inspect/plugin-mulaw.xml:
4949         * docs/plugins/inspect/plugin-multifile.xml:
4950         * docs/plugins/inspect/plugin-multipart.xml:
4951         * docs/plugins/inspect/plugin-navigationtest.xml:
4952         * docs/plugins/inspect/plugin-ossaudio.xml:
4953         * docs/plugins/inspect/plugin-png.xml:
4954         * docs/plugins/inspect/plugin-quicktime.xml:
4955         * docs/plugins/inspect/plugin-rtp.xml:
4956         * docs/plugins/inspect/plugin-rtsp.xml:
4957         * docs/plugins/inspect/plugin-shout2send.xml:
4958         * docs/plugins/inspect/plugin-smpte.xml:
4959         * docs/plugins/inspect/plugin-spectrum.xml:
4960         * docs/plugins/inspect/plugin-speex.xml:
4961         * docs/plugins/inspect/plugin-taglib.xml:
4962         * docs/plugins/inspect/plugin-udp.xml:
4963         * docs/plugins/inspect/plugin-video4linux2.xml:
4964         * docs/plugins/inspect/plugin-videobalance.xml:
4965         * docs/plugins/inspect/plugin-videobox.xml:
4966         * docs/plugins/inspect/plugin-videocrop.xml:
4967         * docs/plugins/inspect/plugin-videoflip.xml:
4968         * docs/plugins/inspect/plugin-videomixer.xml:
4969         * docs/plugins/inspect/plugin-wavenc.xml:
4970         * docs/plugins/inspect/plugin-wavpack.xml:
4971         * docs/plugins/inspect/plugin-wavparse.xml:
4972         * docs/plugins/inspect/plugin-ximagesrc.xml:
4973           Add docs for gdkpixbufsink; update docs to CVS version.
4974
4975 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4976
4977         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
4978         Remove test sync-offset by default.
4979
4980 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4981
4982         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_chain):
4983         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add_internal):
4984         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
4985           Use GLib versions of htonl, htons, ntohl and ntohs in order
4986           to avoid problems on win32 (#529707).
4987
4988 2008-04-25  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         Patch by: Jesús Corrius <jesus at softcatala org>
4991
4992         * gst/goom/filters.c: (zoomVector):
4993         * gst/goom/goom_core.c: (init_buffers):
4994           Fix build with mingw32: use rand() instead of random() and
4995           replace bzero() with memset(). Fixes #529692.
4996
4997 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
4998
4999         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows):
5000         Fix typo in comments.
5001
5002         * tests/examples/rtp/client-H263p-PCMA.sdp:
5003         * tests/examples/rtp/client-H263p-PCMA.sh:
5004         * tests/examples/rtp/client-H264-PCMA.sdp:
5005         * tests/examples/rtp/client-H264-PCMA.sh:
5006         * tests/examples/rtp/client-H264.sdp:
5007         * tests/examples/rtp/client-H264.sh:
5008         * tests/examples/rtp/client-PCMA.sdp:
5009         * tests/examples/rtp/client-PCMA.sh:
5010         * tests/examples/rtp/server-alsasrc-PCMA.sh:
5011         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
5012         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
5013         Add some more docs and fix examples.
5014
5015 2008-04-25  Sebastian Dröge  <slomo@circular-chaos.org>
5016
5017         * tests/check/elements/multifile.c:
5018         Include stdlib.h and unistd.h for mkdtemp. Some platforms have it
5019         declared in the former, some have it declared in the latter.
5020
5021 2008-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
5022
5023         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_set_property):
5024         * gst/debug/tests.c: (md5_get_value):
5025         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
5026         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
5027         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
5028         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_setcaps):
5029         Stop using deprecated GLib functions.
5030
5031 2008-04-24  Jan Schmidt  <jan.schmidt@sun.com>
5032
5033         * configure.ac:
5034         Back to development -> 0.10.8.1
5035
5036 === release 0.10.8 ===
5037
5038 2008-04-23  Jan Schmidt <jan.schmidt@sun.com>
5039
5040         * configure.ac:
5041           releasing 0.10.8, "One For The Money"
5042
5043 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5044
5045         * configure.ac:
5046         0.10.7.4 pre-release
5047
5048 2008-04-22  Jan Schmidt  <jan.schmidt@sun.com>
5049
5050         * gst/goom/config_param.c: (goom_plugin_parameters_free):
5051         * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
5052         * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
5053         * gst/goom/flying_stars_fx.c: (fs_free):
5054         * gst/goom/goom_config_param.h:
5055         * gst/goom/goom_core.c: (goom_init), (goom_close):
5056         * gst/goom/goom_plugin_info.h:
5057         * gst/goom/gstgoom.c: (gst_goom_finalize):
5058         * gst/goom/lines.c: (goom_lines_free):
5059         * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
5060         * gst/goom/surf3d.c: (grid3d_free):
5061         * gst/goom/surf3d.h:
5062         * gst/goom/tentacle3d.c: (tentacle_free):
5063         Free a bunch of stuff, and initialise things to fix leaks
5064         and valgrind warnings in the testsuite.
5065
5066         Fixes: #529268
5067
5068 2008-04-21  Wim Taymans  <wim.taymans@collabora.co.uk>
5069
5070         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init), (request_pt_map),
5071         (gst_rtspsrc_configure_caps):
5072         Ref caps as the return value for the request_pt_map signal.
5073         Remove some caps weirdness when configuring a stream. See #528245.
5074
5075 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
5076
5077         * tests/icles/gdkpixbufsink-test.c:
5078           Add cast to placate gcc 4.1.2.
5079
5080 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5081
5082         * configure.ac:
5083         0.10.7.3 pre-release
5084
5085 2008-04-16  Jan Schmidt  <jan.schmidt@sun.com>
5086
5087         * tests/check/Makefile.am:
5088         Disable some more elements in the state test.
5089         Add a define so the soup test can find the test files
5090         it needs at runtime.
5091
5092         * tests/check/elements/souphttpsrc.c: (run_server):
5093
5094         Add a define so the soup test can find the test files
5095         it needs at runtime.
5096
5097 2008-04-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5098
5099         * gst/goom/convolve_fx.c: (convolve_apply):
5100         Don't ever draw the GOOM logo.
5101         Fixes: #528615
5102
5103 2008-04-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5104
5105         * ext/cdio/gstcdiocddasrc.c:
5106         * ext/dv/gstdvdemux.c: 
5107         gst_atomic_int_set ==> g_atomic_int_set
5108
5109 2008-04-16  Tim-Philipp Müller  <tim at centricular dot net>
5110
5111         * configure.ac:
5112         * gst/goom/Makefile.am:
5113         * gst/goom/convolve_fx.c:
5114         * gst/goom/default_scripts.h:
5115         * gst/goom/goom.h:
5116         * gst/goom/goom_core.c: (choose_a_goom_line):
5117         * gst/goom/goom_plugin_info.h:
5118         * gst/goom/goomsl.c:
5119         * gst/goom/goomsl.h:
5120         * gst/goom/goomsl_hash.c:
5121         * gst/goom/goomsl_hash.h:
5122         * gst/goom/goomsl_heap.c:
5123         * gst/goom/goomsl_heap.h:
5124         * gst/goom/goomsl_private.h:
5125         * gst/goom/plugin_info.c:
5126           Strip out the config/script parsing stuff, we don't need it.
5127           Fixes #527999.
5128
5129 2008-04-15  Tim-Philipp Müller  <tim at centricular dot net>
5130
5131         * gst/goom/plugin_info.c: (setOptimizedMethods):
5132           Disable altivec optimisations for 32-bit PPC as well to make
5133           things build properly on all PPC systems. Fixes #528143
5134
5135 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
5136
5137         * gst-plugins-good.spec.in:
5138           Update for souphttpsrc plugin which has moved to -good.
5139
5140 2008-04-14  Jan Schmidt  <Jan.Schmidt@sun.com>
5141
5142         * gst/matroska/matroska-demux.c:
5143         (gst_matroska_demux_handle_seek_event):
5144         Fix open-ended seeks in matroskademux
5145         Patch by: Mark Nauwelaerts <manauw skynet be>
5146         Fixes: #526557
5147
5148 2008-04-14  Jan Schmidt  <jan.schmidt@sun.com>
5149
5150         * tests/check/Makefile.am:
5151         Add soup test certificates to the dist.
5152
5153 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5154
5155         * ext/Makefile.am:
5156         Remove LADSPA reference I missed.
5157
5158 2008-04-13  Sebastian Dröge  <slomo@circular-chaos.org>
5159
5160         * ext/soup/gstsouphttpsrc.c: (plugin_init):
5161         Give souphttpsrc GST_RANK_PRIMARY to make it the default HTTP source
5162         over gnome-vfs and everything else. Fixes bug #527848.
5163
5164 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5165
5166         * configure.ac:
5167         * ext/Makefile.am:
5168         Remove LADSPA plugin. Fixes: #515978
5169
5170 2008-04-13  Jan Schmidt  <jan.schmidt@sun.com>
5171
5172         * configure.ac:
5173         * docs/plugins/Makefile.am:
5174         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
5175         * docs/plugins/gst-plugins-good-plugins-sections.txt:
5176         * docs/plugins/gst-plugins-good-plugins.args:
5177         * docs/plugins/inspect/plugin-soup.xml:
5178         * ext/Makefile.am:
5179         * tests/check/Makefile.am:
5180         Move soup plugin from -bad (Fixes: #523124)
5181
5182 2008-04-11  Jan Schmidt  <Jan.Schmidt@sun.com>
5183
5184         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_header):
5185         Fix bounds checking of mode in Speex header, which may
5186         produce negative numbers in speex <= 1.1.12
5187
5188 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5189
5190         * gst/goom/Makefile.am:
5191         * gst/goom/gfontlib.c:
5192         * gst/goom/gfontlib.h:
5193         * gst/goom/gfontrle.c:
5194         * gst/goom/gfontrle.h:
5195         * gst/goom/goom.h:
5196         * gst/goom/goom_core.c: (goom_update):
5197         * gst/goom/goom_plugin_info.h:
5198         * gst/goom/gstgoom.c: (gst_goom_chain):
5199         * gst/goom/plugin_info.c:
5200           Remove a bunch of font/text related code that we don't need.
5201
5202 2008-04-09  Tim-Philipp Müller  <tim at centricular dot net>
5203
5204         * gst/goom/ppc_drawings.s:
5205         * gst/goom/ppc_zoom_ultimate.s:
5206           Change license of these files to LGPL, as permitted by the
5207           author, Guillaume Borios. See #515073.
5208
5209 2008-04-09  Stefan Kost  <ensonic@users.sf.net>
5210
5211         * gst/goom/convolve_fx.c:
5212         * gst/goom/motif_goom1.h:
5213         * gst/goom/motif_goom2.h:
5214           As hinted in Bug #518213, revert one change and fix warnings properly.
5215           This fixes both #518213 and #520073 for me.     
5216
5217 2008-04-09  Jan Schmidt  <Jan.Schmidt@sun.com>
5218
5219         * gst/matroska/ebml-read.c: (gst_ebml_read_seek):
5220         * gst/matroska/matroska-demux.c:
5221         (gst_matroska_demux_handle_seek_event),
5222         (gst_matroska_demux_parse_contents_seekentry),
5223         (gst_matroska_demux_loop):
5224         Fix the Forte build by making function declaration signatures
5225         match the implementations.
5226
5227 2008-04-08  Tim-Philipp Müller  <tim at centricular dot net>
5228
5229         * sys/oss/gstosshelper.c: (gst_oss_helper_rate_check_rate):
5230         * sys/oss/gstosssink.c: (gst_oss_sink_reset):
5231         * sys/oss/gstosssrc.c: (gst_oss_src_reset):
5232           More logging when probing (see #518474), some comments in _reset().
5233
5234 2008-04-07  Julien Moutte  <julien@fluendo.com>
5235
5236         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_setcaps): Fix build
5237         because of a bad argument number.
5238
5239 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
5240
5241         * tests/icles/.cvsignore:
5242         * tests/icles/Makefile.am:
5243         * tests/icles/gdkpixbufsink-test.c:
5244           Interactive test app for gdkpixbufsink.
5245
5246 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
5247
5248         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
5249
5250         * configure.ac:
5251         Actually build dlls when cross-compiling with mingw32.
5252         Fixes bug #526247.
5253
5254 2008-04-05  Tim-Philipp Müller  <tim at centricular dot net>
5255
5256         * ext/hal/hal.c: (gst_hal_get_alsa_element):
5257           Don't munge device string to 'default:x' for capture devices.
5258           Fixes #525833.
5259
5260 2008-04-04  Sebastian Dröge  <slomo@circular-chaos.org>
5261
5262         * ext/wavpack/gstwavpackparse.c:
5263         (gst_wavpack_parse_index_entry_free):
5264         Always use GSlice as we actually depend on GLib 2.12 already.
5265
5266 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5267
5268         * configure.ac:
5269           Require core/base 0.10.18 for ARGB caps parsing fixes in libgstvideo.
5270           Also bump the GLib requirement to the current de-facto requirement
5271           (ie. 2.12).
5272
5273 2008-04-04  Wim Taymans  <wim.taymans@collabora.co.uk>
5274
5275         * gst/rtp/gstrtph264pay.c: (encode_base64),
5276         (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer):
5277         * gst/rtp/gstrtph264pay.h:
5278         Parse codec_data for future AVC compatibility.
5279         Fail when we encounter AVC data for now.
5280
5281 2008-04-04  Tim-Philipp Müller  <tim at centricular dot net>
5282
5283         * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
5284           (gst_spectrum_init), (gst_spectrum_set_property),
5285           (gst_spectrum_get_property), (gst_spectrum_message_new):
5286           Rename property enums and default defines for the properties to match
5287           the property names and rephrase property descriptions to make them a
5288           bit clearer (hopefully). See #518188.
5289
5290 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5291
5292         * tests/check/Makefile.am:
5293         * tests/check/elements/.cvsignore:
5294         * tests/check/elements/gdkpixbufsink.c:
5295           Add unit test for gdkpixbufsink element.
5296
5297 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
5298
5299         * ext/gdk_pixbuf/Makefile.am:
5300         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5301         * ext/gdk_pixbuf/gstgdkpixbufsink.c:
5302           (gst_gdk_pixbuf_sink_base_init),
5303           (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
5304           (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
5305           (gst_gdk_pixbuf_sink_set_caps),
5306           (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
5307           (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
5308           (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
5309           (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
5310           (gst_gdk_pixbuf_sink_get_property):
5311         * ext/gdk_pixbuf/gstgdkpixbufsink.h:
5312           Add gdkpixbufsink element for easy snapshotting (#525946).
5313
5314 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5315
5316         * tests/check/pipelines/wavpack.c: (wavpack_suite):
5317         Bump timeout from 3 to 60 seconds.
5318
5319 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5320
5321         * tests/check/pipelines/.cvignore:
5322         Remove useless file.
5323
5324         * tests/check/pipelines/.cvsignore:
5325         Add new test to .cvsignore.
5326
5327 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5328
5329         * tests/check/Makefile.am:
5330         * tests/check/pipelines/wavpack.c: (bus_handler),
5331         (identity_handoff), (fakesink_handoff), (GST_START_TEST),
5332         (wavpack_suite), (main):
5333         Add unit test that encodes and decodes some data, checks that it
5334         is still the same and that all timestamps/offsets are perfect.
5335
5336 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
5337
5338         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_base_init):
5339         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_base_init):
5340         * ext/wavpack/gstwavpackparse.c:
5341         (gst_wavpack_parse_index_entry_new),
5342         (gst_wavpack_parse_index_entry_free),
5343         (gst_wavpack_parse_base_init),
5344         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset):
5345         Use GSlice for allocating index entries and use
5346         gst_element_class_set_details_simple().
5347
5348 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5349
5350         Patch by: Brian Cameron <brian.cameron at sun dot com>
5351
5352         * sys/sunaudio/gstsunaudio.c:
5353         * sys/sunaudio/gstsunaudiomixer.c:
5354         * sys/sunaudio/gstsunaudiomixer.h:
5355         * sys/sunaudio/gstsunaudiomixerctrl.c:
5356         * sys/sunaudio/gstsunaudiomixerctrl.h:
5357         * sys/sunaudio/gstsunaudiomixertrack.c:
5358         * sys/sunaudio/gstsunaudiomixertrack.h:
5359         * sys/sunaudio/gstsunaudiosink.c:
5360         * sys/sunaudio/gstsunaudiosink.h:
5361         * sys/sunaudio/gstsunaudiosrc.c:
5362         * sys/sunaudio/gstsunaudiosrc.h:
5363           Fix up copyrights (#525860).
5364
5365 2008-04-02  Tim-Philipp Müller  <tim at centricular dot net>
5366
5367         * gst/goom/goomsl.c: (gsl_read_file):
5368           Check return value of fread() to avoid compiler warnings.
5369
5370 2008-04-01  Wim Taymans  <wim.taymans@collabora.co.uk>
5371
5372         Based on patch by: Mersad Jelacic <mersad at axis dot com>
5373
5374         * gst/law/alaw-decode.c: (gst_alaw_dec_sink_setcaps),
5375         (gst_alaw_dec_chain), (gst_alaw_dec_change_state):
5376         * gst/law/alaw-decode.h:
5377         * gst/law/alaw-encode.c: (gst_alaw_enc_chain):
5378         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
5379         (gst_mulawdec_chain), (gst_mulawdec_change_state):
5380         * gst/law/mulaw-decode.h:
5381         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
5382         Make negotiation a bit modern.
5383         Use pad_alloc. Fixes #525359.
5384
5385 2008-03-31  David Schleef  <ds@schleef.org>
5386
5387         * gst/goom/xmmx.c: Fix constraints on asm code so that it
5388           compiles consistently.  Fixes #522278.
5389
5390 2008-03-27  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         Patch by: Brian Cameron <brian.cameron at sun dot com>
5393
5394         * sys/sunaudio/gstsunaudiomixerctrl.c:
5395           (gst_sunaudiomixer_ctrl_get_volume),
5396           (gst_sunaudiomixer_ctrl_set_volume):
5397         * sys/sunaudio/gstsunaudiomixertrack.c: (gst_sunaudiomixer_track_new):
5398           Fix up the mixer tracks to use a volume range of 0-255, which is what
5399           the sun audio API uses. This simplifies the code and avoids rounding
5400           errors. Fixes #524593.
5401
5402 2008-03-26  Edgard Lima  <edgard.lima@indt.org.br>
5403
5404         * sys/v4l2/gstv4l2object.c:
5405         * sys/v4l2/gstv4l2object.h:
5406         Add device-fd property to make it possible to apps to call ioctl's.
5407
5408 2008-03-25  Wim Taymans  <wim.taymans@collabora.co.uk>
5409
5410         * gst/qtdemux/qtdemux.c: (next_entry_size):
5411         Unbreak streaming mode again.
5412
5413 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5414
5415         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
5416           Remove superfluous DEBUG macro.
5417
5418 2008-03-25  Tim-Philipp Müller  <tim at centricular dot net>
5419
5420         Based on patch by: William M. Brack <wbrack at mmm com hk>
5421
5422         * sys/v4l2/v4l2src_calls.c: (fractions_are_equal),
5423           (gst_v4l2src_set_capture):
5424           Check whether the device supports setting the framerate before
5425           trying to set it and then posting a warning or error if it doesn't
5426           work (#516649, #520092). Also compare fractions more correctly.
5427
5428 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5429
5430         * gst/goom/Makefile.am:
5431           Remove ppc assembler optimisations from the build until they
5432           actually build (they also seem to have GPL headers).
5433
5434 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
5435
5436         * m4/Makefile.am:
5437           Better not dist files that don't exist any longer (lrint*m4).
5438
5439 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
5440
5441         * configure.ac:
5442         * m4/lrint.m4:
5443         * m4/lrintf.m4:
5444         Remove lrint/lrintf checks. We don't use it anywhere.
5445
5446 2008-03-18  Andy Wingo  <wingo@pobox.com>
5447
5448         * sys/osxvideo/osxvideosink.m
5449         (gst_osx_video_sink_osxwindow_destroy)
5450         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5451         task, whoopdee.
5452         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5453         2 ms.
5454
5455 2008-03-18  Andy Wingo  <wingo@pobox.com>
5456
5457         * sys/osxvideo/osxvideosink.m
5458         (gst_osx_video_sink_osxwindow_destroy)
5459         (gst_osx_video_sink_osxwindow_new): Actually set a lock on the
5460         task, whoopdee.
5461         (cocoa_event_loop): Pacify the taymans by upping the usleepage to
5462         2 ms.
5463         
5464 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
5465
5466         Patch by: William M. Brack <wbrack at mmm com hk>
5467
5468         * sys/v4l2/v4l2src_calls.c:
5469           (gst_v4l2src_probe_caps_for_format_and_size),
5470           (gst_v4l2src_probe_caps_for_format):
5471           Make sure the probed frame sizes are reversed in the resulting
5472           caps also when using V4L2_FRMSIZE_STEPWISE (so they end up
5473           highest resolution first); also remove unused variable.
5474           (Partly fixes #520092)
5475
5476 2008-03-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5477
5478         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5479
5480         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
5481         (gst_rtspsrc_finalize):
5482         Call WSAStartup() and WSACleanup before using the Winsock API.
5483         See #520808.
5484
5485 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5486
5487         * gst/avi/gstavidemux.c:
5488           Erm, the buffer-size is just guint, no need for the special format
5489           specifier.
5490
5491 2008-03-16  Tim-Philipp Müller  <tim at centricular dot net>
5492
5493         * gst/goom/plugin_info.c:
5494         * gst/goom/ppc_zoom_ultimate.h:
5495           Small fixes to build more on PPC: ifdef out code that uses unknown
5496           define; add newline at end of header file to avoid compiler warning.
5497           Assembler code still doesn't build though.
5498
5499 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5500
5501         * gst/avi/gstavidemux.c:
5502           Fix up my last commit. Use G_GUINT32_FORMAT for the guint32 debug log.
5503           Also downgrade a GST_WARNING to GST_DEBUG and add a comment.
5504
5505 2008-03-16  Stefan Kost  <ensonic@users.sf.net>
5506
5507         * gst/avi/gstavidemux.c:
5508           Chunksize is uint32. Fix format specifier.
5509
5510 2008-03-14  Christian Schaller <christian.schaller@collabora.co.uk>
5511
5512         * gst/rtsp/COPYING.MIT: Remove extra line that got copied over by
5513         mistake. Return file to pure MIT text.
5514
5515 2008-03-13  Sebastian Dröge  <slomo@circular-chaos.org>
5516
5517         * gst/audiofx/audiofx.c:
5518         Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead
5519         of hardcoding values.
5520
5521 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5522
5523         Patch by: Mark Nauwelaerts <manauw skynet be>
5524
5525         * sys/oss/gstosssrc.c: (gst_oss_src_init), (gst_oss_src_getcaps),
5526           (gst_oss_src_close):
5527         * sys/oss/gstosssrc.h:
5528           Cache probed caps, so _get_caps() during recording doesn't cause
5529           ioctl calls which may disrupt the recording (fixes #521875).
5530
5531 2008-03-11  Wim Taymans  <wim.taymans@collabora.co.uk>
5532
5533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_perform_seek),
5534         (gst_qtdemux_activate_segment),
5535         (gst_qtdemux_prepare_current_sample),
5536         (gst_qtdemux_loop_state_movie), (qtdemux_parse_trak):
5537         Make sure we always send a DISCONT after a seek by setting the sample
5538         index to an undefined value after a seek.
5539
5540 2008-03-11  Tim-Philipp Müller  <tim at centricular dot net>
5541
5542         * gst/avi/gstavisubtitle.h: (GST_IS_AVI_SUBTITLE),
5543           (GST_IS_AVI_SUBTITLE_CLASS):
5544           Fix up IS_FOO macros, which makes gtk-doc much happier.
5545
5546 2008-03-08  Tim-Philipp Müller  <tim at centricular dot net>
5547
5548         * tests/icles/Makefile.am:
5549           Move the -lgstfoo where it belongs.
5550
5551 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5552
5553         * gst/matroska/ebml-ids.h:
5554         Add ID for EBML CRC32 elements.
5555
5556         * gst/matroska/Makefile.am:
5557         * gst/matroska/ebml-read.c: (gst_ebml_finalize),
5558         (gst_ebml_read_class_init), (gst_ebml_read_peek_bytes),
5559         (gst_ebml_read_get_length), (_ext2dbl), (gst_ebml_read_float),
5560         (gst_ebml_read_header):
5561         Support reading 80bit floats, add finalize method to clean up
5562         in any case, support reading length/id elements with any length
5563         as long as it's smaller than our supported maximum, don't leak
5564         buffers if reading as much data as we wanted failed and some
5565         smaller cleanup.
5566
5567 2008-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
5568
5569         Patch by: Olivier Crete <tester at tester dot ca>
5570
5571         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process):
5572         Check that a buffer is large enough before reading from it.
5573         Fixes bug #521102.
5574         
5575 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5576
5577         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
5578         Fix compilation after removing the GstPollMode from the
5579         constructor.
5580
5581 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5582
5583         * configure.ac:
5584         * gst/audiofx/Makefile.am:
5585         * gst/audiofx/audiochebband.c:
5586         * gst/audiofx/audiocheblimit.c:
5587         * gst/audiofx/math_compat.h:
5588         Check for sinh(), cosh() and asinh() and define our own
5589         implementations if they're not available. Fixes bug #520880.
5590
5591 2008-03-07  Sebastian Dröge  <slomo@circular-chaos.org>
5592
5593         Patch by: Olivier Crete <tester at tester dot ca>
5594
5595         * ext/speex/gstspeexenc.c: (gst_speex_enc_chain):
5596         Unref the buffers only once when handling not-negotiated errors.
5597         Fixes bug #520764.
5598
5599 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
5600
5601         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5602
5603         * gst/udp/gstudpsrc.c: (gst_udpsrc_finalize), (gst_udpsrc_start),
5604         (gst_udpsrc_stop):
5605         Properly balance WSA_Cleanup with WSA_Startup.
5606         Also make the poll controllable on windows. Fixes #520888.
5607
5608 2008-03-06  Wim Taymans  <wim.taymans@collabora.co.uk>
5609
5610         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
5611         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
5612         (gst_ebml_read_element_length), (gst_ebml_peek_id),
5613         (gst_ebml_read_skip), (gst_ebml_read_buffer),
5614         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
5615         (gst_ebml_read_float), (gst_ebml_read_ascii), (gst_ebml_read_utf8),
5616         (gst_ebml_read_date), (gst_ebml_read_master),
5617         (gst_ebml_read_binary), (gst_ebml_read_header):
5618         * gst/matroska/ebml-read.h:
5619         * gst/matroska/matroska-demux.c:
5620         (gst_matroska_demux_combine_flows), (gst_matroska_demux_reset),
5621         (gst_matroska_demux_read_track_encodings),
5622         (gst_matroska_demux_add_stream),
5623         (gst_matroska_demux_handle_src_query),
5624         (gst_matroska_demux_handle_seek_event),
5625         (gst_matroska_demux_init_stream),
5626         (gst_matroska_demux_parse_tracks),
5627         (gst_matroska_demux_parse_index_cuetrack),
5628         (gst_matroska_demux_parse_index_pointentry),
5629         (gst_matroska_demux_parse_index), (gst_matroska_demux_parse_info),
5630         (gst_matroska_demux_parse_metadata_id_simple_tag),
5631         (gst_matroska_demux_parse_metadata_id_tag),
5632         (gst_matroska_demux_parse_metadata),
5633         (gst_matroska_demux_sync_streams),
5634         (gst_matroska_demux_push_hdr_buf),
5635         (gst_matroska_demux_push_flac_codec_priv_data),
5636         (gst_matroska_demux_push_xiph_codec_priv_data),
5637         (gst_matroska_demux_add_wvpk_header),
5638         (gst_matroska_demux_check_subtitle_buffer),
5639         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
5640         (gst_matroska_demux_parse_cluster),
5641         (gst_matroska_demux_parse_contents_seekentry),
5642         (gst_matroska_demux_parse_contents),
5643         (gst_matroska_demux_loop_stream_parse_id),
5644         (gst_matroska_demux_loop_stream), (gst_matroska_demux_loop):
5645         * gst/matroska/matroska-demux.h:
5646         * gst/matroska/matroska-ids.h:
5647         Handle return values from pull_range in a more granular way to properly
5648         shut down on seeks.
5649         Combine return values from push.
5650         Implement proper error handling.
5651         Prepare for handling seeking correctly.
5652
5653 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
5654
5655         * gst/matroska/ebml-read.c:
5656         Use GINT64 formatting constants from GLIB.
5657
5658         * gst/matroska/matroska-demux.c:
5659         Add some guards to avoid a possible division by 0 and crashing
5660         with NULL events on some systems.
5661         Use gst_gdouble_to_guint64 somewhere instead of an implicit
5662         conversion. 
5663
5664         * gst/matroska/matroska-mux.c:
5665         Check for invalid timestamps in a bunch of places to avoid
5666         writing bogus durations into the output file.
5667         Fix some double<->gint64 conversions that weren't using
5668         gst_guint64_to_gdouble
5669
5670 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5671
5672         * configure.ac:
5673         Move the checks for bison, flex and as to the program section and the
5674         check for gcc inline asm to the compiler characteristics section.
5675
5676 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
5677
5678         * configure.ac:
5679         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
5680         plug-ins are included/excluded. (#498222)
5681
5682 2008-02-29  Michael Smith <msmith@fluendo.com>
5683
5684         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
5685           Don't call gst_object_sync_values() unless we have a valid timestamp.
5686
5687 2008-02-28  David Schleef  <ds@schleef.org>
5688
5689         * gst/matroska/matroska-demux.c:
5690         * gst/matroska/matroska-ids.h:
5691         * gst/matroska/matroska-mux.c:
5692           Fix Dirac mapping.  I had previously added a VfW-type
5693           mapping, but it looks like Dirac will get a native Matroska
5694           mapping, and this is the most likely method.
5695
5696 2008-02-28  David Schleef  <ds@schleef.org>
5697
5698         * gst/avi/gstavimux.c: Add Dirac encoding
5699
5700 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
5701
5702         Patch by: Peter Kjellerstedt <pkj at axis com>
5703
5704         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
5705         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_unlock),
5706         (gst_udpsrc_unlock_stop), (gst_udpsrc_stop):
5707         * gst/udp/gstudpsrc.h:
5708         Port to GstPoll. See #505417.
5709
5710 2008-02-28  Sebastian Dröge  <slomo@circular-chaos.org>
5711
5712         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
5713         Return GST_FLOW_NOT_NEGOTIATED when the caps are not set
5714         yet on the srcpad. We need rate and channels before we
5715         can do any processing. Fixes bug #519088.
5716
5717 2008-02-26  Jan Schmidt  <jan.schmidt@sun.com>
5718
5719         * configure.ac:
5720         Detect and indicate if GCC inline assembly syntax is
5721         available.
5722
5723         * gst/goom/Makefile.am:
5724         * gst/goom/convolve_fx.c:
5725         * gst/goom/flying_stars_fx.c:
5726         * gst/goom/goom_config.h:
5727         * gst/goom/goom_core.c:
5728         * gst/goom/goomsl.c:
5729         * gst/goom/ifs.c:
5730         * gst/goom/mmx.c:
5731         * gst/goom/plugin_info.c:
5732         * gst/goom/xmmx.c:
5733         Fix various GCC-isms, and only build the inline assembly
5734         with compilers that support GCC inline assembly.
5735
5736         Fix a couple of other warnings shown with Forte.
5737
5738 2008-02-25  Stefan Kost  <ensonic@users.sf.net>
5739
5740         * gst/goom/xmmx.c:
5741           Use 'emms' instead of 'femms' to not crash on cpus that do not
5742           implement this 3dnow specific instruction.
5743
5744 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5745
5746         * gst/goom/plugin_info.c: (setOptimizedMethods):
5747         Use extended MMX for draw_line() too if available, not only
5748         normal MMX.
5749
5750 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
5751
5752         * ext/jpeg/gstjpeg.c: (plugin_init):
5753         Remove (commented out) smoke typefinder. This is in base now.
5754
5755 2008-02-23  Jan Schmidt  <jan.schmidt@sun.com>
5756
5757         * gst/goom2k1/Makefile.am:
5758         * gst/goom2k1/gstgoom.c:
5759
5760         Rename the installed library, and don't register the same 
5761         GType name as the new goom.
5762
5763 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5764
5765         * configure.ac:
5766         * ext/taglib/Makefile.am:
5767           Check for and define ERROR_CXXFLAGS and GST_CXXFLAGS and use them
5768           when building C++ code (#516509).
5769
5770 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         * gst/goom/gstgoom.c: (goom_debug), (plugin_init):
5773         * gst/goom/plugin_info.c: (goom_debug), (GST_CAT_DEFAULT),
5774           (setOptimizedMethods):
5775           Call oil_init(), otherwise oil_get_cpu_flags() won't return
5776           anything useful. Export goom debug category so we can get
5777           rid of the VERBOSE define and the printfs.
5778
5779 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
5780
5781         * gst/goom/goomsl_heap.c: (align_it):
5782         * gst/goom/plugin_info.c: (setOptimizedMethods):
5783           Compile fixes for x86-64.
5784
5785 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5786
5787         * gst/goom/Makefile.am: Don't compile lex or yacc outputs
5788         with warnings, but add other CFLAGS
5789
5790         * gst/goom/goomsl.c (gsl_instr_set_namespace),
5791         (gsl_instr_add_param), (iflow_execute), (gsl_enternamespace),
5792         (calculate_labels), (gsl_read_file):
5793         * gst/goom/goomsl_lex.l:
5794         * gst/goom/goomsl_yacc.y:
5795         * gst/goom/plugin_info.c: Remove a few live printf, and
5796         fprintf, replace exit() calls with g_assert_not_reached()
5797         if it not optimal for a library
5798
5799 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5800
5801         * gst/goom/Makefile.am: Remove the warnings being disabled,
5802         fix linkage on x86, spotted by Sebastian Dröge
5803         <slomo@circular-chaos.org>
5804
5805         * gst/goom/convolve_fx.c (convolve_init),
5806         (create_output_with_brightness), (convolve_apply):
5807         * gst/goom/filters.c (zoomFilterVisualFXWrapper_create):
5808         * gst/goom/goomsl.c:
5809         * gst/goom/ifs.c (ifs_update), (ifs_visualfx_create):
5810         * gst/goom/plugin_info.c:
5811         * gst/goom/tentacle3d.c (tentacle_fx_create):
5812         Fix warnings, and disable the motifs in the convolve_fx
5813         plugin (they were causing warnings, and they were just
5814         "Goom" in funny letterring)
5815
5816 2008-02-23  Bastien Nocera  <hadess@hadess.net>
5817
5818         * configure.ac: Add checks for Flex/Yacc/Bison and other
5819         furry animals, for the new goom 2k4 based plugin
5820
5821         * gst/goom/*: Update to use goom 2k4, uses liboil to detect
5822         CPU optimisations (not working yet), move the old plugin to...
5823
5824         * gst/goom2k1/*: ... here, in case somebody is sick enough
5825
5826         Fixes #515073
5827
5828 2008-02-22  Wim Taymans  <wim.taymans@collabora.co.uk>
5829
5830         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
5831         Post the server response code in an error message instead of a generic
5832         'error' message. Fixes #517237.
5833
5834 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5835
5836         * tests/check/Makefile.am:
5837         Ignore gconfaudiosrc for the states unit test too. It will fallback
5838         to alsasrc if the gconf settings can't be read and not everybody has
5839         alsa.
5840
5841 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5842
5843         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
5844         (gst_wavpack_parse_create_src_pad):
5845         * ext/wavpack/gstwavpackparse.h:
5846         Always report the duration if we know it in push mode and don't
5847         return 0 just to make totem believe we can't seek in push mode.
5848         Newer totem version use the SEEKING query which properly reports
5849         if we can seek or not.
5850
5851 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
5852
5853         Patch by: Jens Granseuer <jensgr at gmx dot net>
5854
5855         * tests/examples/equalizer/demo.c: (main):
5856         C89 fix, moving variable declarations to the beginning of
5857         the block. Fixes bug #517933.
5858
5859 2008-02-21  Jan Schmidt  <jan.schmidt@sun.com>
5860
5861         * configure.ac:
5862         Back to development...
5863
5864 === release 0.10.7 ===
5865
5866 2008-02-20  Jan Schmidt <jan.schmidt@sun.com>
5867
5868         * configure.ac:
5869           releasing 0.10.7, "Red Door Black"
5870
5871 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
5872
5873         * gst/alpha/Makefile.am:
5874         Link alpha plugin with libgstbase. Fixes bug #517386.
5875
5876 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5877
5878         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream):
5879         Init values to -1 instead of the default 0 value.
5880         Fixes #516524.
5881
5882 2008-02-14  Stefan Kost  <ensonic@users.sf.net>
5883
5884         * tests/examples/spectrum/spectrum-example.c:
5885         Add missing include to fix compilation when libxml usage is disabled.
5886         Fixes: #516371
5887
5888 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5889
5890         patch by:  Wim Taymans  <wim.taymans@collabora.co.uk>
5891         fixes: #514889
5892
5893         * gst/rtp/gstrtph264pay.c:
5894         * gst/rtp/gstrtpmp4gdepay.c:
5895         * gst/rtp/gstrtpmp4gpay.c:
5896         * gst/rtp/gstrtpmp4gpay.h:
5897         * gst/rtp/gstrtptheorapay.c:
5898         * gst/rtp/gstrtpvorbispay.c:
5899
5900         Fix various leaks shown up in valgrind
5901         - free sprops and buffer in error cases in H264 payloader
5902         - fix leak in mp4g depayloader when construction the caps
5903         - don't leak config string in the mp4g payloader
5904         - don't leak buffers and headers in theora and vorbis payloaders
5905
5906         * tests/check/elements/rtp-payloading.c:
5907
5908         Fix the RTP data test
5909         - Actually send valid amr data to the payloader instead of 20
5910         zero-bytes
5911         - The mp4g payloader expects codec_data on the caps
5912
5913 2008-02-12  Sebastien Moutte  <sebastien@moutte.net>
5914
5915         * win32/MANIFEST:
5916         Add libgstpng.dsp to MANIFEST.
5917         * win32/vs6/libgstaudiofx.dsp:
5918         Add new source files to VS project file.
5919
5920 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5921
5922         * sys/ximage/gstximagesrc.c:
5923         Initialise variables when opening the X display rather
5924         than in _start(), as the display can be opened before that.
5925
5926         Fixes: #515985
5927
5928 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5929
5930         * sys/directdraw/gstdirectdrawsink.c:
5931         (gst_ddrawsurface_class_init), (gst_ddrawsurface_finalize),
5932         (gst_directdraw_sink_finalize):
5933         Properly chain up finalize functions. Fixes bug #515980.
5934
5935 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5936
5937         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
5938         (gst_v4l2_buffer_class_init), (gst_v4l2_buffer_pool_finalize),
5939         (gst_v4l2_buffer_pool_class_init):
5940         Chain up the finalize functions. Fixes bug #515984.
5941
5942 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5943
5944         * sys/ximage/ximageutil.c:
5945         Chain up in the finalize function for our custom
5946         buffer sub-class.
5947         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
5948         Fixes: #515706
5949
5950 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5951
5952         * gst/debug/efence.c: (gst_fenced_buffer_finalize),
5953         (gst_fenced_buffer_class_init):
5954         Properly chain up finalize method. Fixes bug #515979.
5955
5956 2008-02-12  Jan Schmidt  <jan.schmidt@sun.com>
5957
5958         * sys/ximage/gstximagesrc.c:
5959         Free allocated Damage memory before closing our connection to the
5960         X server. Partially fixes: #515706
5961
5962 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
5963
5964         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
5965         * tests/check/Makefile.am:
5966         * tests/check/gst-plugins-good.supp:
5967         Add a few libjpeg suppressions and initialize a variable to
5968         make smokeenc valgrind clean. Fixes bug #515701.
5969
5970 2008-02-11  Jan Schmidt  <jan.schmidt@sun.com>
5971
5972         * gst/avi/gstavidemux.c:
5973         Revert patch which sends timestamps only on keyframes, as it
5974         breaks playback with current gst-ffmpeg.
5975
5976         Fixes: #515562
5977
5978 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5979
5980         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
5981         * tests/check/elements/multifile.c: (GST_START_TEST):
5982         Close some memory leaks spotted by the unit test. Fixes bug #515697.
5983
5984 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
5985
5986         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
5987         Use and unset the GError when pipeline creation fails instead of
5988         simply leaking it. Fixes bug #515704.
5989
5990 2008-02-10  Sebastian Dröge  <slomo@circular-chaos.org>
5991
5992         * gst/audiofx/audioamplify.c:
5993         * gst/audiofx/audiochebband.c:
5994         * gst/audiofx/audiocheblimit.c:
5995         * gst/audiofx/audiodynamic.c:
5996         * gst/audiofx/audioinvert.c:
5997         * gst/audiofx/audiopanorama.c:
5998         * gst/audiofx/audiowsincband.c:
5999         * gst/audiofx/audiowsinclimit.c:
6000         Fix long description of audiofx elements. Fixes bug #515457.
6001
6002 2008-02-09  Jan Schmidt  <jan.schmidt@sun.com>
6003
6004         * docs/plugins/Makefile.am:
6005         * gst/spectrum/gstspectrum.c:
6006         * tests/examples/spectrum/.cvsignore:
6007         * tests/examples/spectrum/Makefile.am:
6008         * tests/examples/spectrum/spectrum-example.c:
6009
6010         Add a simple example application for the spectrum element, include it
6011         in the docs, and fix some documentation ambiguities.
6012
6013         Fixes: #348085
6014
6015 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6016
6017         * gst/equalizer/Makefile.am:
6018         * gst/spectrum/Makefile.am:
6019         Fix includes order
6020
6021         * tests/check/Makefile.am:
6022         Exclude v4l2src from the states test - it takes too long to start.
6023
6024         * tests/check/elements/spectrum.c:
6025         Make the test run properly with CK_FORK=no
6026
6027 2008-02-08 Christian Schaller <christian.schaller@collabora.co.uk>
6028
6029         * gst/audiofix/Makefile.am: add missing header files 
6030
6031 2008-02-08  Julien Moutte  <julien@fluendo.com>
6032
6033         * gst/matroska/matroska-demux.c:
6034         (gst_matroska_demux_parse_blockgroup_or_simpleblock): Flag
6035         keyframe and delta units correctly when dealign with a BlockGroup.
6036         Fixes: #514397
6037
6038 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6039
6040         * tests/check/elements/.cvsignore:
6041         Spell the new tests correctly in .cvsignore
6042
6043 2008-02-08  Tim-Philipp Müller  <tim at centricular dot net>
6044
6045         * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_create):
6046           Need to use gsize here for the size, fixes compiler warning.
6047
6048         * tests/examples/equalizer/.cvsignore:
6049         * tests/examples/equalizer/Makefile.am:
6050         * tests/examples/spectrum/.cvsignore:
6051         * tests/examples/spectrum/Makefile.am:
6052           Add missing files to fix the build.
6053
6054 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6055
6056         * configure.ac:
6057         * docs/plugins/Makefile.am:
6058         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6059         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6060         * docs/plugins/gst-plugins-good-plugins.args:
6061         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6062         * docs/plugins/inspect/plugin-multifile.xml:
6063         * tests/check/Makefile.am:
6064         * tests/check/elements/.cvsignore:
6065
6066         Move multifile plugin from -bad.
6067         Fixes: #490283
6068
6069 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6070
6071         * configure.ac:
6072         * docs/plugins/Makefile.am:
6073         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6074         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6075         * docs/plugins/gst-plugins-good-plugins.args:
6076         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6077         * docs/plugins/inspect/plugin-spectrum.xml:
6078         * gst/spectrum/Makefile.am:
6079         * tests/check/Makefile.am:
6080         * tests/check/elements/.cvsignore:
6081         * tests/examples/Makefile.am:
6082
6083         Move spectrum plugin from -bad.
6084         Move examples into tests/examples/spectrum.
6085
6086 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
6087
6088         * configure.ac:
6089         * docs/plugins/Makefile.am:
6090         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6091         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6092         * docs/plugins/gst-plugins-good-plugins.args:
6093         * docs/plugins/gst-plugins-good-plugins.hierarchy:
6094         * docs/plugins/gst-plugins-good-plugins.interfaces:
6095         * docs/plugins/inspect/plugin-equalizer.xml:
6096         * gst/equalizer/Makefile.am:
6097         * tests/check/Makefile.am:
6098         * tests/examples/Makefile.am:
6099         Move the equalizer plugin across from -bad
6100
6101         * tests/check/elements/.cvsignore:
6102         Add equalizer, audiosincwband and audiosincwlimit
6103
6104         * tests/check/elements/equalizer.c:
6105         Fix compiler warnings
6106
6107         Fixes: #415627
6108
6109 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6110
6111         * configure.ac:
6112         Only build with DISABLE_DEPRECATED during the CVS cycle. Pre-releases
6113         are treated like releases and build without it.
6114
6115 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
6116
6117         * docs/plugins/Makefile.am:
6118         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6119         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6120         * docs/plugins/gst-plugins-good-plugins.args:
6121         * docs/plugins/inspect/plugin-audiofx.xml:
6122         * gst/audiofx/Makefile.am:
6123         * gst/audiofx/audiofx.c:
6124         * gst/audiofx/audiowsincband.c:
6125         * gst/audiofx/audiowsincband.h:
6126         * gst/audiofx/audiowsinclimit.c:
6127         * gst/audiofx/audiowsinclimit.h:
6128         * tests/check/Makefile.am:
6129         * tests/check/elements/audiowsincband.c:
6130         * tests/check/elements/audiowsinclimit.c:
6131
6132         Move the lpwsinc and bpwsinc elements from gst-plugins-bad into
6133         the audiofx plugin, and rename to audiowsinclimit and audiowsincband
6134         respectively.
6135
6136         Fixes: #467666
6137
6138 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6139
6140         * gst/icydemux/gsticydemux.c: (gst_icydemux_chain):
6141         * tests/check/elements/icydemux.c:
6142           Return GST_FLOW_NOT_NEGOTIATED if we get a buffer without
6143           caps, and add a somewhat useful debug message. Plus test.
6144
6145 2008-02-07  Sebastien Moutte  <sebastien@moutte.net>
6146
6147         * gst/rtsp/gstrtspsrc.c:
6148         Include unistd.h only if HAVE_UNISTD_H is defined
6149         * win32/common/config.h.in:
6150         * win32/common/config.h:
6151         Define socklen_t as it seems it's not defined in default 
6152         Visual Studio headers.
6153         * win32/vs6/libgstalpha.dsp:
6154         * win32/vs6/libgstapetag.dsp:
6155         * win32/vs6/libgstavi.dsp:
6156         * win32/vs6/libgstrtp.dsp:
6157         * win32/vs6/libgstrtsp.dsp:
6158         * win32/vs6/libgstvideomixer.dsp:
6159         Update project file dependencies and add new source files       
6160
6161 2008-02-07  Sebastian Dröge  <slomo@circular-chaos.org>
6162
6163         Patch by: Bjarne Rosengren <bjarne at axis dot com>
6164
6165         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
6166         Don't leak buffers when we don't push them downstream.
6167         Fixes bug #514965.
6168
6169 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
6170
6171         * configure.ac:
6172           Bump requirements to (good) released versions to avoid
6173           confusion and make implicit core requirement explicit.
6174
6175 2008-02-06  Jan Schmidt  <jan.schmidt@sun.com>
6176
6177         * docs/plugins/Makefile.am:
6178         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6179         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6180         * docs/plugins/gst-plugins-good-plugins.args:
6181         * docs/plugins/inspect/plugin-audiofx.xml:
6182         * gst/audiofx/Makefile.am:
6183         * gst/audiofx/audiochebband.c:
6184         * gst/audiofx/audiochebband.h:
6185         * gst/audiofx/audiocheblimit.c:
6186         * gst/audiofx/audiocheblimit.h:
6187         * gst/audiofx/audiochebyshevfreqband.c:
6188         * gst/audiofx/audiochebyshevfreqband.h:
6189         * gst/audiofx/audiochebyshevfreqlimit.c:
6190         * gst/audiofx/audiochebyshevfreqlimit.h:
6191         * gst/audiofx/audiofx.c:
6192         * tests/check/Makefile.am:
6193         * tests/check/elements/.cvsignore:
6194         * tests/check/elements/audiochebband.c:
6195         * tests/check/elements/audiocheblimit.c:
6196         * tests/check/elements/audiochebyshevfreqband.c:
6197         * tests/check/elements/audiochebyshevfreqlimit.c:
6198
6199         Rename audiochebyshevfreqband -> audiochebband and
6200         audiochebyshevfreqlimit -> audiocheblimit and do the requisite CVS
6201         surgery.
6202
6203         Closes: #491811
6204
6205 2008-02-05  Wim Taymans  <wim.taymans@collabora.co.uk>
6206
6207         Patch by: Orjan Friberg <orjanf at axis dot com>
6208
6209         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
6210         Fix caps memory leak. Fixes #514573.
6211
6212 2008-02-04  Edward Hervey  <edward.hervey@collabora.co.uk>
6213
6214         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex):
6215         If there's no entries in the subindex, don't try to do anything stupid,
6216         just return.
6217
6218 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6219
6220         Patch by: John Millikin <jmillikin at gmail dot com>
6221
6222         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_for_last_block),
6223           (gst_flac_extract_picture_buffer), (gst_flac_dec_metadata_callback):
6224           Fix extraction of picture blocks with newer libflac versions again:
6225           FLAC__METADATA_TYPE_PICTURE is an enum, not a define (#513628).
6226
6227 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         * tests/check/Makefile.am:
6230           Add rtp-payloading test to VALGRIND_TO_FIX.
6231
6232         * tests/check/elements/rtp-payloading.c:
6233           Add semicolons after GST_TEST_END so gst-indent gets the
6234           formatting right; make test less verbose in general, but
6235           more verbose in the error case (which should probably
6236           make the test fail anyway).
6237
6238 2008-02-01  Thijs Vermeir  <thijsvermeir@gmail.com>
6239
6240         * docs/plugins/Makefile.am:
6241         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6242         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6243         * gst/avi/gstavisubtitle.c:
6244         Add documentation for avisubtitle and change class to
6245         Codec/Parser/Subtitle
6246
6247 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6248
6249         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6250         Treat ENOTTY (driver does not implement ioctl) the same as
6251         EINVAL since it implies there are no available standards.
6252
6253         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
6254         (gst_v4l2src_get_nearest_size):
6255         Replace gst_v4l2src_get_size_limits with 2 calls to new function
6256         gst_v4l2src_get_nearest_size, and get it to use VIDIOC_S_FMT to
6257         probe if the driver does not support VIDIOC_TRY_FMT for whatever
6258         reason, and if we aren't yet actively capturing.
6259
6260         * sys/v4l2/v4l2src_calls.h:
6261         Remove replaced function declaration.
6262
6263 2008-01-31  Jan Schmidt  <Jan.Schmidt@sun.com>
6264
6265         * configure.ac:
6266         Bump plugins-base requirement to 0.10.16 for the gst_video_format_*
6267         API.
6268
6269 2008-01-31  Jan Schmidt  <jan.schmidt@sun.com>
6270
6271         * configure.ac:
6272         Fix typo.
6273
6274 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
6275
6276         * gst/alpha/Makefile.am:
6277         * gst/alpha/gstalpha.c:
6278
6279         Re-write the 'alpha' plugin to be BaseTransform based, simplifying
6280         some stuff, and making buffer-alloc and resizing work automatically.
6281         No longer crashes on odd frame widths and heights, although there
6282         seems to be a disagreement with ffmpegcolorspace about what size
6283         an AYUV frame with odd height should be.
6284
6285 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6286
6287         Patch by: Alessandro Decina <alessandro at nnva dot org>
6288
6289         * ext/libpng/gstpngenc.c: (user_write_data), (gst_pngenc_chain):
6290         * ext/libpng/gstpngenc.h:
6291         Preallocate the output buffer so that g_memdup() and
6292         gst_buffer_merge() aren't needed anymore. This greatly improves
6293         performances and fixes #512544.
6294
6295 2008-01-29  Wim Taymans  <wim.taymans@collabora.co.uk>
6296
6297         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry),
6298         (gst_avi_demux_stream_data):
6299         GStreamer timestamps are PTS values while AVI only knows about DTS
6300         timestamps. Make sure we only copy the DTS as the buffer timestamp when
6301         we are dealing with a key frame.
6302
6303 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6304
6305         * tests/check/Makefile.am:
6306         * tests/check/elements/.cvsignore:
6307         * tests/check/elements/rtp-payloading.c:
6308           Add add testsuite for the rtp-payloader that tries simulating
6309           dataflow. Needs more test data.
6310
6311 2008-01-29  Stefan Kost  <ensonic@users.sf.net>
6312
6313         * tests/check/elements/alphacolor.c:
6314           Remove two unused variables.
6315
6316 2008-01-28  Tim-Philipp Müller  <tim at centricular dot net>
6317
6318         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6319           Use g_ascii_strtoll() instead of atoll, which is only
6320           available in C99.
6321
6322 2008-01-25  Thijs Vermeir  <thijsvermeir@gmail.com>
6323
6324         * gst/rtp/Makefile.am:
6325         * gst/rtp/gstrtp.c:
6326         * gst/rtp/gstrtpmpvpay.c:
6327         * gst/rtp/gstrtpmpvpay.h:
6328         Add MPEG2 video payloader
6329
6330 2008-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
6331
6332         * gst/level/gstlevel.c:
6333         Use #include <math.h> instead of #include "math.h".
6334
6335 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6336
6337         * tests/check/Makefile.am:
6338         Fix up some CFLAGS sets.
6339         Don't include gconfvideosrc in the states test.
6340
6341         * tests/check/elements/autodetect.c: (GST_START_TEST):
6342         Add some error strings to fail_unless arguments to fix some weird
6343         compiler errors on Solaris.
6344
6345 2008-01-21  Jan Schmidt  <Jan.Schmidt@sun.com>
6346
6347         * configure.ac:
6348         Detect video4linux headers on Solaris too.
6349         * sys/v4l2/gstv4l2colorbalance.h:
6350         * sys/v4l2/gstv4l2object.h:
6351         * sys/v4l2/v4l2_calls.c:
6352         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
6353         (gst_v4l2_buffer_new):
6354
6355         Make v4l2 build on Solaris.
6356         Patch by: Brian Cameron  <brian.cameron at sun dot com>
6357         Fixes: #510505
6358
6359 2008-01-21  Stefan Kost  <ensonic@users.sf.net>
6360
6361         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6362           Update list from (still local) scanning script.
6363
6364 2008-01-19  Sebastian Dröge  <slomo@circular-chaos.org>
6365
6366         Based on a patch by:
6367             Victor STINNER <victor dot stinner at haypocalc dot com>
6368
6369         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
6370         Set variable to NULL after freeing it to prevent double frees
6371         or make failures by another use of it afterwards more obvious
6372         and fix use of it after the freeing. Fixes bug #510592.
6373
6374 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6375
6376         * gst/udp/gstmultiudpsink.c:
6377         use GST_WARNING for logging
6378
6379 2008-01-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6380
6381         * gst/udp/gstmultiudpsink.c:
6382         Don't try to leave a multicast group with an invalid socket
6383
6384 2008-01-17  Tim-Philipp Müller  <tim at centricular dot net>
6385
6386         * ext/flac/gstflacdec.c:
6387           Fix compilation against flac 1.1.2 (as on debian stable), where
6388           the picture metadata defines and structs don't exist yet.
6389           Fixes #509301.
6390
6391 2008-01-17  Wim Taymans  <wim.taymans@collabora.co.uk>
6392
6393         Patch by: Olivier Crete <tester at tester dot ca>
6394
6395         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
6396         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
6397         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
6398         (gst_multiudpsink_add_internal), (gst_multiudpsink_remove):
6399         * gst/udp/gstmultiudpsink.h:
6400         Add property to automatically join a multicast group or not. This can be
6401         useful when sharing a socket between multiple elements.
6402         Fixes #509531.
6403
6404 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6405
6406         * gst/videomixer/Makefile.am:
6407           Add controller flags.
6408
6409 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6410
6411         * gst/videomixer/videomixer.c:
6412           Also commit the missing gst_object_sync_values().
6413
6414 2008-01-16  Stefan Kost  <ensonic@users.sf.net>
6415
6416         * docs/plugins/Makefile.am:
6417           Remove duplicate entry.
6418
6419 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6420
6421         * docs/plugins/Makefile.am:
6422         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
6423         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6424         * docs/plugins/inspect/plugin-gamma.xml:
6425         * docs/plugins/inspect/plugin-monoscope.xml:
6426         * docs/plugins/inspect/plugin-video4linux2.xml:
6427           Add 3 more plugins to docs.
6428
6429 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6430
6431         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6432         * sys/osxvideo/osxvideosink.h:
6433           Revert previous change caused by a file that got stuck on an old
6434           revision.
6435
6436 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6437
6438         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6439         * gst/multipart/Makefile.am:
6440         * gst/multipart/multipartdemux.c:
6441         * gst/multipart/multipartdemux.h:
6442         * gst/multipart/multipartmux.c:
6443         * gst/multipart/multipartmux.h:
6444           Re-add multipartdemux to the docs. Last round of section cleanup.
6445
6446 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6447
6448         * docs/plugins/Makefile.am:
6449         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6450         * sys/osxaudio/gstosxaudiosink.h:
6451         * sys/osxvideo/osxvideosink.h:
6452           Managed to resolve most unused declarations. Filed a bug for one left.          
6453
6454 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6455
6456         * docs/plugins/gst-plugins-good-plugins-sections.txt:
6457           Cleanup section file.
6458
6459 2008-01-15  Stefan Kost  <ensonic@users.sf.net>
6460
6461         * docs/plugins/Makefile.am:
6462         * docs/plugins/gst-plugins-good-plugins.args:
6463         * docs/plugins/gst-plugins-good-plugins.signals:
6464         * docs/plugins/inspect/plugin-alaw.xml:
6465         * docs/plugins/inspect/plugin-alpha.xml:
6466         * docs/plugins/inspect/plugin-alphacolor.xml:
6467         * docs/plugins/inspect/plugin-annodex.xml:
6468         * docs/plugins/inspect/plugin-apetag.xml:
6469         * docs/plugins/inspect/plugin-audiofx.xml:
6470         * docs/plugins/inspect/plugin-auparse.xml:
6471         * docs/plugins/inspect/plugin-autodetect.xml:
6472         * docs/plugins/inspect/plugin-avi.xml:
6473         * docs/plugins/inspect/plugin-cairo.xml:
6474         * docs/plugins/inspect/plugin-cdio.xml:
6475         * docs/plugins/inspect/plugin-cutter.xml:
6476         * docs/plugins/inspect/plugin-debug.xml:
6477         * docs/plugins/inspect/plugin-dv.xml:
6478         * docs/plugins/inspect/plugin-efence.xml:
6479         * docs/plugins/inspect/plugin-effectv.xml:
6480         * docs/plugins/inspect/plugin-flac.xml:
6481         * docs/plugins/inspect/plugin-flxdec.xml:
6482         * docs/plugins/inspect/plugin-gconfelements.xml:
6483         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
6484         * docs/plugins/inspect/plugin-goom.xml:
6485         * docs/plugins/inspect/plugin-halelements.xml:
6486         * docs/plugins/inspect/plugin-icydemux.xml:
6487         * docs/plugins/inspect/plugin-id3demux.xml:
6488         * docs/plugins/inspect/plugin-jpeg.xml:
6489         * docs/plugins/inspect/plugin-ladspa.xml:
6490         * docs/plugins/inspect/plugin-level.xml:
6491         * docs/plugins/inspect/plugin-matroska.xml:
6492         * docs/plugins/inspect/plugin-mulaw.xml:
6493         * docs/plugins/inspect/plugin-multipart.xml:
6494         * docs/plugins/inspect/plugin-navigationtest.xml:
6495         * docs/plugins/inspect/plugin-png.xml:
6496         * docs/plugins/inspect/plugin-quicktime.xml:
6497         * docs/plugins/inspect/plugin-rtp.xml:
6498         * docs/plugins/inspect/plugin-rtsp.xml:
6499         * docs/plugins/inspect/plugin-shout2send.xml:
6500         * docs/plugins/inspect/plugin-smpte.xml:
6501         * docs/plugins/inspect/plugin-speex.xml:
6502         * docs/plugins/inspect/plugin-taglib.xml:
6503         * docs/plugins/inspect/plugin-udp.xml:
6504         * docs/plugins/inspect/plugin-videobalance.xml:
6505         * docs/plugins/inspect/plugin-videobox.xml:
6506         * docs/plugins/inspect/plugin-videocrop.xml:
6507         * docs/plugins/inspect/plugin-videoflip.xml:
6508         * docs/plugins/inspect/plugin-videomixer.xml:
6509         * docs/plugins/inspect/plugin-wavenc.xml:
6510         * docs/plugins/inspect/plugin-wavpack.xml:
6511         * docs/plugins/inspect/plugin-wavparse.xml:
6512           Update plugin docs.
6513
6514         * gst/videomixer/Makefile.am:
6515         * gst/videomixer/videomixer.c:
6516         * gst/videomixer/videomixer.h:
6517         * gst/videomixer/videomixerpad.h:
6518           Split out header to fix warnings from the doc-build.
6519
6520 2008-01-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6521
6522         As found by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6523
6524         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
6525         Use atoll to parse the rtptime with enough precision. Fixes #509329.
6526
6527 2008-01-14  Tim-Philipp Müller  <tim at centricular dot net>
6528
6529         * gst/avi/gstavisubtitle.c: (gst_avi_subtitle_extract_file):
6530         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
6531           Initialise variables to work around (false) 'foo might be used
6532           uninitialized in this function' warnings by gcc-3.3.3 (#509298).
6533
6534 2008-01-11  David Schleef  <ds@schleef.org>
6535
6536         * docs/plugins/.cvsignore:
6537         * tests/check/pipelines/.cvsignore:
6538           Ignore more files for the buildbot.
6539
6540 2008-01-11  Jan Schmidt  <Jan.Schmidt@sun.com>
6541
6542         * ext/flac/gstflacdec.c: (gst_flac_extract_picture_buffer):
6543         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
6544         Generate the image-type values correctly. Leave them out of the caps
6545         when outputting a "preview image" tag, since it only makes sense
6546         to have one of those - the type is irrelevant.
6547
6548         * sys/sunaudio/gstsunaudiomixerctrl.c:
6549         (gst_sunaudiomixer_ctrl_open):
6550         If we can, mark the mixer multiple open when we use it, in case
6551         (for some reason) the process wants to open it again elsewhere.
6552
6553 2008-01-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6554
6555         Patch by: Olivier Crete <tester at tester dot ca>
6556
6557         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_setcaps):
6558         * gst/rtp/gstrtptheorapay.c:
6559         Fix the clock rate to 90000 as required by the RFC.
6560         Fixes #508644.
6561
6562 2008-01-11  Tim-Philipp Müller  <tim at centricular dot net>
6563
6564         * tests/check/elements/icydemux.c: (GST_START_TEST), (icydemux_suite):
6565           Don't use deprecated GST_PLUGIN_DEFINE_STATIC.
6566
6567 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
6568
6569         * autogen.sh:
6570           Add -Wno-portability to the automake parameters to stop warnings
6571           about GNU make extensions being used. We require GNU make in almost
6572           every Makefile anyway.
6573           
6574         * configure.ac:
6575           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
6576           at the same time is required for per target flags.
6577
6578 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6579
6580         * gst/videomixer/videomixer.c: (gst_videomixer_init):
6581         Fix error from my last commit.
6582
6583 2008-01-09  Tim-Philipp Müller  <tim at centricular dot net>
6584
6585         Based on patch by: Tommi Myöhänen <ext-tommi.myohanen nokia com>
6586
6587         * gst/id3demux/id3v2frames.c: (parse_comment_frame):
6588           Make sure the ISO 639-X language code in ID3v2 COMM frames
6589           is actually valid UTF-8 (or rather: ASCII), so we don't end
6590           up with non-UTF8 strings in tags if there's garbage in the
6591           language field. Also make sure the language code is always
6592           lower case. Fixes: #508291.
6593
6594 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6595
6596         * ChangeLog:
6597           Fix ChangeLog typo.
6598
6599 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6600
6601         * Makefile.am:
6602           Include lcov.mak to allow building coverage reports. Guard
6603           check-torture target like in the other packages.
6604
6605 2008-01-09  Sameer Naik  <sameer@damagehead.com>
6606
6607         reviewed by: Edward Hervey  <edward.hervey@collabora.co.uk>
6608
6609         * gst/videomixer/videomixer.c:
6610         (gst_videomixer_set_master_geometry), (_do_init),
6611         (gst_videomixer_child_proxy_get_child_by_index),
6612         (gst_videomixer_child_proxy_get_children_count),
6613         (gst_videomixer_child_proxy_init), (gst_videomixer_reset),
6614         (gst_videomixer_init), (gst_videomixer_request_new_pad),
6615         (gst_videomixer_release_pad), (gst_videomixer_fill_queues):
6616         Implement GstChildProxy interface.
6617         Send newsegment at the right moment
6618         Fixes #488879
6619
6620 2008-01-09  Edward Hervey  <edward.hervey@collabora.co.uk>
6621
6622         * gst/alpha/Makefile.am:
6623         * gst/alpha/gstalpha.c: (gst_alpha_class_init), (gst_alpha_init),
6624         (gst_alpha_sink_event), (gst_alpha_chain),
6625         (gst_alpha_change_state), (plugin_init):
6626         Make the various properties of 'alpha' controllable. This allows doing
6627         niceties like fade-in/fade-out.
6628
6629 2008-01-09  Stefan Kost  <ensonic@users.sf.net>
6630
6631         * gst/rtp/gstasteriskh263.c:
6632         * gst/rtp/gstrtpL16depay.c:
6633         * gst/rtp/gstrtpac3depay.c:
6634         * gst/rtp/gstrtpamrpay.c:
6635         * gst/rtp/gstrtpdepay.c:
6636         * gst/rtp/gstrtpgsmdepay.c:
6637         * gst/rtp/gstrtph263depay.c:
6638         * gst/rtp/gstrtph263pdepay.c:
6639         * gst/rtp/gstrtph263ppay.c:
6640         * gst/rtp/gstrtph264depay.c:
6641         * gst/rtp/gstrtph264pay.c:
6642         * gst/rtp/gstrtpmp2tdepay.c:
6643         * gst/rtp/gstrtpmp4adepay.c:
6644         * gst/rtp/gstrtpmp4gdepay.c:
6645         * gst/rtp/gstrtpmp4gpay.c:
6646         * gst/rtp/gstrtpmp4vdepay.c:
6647         * gst/rtp/gstrtpmpadepay.c:
6648         * gst/rtp/gstrtpmpvdepay.c:
6649         * gst/rtp/gstrtpsv3vdepay.c:
6650         * gst/rtp/gstrtptheoradepay.c:
6651         * gst/rtp/gstrtptheorapay.c:
6652         * gst/rtp/gstrtpvorbisdepay.c:
6653         * gst/rtp/gstrtpvorbispay.c:
6654           Remove copy/paste unused code (property setters and getter) found by
6655           the coverage suite (yay, saves ~20k on disk).
6656
6657 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6658
6659         * gst/matroska/matroska-mux.c: (COMMON_VIDEO_CAPS_NO_FRAMERATE),
6660           (videosink_templ):
6661           Also fix up pad templates to indicate that image/jpeg doesn't
6662           absolutely require the framerate property to be set (#504081).
6663
6664 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
6665
6666         Based on patch by: Wouter Cloetens  <wouter at mind be>
6667
6668         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps),
6669           (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
6670           (gst_matroska_mux_finish), (gst_matroska_mux_collected):
6671         * gst/matroska/matroska-mux.h:
6672           Keep track of first and last timestamps for each incoming stream,
6673           so we can calculate the total duration for live sources and other
6674           input where we can't query the duration from the start or where
6675           there's no constant framerate from which we can deduce the
6676           duration; also use calculated/observed duration if it is bigger
6677           than the previously queried duration. Furthermore, use
6678           gst_pad_query_peer_duration() and take into account that it may
6679           return TRUE but still a duration of CLOCK_TIME_NONE, which easily
6680           screws up comparisons when using unsigned integers. Fixes #504081.
6681
6682 2008-01-08  Sebastian Dröge  <slomo@circular-chaos.org>
6683
6684         * configure.ac:
6685         * gst/audiofx/audioamplify.c:
6686         (gst_audio_amplify_clipping_method_get_type),
6687         (gst_audio_amplify_init), (gst_audio_amplify_transform_ip):
6688         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_init),
6689         (gst_audio_dynamic_transform_ip):
6690         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
6691         (gst_audio_invert_transform_ip):
6692         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
6693         (gst_audio_panorama_transform):
6694         * gst/level/gstlevel.c: (gst_level_init):
6695         Make elements GST_BUFFER_FLAG_GAP aware and call
6696         gst_base_transform_set_gap_aware for this.
6697         Bump core requirement to CVS.
6698         
6699         * gst/audiofx/audiochebyshevfreqband.c:
6700         (gst_audio_chebyshev_freq_band_transform_ip):
6701         * gst/audiofx/audiochebyshevfreqlimit.c:
6702         (gst_audio_chebyshev_freq_limit_transform_ip):
6703         Also sync GObject properties to the controller if operating
6704         in passthrough mode.
6705
6706 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
6707
6708         * sys/directdraw/gstdirectdrawsink.c:
6709           (gst_directdraw_sink_window_thread):
6710           FALSE is not a gpointer.
6711
6712 2008-01-05  Julien Moutte  <julien@fluendo.com>
6713
6714         * sys/directdraw/gstdirectdrawsink.c:
6715         (gst_directdraw_sink_set_window_id),
6716         (gst_directdraw_sink_set_caps), (gst_directdraw_sink_change_state),
6717         (gst_directdraw_sink_buffer_alloc),
6718         (gst_directdraw_sink_draw_borders),
6719         (gst_directdraw_sink_show_frame),
6720         (gst_directdraw_sink_setup_ddraw),
6721         (gst_directdraw_sink_window_thread),
6722         (gst_directdraw_sink_get_ddrawcaps),
6723         (gst_directdraw_sink_surface_create): Make sure we create our
6724         internal window only when we need it. That will give a chance to
6725         the application to get the prepare-xwindow-id bus message. Draw
6726         black borders when keeping aspect ratio. Handle the case where our
6727         rendering window disappears (closed or errors) like other sinks
6728         do. Various 80 columns fixes, improve state change order. That
6729         element could need some more love.
6730
6731 2008-01-04  Sebastian Dröge  <slomo@circular-chaos.org>
6732
6733         * ext/taglib/gstapev2mux.h:
6734         * ext/taglib/gstid3v2mux.h:
6735         Remove useless typedefs without new type name. Fixes a warning with
6736         gcc 4.3.
6737
6738 2008-01-03  Wim Taymans  <wim.taymans@collabora.co.uk>
6739
6740         Patch by: John Millikin <jmillikin at gmail dot com>
6741
6742         * ext/flac/gstflacdec.c: (gst_flac_dec_setup_seekable_decoder),
6743         (gst_flac_dec_setup_stream_decoder),
6744         (gst_flac_normalize_picture_mime_type),
6745         (gst_flac_extract_picture_buffer),
6746         (gst_flac_dec_metadata_callback):
6747         Emit metadata messages when a PICTURE block is encountered.
6748         Fixes #506715.
6749
6750 2008-01-02  Thijs Vermeir  <thijsvermeir@gmail.com>
6751
6752         * gst/avi/gstavi.c:
6753         increase rank because no known issues anymore ...
6754         * gst/avi/gstavisubtitle.c:
6755         send subtitle name to the srcpad
6756
6757 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
6758
6759         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send), (gst_rtspsrc_open):
6760         * gst/rtsp/gstrtspsrc.h:
6761         Implement redirect for the DESCRIBE reply. Fixes #506025.
6762
6763 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
6764
6765         * ext/flac/gstflacdec.c: (gst_flac_dec_write):
6766         Fix 'xyz may be used uninitialized' compiler warnings caused
6767         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
6768         abort() in any case but properly report the error.
6769
6770 2007-12-26  Tim-Philipp Müller  <tim at centricular dot net>
6771
6772         * gst/avi/gstavidemux.c: (gst_avi_demux_loop):
6773         * gst/wavparse/gstwavparse.c: (gst_wavparse_chain):
6774         * sys/ximage/gstximagesrc.c: (composite_pixel):
6775           Fix 'xyz may be used uninitialized' compiler warnings caused
6776           by broken g_assert_not_reached() macro in GLib-2.15.x (it's
6777           not really nice to abort in any case). Fixes #505745.
6778
6779 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         * tests/check/elements/avisubtitle.c: (check_correct_buffer):
6782           Small unit test fix (has no practical impact at the moment,
6783           since we're only feeding utf8 and hence just create a sub-
6784           buffer for the output).
6785
6786 2007-12-18  Thijs Vermeir <thijsvermeir@gmail.com>
6787
6788         * gst/avi/gstavisubtitle.c:
6789         * tests/check/elements/avisubtitle.c:
6790         Add seeking support for avi subtitle
6791
6792 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
6793
6794         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
6795         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
6796         (gst_flac_dec_write):
6797         * ext/flac/gstflacdec.h:
6798         Remove some unused vars.
6799         Do more cleanup of leftover events and tags.
6800         Output tags after the segment event. Fixes #504018.
6801
6802 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6803
6804         * gst/avi/gstavisubtitle.c: (IS_BOM_UTF8), (IS_BOM_UTF16_BE),
6805           (IS_BOM_UTF16_LE), (IS_BOM_UTF32_BE), (IS_BOM_UTF32_LE),
6806           (gst_avi_subtitle_extract_file), (gst_avi_subtitle_parse_gab2_chunk):
6807           Detect other UTF byte order markers and convert to UTF-8 as
6808           appropriate.
6809
6810 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6811
6812         * gst/avi/gstavisubtitle.c: (src_template),
6813           (gst_avi_subtitle_extract_utf8_file),
6814           (gst_avi_subtitle_parse_gab2_chunk), (gst_avi_subtitle_chain),
6815           (gst_avi_subtitle_base_init), (gst_avi_subtitle_class_init),
6816           (gst_avi_subtitle_init), (gst_avi_subtitle_change_state):
6817         * gst/avi/gstavisubtitle.h:
6818           Refactor a bit; fix name extraction; don't assume all the data
6819           in the chunk is actually subtitle data, there may be padding at
6820           the end; fix GST_ELEMENT_ERROR usage; store extracted subtitle
6821           file so it's there to send again after a seek (for future use).
6822
6823 2007-12-18  Thijs Vermeir  <thijsvermeir@gmail.com>
6824
6825         * gst/avi/Makefile.am:
6826         * gst/avi/gstavi.c:
6827         * gst/avi/gstavisubtitle.c:
6828         * gst/avi/gstavisubtitle.h:
6829         * tests/check/Makefile.am:
6830         * tests/check/elements/avisubtitle.c:
6831         * win32/common/config.h:
6832                 Add avi subtitle element for bug #442034. Need seeking support
6833                 and more support for character conversion.
6834
6835 2007-12-18  Tim-Philipp Müller  <tim at centricular dot net>
6836
6837         * Makefile.am:
6838           Include common/win32.mak for CRLF check of win32 project
6839           files (see #393626).
6840
6841         * win32/vs6/libgstpng.dsp:
6842           Fix line endings and do cvs admin -kb.
6843
6844 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
6845
6846         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
6847         Actually drop the buffers which are outside the currently configured
6848         segment instead of just emitting a WARNING.
6849
6850 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
6851
6852         * ext/flac/gstflacdec.c: (gst_flac_dec_metadata_callback),
6853         (gst_flac_dec_write):
6854         * ext/flac/gstflacdec.h:
6855         Send segments from the streaming thread. Fixes #502187.
6856         Fix segment seeking and a bunch of other seeking cases.
6857
6858 2007-12-14  Tim-Philipp Müller  <tim at centricular dot net>
6859
6860         * gst/id3demux/id3v2frames.c: (parse_url_link_frame):
6861           Parse WOAF frames and put the result into GST_TAG_CONTACT,
6862           which is where it would end up if the same information was
6863           put in a vorbis comment (don't think it's worth adding a
6864           new URI tag for this). Fixes #488112.
6865
6866 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6867
6868         * configure.ac:
6869           We need core/base 0.10.15 or later.
6870
6871 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6872
6873         Patch by: Mark Nauwelaerts <manauw skynet be>
6874
6875         * gst/avi/gstavimux.c: (gst_avi_mux_start_file):
6876         Fix regression in stream numbering. Fixes #502655.
6877
6878 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6879
6880         Patch by: Wai-Ming Ho <webregbox at yahoo dot co dot uk>
6881
6882         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_init),
6883         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
6884         (next_start_code), (is_nal_equal), (gst_rtp_h264_pay_decode_nal),
6885         (encode_base64), (gst_rtp_h264_pay_parse_sps_pps),
6886         (gst_rtp_h264_pay_handle_buffer):
6887         * gst/rtp/gstrtph264pay.h:
6888         Use higher performance start-code searching.
6889         Parse NALs and store SPS, PPS and profile in the caps so that they can
6890         be used in the SDP. Fixes #502814.
6891
6892 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
6895         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
6896           Init some structs to zero before we pass them to ioctl, which
6897           avoids valgrind warnings.  Also fix a small memory leak.
6898
6899 2007-12-11  Wim Taymans  <wim.taymans@collabora.co.uk>
6900
6901         Patch by: Wouter Cloetens <wouter at mind dot be>
6902
6903         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
6904         Copy timestamp from input to output. Not very perfect yet but better
6905         than nothing. Fixes #503023.
6906
6907 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6908
6909         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6910           Also print a useful error message with the old Wavpack API
6911           if possible.
6912
6913 2007-12-09  Tim-Philipp Müller  <tim at centricular dot net>
6914
6915         * ext/wavpack/gstwavpackdec.c:
6916           More build fixes for old libwavpack versions: include config.h so
6917           that WAVPACK_OLD_API is actually defined as detected; only use
6918           WavpackGetErrorMessage if it is available. This fixes the build
6919           on debian stable for me.
6920
6921 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6922
6923         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
6924         * ext/wavpack/gstwavpackparse.c:
6925           (gst_wavpack_parse_create_src_pad):
6926           Workaround the non-existance of WavpackGetChannelMask in Wavpack
6927           versions below 4.40.0.
6928
6929 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6930
6931         * configure.ac:
6932           And now do it right for real...
6933
6934 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6935
6936         * configure.ac:
6937           Correctly reset $LIBS to not contain -lm.
6938
6939 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6940
6941         Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
6942
6943         * configure.ac:
6944         * ext/cairo/gsttimeoverlay.c:
6945           (gst_cairo_time_overlay_print_smpte_time):
6946           Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
6947           and checking for rint() and implementing it ourself if it doesn't
6948           exist. Fixes #497293.
6949
6950 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
6951
6952         * configure.ac:
6953           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
6954
6955 2007-12-08  Jan Schmidt  <jan.schmidt@sun.com>
6956
6957         * sys/oss/gstosshelper.c:
6958         Verify that the format returned after the ioctl is the one
6959         we requested. It is valid for the ioctl to succeed while
6960         substituting an alternate 'supported' sample format.
6961
6962 2007-12-07  Tim-Philipp Müller  <tim at centricular dot net>
6963
6964         * sys/oss/gstossaudio.c: (plugin_init):
6965         * sys/oss/gstosssink.c: (gst_oss_sink_open):
6966         * sys/oss/gstosssrc.c: (gst_oss_src_open):
6967           Post decent (and translated) error message when we can't
6968           open the audio device for some reason.
6969
6970 2007-12-07  Jan Schmidt  <jan.schmidt@sun.com>
6971
6972         * sys/oss/gstosssink.c:
6973         * sys/oss/gstosssrc.c:
6974         Allow the AUDIODEV environment variable to redirect us
6975         to a different default OSS device, like sunaudiosink does
6976         on Solaris (makes audio play automatically on SunRays).
6977
6978 2007-12-06  Sebastian Dröge  <slomo@circular-chaos.org>
6979
6980         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
6981         * gst/audiofx/audiochebyshevfreqband.c:
6982         (gst_audio_chebyshev_freq_band_transform_ip):
6983         * gst/audiofx/audiochebyshevfreqlimit.c:
6984         (gst_audio_chebyshev_freq_limit_transform_ip):
6985         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
6986         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
6987         The transform_ip() methods should do nothing if in passthrough mode.
6988         It might get non-writable buffers in that case but the buffer might
6989         as well be writable.
6990
6991         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_transform):
6992         The transform() methods won't be called in passthrough mode and
6993         otherwise the buffer is always writable so don't check here.
6994
6995 2007-12-06  Tim-Philipp Müller  <tim at centricular dot net>
6996
6997         * gst/wavparse/gstwavparse.c: (gst_wavparse_srcpad_event):
6998           Fix seeking in .wav files again (#501775).  Some people seem to think
6999           they don't need to test their changes when they're just 'reflowing'
7000           some code.
7001
7002 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7003
7004         * gst/autodetect/gstautovideosink.c:
7005         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
7006         (gst_auto_video_sink_init),
7007         (gst_auto_video_sink_create_element_with_pretty_name),
7008         (gst_auto_video_sink_find_best),
7009         (gst_auto_video_sink_set_property),
7010         (gst_auto_video_sink_get_property):
7011         * gst/autodetect/gstautovideosink.h:
7012         Fix docs.
7013         Use same error reporting code as autoaudiosink.
7014         Add property to filter sinks based on caps. Only select raw video sinks
7015         by default for backwards compat.
7016         API: GstAutoVideoSink::filter-caps
7017
7018 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
7019
7020         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7021
7022         * gst/autodetect/gstautoaudiosink.c:
7023         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
7024         (gst_auto_audio_sink_init), (gst_auto_audio_sink_find_best),
7025         (gst_auto_audio_sink_set_property),
7026         (gst_auto_audio_sink_get_property):
7027         * gst/autodetect/gstautoaudiosink.h:
7028         Add property to filter sinks based on caps. Only select raw audio sinks
7029         by default for backwards compat.  Fixes #417420.
7030         API: GstAutoAudioSink::filter-caps
7031
7032 2007-11-29  Michael Smith <msmith@fluendo.com>
7033
7034         Patch by: Arek Korbik <arkadini@gmail.com>
7035
7036         * gst/videobox/gstvideobox.c: (plugin_init):
7037           Initialise liboil in plugin_init()
7038
7039 2007-11-29  Wim Taymans  <wim.taymans@gmail.com>
7040
7041         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
7042         Post error before sending EOS. Fixes #499178.
7043
7044 2007-11-28  Sebastien Moutte  <sebastien@moutte.net>
7045
7046         * win32/vs6/gst_plugins_good.dsw:
7047         * win32/vs6/libgstpng.dsp:
7048         Add a project file for libgstpng
7049
7050 2007-11-28  Edward Hervey  <bilboed@bilboed.com>
7051
7052         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_class_init),
7053         (gst_rtp_h263_depay_process):
7054         Code beautification.
7055         Added debug statements.
7056         Don't bit-shift everything, just do operations on last/first byte
7057         instead.
7058
7059 2007-11-27  Wim Taymans  <wim.taymans@gmail.com>
7060
7061         Patch by: Jayarama S. Santana <sundarsantana at gmail dot com>
7062
7063         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_process):
7064         Fix wrong comparison in overrun check. Fixes #499239 some more.
7065
7066 2007-11-27  Edward Hervey  <bilboed@bilboed.com>
7067
7068         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_init),
7069         (gst_rtp_h263_depay_process):
7070         * gst/rtp/gstrtph263depay.h:
7071         Fix h263 depayloader so that ANY h263 decoder can handle the outgoing
7072         stream.
7073
7074 2007-11-26  Wim Taymans  <wim.taymans@gmail.com>
7075
7076         Based on Path by: Jayarama S. Santana <sundarsantana at gmail dot com>
7077
7078         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_setcaps),
7079         (gst_rtp_mp4a_depay_process):
7080         * gst/rtp/gstrtpmp4adepay.h:
7081         Fix depayloading when multiple frames are inside one RTP packet.
7082         Fixes #499239.
7083
7084 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7085
7086         * gst/level/gstlevel.c:
7087           Add GAP-flag support.
7088
7089 2007-11-26  Edward Hervey  <bilboed@bilboed.com>
7090
7091         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_process):
7092         Read the I flag for Mode A h263 rtp stream and set the
7093         GST_BUFFER_FLAG_DELTA_UNIT accordingly.
7094         Fixes #499383
7095
7096 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7097
7098         * gst/level/gstlevel.c:
7099           Remove some dead code and do cleanups.
7100
7101 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
7102
7103         * tests/check/pipelines/simple-launch-lines.c:
7104           Improve the tests by allowing to set a target state.
7105
7106 2007-11-26  Sebastian Dröge  <slomo@circular-chaos.org>
7107
7108         * tests/check/elements/wavpackenc.c: (GST_START_TEST):
7109         Don't check the caps of the output buffer if they're equal some
7110         other caps. The caps can change in a backward compatible way
7111         and did at this point.
7112
7113 2007-11-24  Julien MOUTTE  <julien@moutte.net>
7114
7115         * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_segment),
7116         (gst_qtdemux_move_stream), (gst_qtdemux_do_seek),
7117         (gst_qtdemux_seek_to_previous_keyframe),
7118         (gst_qtdemux_activate_segment), (gst_qtdemux_advance_sample),
7119         (gst_qtdemux_loop_state_movie), (gst_qtdemux_loop): Implement
7120         reverse playback support.
7121
7122 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7123
7124         * ext/wavpack/gstwavpackcommon.c: (gst_wavpack_set_channel_layout):
7125         Also set the channel layout on the Wavpack caps if we're having
7126         a mono layout. Of course only do it for "audio/x-wavpack".
7127
7128 2007-11-20  Sebastian Dröge  <slomo@circular-chaos.org>
7129
7130         * ext/wavpack/gstwavpackcommon.c:
7131         (gst_wavpack_get_default_channel_mask),
7132         (gst_wavpack_set_channel_layout),
7133         (gst_wavpack_get_default_channel_positions),
7134         (gst_wavpack_get_channel_mask_from_positions),
7135         (gst_wavpack_set_channel_mapping):
7136         * ext/wavpack/gstwavpackcommon.h:
7137         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
7138         (gst_wavpack_dec_sink_set_caps), (gst_wavpack_dec_chain):
7139         * ext/wavpack/gstwavpackdec.h:
7140         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_reset),
7141         (gst_wavpack_enc_init), (gst_wavpack_enc_sink_set_caps),
7142         (gst_wavpack_enc_set_wp_config), (gst_wavpack_enc_push_block),
7143         (gst_wavpack_enc_fix_channel_order), (gst_wavpack_enc_chain),
7144         (gst_wavpack_enc_rewrite_first_block),
7145         (gst_wavpack_enc_sink_event):
7146         * ext/wavpack/gstwavpackenc.h:
7147         * ext/wavpack/gstwavpackparse.c:
7148         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
7149         (gst_wavpack_parse_scan_to_find_sample),
7150         (gst_wavpack_parse_sink_event), (gst_wavpack_parse_create_src_pad),
7151         (gst_wavpack_parse_push_buffer), (gst_wavpack_parse_loop):
7152         * ext/wavpack/gstwavpackparse.h:
7153         Add support for encoding, parsing and decoding multichannel
7154         files with up to 8 channels. This also improves the robustness
7155         of parsing quite a bit.
7156
7157         * ext/wavpack/gstwavpackstreamreader.c:
7158         (gst_wavpack_stream_reader_read_bytes),
7159         (gst_wavpack_stream_reader_get_pos),
7160         (gst_wavpack_stream_reader_set_pos_abs),
7161         (gst_wavpack_stream_reader_set_pos_rel),
7162         (gst_wavpack_stream_reader_push_back_byte),
7163         (gst_wavpack_stream_reader_get_length),
7164         (gst_wavpack_stream_reader_can_seek),
7165         (gst_wavpack_stream_reader_write_bytes):
7166         Improve debugging.
7167
7168 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7169
7170         * ext/libpng/gstpngdec.c:
7171         * ext/libpng/gstpngdec.h:
7172           Don't release the png-memory from within the callback.
7173
7174 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7175
7176         Patch by: René Stadler <mail at renestadler dot de>
7177
7178         * ext/libpng/gstpngenc.c:
7179           Don't leak buffer data memory. Fixes #498395.
7180
7181 2007-11-20  Stefan Kost  <ensonic@users.sf.net>
7182
7183         Patch by: René Stadler <mail at renestadler dot de>
7184
7185         * tests/check/pipelines/simple-launch-lines.c:
7186           Tests for #498395.
7187
7188 2007-11-20  Julien MOUTTE  <julien@moutte.net>
7189
7190         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag),
7191         (gst_tag_lib_mux_adjust_event_offsets):
7192         * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension):
7193         * sys/osxaudio/Makefile.am:
7194         * sys/osxvideo/cocoawindow.h:
7195         * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5
7196
7197 2007-11-15  David Schleef  <ds@schleef.org>
7198
7199         * ext/cairo/gsttextoverlay.c:
7200           Change strcasecmp() to g_strcasecmp().  Fixes #497292.
7201
7202 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7203
7204         Patch by: Jordi Jaen Pallares <jordijp at gmail dot com>
7205
7206         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_class_init),
7207         (gst_rtp_mp2t_pay_init), (gst_rtp_mp2t_pay_finalize),
7208         (gst_rtp_mp2t_pay_flush), (gst_rtp_mp2t_pay_handle_buffer):
7209         * gst/rtp/gstrtpmp2tpay.h:
7210         Fill the MTU with as many packets as possible. Fixes #491323.
7211
7212 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7213
7214         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7215
7216         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
7217         Fix some more leaks. Fixes #497007.
7218
7219 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7220
7221         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7222
7223         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_free),
7224         (gst_rtspsrc_stream_configure_tcp):
7225         Fix 3 pad leaks. Fixes #496983.
7226
7227 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7228
7229         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7230
7231         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
7232         Fix small leak. Fixes #497017.
7233
7234 2007-11-15  Wim Taymans  <wim.taymans@gmail.com>
7235
7236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7237         (gst_qtdemux_prepare_current_sample),
7238         (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension),
7239         (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps):
7240         * gst/qtdemux/qtdemux_fourcc.h:
7241         * gst/qtdemux/qtdemux_types.c:
7242         Add suppport for theora in quicktime according to XiphQT.
7243
7244 2007-11-15  Edgard Lima  <edgard.lima@indt.org.br>
7245
7246         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
7247         (gst_v4l2src_init), (gst_v4l2src_set_property),
7248         (gst_v4l2src_get_property):
7249         * sys/v4l2/gstv4l2src.h:
7250         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7251           Always copy buffers by default (handle safer with bugged drivers)
7252           and added a property to make it possible to use mmap effectively (no
7253           copy if possible) when application wants to. Fixes: #480557.
7254
7255 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7256
7257         * gst/id3demux/id3tags.c:
7258         * gst/id3demux/id3tags.h:
7259         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
7260           We don't want the same string multiple times in a tag list for the
7261           same tag ever, for any tag, not just for GST_TAG_GENRE, so make sure
7262           this doesn't happen and remove special-case code for GST_TAG_GENRE.
7263
7264 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7265
7266         * ext/taglib/gstid3v2mux.cc: (add_musicbrainz_tag), (add_funcs):
7267           Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_CDDB_DISCID
7268           into ID3v2 TXXX frames (fixes #347848).
7269
7270 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7273           Don't leak sdp message contents (fixes #496773).
7274
7275         * gst/udp/gstudpsink.c: (gst_udpsink_finalize):
7276           Don't leak URI string.
7277
7278 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7279
7280         Patch by: Julien Puydt <julien dot puydt at laposte net>
7281
7282         * ext/raw1394/Makefile.am:
7283         * ext/raw1394/gst1394probe.c: (gst_1394_get_guid_array),
7284           (gst_1394_property_probe_get_properties),
7285           (gst_1394_property_probe_probe_property),
7286           (gst_1394_property_probe_needs_probe),
7287           (gst_1394_property_probe_get_values),
7288           (gst_1394_property_probe_interface_init),
7289           (gst_1394_type_add_property_probe_interface):
7290         * ext/raw1394/gst1394probe.h: (GST_1394_PROBE_H):
7291         * ext/raw1394/gstdv1394src.c: (_do_init), (gst_dv1394src_class_init),
7292           (gst_dv1394src_init), (gst_dv1394src_dispose),
7293           (gst_dv1394src_set_property), (gst_dv1394src_get_property),
7294           (gst_dv1394src_discover_avc_node), (gst_dv1394src_query),
7295           (gst_dv1394src_update_device_name):
7296         * ext/raw1394/gstdv1394src.h:
7297           Implement GstPropertyProbe interface and add "device-name" property,
7298           so applications can use this to probe for available devices in the
7299           same way they can already with v4lsrc and v4l2src (however horrible
7300           this property probe interface may be). Fixes #358841.
7301
7302 2007-11-14  Tim-Philipp Müller  <tim at centricular dot net>
7303
7304         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7305
7306         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
7307           (gst_rtspsrc_parse_range):
7308           Don't leak event, don't leak range (fixes #496752).
7309
7310 2007-11-14  Michael Smith <msmith@fluendo.com>
7311
7312         Patch by: Arek Korbik <arkadini@gmail.com>
7313
7314         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
7315           Detect RGBA/BGRA correctly on little endian systems.
7316
7317 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7318
7319         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
7320           If VIDIOC_ENUM_FRAMESIZES is defined (= recent kernel), but the
7321           corresponding ioctl() call fails even though the driver claims to
7322           support this format, just fall back to the pre-2.6.19 kernel
7323           routine that creates caps with suitable height and width ranges
7324           (see #448278).
7325
7326 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7327
7328         Patch by: Mark Nauwelaerts <manauw skynet be>
7329
7330         * gst/matroska/matroska-demux.c:
7331           (gst_matroska_demux_push_dvd_clut_change_event),
7332           (gst_matroska_demux_parse_blockgroup_or_simpleblock),
7333           (gst_matroska_demux_subtitle_caps):
7334         * gst/matroska/matroska-ids.h:
7335           Extract palette data for dvd subpicture streams and send it
7336           downstream as custom gstreamer dvd event (fixes #453417).
7337
7338 2007-11-13  Tim-Philipp Müller  <tim at centricular dot net>
7339
7340         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_font_init):
7341           Implement minimal parsing of the passed pango font description
7342           string, so passing a font size works the same as with the
7343           pango textoverlay plugin; fixes #455086.
7344           (Maybe we could just use pangocairo here at some point).
7345
7346 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7347
7348         * gst/avi/gstavidemux.c:
7349         * gst/wavparse/gstwavparse.c:
7350           Return the result in _activate_pull(). Don't ref element there.
7351
7352 2007-11-13  Stefan Kost  <ensonic@users.sf.net>
7353
7354         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
7355         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
7356         (gst_wavparse_srcpad_event):
7357           Ref the element when we should, but not when we its not needed. Reflow
7358           the event_handling to not leak the event.       
7359
7360 2007-11-12  Edward Hervey  <bilboed@bilboed.com>
7361
7362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7363         (qtdemux_parse_samples):
7364         Properly free QTDemuxSamples array.
7365         Protect table write with a sensible check, some files apparently DO contain
7366         stts values starting with 0 :(
7367
7368 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7369
7370         * gst/avi/gstavidemux.c:
7371         * gst/qtdemux/qtdemux.c:
7372           Drop QOS in _handle_src_event(). Fix the refcount in qtdemux that
7373           previous commit messed up.
7374
7375 2007-11-12  Stefan Kost  <ensonic@users.sf.net>
7376
7377         * gst/avi/gstavidemux.c:
7378         * gst/qtdemux/qtdemux.c:
7379           Sync _handle_src_event() with oggdemux. In avidemux also ref the
7380           element when we should, but not when we its not needed.
7381
7382 2007-11-08  Stefan Kost  <ensonic@users.sf.net>
7383
7384         * gst/wavparse/gstwavparse.c:
7385           Return FALSE if we can't handle a query instead of changing the
7386           format. Ignore fact when dealing with mpeg audio.
7387
7388 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
7389
7390         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
7391
7392         * configure.ac:
7393         * gst/udp/gstdynudpsink.c:
7394         * gst/udp/gstdynudpsink.h:
7395         * gst/udp/gstmultiudpsink.c:
7396         * gst/udp/gstmultiudpsink.h:
7397         * gst/udp/gstudpsink.c:
7398         * gst/udp/gstudpsink.h:
7399           Fix includes for MSVC and GLib-2.14.0 (#492388).
7400
7401         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
7402           No more pipe define since GLib-2.14.0, need to use _pipe() directly.
7403
7404 2007-11-02  Edward Hervey  <bilboed@bilboed.com>
7405
7406         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
7407         (gst_mulawdec_chain):
7408         * gst/law/mulaw-decode.h:
7409         Calculate outgoing buffer duration if incoming buffer didn't have a
7410         valid duration.
7411
7412 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
7413
7414         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
7415         (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
7416         Smarter combine_flow code that also deals with downstream elements
7417         returning UNEXPECTED when they receive data out of the segment
7418         boundaries. Fixes #491305.
7419
7420 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
7421
7422         * sys/v4l2/v4l2src_calls.c:
7423           Fix 'unused variable' compiler warning when compiling against
7424           older kernel headers.
7425
7426 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
7427
7428         * ext/taglib/gstid3v2mux.cc (add_funcs):
7429           Map new SORTNAME tags to ID3v2 TSOP, TSOA and TSOT frames (#414539).
7430
7431 2007-10-24  Stefan Kost  <ensonic@users.sf.net>
7432
7433         * tests/check/pipelines/simple-launch-lines.c:
7434            Improve the tests a little more.
7435
7436 2007-10-23  Zaheer Abbas Merali <zaheerabbas at merali dot org>
7437
7438         patch by: Yun Zheng Hu
7439
7440         * sys/osxaudio/gstosxaudiosrc.c:
7441         Use default input device instead of default output device and
7442         only memcpy actual available bytes.
7443
7444 2007-10-22  Edgard Lima  <edgard.lima@indt.org.br>
7445
7446         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
7447           Fixes "v4l2src ! queue ! xvimagesink". The queue ask for buffer too
7448           early. It is temporary until we find something better.
7449
7450 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7451
7452         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7453
7454         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved):
7455         Fix race when pausing a RTSP stream in interleaved.
7456         Fixes #475784.
7457
7458 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
7459
7460         Patch by: Peter Kjellerstedt <pkj at axis com>
7461
7462         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_finalize):
7463         Use correct unref function for buffers. #488844.
7464
7465 2007-10-19  Stefan Kost  <ensonic@users.sf.net>
7466
7467         * gst/avi/gstavimux.c:
7468         * tests/check/elements/avimux.c:
7469           Add some debug and sync tests with the fix.     
7470
7471 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7472
7473         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7474
7475         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7476         When the socket is used by the app for other purposes, don't generate an
7477         error if there is activaty on the socket that is not data related.
7478         Fixes #487488.
7479
7480 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7481
7482         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_finalize),
7483         (gst_v4l2src_grab_frame):
7484         Add some more debug info. Generate an error when we run out of buffers
7485         for some reason. See #480557.
7486
7487 2007-10-18  Wim Taymans  <wim.taymans@gmail.com>
7488
7489         Patch by: Anders Skargren <anders dot skargren at axis dot com>
7490
7491         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
7492         Set marker bit correctly.
7493
7494 2007-10-17  Wim Taymans  <wim.taymans@gmail.com>
7495
7496         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
7497         Use allowed name for the GstStructure.
7498
7499 2007-10-17  Tim-Philipp Müller  <tim at centricular dot net>
7500
7501         * ext/gconf/gstswitchsink.c:
7502         * gst/autodetect/gstautoaudiosink.c:
7503           Use new gst_bus_pop_filtered().
7504
7505 2007-10-13  Tim-Philipp Müller  <tim at centricular dot net>
7506
7507         * sys/v4l2/gstv4l2src.c:
7508         * sys/v4l2/v4l2src_calls.c:
7509           When probing the formats and sizes a camera supports, make
7510           sure the best ones (highest resolution, prefered format)
7511           end up at the beginning of the probed caps and the less
7512           desirable ones at the end.  This is important because the
7513           order within the caps matters for things like fixation and
7514           negotiation, ie. what format is chosen in the end.
7515           With recent kernels, the current probing code will end up
7516           querying the supported sizes from lowest resolution to
7517           highest resolution, adding them to the probed caps in that
7518           order, resulting to v4l2src fixating to the lowest possible
7519           resolution if downstream does not express a size preference.
7520           Also make up a somewhat random ranking of prefered output
7521           formats for the same reason. Fixes #485828.
7522         
7523 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7524
7525         Based on patch by: Jason Kivlighn  <jkivlighn gmail com>
7526
7527         * gst/id3demux/id3v2frames.c:
7528           Extract license/copyright URIs from ID3v2 WCOP frames
7529           (Fixes #447000).
7530
7531         * tests/check/elements/id3demux.c:
7532         * tests/files/Makefile.am:
7533         * tests/files/id3-447000-wcop.tag:
7534           Add simple unit test.
7535
7536 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         * ext/taglib/gstid3v2mux.cc:
7539           Add support for license/copyright URI tags (ID3v2 WCOP frame).
7540           Prerequisite for #447000.
7541
7542 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
7543
7544         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush):
7545         Fix compiler warning by using GST_CLOCK_TIME_NONE to initialise
7546         a GstClockTime.
7547
7548 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7549
7550         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7551         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
7552         (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp),
7553         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play),
7554         (gst_rtspsrc_change_state):
7555         More seeking fixes, mostly passing around the new playback segment in
7556         order to configure it properly.
7557         Also reset base_time of udp sources when setting them back to PLAYING as
7558         a temporary hack until core supports seek in live sources properly.
7559
7560 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
7561
7562         * gst/rtp/gstrtpmp4adepay.c:
7563         Fix caps as to not confuse autopluggers.
7564
7565 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7566
7567         * gst/id3demux/gstid3demux.c:
7568         * gst/id3demux/gstid3demux.h:
7569         * gst/id3demux/id3tags.c:
7570         * gst/id3demux/id3tags.h:
7571         * gst/id3demux/id3v2frames.c:
7572           Port ID3 tag demuxer over to the new GstTagDemux in -base
7573           (now would be a good time to test re-importing your music
7574           collection).
7575
7576 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
7577
7578         * gst/apetag/Makefile.am:
7579         * gst/apetag/gstapedemux.c:
7580         * gst/apetag/gstapedemux.h:
7581         * gst/apetag/gsttagdemux.c:
7582         * gst/apetag/gsttagdemux.h:
7583           Port APE tag demuxer over to the new GstTagDemux in -base.
7584
7585 2007-10-05  Wim Taymans  <wim.taymans@gmail.com>
7586
7587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
7588         (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event),
7589         (gst_rtspsrc_handle_internal_src_query),
7590         (gst_rtspsrc_handle_src_query), (new_session_pad),
7591         (gst_rtspsrc_stream_configure_tcp),
7592         (gst_rtspsrc_stream_configure_transport),
7593         (gst_rtspsrc_loop_send_cmd):
7594         Improve flushing behaviour.
7595         Set state of the udp sources to PAUSE/PLAYING correctly.
7596         Handle events and queries for UDP and TCP transport now.
7597
7598 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7599
7600         * gst/rtp/gstrtpgsmdepay.c:
7601         * gst/rtp/gstrtpgsmpay.c:
7602           Add log category.
7603
7604 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
7605
7606         Patch by: Timo Hotti <Timo.Hotti@sysopendigia.com>
7607
7608         * tests/check/Makefile.am:
7609         * tests/check/pipelines/simple-launch-lines.c:
7610           Add unit tests for payloaders/depayloaders.
7611
7612 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7613
7614         * gst/avi/gstavimux.c:
7615         * gst/avi/gstavimux.h:
7616           Also save codec data for audio streams. Fixes #482495.
7617
7618 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
7619
7620         * gst/avi/gstavimux.c:
7621           Fix "Index entry has invalid stream nr 1".
7622           Add support for muxing aac - work in progress (see #482495).
7623
7624 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7625
7626         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
7627         (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
7628         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7629         * gst/rtsp/gstrtspsrc.h:
7630         Parse bandwidth modifiers, they are not yet configured in the session
7631         manager because we don't have an API for that yet.
7632
7633 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
7634
7635         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
7636         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
7637         Use shiny new function in -base to get the default clock-rate.
7638         Update some docs.
7639
7640 2007-09-29  Sebastien Moutte  <sebastien@moutte.net>
7641
7642         * win32/MANIFEST:
7643         Add files to win32 manifest.
7644         * win32/vs6/libgstaudiofx.dsp:
7645         * win32/vs6/libgstqtdemux.dsp:
7646         * win32/vs6/libgstrtp.dsp:
7647         * win32/vs6/libgstrtsp.dsp:
7648         Update project files.
7649
7650 2007-09-28  Wim Taymans  <wim.taymans@gmail.com>
7651
7652         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
7653         (gst_rtspsrc_play):
7654         * gst/rtsp/gstrtspsrc.h:
7655         In TCP mode, only timestamp the first buffer. TCP is not real time and
7656         it does not make sense to try to skew compensate, also some servers send
7657         the first batch of data in a burst.
7658
7659 2007-09-27  Tim-Philipp Müller  <tim at centricular dot net>
7660
7661         * gst/matroska/matroska-demux.c:
7662           Fix setting the discont flag on the first buffer
7663           pushed downstream for formats with private codec
7664           data that needs to be deserialised into buffers
7665           (such as vorbis and FLAC when in a matroska container).
7666
7667 2007-09-27  Wim Taymans  <wim.taymans@gmail.com>
7668
7669         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
7670
7671         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
7672         (gst_rtp_mp4v_pay_finalize), (gst_rtp_mp4v_pay_flush),
7673         (gst_rtp_mp4v_pay_handle_buffer):
7674         * gst/rtp/gstrtpmp4vpay.h:
7675         Free the config string. Fixes #480707.
7676         Clean up the timestamp code a little.
7677
7678 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7679
7680         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7681         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_loop_interleaved),
7682         (gst_rtspsrc_loop_udp), (gst_rtspsrc_close):
7683         * gst/rtsp/gstrtspsrc.h:
7684         Set timestamps on RTP buffers in interleaved mode.
7685         Mark first buffers with a DISCONT.
7686         Remove flush hack now that sync for live sources has been figured out.
7687
7688 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7689
7690         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
7691         Update documentation.
7692
7693 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
7694
7695         * gst/qtdemux/gstrtpxqtdepay.c: (gst_rtp_xqt_depay_process),
7696         (gst_rtp_xqt_depay_change_state):
7697         * gst/qtdemux/gstrtpxqtdepay.h:
7698         Fail if we don't know the quicktime format.
7699
7700 2007-09-26  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         * ext/flac/gstflacenc.c:
7703         * ext/flac/gstflacenc.h:
7704           Save the flow return from the last gst_pad_push() and
7705           make sure we pass the right flow return value upstream
7706           in the case of failure; minor clean-ups.
7707
7708 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7709
7710         * ext/taglib/gstapev2mux.cc:
7711         * ext/taglib/gstid3v2mux.cc:
7712         * gst/apetag/gstapedemux.c:
7713           Add support for the new GST_TAG_COMPOSER (#459809).
7714
7715 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7716
7717         * gst/law/alaw-decode.c:
7718         * gst/law/alaw-decode.h:
7719         * gst/law/alaw-encode.c:
7720         * gst/law/alaw-encode.h:
7721         * gst/law/alaw.c:
7722         * gst/law/mulaw-conversion.h:
7723           Compulsive clean-ups: use boilerplate macros, add debug
7724           categories, fix up things to conform to symbol nomenklatura,
7725           etc.
7726
7727 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
7728
7729         Based on patch by: Laurent Glayal  <spglegle yahoo fr>
7730
7731         * gst/law/alaw-decode.c:
7732         * gst/law/alaw-encode.c:
7733           Use static tables for A-Law decoding and encoding; this makes
7734           A-Law decoding and encoding less CPU-intensive, but increases
7735           the binary size a bit. Leaving old code around for now,
7736           selectable by a define in the code. Fixes #435435.
7737
7738 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7739
7740         * configure.ac:
7741         Use AG_GST_ARG_WITH_PLUGINS, AG_GST_ARG_ENABLE_EXTERNAL and
7742         AG_GST_ARG_ENABLE_EXPERIMENTAL instead of duplicating those macros
7743         in configure.ac.
7744
7745 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
7746
7747         Patch by: Jan Gerber <j at bootlab dot org>
7748
7749         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
7750         Add fourccs for MPEG2 HDV streams. Fixes #479960.
7751
7752 2007-09-23  Stefan Kost  <ensonic@users.sf.net>
7753
7754         * sys/oss/gstosshelper.c:
7755           Use GST_WARNING instead of a g_critical. This situation is not caused
7756           by the application.
7757
7758 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7759
7760         * po/LINGUAS:
7761         * po/nl.po:
7762           Updated translations.
7763
7764 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7765
7766         translated by: Mikel Olasagasti <hey_neken@mundurat.net>
7767
7768         * po/eu.po:
7769           Added Basque translation.
7770
7771 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7772
7773         translated by: Abel Cheung <abelcheung@gmail.com>
7774
7775         * po/zh_HK.po:
7776         * po/zh_TW.po:
7777           Added Chinese (traditional and Hong Kong) translation.
7778
7779 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7780
7781         translated by: Jakub Bogusz <qboosh@pld-linux.org>
7782
7783         * po/pl.po:
7784           Added Polish translation.
7785
7786 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7787
7788         translated by: Ilkka Tuohela <hile@iki.fi>
7789
7790         * po/fi.po:
7791           Added Finnish translation.
7792
7793 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7794
7795         translated by: Jorge González González <aloriel@gmail.com>
7796
7797         * po/es.po:
7798           Added Spanish translation.
7799
7800 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7801
7802         translated by: Mogens Jaeger <mogens@jaeger.tf>
7803
7804         * po/da.po:
7805           Added Danish translation.
7806
7807 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7808
7809         translated by: Funda Wang <fundawang@linux.net.cn>
7810
7811         * po/zh_CN.po:
7812           Added Chinese (simplified) translation.
7813
7814 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
7815
7816         translated by: Alexander Shopov <ash@contact.bg>
7817
7818         * po/bg.po:
7819           Added Bulgarian translation.
7820
7821 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
7822
7823         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_process):
7824         Set outgoing packet duration because we can. Fixes #478244 some more.
7825
7826 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
7827
7828         * ext/cairo/gsttextoverlay.c:
7829           Add info about static leak.
7830         
7831         * tests/check/Makefile.am:
7832         * tests/check/generic/states.c:
7833           Improved state change unit test.
7834
7835 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
7836
7837         * docs/plugins/.cvsignore:
7838         * tests/check/.cvsignore:
7839           Ignore registries in any format.
7840
7841 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
7842
7843         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_handle_buffer):
7844         Removed some unused code.
7845
7846         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
7847         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_handle_buffer):
7848         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_handle_buffer):
7849         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_handle_buffer):
7850         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_init_packet),
7851         (gst_rtp_theora_pay_flush_packet):
7852         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_flush_packet):
7853         Try to preserve the incomming buffer duration on the outgoing
7854         packets. Fixes #478244.
7855
7856 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7857
7858         * ext/taglib/gstapev2mux.cc:
7859         * ext/taglib/gstid3v2mux.cc:
7860           Work around compiler warnings with g++-4.2 when assigning a
7861           string constant to a gchar * (partially fixes #478092).
7862
7863 2007-09-18  Tim-Philipp Müller  <tim at centricular dot net>
7864
7865         * configure.ac:
7866           We require core CVS now for gst_base_src_set_do_timestamp().
7867
7868 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
7869
7870         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init):
7871         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
7872         (new_session_pad), (request_pt_map), (gst_rtspsrc_do_stream_eos),
7873         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
7874         (gst_rtspsrc_handle_message):
7875         Fix compiler warnings shown with Forte.
7876
7877 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7878
7879         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams),
7880         (gst_rtspsrc_dup_printf):
7881         Give meaningfull error when all streams failed to configure for some
7882         reason.
7883
7884 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
7885
7886         * gst/rtp/README:
7887         Update README with the design for synchronisation rules of RTP on
7888         sender and receiver.
7889
7890 2007-09-14  Sebastian Dröge  <slomo@circular-chaos.org>
7891
7892         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop),
7893         (gst_wavparse_chain):
7894         Don't push EOS from the chain function, the element
7895         driving the pipeline is responsible for this. The bug
7896         this was meant to fix seems to be queue not forwarding
7897         EOS in all cases (see #476514).
7898
7899 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
7900
7901         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_start),
7902         (gst_level_transform_ip):
7903         * gst/level/gstlevel.h:
7904         Use basetransform segment so that it is correctly managed on flushes and
7905         start/stop.
7906         Report message timestamp as stream time, which is what an application
7907         can understand.
7908
7909 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7910
7911         * ext/taglib/gstapev2mux.cc:
7912         * ext/taglib/gstapev2mux.h:
7913         * ext/taglib/gsttaglibmux.c:
7914         * tests/check/elements/apev2mux.c:
7915         Update my mail address.
7916
7917 2007-09-13  Sebastian Dröge  <slomo@circular-chaos.org>
7918
7919         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_eos),
7920         (gst_wavparse_loop), (gst_wavparse_chain):
7921         Add EOS logic for the push-based mode too. Fixes #476514.
7922
7923 2007-09-12  Wim Taymans  <wim.taymans@gmail.com>
7924
7925         * gst/law/alaw-encode.c: (gst_alawenc_init), (gst_alawenc_chain):
7926         * gst/law/alaw-encode.h:
7927         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
7928         (gst_mulawenc_chain):
7929         * gst/law/mulaw-encode.h:
7930         Fix law encoder timestamps.
7931
7932 2007-09-12  Stefan Kost  <ensonic@users.sf.net>
7933
7934         * ext/gconf/gstgconfaudiosink.c:
7935           Fix warning when building without debug.
7936
7937         * sys/oss/gstossmixertrack.c:
7938           Use const like in alsamixertrack.c (fixes warnings).
7939
7940 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
7941
7942         * sys/v4l2/v4l2src_calls.c:
7943         (gst_v4l2src_probe_caps_for_format_and_size):
7944         Fix framerate detection code some more.
7945         Handle the case where there is a weird step in the stepwise framerates.
7946         Don't overwrite the min interval with the framerate, use a temp variable
7947         instead.
7948         Use max in the Continuous framerate intervals instead of step, which is
7949         1 according to the docs. Fixes #475424.
7950
7951 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
7952
7953         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):
7954         Make udpsrc timestamp outgoing buffers based on when they were received.
7955         Also make it output a segment in time.
7956
7957 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
7958
7959         * gst/avi/gstavidemux.c:
7960           Plug a little leak. Little code cleanups.
7961
7962 2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>
7963
7964         * configure.ac:
7965           Use AC_TRY_COMPILE instead of AC_TRY_RUN to check for old
7966           flac versions, 's good for cross-compilation karma.
7967
7968 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
7969
7970         Patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
7971
7972         * gst/rtp/gstrtph263pay.c:
7973           Fix up header structure so that compilers don't add padding
7974           between the structure fields, since that would lead to us
7975           sending RTP packets with broken headers (as is currently the
7976           case when compiling with MSVC). Also see similar fixes in
7977           libgstrtp in gst-plugins-base. (#474616; #471194)
7978
7979 2007-09-07  Wim Taymans  <wim.taymans@gmail.com>
7980
7981         * sys/v4l2/v4l2src_calls.c:
7982         (gst_v4l2src_probe_caps_for_format_and_size):
7983         Don't overwrite our GValue with 0 but instead use the previously
7984         computed value. Fixes #471823 some more.
7985
7986 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7987
7988         * docs/plugins/gst-plugins-good-plugins.hierarchy:
7989           No tabs in this file please, or gtk-doc will end up documenting
7990           rather absurd class hierarchies.
7991
7992 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
7993
7994         * ext/gconf/gstswitchsink.c:
7995           If the new kid element fails to change state for some reason
7996           (e.g. esdsink not being able to connect to the sound server),
7997           forward the error message it posted on the bus instead of just
7998           posting a generic 'Internal state change error: please file a
7999           bug' error message. Fixes #471364.
8000
8001 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8002
8003         * gst/qtdemux/Makefile.am:
8004         * gst/qtdemux/qtdemux.c:
8005           Don't assume tags are encoded as UTF-8 (#473670).
8006
8007 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8008
8009         * sys/v4l2/gstv4l2src.c:
8010         * sys/v4l2/gstv4l2src.h:
8011         * sys/v4l2/v4l2src_calls.c:
8012           Implement LATENCY queries in the crudest way possible so I don't
8013           have to use sync=false any longer when testing with videosinks.
8014
8015 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
8016
8017         * configure.ac:
8018           Fix build.
8019
8020 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8021
8022         * sys/v4l2/v4l2src_calls.c:
8023         (gst_v4l2src_probe_caps_for_format_and_size):
8024         Add some more debugging in the framerate function.
8025         Iterate stepwise framerate up to and _including_ the max and if nothing
8026         was added to the list, add a dummy 0/1 to 100/1 framerate so that we
8027         don't end up with an empty list. Fixes #471823
8028
8029 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8030
8031         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8032         (gst_multiudpsink_set_clients_string),
8033         (gst_multiudpsink_get_clients_string),
8034         (gst_multiudpsink_set_property), (gst_multiudpsink_get_property),
8035         (gst_multiudpsink_init_send), (gst_multiudpsink_add_internal),
8036         (gst_multiudpsink_add), (gst_multiudpsink_clear_internal),
8037         (gst_multiudpsink_clear):
8038         Add property do configure destination address/port pairs
8039         API:GstMultiUDPSink::clients
8040
8041 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8042
8043         * tests/examples/Makefile.am:
8044         * tests/examples/rtp/Makefile.am:
8045         * tests/examples/rtp/client-H263p-AMR.sh:
8046         * tests/examples/rtp/client-H263p-PCMA.sdp:
8047         * tests/examples/rtp/client-H263p-PCMA.sh:
8048         * tests/examples/rtp/client-H264-PCMA.sdp:
8049         * tests/examples/rtp/client-H264-PCMA.sh:
8050         * tests/examples/rtp/client-PCMA.sh:
8051         * tests/examples/rtp/server-VTS-H263p-ATS-PCMA.sh:
8052         * tests/examples/rtp/server-alsasrc-PCMA.sh:
8053         * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh:
8054         * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh:
8055         Added some RTP example scripts for sending and receiving RTP streams.
8056
8057 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
8058
8059         * sys/v4l2/gstv4l2src.c: (gst_v4l2_get_caps_info),
8060         (gst_v4l2src_set_caps), (gst_v4l2src_get_mmap):
8061         Restructure the setcaps function so that we can also compute the
8062         expected GStreamer output size of the video frames.
8063         Set frame_byte_size correctly so that read-based devices have a chance
8064         of working correctly.
8065         When grabbing a frame, discard frames that are not of the expected size.
8066         Some cameras don't output the right framesize for the first buffer.
8067         Try only a couple of times to get a valid frame, else error out.
8068
8069         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
8070         (gst_v4l2_fill_lists), (gst_v4l2_get_input):
8071         Add some more debug info when scanning the device.
8072
8073         * sys/v4l2/v4l2src_calls.c: (gst_v4l2_buffer_new),
8074         (gst_v4l2_buffer_pool_new), (gst_v4l2_buffer_pool_activate),
8075         (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame),
8076         (gst_v4l2src_set_capture), (gst_v4l2src_capture_init):
8077         Add some more debug info when dequeing a frame.
8078
8079 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8080
8081         * gst/wavparse/gstwavparse.c:
8082           More code cleanups. Add some more comment and improve debugs logs.
8083
8084 2007-09-04  Stefan Kost  <ensonic@users.sf.net>
8085
8086         * gst/wavparse/gstwavparse.c:
8087         * gst/wavparse/gstwavparse.h:
8088           Implement seek-query. Refactor duration calculations. Appropriate use
8089           of uint64_scale_int and uint64_scale. Move repeadedly calculated stuff
8090           out of loops.
8091
8092 2007-09-03  Stefan Kost  <ensonic@users.sf.net>
8093
8094         * gst/avi/gstavidemux.c:
8095           Implement seek-query.
8096
8097 2007-08-29  Wim Taymans  <wim.taymans@gmail.com>
8098
8099         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_udp_sink),
8100         (gst_rtspsrc_dup_printf):
8101         Use new basesink async property to make sparse RTCP packet not wait for
8102         preroll.
8103
8104 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
8105
8106         * gst/audiofx/Makefile.am:
8107         Dist the right file.
8108
8109 2007-08-23  Wim Taymans  <wim.taymans@gmail.com>
8110
8111         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_dup_printf),
8112         (gst_rtspsrc_get_float), (gst_rtspsrc_play):
8113         Make sure we generate and parse floating point values in the POSIX
8114         locale instead of the current locale. 
8115
8116 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
8117
8118         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
8119         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
8120         (gst_rtspsrc_play):
8121         * gst/rtsp/gstrtspsrc.h:
8122         Fix method detection again.
8123         Keep track of when we must send a Range header.
8124         Use segment values for Range, Speed and Scale headers.
8125         Parse Speed and Scale headers to update the segment values.
8126
8127 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
8128
8129         patch by: Mark Nauwelaerts <manauw@skynet.be>
8130
8131         * sys/v4l2/v4l2src_calls.c:
8132           Handle optional v4l2 ioctls gracefully.
8133
8134 2007-08-20  Wim Taymans  <wim.taymans@gmail.com>
8135
8136         * gst/rtp/Makefile.am:
8137         * gst/rtp/gstrtp.c: (plugin_init):
8138         * gst/rtp/gstrtph263depay.c: (gst_rtp_h263_depay_base_init),
8139         (gst_rtp_h263_depay_class_init), (gst_rtp_h263_depay_init),
8140         (gst_rtp_h263_depay_finalize), (gst_rtp_h263_depay_setcaps),
8141         (gst_rtp_h263_depay_process), (gst_rtp_h263_depay_set_property),
8142         (gst_rtp_h263_depay_get_property),
8143         (gst_rtp_h263_depay_change_state),
8144         (gst_rtp_h263_depay_plugin_init):
8145         * gst/rtp/gstrtph263depay.h:
8146         Added an H263 depayloader. Fixes #369392.
8147
8148         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
8149         (gst_rtp_h263p_depay_process):
8150         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
8151         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_flush):
8152         Make the H263+ pay/depayloader support H263-1998 and H263-2000
8153         payloads.
8154         Also alow plain H263 on the h263p payloaders. Fixes #465040.
8155
8156 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8157
8158         * gst/audiofx/audiochebyshevfreqband.c:
8159         * gst/audiofx/audiochebyshevfreqlimit.c:
8160         Add small comparision with the windowed sinc filters in the docs.
8161
8162 2007-08-19  Sebastian Dröge  <slomo@circular-chaos.org>
8163
8164         * tests/check/elements/audiochebyshevfreqband.c: (GST_START_TEST),
8165         (audiochebyshevfreqband_suite):
8166         * tests/check/elements/audiochebyshevfreqlimit.c: (GST_START_TEST),
8167         (audiochebyshevfreqlimit_suite):
8168         Also test 32 bit float mode and the type 2 variants of the filters.
8169
8170 2007-08-18  Wim Taymans  <wim.taymans@gmail.com>
8171
8172         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved),
8173         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8174         (gst_rtspsrc_loop):
8175         Refactor the udp and interleaved loop function a bit.
8176
8177 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8178
8179         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8180         (gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
8181         (gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
8182         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8183         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8184         (gst_rtspsrc_try_send), (gst_rtspsrc_pause):
8185         * gst/rtsp/gstrtspsrc.h:
8186         Protect connection activity with a new lock, avoids deadlocks when going
8187         to PAUSED. Fixes #455808.
8188
8189 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8190
8191         * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop):
8192         Fix debug statement.
8193
8194 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8195
8196         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_stream_eos):
8197         Fix stray %u in debug line as spotted by Saur on IRC.
8198
8199 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
8200
8201         * gst/audiofx/audiochebyshevfreqband.c:
8202         (gst_audio_chebyshev_freq_band_class_init):
8203         * gst/audiofx/audiochebyshevfreqlimit.c:
8204         (gst_audio_chebyshev_freq_limit_class_init):
8205         Use generator macros for the process functions for the different
8206         sample types, add lower upper boundaries for the GObject properties
8207         so automatically generated UIs can use sliders and add a note about
8208         the number of poles as a too high number of poles combined with
8209         very low or very high frequencies will produce only noise.
8210         * docs/plugins/gst-plugins-good-plugins.args:
8211         Regenerated for the property changes.
8212
8213 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8214
8215         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_property),
8216         (gst_rtspsrc_flush), (gst_rtspsrc_sink_chain),
8217         (gst_rtspsrc_stream_configure_udp_sink),
8218         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_interleaved),
8219         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
8220         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8221         (gst_rtspsrc_parse_methods), (gst_rtspsrc_parse_range),
8222         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_pause),
8223         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8224         * gst/rtsp/gstrtspsrc.h:
8225         Improve timeout handling.
8226         Use the same socket for sending and receiving RTCP packets so that some
8227         servers can track clients better.
8228         Improve connection closed handling. Try to reconnect.
8229         Don't overwrite our content base with NULL.
8230         Improve debugging.
8231         Improve range parsing and handling.
8232         Remove flushing hack now that core does the right thing.
8233
8234 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
8235
8236         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
8237         (gst_multiudpsink_init), (gst_multiudpsink_set_property),
8238         (gst_multiudpsink_get_property), (gst_multiudpsink_init_send),
8239         (gst_multiudpsink_close), (gst_multiudpsink_add):
8240         * gst/udp/gstmultiudpsink.h:
8241         Add support for getting and setting the socket to use.
8242
8243         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
8244         (gst_udpsrc_create), (gst_udpsrc_get_property):
8245         Add support for getting the currently used socket.
8246
8247 2007-08-16  Sebastian Dröge  <slomo@circular-chaos.org>
8248
8249         reviewed by: Stefan Kost  <ensonic@users.sf.net>
8250
8251         * gst/audiofx/Makefile.am:
8252         * gst/audiofx/audiochebyshevfreqband.c:
8253         (gst_audio_chebyshev_freq_band_mode_get_type),
8254         (gst_audio_chebyshev_freq_band_base_init),
8255         (gst_audio_chebyshev_freq_band_dispose),
8256         (gst_audio_chebyshev_freq_band_class_init),
8257         (gst_audio_chebyshev_freq_band_init),
8258         (generate_biquad_coefficients), (calculate_gain),
8259         (generate_coefficients),
8260         (gst_audio_chebyshev_freq_band_set_property),
8261         (gst_audio_chebyshev_freq_band_get_property),
8262         (gst_audio_chebyshev_freq_band_setup), (process), (process_64),
8263         (process_32), (gst_audio_chebyshev_freq_band_transform_ip),
8264         (gst_audio_chebyshev_freq_band_start):
8265         * gst/audiofx/audiochebyshevfreqband.h:
8266         * gst/audiofx/audiochebyshevfreqlimit.c:
8267         (gst_audio_chebyshev_freq_limit_mode_get_type),
8268         (gst_audio_chebyshev_freq_limit_base_init),
8269         (gst_audio_chebyshev_freq_limit_dispose),
8270         (gst_audio_chebyshev_freq_limit_class_init),
8271         (gst_audio_chebyshev_freq_limit_init),
8272         (generate_biquad_coefficients), (calculate_gain),
8273         (generate_coefficients),
8274         (gst_audio_chebyshev_freq_limit_set_property),
8275         (gst_audio_chebyshev_freq_limit_get_property),
8276         (gst_audio_chebyshev_freq_limit_setup), (process), (process_64),
8277         (process_32), (gst_audio_chebyshev_freq_limit_transform_ip),
8278         (gst_audio_chebyshev_freq_limit_start):
8279         * gst/audiofx/audiochebyshevfreqlimit.h:
8280         * gst/audiofx/audiofx.c: (plugin_init):
8281         Add Chebyshev lowpass/highpass and bandpass/bandreject elements.
8282         Fixes #464800.
8283
8284         * tests/check/Makefile.am:
8285         * tests/check/elements/.cvsignore:
8286         * tests/check/elements/audiochebyshevfreqband.c:
8287         (setup_audiochebyshevfreqband), (cleanup_audiochebyshevfreqband),
8288         (GST_START_TEST), (audiochebyshevfreqband_suite), (main):
8289         * tests/check/elements/audiochebyshevfreqlimit.c:
8290         (setup_audiochebyshevfreqlimit), (cleanup_audiochebyshevfreqlimit),
8291         (GST_START_TEST), (audiochebyshevfreqlimit_suite), (main):
8292         Add unit tests for the chebyshev filters.
8293
8294         * docs/plugins/Makefile.am:
8295         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8296         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8297         * docs/plugins/gst-plugins-good-plugins.args:
8298         * docs/plugins/inspect/plugin-1394.xml:
8299         * docs/plugins/inspect/plugin-audiofx.xml:
8300         * docs/plugins/inspect/plugin-dv.xml:
8301         * docs/plugins/inspect/plugin-flac.xml:
8302         * docs/plugins/inspect/plugin-jpeg.xml:
8303         * docs/plugins/inspect/plugin-png.xml:
8304         * docs/plugins/inspect/plugin-rtp.xml:
8305         * docs/plugins/inspect/plugin-shout2send.xml:
8306         * docs/plugins/inspect/plugin-wavpack.xml:
8307         And add docs for the chebyshev filters. While doing
8308         that also run make update in docs/plugins.
8309
8310 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8311
8312         * ext/annodex/gstcmmltag.c:
8313         * gst/rtp/gstrtpvorbispay.c:
8314           Make ro memory to share.
8315
8316 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8317
8318         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
8319         Improve UDP performance by avoiding a select() when we have data
8320         available immediatly.
8321
8322 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
8323
8324         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_VOID__UINT_UINT),
8325         (gst_rtp_dec_class_init):
8326         * gst/rtsp/gstrtpdec.h:
8327         Add (dummy) SSRC management signals.
8328
8329         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
8330         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
8331         (find_stream), (gst_rtspsrc_create_stream), (new_session_pad),
8332         (request_pt_map), (gst_rtspsrc_do_stream_eos), (on_bye_ssrc),
8333         (on_timeout), (gst_rtspsrc_stream_configure_manager),
8334         (gst_rtspsrc_stream_push_event), (gst_rtspsrc_push_event),
8335         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_rtpinfo),
8336         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
8337         * gst/rtsp/gstrtspsrc.h:
8338         Add connection-speed property.
8339         Add find_stream helper functions.
8340         Handle stream EOS based on BYE messages or SSRC timeout.
8341         Returns SUCCESS from the state change function as we hide our async
8342         elements from the parent.
8343
8344 2007-08-16  Stefan Kost  <ensonic@users.sf.net>
8345
8346         * gst/debug/rndbuffersize.c:
8347           Fix da leak.
8348
8349 2007-08-14  Stefan Kost  <ensonic@users.sf.net>
8350
8351         * gst/debug/Makefile.am:
8352         * gst/debug/breakmydata.c:
8353         * gst/debug/gstdebug.c:
8354         * gst/debug/negotiation.c:
8355         * gst/debug/progressreport.c:
8356         * gst/debug/rndbuffersize.c:
8357         * gst/debug/testplugin.c:
8358           Add new test element and clean-up the others a little.
8359
8360 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
8361
8362         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8363         Fix parsing of mp4a version 0 atoms. Fixes #465774.
8364
8365 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
8366
8367         * gst/rtp/gstrtpilbcdepay.c:
8368           Include stdlib.
8369
8370 2007-08-10  Wim Taymans  <wim.taymans@gmail.com>
8371
8372         * gst/rtp/gstrtpmpvdepay.c:
8373         Set the mpegversion in the caps so that autoplugging does not get
8374         confused.
8375
8376 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8377
8378         * po/hu.po:
8379         * po/uk.po:
8380         * po/vi.po:
8381           Updated translations.
8382
8383 2007-08-08  Michael Smith <msmith@fluendo.com>
8384
8385         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
8386           Render right border in the correct location.
8387
8388 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
8389
8390         Patch by: Olivier Crete <tester at tester dot ca>
8391
8392         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
8393         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8394         Make mode property a string. Fixes #464475.
8395
8396 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8397
8398         * ext/flac/gstflacenc.c:
8399           Widen caps to match decoder a bit and add more FIXMEs.
8400
8401 2007-08-05  Stefan Kost  <ensonic@users.sf.net>
8402
8403         patch by: Mark Nauwelaerts <manauw@skynet.be>
8404
8405         * gst/avi/gstavimux.c:
8406           Fix ODML index tag numbering. Fixes #463624.
8407
8408 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
8409
8410         * gst/rtsp/gstrtspsrc.c: (get_default_rate_for_pt),
8411         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8412         (gst_rtspsrc_stream_configure_tcp),
8413         (gst_rtspsrc_stream_configure_udp_sink):
8414         Fix default clock-rate for realmedia.
8415         Fix parsing of transport.
8416         Don't try to link NULL pads.
8417
8418 2007-07-30  Tim-Philipp Müller  <tim at centricular dot net>
8419
8420         * po/POTFILES.skip:
8421           Add POTFILES.skip with list of source files that aren't disted at the
8422           moment but contain translatable strings. Should hopefully pacify
8423           broken tools and make it clearer that these files are left out
8424           intentionally (#461600).
8425
8426 2007-07-30  Edward Hervey  <bilboed@bilboed.com>
8427
8428         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_state_movie):
8429         If the buffer was entirely clipped ... don't try sending it :)
8430
8431 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8432
8433         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams),
8434         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_parse_methods),
8435         (gst_rtspsrc_create_transports_string),
8436         (gst_rtspsrc_prepare_transports):
8437         If we don't hav a session manager, set the caps on outgoing buffers
8438         ourselves.
8439         Force PAUSE/PLAY methods for now until the extensions can overwrite.
8440         Append final bit of the transport string even when it does not contain a
8441         placeholder.
8442
8443 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8444
8445         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_free),
8446         (gst_rtsp_ext_list_connect):
8447         * gst/rtsp/gstrtspext.h:
8448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
8449         (gst_rtspsrc_finalize), (gst_rtspsrc_send_cb):
8450         Clean up the interface list.
8451         Allow connecting to interface signals for the extensions.
8452         Remove old extension code.
8453         Free list on cleanup.
8454         Allow extensions to send additional RTSP messages.
8455
8456 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
8457
8458         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
8459         Handle a NULL gconf key gracefully by rendering the default element.
8460
8461 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
8462
8463         * gst/rtsp/gstrtspext.h:
8464         Fix include path for extension interface.
8465
8466 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8467
8468         * gst/audiofx/audioamplify.h:
8469         Also remove a now unecessary variable here.
8470
8471 2007-07-26  Sebastian Dröge  <slomo@circular-chaos.org>
8472
8473         * gst/audiofx/audioamplify.c: (gst_audio_amplify_init),
8474         (gst_audio_amplify_setup), (gst_audio_amplify_transform_ip):
8475         * gst/audiofx/audiodynamic.c:
8476         (gst_audio_dynamic_set_process_function), (gst_audio_dynamic_init),
8477         (gst_audio_dynamic_setup), (gst_audio_dynamic_transform_ip):
8478         * gst/audiofx/audiodynamic.h:
8479         * gst/audiofx/audioinvert.c: (gst_audio_invert_init),
8480         (gst_audio_invert_setup), (gst_audio_invert_transform_ip):
8481         * gst/audiofx/audioinvert.h:
8482         Don't save format information ourselves, this is already saved in
8483         GstAudioFilter.
8484
8485 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
8486
8487         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8488         (gst_rtsp_ext_list_stream_select):
8489         * gst/rtsp/gstrtspext.h:
8490         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
8491         Use rank to filter out extensions.
8492         Add url to stream_select interface call.
8493
8494 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
8495
8496         * gst/rtsp/Makefile.am:
8497         * gst/rtsp/base64.c:
8498         * gst/rtsp/base64.h:
8499         * gst/rtsp/gstrtspext.c: (gst_rtsp_ext_list_filter),
8500         (gst_rtsp_ext_list_init), (gst_rtsp_ext_list_get),
8501         (gst_rtsp_ext_list_detect_server), (gst_rtsp_ext_list_before_send),
8502         (gst_rtsp_ext_list_after_send), (gst_rtsp_ext_list_parse_sdp),
8503         (gst_rtsp_ext_list_setup_media),
8504         (gst_rtsp_ext_list_configure_stream),
8505         (gst_rtsp_ext_list_get_transports),
8506         (gst_rtsp_ext_list_stream_select):
8507         * gst/rtsp/gstrtspext.h:
8508         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
8509         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
8510         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
8511         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
8512         (gst_rtspsrc_flush), (gst_rtspsrc_do_seek),
8513         (gst_rtspsrc_sink_chain), (gst_rtspsrc_stream_configure_manager),
8514         (gst_rtspsrc_stream_configure_tcp),
8515         (gst_rtspsrc_stream_configure_mcast),
8516         (gst_rtspsrc_stream_configure_udp),
8517         (gst_rtspsrc_stream_configure_udp_sink),
8518         (gst_rtspsrc_stream_configure_transport),
8519         (gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
8520         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
8521         (gst_rtspsrc_loop_send_cmd), (gst_rtsp_auth_method_to_string),
8522         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
8523         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
8524         (gst_rtspsrc_parse_methods),
8525         (gst_rtspsrc_create_transports_string),
8526         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
8527         (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_close),
8528         (gst_rtspsrc_play), (gst_rtspsrc_pause),
8529         (gst_rtspsrc_change_state), (gst_rtspsrc_uri_set_uri):
8530         * gst/rtsp/gstrtspsrc.h:
8531         * gst/rtsp/rtsp.h:
8532         * gst/rtsp/rtspconnection.c:
8533         * gst/rtsp/rtspconnection.h:
8534         * gst/rtsp/rtspdefs.c:
8535         * gst/rtsp/rtspdefs.h:
8536         * gst/rtsp/rtspext.h:
8537         * gst/rtsp/rtspextwms.c:
8538         * gst/rtsp/rtspextwms.h:
8539         * gst/rtsp/rtspmessage.c:
8540         * gst/rtsp/rtspmessage.h:
8541         * gst/rtsp/rtsprange.c:
8542         * gst/rtsp/rtsprange.h:
8543         * gst/rtsp/rtsptransport.c:
8544         * gst/rtsp/rtsptransport.h:
8545         * gst/rtsp/rtspurl.c:
8546         * gst/rtsp/rtspurl.h:
8547         * gst/rtsp/sdp.h:
8548         * gst/rtsp/sdpmessage.c:
8549         * gst/rtsp/sdpmessage.h:
8550         * gst/rtsp/test.c:
8551         Use shiny new RTSP and SDP library.
8552         Implement RTSP extensions using the new interface.
8553         Remove a lot of old code.
8554
8555 2007-07-24  Edward Hervey  <bilboed@bilboed.com>
8556
8557         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
8558         Add codec mapping for '2vuy' (Raw YUV produced by FCP) and 'divx'.
8559
8560 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8561
8562         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8563         Don't unref the outgoing buffer twice when dropping it because it's
8564         outside of the segment.
8565
8566 2007-07-24  Sebastian Dröge  <slomo@circular-chaos.org>
8567
8568         * configure.ac:
8569         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
8570         (gst_wavpack_dec_chain), (gst_wavpack_dec_sink_event):
8571         Use the new buffer clipping function from gstaudio here and
8572         require gst-plugins-base CVS.
8573         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8574         For framed Wavpack buffers we require a valid timestamp.
8575
8576 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
8577
8578         * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
8579         (gst_qtdemux_clip_buffer), (gst_qtdemux_loop_state_movie),
8580         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
8581         Clip raw audio and video when we can, keep track of current output
8582         segment.
8583         Don't leak buffers and events when there is no output pad.
8584         Improve debugging here and there.
8585
8586 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
8587
8588         * configure.ac:
8589           Sync liboil check with plugins-base.
8590
8591 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
8592
8593         * ext/annodex/Makefile.am:
8594           Fix CFLAGS/LIBS.
8595
8596         * ext/cdio/gstcdiocddasrc.c:
8597         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
8598           Include stdlib
8599
8600         * ext/cairo/Makefile.am:
8601         * gst/videofilter/Makefile.am:
8602         * tests/examples/level/Makefile.am:
8603           Use $(LIBM) instead of -lm
8604
8605 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8606
8607         * sys/v4l2/gstv4l2src.c:
8608           Add another example pipeline.
8609
8610 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8611
8612         Patch by: Alexander Eichner <alexeichi@yahoo.de>
8613
8614         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8615           Use define here.
8616
8617         * sys/v4l2/gstv4l2tuner.c:
8618         (gst_v4l2_tuner_set_frequency_and_notify):
8619           Don't touch the property - its still disabled.
8620
8621         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format),
8622         (gst_v4l2src_grab_frame), (gst_v4l2src_get_size_limits):
8623         * sys/v4l2/v4l2src_calls.h:
8624           Improve fallback format negotionation. Fixes #451388
8625
8626 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8627
8628         * tests/check/elements/videocrop.c: (GST_START_TEST):
8629           Fix the test.
8630
8631 2007-07-18  Stefan Kost  <ensonic@users.sf.net>
8632
8633         * docs/plugins/Makefile.am:
8634         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
8635         * docs/plugins/gst-plugins-good-plugins-sections.txt:
8636         * docs/plugins/inspect/plugin-jpeg.xml:
8637         * docs/plugins/inspect/plugin-png.xml:
8638         * ext/jpeg/gstjpegdec.c:
8639         * ext/libpng/gstpngdec.c: (gst_pngdec_task),
8640         (gst_pngdec_sink_setcaps):
8641           More docs. More logs in pngdec.
8642
8643 2007-07-17  Stefan Kost  <ensonic@users.sf.net>
8644
8645         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
8646           Initialize num_buffers with minimum value.
8647
8648         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
8649         (gst_v4l2src_probe_caps_for_format), (gst_v4l2src_grab_frame):
8650           Handle frame-size query failure gracefully.
8651
8652 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
8653
8654         * gst/qtdemux/qtdemux.c: (qtdemux_parse_node):
8655         Fix parsing of esds atoms inside mp4a atoms so that we can set correct
8656         codec_info for AAC audio. Fixes #457097 along with a whole other bunch
8657         of qt/aac files.
8658
8659 2007-07-16  Sebastian Dröge  <slomo@circular-chaos.org>
8660
8661         * ext/wavpack/gstwavpackdec.c:
8662         (gst_wavpack_dec_clip_outgoing_buffer):
8663         Fix buffer clipping to correctly clip to the segment stop.
8664
8665 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
8666
8667         * configure.ac:
8668         * tests/Makefile.am:
8669         Remove bogus check for libcheck, since we check for
8670         gstreamer-check and it pulls in the required info from there,
8671         and we weren't actually _using_ the information for libcheck
8672         ourselves anyway.
8673
8674 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
8675
8676         * configure.ac:
8677           Use pkg-config to locate check.
8678
8679 2007-07-11  Tim-Philipp Müller  <tim at centricular dot net>
8680
8681         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
8682         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
8683         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
8684         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
8685         * gst/debug/gstnavigationtest.c: (gst_navigationtest_transform):
8686         * gst/effectv/gstaging.c: (gst_agingtv_transform):
8687         * gst/effectv/gstdice.c: (gst_dicetv_transform):
8688         * gst/effectv/gstedge.c: (gst_edgetv_transform):
8689         * gst/effectv/gstquark.c: (gst_quarktv_transform):
8690         * gst/effectv/gstrev.c: (gst_revtv_transform):
8691         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_transform):
8692         * gst/effectv/gstvertigo.c: (gst_vertigotv_transform):
8693         * gst/effectv/gstwarp.c: (gst_warptv_transform):
8694         * gst/matroska/matroska-demux.c:
8695         (gst_matroska_demux_add_wvpk_header),
8696         (gst_matroska_demux_check_subtitle_buffer),
8697         (gst_matroska_decode_buffer):
8698         * gst/videofilter/gstvideoflip.c: (gst_video_flip_transform):
8699           Fix build against core CVS.
8700
8701 2007-07-10  Edward Hervey  <bilboed@gmail.com>
8702
8703         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
8704         Don't return GST_FLOW_ERROR when pushing an event returns FALSE. We
8705         don't have enough granularity to convert that boolean into a
8706         GstFlowReturn.
8707
8708 2007-07-06  Michael Smith <msmith@fluendo.com>
8709
8710         * gst/law/alaw-decode.c: (alawdec_sink_setcaps),
8711         (gst_alawdec_class_init), (gst_alawdec_init), (gst_alawdec_chain),
8712         (gst_alawdec_change_state):
8713         * gst/law/alaw-decode.h:
8714         * gst/law/mulaw-decode.c: (mulawdec_sink_setcaps),
8715         (gst_mulawdec_class_init), (gst_mulawdec_init),
8716         (gst_mulawdec_chain), (gst_mulawdec_change_state):
8717         * gst/law/mulaw-decode.h:
8718           Fix capsnego bogosity in *law decoders. 
8719
8720 2007-07-06  Michael Smith <msmith@fluendo.com>
8721
8722         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init),
8723         (gst_smokeenc_setcaps), (gst_smokeenc_chain),
8724         (gst_smokeenc_change_state):
8725         * ext/jpeg/gstsmokeenc.h:
8726           Remove stupidity in get/set caps functions.
8727           Fix some refcounting problems.
8728
8729 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
8730
8731         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set):
8732         Remove endianness-flipping hack that seems to have been required
8733         only because of a bug in ffmpegcolorspace.
8734         Partially Fixes: #451908
8735
8736 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
8737
8738         * docs/plugins/Makefile.am:
8739           Simplify --extra-dir as gtkdoc scans recursively.
8740
8741 2007-07-03  Wim Taymans  <wim@fluendo.com>
8742
8743         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8744
8745         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_setcaps):
8746         Set the encoding-name in the rtp caps to all uppercase, as required by
8747         the caps spec.
8748         Some small cleanups in the error paths. Fixes #453037.
8749
8750 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
8751
8752         * ext/wavpack/gstwavpackparse.c:
8753         (gst_wavpack_parse_index_get_last_entry),
8754         (gst_wavpack_parse_index_get_entry_from_sample),
8755         (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
8756         (gst_wavpack_parse_scan_to_find_sample):
8757         * ext/wavpack/gstwavpackparse.h:
8758         Use a GSList for the GArray that is used like a list anyway.
8759
8760 2007-06-28  Tim-Philipp Müller  <tim at centricular dot net>
8761
8762         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
8763         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_flush),
8764         (gst_gdk_pixbuf_sink_event), (gst_gdk_pixbuf_change_state):
8765           Add state change function where we set 0/1 as default framerate in
8766           case our setcaps function isn't called, like it might not in a
8767           filesrc ! gdkpixbufdec scenario. Fixes assertion triggered by
8768           gdkpixbufdec trying to create caps with a 0/0 framerate.
8769           Also post an error message on the bus if gst_pad_push() fails when
8770           called from our sink event handler (+1 for flow returns for event
8771           functions in 0.11) instead of failing silently.
8772
8773 2007-06-27  Wim Taymans  <wim@fluendo.com>
8774
8775         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps):
8776         Cast stack args to the proper types. Fixes #451249.
8777
8778 2007-06-27  Wim Taymans  <wim@fluendo.com>
8779
8780         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
8781         (new_session_pad), (gst_rtspsrc_setup_streams):
8782         * gst/rtsp/gstrtspsrc.h:
8783         For container formats we only need to activate one of the streams so
8784         that we correctly signal no-more-pads. Fixes #451015.
8785
8786 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
8787
8788         * docs/plugins/gst-plugins-good-plugins.args:
8789         * docs/plugins/inspect/plugin-aasink.xml:
8790         * docs/plugins/inspect/plugin-alaw.xml:
8791         * docs/plugins/inspect/plugin-alpha.xml:
8792         * docs/plugins/inspect/plugin-alphacolor.xml:
8793         * docs/plugins/inspect/plugin-annodex.xml:
8794         * docs/plugins/inspect/plugin-apetag.xml:
8795         * docs/plugins/inspect/plugin-audiofx.xml:
8796         * docs/plugins/inspect/plugin-auparse.xml:
8797         * docs/plugins/inspect/plugin-autodetect.xml:
8798         * docs/plugins/inspect/plugin-avi.xml:
8799         * docs/plugins/inspect/plugin-cacasink.xml:
8800         * docs/plugins/inspect/plugin-cairo.xml:
8801         * docs/plugins/inspect/plugin-cdio.xml:
8802         * docs/plugins/inspect/plugin-cutter.xml:
8803         * docs/plugins/inspect/plugin-debug.xml:
8804         * docs/plugins/inspect/plugin-efence.xml:
8805         * docs/plugins/inspect/plugin-effectv.xml:
8806         * docs/plugins/inspect/plugin-esdsink.xml:
8807         * docs/plugins/inspect/plugin-flac.xml:
8808         * docs/plugins/inspect/plugin-flxdec.xml:
8809         * docs/plugins/inspect/plugin-gconfelements.xml:
8810         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
8811         * docs/plugins/inspect/plugin-goom.xml:
8812         * docs/plugins/inspect/plugin-halelements.xml:
8813         * docs/plugins/inspect/plugin-icydemux.xml:
8814         * docs/plugins/inspect/plugin-id3demux.xml:
8815         * docs/plugins/inspect/plugin-jpeg.xml:
8816         * docs/plugins/inspect/plugin-ladspa.xml:
8817         * docs/plugins/inspect/plugin-level.xml:
8818         * docs/plugins/inspect/plugin-matroska.xml:
8819         * docs/plugins/inspect/plugin-mulaw.xml:
8820         * docs/plugins/inspect/plugin-multipart.xml:
8821         * docs/plugins/inspect/plugin-navigationtest.xml:
8822         * docs/plugins/inspect/plugin-ossaudio.xml:
8823         * docs/plugins/inspect/plugin-png.xml:
8824         * docs/plugins/inspect/plugin-quicktime.xml:
8825         * docs/plugins/inspect/plugin-rtp.xml:
8826         * docs/plugins/inspect/plugin-rtsp.xml:
8827         * docs/plugins/inspect/plugin-smpte.xml:
8828         * docs/plugins/inspect/plugin-speex.xml:
8829         * docs/plugins/inspect/plugin-taglib.xml:
8830         * docs/plugins/inspect/plugin-udp.xml:
8831         * docs/plugins/inspect/plugin-videobalance.xml:
8832         * docs/plugins/inspect/plugin-videobox.xml:
8833         * docs/plugins/inspect/plugin-videocrop.xml:
8834         * docs/plugins/inspect/plugin-videoflip.xml:
8835         * docs/plugins/inspect/plugin-videomixer.xml:
8836         * docs/plugins/inspect/plugin-wavenc.xml:
8837         * docs/plugins/inspect/plugin-wavparse.xml:
8838         * docs/plugins/inspect/plugin-ximagesrc.xml:
8839           Update docs with caps info.
8840
8841 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
8842
8843         * po/POTFILES.in:
8844           Add more files with translatable strings (#450878).
8845
8846 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
8847
8848         * MAINTAINERS:
8849         Updating all the maintainers files
8850
8851 2007-06-22  Edward Hervey  <edward@fluendo.com>
8852
8853         * ext/flac/gstflactag.c: (gst_flac_tag_init):
8854         * gst/interleave/deinterleave.c: (deinterleave_init),
8855         (deinterleave_sink_link):
8856         * gst/interleave/interleave.c: (interleave_init):
8857         * gst/median/gstmedian.c: (gst_median_init):
8858         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init):
8859         Fix memory leaks.
8860         * tests/check/elements/id3demux.c: (pad_added_cb):
8861         Remove unused variable.
8862
8863 2007-06-21  Jan Schmidt  <thaytan@mad.scientist.com>
8864
8865         * ext/gconf/gconf.h:
8866         Make the prototype of gst_gconf_get_key_for_sink_profile
8867         match the implementation.
8868         Patch by: Damien Carbery <damien dot carbery at sun dot com>
8869         Fixes: #449747
8870
8871 2007-06-20  Michael Smith <msmith@fluendo.com>
8872
8873         * gst/rtp/gstrtpdepay.c:
8874           Fix description - rtpdepay is not a payloader.
8875
8876 2007-06-20  Stefan Kost  <ensonic@users.sf.net>
8877
8878         * gst/qtdemux/qtdemux.c: (qtdemux_parse_samples),
8879         (qtdemux_video_caps):
8880         * gst/qtdemux/qtdemux_fourcc.h:
8881           Add MJPG to the variants of motion jpeg.
8882
8883 2007-06-19  Tim-Philipp Müller  <tim at centricular dot net>
8884
8885         * tests/check/Makefile.am:
8886         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
8887         * tests/check/elements/videocrop.c: (GST_START_TEST):
8888         * tests/check/elements/videofilter.c:
8889         * tests/check/elements/wavpackdec.c: (GST_START_TEST):
8890         * tests/check/elements/wavpackparse.c: (GST_START_TEST):
8891           Add GST_OPTION_CFLAGS to CFLAGS when building unit tests, so the
8892           error flags are included and it errors out on compiler warnings
8893           for CVS builds; remove unused variables in various unit tests.
8894
8895 2007-06-19  Wim Taymans  <wim@fluendo.com>
8896
8897         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8898         (rtsp_connection_close), (rtsp_connection_free):
8899         Use threadsafe inet_ntop to convert an ip number to a string. 
8900         Fixes #447961.
8901         Don't leak fd (and ip) when freeing a connection without first closing
8902         it.
8903
8904 2007-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
8905
8906         * configure.ac:
8907         Back to CVS
8908
8909         * gst-plugins-good.doap:
8910         Add 0.10.6 to the doap file.
8911
8912 === release 0.10.6 ===
8913
8914 2007-06-18  Jan Schmidt <thaytan@mad.scientist.com>
8915
8916         * configure.ac:
8917           releasing 0.10.6, "Wobble Board"
8918
8919 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8920
8921         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8922         (rtsp_connection_free):
8923           Revert previous commit again, since we are frozen (sorry).
8924
8925 2007-06-17  Tim-Philipp Müller  <tim at centricular dot net>
8926
8927         Patch by: Peter Kjellerstedt <pkj at axis com>
8928
8929         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
8930         (rtsp_connection_free):
8931           inet_ntoa() uses a static buffer internally, so we need to copy the
8932           returned string if we want to store it for later (#447961).
8933
8934 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8935
8936         * win32/vs6/autogen.dsp:
8937         * win32/vs6/gst_plugins_good.dsw:
8938         * win32/vs6/libgstalaw.dsp:
8939         * win32/vs6/libgstalpha.dsp:
8940         * win32/vs6/libgstalphacolor.dsp:
8941         * win32/vs6/libgstapetag.dsp:
8942         * win32/vs6/libgstaudiofx.dsp:
8943         * win32/vs6/libgstauparse.dsp:
8944         * win32/vs6/libgstautodetect.dsp:
8945         * win32/vs6/libgstavi.dsp:
8946         * win32/vs6/libgstcutter.dsp:
8947         * win32/vs6/libgstdirectdraw.dsp:
8948         * win32/vs6/libgstdirectsound.dsp:
8949         * win32/vs6/libgsteffectv.dsp:
8950         * win32/vs6/libgstflx.dsp:
8951         * win32/vs6/libgstgoom.dsp:
8952         * win32/vs6/libgsticydemux.dsp:
8953         * win32/vs6/libgstid3demux.dsp:
8954         * win32/vs6/libgstinterleave.dsp:
8955         * win32/vs6/libgstjpeg.dsp:
8956         * win32/vs6/libgstlevel.dsp:
8957         * win32/vs6/libgstmatroska.dsp:
8958         * win32/vs6/libgstmedian.dsp:
8959         * win32/vs6/libgstmonoscope.dsp:
8960         * win32/vs6/libgstmulaw.dsp:
8961         * win32/vs6/libgstmultipart.dsp:
8962         * win32/vs6/libgstqtdemux.dsp:
8963         * win32/vs6/libgstrtp.dsp:
8964         * win32/vs6/libgstrtsp.dsp:
8965         * win32/vs6/libgstsmpte.dsp:
8966         * win32/vs6/libgstspeex.dsp:
8967         * win32/vs6/libgstudp.dsp:
8968         * win32/vs6/libgstvideobalance.dsp:
8969         * win32/vs6/libgstvideobox.dsp:
8970         * win32/vs6/libgstvideocrop.dsp:
8971         * win32/vs6/libgstvideoflip.dsp:
8972         * win32/vs6/libgstvideomixer.dsp:
8973         * win32/vs6/libgstwaveform.dsp:
8974         * win32/vs6/libgstwavenc.dsp:
8975         * win32/vs6/libgstwavparse.dsp:
8976         Mark *.dsp & *.dsw as binary files and convert to DOS line
8977         endings, as they don't load into VS6 correctly otherwise.
8978
8979 2007-06-15  Jan Schmidt  <thaytan@mad.scientist.com>
8980
8981         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
8982         (rtsp_connection_connect):
8983         Fix the MingW build. 
8984         Patch By: Vincent Torri <vtorri at univ-evry dot fr>
8985         Fixes: #446981
8986
8987 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8988
8989         * tests/check/elements/.cvsignore:
8990         * tests/icles/.cvsignore:
8991         Hush the buildbots up
8992
8993 2007-06-14  Jan Schmidt  <thaytan@mad.scientist.com>
8994
8995         * configure.ac:
8996         * sys/Makefile.am:
8997         * sys/directdraw/Makefile.am:
8998         * sys/directsound/Makefile.am:
8999         * sys/waveform/Makefile.am:
9000         Make sure to dist everything needed for win32 builds.
9001
9002 2007-06-14  Edward Hervey  <edward@fluendo.com>
9003
9004         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
9005         For AMR-NB streams, export the AMRSpecificBox as codec_data on the
9006         caps.
9007         Fixes #447458
9008
9009 2007-06-13  Wim Taymans  <wim@fluendo.com>
9010
9011         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
9012         Make sure we allocate enough memory for the codec_data.
9013         Fixes #447210.
9014
9015 2007-06-12  Sebastien Moutte  <sebastien@moutte.net>
9016
9017         * win32/MANIFEST:
9018         Add videocrop project file to the win32 manifest.
9019         * win32/vs6/gst_plugins_good.dsw:
9020         Add qtdemux,videocrop and waveform projects to the workspace.
9021         * win32/vs6/libgstqtdemux.dsp:
9022         Add zlib to the link list of qtdemux.
9023         * win32/vs6/libgstvideocrop.dsp:
9024         Add a project file for videocrop.
9025
9026 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9027
9028         * po/POTFILES.in:
9029         Add qtdemux for translation
9030
9031 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9032
9033         * configure.ac:
9034         * docs/plugins/Makefile.am:
9035         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9036         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9037         * docs/plugins/inspect/plugin-videocrop.xml:
9038         * gst-plugins-good.spec.in:
9039         * sys/Makefile.am:
9040         * tests/check/Makefile.am:
9041         * tests/icles/Makefile.am:
9042         * tests/icles/videocrop-test.c:
9043         Move videocrop and osxvideo from -bad.
9044
9045 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9046
9047         * configure.ac:
9048         * docs/plugins/Makefile.am:
9049         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9050         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9051         * docs/plugins/gst-plugins-good-plugins.args:
9052         * docs/plugins/inspect/plugin-qtdemux.xml:
9053         * docs/plugins/inspect/plugin-quicktime.xml:
9054         * win32/MANIFEST:
9055         Move qtdemux from -bad.
9056
9057         * gst-plugins-good.spec.in:
9058         Update spec file to reflect moving of qtdemux and wavpack
9059
9060 2007-06-12  Jan Schmidt  <thaytan@mad.scientist.com>
9061         
9062         * win32/MANIFEST:
9063         * docs/plugins/Makefile.am:
9064         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9065         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9066         * docs/plugins/inspect/plugin-directdraw.xml:
9067         * docs/plugins/inspect/plugin-directsound.xml:
9068         * docs/plugins/inspect/plugin-waveform.xml:
9069         Move the waveform plugin from -bad too. Update the inspect xml
9070         files to mention Plugins Good instead of Plugins Bad.
9071
9072 2007-06-12  Andy Wingo  <wingo@pobox.com>
9073
9074         * sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize)
9075         (gst_v4l2_buffer_class_init, gst_v4l2_buffer_get_type)
9076         (gst_v4l2_buffer_new): Behave more like ximagesink's buffers, with
9077         finalization and resuscitation. No longer public.
9078         (gst_v4l2_buffer_pool_finalize, gst_v4l2_buffer_pool_init)
9079         (gst_v4l2_buffer_pool_class_init, gst_v4l2_buffer_pool_get_type)
9080         (gst_v4l2_buffer_pool_new, gst_v4l2_buffer_pool_activate)
9081         (gst_v4l2_buffer_pool_destroy): Make the pool follow common
9082         miniobject semantics, and be threadsafe.
9083         (gst_v4l2src_queue_frame): Remove this function, as we just call
9084         the ioctls directly in the two places where we queue buffers.
9085         (gst_v4l2src_grab_frame): Return a flowreturn and fill the buffer
9086         directly.
9087         (gst_v4l2src_capture_init): Use the new buffer_pool_new function
9088         to allocate the pool, which also preallocates the GstBuffers.
9089         (gst_v4l2src_capture_start): Call buffer_pool_activate instead of
9090         queueing the frames directly.
9091         (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all
9092         mmap buffers have been dequeued.
9093
9094         * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a
9095         real MiniObject instead of rolling our own refcounting and
9096         finalizing. Give it a lock.
9097         (struct _GstV4l2Buffer): Remove one intermediary object, having
9098         the buffers hold the struct v4l2_buffer directly.
9099
9100         * sys/v4l2/gstv4l2src.c (gst_v4l2src_set_caps): Pass the caps to
9101         capture_init so that it can set them on the buffers that it will
9102         create.
9103         (gst_v4l2src_get_read): For better or for worse, include the
9104         timestamping and offsetting code here; really we should be using
9105         bufferalloc though.
9106         (gst_v4l2src_get_mmap): Just make grab_frame return one of our
9107         preallocated, mmap'd buffers.
9108
9109 2007-06-11  Wim Taymans  <wim@fluendo.com>
9110
9111         Patch by: daniel fischer <dan at f3c dot com>
9112
9113         * sys/ximage/gstximagesrc.c: (gst_ximage_src_start),
9114         (gst_ximage_src_get_caps):
9115         Actually use the display_name property so that we can dump any
9116         available X display. Fixes #445905.
9117
9118 2007-06-11  Wim Taymans  <wim@fluendo.com>
9119
9120         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9121
9122         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_setcaps):
9123         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_setcaps):
9124         Add missing rate fields to caps. Fixes #441118.
9125
9126 2007-06-10  Sebastien Moutte  <sebastien@moutte.net>
9127
9128         * win32/vs6/gst_plugins_good.dsw:
9129         * win32/vs8/gst-plugins-good.sln:
9130         Add DirectSound and DirectDraw sinks project files to
9131         workspace and solution files.
9132
9133 2007-06-10  Sebastian Dröge  <slomo@circular-chaos.org>
9134
9135         Patch by: Josh Coalson <xflac at yahoo dot com>,
9136         updated by Alexis Ballier <aballier at gentoo dot org>:
9137
9138         * configure.ac:
9139         * ext/flac/gstflacdec.c: (gst_flac_dec_reset_decoders),
9140         (gst_flac_dec_setup_seekable_decoder),
9141         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_seek),
9142         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
9143         (gst_flac_dec_read_seekable), (gst_flac_dec_read_stream):
9144         * ext/flac/gstflacdec.h:
9145         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9146         (gst_flac_enc_finalize), (gst_flac_enc_set_metadata),
9147         (gst_flac_enc_sink_setcaps), (gst_flac_enc_update_quality),
9148         (gst_flac_enc_seek_callback), (gst_flac_enc_write_callback),
9149         (gst_flac_enc_tell_callback), (gst_flac_enc_sink_event),
9150         (gst_flac_enc_chain), (gst_flac_enc_set_property),
9151         (gst_flac_enc_get_property), (gst_flac_enc_change_state):
9152         * ext/flac/gstflacenc.h:
9153         Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.
9154         
9155 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9156
9157         * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_sink_set_caps):
9158         Remove workaround for bug #421543. This is fixed in core 0.10.13 and
9159         not necessary anymore as we need at least that core version. 
9160
9161 2007-06-09  Sebastian Dröge  <slomo@circular-chaos.org>
9162
9163         * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_reset),
9164         (gst_wavpack_dec_chain):
9165         * ext/wavpack/gstwavpackdec.h:
9166         * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
9167         (gst_wavpack_parse_push_buffer):
9168         * ext/wavpack/gstwavpackparse.h:
9169         Improve discont handling by checking if the next Wavpack block has
9170         the expected, following block index.
9171
9172 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9173
9174         * gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details):
9175           Fix element description.
9176
9177 2007-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9178
9179         * configure.ac:
9180         * docs/plugins/Makefile.am:
9181         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9182         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9183         * docs/plugins/gst-plugins-good-plugins.args:
9184         * docs/plugins/gst-plugins-good-plugins.hierarchy:
9185         * docs/plugins/gst-plugins-good-plugins.signals:
9186         * docs/plugins/inspect/plugin-autodetect.xml:
9187         * docs/plugins/inspect/plugin-gconfelements.xml:
9188         * docs/plugins/inspect/plugin-ladspa.xml:
9189         * docs/plugins/inspect/plugin-rtp.xml:
9190         * docs/plugins/inspect/plugin-wavpack.xml:
9191         * ext/Makefile.am:
9192         * tests/check/Makefile.am:
9193           move wavpack plugin.  See #352605.
9194
9195 2007-06-08  Jan Schmidt  <thaytan@mad.scientist.com>
9196
9197         * configure.ac:
9198         * docs/plugins/Makefile.am:
9199         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
9200         * docs/plugins/gst-plugins-good-plugins-sections.txt:
9201         * docs/plugins/gst-plugins-good-plugins.args:
9202         * sys/Makefile.am:
9203         * win32/MANIFEST:
9204         Add DirectDraw & DirectSound plugins to the build and docs.
9205
9206 2007-06-08  Tim-Philipp Müller  <tim at centricular dot net>
9207
9208         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
9209         * ext/libpng/gstpngdec.c: (user_read_data), (gst_pngdec_task):
9210           When operating in pull mode, error out correct on not-linked.
9211
9212 2007-06-06  Andy Wingo  <wingo@pobox.com>
9213
9214         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
9215         (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
9216         format and size if the ioctls are defined; should fix compilation
9217         on Linux < 2.16.19.
9218
9219 2007-06-06  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         * gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):
9222           Printf fixes in debug statements; use LOG level for debug statements
9223           that are printed for each and every frame; convert c++ comments to
9224           C-style comments; not much point using g_try_malloc() if we then not
9225           even check the return value.
9226
9227 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
9228
9229         * configure.ac:
9230           Bump requirements to released versions (core and base 0.10.13).
9231
9232         * gst/icydemux/gsticydemux.c: (gst_icydemux_unicodify):
9233           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
9234           own implementation.
9235
9236 2007-06-05  Andy Wingo  <wingo@pobox.com>
9237
9238         * sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add
9239         some useless comments.
9240
9241         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_capture_init): Don't queue
9242         frames before calling STREAMON, that might leave them in a state
9243         where they can't be dequeued if we go back to NULL without calling
9244         STREAMON, according to the docs.
9245         (gst_v4l2src_capture_start): Enqueue buffers here instead, right
9246         before we call STREAMON.
9247         (gst_v4l2src_capture_deinit): Remove crack to work around dequeue
9248         failures. (For me this code hung.) The pool refcounting is still
9249         crack; added a note to that effect.
9250
9251 2007-06-05  Wim Taymans  <wim@fluendo.com>
9252
9253         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
9254         (gst_multipart_mux_get_mime), (gst_multipart_mux_collected):
9255         Add support for mapping gst structure names to the MIME type equivalent.
9256         Implemented for audio/x-mulaw->audio/basic. Fixes #442874.
9257
9258 2007-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
9259
9260         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
9261         (gst_wavenc_sink_setcaps), (gst_wavenc_format_samples),
9262         (gst_wavenc_chain), (gst_wavenc_change_state):
9263         * gst/wavenc/gstwavenc.h:
9264         Properly write wav files with width!=depth by having the depth most
9265         significant bytes set and all others zero. Fixes #442535.
9266
9267 2007-06-01  Wim Taymans  <wim@fluendo.com>
9268
9269         * gst/rtsp/rtspconnection.c:
9270         Add include to make buildbot happy.
9271
9272 2007-06-01  Wim Taymans  <wim@fluendo.com>
9273
9274         Patch by: Peter Kjellerstedt  <pkj at axis com>
9275
9276         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9277         (rtsp_connection_connect), (add_date_header),
9278         (rtsp_connection_send), (parse_response_status),
9279         (parse_request_line), (parse_line), (rtsp_connection_receive):
9280         * gst/rtsp/rtspdefs.c: (rtsp_version_as_text):
9281         * gst/rtsp/rtspdefs.h:
9282         * gst/rtsp/rtspmessage.c: (key_value_foreach),
9283         (rtsp_message_init_request), (rtsp_message_init_response),
9284         (rtsp_message_remove_header), (rtsp_message_append_headers),
9285         (rtsp_message_dump):
9286         * gst/rtsp/rtspmessage.h:
9287         Improves version checking, allowing an RTSP server to reply with "505
9288         RTSP Version not supported.
9289         Adds a Date header to all messages.
9290         Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we
9291         want to be able to send a response even if something in the request was
9292         invalid. EINVAL is only used when passing wrong arguments to functions.
9293         Do not handle an invalid method in parse_request_line(). Defer this to
9294         the caller so it can respond with "405 Method Not Allowed".
9295         Improves parsing of the timeout parameter to the Session header,
9296         allowing whitespace after the semicolon. 
9297         Avoids a compiler warning due to variables shadowing a function argument.
9298
9299 2007-06-01  Wim Taymans  <wim@fluendo.com>
9300
9301         Based on Patch by: Daniel Charles <dcharles at ti dot com>
9302
9303         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
9304         (gst_rtp_amr_depay_process):
9305         * gst/rtp/gstrtpamrdepay.h:
9306         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_base_init),
9307         (gst_rtp_amr_pay_class_init), (gst_rtp_amr_pay_init),
9308         (gst_rtp_amr_pay_setcaps), (gst_rtp_amr_pay_handle_buffer):
9309         * gst/rtp/gstrtpamrpay.h:
9310         Add support for AMR-WB.
9311         Small cleanups such as using BOILERPLATE.
9312
9313 2007-05-31  Wim Taymans  <wim@fluendo.com>
9314
9315         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream):
9316         Fix compile warning when debug is disabled as spotted bu Saur on IRC.
9317
9318 2007-05-30  Andy Wingo  <wingo@pobox.com>
9319
9320         * sys/v4l2/gstv4l2object.h: 
9321         * sys/v4l2/gstv4l2object.c (gst_v4l2_object_new): Revert some
9322         unintended changes.
9323
9324         * sys/v4l2/v4l2src_calls.h: 
9325         * sys/v4l2/v4l2src_calls.c (gst_v4l2src_fill_format_list): Store
9326         the format list in the order that the driver gives it to us.
9327         (gst_v4l2src_probe_caps_for_format_and_size)
9328         (gst_v4l2src_probe_caps_for_format): New functions, fill GstCaps
9329         based on the capabilities of the device.
9330         (gst_v4l2src_grab_frame): Update for object variable renaming.
9331         (gst_v4l2src_set_capture): Update to be strict in its parameters,
9332         as in the set_caps below.
9333         (gst_v4l2src_capture_init): Update for object variable renaming,
9334         and reflow.
9335         (gst_v4l2src_capture_start, gst_v4l2src_capture_stop)
9336         (gst_v4l2src_capture_deinit): Update for object variable renaming.
9337         (gst_v4l2src_update_fps, gst_v4l2src_set_fps)
9338         (gst_v4l2src_get_fps): Remove; these functions don't have much
9339         meaning outside of an atomic set_caps method.
9340         (gst_v4l2src_buffer_new): Don't set buffer duration, it is not
9341         known.
9342
9343         * sys/v4l2/gstv4l2tuner.c (gst_v4l2_tuner_set_channel): Remove
9344         call to update_fps; not sure about this change.
9345         (gst_v4l2_tuner_set_norm): Work around the fact that for the
9346         moment we don't have an update_fps_func.
9347
9348         * sys/v4l2/gstv4l2src.h (struct _GstV4l2Src): Don't put v4l2
9349         structures in the object, just store what we need. Do store the
9350         probed caps of the device. Don't store the current frame rate.
9351
9352         * sys/v4l2/gstv4l2src.c (gst_v4l2src_init): Remove the
9353         update_fps_function, for now. Update for new object variable
9354         naming.
9355         (gst_v4l2src_set_property, gst_v4l2src_get_property): Update for
9356         new object variable naming.
9357         (gst_v4l2src_v4l2fourcc_to_structure): Rename from ..._to_caps.
9358         (gst_v4l2_structure_to_v4l2fourcc): Rename from ...caps_to_....
9359         (gst_v4l2src_get_caps): Rework to probe the device for supported
9360         frame sizes and frame rates.
9361         (gst_v4l2src_set_caps): Rework to be strict in the given
9362         parameters: if someone asks us to have a certain size and rate,
9363         that is what we configure.
9364         (gst_v4l2src_get_read): Update for object variable naming. Don't
9365         leak buffers on short reads.
9366         (gst_v4l2src_get_mmap): Update for object variable naming, and add
9367         comments.
9368         (gst_v4l2src_create): Update for object variable naming.
9369
9370 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9371
9372         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
9373         (gst_avi_demux_reset), (gst_avi_demux_parse_stream):
9374         * gst/avi/gstavidemux.h:
9375           Parse subtitle text streams instead of erroring out (#442034). Still
9376           needs a parser for the subtitles to actually show up.
9377
9378 2007-05-30  Tim-Philipp Müller  <tim at centricular dot net>
9379
9380         * gst/avi/gstavidemux.c: (gst_avi_demux_push_event),
9381         (gst_avi_demux_loop):
9382           Make _push_event() return TRUE if the event could be pushed on at
9383           least one pad and not only if it could be pushed on all pads,
9384           otherwise we'll end up posting an error message on EOS if one or
9385           more source pads are not connected.
9386
9387 2007-05-28  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/rtsp/rtsptransport.c:
9390         Use renamed RTP bin.
9391
9392 2007-05-28  Wim Taymans  <wim@fluendo.com>
9393
9394         Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
9395
9396         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
9397         (gst_video_box_set_property), (gst_video_box_transform_caps),
9398         (video_box_recalc_transform), (gst_video_box_set_caps),
9399         (gst_video_box_get_unit_size), (gst_video_box_apply_alpha),
9400         (gst_video_box_ayuv_ayuv), (gst_video_box_clear), (UVfloor),
9401         (UVceil), (gst_video_box_ayuv_i420), (gst_video_box_i420_ayuv),
9402         (gst_video_box_i420_i420), (gst_video_box_transform),
9403         (plugin_init):
9404         Add AYUV->AYUV and AYUV->I420 formats. 
9405         Fix negotiation and I420->AYUV conversion.
9406         Fixes #429329.
9407
9408 2007-05-26  Wim Taymans  <wim@fluendo.com>
9409
9410         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_data):
9411         Use different variables for nested for loops so that the outer loop
9412         functions properly and speex files with multiple frames per buffer work
9413         properly.
9414         Fixes #441408.
9415
9416 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9417
9418         * gst/id3demux/gstid3demux.c: (gst_id3demux_sink_event):
9419           Don't leak newsegment events.
9420
9421 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9422
9423         * gst/wavparse/Makefile.am:
9424           Add '-lm' to LIBS for ceil(), don't assume one of our dependencies
9425           drags it in.
9426
9427 2007-05-25  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * ext/flac/gstflacenc.c: (gst_flac_enc_init),
9430         (notgst_value_array_append_buffer),
9431         (gst_flac_enc_process_stream_headers),
9432         (gst_flac_enc_write_callback), (gst_flac_enc_chain),
9433         (gst_flac_enc_change_state):
9434         * ext/flac/gstflacenc.h:
9435           Collect headers, add "streamheader" field to output caps and set
9436           BUFFER_IN_CAPS flag on pushed header buffers. That way oggmux
9437           produces output according to the official FLAC-to-Ogg mapping
9438           instead of completely broken files. Fixes #426044.
9439
9440 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9441
9442         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset),
9443         (gst_id3demux_send_new_segment), (gst_id3demux_chain),
9444         (gst_id3demux_sink_event):
9445         * gst/id3demux/gstid3demux.h:
9446         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset),
9447         (gst_tag_demux_chain), (gst_tag_demux_sink_event),
9448         (gst_tag_demux_send_new_segment):
9449         Handle and adjust new-segment events so that downstream really
9450         sees a stream with the tag pieces stripped off the front and back.
9451         Fixes strangeness in seeking when mp3 decoders use the new-segment
9452         byte position to estimate their current playback position timestamp
9453         and then the arriving buffers don't match up.
9454
9455 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
9456
9457         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_detect):
9458           Don't unnecessarily perform a READY->NULL->READY transition on the
9459           detected audio sink when starting up. Fixes: #440127
9460
9461 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
9462
9463         * ext/flac/gstflacenc.c: (gst_flac_enc_sink_setcaps),
9464         (gst_flac_enc_chain):
9465           Don't crash in chain function if setcaps hasn't been called.
9466
9467 2007-05-24  Wim Taymans  <wim@fluendo.com>
9468
9469         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_methods):
9470         Init value to avoid infinte loops.
9471
9472 2007-05-24  Wim Taymans  <wim@fluendo.com>
9473
9474         Patch by: Peter Kjellerstedt  <pkj at axis com>
9475
9476         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_auth),
9477         (gst_rtspsrc_try_send), (gst_rtspsrc_parse_methods),
9478         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9479         (gst_rtspsrc_play):
9480         (rtsp_connection_send), (rtsp_connection_receive):
9481         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send):
9482         Fix for new API.
9483
9484         * gst/rtsp/rtspconnection.c: (add_auth_header),
9485         Only add authorisation and session headers when sending messages.
9486
9487         * gst/rtsp/rtspmessage.c: (key_value_foreach), (rtsp_message_init),
9488         (rtsp_message_init_request), (rtsp_message_init_response),
9489         (rtsp_message_unset), (rtsp_message_add_header),
9490         (rtsp_message_remove_header), (rtsp_message_get_header),
9491         (rtsp_message_append_headers), (dump_key_value),
9492         (rtsp_message_dump):
9493         * gst/rtsp/rtspmessage.h:
9494         Add support for multiple headers of the same type by storing the parsed
9495         headers in a GArray instaed of a hashtable.
9496
9497 2007-05-21  Wim Taymans  <wim@fluendo.com>
9498
9499         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
9500         (gst_udpsrc_create), (gst_udpsrc_unlock), (gst_udpsrc_unlock_stop):
9501         Since we depend on 0.10.13 -core, override the unlock_stop vmethod for
9502         safer shutdown.
9503
9504 2007-05-21  Wim Taymans  <wim@fluendo.com>
9505
9506         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init):
9507         * gst/rtsp/gstrtpdec.h:
9508         Added signal for backwards compat.
9509
9510 2007-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
9511         
9512         Patch by: René Stadler <mail at renestadler dot de>
9513
9514         * configure.ac:
9515         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
9516         (gst_au_parse_parse_header), (gst_au_parse_chain):
9517         * gst/auparse/gstauparse.h:
9518         Use audioconvert for converting from non-native endianness floats
9519         in auparse instead of doing it ourself. Fixes #424527.
9520         This needs the audioconvert from plugins-base CVS.
9521         
9522 2007-05-21  Wim Taymans  <wim@fluendo.com>
9523
9524         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9525         (gst_rtp_h263p_pay_flush):
9526         Fix enum registration.
9527
9528 2007-05-21  Wim Taymans  <wim@fluendo.com>
9529
9530         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
9531
9532         * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type),
9533         (gst_rtp_h263p_pay_class_init), (gst_rtp_h263p_pay_init),
9534         (gst_rtp_h263p_pay_set_property), (gst_rtp_h263p_pay_get_property),
9535         (gst_rtp_h263p_pay_flush):
9536         * gst/rtp/gstrtph263ppay.h:
9537         Add new fragmentation mode base on GOB headers. Fixes #438940.
9538
9539 2007-05-20  Tim-Philipp Müller  <tim at centricular dot net>
9540
9541         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp):
9542           Printf format fix.
9543
9544 2007-05-18  Wim Taymans  <wim@fluendo.com>
9545
9546         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_setup_streams):
9547         Don't crash when an unsupported transport error was returned by the
9548         server, just try to configure the next stream. Fixes #439255.
9549
9550 2007-05-18  Wim Taymans  <wim@fluendo.com>
9551
9552         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
9553         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
9554         (gst_rtspsrc_stream_configure_udp), (gst_rtspsrc_loop_interleaved),
9555         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9556         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open):
9557         * gst/rtsp/gstrtspsrc.h:
9558         Add TCP timeout property and use it for all TCP connection.
9559
9560         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9561         (rtsp_connection_write), (rtsp_connection_next_timeout),
9562         (rtsp_connection_reset_timeout):
9563         Make connect and writes cancelable and make them use the timeout.
9564
9565 2007-05-18  Wim Taymans  <wim@fluendo.com>
9566
9567         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9568         (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
9569         (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9570         (gst_rtspsrc_setup_streams):
9571         Refactor timeout handling.
9572         Also send keep-alive when dealing with TCP transport.
9573
9574         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
9575         (rtsp_connection_free), (rtsp_connection_next_timeout),
9576         (rtsp_connection_reset_timeout):
9577         * gst/rtsp/rtspconnection.h:
9578         Use a timer to handle the session timeouts, add some methods to deal
9579         with timeouts.
9580
9581 2007-05-17  Wim Taymans  <wim@fluendo.com>
9582
9583         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
9584         (gst_rtspsrc_setup_streams):
9585         Ignore streams that fail the setup command, we will retry with a
9586         different transport later on.
9587
9588         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
9589         (rtsp_ext_wms_configure_stream):
9590         Fix encoding name case.
9591
9592 2007-05-16  Edward Hervey  <edward@fluendo.com>
9593
9594         * ext/libpng/gstpngdec.c: (user_endrow_callback), (user_read_data):
9595         Fix build on macosx.
9596
9597 2007-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
9598
9599         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_uri_set_uri):
9600         Replace direct comparison of a string with the string literal "" with
9601         a comparison of the first character with '\0'. Fixes #438926.
9602
9603 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9604
9605         * gst/debug/breakmydata.c (gst_break_my_data_init):
9606           One more try. This should be the proper fix now.
9607
9608 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9609
9610         * gst/debug/breakmydata.c:
9611           Ooops, no // comments please.
9612
9613 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
9614
9615         * gst/debug/breakmydata.c: (gst_break_my_data_class_init),
9616         (gst_break_my_data_init):
9617           Fix gst_buffer_is_writable() assertion.
9618
9619 2007-05-14  David Schleef  <ds@schleef.org>
9620
9621         * sys/v4l2/gstv4l2src.c: Add support for Bayer images as
9622           video/x-raw-bayer.  Fixes #314160.
9623
9624 2007-05-14  Wim Taymans  <wim@fluendo.com>
9625
9626         * gst/rtp/gstrtptheoradepay.c: (decode_base64),
9627         (gst_rtp_theora_depay_parse_configuration):
9628         * gst/rtp/gstrtptheorapay.c: (encode_base64),
9629         (gst_rtp_theora_pay_finish_headers),
9630         (gst_rtp_theora_pay_handle_buffer):
9631         Update theora pay/depayloader in a similar to vorbis.
9632
9633         * gst/rtp/gstrtpvorbisdepay.c:
9634         (gst_rtp_vorbis_depay_parse_configuration):
9635         Update docs.
9636
9637 2007-05-14  Wim Taymans  <wim@fluendo.com>
9638
9639         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send):
9640         When we try to execute a method that is not supported by the server,
9641         don't error out but remove the method from the accepted methods so that
9642         we never try to perform this method again.
9643
9644 2007-05-14  Wim Taymans  <wim@fluendo.com>
9645
9646         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
9647         Remove annoying _dump_mem.
9648
9649 2007-05-14  Wim Taymans  <wim@fluendo.com>
9650
9651         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range):
9652         Parse range correctly.
9653
9654         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
9655         The baseurl now always has a '/' at the start.
9656
9657 2007-05-14  Wim Taymans  <wim@fluendo.com>
9658
9659         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
9660         (gst_rtspsrc_parse_range), (gst_rtspsrc_open),
9661         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9662         Factor out caps configuration and configure more stuff such as the time
9663         ranges and speed/scale values.
9664
9665         * gst/rtsp/rtsptransport.c:
9666         Add Copyright after non-trival fixes.
9667
9668 2007-05-12  Wim Taymans  <wim@fluendo.com>
9669
9670         Patch by: Peter Kjellerstedt  <pkj at axis com>
9671
9672         * gst/rtsp/gstrtspsrc.h:
9673         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
9674         * gst/rtsp/rtspmessage.c: (rtsp_message_init_data),
9675         (rtsp_message_get_header):
9676         * gst/rtsp/rtspmessage.h:
9677         Make channel guint8 where possible.
9678         Make rtsp_message_init_data() take the channel as a guint8.
9679
9680         * gst/rtsp/rtspdefs.c:
9681         Fixed a typo: Timout -> Timeout
9682
9683         * gst/rtsp/rtspdefs.h:
9684         Make RTSP_CHECK() behave as a statement.
9685
9686         * gst/rtsp/sdpmessage.c:
9687         Avoid a compiler warning in INIT_ARRAY().
9688         Fixes #437692.
9689
9690 2007-05-12  Wim Taymans  <wim@fluendo.com>
9691
9692         Patch by: Peter Kjellerstedt  <pkj at axis com>
9693
9694         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free),
9695         (rtsp_url_get_request_uri):
9696         * gst/rtsp/rtspurl.h:
9697         Add support for query parameters to RTSP URLs.
9698
9699 2007-05-12  Wim Taymans  <wim@fluendo.com>
9700
9701         Patch by: Peter Kjellerstedt  <pkj at axis com>
9702
9703         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
9704         (parse_range), (range_as_text), (rtsp_transport_mode_as_text),
9705         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
9706         (rtsp_transport_parse), (rtsp_transport_as_text):
9707         * gst/rtsp/rtsptransport.h:
9708         Add validation to rtsp_transport_parse().
9709         Add rtsp_transport_as_text() to generate an RTSP header from an
9710         RTSPTransport.
9711         Change ssrc to guint (was a string) since that is what it is, even
9712         though it is sent as a hex string.
9713         Correctly identify PLAY|RECORD mode parameters (the syntax in the RFC is
9714         incorrect, which can be seen when looking at the examples in the RFC).
9715         Fixes #437670.
9716
9717 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9718
9719         Patch by: Eric Anholt
9720
9721         * sys/ximage/gstximagesrc.c (gst_ximage_src_open_display,
9722           gst_ximage_src_ximage_get):
9723         Use union of all damage between frames to make it faster.
9724         Fixes bug #342463.
9725         Also fix crasher when cursor is at bottom right of window.
9726
9727 2007-05-11  Tim-Philipp Müller  <tim at centricular dot net>
9728
9729         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
9730           Skip LIST chunks before the fmt chunk (fixes #437499). Also fix
9731           streaming mode regression for file from #343837 with 'bext' chunk
9732           before the 'fmt' chunk.
9733
9734 2007-05-11  Wim Taymans  <wim@fluendo.com>
9735
9736         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush),
9737         (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek),
9738         (gst_rtspsrc_handle_src_event),
9739         (gst_rtspsrc_stream_configure_manager),
9740         (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved),
9741         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open),
9742         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
9743         * gst/rtsp/gstrtspsrc.h:
9744         * gst/rtsp/rtspdefs.h:
9745         Preliminary seek support.
9746         Activate internal pads so that we can receive events on them.
9747         Don't try to parse a range string when it's NULL.
9748
9749 2007-05-11  Wim Taymans  <wim@fluendo.com>
9750
9751         * gst/rtp/README:
9752         Update README with new RTP variables that will be used for
9753         synchronisation.
9754
9755         * gst/rtp/gstrtpvorbisdepay.c: (decode_base64),
9756         (gst_rtp_vorbis_depay_parse_configuration),
9757         (gst_rtp_vorbis_depay_process):
9758         * gst/rtp/gstrtpvorbispay.c: (encode_base64),
9759         (gst_rtp_vorbis_pay_finish_headers),
9760         (gst_rtp_vorbis_pay_handle_buffer):
9761         Update vorbis pay and depayloader to draft-04.
9762
9763 2007-05-11  Wim Taymans  <wim@fluendo.com>
9764
9765         * gst/rtsp/rtsptransport.c:
9766         UDP MCAST is actually the default for RTP/AVP.
9767 2007-05-13  Sebastien Moutte  <sebastien@moutte.net>
9768
9769         * gst/level/gstlevel.c: (gst_level_transform_ip):
9770         Use guint8 * instead of gpointer then vs6 can build 
9771         in_data += (filter->width / 8).
9772
9773 2007-05-11  Zaheer Abbas Merali  <<zaheerabbas at merali dot org>>
9774
9775         * sys/ximage/gstximagesrc.c (gst_ximage_src_start,
9776           gst_ximage_src_ximage_get):
9777         * sys/ximage/gstximagesrc.h (last_ximage):
9778         When using Damage actually keep the last frame, and not assume
9779         that the buffer we get already has the last frame on it.
9780         Copy the cursor over if we specify a non-zero start x and
9781         start y.
9782
9783 2007-05-11  Wim Taymans  <wim@fluendo.com>
9784
9785         * gst/rtsp/rtsptransport.c:
9786         Make UDP the default transport when not specified.
9787
9788 2007-05-09  David Schleef  <ds@schleef.org>
9789
9790         * gst/level/gstlevel.c:
9791           Revert last change.
9792
9793 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
9794
9795         * gst/level/gstlevel.c: (gst_level_calculate_##TYPE),
9796         (gst_level_transform_ip):
9797         Use guint8 * instead of gpointer then vs6 know the size of data
9798         pointed when moving the pointer.
9799         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_handle_buffer):
9800         Move instructions after variables declaration.
9801         * win32/vs6/autogen.dsp:
9802         * win32/vs6/libgstrtp.dsp:
9803         * win32/vs6/libgstrtsp.dsp:
9804         Update vs6 project files.
9805
9806 2007-05-09  Wim Taymans  <wim@fluendo.com>
9807
9808         * gst/rtsp/Makefile.am:
9809         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_query),
9810         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open):
9811         * gst/rtsp/rtsprange.c: (parse_npt_time), (parse_npt_range),
9812         (parse_clock_range), (parse_smpte_range), (rtsp_range_parse),
9813         (rtsp_range_free):
9814         * gst/rtsp/rtsprange.h:
9815         Add code to parse time ranges.
9816         Report DURATION on the stream when possible.
9817
9818 2007-05-08  Tim-Philipp Müller  <tim at centricular dot net>
9819
9820         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9821         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9822         (gst_videomixer_collected):
9823           Fix strides calculation for AYUV (it's just width*4) (#436910).
9824
9825 2007-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
9826
9827         * gst/audiofx/audioamplify.c: (gst_audio_amplify_transform_ip):
9828         * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_transform_ip):
9829         * gst/audiofx/audioinvert.c: (gst_audio_invert_transform_ip):
9830         Sync the GObject properties before each processing step to properly
9831         work with the controller.
9832
9833 2007-05-04  Wim Taymans  <wim@fluendo.com>
9834
9835         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive),
9836         (gst_rtspsrc_loop_udp), (gst_rtspsrc_try_send), (gst_rtspsrc_send),
9837         (gst_rtspsrc_setup_streams), (gst_rtspsrc_open),
9838         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
9839         (gst_rtspsrc_change_state):
9840         Let more error state trickle down so that we can catch more error
9841         cases.
9842         Handle keep-alive a little smarter by selecting a method the server
9843         actually supports.
9844         Fix a race in UDP streaming shutdown.
9845
9846 2007-05-04  Wim Taymans  <wim@fluendo.com>
9847
9848         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send_keep_alive):
9849         Ignore errors when trying to use the keep-alive messages.
9850
9851 2007-05-04  Wim Taymans  <wim@fluendo.com>
9852
9853         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_handle_src_event),
9854         (gst_rtspsrc_handle_src_query), (gst_rtspsrc_sink_chain),
9855         (gst_rtspsrc_stream_configure_manager),
9856         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9857         (gst_rtspsrc_stream_configure_mcast),
9858         (gst_rtspsrc_stream_configure_udp),
9859         (gst_rtspsrc_stream_configure_udp_sink),
9860         (gst_rtspsrc_stream_configure_transport):
9861         Send RTCP messages back to the server over the TCP connection.
9862
9863         * gst/rtsp/rtspconnection.c: (rtsp_connection_write),
9864         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9865         (rtsp_connection_receive):
9866         * gst/rtsp/rtspconnection.h:
9867         Factor out and expose lowlevel _write and _read methods.
9868         Implement sending data messages to the server.
9869
9870 2007-05-03  Wim Taymans  <wim@fluendo.com>
9871
9872         * gst/multipart/multipartmux.c: (gst_multipart_mux_queue_pads),
9873         (gst_multipart_mux_collected):
9874         Fix timestamps on outgoing buffers.
9875
9876 2007-05-03  Wim Taymans  <wim@fluendo.com>
9877
9878         * gst/multipart/multipartmux.c:
9879         (gst_multipart_mux_request_new_pad), (gst_multipart_mux_collected),
9880         (gst_multipart_mux_change_state):
9881         Emit NEWSEGMENT events before pushing the first buffer.
9882
9883 2007-05-03  Wim Taymans  <wim@fluendo.com>
9884
9885         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
9886         (gst_rtspsrc_alloc_udp_ports), (gst_rtspsrc_handle_src_event),
9887         (gst_rtspsrc_handle_src_query),
9888         (gst_rtspsrc_stream_configure_manager),
9889         (gst_rtspsrc_stream_free_udp), (gst_rtspsrc_stream_configure_tcp),
9890         (gst_rtspsrc_stream_configure_mcast),
9891         (gst_rtspsrc_stream_configure_udp),
9892         (gst_rtspsrc_stream_configure_udp_sink),
9893         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
9894         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
9895         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
9896         (gst_rtspsrc_pause):
9897         Refactor transport configuration code.
9898         Create internal pads for TCP transport so that we can implement events
9899         and queries.
9900         Handle events and queries.
9901         Parse range from the SDP.
9902         Fix race in pause handler where the connection could still be flushing.
9903
9904 2007-05-02  Wim Taymans  <wim@fluendo.com>
9905
9906         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9907         (gst_rtspsrc_finalize), (new_session_pad), (request_pt_map),
9908         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9909         (gst_rtspsrc_send), (gst_rtspsrc_async_open), (gst_rtspsrc_close),
9910         (gst_rtspsrc_play), (gst_rtspsrc_handle_message),
9911         (gst_rtspsrc_change_state):
9912         * gst/rtsp/gstrtspsrc.h:
9913         Fix race when multiple udp sources post timeouts, just act on the first
9914         received timeout.
9915         Protect stream list with a recursive lock to fix some races.
9916         Flush connection when we need to do a reconnect or stop.
9917         Make state lock recursive.
9918
9919         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9920         (rtsp_connection_close):
9921         Some small cleanups.
9922
9923 2007-05-02  Wim Taymans  <wim@fluendo.com>
9924
9925         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9926         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
9927         Only set DISCONT when there actually is a discont or when we just
9928         started.
9929
9930 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9931
9932         * ext/flac/gstflac.c: (plugin_init):
9933         Call bindtextdomain() to get localized strings.
9934
9935 2007-05-02  Wim Taymans  <wim@fluendo.com>
9936
9937         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
9938         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
9939         (gst_wavparse_stream_data):
9940         * gst/wavparse/gstwavparse.h:
9941         Be a bit more clever when dealing with VBR files with FACT tags, we
9942         don't want to timestamp buffers in that case but the estimated BPS can
9943         be used for seeking.
9944         Only send close segment in the streaming thread.
9945
9946 2007-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
9947
9948         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
9949         Correctly post an error on the bus if something went wrong in the loop
9950         function. This fixes a few cases where the task was paused and nothing
9951         happened anymore.
9952
9953 2007-05-02  Wim Taymans  <wim@fluendo.com>
9954
9955         * gst/rtsp/test.c: (main):
9956         Fix compilation of deprecated test just because I'm too lazy to delete
9957         it.
9958
9959 2007-05-02  Wim Taymans  <wim@fluendo.com>
9960
9961         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
9962         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
9963         (gst_rtspsrc_handle_request), (gst_rtspsrc_loop_interleaved),
9964         (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_loop_udp),
9965         (gst_rtspsrc_loop_send_cmd), (gst_rtspsrc_try_send),
9966         (gst_rtspsrc_open), (gst_rtspsrc_handle_message):
9967         * gst/rtsp/gstrtspsrc.h:
9968         Fix sending RTCP to the right place.
9969         Fix bug in reffing the wrong UDP element.
9970         Use new pad names for the session manager.
9971         Implement handling server requests in interleaved and UDP modes.
9972         Handle session keep-alive in UDP modes.
9973         Remove GCond for handling UDP timeouts.
9974
9975         * gst/rtsp/rtspconnection.c: (rtsp_connection_connect),
9976         (rtsp_connection_send), (rtsp_connection_read), (read_body),
9977         (rtsp_connection_receive), (rtsp_connection_close):
9978         * gst/rtsp/rtspconnection.h:
9979         Store connection IP address for later.
9980         Add timeout args to all operations that might block forever.
9981         Parse session timeout.
9982         Only close sockets when not already closed.
9983
9984         * gst/rtsp/rtspdefs.c:
9985         * gst/rtsp/rtspdefs.h:
9986         Add timeout return value and error string.
9987
9988         * gst/rtsp/rtspmessage.c: (rtsp_message_init_response):
9989         Add small comment.
9990
9991 2007-05-01  Wim Taymans  <wim@fluendo.com>
9992
9993         Patch by: Sjoerd Simons <sjoerd at luon dot net>
9994
9995         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init),
9996         (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event):
9997         * gst/rtp/gstrtpmp4vpay.h:
9998         Handle NEWSEGMENT and FLUSH events. Fixes #434824.
9999
10000 2007-04-30  Tim-Philipp Müller  <tim at centricular dot net>
10001
10002         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10003           Remove v4l2src from docs, since it breaks the docs build, and the
10004           plugin is only built if --enable-experimental is used anyway.
10005
10006         * docs/plugins/Makefile.am:
10007           Spaces => tab.
10008
10009 2007-04-29  Wim Taymans  <wim@fluendo.com>
10010
10011         * gst/udp/gstmultiudpsink.c: (leave_multicast),
10012         (gst_multiudpsink_add), (gst_multiudpsink_remove):
10013         Add code to drop membership of a multicast group.
10014
10015         * gst/udp/gstudpsink.c: (gst_udpsink_update_uri),
10016         (gst_udpsink_set_uri):
10017         Implement URI handler.
10018
10019         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10020         (gst_rtspsrc_parse_rtpinfo):
10021         Use URI handler to make udpsink instace.
10022         Improve code to configure port and destination.
10023
10024 2007-04-29  Wim Taymans  <wim@fluendo.com>
10025
10026         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
10027         Fix multicast detection.
10028         Don't try to join a multicast group if the address is not multicast.
10029
10030         * gst/udp/gstudpsrc.c: (gst_udpsrc_update_uri):
10031         Small debug improvement.
10032
10033 2007-04-27  Wim Taymans  <wim@fluendo.com>
10034
10035         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
10036         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10037         (gst_rtspsrc_handle_message):
10038         Ignore ASYNC state messages from the udpsink, it's irrelevant for the
10039         parent.
10040
10041 2007-04-27  Wim Taymans  <wim@fluendo.com>
10042
10043         * gst/rtp/gstrtpilbcdepay.h:
10044         Fix mode property when specified as an arg.
10045
10046 2007-04-26  Edward Hervey  <edward@fluendo.com>
10047
10048         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10049         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10050         * docs/plugins/gst-plugins-good-plugins.hierarchy:
10051         * docs/plugins/inspect/plugin-osxaudio.xml:
10052         Add documentation for osxaudio plugin.
10053
10054 2007-04-26  Wim Taymans  <wim@fluendo.com>
10055
10056         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
10057         (gst_rtspsrc_finalize), (gst_rtspsrc_stream_configure_transport),
10058         (gst_rtspsrc_open), (gst_rtspsrc_close),
10059         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play),
10060         (gst_rtspsrc_pause):
10061         * gst/rtsp/gstrtspsrc.h:
10062         Protect state changes with a lock.
10063
10064         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
10065         (parse_line):
10066         * gst/rtsp/rtspconnection.h:
10067         Remove some unused stuff.
10068
10069 2007-04-26  Wim Taymans  <wim@fluendo.com>
10070
10071         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
10072         Handle the case where there are exactly 0 bytes to read and the ioctl
10073         did not report an error. Fixes #433530.
10074
10075 2007-04-26  Wim Taymans  <wim@fluendo.com>
10076
10077         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
10078         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
10079         * gst/wavparse/gstwavparse.h:
10080         Apply DISCONT to buffers.
10081         Only apply timestamp to the first sample after a DISCONT, too many VBR
10082         files cause random jitter in the timestamps. Fixes #433119.
10083
10084 2007-04-25  Wim Taymans  <wim@fluendo.com>
10085
10086         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_class_init),
10087         (gst_rtp_dec_init), (gst_rtp_dec_set_property),
10088         (gst_rtp_dec_get_property):
10089         * gst/rtsp/gstrtpdec.h:
10090         Add dummy latency property to be backwards compat with rtpbin.
10091
10092         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
10093         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
10094         (gst_rtspsrc_stream_configure_transport),
10095         (gst_rtspsrc_parse_rtpinfo):
10096         * gst/rtsp/gstrtspsrc.h:
10097         Add latency property and configure in the session manager.
10098         Don't set invalid clock-base and seqnum-base on caps, some servers
10099         sometimes don't send them.
10100
10101 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10102
10103         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
10104         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps):
10105           Double-check that RGB input caps are really RGBA caps (apparently
10106           the core doesn't always catch it if those caps aren't a subset of
10107           our template caps, also see #421543). Fixes #429319 in a way.
10108           Also, don't leak the pad template in the transform_caps function.
10109
10110         * tests/check/Makefile.am:
10111         * tests/check/elements/.cvsignore:
10112         * tests/check/elements/alphacolor.c: (setup_alphacolor),
10113         (cleanup_alphacolor), (create_caps_rgb24), (create_caps_rgba32),
10114         (create_buffer_rgb24_3x4), (create_buffer_rgba32_3x4),
10115         (GST_START_TEST), (alphacolor_suite):
10116           Add some basic unit tests for alphacolor.
10117
10118 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
10119
10120         * ext/libpng/gstpngdec.c: (gst_pngdec_task):
10121           If we get a fatal flow return in the loop function, first post the
10122           error message and only then send the EOS event downstream, otherwise
10123           applications might get an eos message before the error message and
10124           think everything was ok (related to #429319).
10125
10126 2007-04-25  Wim Taymans  <wim@fluendo.com>
10127
10128         * gst/rtsp/rtspconnection.c: (rtsp_connection_receive):
10129         Read the channel byte as an unsigned byte.
10130
10131 2007-04-25  Wim Taymans  <wim@fluendo.com>
10132
10133         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_set_property):
10134         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init),
10135         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
10136         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_init),
10137         (gst_rtp_gsm_depay_setcaps):
10138         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps):
10139         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_setcaps):
10140         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_class_init),
10141         (gst_rtp_ilbc_depay_init), (gst_rtp_ilbc_depay_setcaps),
10142         (gst_rtp_ilbc_depay_process), (gst_ilbc_depay_set_property),
10143         (gst_ilbc_depay_get_property):
10144         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
10145         * gst/rtp/gstrtpmp4adepay.c:
10146         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_init),
10147         (gst_rtp_pcma_depay_setcaps):
10148         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_init),
10149         (gst_rtp_pcmu_depay_setcaps):
10150         Make sure we configure the clock_rate in the baseclass in the setcaps
10151         function. Fixes #431282.
10152
10153 2007-04-25  Wim Taymans  <wim@fluendo.com>
10154
10155         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
10156         (gst_rtspsrc_stream_free), (request_pt_map),
10157         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open):
10158         * gst/rtsp/gstrtspsrc.h:
10159         Parse server address from SDP.
10160         Hook up a udpsink to send RTCP back to the server.
10161
10162         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10163         * gst/rtsp/rtsptransport.h:
10164         Add some docs.
10165
10166 2007-04-25  Stefan Kost  <ensonic@users.sf.net>
10167
10168         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10169           Make header field check conditional. Fixes #433135
10170
10171 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
10172
10173         * docs/plugins/Makefile.am:
10174         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10175         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10176         * docs/plugins/inspect/plugin-alphacolor.xml:
10177         * gst/alpha/Makefile.am:
10178         * gst/alpha/gstalphacolor.c:
10179         * gst/alpha/gstalphacolor.h:
10180           Add minimal docs blurb to alphacolor; split out headers into
10181           separate header file for gtk-doc.
10182
10183 2007-04-20  Tim-Philipp Müller  <tim at centricular dot net>
10184
10185         * gst/debug/progressreport.c: (gst_progress_report_report):
10186           Don't try to post NULL message (in case we can't query upstream
10187           position or duration).
10188
10189 2007-04-18  Michael Smith  <msmith@fluendo.com>
10190
10191         * gst/cutter/gstcutter.c: (gst_cutter_init), (gst_cutter_chain),
10192         (gst_cutter_get_caps):
10193         * gst/cutter/gstcutter.h:
10194           Fix some of the most obvious bugs in cutter. Now doesn't leak
10195           everything if input is silent.
10196
10197 2007-04-18  Sebastian Dröge  <slomo@circular-chaos.org>
10198
10199         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10200         (gst_wavenc_sink_setcaps), (gst_wavenc_change_state):
10201         * gst/wavenc/gstwavenc.h:
10202         Wav apparently only supports width==GST_ROUND_UP(depth), everything
10203         else results in a invalid block align and invalid files.
10204
10205 2007-04-17  Tim-Philipp Müller  <tim at centricular dot net>
10206
10207         Patch by: Snaik <snaik32 gmail com>
10208
10209         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw):
10210           Add missing break statement for BOX_HORIZONTAL case.
10211
10212 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10213
10214         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
10215
10216         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10217         Use correct format strings for integer types.
10218
10219 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
10220
10221         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
10222         (gst_wavparse_create_sourcepad):
10223         Use gst_riff_create_audio_template_caps () instead of the local caps.
10224         This makes updates of the local caps unecessary whenever libgstriff
10225         gets support for new formats.
10226
10227 2007-04-16  Tim-Philipp Müller  <tim at centricular dot net>
10228
10229         Patch by: Brian Cameron  <brian.cameron at sun dot com>
10230
10231         * sys/sunaudio/gstsunaudio.c:
10232         * sys/sunaudio/gstsunaudiomixer.c:
10233         * sys/sunaudio/gstsunaudiomixer.h:
10234         * sys/sunaudio/gstsunaudiomixerctrl.c:
10235         * sys/sunaudio/gstsunaudiomixerctrl.h:
10236         * sys/sunaudio/gstsunaudiomixertrack.h:
10237         * sys/sunaudio/gstsunaudiosink.c:
10238         * sys/sunaudio/gstsunaudiosink.h:
10239         * sys/sunaudio/gstsunaudiosrc.c:
10240         * sys/sunaudio/gstsunaudiosrc.h:
10241           Fix and/or update copyright attributions (#430228).
10242
10243 2007-04-13  Wim Taymans  <wim@fluendo.com>
10244
10245         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10246         Fix docs.
10247
10248         * gst/rtsp/URLS:
10249         Add some more example urls.
10250
10251         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10252         (gst_rtp_dec_chain_rtp):
10253         Better debugging.
10254
10255         * gst/rtsp/gstrtspsrc.c: (request_pt_map),
10256         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10257         (gst_rtspsrc_parse_rtpinfo):
10258         Remove unused code.
10259
10260 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10261
10262         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10263         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10264         (gst_wavparse_stream_data):
10265           Relax the audio/mpeg caps again and add FIXME: comment.
10266
10267 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
10268
10269         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10270         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10271         (gst_wavparse_stream_data):
10272         * gst/wavparse/gstwavparse.h:
10273           More sanity check for the header fields. Fix type for 'rate' header
10274           field.
10275
10276 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
10277
10278         * gst/icydemux/gsticydemux.c: (notgst_tag_freeform_string_to_utf8),
10279         (gst_icydemux_unicodify):
10280           If the metadata strings we get in the stream are not UTF-8, try to
10281           interpret them according to the character encodings specified in the
10282           GST_ICY_TAG_ENCODING and GST_TAG_ENCODING environment variables, and
10283           only fall back to locale/ISO-8859-1 if those aren't set or don't
10284           work. Should fix #428901.
10285
10286 2007-04-12  Wim Taymans  <wim@fluendo.com>
10287
10288         * gst/rtp/gstrtph264depay.c:
10289         Use the proper sync word for SPS and PPS.
10290
10291 2007-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10292
10293         * gst/rtp/Makefile.am:
10294         * gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HASH_32_PRIME,
10295           fnv1_hash_32_new, fnv1_hash_32_update, fnv1_hash_32_to_24):
10296         * gst/rtp/fnv1hash.h (__GST_FNV1_HASH_H__):
10297           Add a simple hashing implementation that we can use to generate
10298           a 24-bit ident value based on the codebooks for vorbis and theora.
10299         * gst/rtp/gstrtptheorapay.c (gst_rtp_theora_pay_finish_headers,
10300           gst_rtp_theora_pay_handle_buffer):
10301         * gst/rtp/gstrtpvorbisdepay.c
10302           (gst_rtp_vorbis_depay_parse_configuration,
10303           gst_rtp_vorbis_depay_switch_codebook, gst_rtp_vorbis_depay_process):
10304         * gst/rtp/gstrtpvorbispay.c (gst_rtp_vorbis_pay_reset_packet,
10305           gst_rtp_vorbis_pay_init_packet, gst_rtp_vorbis_pay_flush_packet,
10306           gst_rtp_vorbis_pay_finish_headers, gst_rtp_vorbis_pay_handle_buffer):
10307           Use the hashing function, ensuring that the same codebooks result
10308           in the same ident and thus the same SDP description.
10309           Various log fixes/changes.
10310
10311 2007-04-12  Wim Taymans  <wim@fluendo.com>
10312
10313         Patch by: jerry tan <jerry dot tan at sun dot com>
10314
10315         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
10316         remove the call of  ioctl (fd, AUDIO_MIXER_MULTIPLE_OPEN), it is the
10317         application's responsibility to make sure it open the device once.
10318         Remove a careless error if AUDIODEV is set. Fixes #392620.
10319
10320 2007-04-12  Wim Taymans  <wim@fluendo.com>
10321
10322         * gst/rtsp/gstrtpdec.c: (gst_rtp_dec_marshal_BOXED__UINT_UINT),
10323         (gst_rtp_dec_class_init), (gst_rtp_dec_chain_rtp):
10324         * gst/rtsp/gstrtpdec.h:
10325         Make backward compat with rtpbin by adding the request-pt-map signals.
10326
10327         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
10328         (new_session_pad), (request_pt_map),
10329         (gst_rtspsrc_stream_configure_transport),
10330         (gst_rtspsrc_stream_configure_caps),
10331         (gst_rtspsrc_activate_streams):
10332         * gst/rtsp/gstrtspsrc.h:
10333         Implement request-pt-map signals instead of setting caps on the buffers
10334         for the session manager.
10335
10336 2007-04-11  Wim Taymans  <wim@fluendo.com>
10337
10338         * gst/udp/gstudp.c: (plugin_init):
10339         Register GstNetBuffer in plugin_init so that the type can be used from
10340         multiple threads without races.
10341
10342 2007-04-10  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_setcaps),
10345         (gst_rtp_amr_depay_process):
10346         Fix depayloader clock_rate and some cleanups.
10347
10348         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_finalize),
10349         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10350         * gst/rtp/gstrtph264depay.h:
10351         Don't push codec_data in the adapter because it might get flushed when
10352         we get a discont.
10353
10354         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10355         Handle multiple AU per packet.
10356
10357         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process),
10358         (gst_rtp_sv3v_depay_plugin_init):
10359         Disable rank, this one does not work.
10360         Remove timestamping, base class does that.
10361
10362 2007-04-10  Stefan Kost  <ensonic@users.sf.net>
10363
10364         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
10365           limit caps to the formats we announce in the template
10366
10367         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
10368         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
10369         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data):
10370           fix some crashers/asserts when dealing with broken files
10371
10372 2007-04-10  Wim Taymans  <wim@fluendo.com>
10373
10374         Patch by: Peter Kjellerstedt  <pkj at axis com>
10375
10376         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10377         * gst/rtp/gstrtpL16depay.c:
10378         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10379         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_get_mode),
10380         (gst_rtp_speex_depay_setcaps):
10381         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
10382         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_udp):
10383         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init_send):
10384         Fix some compiler warnings. Fixes #428182.
10385
10386 2007-04-06  Wim Taymans  <wim@fluendo.com>
10387
10388         * gst/rtsp/Makefile.am:
10389         * gst/rtsp/gstrtpdec.c: (find_session_by_id), (create_session),
10390         (free_session), (gst_rtp_dec_base_init), (gst_rtp_dec_class_init),
10391         (gst_rtp_dec_init), (gst_rtp_dec_finalize),
10392         (gst_rtp_dec_query_src), (gst_rtp_dec_chain_rtp),
10393         (gst_rtp_dec_chain_rtcp), (gst_rtp_dec_set_property),
10394         (gst_rtp_dec_get_property), (gst_rtp_dec_provide_clock),
10395         (gst_rtp_dec_change_state), (create_recv_rtp), (create_recv_rtcp),
10396         (create_rtcp), (gst_rtp_dec_request_new_pad),
10397         (gst_rtp_dec_release_pad):
10398         * gst/rtsp/gstrtpdec.h:
10399         * gst/rtsp/gstrtsp.c: (plugin_init):
10400         Morph RTPDec into something compatible with RTPBin as a fallback.
10401         Various other style fixes.
10402
10403         * gst/rtsp/gstrtspsrc.c: (find_stream_by_id),
10404         (find_stream_by_udpsrc), (gst_rtspsrc_stream_free),
10405         (gst_rtspsrc_cleanup), (gst_rtspsrc_media_to_caps),
10406         (new_session_pad), (gst_rtspsrc_stream_configure_transport),
10407         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
10408         (gst_rtspsrc_loop_udp), (gst_rtspsrc_setup_auth),
10409         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
10410         * gst/rtsp/gstrtspsrc.h:
10411         Implement RTPBin session manager handling.
10412         Don't try to add empty properties to caps.
10413         Implement fallback session manager, handling.
10414         Don't combine errors from RTCP streams, just ignore them.
10415
10416         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_manager):
10417         * gst/rtsp/rtsptransport.h:
10418         Implement fallback session manager.
10419         Make RTPBin the default one when available.
10420
10421 2007-04-05  Wim Taymans  <wim@fluendo.com>
10422
10423         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10424         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_plugin_init):
10425         This element is ready to be autoplugged.
10426
10427 2007-04-05  Julien MOUTTE  <julien@moutte.net>
10428
10429         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
10430         Don't leave the offsets defined by upstream element on the
10431         compressed data buffer we are pushing downstream. Make them
10432         GST_BUFFER_OFFSET_NONE.
10433
10434 2007-04-04  Stefan Kost  <ensonic@users.sf.net>
10435
10436         * gst/avi/README:
10437         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10438         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
10439         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
10440         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
10441         (gst_avi_demux_calculate_durations_from_index),
10442         (gst_avi_demux_stream_header_push),
10443         (gst_avi_demux_stream_header_pull), (gst_avi_demux_combine_flows),
10444         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
10445           Don't abort on out-of-memory. Use stream-nr as unsigned integer only.
10446
10447 2007-04-03  Wim Taymans  <wim@fluendo.com>
10448
10449         * gst/smpte/barboxwipes.c:
10450         Fix error as spotted by Snaik <snaik32 at gmail dot com>
10451
10452 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10453
10454         * gst/wavparse/gstwavparse.c:
10455         Support audio/x-raw-float in wav files. This only works with
10456         plugins-base CVS, using an older version doesn't have any
10457         disadvantages though.
10458
10459 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
10460
10461         * configure.ac:
10462         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10463         (gst_au_parse_parse_header), (gst_au_parse_chain):
10464         * gst/auparse/gstauparse.h:
10465         Revert last change as we don't want plugins-good to depend on
10466         plugins-base CVS now.
10467
10468 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10469
10470         * configure.ac:
10471         Require gst-plugins-base CVS for audioconvert with non-native
10472         float support and width/depth fix in libgstriff.
10473
10474         Patch by: René Stadler <mail at renestadler dot de>
10475
10476         * gst/auparse/gstauparse.c: (gst_au_parse_reset),
10477         (gst_au_parse_parse_header), (gst_au_parse_chain):
10478         * gst/auparse/gstauparse.h:
10479         Don't swap the floats ourself if they're not in native endianness.
10480         Instead let audioconvert handle this. Fixes #339838.
10481
10482 2007-03-29  Wim Taymans  <wim@fluendo.com>
10483
10484         * gst/rtp/gstasteriskh263.h:
10485         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_process),
10486         (gst_rtp_h263p_depay_change_state):
10487         * gst/rtp/gstrtph263pdepay.h:
10488         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10489         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
10490         (gst_rtp_h264_depay_change_state):
10491         * gst/rtp/gstrtph264depay.h:
10492         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_class_init),
10493         (gst_rtp_mp4a_depay_setcaps), (gst_rtp_mp4a_depay_process):
10494         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10495         Flush adapter on disconts.
10496
10497 2007-03-29  Wim Taymans  <wim@fluendo.com>
10498
10499         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_process):
10500         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_process):
10501         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_process):
10502         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
10503         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_process):
10504         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_flush):
10505         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10506         (gst_rtp_mp4v_depay_process):
10507         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_flush):
10508         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_process):
10509         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_flush):
10510         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
10511         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_process):
10512         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_process):
10513         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_process):
10514         Use more efficient adapter and rtpbuffer methods when possible.
10515
10516 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10517
10518         * gst/wavenc/gstwavenc.c: (gst_wavenc_create_header_buf),
10519         (gst_wavenc_sink_setcaps):
10520         Correctly handle width!=depth input.
10521         * gst/wavparse/gstwavparse.c:
10522         Already export in the caps that width==8 uses unsigned samples and
10523         everything else uses signed samples.
10524
10525 2007-03-29  Wim Taymans  <wim@fluendo.com>
10526
10527         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10528
10529         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init),
10530         (gst_dynudpsink_init), (gst_dynudpsink_set_property),
10531         (gst_dynudpsink_get_property), (gst_dynudpsink_init_send),
10532         (gst_dynudpsink_close):
10533         * gst/udp/gstdynudpsink.h:
10534         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
10535         (gst_udpsrc_create), (gst_udpsrc_set_property),
10536         (gst_udpsrc_get_property), (gst_udpsrc_start), (gst_udpsrc_stop):
10537         * gst/udp/gstudpsrc.h:
10538         Rework the socket allocation a bit based on the sockfd argument so that
10539         it becomes usable.
10540         Add a closefd property to instruct the udp elements to close the custom
10541         file descriptors when going to READY. Fixes #423304.
10542         API:GstUDPSrc::closefd property
10543         API:GstDynUDPSink::closefd property
10544
10545 2007-03-29  Wim Taymans  <wim@fluendo.com>
10546
10547         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
10548
10549         * gst/rtp/Makefile.am:
10550         * gst/rtp/gstrtp.c: (plugin_init):
10551         * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
10552         (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
10553         (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
10554         (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
10555         (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
10556         (gst_rtp_h264_pay_plugin_init):
10557         * gst/rtp/gstrtph264pay.h:
10558         Added H264 payloader. Fixes #423782.
10559
10560         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
10561         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
10562         Small fixes.
10563
10564 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10565
10566         * gst/wavparse/gstwavparse.c:
10567         Actually support depths from 1 to 32, not only 8 to 32.
10568
10569 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
10570
10571         * gst/wavparse/gstwavparse.c:
10572         Add support for wav files containing audio/x-raw-int with random
10573         depths between 1 and 32 bits.
10574
10575 2007-03-28  Wim Taymans  <wim@fluendo.com>
10576
10577         Based on patch by: Stefan Kost  <ensonic@users.sf.net>
10578
10579         * gst/rtp/Makefile.am:
10580         * gst/rtp/gstrtp.c: (plugin_init):
10581         * gst/rtp/gstrtpmp4adepay.c: (gst_rtp_mp4a_depay_base_init),
10582         (gst_rtp_mp4a_depay_class_init), (gst_rtp_mp4a_depay_init),
10583         (gst_rtp_mp4a_depay_finalize), (gst_rtp_mp4a_depay_setcaps),
10584         (gst_rtp_mp4a_depay_process), (gst_rtp_mp4a_depay_set_property),
10585         (gst_rtp_mp4a_depay_get_property),
10586         (gst_rtp_mp4a_depay_change_state),
10587         (gst_rtp_mp4a_depay_plugin_init):
10588         * gst/rtp/gstrtpmp4adepay.h:
10589         Added MP4A-LATM depayloader. Fixes #417792.
10590
10591         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps),
10592         (gst_rtp_mp4v_depay_process):
10593         Fixup depayloader, setting codec_data, using more efficient adaptor and
10594         rtpbuffer handling.
10595
10596         * gst/rtsp/URLS:
10597         Add url to test above.
10598
10599 2007-03-25  Wim Taymans  <wim@fluendo.com>
10600
10601         * gst/rtsp/gstrtspsrc.c: (find_stream_by_setup),
10602         (gst_rtspsrc_create_stream), (gst_rtspsrc_stream_free),
10603         (get_default_rate_for_pt), (gst_rtspsrc_parse_rtpmap),
10604         (gst_rtspsrc_media_to_caps),
10605         (gst_rtspsrc_stream_configure_transport),
10606         (gst_rtspsrc_stream_configure_caps),
10607         (gst_rtspsrc_activate_streams), (gst_rtspsrc_parse_rtpinfo):
10608         * gst/rtsp/gstrtspsrc.h:
10609         Handle default clock-rates for static payload types, rearrange stuff so
10610         that the rtpmap field in the sdp can override the defaults.
10611         Parse RTP-Info field to get the seqnum and timebase fields that should
10612         go in the caps.
10613         Delay configuring caps after we got the RTP-Info from the PLAY reply from
10614         the server. 
10615
10616 2007-03-22  Wim Taymans  <wim@fluendo.com>
10617
10618         Patch by: Christophe Dehais <christophe dot dehais at gmail dot com>
10619
10620         * ext/gconf/gconf.c: (gst_gconf_render_bin_with_default):
10621         Accept complex pipeline descriptions as an audio profile instead of just
10622         a single element. Fixes #420658.
10623
10624 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
10625
10626         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_type):
10627           Rename registered type in preparation of GstTagDemux moving to
10628           -base at some point in the future.
10629
10630 2007-03-19  Tim-Philipp Müller  <tim at centricular dot net>
10631
10632         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
10633           Streaming mode fixes: don't unref buffer we don't own any longer;
10634           remove bogus adapter flush. Fixes #419338.
10635
10636 2007-03-17  David Schleef  <ds@schleef.org>
10637
10638         * REQUIREMENTS: Change the format to key/value, add a bunch of
10639           information, remove a bunch of requirements that are for
10640           other GStreamer packages.
10641
10642 2007-03-17  David Schleef  <ds@schleef.org>
10643
10644         * REQUIREMENTS: Fix a few things.  This file really needs a
10645         good once-over.
10646
10647 2007-03-15  Edward Hervey  <edward@fluendo.com>
10648
10649         * sys/Makefile.am:
10650         Don't forget to distribute the sys/osxaudio/ directory.
10651
10652 2007-03-15  Edward Hervey  <edward@fluendo.com>
10653
10654         * configure.ac:
10655         * sys/Makefile.am:
10656         * sys/osxaudio/Makefile.am:
10657         * sys/osxaudio/gstosxaudio.c:
10658         * sys/osxaudio/gstosxaudiosink.c:
10659         (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init),
10660         (gst_osx_audio_sink_getcaps),
10661         (gst_osx_audio_sink_create_ringbuffer), (plugin_init):
10662         * sys/osxaudio/gstosxaudiosrc.c:
10663         (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init),
10664         (gst_osx_audio_src_create_ringbuffer):
10665         * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type),
10666         (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init),
10667         (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start),
10668         (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop):
10669         * sys/osxaudio/gstosxringbuffer.h:
10670         Activate osxaudio in gst-plugins-good with proper build setup.
10671         Add inlined documentation.
10672         Fix debug statements
10673         Fix ringbuffer when pausing.
10674         Fixes #323471
10675
10676 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
10677         * gst/rtp/gstrtppcmapay.c:
10678         * gst/rtp/gstrtppcmapay.h:
10679         * gst/rtp/gstrtppcmupay.c:
10680         * gst/rtp/gstrtppcmupay.h:
10681         Ported mulaw and alaw payloaders to use new base class
10682
10683 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10684
10685         * po/af.po:
10686         * po/az.po:
10687         * po/cs.po:
10688         * po/en_GB.po:
10689         * po/it.po:
10690         * po/nl.po:
10691         * po/or.po:
10692         * po/sq.po:
10693         * po/sr.po:
10694         * po/sv.po:
10695         * po/uk.po:
10696         * po/vi.po:
10697           Update translations.
10698
10699 2007-03-14  Tim-Philipp Müller  <tim at centricular dot net>
10700
10701         * configure.ac:
10702           Fix string replace error (AG_AG_GST_* => AG_GST_*).
10703
10704 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10705
10706         * gst/apetag/gsttagdemux.c: (gst_tag_demux_srcpad_event):
10707           Fix handling of -1 values for start and stop values when seeking,
10708           and SEEK_CUR+SEEK_END here as well.
10709
10710 2007-03-12  Jan Schmidt  <thaytan@mad.scientist.com>
10711
10712         * gst/id3demux/gstid3demux.c: (gst_id3demux_srcpad_event):
10713           Fix handling of -1 values for start and stop values when seeking, 
10714           and SEEK_CUR+SEEK_END.
10715
10716 2007-03-12  Tim-Philipp Müller  <tim at centricular dot net>
10717
10718         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
10719           Fix parsing of ID3 v2.2.0 PIC frames. Only in version >= 2.3.0 is
10720           the image format a variable-length NUL-terminated string; in
10721           versions before that the image format is a fixed-length string of
10722           3 characters (see #348644 for a sample tag).
10723           Also make supplied mime type lower-case and fix up 'jpg' to 'jpeg'.
10724
10725 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
10726
10727         * win32/MANIFEST:
10728         Add new project files to MANIFEST.
10729         * win32/vs6/libgstaudiofx.dsp:
10730         * win32/vs6/libgstrtp.dsp:
10731         * win32/vs6/libgstrtsp.dsp:
10732         Update project files.
10733         
10734 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
10735
10736         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
10737         (gst_avi_demux_parse_index):
10738         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
10739         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
10740           Printf format fixes; also add some missing quotes in translated
10741           strings. Fixes #416728 and #416727.
10742
10743 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10744
10745         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_find_best):
10746           Tim and I can't think of any reason the child audio sink needs to 
10747           be set back to NULL after successfully determining that it can 
10748           reach READY - it gets immediately set back to READY by the caller
10749           anyway, causing an unnecessary close/open of any audio devices
10750           involved.
10751
10752 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10753
10754         * po/LINGUAS:
10755         * po/ja.po:
10756           Add ja.po file from #377306.
10757
10758 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
10759
10760         * sys/sunaudio/gstsunaudio.c: (plugin_init):
10761         * sys/sunaudio/gstsunaudiomixertrack.c:
10762         (gst_sunaudiomixer_track_new):
10763           Actually translate sunaudio mixer track labels instead of just
10764           marking the strings as translatable (#377306); clean up weird
10765           label string mapping code that serves no apparent purpose. Also
10766           set the 'untranslated-label' property when creating mixer tracks
10767           if the GstMixerTrack base class supports this.
10768
10769         * tests/check/Makefile.am:
10770         * tests/check/elements/.cvsignore:
10771         * tests/check/elements/sunaudio.c: (GST_START_TEST),
10772         (sunaudio_suite):
10773           Very minimalistic unit test for sunaudiomixer element (compiles, but not
10774           actually tested on a system where sunaudiomixer is available).
10775
10776 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10777
10778         * tests/check/Makefile.am:
10779         Re-enable the states test and see if it works on the buildbots.
10780
10781 2007-03-09  Jan Schmidt  <thaytan@mad.scientist.com>
10782
10783         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps),
10784         (gst_dvdec_src_negotiate), (gst_dvdec_chain),
10785         (gst_dvdec_change_state):
10786         * ext/dv/gstdvdec.h:
10787         Infer pixel-aspect-ratio from the video frame format if it isn't
10788         provided by the container, as happens when playing DV from AVI
10789         or Quicktime containers.
10790
10791         Patch by: Wim Taymans <wim@fluendo.com>
10792         Fixes #380944
10793
10794 2007-03-09  Wim Taymans  <wim@fluendo.com>
10795
10796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
10797         When activated, remove the udpsrc timeout, we have dataflow and timeouts
10798         will later be handled by the jitterbuffer.
10799
10800 2007-03-09  Wim Taymans  <wim@fluendo.com>
10801
10802         * ext/taglib/gstid3v2mux.cc:
10803         Add write support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
10804         Fixes #414496.
10805         
10806         Patch by: Alex Lancaster <alexl at users sourceforge net>
10807
10808 2007-03-09  Wim Taymans  <wim@fluendo.com>
10809
10810         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10811         (gst_avi_demux_push_event), (gst_avi_demux_do_seek),
10812         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
10813         (gst_avi_demux_chain):
10814         Fix stream position reporting after a seek. Fixes #416445.
10815
10816 2007-03-08  Wim Taymans  <wim@fluendo.com>
10817
10818         Patch by: René Stadler <mail at renestadler dot de>
10819
10820         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
10821         (gst_avi_demux_push_event), (gst_avi_demux_process_next_entry),
10822         (gst_avi_demux_stream_data), (gst_avi_demux_chain):
10823         Make avidemux accept optional header chunks in any order.
10824         Fixes #415446.
10825
10826 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
10827
10828         * tests/check/Makefile.am:
10829         Disable the states check until the remaining Valgrind errors
10830         are fixed or suppressed.
10831
10832 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10833
10834         * tests/check/elements/.cvsignore:
10835           Add audiodynamic check to .cvsignore
10836
10837 2007-03-08  Sebastian Dröge  <slomo@circular-chaos.org>
10838
10839         reviewed by: Stefan Kost  <ensonic@users.sf.net>
10840
10841         * gst/audiofx/Makefile.am:
10842         * gst/audiofx/audiodynamic.c:
10843         (gst_audio_dynamic_characteristics_get_type),
10844         (gst_audio_dynamic_mode_get_type),
10845         (gst_audio_dynamic_set_process_function),
10846         (gst_audio_dynamic_base_init), (gst_audio_dynamic_class_init),
10847         (gst_audio_dynamic_init), (gst_audio_dynamic_set_property),
10848         (gst_audio_dynamic_get_property), (gst_audio_dynamic_setup),
10849         (gst_audio_dynamic_transform_hard_knee_compressor_int),
10850         (gst_audio_dynamic_transform_hard_knee_compressor_float),
10851         (gst_audio_dynamic_transform_soft_knee_compressor_int),
10852         (gst_audio_dynamic_transform_soft_knee_compressor_float),
10853         (gst_audio_dynamic_transform_hard_knee_expander_int),
10854         (gst_audio_dynamic_transform_hard_knee_expander_float),
10855         (gst_audio_dynamic_transform_soft_knee_expander_int),
10856         (gst_audio_dynamic_transform_soft_knee_expander_float),
10857         (gst_audio_dynamic_transform_ip):
10858         * gst/audiofx/audiodynamic.h:
10859         * gst/audiofx/audiofx.c: (plugin_init):
10860         Add new audiodynamic element which can act as a compressor or
10861         expander. Supported are hard-knee and soft-knee operation modes with
10862         user-specified ratio and threshold.
10863         Attack and release parameters are not yet implemented but will follow.
10864         * docs/plugins/Makefile.am:
10865         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
10866         * docs/plugins/gst-plugins-good-plugins-sections.txt:
10867         * docs/plugins/gst-plugins-good-plugins.args:
10868         * docs/plugins/inspect/plugin-audiofx.xml:
10869         Integrate audiodynamic into the docs.
10870         * tests/check/Makefile.am:
10871         * tests/check/elements/audiodynamic.c: (setup_dynamic),
10872         (cleanup_dynamic), (GST_START_TEST), (dynamic_suite), (main):
10873         Add unit test for audiodynamic.
10874
10875 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
10876
10877         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_start):
10878         Free handles that we allocated when exiting via the error paths.
10879
10880 2007-03-07  Stefan Kost  <ensonic@users.sf.net>
10881
10882         * gst/level/gstlevel.c: (gst_level_class_init),
10883         (gst_level_set_caps), (gst_level_start), (gst_level_event),
10884         (gst_level_transform_ip):
10885         * gst/level/gstlevel.h:
10886           Resolve message timestamps against the playback segment.
10887
10888 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
10891         (gst_id3demux_sink_activate):
10892           Don't leak caps: make gst_id3demux_add_srcpad() not take ownership of the
10893           caps passed to it (previously one code path assumed it took ownership
10894           while another one assumed it didn't, while in fact it sometimes did and
10895           sometimes didn't ...).
10896
10897         * configure.ac:
10898         * tests/files/Makefile.am:
10899         * tests/files/id3-407349-1.tag:
10900         * tests/files/id3-407349-2.tag:
10901           Add directory where data for unit tests can be stored.
10902
10903         * tests/Makefile.am:
10904         * tests/check/Makefile.am:
10905         * tests/check/elements/.cvsignore:
10906         * tests/check/elements/id3demux.c: (pad_added_cb), (error_cb),
10907         (read_tags_from_file), (run_check_for_file),
10908         (check_date_1977_06_23), (GST_START_TEST), (id3demux_suite):
10909           Add unit test for id3demux, and in particular for bug #407349. Only
10910           testing pull-mode for now; push mode doesn't work yet because the test
10911           files are smaller than ID3_TYPE_FIND_MIN_SIZE.
10912
10913 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * tests/check/Makefile.am:
10916           Add missing backslash at end of line.
10917
10918 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10919
10920         Trigger rebuild.
10921
10922 2007-03-06  Tim-Philipp Müller  <tim at centricular dot net>
10923
10924         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
10925         * gst/id3demux/id3tags.h:
10926         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
10927         (parse_obsolete_tdat_frame):
10928           Do not convert obsolete TDA/TDAT frames to TDRC frames, otherwise
10929           the four-digit number will be interpreted as a year, whereas it is
10930           month and day in DDMM format. Instead, parse TDAT frames and fix up
10931           the date in the GST_TAG_DATE tag later if we also extracted a year.
10932           Fixes #407349.
10933
10934 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
10935
10936         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10937         (gst_switch_commit_new_kid):
10938         Fix up the dispose logic so it doesn't leak, and fix setting of 
10939         the child state so that we don't set a child to our current state 
10940         just as we are changing it to something else.
10941
10942 2007-03-06  Wim Taymans  <wim@fluendo.com>
10943
10944         * gst/goom/gstgoom.c: (gst_goom_src_setcaps), (get_buffer),
10945         (gst_goom_chain):
10946         * gst/goom/gstgoom.h:
10947         Document, fix and improve goom adapter behaviour.
10948         Fixes #407006.
10949
10950 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10951
10952         * ext/esd/esdsink.c: (gst_esdsink_open):
10953         Unref static pad template after using it.
10954
10955 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10956
10957         * ext/gconf/gstswitchsink.c: (gst_switch_sink_dispose),
10958         (gst_switch_commit_new_kid):
10959         Fix up the reference counting of the child elements.
10960
10961 2007-03-05  Wim Taymans  <wim@fluendo.com>
10962
10963         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
10964         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_finish_headers):
10965         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_finish_headers):
10966         Fix encoding-name case.
10967
10968 2007-03-05  Wim Taymans  <wim@fluendo.com>
10969
10970         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init),
10971         (gst_rtp_speex_depay_get_mode), (gst_rtp_speex_depay_setcaps),
10972         (gst_rtp_speex_depay_process):
10973         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_base_init),
10974         (gst_rtp_speex_pay_class_init), (gst_rtp_speex_pay_setcaps),
10975         (gst_rtp_speex_pay_parse_ident), (gst_rtp_speex_pay_handle_buffer),
10976         (gst_rtp_speex_pay_change_state):
10977         * gst/rtp/gstrtpspeexpay.h:
10978         Fix speex (de)payloader. Fixes #358040.
10979
10980 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
10981
10982         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset),
10983         (gst_switch_commit_new_kid), (gst_switch_sink_set_child):
10984         Install fakesink in NULL by fixing some broken logic. This obviates
10985         the need to manually set _IS_SINK.
10986         Add some comments and remove a little cruft while I'm at it.
10987
10988 2007-03-05  Wim Taymans  <wim@fluendo.com>
10989
10990         * ext/gconf/gstswitchsink.c: (gst_switch_sink_reset):
10991         Mark us as a sink when we have no fakesink in NULL. Fixes #414887.
10992
10993 2007-03-04  Tim-Philipp Müller  <tim at centricular dot net>
10994
10995         * po/POTFILES.in:
10996           Update.
10997
10998 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
10999
11000         * tests/check/Makefile.am:
11001         Gah! Also disable gconfvideosink from the tests, otherwise
11002         it will instantiate autovideosink, and dfbvideosink and
11003         leak on the buildbots.
11004
11005 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11006
11007         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open),
11008         (gst_cdio_cdda_src_finalize):
11009         Make sure we always destroy our libcdio handle.
11010
11011 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11012
11013         * tests/check/Makefile.am:
11014         Disable autovideosink so the buildbots don't barf over memory
11015         leaked in the directfb sink.
11016
11017 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11018
11019         * sys/ximage/gstximagesrc.c: (gst_ximage_src_dispose):
11020         Chain up in dispose
11021
11022 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11023
11024         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11025         (gst_multipart_find_pad_by_mime):
11026         Use gst_pad_new_from_static_template instead of
11027         static_pad_template_get+pad_new.
11028
11029 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11030
11031         * sys/ximage/gstximagesrc.c: (gst_ximage_src_create):
11032         Catch the case where no clock has been set.
11033
11034 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11035
11036         * ext/flac/gstflacenc.c: (gst_flac_enc_finalize):
11037         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_class_init),
11038         (gst_gconf_audio_sink_dispose), (gst_gconf_audio_sink_finalize):
11039         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
11040         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_dispose),
11041         (gst_gconf_audio_src_finalize), (do_toggle_element):
11042         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init),
11043         (gst_gconf_video_sink_class_init), (gst_gconf_video_sink_finalize),
11044         (do_toggle_element):
11045         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
11046         (gst_gconf_video_src_class_init), (gst_gconf_video_src_dispose),
11047         (gst_gconf_video_src_finalize), (do_toggle_element):
11048         * ext/gconf/gstswitchsink.c: (gst_switch_sink_class_init),
11049         (gst_switch_sink_reset), (gst_switch_sink_set_child):
11050         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
11051         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
11052         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11053         (gst_shout2send_init), (gst_shout2send_finalize):
11054         * gst/debug/testplugin.c: (gst_test_class_init),
11055         (gst_test_finalize):
11056         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11057         (gst_flxdec_dispose):
11058         * gst/multipart/multipartmux.c: (gst_multipart_mux_finalize):
11059         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_finalize):
11060         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
11061         (gst_rtspsrc_finalize):
11062         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_free_context):
11063         * gst/rtsp/rtspextwms.h:
11064         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
11065         (gst_smpte_finalize):
11066         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_finalize):
11067         * gst/udp/gstudpsink.c: (gst_udpsink_class_init),
11068         (gst_udpsink_finalize):
11069         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose),
11070         (gst_wavparse_sink_activate):
11071         * sys/oss/gstosssink.c: (gst_oss_sink_finalise):
11072         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
11073         (gst_oss_src_finalize):
11074         * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_destroy):
11075         * sys/v4l2/gstv4l2object.h:
11076         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
11077         (gst_v4l2src_finalize):
11078         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
11079
11080         Fix a bunch of leaks shown by the newly-added states test.
11081
11082 2007-03-04  Jan Schmidt  <thaytan@mad.scientist.com>
11083
11084         * ext/dv/gstdvdec.c: (gst_dvdec_init):
11085         Use gst_pad_new_from_static_template instead of 
11086         static_pad_template_get+pad_new.
11087
11088 2007-03-03  Tim-Philipp Müller  <tim at centricular dot net>
11089
11090         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11091
11092         * ext/libcaca/Makefile.am:
11093         * gst/debug/Makefile.am:
11094           Don't mix tabs and spaces (#414168).
11095
11096 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11097
11098         * tests/check/generic/.cvsignore:
11099           Ignore files to please buildbot.
11100
11101 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11102
11103         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers),
11104         (gst_wavparse_stream_data):
11105           Unbreak my previous commit (swapped nominator & denominator). Tim,
11106           thanks for spotting.
11107
11108 2007-03-02  Wim Taymans  <wim@fluendo.com>
11109
11110         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_probe_devices),
11111         (gst_cdio_cdda_src_read_sector), (gst_cdio_cdda_src_open),
11112         (gst_cdio_cdda_src_finalize):
11113         Small code cleanups.
11114         Don't use pad_alloc as the base class cannot deal with the error codes.
11115
11116 2007-03-02  Wim Taymans  <wim@fluendo.com>
11117
11118         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
11119         (gst_udpsrc_create):
11120         Fix doc.
11121
11122 2007-03-02  Stefan Kost  <ensonic@users.sf.net>
11123
11124         Patch by: René Stadler <mail@renestadler.de>
11125
11126         * gst/wavparse/gstwavparse.c: (uint64_ceiling_scale_int),
11127         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
11128         (gst_wavparse_stream_data):
11129           Handle rounding better to not drop last sample frame. Fixes #356692
11130
11131 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
11132
11133         * tests/check/Makefile.am:
11134         Disable cacasink from the states check too - it also calls exit(1)
11135         on us when it can't find a terminal to talk to.
11136
11137 2007-03-02  Wim Taymans  <wim@fluendo.com>
11138
11139         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11140
11141         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
11142         (gst_udpsrc_create), (gst_udpsrc_set_property),
11143         (gst_udpsrc_get_property):
11144         * gst/udp/gstudpsrc.h:
11145         Add support to strip proprietary headers. Fixes #350296.
11146
11147 2007-03-02  Wim Taymans  <wim@fluendo.com>
11148
11149         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_process):
11150         Fix compilation.
11151
11152 2007-03-02  Wim Taymans  <wim@fluendo.com>
11153
11154         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
11155
11156         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_class_init),
11157         (gst_rtp_mp2t_depay_init), (gst_rtp_mp2t_depay_process),
11158         (gst_rtp_mp2t_depay_set_property),
11159         (gst_rtp_mp2t_depay_get_property):
11160         * gst/rtp/gstrtpmp2tdepay.h:
11161         Add support to strip off proprietary headers. Fixes #350278.
11162
11163 2007-03-02  Wim Taymans  <wim@fluendo.com>
11164
11165         * ext/hal/hal.c:
11166         Fix compilation.
11167
11168 2007-03-02  Wim Taymans  <wim@fluendo.com>
11169
11170         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_class_init),
11171         (gst_sunaudiosrc_init), (gst_sunaudiosrc_get_property),
11172         (gst_sunaudiosrc_open):
11173         * sys/sunaudio/gstsunaudiosrc.h:
11174         Remove device-name from GstSunAudioSrc. Fixes #412597.
11175
11176 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11177
11178         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11179         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11180         Having NULL as UDI previously selected the default sink/src. Change
11181         this back but mention it in the debug output.
11182         * ext/hal/hal.c: (gst_hal_get_alsa_element),
11183         (gst_hal_get_oss_element), (gst_hal_get_string),
11184         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
11185         (gst_hal_get_audio_src):
11186         * ext/hal/hal.h:
11187         Refactor a bit, check all error conditions, greatly improve debugging
11188         and fix some possible memory leaks. Also implement OSS support
11189         and allow specifying an UDI that points to a real device. For this the
11190         child device which supports ALSA (preferred) or OSS is used.
11191         As a side effect this makes it impossible now to get a alsasink in
11192         halaudiosrc and a alsasrc in halaudiosink.
11193
11194 2007-03-01  Wim Taymans  <wim@fluendo.com>
11195
11196         * gst/rtsp/gstrtspsrc.c: (find_stream_by_channel),
11197         (find_stream_by_udpsrc), (gst_rtspsrc_handle_message):
11198         Errors from the udp sources are not fatal unless all of them are in
11199         error.
11200
11201 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11202
11203         * tests/check/Makefile.am:
11204         Disable aasink in the states test. I suspect this is the element that
11205         is calling exit(1) when it can't proceed.
11206
11207 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
11208
11209         * tests/check/Makefile.am:
11210         Draw plugins in from the build tree sys/ dir, rather than picking
11211         up the already installed versions.
11212
11213 2007-03-01  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11214
11215         * sys/ximage/gstximagesrc.c: (gst_ximage_src_open_display):
11216         Error out correctly when getting xcontext fails.
11217
11218 2007-03-01  Wim Taymans  <wim@fluendo.com>
11219
11220         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_change_state):
11221         Make state change to PAUSED NO_PREROLL because that's what it will be in
11222         the future and rtspsrc relies on it.
11223
11224         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport),
11225         (gst_rtspsrc_change_state):
11226         Don't error out when we don't get an error from the state change
11227         function.
11228
11229 2007-03-01  Sebastian Dröge  <slomo@circular-chaos.org>
11230
11231         * ext/hal/gsthalaudiosink.c: (do_toggle_element):
11232         * ext/hal/gsthalaudiosrc.c: (do_toggle_element):
11233           Check if the device UDI is set before trying to query HAL
11234           about it and give a useful error message if it wasn't set.
11235         * ext/hal/hal.c: (gst_hal_get_string):
11236           Don't query HAL for NULL UDIs. Passing NULL as UDI to HAL
11237           gives an assertion failure in D-Bus when running with
11238           DBUS_FATAL_WARNINGS=1.
11239
11240 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11241
11242         * configure.ac:
11243           Convert to new AG_GST style.
11244
11245 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11246
11247         * tests/check/Makefile.am:
11248         * tests/check/generic/states.c: (GST_START_TEST), (states_suite):
11249           add test for states
11250
11251 2007-02-28  Wim Taymans  <wim@fluendo.com>
11252
11253         * tests/check/elements/.cvsignore:
11254         Add new videofilter check to .cvsignore.
11255
11256 2007-02-28  Wim Taymans  <wim@fluendo.com>
11257
11258         * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows),
11259         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11260         (gst_avi_demux_loop), (gst_avi_demux_chain):
11261         Fix combined flow return. Fixes #412608.
11262
11263 2007-02-28  Wim Taymans  <wim@fluendo.com>
11264
11265         * gst/videofilter/Makefile.am:
11266         Dist header..
11267
11268 2007-02-28  Wim Taymans  <wim@fluendo.com>
11269
11270         * gst/videofilter/gstgamma.h:
11271         Add header too.
11272
11273 2007-02-28  Wim Taymans  <wim@fluendo.com>
11274
11275         Patch by: Mark Nauwelaerts <manauw at skynet be>
11276
11277         * gst/videofilter/Makefile.am:
11278         * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
11279         (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
11280         (gst_gamma_get_property), (gst_gamma_calculate_tables),
11281         (oil_tablelookup_u8), (gst_gamma_set_caps),
11282         (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
11283         Port gamma filter to 0.10. Fixes #412704.
11284
11285         * tests/check/Makefile.am:
11286         * tests/check/elements/videofilter.c: (setup_filter),
11287         (cleanup_filter), (check_filter), (GST_START_TEST),
11288         (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
11289         Add unit tests for videofilters.
11290
11291 2007-02-28  Wim Taymans  <wim@fluendo.com>
11292
11293         * gst/rtsp/URLS:
11294         Add another interesting test url.
11295
11296         * gst/rtsp/rtspmessage.c: (rtsp_message_get_header):
11297         Don't allow getting header fields from data packets.
11298
11299 2007-02-28  Michael Smith  <msmith@fluendo.com>
11300
11301         * ext/shout2/gstshout2.c: (gst_shout2send_class_init),
11302         (gst_shout2send_init), (gst_shout2send_start),
11303         (gst_shout2send_set_property), (gst_shout2send_get_property):
11304         * ext/shout2/gstshout2.h:
11305           Add a property for username.
11306
11307 2007-02-27  Christian Schallerr <christian@fluendo.com>
11308
11309         * sys/osxaudio: Add Pioneers of the inevitable to the copyright list
11310
11311 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11312
11313         * gst/rtsp/Makefile.am:
11314         Fix make check too.
11315
11316 2007-02-26  Jan Schmidt  <thaytan@mad.scientist.com>
11317
11318         * gst/rtsp/base64.c: (util_base64_encode):
11319         * gst/rtsp/base64.h:
11320         Commit missing files for base64 encoding.
11321
11322 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
11323
11324         Patch by: Loïc Minier <lool+gnome at via ecp fr>
11325
11326         * configure.ac:
11327         * ext/annodex/Makefile.am:
11328         * ext/jpeg/Makefile.am:
11329         * ext/speex/Makefile.am:
11330         * gst/alpha/Makefile.am:
11331         * gst/cutter/Makefile.am:
11332         * gst/debug/Makefile.am:
11333         * gst/effectv/Makefile.am:
11334         * gst/goom/Makefile.am:
11335         * gst/level/Makefile.am:
11336         * gst/smpte/Makefile.am:
11337         * gst/videofilter/Makefile.am:
11338           Fix build with LDFLAGS='-Wl,-z,defs' (#410997)
11339
11340 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11341
11342         * gst/rtsp/Makefile.am:
11343         * gst/rtsp/rtspconnection.c: (append_auth_header),
11344         (rtsp_connection_send), (rtsp_connection_set_auth):
11345         g_base64_encode is a GLib 2.12 function. Use an equivalent taken
11346         from icecast to replace it. Relicensed from GPL courtesy of Mike
11347         Smith.
11348
11349 2007-02-23  Jan Schmidt  <thaytan@mad.scientist.com>
11350
11351         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_finalize),
11352         (gst_rtspsrc_create_stream), (rtsp_auth_method_to_string),
11353         (gst_rtspsrc_parse_auth_hdr), (gst_rtspsrc_setup_auth),
11354         (gst_rtspsrc_send), (gst_rtspsrc_try_send), (gst_rtspsrc_open),
11355         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
11356         (gst_rtspsrc_uri_set_uri):
11357         * gst/rtsp/gstrtspsrc.h:
11358         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
11359         (append_auth_header), (rtsp_connection_send),
11360         (rtsp_connection_free), (rtsp_connection_set_auth):
11361         * gst/rtsp/rtspconnection.h:
11362         * gst/rtsp/rtspdefs.h:
11363         * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri):
11364         * gst/rtsp/rtspurl.h:
11365
11366         Implement simple Basic Authentication support so that urls like
11367         rtsp://user:pass@hostname/rtspstream work on hosts that require
11368         authentication.
11369
11370 2007-02-22  Edgard Lima <edgard.lima@indt.org.br>
11371
11372         * sys/v4l2/gstv4l2object.c:
11373         * sys/v4l2/gstv4l2tuner.c:
11374         * sys/v4l2/v4l2_calls.c:
11375         Fix segfault when oppening a radio device.
11376         
11377 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
11378
11379         * gst/level/gstlevel.c: (gst_level_set_caps),
11380         (gst_level_transform_ip):
11381         * sys/v4l2/README:
11382         * tests/check/elements/level.c: (GST_START_TEST):
11383           Fix level for multi-channel case.
11384
11385 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
11386
11387         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
11388         (gst_level_transform_ip):
11389         * gst/level/gstlevel.h:
11390           Use function pointer for process function and add process functions
11391           for float audio.
11392
11393 2007-02-19  Stefan Kost  <ensonic@users.sf.net>
11394
11395         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11396         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11397         (gst_v4l2src_capture_init):
11398           Readd GST_ELEMENT_ERROR if we can't reenque buffers after EIO,
11399           fixes #407369
11400
11401 2007-02-18  Wim Taymans  <wim@fluendo.com>
11402
11403         * gst/rtp/Makefile.am:
11404         * gst/rtp/gstrtp.c: (plugin_init):
11405         * gst/rtp/gstrtpmp2tpay.c: (gst_rtp_mp2t_pay_base_init),
11406         (gst_rtp_mp2t_pay_class_init), (gst_rtp_mp2t_pay_init),
11407         (gst_rtp_mp2t_pay_setcaps), (gst_rtp_mp2t_pay_handle_buffer),
11408         (gst_rtp_mp2t_pay_plugin_init):
11409         * gst/rtp/gstrtpmp2tpay.h:
11410         Added simple mpeg transport stream payloader.
11411
11412 2007-02-16  Wim Taymans  <wim@fluendo.com>
11413
11414         * gst/rtsp/URLS:
11415         Add example H264 rtsp url.
11416
11417         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11418         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
11419         Don't convert values to lowercase or we might mess up base64 encoded
11420         properties.
11421
11422 2007-02-16  Wim Taymans  <wim@fluendo.com>
11423
11424         * gst/rtp/README:
11425         Fix case of string params.
11426
11427         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
11428         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
11429         Fix depayloader, support more packet types.
11430         Add sync codes to make sure the packetizer can do its job.
11431
11432         * gst/rtp/gstrtpmp4gdepay.c:
11433         * gst/rtp/gstrtpmp4gpay.c:
11434         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_process):
11435         Fix caps case again.
11436
11437 2007-02-15  Wim Taymans  <wim@fluendo.com>
11438
11439         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
11440         Set right caps on output buffers.
11441
11442 2007-02-14  Wim Taymans  <wim@fluendo.com>
11443
11444         * gst/rtsp/sdpmessage.c: (sdp_parse_line):
11445         As spotted by: Peter Kjellerstedt  <pkj at axis com>:
11446         Clear stack allocated SDPMedia struct before calling _init() on it.
11447         Clarify this in the docs as well.
11448
11449 2007-02-14  Jan Schmidt  <thaytan@mad.scientist.com>
11450
11451         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
11452         (do_change_child):
11453         Don't reset the profile when going switching states, as it makes
11454         the element non-reusable.
11455
11456 2007-02-14  Wim Taymans  <wim@fluendo.com>
11457
11458         * gst/rtsp/sdpmessage.c: (sdp_origin_init), (sdp_connection_init),
11459         (sdp_bandwidth_init), (sdp_time_init), (sdp_zone_init),
11460         (sdp_key_init), (sdp_attribute_init), (sdp_message_init),
11461         (sdp_message_uninit), (sdp_message_free), (sdp_media_init),
11462         (sdp_media_uninit), (sdp_media_free), (sdp_message_add_media),
11463         (sdp_parse_line):
11464         * gst/rtsp/sdpmessage.h:
11465         Based on patch by: jp.liu <jp_liu at astrocom dot cn>
11466         Fix memory management of SDP messages. Fixes #407793.
11467
11468 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
11469
11470         Patch by: zhangfei gao <gaozhangfei@yahoo.com.cn>
11471
11472         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
11473         Allow muxing video/x-h264 (was already in the caps). Fixes #407780.
11474
11475 2007-02-14  Wim Taymans  <wim@fluendo.com>
11476
11477         Patch by: jp.liu <jp_liu at astrocom dot cn>
11478
11479         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
11480         Fix parsing of password field in url. Fixes #407797.
11481
11482 2007-02-14  Wim Taymans  <wim@fluendo.com>
11483
11484         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
11485         (gst_wavparse_reset), (gst_wavparse_init),
11486         (gst_wavparse_destroy_sourcepad), (gst_wavparse_fmt),
11487         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
11488         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
11489         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
11490         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
11491         (gst_wavparse_loop), (gst_wavparse_chain),
11492         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
11493         (gst_wavparse_srcpad_event), (gst_wavparse_change_state),
11494         (plugin_init):
11495         * gst/wavparse/gstwavparse.h:
11496         Update docs.
11497         Use boilerplate.
11498         Various code cleanups.
11499         When the bitrate is not known (bps == 0 or compressed formats) let
11500         downstream element guestimate the duration and position and don't
11501         generate timestamps or durations. Fixes #405213.
11502         Fix EOS and ERROR conditions in chain mode, we just need to forward the
11503         error flowreturn upstream.
11504
11505 2007-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
11506
11507         * ext/gconf/Makefile.am:
11508         * ext/gconf/gconf.c: (gst_gconf_get_string),
11509         (gst_gconf_get_key_for_sink_profile), (gst_gconf_set_string),
11510         (gst_gconf_render_bin_with_default):
11511         * ext/gconf/gconf.h:
11512         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init),
11513         (gst_gconf_audio_sink_reset), (gst_gconf_audio_sink_init),
11514         (gst_gconf_audio_sink_dispose), (do_change_child),
11515         (gst_gconf_switch_profile), (gst_gconf_audio_sink_set_property),
11516         (cb_change_child), (gst_gconf_audio_sink_change_state):
11517         * ext/gconf/gstgconfaudiosink.h:
11518         * ext/gconf/gstswitchsink.c: (gst_switch_sink_base_init),
11519         (gst_switch_sink_class_init), (gst_switch_sink_reset),
11520         (gst_switch_sink_init), (gst_switch_sink_dispose),
11521         (gst_switch_commit_new_kid), (gst_switch_sink_set_child),
11522         (gst_switch_sink_set_property), (gst_switch_sink_handle_event),
11523         (gst_switch_sink_get_property), (gst_switch_sink_change_state):
11524         * ext/gconf/gstswitchsink.h:
11525         * gst/autodetect/gstautoaudiosink.c:
11526         (gst_auto_audio_sink_class_init), (gst_auto_audio_sink_dispose),
11527         (gst_auto_audio_sink_clear_kid), (gst_auto_audio_sink_reset),
11528         (gst_auto_audio_sink_detect):
11529         * gst/autodetect/gstautovideosink.c:
11530         (gst_auto_video_sink_class_init), (gst_auto_video_sink_dispose),
11531         (gst_auto_video_sink_clear_kid), (gst_auto_video_sink_reset),
11532         (gst_auto_video_sink_detect):
11533         Re-factor the gconfaudiosink into a "GstSwitchSink" base class
11534         and a child that implements the GConf key monitoring. The end goal of
11535         this is an audio sink that can be changed on the fly, but at the 
11536         moment it still only changes on the next READY transition.
11537
11538 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11539
11540         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11541         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11542         (gst_avi_demux_sync), (gst_avi_demux_massage_index),
11543         (gst_avi_demux_calculate_durations_from_index),
11544         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11545         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
11546         (gst_avi_demux_loop):
11547           Put debug stuff into #ifndef GST_DISABLE_DEBUG #endif
11548
11549 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
11550
11551         * configure.ac:
11552         * docs/plugins/Makefile.am:
11553           Add crossreferences to glib/gobject/gstream docs.
11554
11555 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * gst/monoscope/Makefile.am:
11558         * gst/monoscope/gstmonoscope.c:
11559           Fix copy'n'paste-o in docs chunk. Also add some missing CFLAGS
11560           (but no LIBS, since we only use defines from the headers).
11561
11562 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11563
11564         Based on patch by: Jonathan Matthew  <jonathan at kaolin wh9 net>
11565
11566         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_stream_init),
11567         (gst_wavparse_stream_data):
11568           Fix massive memory leak when operating in streaming mode due to
11569           GST_BUFFER_MALLOCDATA() not being set on newly-created buffers.
11570           Fixes #407057.
11571
11572 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11573
11574         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11575         (gst_avi_demux_reset), (gst_avi_demux_index_entry_for_time),
11576         (gst_avi_demux_handle_src_query), (gst_avi_demux_parse_superindex),
11577         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
11578         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
11579         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
11580         (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
11581         (gst_avi_demux_calculate_durations_from_index),
11582         (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
11583         (gst_avi_demux_do_seek), (gst_avi_demux_process_next_entry),
11584         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
11585         * gst/avi/gstavidemux.h:
11586           Save some memory (8%) by repacking the index entry structure (more to
11587           come). Add more FIXMEs to questionable parts.
11588
11589 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11590
11591         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
11592         (gst_v4l2src_get_caps):
11593         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
11594         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
11595         (gst_v4l2src_capture_init):
11596           More FIXME comments and messaging changes.
11597
11598 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
11599
11600         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
11601         (gst_goom_change_state):
11602         * gst/goom/gstgoom.h:
11603           Improved docs and use GST_DEBUG_FUNCPTR.
11604
11605         * gst/level/gstlevel.c: (gst_level_class_init):
11606           Use GST_DEBUG_FUNCPTR.
11607
11608         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
11609         (gst_monoscope_chain), (gst_monoscope_change_state):
11610           Improved docs source cleanups.
11611
11612 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
11613
11614         * gst/debug/Makefile.am:
11615         * gst/debug/gstdebug.c: (plugin_init):
11616         * gst/debug/gstpushfilesrc.c:
11617         * gst/debug/gstpushfilesrc.h:
11618           Add code for a pushfilesrc element that implements a pushfile:// URI
11619           handler, to make debugging push-mode operation of demuxer/decoders
11620           that support both easier in connection with seek/playbin/etc.
11621           The element isn't registered at the moment.
11622
11623 2007-02-11  Sébastien Moutte  <sebastien@moutte.net>
11624
11625         * gst/avi/gstavimux.c:
11626           Comment a #if 0 in caps template definition as VS6 seems to 
11627         do not support it.
11628         * gst/rtsp/gstrtspsrc.c:(gst_rtspsrc_loop_udp):
11629           Use gst_guint64_to_gdouble for conversion.
11630         * gst/rtsp/rtspconnection.c:(rtsp_connection_send):
11631           Move variables declaration before the first instruction.
11632         * gst/rtsp/rtspdefs.c:(rtsp_strresult):
11633           Don't use hstrerror for error log on G_OS_WIN32 build as it's not supported.
11634           And don't include netdb.h for G_OS_WIN32
11635         * gst/rtsp/sdpmessage.c:(sdp_parse_line):
11636           This initialization SDPMedia nmedia = {.media = NULL }; is not supported
11637           by VS6 then use an other way to initialize SDPMedia structure.
11638         * gst/udp/gstdynudpsink.h:
11639         * gst/udp/gstdynudpnetutils.h:
11640           Do not include <sys/time.h> for G_OS_WIN32
11641         * gst/udp/gstudpsrc.c:
11642           Define socklen_t as int for G_OS_WIN32
11643         * win/common/config.h.in:
11644           Undef HAVE_NETINET_IN_H
11645         * win32/vs6/gst_plugins_good.dsw:
11646         * win32/vs6/libgstrtp.dsp:
11647         * win32/vs6/libgstrtsp.dsp:
11648         * win32/vs6/libgstautogen.dsp:
11649         * win32/vs6/libgstaudiofx.dsp:
11650         * win32/vs6/libgstudp.dsp:
11651           Add and update project files.
11652         * win32/common/gstudp-enumtypes.c:
11653         * win32/common/gstudp-enumtypes.h:
11654           Add a copy of udp enumtypes to win32/common as in core 
11655           and base.
11656         
11657 2007-02-11  Stefan Kost  <ensonic@users.sf.net>
11658
11659         * configure.ac:
11660           Activate monoscope when building with --enable-experimental. Fix
11661           --enable-external configure switch description.
11662
11663         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init):
11664         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose):
11665           Help gst-indent.
11666
11667 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
11668
11669         * gst/avi/gstavimux.c: (gst_avi_mux_riff_get_avi_header):
11670           Explicitly cast result of pointer arithmetic to integer in order to
11671           avoid compiler warnings on some 64-bit systems. Should fix #406018.
11672
11673 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
11674
11675         * gst/debug/progressreport.c:
11676           Some more docs.
11677
11678 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11679
11680         * docs/plugins/inspect/plugin-rtp.xml:
11681           Update for new elements.
11682
11683         * gst/debug/progressreport.h:
11684           Commit newly-created header file as well.
11685
11686 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
11687
11688         * docs/plugins/Makefile.am:
11689         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11690         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11691         * docs/plugins/gst-plugins-good-plugins.hierarchy:
11692         * gst/debug/Makefile.am:
11693         * gst/debug/progressreport.c: (gst_progress_report_post_progress),
11694         (gst_progress_report_do_query), (gst_progress_report_report):
11695           Make progressreport element post messages with the current progress
11696           on the bus. Also add some basic docs for it.
11697
11698 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
11699
11700         * ext/hal/hal.c: (gst_hal_get_string):
11701         * ext/hal/hal.h:
11702           Some small cleanups; deal with errors when parsing the HAL ALSA
11703           capabilities a bit better.
11704
11705 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11706
11707         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11708           Let's try this again and use the right cast this time.
11709
11710 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11711
11712         * gst/smpte/gstsmpte.c: (gst_smpte_transition_type_get_type):
11713           Add cast to avoid compiler warnings with older GLib versions
11714           where the nick/name members in GEnumValue are not declared as
11715           constant strings.
11716
11717 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
11718
11719         * ext/gconf/gconf.c: (gst_gconf_get_key_for_sink_profile),
11720         (gst_gconf_render_bin_from_key),
11721         (gst_gconf_get_default_audio_sink):
11722         * ext/gconf/gconf.h:
11723         * ext/gconf/gstgconfaudiosink.c: (get_gconf_key_for_profile),
11724         (do_toggle_element), (gst_gconf_audio_sink_set_property),
11725         (gst_gconf_audio_sink_get_property):
11726           In gconfaudiosink, get the right key as the old key in do_toggle
11727           (ie. one dependent on the profile selected). Log some more stuff so
11728           we can see what's actually going on.
11729
11730 2007-02-06  Sebastian Dröge  <slomo@circular-chaos.org>
11731
11732         * gst/audiofx/audioamplify.c: (gst_audio_amplify_base_init),
11733         (gst_audio_amplify_class_init), (gst_audio_amplify_init),
11734         (gst_audio_amplify_set_process_function),
11735         (gst_audio_amplify_setup):
11736         * gst/audiofx/audioamplify.h:
11737         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11738         (gst_audio_invert_class_init), (gst_audio_invert_setup):
11739         * gst/audiofx/audioinvert.h:
11740         Some small cleanups and port both elements to the new GstAudioFilter
11741         base class to save a few lines of common code.
11742         * gst/audiofx/Makefile.am:
11743         Link against libgstaudio for the above changes
11744
11745 2007-01-29  Wim Taymans  <wim@fluendo.com>
11746
11747         * tests/check/elements/.cvsignore:
11748         Some more ignores.
11749
11750 2007-01-26  Wim Taymans  <wim@fluendo.com>
11751
11752         Patch by: charles <charlesg3 at gmail dot com>
11753
11754         * ext/shout2/gstshout2.c: (gst_shout2send_init),
11755         (set_shout_metadata), (gst_shout2send_event):
11756         * ext/shout2/gstshout2.h:
11757         Properly handle tags in shout2send. Fixes #399825.
11758
11759 2007-01-25  Wim Taymans  <wim@fluendo.com>
11760
11761         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
11762         (gst_rtspsrc_activate_streams):
11763         Convert SDP fields to upper/lowercase following the rules in the SDP to
11764         caps document. 
11765
11766 2007-01-25  Wim Taymans  <wim@fluendo.com>
11767
11768         * gst/rtp/README:
11769         * gst/rtp/gstrtpilbcdepay.c:
11770         * gst/rtp/gstrtpilbcpay.c:
11771         * gst/rtp/gstrtpmp4gdepay.c:
11772         * gst/rtp/gstrtpmp4gpay.c:
11773         * gst/rtp/gstrtpspeexdepay.c:
11774         * gst/rtp/gstrtpspeexpay.c:
11775         * gst/rtp/gstrtpsv3vdepay.c:
11776         * gst/rtp/gstrtptheoradepay.c:
11777         * gst/rtp/gstrtptheorapay.c:
11778         * gst/rtp/gstrtpvorbisdepay.c:
11779         * gst/rtp/gstrtpvorbispay.c:
11780         Fix case of encoding-name and key/value pairs to match the document.
11781         This is to make interoperation with SDP case-insensitive as required by
11782         the relevant RFCs.
11783
11784 2007-01-25  Wim Taymans  <wim@fluendo.com>
11785
11786         * configure.ac:
11787         Bump required -core/-base to CVS
11788
11789 2007-01-25  Wim Taymans  <wim@fluendo.com>
11790
11791         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps),
11792         (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer):
11793         * gst/rtp/gstrtpL16pay.h:
11794         Fill up to MTU using adapter.
11795         Timestamp rtp packets.
11796
11797 2007-01-25  Edward Hervey  <edward@fluendo.com>
11798
11799         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
11800         * sys/ximage/ximageutil.c: (ximageutil_check_xshm_calls):
11801         Use G_GSIZE_FORMAT in print statements for portability.
11802         Fixes build on macosx.
11803
11804 2007-01-24  Wim Taymans  <wim@fluendo.com>
11805
11806         * gst/rtp/Makefile.am:
11807         * gst/rtp/gstrtp.c: (plugin_init):
11808         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_base_init),
11809         (gst_rtp_L16_depay_class_init), (gst_rtp_L16_depay_init),
11810         (gst_rtp_L16_depay_parse_int), (gst_rtp_L16_depay_setcaps),
11811         (gst_rtp_L16_depay_process), (gst_rtp_L16_depay_set_property),
11812         (gst_rtp_L16_depay_get_property), (gst_rtp_L16_depay_change_state),
11813         (gst_rtp_L16_depay_plugin_init):
11814         * gst/rtp/gstrtpL16depay.h:
11815         * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_get_type),
11816         (gst_rtp_L16_pay_base_init), (gst_rtp_L16_pay_class_init),
11817         (gst_rtp_L16_pay_init), (gst_rtp_L16_pay_finalize),
11818         (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_handle_buffer),
11819         (gst_rtp_L16_pay_plugin_init):
11820         * gst/rtp/gstrtpL16pay.h:
11821         Port and enable raw audio payloader/depayloader. Needs a bit more work
11822         on the payloader side.
11823
11824 2007-01-24  Wim Taymans  <wim@fluendo.com>
11825
11826         * gst/rtsp/gstrtspsrc.c: (pad_blocked),
11827         (gst_rtspsrc_stream_configure_transport),
11828         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_udp):
11829         * gst/rtsp/gstrtspsrc.h:
11830         Only unblock the udp pads when we linked and activated them all.
11831         Fixes #395688.
11832
11833 2007-01-24  Wim Taymans  <wim@fluendo.com>
11834
11835         * gst/rtp/Makefile.am:
11836         * gst/rtp/gstrtp.c: (plugin_init):
11837         * gst/rtp/gstrtpac3depay.c: (gst_rtp_ac3_depay_base_init),
11838         (gst_rtp_ac3_depay_class_init), (gst_rtp_ac3_depay_init),
11839         (gst_rtp_ac3_depay_setcaps), (gst_rtp_ac3_depay_process),
11840         (gst_rtp_ac3_depay_set_property), (gst_rtp_ac3_depay_get_property),
11841         (gst_rtp_ac3_depay_change_state), (gst_rtp_ac3_depay_plugin_init):
11842         * gst/rtp/gstrtpac3depay.h:
11843         Added simple AC3 depayloader (RFC 4184).
11844
11845         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps):
11846         Fix a leak.
11847
11848 2007-01-24  Sebastian Dröge  <slomo@circular-chaos.org>
11849
11850         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11851
11852         * gst/audiofx/Makefile.am:
11853         * gst/audiofx/audioamplify.c:
11854         (gst_audio_amplify_clipping_method_get_type),
11855         (gst_audio_amplify_base_init), (gst_audio_amplify_class_init),
11856         (gst_audio_amplify_init), (gst_audio_amplify_set_process_function),
11857         (gst_audio_amplify_set_property), (gst_audio_amplify_get_property),
11858         (gst_audio_amplify_set_caps),
11859         (gst_audio_amplify_transform_int_clip),
11860         (gst_audio_amplify_transform_int_wrap_negative),
11861         (gst_audio_amplify_transform_int_wrap_positive),
11862         (gst_audio_amplify_transform_float_clip),
11863         (gst_audio_amplify_transform_float_wrap_negative),
11864         (gst_audio_amplify_transform_float_wrap_positive),
11865         (gst_audio_amplify_transform_ip):
11866         * gst/audiofx/audioamplify.h:
11867         * gst/audiofx/audiofx.c: (plugin_init):
11868         Add new element "audioamplify". This allows scaling of raw audio
11869         samples, similar to the "volume" element, but provides different modes
11870         for clipping and allows unlimited amplification. It's mainly targeted
11871         for creative sound design and not as a replacement of the "volume"
11872         element. Fixes #397162
11873         * docs/plugins/Makefile.am:
11874         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11875         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11876         * docs/plugins/gst-plugins-good-plugins.args:
11877         * docs/plugins/inspect/plugin-audiofx.xml:
11878         Add docs for audioamplify and integrate them into the build system
11879         * tests/check/Makefile.am:
11880         * tests/check/elements/audioamplify.c: (setup_amplify),
11881         (cleanup_amplify), (GST_START_TEST), (amplify_suite), (main):
11882         Add fairly extensive unit test suite for audioamplify
11883
11884 2007-01-24  Wim Taymans  <wim@fluendo.com>
11885
11886         * gst/rtsp/gstrtspsrc.c: (pad_unblocked), (pad_blocked):
11887         Unblock pads after adding the pads to the element so that autopluggers
11888         get a change to link something. Possibly fixes #395688.
11889
11890 2007-01-24  Wim Taymans  <wim@fluendo.com>
11891
11892         * gst/rtp/gstrtpamrdepay.c:
11893         * gst/rtp/gstrtpgsmdepay.c:
11894         * gst/rtp/gstrtph263pdepay.c:
11895         * gst/rtp/gstrtph263ppay.c:
11896         * gst/rtp/gstrtph264depay.c:
11897         * gst/rtp/gstrtpilbcdepay.c:
11898         * gst/rtp/gstrtpmp2tdepay.c:
11899         * gst/rtp/gstrtpmp4gdepay.c:
11900         * gst/rtp/gstrtpmp4gpay.c:
11901         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
11902         * gst/rtp/gstrtpmp4vpay.c:
11903         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init),
11904         (gst_rtp_mpa_depay_init), (gst_rtp_mpa_depay_setcaps),
11905         (gst_rtp_mpa_depay_process):
11906         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_class_init),
11907         (gst_rtp_mpv_depay_init), (gst_rtp_mpv_depay_process):
11908         * gst/rtp/gstrtppcmadepay.c:
11909         * gst/rtp/gstrtppcmudepay.c:
11910         * gst/rtp/gstrtpspeexdepay.c:
11911         * gst/rtp/gstrtpspeexpay.c:
11912         * gst/rtp/gstrtpsv3vdepay.c:
11913         * gst/rtp/gstrtptheoradepay.c:
11914         * gst/rtp/gstrtptheorapay.c:
11915         * gst/rtp/gstrtpvorbisdepay.c:
11916         * gst/rtp/gstrtpvorbispay.c:
11917         Fix caps with payload numbers.
11918         Add some fixed payload numbers to caps when possible.
11919
11920 2007-01-23  Sebastian Dröge  <slomo@circular-chaos.org>
11921
11922         reviewed by: Stefan Kost  <ensonic@users.sf.net>
11923
11924         * gst/audiofx/Makefile.am:
11925         * gst/audiofx/audiofx.c: (plugin_init):
11926         * gst/audiofx/audioinvert.c: (gst_audio_invert_base_init),
11927         (gst_audio_invert_class_init), (gst_audio_invert_init),
11928         (gst_audio_invert_set_property), (gst_audio_invert_get_property),
11929         (gst_audio_invert_set_caps), (gst_audio_invert_transform_int),
11930         (gst_audio_invert_transform_float),
11931         (gst_audio_invert_transform_ip):
11932         * gst/audiofx/audioinvert.h:
11933         Add new audiofx element "audioinvert". This element swaps the upper
11934         and lower half of samples and can be used for example for a
11935         wide-stereo effect. Fixes #396057
11936         * docs/plugins/Makefile.am:
11937         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
11938         * docs/plugins/gst-plugins-good-plugins-sections.txt:
11939         * docs/plugins/gst-plugins-good-plugins.args:
11940         * docs/plugins/inspect/plugin-audiofx.xml:
11941         Add docs for the audioinvert element and add them to the build system.
11942         * tests/check/Makefile.am:
11943         * tests/check/elements/audioinvert.c: (setup_invert),
11944         (cleanup_invert), (GST_START_TEST), (invert_suite), (main):
11945         Add unit test suite for the audioinvert element.
11946
11947 2007-01-23  Wim Taymans  <wim@fluendo.com>
11948
11949         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_parse_int),
11950         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process):
11951         Parse config params as string and int.
11952         Parse and use AU header length
11953
11954 2007-01-23  Wim Taymans  <wim@fluendo.com>
11955
11956         * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw),
11957         (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw):
11958         * gst/smpte/gstmask.c: (_gst_mask_register):
11959         * gst/smpte/gstmask.h:
11960         * gst/smpte/gstsmpte.c: (gst_smpte_update_mask):
11961         * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line),
11962         (gst_smpte_paint_triangle_clock):
11963         constify some static structs.
11964         Don't update the mask if nothing changed to the params.
11965         Make sure we never draw outside of the picture. Fixes #398325.
11966
11967 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
11968
11969         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header_pull):
11970           Error out properly when pull_range fails while we're reading the
11971           headers, instead of just pausing the task silently. Fixes #399338.
11972
11973 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
11974
11975         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11976           Some more sanity checks to make sure the input formats match and the
11977           input pads are actually negotiated, in case someone tries to feed
11978           buffers from fakesrc or filesrc. Fixes #398299.
11979           Also const-ify an array, just because we can.
11980
11981 2007-01-19  Edward Hervey  <edward@fluendo.com>
11982
11983         * gst/smpte/gstsmpte.c: (fill_i420), (gst_smpte_collected):
11984         Ignore previous commit, that was only valid for widths and heights
11985         that are multiples of 4.
11986         Copy over size/stride macros from jpegdec. This allows the element
11987         to work with any width,height...
11988         ... but puts in evidence that the actual transformations only work
11989         with width/height that are multiples of 4.
11990
11991 2007-01-19  Edward Hervey  <edward@fluendo.com>
11992
11993         * gst/smpte/gstsmpte.c: (gst_smpte_collected):
11994         Allocate buffers of the right size.
11995         The proper size of a I420 buffer in bytes is:
11996         
11997             width * height * 3
11998             ------------------
11999                     2
12000
12001 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12002
12003         * gst/smpte/gstsmpte.c: (gst_smpte_init):
12004           Proxy getcaps on sink pads too, so that we either end up with the
12005           same dimensions on all pads or error out if that's not possible
12006           (seems to work even!). Fixes #398086, I think.
12007
12008 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
12009
12010         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
12011         * docs/plugins/gst-plugins-good-plugins.args:
12012         * docs/plugins/gst-plugins-good-plugins.hierarchy:
12013           Remove ladspa from docs; add hierarchy info for GstAudioPanorama;
12014           fix integer properties with -1 as minimum value.
12015
12016         * docs/plugins/inspect/plugin-1394.xml:
12017         * docs/plugins/inspect/plugin-aasink.xml:
12018         * docs/plugins/inspect/plugin-alaw.xml:
12019         * docs/plugins/inspect/plugin-alpha.xml:
12020         * docs/plugins/inspect/plugin-alphacolor.xml:
12021         * docs/plugins/inspect/plugin-annodex.xml:
12022         * docs/plugins/inspect/plugin-apetag.xml:
12023         * docs/plugins/inspect/plugin-audiofx.xml:
12024         * docs/plugins/inspect/plugin-auparse.xml:
12025         * docs/plugins/inspect/plugin-autodetect.xml:
12026         * docs/plugins/inspect/plugin-avi.xml:
12027         * docs/plugins/inspect/plugin-cacasink.xml:
12028         * docs/plugins/inspect/plugin-cairo.xml:
12029         * docs/plugins/inspect/plugin-cdio.xml:
12030         * docs/plugins/inspect/plugin-cutter.xml:
12031         * docs/plugins/inspect/plugin-debug.xml:
12032         * docs/plugins/inspect/plugin-dv.xml:
12033         * docs/plugins/inspect/plugin-efence.xml:
12034         * docs/plugins/inspect/plugin-effectv.xml:
12035         * docs/plugins/inspect/plugin-esdsink.xml:
12036         * docs/plugins/inspect/plugin-flac.xml:
12037         * docs/plugins/inspect/plugin-flxdec.xml:
12038         * docs/plugins/inspect/plugin-gconfelements.xml:
12039         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
12040         * docs/plugins/inspect/plugin-goom.xml:
12041         * docs/plugins/inspect/plugin-halelements.xml:
12042         * docs/plugins/inspect/plugin-icydemux.xml:
12043         * docs/plugins/inspect/plugin-id3demux.xml:
12044         * docs/plugins/inspect/plugin-jpeg.xml:
12045         * docs/plugins/inspect/plugin-level.xml:
12046         * docs/plugins/inspect/plugin-matroska.xml:
12047         * docs/plugins/inspect/plugin-mulaw.xml:
12048         * docs/plugins/inspect/plugin-multipart.xml:
12049         * docs/plugins/inspect/plugin-navigationtest.xml:
12050         * docs/plugins/inspect/plugin-ossaudio.xml:
12051         * docs/plugins/inspect/plugin-png.xml:
12052         * docs/plugins/inspect/plugin-rtp.xml:
12053         * docs/plugins/inspect/plugin-rtsp.xml:
12054         * docs/plugins/inspect/plugin-shout2send.xml:
12055         * docs/plugins/inspect/plugin-smpte.xml:
12056         * docs/plugins/inspect/plugin-speex.xml:
12057         * docs/plugins/inspect/plugin-taglib.xml:
12058         * docs/plugins/inspect/plugin-udp.xml:
12059         * docs/plugins/inspect/plugin-videobalance.xml:
12060         * docs/plugins/inspect/plugin-videobox.xml:
12061         * docs/plugins/inspect/plugin-videoflip.xml:
12062         * docs/plugins/inspect/plugin-videomixer.xml:
12063         * docs/plugins/inspect/plugin-wavenc.xml:
12064         * docs/plugins/inspect/plugin-wavparse.xml:
12065         * docs/plugins/inspect/plugin-ximagesrc.xml:
12066           Update to CVS.
12067
12068 2007-01-18  Stefan Kost  <ensonic@users.sf.net>
12069
12070         Patch by: Sebastian Dröge <slomo circular-chaos org>
12071
12072         * gst/audiofx/audiopanorama.c:
12073           Fix doc section name (Fixes #397946)
12074
12075 2007-01-17  Stefan Kost  <ensonic@users.sf.net>
12076
12077         * sys/v4l2/gstv4l2object.c:
12078         (gst_v4l2_object_install_properties_helper),
12079         (gst_v4l2_object_set_property_helper),
12080         (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
12081         * sys/v4l2/gstv4l2object.h:
12082         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
12083         (gst_v4l2src_init), (gst_v4l2src_set_property),
12084         (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
12085         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12086         (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
12087         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
12088         (gst_v4l2src_capture_deinit):
12089           Fix EIO handing when capturing. Add new property to specify the number of
12090           buffers to enque (and remove the borked num-buffers usage).
12091
12092 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
12093
12094         Patch by: Sebastian Dröge <slomo circular-chaos org>
12095
12096         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_class_init),
12097         (gst_audio_panorama_set_process_function):
12098           Use a function array for process methods, add more docs and define the
12099           startindex of enums.
12100
12101 2007-01-14  Tim-Philipp Müller  <tim at centricular dot net>
12102
12103         Patch by: Mark Nauwelaerts <manauw at skynet be>
12104
12105         * gst/avi/gstavimux.c: (gst_avi_mux_finalize),
12106         (gst_avi_mux_pad_reset), (gst_avi_mux_reset), (gst_avi_mux_init),
12107         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
12108         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
12109         (gst_avi_mux_riff_get_avi_header),
12110         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_riff_get_header),
12111         (gst_avi_mux_write_avix_index), (gst_avi_mux_add_index),
12112         (gst_avi_mux_bigfile), (gst_avi_mux_start_file),
12113         (gst_avi_mux_stop_file), (gst_avi_mux_handle_event),
12114         (gst_avi_mux_do_buffer), (gst_avi_mux_do_one_buffer),
12115         (gst_avi_mux_change_state):
12116         * gst/avi/gstavimux.h:
12117         * tests/check/elements/avimux.c: (teardown_src_pad):
12118           Add support for more than one audio stream; write better AVIX
12119           header; refactor code a bit; don't announce vorbis caps on our audio
12120           sink pads since we don't support it anyway. Closes #379298.
12121
12122 2007-01-13  Tim-Philipp Müller  <tim at centricular dot net>
12123
12124         Patch by: Sebastian Dröge <slomo circular-chaos org>
12125
12126         * gst/audiofx/audiopanorama.c:
12127         (gst_audio_panorama_method_get_type),
12128         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
12129         (gst_audio_panorama_set_process_function),
12130         (gst_audio_panorama_set_property),
12131         (gst_audio_panorama_get_property), (gst_audio_panorama_set_caps),
12132         (gst_audio_panorama_transform_m2s_int_simple),
12133         (gst_audio_panorama_transform_s2s_int_simple),
12134         (gst_audio_panorama_transform_m2s_float_simple),
12135         (gst_audio_panorama_transform_s2s_float_simple):
12136         * gst/audiofx/audiopanorama.h:
12137           Add 'method' property and provide a simple (non-psychoacustic)
12138           processing method (#394859).
12139
12140         * tests/check/elements/audiopanorama.c: (GST_START_TEST),
12141         (panorama_suite):
12142           Tests for new method.
12143
12144 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
12145
12146         * gst/apetag/gsttagdemux.c: (gst_tag_demux_read_range):
12147         * gst/id3demux/gstid3demux.c: (gst_id3demux_read_range):
12148           Set correct caps on outgoing pulled buffers, or things blow up
12149           after recent core changes.
12150
12151 2007-01-11  Wim Taymans  <wim@fluendo.com>
12152
12153         Based on patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12154
12155         * gst/multipart/multipartmux.c: (gst_multipart_mux_init),
12156         (gst_multipart_mux_request_new_pad),
12157         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
12158         (gst_multipart_mux_change_state):
12159         Return FLOW errors ASAP. Fixes #394977.
12160         Misc cleanups.
12161
12162 2007-01-11  Wim Taymans  <wim@fluendo.com>
12163
12164         Patch by: Lutz Mueller <lutz at topfrose dot de>
12165
12166         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_activate_streams):
12167         Check for stream pad before activating. 
12168
12169 2007-01-10  Wim Taymans  <wim@fluendo.com>
12170
12171         Patch by: Peter Kjellerstedt  <pkj at axis com>
12172
12173         * gst/rtsp/COPYING.MIT:
12174         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
12175         (gst_rtspsrc_stream_free), (gst_rtspsrc_cleanup),
12176         (gst_rtspsrc_alloc_udp_ports), (pad_unblocked), (pad_blocked),
12177         (gst_rtspsrc_stream_configure_transport),
12178         (gst_rtspsrc_activate_streams), (gst_rtspsrc_loop_interleaved),
12179         (gst_rtspsrc_loop_udp), (gst_rtspsrc_send),
12180         (gst_rtspsrc_parse_methods),
12181         (gst_rtspsrc_create_transports_string),
12182         (gst_rtspsrc_prepare_transports), (gst_rtspsrc_setup_streams),
12183         (gst_rtspsrc_open), (gst_rtspsrc_close):
12184         * gst/rtsp/gstrtspsrc.h:
12185         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
12186         (rtsp_connection_connect), (rtsp_connection_send), (read_line),
12187         (parse_request_line), (parse_line), (rtsp_connection_read),
12188         (rtsp_connection_close):
12189         * gst/rtsp/rtspdefs.c: (rtsp_init_status), (rtsp_strresult),
12190         (rtsp_method_as_text), (rtsp_header_as_text),
12191         (rtsp_status_as_text), (rtsp_find_header_field),
12192         (rtsp_find_method):
12193         * gst/rtsp/rtspdefs.h:
12194         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_after_send),
12195         (rtsp_ext_wms_configure_stream):
12196         * gst/rtsp/rtspmessage.c: (rtsp_message_new), (rtsp_message_init),
12197         (rtsp_message_new_request), (rtsp_message_init_request),
12198         (rtsp_message_new_response), (rtsp_message_init_response),
12199         (rtsp_message_init_data), (rtsp_message_unset),
12200         (rtsp_message_free), (rtsp_message_add_header),
12201         (rtsp_message_get_header), (rtsp_message_set_body),
12202         (rtsp_message_get_body), (dump_mem), (rtsp_message_dump):
12203         * gst/rtsp/rtspmessage.h:
12204         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
12205         (sdp_media_get_attribute_val_n), (read_string), (read_string_del),
12206         (sdp_parse_line), (sdp_message_parse_buffer), (print_media),
12207         (sdp_message_dump):
12208         Allow url to be NULL to be able to use it for server connections.
12209         Can now send responses as well as requests.
12210         No longer hangs in an endless loop if EOF is received.
12211         Can now convert a status code to a text string.
12212         Return RTSP_HDR_INVALID for unknown headers.
12213         Return RTSP_INVALID for unknown methods.
12214         Copy CSeq and Session headers from the request.
12215         Only free memory corresponding to the currently set message type.
12216         Added const to function arguments as appropriate.
12217         Avoid a compiler warning when initializing nmedia.
12218         Use guint rather than gint to avoid compiler warnings.
12219         Fix crasher in wms extension.
12220         Factor out stream setup from open_connection.
12221         Delay activation of streams when actual data is received from the
12222         server, this prepares us to do proper protocol switching.
12223         Added new license.
12224         Fixes #380895.
12225
12226
12227 2007-01-10  Tim-Philipp Müller  <tim at centricular dot net>
12228
12229         Patch by: Sebastian Dröge <slomo ubuntu com>
12230
12231         * docs/plugins/Makefile.am:
12232         * gst/audiofx/audiopanorama.c:
12233           Some small docs fixes (#394851).
12234
12235 2007-01-09  Wim Taymans  <wim@fluendo.com>
12236
12237         * gst/avi/gstavidemux.c:
12238         Fix docs.
12239
12240 2007-01-09  Wim Taymans  <wim@fluendo.com>
12241
12242         * gst/rtp/Makefile.am:
12243         * gst/rtp/gstrtp.c: (plugin_init):
12244         * gst/rtp/gstrtpmpvdepay.c: (gst_rtp_mpv_depay_base_init),
12245         (gst_rtp_mpv_depay_class_init), (gst_rtp_mpv_depay_init),
12246         (gst_rtp_mpv_depay_setcaps), (gst_rtp_mpv_depay_process),
12247         (gst_rtp_mpv_depay_set_property), (gst_rtp_mpv_depay_get_property),
12248         (gst_rtp_mpv_depay_change_state), (gst_rtp_mpv_depay_plugin_init):
12249         * gst/rtp/gstrtpmpvdepay.h:
12250           Added RFC 2250 MPEG Video Depayloader.
12251
12252         * gst/rtp/gstrtpL16depay.h:
12253         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_setcaps),
12254         (gst_rtp_h263p_depay_process):
12255         Fix Header file. Small cleanups.
12256
12257         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init),
12258         (gst_rtp_mp4g_depay_init), (gst_rtp_mp4g_depay_finalize),
12259         (gst_rtp_mp4g_depay_process), (gst_rtp_mp4g_depay_change_state):
12260         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init),
12261         (gst_rtp_mp4v_depay_init), (gst_rtp_mp4v_depay_finalize),
12262         (gst_rtp_mp4v_depay_setcaps), (gst_rtp_mp4v_depay_process),
12263         (gst_rtp_mp4v_depay_change_state):
12264         Remove usused code. Remove Adapter from state Change. Added debug.
12265
12266         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_base_init),
12267         (gst_rtp_mpa_depay_class_init), (gst_rtp_mpa_depay_init),
12268         (gst_rtp_mpa_depay_setcaps), (gst_rtp_mpa_depay_process):
12269         * gst/rtp/gstrtpmpadepay.h:
12270         Subclass base depayloader.
12271         Added debug.
12272         Support static payload type assignment as well.
12273
12274         * gst/rtp/gstrtpmpapay.c:
12275         Fix caps.
12276
12277 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
12278
12279         Patch by: Vincent Torri  <vtorri at univ-evry fr>
12280
12281         * ext/jpeg/gstjpegdec.c:
12282         * ext/jpeg/gstjpegenc.c:
12283         * ext/jpeg/smokecodec.c:
12284           These libjpeg callbacks should return a 'boolean' (unsigned char
12285           apparently) and not a 'gboolean' (which maps to gint). Fixes
12286           warnings when compiling with MingW (#393427).
12287
12288         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
12289           Use ioctlsocket on win32.
12290
12291         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
12292           Some printf format fixes for win32.
12293
12294 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
12295
12296         * gst/cutter/gstcutter.c: (gst_cutter_chain):
12297           Use gst_guint64_to_gdouble for conversion.
12298         * win32/vs6/libgstmatroska.dsp:
12299           Add zlib to the link.
12300         * win32/vs6/libgstvideobox.dsp:
12301           Update liboil library name (project is linked to 
12302           liboil-0.3-0.lib now).
12303           
12304 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
12305
12306         * gst/matroska/Makefile.am:
12307           If zlib is available and used, we must link it explicitly for
12308           things to work on MingW (fixes #392855).
12309
12310 2007-01-04  Tim-Philipp Müller  <tim at centricular dot net>
12311
12312         * ext/esd/esdsink.c: (gst_esdsink_delay):
12313           Don't return bogus values when esd_get_delay() fails for some
12314           reason (#392189).
12315
12316 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12317
12318         * sys/ximage/gstximagesrc.c: (composite_pixel):
12319           Fix presumably copy'n'pasto for 16bpp depth.
12320
12321 2006-12-24  Tim-Philipp Müller  <tim at centricular dot net>
12322
12323         * gst/matroska/matroska-mux.c:
12324         (gst_matroska_mux_audio_pad_setcaps):
12325           The "signed" field in audio caps is of boolean type, trying to use
12326           gst_structure_get_int() to extract it will fail. Fixing this makes
12327           matroskamux accept raw audio input (#387121) (use at your own risk
12328           though, due to the matroska spec being not entirely useful in this
12329           respect).
12330           Also fix up raw audio structures in template caps so that they
12331           represent what our setcaps function will actually accept, so that
12332           converters know what to convert to.
12333           Finally, don't fail if there isn't an "endianness" field in 8-bit
12334           PCM caps.
12335
12336 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
12337
12338         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12339         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12340         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12341         (teardown_cmmldec):
12342         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12343         (teardown_cmmlenc):
12344         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12345           reapply consistent pad (de)activation
12346
12347 2006-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
12348
12349         * configure.ac:
12350         Back to CVS
12351
12352         * gst-plugins-good.doap:
12353         Add 0.10.5 doap entry
12354
12355 === release 0.10.5 ===
12356
12357 2006-12-21  Jan Schmidt <thaytan@mad.scientist.com>
12358
12359         * configure.ac:
12360           releasing 0.10.5, "The Path of Thorns"
12361
12362 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12363
12364         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12365         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12366         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12367         (teardown_cmmldec):
12368         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12369         (teardown_cmmlenc):
12370         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12371           revert my freeze breakage
12372
12373 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
12374
12375         * tests/check/elements/audiopanorama.c: (cleanup_panorama):
12376         * tests/check/elements/avimux.c: (setup_avimux), (cleanup_avimux):
12377         * tests/check/elements/cmmldec.c: (setup_cmmldec),
12378         (teardown_cmmldec):
12379         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
12380         (teardown_cmmlenc):
12381         * tests/check/elements/level.c: (setup_level), (cleanup_level):
12382           consistent pad (de)activation
12383
12384 2006-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
12385
12386         * configure.ac:
12387         * ext/Makefile.am:
12388         Disable LADPSA, as it has moved to the -bad module for the duration.
12389
12390 2006-12-18  Wim Taymans  <wim@fluendo.com>
12391
12392         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
12393         (gst_signal_processor_event):
12394         Reset flow_state back to _OK after a flush stop so that we exit our
12395         error state after the flush. Fixes #374213
12396
12397 2006-12-16  David Schleef  <ds@schleef.org>
12398
12399         * sys/osxvideo/osxvideosink.h:
12400         * sys/osxvideo/osxvideosink.m:
12401           Decent effort at porting to 0.10.  Needs cleanup on OS/X.
12402
12403 2006-12-16  David Schleef  <ds@schleef.org>
12404
12405         Patch by: Vijay Santhanam <vijay santhanam gmail com>
12406
12407         * sys/osxvideo/Makefile.am:
12408         * sys/osxvideo/osxvideosink.h:
12409         * sys/osxvideo/osxvideosink.m:
12410           Preliminary patch for porting osxvideosink
12411
12412 2006-12-16  Wim Taymans  <wim@fluendo.com>
12413
12414         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12415
12416         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
12417         (gst_videomixer_set_master_geometry),
12418         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free),
12419         (gst_videomixer_reset), (gst_videomixer_init),
12420         (gst_videomixer_finalize), (gst_videomixer_request_new_pad),
12421         (gst_videomixer_release_pad), (gst_videomixer_collected),
12422         (gst_videomixer_change_state):
12423         Introduce some locking around the videomixer state so that it does not
12424         crash when adding/removing pads. Fixes #383043.
12425
12426 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
12427
12428         * configure.ac:
12429           Make sure libcaca can actually be used instead of just checking for
12430           /usr/bin/caca-config, so we don't wrongly try to build cacasink when
12431           cross-compiling (fixes #384587).
12432
12433 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12434
12435         * Makefile.am:
12436         * gst-plugins-good.doap:
12437         * gst-plugins-good.spec.in:
12438           adding doap file
12439
12440 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12441
12442         * configure.ac:
12443           libflac-1.1.3 changed API again, but we can't build against it yet,
12444           so make sure our check doesn't use libflac-1.1.3 and add a comment
12445           to this effect.
12446
12447 2006-12-14  Tim-Philipp Müller  <tim at centricular dot net>
12448
12449         * gst/effectv/gstquark.c: (gst_quarktv_transform),
12450         (gst_quarktv_planetable_clear):
12451           Add some NULL pointer checks (possibly related to #385623).
12452
12453 2006-12-12  Tim-Philipp Müller  <tim at centricular dot net>
12454
12455         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag),
12456         (gst_tag_demux_chain):
12457         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
12458           In streaming mode, if the first buffer we get doesn't have an
12459           offset, fix it up to be 0, otherwise trimming won't work later on
12460           and we'll be typefinding application/x-id3, which may result in
12461           decodebin plugging an endless number of id3demux elements as a
12462           consequence. Fixes #385031.
12463           
12464 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12465
12466         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
12467           Ignore the buffer_time the sound device reports. Turns out it is 
12468           sometimes completely bogus and we're better off without it.
12469
12470 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12471
12472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12473         (gst_matroska_demux_video_caps):
12474         * gst/matroska/matroska-ids.c:
12475         (gst_matroska_track_init_video_context):
12476         * gst/matroska/matroska-ids.h:
12477           Try harder to extract the framerate for video tracks correctly and
12478           save it directly instead of converting it back and forth a few
12479           times. Mostly makes a difference for very small framerates (<1).
12480           Fixes #380199.
12481
12482 2006-12-11  Tim-Philipp Müller  <tim at centricular dot net>
12483
12484         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_init),
12485         (gst_gconf_audio_src_dispose), (do_toggle_element):
12486         * ext/gconf/gstgconfaudiosrc.h:
12487           Remove gconf notify hook when the gconfaudiosrc element is
12488           destroyed, otherwise the callback may be called on an
12489           already-destroyed instance and bad things happen. Should fix
12490           #378184.
12491           Also ignore gconf key changes when the source is already running.
12492
12493 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
12494
12495         Patch by: Sebastian Dröge  <mail at slomosnail de>
12496
12497         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12498           We need to be able to read and parse any possible floating point string
12499           format ("1,234" or "1.234") irrespective of the current locale. g_strod()
12500           will parse the former only in certain locales though, so we really need
12501           to canonicalise the separator to '.' and then use g_ascii_strtod() to
12502           make sure we can parse either version at all times.
12503           Fixes #382982 for real.
12504
12505 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12506
12507         * sys/sunaudio/gstsunaudiomixerctrl.c:
12508         * sys/sunaudio/gstsunaudiosrc.c:
12509
12510         Use the sunaudio debug category.
12511
12512         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_finalize),
12513         (gst_sunaudiosink_class_init), (gst_sunaudiosink_init),
12514         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
12515         (gst_sunaudiosink_open), (gst_sunaudiosink_close),
12516         (gst_sunaudiosink_prepare), (gst_sunaudio_sink_do_delay),
12517         (gst_sunaudiosink_write), (gst_sunaudiosink_delay),
12518         (gst_sunaudiosink_reset):
12519         * sys/sunaudio/gstsunaudiosink.h:
12520
12521         Uses the sunaudio debug category for all debug output
12522         Implements the _delay() callback to synchronise video playback better
12523         Change the segtotal and segsize values back to the parent class 
12524           defaults (taken from buffer_time and latency_times of 200ms and 10ms 
12525           respectively)
12526         Measure the samples written to the device vs. played.
12527         Keep track of segments in the device by writing empty eof frames, and
12528         sleep using a GCond when we get too far ahead and risk overrunning the
12529         sink's ringbuffer.
12530
12531         Fixes: #360673
12532
12533 2006-12-08  Wim Taymans  <wim@fluendo.com>
12534
12535         Patch by: Sebastian Dröge  <mail at slomosnail de >
12536
12537         * gst/audiofx/audiopanorama.c: (gst_audio_panorama_init),
12538         (gst_audio_panorama_set_caps), (gst_audio_panorama_transform):
12539         * gst/audiofx/audiopanorama.h:
12540         Fix audiopanorame with float samples. Fixes #383726.
12541
12542 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12543
12544         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_reset):
12545         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open),
12546         (gst_sunaudiosrc_reset):
12547
12548         Implement reset functions to unblock the src/sink more quickly on 
12549         state change requests.
12550         Patch by: Brian Cameron <brian dot cameron at sun com>
12551
12552 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12553
12554         * sys/sunaudio/gstsunaudiomixer.c:
12555         (gst_sunaudiomixer_change_state):
12556         Construct the correct mixer device name when the AUDIODEV env var
12557         is set.
12558
12559         Patch by: Jerry Tan <jerry.tan at sun dot com>
12560         Fixes: #383596
12561
12562 2006-12-08  Jan Schmidt  <thaytan@mad.scientist.com>
12563
12564         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
12565         Apply patch to open the mixer control and set the MULTIPLE_OPEN
12566         ioctl. On solaris, the mixer device doesn't need opening non-blocking 
12567         - it can be opened by multiple processes by default, but needs the ioctl        for multiple opens within 1 process.
12568         Patch by: Jerry Tan <jerry.tan at sun dot com>
12569         Fixes: #349015
12570
12571 2006-12-07  Wim Taymans  <wim@fluendo.com>
12572
12573         * gst/smpte/gstmask.h:
12574         * gst/smpte/gstsmpte.c: (gst_smpte_class_init),
12575         (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_reset),
12576         (gst_smpte_collected), (gst_smpte_set_property),
12577         (gst_smpte_get_property), (gst_smpte_change_state), (plugin_init):
12578         * gst/smpte/gstsmpte.h:
12579         Port to 0.10 some more. 
12580         Added duration property to specify the duration of the transition.
12581         Make framerate a fraction.
12582         Deprecate fps property, we only use negotiated fps.
12583         Added docs.
12584         Fix collectpad usage.
12585         Reset state in READY.
12586         Send NEWSEGMENT event.
12587         Fix racy updates of object properties.
12588         Added debug category.
12589         Fixes #383323.
12590
12591 2006-12-06  Wim Taymans  <wim@fluendo.com>
12592
12593         Patch by: Sjoerd Simons <sjoerd at luon dot net>
12594
12595         * gst/videomixer/videomixer.c:
12596         (gst_videomixer_set_master_geometry),
12597         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_collect_free):
12598         Don't reset xpos and ypos in the setcaps function because causes
12599         unexpected behaviour.
12600         Fixes #382179.
12601
12602 2006-12-06  Wim Taymans  <wim@fluendo.com>
12603
12604         * gst/multipart/multipartmux.c: (gst_multipart_mux_compare_pads),
12605         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected):
12606         Keep track of the buffer timestamp in the collectdata member instead
12607         of modifying the buffer without making the metadata writable first.
12608         Fixes #382277.
12609
12610 2006-12-06  Wim Taymans  <wim@fluendo.com>
12611
12612         Patch by: Rob Taylor <robtaylor at floopily dot org>
12613
12614         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
12615         If using multicast in udpsrc, bind to the multicast address rather than
12616         IN_ADDR_ANY.
12617         This allows the simultanous use of multiple udpsrcs listening on
12618         different multicat addresses. Without this all udpsrcs will receive all
12619         packets from all subscribed multicast addresses.
12620         Fixes #383001.
12621
12622 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12623
12624         * ext/taglib/gstid3v2mux.cc:
12625         Don't attempt to write a NULL frame into the ID3 tag set when the 
12626         createFrame method returned NULL.
12627         Fixes: #381857
12628         Patch by: Jonathan Matthew <jonathan at 0kaolin wh9 net >
12629
12630 2006-12-06  Jan Schmidt  <thaytan@mad.scientist.com>
12631
12632         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
12633         Use g_strtod() instead of sscanf to parse doubles, so that it will
12634         try parsing in the C locale if the current locale fails.
12635         Fixes: #382982
12636         Patch by: Sebastian Dröge  <mail at slomosnail de >
12637
12638 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
12639
12640         * win32/MANIFEST:
12641         Fix compilation on win32 under VS8
12642         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
12643         Partially fixes #381175
12644
12645 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12646
12647         * gst/avi/gstavimux.c:
12648           accept all mpegversions,fixes #380825
12649           spotted by: Jerome Alet  
12650
12651 2006-11-30  Stefan Kost  <ensonic@users.sf.net>
12652
12653         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
12654         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
12655         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
12656         (gst_v4l2src_capture_init), (gst_v4l2src_buffer_finalize):
12657           cleanup the error message a bit more
12658
12659 2006-11-28  Wim Taymans  <wim@fluendo.com>
12660
12661         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
12662         Fix width and height properties.
12663
12664         * ext/libcaca/gstcacasink.h:
12665         Fix compilation on newer libcaca that require us to include a new
12666         header. Fixes #379918.
12667
12668 2006-11-28  Wim Taymans  <wim@fluendo.com>
12669
12670         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
12671         * gst/rtsp/gstrtspsrc.h:
12672         * gst/rtsp/rtspext.h:
12673         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_configure_stream),
12674         (rtsp_ext_wms_get_context):
12675         Add method so that extensions can choose to disable the setup of
12676         a stream.
12677         Make the WMS extension skip setup of x-wms-rtx streams. Fixes #377792.
12678
12679 2006-11-27  Wim Taymans  <wim@fluendo.com>
12680
12681         Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
12682
12683         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
12684         Push header in a separate buffer instead of memcpy:ing all data.
12685         Change LF => CRLF in headers.
12686         Move trailing LF to header. Fixes #379792.
12687
12688 2006-11-27  Wim Taymans  <wim@fluendo.com>
12689
12690         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_chain):
12691         Small buffer overflow fix and improve debugging.
12692
12693 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12694
12695         * ext/esd/esdmon.h:
12696         * ext/esd/esdsink.h:
12697           remove obsolete _factory_init protos
12698
12699 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
12700
12701         * gst/avi/gstavidemux.c: (gst_avi_demux_index_entry_for_time),
12702         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
12703         (gst_avi_demux_peek_chunk), (gst_avi_demux_parse_subindex),
12704         (gst_avi_demux_read_subindexes_push),
12705         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
12706         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
12707         (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
12708         (gst_avi_demux_massage_index),
12709         (gst_avi_demux_calculate_durations_from_index),
12710         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
12711         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
12712         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
12713           remove dead code, tweak debugs statements, add comments, use
12714           _uint64_scale instead _uint64_scale_int when using guint64 values,
12715           small optimizations, reflow some error handling
12716
12717 2006-11-22  Edward Hervey  <edward@fluendo.com>
12718
12719         * po/.cvsignore:
12720         We never put .pot files in cvs. Let's ignore them all.
12721
12722 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12723
12724         * po/POTFILES.in:
12725           ... but better exclude files that aren't disted.
12726
12727 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12728
12729         * po/POTFILES.in:
12730           Add v4l2 source files to list of files with translations, so the
12731           strings are actually extracted (however bad they still may be).
12732
12733 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
12734
12735         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
12736           Minor clean-ups: const-ify static array, remove trailing comma from
12737           last enum (gcc-2.9x trips over that), use GST_DEBUG_FUNCPTR.
12738
12739 2006-11-19  Jan Schmidt  <thaytan@mad.scientist.com>
12740
12741         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
12742         Make sure that g_free always gets called on the same pointer that was 
12743         returned by g_malloc.  Fixes #376594.
12744         Do not leak memory if decompressed size is wrong.
12745         Remove unneeded check of return value of g_malloc.
12746         Patch by: René Stadler <mail@renestadler.de>
12747
12748 2006-11-18  Tim-Philipp Müller  <tim at centricular dot net>
12749
12750         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_deinit):
12751           Add missing curly brackets.
12752
12753 2006-11-17  Edgard Lima <edgard.lima@indt.org.br>
12754
12755         * sys/v4l2/v4l2src_calls.c:
12756         Fix capture_deinit.
12757
12758 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12759
12760         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
12761         (gst_matroska_mux_request_new_pad):
12762           Use GST_DEBUG_FUNCPTR; activate request pad before returning it.
12763
12764         * tests/check/elements/matroskamux.c: (setup_src_pad),
12765         (setup_sink_pad), (GST_START_TEST):
12766         Activate pads before using them.
12767
12768 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
12769
12770         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
12771           Initialise variable to get rid of bogus compiler warning.
12772
12773 2006-11-16  Stefan Kost  <ensonic@users.sf.net>
12774
12775         Patch by: Ville Syrjala <ville.syrjala@movial.fi>
12776
12777         * gst/rtp/gstrtph263pay.c:
12778         * gst/rtp/gstrtph263pdepay.c:
12779         * gst/rtp/gstrtph263ppay.c:
12780           Specify H.263 variant and version in the caps (fixes #361637)
12781
12782 2006-11-15  Wim Taymans  <wim@fluendo.com>
12783
12784         * gst/rtsp/rtspconnection.c: (read_body):
12785         Don't set a data pointer to NULL and a size > 0 when we deal
12786         with empty packets.
12787
12788         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
12789         (rtsp_message_init_response), (rtsp_message_init_data),
12790         (rtsp_message_unset), (rtsp_message_free),
12791         (rtsp_message_take_body):
12792         Check that we can't create invalid empty packets. 
12793
12794 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12795
12796         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12797
12798         * gst/matroska/matroska-mux.c: (gst_matroska_mux_add_interfaces),
12799         (gst_matroska_mux_class_init), (gst_matroska_pad_free),
12800         (gst_matroska_mux_reset), (gst_matroska_mux_handle_sink_event),
12801         (gst_matroska_mux_request_new_pad), (gst_matroska_mux_release_pad),
12802         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
12803         (gst_matroska_mux_write_simple_tag), (gst_matroska_mux_finish):
12804         * gst/matroska/matroska-mux.h:
12805           Add basic tag writing support; implement releasing pads (#374658).
12806
12807 2006-11-15  Tim-Philipp Müller  <tim at centricular dot net>
12808
12809         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
12810         (gst_matroska_demux_audio_caps):
12811           Handle opaque/unspecified A_AAC audio codec ID (fixes #374737).
12812
12813 2006-11-14  David Schleef  <ds@schleef.org>
12814
12815         * gst/matroska/matroska-mux.c: Add Dirac fourcc.
12816
12817 2006-11-14  Tim-Philipp Müller  <tim at centricular dot net>
12818
12819         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12820
12821         * win32/vs8/gst-plugins-good.sln:
12822         * win32/vs8/libgst1394.vcproj:
12823         * win32/vs8/libgstaasink.vcproj:
12824         * win32/vs8/libgstalaw.vcproj:
12825         * win32/vs8/libgstalpha.vcproj:
12826         * win32/vs8/libgstalphacolor.vcproj:
12827         * win32/vs8/libgstannodex.vcproj:
12828         * win32/vs8/libgstapetag.vcproj:
12829         * win32/vs8/libgstaudiofx.vcproj:
12830         * win32/vs8/libgstauparse.vcproj:
12831         * win32/vs8/libgstautodetect.vcproj:
12832         * win32/vs8/libgstavi.vcproj:
12833         * win32/vs8/libgstcacasink.vcproj:
12834         * win32/vs8/libgstcdio.vcproj:
12835         * win32/vs8/libgstcutter.vcproj:
12836         * win32/vs8/libgstdv.vcproj:
12837         * win32/vs8/libgsteffectv.vcproj:
12838         * win32/vs8/libgstflac.vcproj:
12839         * win32/vs8/libgstflxdec.vcproj:
12840         * win32/vs8/libgstgoom.vcproj:
12841         * win32/vs8/libgsticydemux.vcproj:
12842         * win32/vs8/libgstid3demux.vcproj:
12843         * win32/vs8/libgstjpeg.vcproj:
12844         * win32/vs8/libgstladspa.vcproj:
12845         * win32/vs8/libgstlevel.vcproj:
12846         * win32/vs8/libgstmatroska.vcproj:
12847         * win32/vs8/libgstmikmod.vcproj:
12848         * win32/vs8/libgstmng.vcproj:
12849         * win32/vs8/libgstmonoscope.vcproj:
12850         * win32/vs8/libgstmulaw.vcproj:
12851         * win32/vs8/libgstmultipart.vcproj:
12852         * win32/vs8/libgstpng.vcproj:
12853         * win32/vs8/libgstrtp.vcproj:
12854         * win32/vs8/libgstrtsp.vcproj:
12855         * win32/vs8/libgstshout2.vcproj:
12856         * win32/vs8/libgstsmpte.vcproj:
12857         * win32/vs8/libgstspeex.vcproj:
12858         * win32/vs8/libgsttaglib.vcproj:
12859         * win32/vs8/libgstudp.vcproj:
12860         * win32/vs8/libgstvideobalance.vcproj:
12861         * win32/vs8/libgstvideobox.vcproj:
12862         * win32/vs8/libgstvideoflip.vcproj:
12863         * win32/vs8/libgstvideomixer.vcproj:
12864         * win32/vs8/libgstwavenc.vcproj:
12865         * win32/vs8/libgstwavparse.vcproj:
12866           Make end-of-line returns unixy, so that when the files are checked
12867           out on win32 the line returns will be 0d 0a and not 0d 0d 0a.
12868           Hopefully fixes #366492.
12869
12870 2006-11-14  Wim Taymans  <wim@fluendo.com>
12871
12872         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
12873         Disable init_frames delay timestamp adjustment, it does not
12874         seem to be needed at all. Fixes #369621.
12875
12876 2006-11-13  Wim Taymans  <wim@fluendo.com>
12877
12878         Patch by: Mark Nauwelaerts  <manauw at skynet be>
12879
12880         * gst/videomixer/videomixer.c:
12881         (gst_videomixer_set_master_geometry),
12882         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_class_init),
12883         (gst_videomixer_collect_free), (gst_videomixer_reset),
12884         (gst_videomixer_init), (gst_videomixer_finalize),
12885         (gst_videomixer_request_new_pad), (gst_videomixer_release_pad),
12886         (gst_videomixer_collected), (gst_videomixer_change_state):
12887         Fix memleak by unref'ing collectpads instance (when finalizing)
12888         Implement releasing a request pad. Fixes #374479.
12889
12890 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
12891
12892         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
12893
12894         * win32/vs8/gst-plugins-good.sln:
12895         * win32/vs8/libgst1394.vcproj:
12896         * win32/vs8/libgstaasink.vcproj:
12897         * win32/vs8/libgstalaw.vcproj:
12898         * win32/vs8/libgstalpha.vcproj:
12899         * win32/vs8/libgstalphacolor.vcproj:
12900         * win32/vs8/libgstannodex.vcproj:
12901         * win32/vs8/libgstapetag.vcproj:
12902         * win32/vs8/libgstaudiofx.vcproj:
12903         * win32/vs8/libgstauparse.vcproj:
12904         * win32/vs8/libgstautodetect.vcproj:
12905         * win32/vs8/libgstavi.vcproj:
12906         * win32/vs8/libgstcacasink.vcproj:
12907         * win32/vs8/libgstcdio.vcproj:
12908         * win32/vs8/libgstcutter.vcproj:
12909         * win32/vs8/libgstdv.vcproj:
12910         * win32/vs8/libgsteffectv.vcproj:
12911         * win32/vs8/libgstflac.vcproj:
12912         * win32/vs8/libgstflxdec.vcproj:
12913         * win32/vs8/libgstgoom.vcproj:
12914         * win32/vs8/libgsticydemux.vcproj:
12915         * win32/vs8/libgstid3demux.vcproj:
12916         * win32/vs8/libgstjpeg.vcproj:
12917         * win32/vs8/libgstladspa.vcproj:
12918         * win32/vs8/libgstlevel.vcproj:
12919         * win32/vs8/libgstmatroska.vcproj:
12920         * win32/vs8/libgstmikmod.vcproj:
12921         * win32/vs8/libgstmng.vcproj:
12922         * win32/vs8/libgstmonoscope.vcproj:
12923         * win32/vs8/libgstmulaw.vcproj:
12924         * win32/vs8/libgstmultipart.vcproj:
12925         * win32/vs8/libgstpng.vcproj:
12926         * win32/vs8/libgstrtp.vcproj:
12927         * win32/vs8/libgstrtsp.vcproj:
12928         * win32/vs8/libgstshout2.vcproj:
12929         * win32/vs8/libgstsmpte.vcproj:
12930         * win32/vs8/libgstspeex.vcproj:
12931         * win32/vs8/libgsttaglib.vcproj:
12932         * win32/vs8/libgstudp.vcproj:
12933         * win32/vs8/libgstvideobalance.vcproj:
12934         * win32/vs8/libgstvideobox.vcproj:
12935         * win32/vs8/libgstvideoflip.vcproj:
12936         * win32/vs8/libgstvideomixer.vcproj:
12937         * win32/vs8/libgstwavenc.vcproj:
12938         * win32/vs8/libgstwavparse.vcproj:
12939           Add VS8 project files (note that many of the plugins in ext are
12940           disabled by default). Fixes #366492.
12941
12942 2006-11-10  Stefan Kost  <ensonic@users.sf.net>
12943
12944         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame):
12945           we do not translate debug messages
12946
12947 2006-11-08  Stefan Kost  <ensonic@users.sf.net>
12948
12949         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
12950           fix categorisation, make short desc more explicit, remove unused code
12951           Fixes #372021
12952
12953 2006-11-08  Wim Taymans  <wim@fluendo.com>
12954
12955         * gst/rtp/gstrtpL16depay.c:
12956         * gst/rtp/gstrtpamrdepay.c:
12957         * gst/rtp/gstrtpamrpay.c:
12958         * gst/rtp/gstrtpgsmdepay.c:
12959         * gst/rtp/gstrtph263pay.c:
12960         * gst/rtp/gstrtph263pdepay.c:
12961         * gst/rtp/gstrtph263ppay.c:
12962         * gst/rtp/gstrtph264depay.c:
12963         * gst/rtp/gstrtpmp2tdepay.c:
12964         * gst/rtp/gstrtpmp4gdepay.c:
12965         * gst/rtp/gstrtpmp4gpay.c:
12966         * gst/rtp/gstrtpmp4vdepay.c:
12967         * gst/rtp/gstrtpmp4vpay.c:
12968         * gst/rtp/gstrtpmpadepay.c:
12969         * gst/rtp/gstrtpmpapay.c:
12970         * gst/rtp/gstrtppcmadepay.c:
12971         * gst/rtp/gstrtppcmapay.c:
12972         * gst/rtp/gstrtppcmudepay.c:
12973         * gst/rtp/gstrtppcmupay.c:
12974         * gst/rtp/gstrtpspeexdepay.c:
12975         * gst/rtp/gstrtpspeexpay.c:
12976         * gst/rtp/gstrtpsv3vdepay.c:
12977         Fix element descriptions.
12978
12979 2006-11-08  Wim Taymans  <wim@fluendo.com>
12980
12981         * gst/rtp/gstrtpvorbisdepay.c:
12982         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_handle_buffer):
12983         Fix description.
12984         Small cleanup in the payloader.
12985
12986 2006-11-08  Wim Taymans  <wim@fluendo.com>
12987
12988         * gst/rtp/Makefile.am:
12989         * gst/rtp/gstrtp.c: (plugin_init):
12990         * gst/rtp/gstrtptheoradepay.c: (gst_rtp_theora_depay_base_init),
12991         (gst_rtp_theora_depay_class_init), (gst_rtp_theora_depay_init),
12992         (gst_rtp_theora_depay_finalize),
12993         (gst_rtp_theora_depay_parse_configuration),
12994         (gst_rtp_theora_depay_setcaps),
12995         (gst_rtp_theora_depay_switch_codebook),
12996         (gst_rtp_theora_depay_process),
12997         (gst_rtp_theora_depay_set_property),
12998         (gst_rtp_theora_depay_get_property),
12999         (gst_rtp_theora_depay_change_state),
13000         (gst_rtp_theora_depay_plugin_init):
13001         * gst/rtp/gstrtptheoradepay.h:
13002         * gst/rtp/gstrtptheorapay.c: (gst_rtp_theora_pay_base_init),
13003         (gst_rtp_theora_pay_class_init), (gst_rtp_theora_pay_init),
13004         (gst_rtp_theora_pay_setcaps), (gst_rtp_theora_pay_reset_packet),
13005         (gst_rtp_theora_pay_init_packet),
13006         (gst_rtp_theora_pay_flush_packet),
13007         (gst_rtp_theora_pay_finish_headers), (gst_rtp_theora_pay_parse_id),
13008         (gst_rtp_theora_pay_handle_buffer),
13009         (gst_rtp_theora_pay_plugin_init):
13010         * gst/rtp/gstrtptheorapay.h:
13011         Add theora pay/depayloaders.
13012
13013 2006-11-06  Wim Taymans  <wim@fluendo.com>
13014
13015         * gst/rtp/Makefile.am:
13016         We depend on gsttag to generate the vorbis comments.
13017
13018         * gst/rtp/gstrtpvorbisdepay.c:
13019         (gst_rtp_vorbis_depay_parse_configuration),
13020         (gst_rtp_vorbis_depay_setcaps),
13021         (gst_rtp_vorbis_depay_switch_codebook),
13022         (gst_rtp_vorbis_depay_process):
13023         * gst/rtp/gstrtpvorbisdepay.h:
13024         Parse configuration string in the depayloader.
13025         Implement selecting and switching to a new codebook.
13026         Receiving vorbis over RTP now works.
13027
13028         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_reset_packet),
13029         (gst_rtp_vorbis_pay_init_packet),
13030         (gst_rtp_vorbis_pay_finish_headers),
13031         (gst_rtp_vorbis_pay_handle_buffer):
13032         * gst/rtp/gstrtpvorbispay.h:
13033         Set timestamps on outgoing buffers and RTP packets.
13034         Fix configuration string, prepend number of Packet headers.
13035         Fix encoding of ident string.
13036         Add delivery-method to caps.
13037         Streaming vorbis over RTP now works.
13038
13039 2006-11-06  Wim Taymans  <wim@fluendo.com>
13040
13041         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13042         (gst_rtp_vorbis_pay_finish_headers), (gst_rtp_vorbis_pay_parse_id),
13043         (gst_rtp_vorbis_pay_handle_buffer):
13044         * gst/rtp/gstrtpvorbispay.h:
13045         Generate a valid configuration string in the caps based on the
13046         vorbis headers.
13047
13048 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
13049
13050         * ext/cdio/gstcdio.c: (gst_cdio_get_cdtext):
13051         * ext/cdio/gstcdio.h:
13052         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
13053           Move CD-TEXT utility function into common file so it can also be
13054           used by a future cdioparanoiasrc.
13055
13056 2006-11-01  Edgard Lima <edgard.lima@indt.org.br>
13057         
13058         * sys/v4l2/Makefile.am:
13059         * sys/v4l2/gstv4l2object.c:
13060         * sys/v4l2/gstv4l2src.c:
13061         * sys/v4l2/gstv4l2xoverlay.c:
13062         * sys/v4l2/v4l2_calls.c:
13063         * sys/v4l2/v4l2src_calls.c:
13064         Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to
13065         xoverlay code that is still not implemented.
13066
13067 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
13068
13069         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
13070           We require a -base more recent than 0.10.9, so it's safe to use
13071           GST_TYPE_TAG_IMAGE_TYPE unconditionally now.
13072
13073         * ext/dv/gstdvdec.c: (gst_dvdec_sink_event):
13074         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_sink_event):
13075           Use _newsegment_full() now that we depend on a recent enough core.
13076
13077         * gst/wavparse/gstwavparse.c:
13078           Remove cruft that we don't need any longer now that we depend on
13079           a recent enough -base.
13080
13081 2006-10-31  Wim Taymans  <wim@fluendo.com>
13082
13083         * gst/rtp/Makefile.am:
13084         * gst/rtp/gstrtp.c: (plugin_init):
13085         * gst/rtp/gstrtpilbcpay.c: (gst_rtpilbcpay_init),
13086         (gst_rtpilbcpay_setcaps):
13087         Fix and activate ILBC pay and depayloaders. Fixes #368162.
13088
13089 2006-10-31  Wim Taymans  <wim@fluendo.com>
13090
13091         * ext/speex/gstspeexdec.c: (speex_dec_convert),
13092         (speex_dec_sink_event), (speex_dec_chain_parse_header):
13093         Some small cleanups, use _scale.
13094
13095 2006-10-31  Wim Taymans  <wim@fluendo.com>
13096
13097         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
13098         Use higher precision scale function.
13099
13100 2006-10-30  Tim-Philipp Müller  <tim at centricular dot net>
13101
13102         Patch by: Michal Benes  <michal dot benes at itonis tv>
13103
13104         * gst/matroska/matroska-demux.c: (gst_matroska_demux_encoding_cmp),
13105         (gst_matroska_demux_read_track_encodings),
13106         (gst_matroska_decode_buffer):
13107           Fix several issues with encoded/compressed/encrypted/signed tracks;
13108           also, remove superfluous newline characters from some debug
13109           statements. (#366155)
13110
13111 2006-10-30  Wim Taymans  <wim@fluendo.com>
13112
13113         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps):
13114         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init),
13115         (gst_smokedec_init), (gst_smokedec_finalize), (gst_smokedec_chain),
13116         (gst_smokedec_change_state):
13117         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13118         (gst_smokeenc_init), (gst_smokeenc_finalize),
13119         (gst_smokeenc_getcaps), (gst_smokeenc_setcaps),
13120         (gst_smokeenc_resync), (gst_smokeenc_chain),
13121         (gst_smokeenc_set_property), (gst_smokeenc_get_property),
13122         (gst_smokeenc_change_state):
13123         Various cleanups, capsnego and leak fixes.
13124
13125 2006-10-30  Wim Taymans  <wim@fluendo.com>
13126
13127         Patch by: Mark Nauwelaerts  <manauw at skynet be>
13128
13129         * gst/videomixer/videomixer.c: (gst_videomixer_update_queues):
13130         Fix videomixer so that it can handle any combination of framerates.
13131         Fixes #367221.
13132
13133 2006-10-28  Wim Taymans  <wim@fluendo.com>
13134
13135         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13136         (gst_avi_demux_parse_file_header),
13137         (gst_avi_demux_stream_init_push), (gst_avi_demux_parse_stream),
13138         (gst_avi_demux_stream_header_push), (gst_avi_demux_stream_data),
13139         (gst_avi_demux_chain):
13140         Fix position query for audio. also fixes timestamps in streaming
13141         mode and bug #364958.
13142         Small cleanups.
13143
13144 2006-10-27  Wim Taymans  <wim@fluendo.com>
13145
13146         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps), (gst_pngenc_chain):
13147         * ext/libpng/gstpngenc.h:
13148         Fix strides. Fixes #364856.
13149         Cleanup capsnego.
13150         Set caps on outgoing buffers.
13151
13152 2006-10-18  Wim Taymans  <wim@fluendo.com>
13153
13154         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
13155
13156         * gst/rtp/gstrtpgsmpay.c:
13157         * gst/rtp/gstrtph263pay.c:
13158         * gst/rtp/gstrtpmpapay.c:
13159         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
13160         (gst_rtp_pcma_pay_handle_buffer):
13161         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush):
13162         Add static payload numbers in addition to the dynamic ones.
13163         Fixes #361639.
13164
13165 2006-10-18  Wim Taymans  <wim@fluendo.com>
13166
13167         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_lower_trans_get_type),
13168         (gst_rtspsrc_class_init), (gst_rtspsrc_loop_interleaved),
13169         (gst_rtspsrc_loop_udp), (gst_rtspsrc_open),
13170         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_set_uri):
13171         * gst/rtsp/rtspconnection.c: (rtsp_connection_create):
13172         * gst/rtsp/rtspdefs.h:
13173         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13174         * gst/rtsp/rtspurl.h:
13175         Reuse already existing enum for lower transport.
13176         Add rtspt and rtspu protocols.
13177         Send redirect to rtspt when udp times out.
13178
13179 2006-10-18  Wim Taymans  <wim@fluendo.com>
13180
13181         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
13182         (gst_wavparse_stream_data):
13183         Fix seeking some more, mostly for speed changes.
13184
13185 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
13186
13187         Patch by: Fredrik Persson  <frepe at bredband net>
13188
13189         * sys/v4l2/gstv4l2tuner.c:
13190         * sys/v4l2/gstv4l2tuner.h:
13191           Fix _set_channel(): remove useless g_object_notify() for "channel"
13192           property that doesn't exist any longer and therefore now also
13193           useless redirect (#338818).
13194
13195 2006-10-17  Wim Taymans  <wim@fluendo.com>
13196
13197         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
13198         Some drivers do not support unsetting the non-blocking flag once the
13199         device is opened. In those cases, close/open the device in
13200         non-blocking mode. Fixes #362673.
13201
13202 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13203
13204         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13205         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13206         (gst_v4l2src_get_fps):
13207           dear stefan, framespersecond is not frameperiod, reverting but adding
13208           comment
13209
13210 2006-10-17  Stefan Kost  <ensonic@users.sf.net>
13211
13212         * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
13213         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_fps),
13214         (gst_v4l2src_get_fps):
13215           Numerator is numerator and denominator is denominator. Say that aloud
13216           5 times and retry after next beer.
13217
13218 2006-10-16  Tim-Philipp Müller  <tim at centricular dot net>
13219
13220         Patch by: Josep Torra Valles  <josep at fluendo com>
13221
13222         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
13223         * ext/esd/esdsink.c: (gst_esdsink_write):
13224         * ext/flac/gstflacdec.c: (gst_flac_dec_length),
13225         (gst_flac_dec_read_seekable), (gst_flac_dec_chain),
13226         (gst_flac_dec_send_newsegment):
13227         * ext/flac/gstflacenc.c: (gst_flac_enc_seek_callback),
13228         (gst_flac_enc_tell_callback):
13229         * ext/jpeg/smokecodec.c: (find_best_size), (smokecodec_encode),
13230         (smokecodec_parse_header), (smokecodec_decode):
13231         * gst/avi/gstavimux.c: (gst_avi_mux_write_avix_index):
13232         * gst/debug/efence.c: (gst_fenced_buffer_alloc):
13233         * gst/goom/Makefile.am:
13234         * gst/goom/gstgoom.c:
13235         * gst/icydemux/gsticydemux.c: (gst_icydemux_typefind_or_forward):
13236         * gst/rtsp/gstrtspsrc.c:
13237         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13238         * gst/udp/gstudpsink.c:
13239         * gst/udp/gstudpsrc.c:
13240         * gst/wavparse/gstwavparse.c: (gst_wavparse_change_state):
13241         * sys/sunaudio/gstsunaudiomixertrack.h:
13242           Fix a bunch of problems discovered by the Forte compiler, mostly type
13243           mixups and pointer arithmetics with void pointers. Fixes #362603.
13244
13245 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13246
13247         * ext/speex/gstspeex.c: (plugin_init):
13248         * ext/speex/gstspeexenc.c: (gst_speex_enc_get_formats),
13249         (gst_speex_enc_setup_interfaces), (gst_speex_enc_base_init),
13250         (gst_speex_enc_class_init), (gst_speex_enc_finalize),
13251         (gst_speex_enc_sink_setcaps), (gst_speex_enc_convert_src),
13252         (gst_speex_enc_convert_sink), (gst_speex_enc_get_query_types),
13253         (gst_speex_enc_src_query), (gst_speex_enc_sink_query),
13254         (gst_speex_enc_init), (gst_speex_enc_create_metadata_buffer),
13255         (gst_speex_enc_set_last_msg), (gst_speex_enc_setup),
13256         (gst_speex_enc_buffer_from_data), (gst_speex_enc_push_buffer),
13257         (gst_speex_enc_set_header_on_caps), (gst_speex_enc_sinkevent),
13258         (gst_speex_enc_chain), (gst_speex_enc_get_property),
13259         (gst_speex_enc_set_property), (gst_speex_enc_change_state):
13260         * ext/speex/gstspeexenc.h:
13261           Miscellaneous clean-ups, among other things: speexenc => enc to
13262           enhance code readability; change speexenc => speex_enc; in chain
13263           function unref input buffer in case of error; take reference in
13264           event function; use boilerplate macro; use gst_pad_query_peer_*
13265           convenience functions.
13266
13267 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
13268
13269         * ext/speex/gstspeexenc.c: (gst_speexenc_finalize),
13270         (gst_speexenc_set_last_msg), (gst_speexenc_setup),
13271         (gst_speexenc_set_header_on_caps):
13272           Fix some mem leaks.
13273
13274 2006-10-11  Wim Taymans  <wim@fluendo.com>
13275
13276         * gst/rtsp/URLS:
13277         Added some other URL.
13278
13279         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_udp),
13280         (gst_rtspsrc_handle_request), (gst_rtspsrc_send),
13281         (gst_rtspsrc_open), (gst_rtspsrc_play),
13282         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13283         * gst/rtsp/gstrtspsrc.h:
13284         Work on fallback to TCP connection when the UDP socket times out.
13285         Handler server requests, just reply with OK for now.
13286
13287         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13288         * gst/rtsp/rtspdefs.h:
13289         Added some more Real extension headers.
13290
13291         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13292         Fix parsing of urls with a ':' that is not part of the hostname:port
13293         part of the url.
13294
13295 2006-10-11  Tim-Philipp Müller  <tim at centricular dot net>
13296
13297         * gst/apetag/gsttagdemux.c: (gst_tag_demux_add_srcpad):
13298         * gst/icydemux/gsticydemux.c: (gst_icydemux_add_srcpad):
13299         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
13300           Activate pad before adding it to the already-running element.
13301
13302         * tests/check/elements/icydemux.c: (icydemux_found_pad):
13303           Activate newly-created pad too.
13304
13305 2006-10-11  Wim Taymans  <wim@fluendo.com>
13306
13307         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
13308
13309         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13310         (gst_udpsrc_finalize), (gst_udpsrc_create), (gst_udpsrc_set_uri),
13311         (gst_udpsrc_start):
13312         Fix some leaks in caps and uris. Fixes #361252.
13313
13314 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
13315
13316         * gst/wavparse/Makefile.am:
13317           Fix copy'n'paste-o (spotted by Mark Nauwelaerts, #341489).
13318
13319 2006-10-09  Jan Schmidt  <thaytan@mad.scientist.com>
13320
13321         * sys/v4l2/gstv4l2xoverlay.c:
13322         * sys/v4l2/gstv4l2xoverlay.h:
13323         Fix build as per the patch in #338818 comment 36.
13324
13325 2006-10-07  Tim-Philipp Müller  <tim at centricular dot net>
13326
13327         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
13328           Activate pads before adding them to the source.
13329
13330 2006-10-06  Wim Taymans  <wim@fluendo.com>
13331
13332         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads), (gst_dvdemux_chain):
13333         * gst/auparse/gstauparse.c: (gst_au_parse_add_srcpad):
13334         Activate pads before adding.
13335
13336 2006-10-06  Wim Taymans  <wim@fluendo.com>
13337
13338         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
13339         (gst_multipart_find_pad_by_mime):
13340         Activate pads before adding.
13341
13342         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
13343         BOILERPLATE sets parent_class for us.
13344
13345 2006-10-06  Wim Taymans  <wim@fluendo.com>
13346
13347         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type),
13348         (gst_rtspsrc_class_init), (gst_rtspsrc_init),
13349         (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps),
13350         (gst_rtspsrc_alloc_udp_ports),
13351         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13352         (gst_rtspsrc_push_event), (gst_rtspsrc_loop_interleaved),
13353         (gst_rtspsrc_create_transports_string),
13354         (gst_rtspsrc_configure_transports), (gst_rtspsrc_open),
13355         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13356         * gst/rtsp/gstrtspsrc.h:
13357         Rework how the transport string is constructed, try to share channels
13358         and udp ports.
13359         Make most of the stuff less dependant on RTP as we are also going to use
13360         it for RDT.
13361         Add support for transport specific session managers.
13362
13363         * gst/rtsp/rtspconnection.c: (rtsp_connection_flush):
13364         Implement _flush().
13365
13366         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13367         * gst/rtsp/rtspdefs.h:
13368         Add generic error return code.
13369
13370         * gst/rtsp/rtspext.h:
13371         Add support for pluggable tranport strings.
13372
13373         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_before_send),
13374         (rtsp_ext_wms_after_send), (rtsp_ext_wms_parse_sdp),
13375         (rtsp_ext_wms_get_context):
13376         Detect WMServer and activate the extension.
13377
13378         * gst/rtsp/rtsptransport.c: (rtsp_transport_get_mime),
13379         (rtsp_transport_get_manager), (rtsp_transport_parse):
13380         * gst/rtsp/rtsptransport.h:
13381         Added methods to get mime/manager for certain transports.
13382
13383 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
13384
13385         * ext/cairo/gsttimeoverlay.c:
13386         (gst_cairo_time_overlay_update_font_height):
13387         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_transform_caps):
13388         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_parse_image_data):
13389         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
13390         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
13391         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
13392         * ext/libpng/gstpngdec.c: (user_endrow_callback):
13393         * gst/auparse/gstauparse.c: (gst_au_parse_parse_header):
13394         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
13395         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
13396         (gst_avi_demux_stream_data):
13397         * gst/cutter/gstcutter.c: (gst_cutter_chain):
13398         * gst/debug/efence.c: (gst_efence_buffer_alloc),
13399         (gst_fenced_buffer_copy):
13400         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
13401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
13402         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
13403         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_send),
13404         (gst_rtspsrc_handle_message):
13405         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
13406         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
13407           Printf format fixes.
13408
13409 2006-10-04  Wim Taymans  <wim@fluendo.com>
13410
13411         * gst/rtsp/Makefile.am:
13412         Dist new .h file too.
13413
13414 2006-10-04  Wim Taymans  <wim@fluendo.com>
13415
13416         * gst/rtsp/Makefile.am:
13417         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_getcaps),
13418         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp):
13419         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
13420         (gst_rtspsrc_finalize), (gst_rtspsrc_create_stream),
13421         (gst_rtspsrc_parse_rtpmap),
13422         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
13423         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13424         (gst_rtspsrc_play), (gst_rtspsrc_handle_message):
13425         * gst/rtsp/gstrtspsrc.h:
13426         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13427         * gst/rtsp/rtspdefs.h:
13428         * gst/rtsp/rtspext.h:
13429         * gst/rtsp/rtspextwms.c: (rtsp_ext_wms_parse_sdp),
13430         (rtsp_ext_wms_get_context):
13431         * gst/rtsp/rtspextwms.h:
13432         * gst/rtsp/rtsptransport.c: (rtsp_transport_init), (parse_mode),
13433         (rtsp_transport_parse):
13434         * gst/rtsp/rtsptransport.h:
13435         Factor out extension in separate module.
13436         Fix getcaps to filter against the padtemplate.
13437         Use Content-Base if the server gives one.
13438         Rework the transport parsing a bit for future extensions.
13439         Added some Real Header field definitions.
13440
13441 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13442
13443         * docs/plugins/Makefile.am:
13444         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
13445         * docs/plugins/gst-plugins-good-plugins-sections.txt:
13446           added v4l2 stubs
13447         * gst-plugins-good.spec.in:
13448           add v4l2
13449
13450 2006-10-04  Tim-Philipp Müller  <tim at centricular dot net>
13451
13452         * gst/apetag/gstapedemux.c: (ape_demux_parse_tags):
13453           Extract disc/album/medium number and count and try harder
13454           to extract track number/count.
13455
13456 2006-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13457
13458         * configure.ac:
13459         * sys/Makefile.am:
13460           add build stuff for v4l2, needs --enable-experimental until
13461           the last bits are resolved
13462
13463 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
13464
13465         * tests/check/Makefile.am:
13466           Disable autodetect test temporarily, so that the build bots
13467           update -bad and the ranks of unreliable video sinks in there.
13468
13469         * tests/check/elements/autodetect.c: (GST_START_TEST):
13470           Skip test if no usable videosink is found.
13471
13472 2006-09-29  Wim Taymans  <wim@fluendo.com>
13473
13474         * gst/rtsp/URLS:
13475         Add some more URLs.
13476
13477         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13478         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
13479         (gst_rtspsrc_set_property), (gst_rtspsrc_get_property),
13480         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_loop_interleaved),
13481         (gst_rtspsrc_loop_udp), (gst_rtspsrc_loop_send_cmd),
13482         (gst_rtspsrc_loop), (gst_rtspsrc_send),
13483         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13484         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause),
13485         (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
13486         * gst/rtsp/gstrtspsrc.h:
13487         Add timeout property to control UDP timeouts.
13488         Fix error messages.
13489         Also start a loop function when operating in UDP mode so that we can
13490         do some more stuff async.
13491         Handle element messages from udpsrc to detect timeouts. If a timeout
13492         happens we currently generate an error.
13493         API: rtspsrc::timeout property.
13494
13495         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
13496         (gst_udpsrc_create):
13497         Really implement the timeout in microseconds and not milliseconds.
13498
13499 2006-09-29  Wim Taymans  <wim@fluendo.com>
13500
13501         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
13502         (gst_udpsrc_create), (gst_udpsrc_set_property),
13503         (gst_udpsrc_get_property), (gst_udpsrc_unlock), (gst_udpsrc_stop):
13504         * gst/udp/gstudpsrc.h:
13505         Added property to post a message on timeout.
13506         Updated docs.
13507         When restarting the select, initialize the fdsets again.
13508         Init control sockets so we don't accidentally close a random socket.
13509         API: GstUDPSrc::timeout property
13510
13511 2006-09-29  Wim Taymans  <wim@fluendo.com>
13512
13513         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
13514         Fix flag registration.
13515
13516         * gst/rtsp/rtspconnection.c: (rtsp_connection_read):
13517         Reading 0 also means 'no more commands'
13518
13519 2006-09-29  Wim Taymans  <wim@fluendo.com>
13520
13521         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
13522
13523         * gst/udp/gstudpsrc.c: (gst_udpsrc_create):
13524         Fix possible infinite loop when shutting down, a read can also return
13525         0 to indicate no more messages are available. Fixes #358156.
13526
13527 2006-09-25  Wim Taymans  <wim@fluendo.com>
13528
13529         * gst/autodetect/gstautoaudiosink.c:
13530         (gst_auto_audio_sink_base_init), (gst_auto_audio_sink_class_init),
13531         (gst_auto_audio_sink_find_best):
13532         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_detect):
13533         Small cleanups.
13534         don't try to set "sync" property when it is not available.
13535
13536 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13537
13538         Patch by: Peter Kjellerstedt  <pkj at axis com>
13539
13540         * gst/alpha/gstalpha.c:
13541         * gst/rtp/gstrtpamrdepay.c:
13542         * gst/rtsp/gstrtspsrc.c:
13543         * gst/udp/gstudpsrc.c:
13544         * gst/videomixer/videomixer.c:
13545           Include stdlib.h in some more places, makes things compile
13546           with uClibc and -Werror (#357592).
13547
13548 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
13549
13550         * ext/jpeg/gstjpegdec.c:
13551           Set minimum height to 8 (from 16), our code should handle
13552           that fine. Some of the buttons on the apple trailer site
13553           are apparently only 15 pixels high (see #357470).
13554
13555 2006-09-23  Wim Taymans  <wim@fluendo.com>
13556
13557         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop), (gst_rtspsrc_send),
13558         (gst_rtspsrc_open):
13559         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13560         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13561         (rtsp_connection_receive):
13562         * gst/rtsp/rtspdefs.c: (rtsp_strresult):
13563         * gst/rtsp/rtspdefs.h:
13564         Improve error reporting.
13565
13566 2006-09-23  Wim Taymans  <wim@fluendo.com>
13567
13568         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
13569         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
13570         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
13571         * gst/rtp/gstrtpdepay.c:
13572         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
13573         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
13574         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
13575         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
13576         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
13577         (gst_rtp_mp2t_depay_plugin_init):
13578         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
13579         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
13580         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
13581         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
13582         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
13583         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
13584         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
13585         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
13586         Fix klass typos.
13587         Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
13588
13589 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13590
13591         * configure.ac:
13592           Need  -base CVS for gst_base_rtp_depayload_push_ts().
13593
13594 2006-09-22  Wim Taymans  <wim@fluendo.com>
13595
13596         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
13597         Don't check for a tag that is never there and check if we read the
13598         correct tag. Fixes seeking again.
13599         We must post an error when all pads are unlinked.
13600
13601 2006-09-22  Wim Taymans  <wim@fluendo.com>
13602
13603         * gst/rtp/Makefile.am:
13604         * gst/rtp/gstrtp.c: (plugin_init):
13605         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_process):
13606         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_setcaps),
13607         (gst_rtp_vorbis_pay_reset_packet),
13608         (gst_rtp_vorbis_pay_init_packet),
13609         (gst_rtp_vorbis_pay_flush_packet), (gst_rtp_vorbis_pay_parse_id),
13610         (gst_rtp_vorbis_pay_handle_buffer):
13611         More fixage, set endoder-params correctly in the payloader.
13612
13613 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * gst/autodetect/gstautoaudiosink.c:
13616         (gst_auto_audio_sink_base_init):
13617         * gst/autodetect/gstautovideosink.c:
13618         (gst_auto_video_sink_base_init):
13619           Make static pad templates static to appease valgrind's leak
13620           detector.
13621
13622         * tests/check/Makefile.am:
13623         * tests/check/elements/.cvsignore:
13624         * tests/check/elements/autodetect.c: (GST_START_TEST),
13625         (autodetect_suite):
13626           Add simple test for the ghostpad lockup on shutdown fixed in core
13627           CVS (audio bit disabled because it would need dozens of alsa
13628           suppressions and I'm too lazy to add those now).
13629
13630 2006-09-22  Wim Taymans  <wim@fluendo.com>
13631
13632         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_change_state):
13633         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_class_init):
13634         Small cleanups.
13635
13636         * gst/rtp/Makefile.am:
13637         * gst/rtp/gstrtp.c: (plugin_init):
13638         * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_base_init),
13639         (gst_rtp_vorbis_depay_class_init), (gst_rtp_vorbis_depay_init),
13640         (gst_rtp_vorbis_depay_finalize), (gst_rtp_vorbis_depay_setcaps),
13641         (gst_rtp_vorbis_depay_process),
13642         (gst_rtp_vorbis_depay_set_property),
13643         (gst_rtp_vorbis_depay_get_property),
13644         (gst_rtp_vorbis_depay_change_state),
13645         (gst_rtp_vorbis_depay_plugin_init):
13646         * gst/rtp/gstrtpvorbisdepay.h:
13647         * gst/rtp/gstrtpvorbispay.c: (gst_rtp_vorbis_pay_base_init),
13648         (gst_rtp_vorbis_pay_class_init), (gst_rtp_vorbis_pay_init),
13649         (gst_rtp_vorbis_pay_setcaps), (gst_rtp_vorbis_pay_init_packet),
13650         (gst_rtp_vorbis_pay_flush_packet),
13651         (gst_rtp_vorbis_pay_append_buffer),
13652         (gst_rtp_vorbis_pay_handle_buffer),
13653         (gst_rtp_vorbis_pay_plugin_init):
13654         * gst/rtp/gstrtpvorbispay.h:
13655         Add experimental vorbis pay and depayloaders.
13656
13657 2006-09-21  Wim Taymans  <wim@fluendo.com>
13658
13659         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_parse_audio_config):
13660         Fix profile-level-id parsing and setup.
13661
13662 2006-09-21  Wim Taymans  <wim@fluendo.com>
13663
13664         * gst/udp/README:
13665         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
13666         Update README, simple cleanup.
13667
13668 2006-09-21  Wim Taymans  <wim@fluendo.com>
13669
13670         * gst/rtp/README:
13671         Update README with some examples.
13672
13673         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_init),
13674         (gst_rtp_mp4g_pay_finalize), (gst_rtp_mp4g_pay_parse_audio_config),
13675         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
13676         (gst_rtp_mp4g_pay_setcaps):
13677         * gst/rtp/gstrtpmp4gpay.h:
13678         Make optional RTP parameters of type STRING, as required by the
13679         application/x-rtp caps specification.
13680
13681 2006-09-20  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
13682
13683         * gst/rtp/gstrtph263pdepay.c:
13684         * gst/rtp/gstrtph263ppay.c:
13685         Correctly calculate size of each H263+ RTP buffer taking into account MTU and
13686         RTP header.
13687
13688 2006-09-20  Wim Taymans  <wim@fluendo.com>
13689
13690         * gst/rtp/Makefile.am:
13691         And makefile too.
13692
13693 2006-09-20  Wim Taymans  <wim@fluendo.com>
13694
13695         * gst/rtp/gstrtp.c: (plugin_init):
13696         * gst/rtp/gstrtpasfdepay.c: (gst_rtp_asf_depay_base_init),
13697         (gst_rtp_asf_depay_class_init), (gst_rtp_asf_depay_init),
13698         (decode_base64), (gst_rtp_asf_depay_setcaps),
13699         (gst_rtp_asf_depay_process), (gst_rtp_asf_depay_set_property),
13700         (gst_rtp_asf_depay_get_property), (gst_rtp_asf_depay_change_state),
13701         (gst_rtp_asf_depay_plugin_init):
13702         * gst/rtp/gstrtpasfdepay.h:
13703         Added preliminary ASF depayloader.
13704
13705         * gst/rtp/gstrtph264depay.c: (decode_base64):
13706         Fix base64 decoding.
13707
13708 2006-09-20  Wim Taymans  <wim@fluendo.com>
13709
13710         * gst/rtsp/URLS:
13711         Added some test URLS.
13712
13713         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_create_stream),
13714         (gst_rtspsrc_loop), (gst_rtspsrc_open):
13715         * gst/rtsp/gstrtspsrc.h:
13716         When creating streams, give access to the complete SDP.
13717         Fix some leaks.
13718         Collect and merge global stream properties in stream caps.
13719         Preliminary support for WMServer.
13720
13721         * gst/rtsp/rtspconnection.c: (rtsp_connection_create),
13722         (rtsp_connection_connect), (rtsp_connection_read), (read_body),
13723         (rtsp_connection_receive):
13724         * gst/rtsp/rtspconnection.h:
13725         Make connection interruptable.
13726         Refactor to make it reconnectable.
13727         Don't fail on short reads when reading data packets.
13728
13729         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_set_port),
13730         (rtsp_url_get_port):
13731         * gst/rtsp/rtspurl.h:
13732         Add methods for getting/setting the port.
13733
13734         * gst/rtsp/sdpmessage.c: (sdp_message_get_attribute_val_n),
13735         (sdp_message_get_attribute_val), (sdp_media_get_attribute),
13736         (sdp_media_get_attribute_val_n), (sdp_media_get_attribute_val),
13737         (sdp_media_get_format), (sdp_parse_line),
13738         (sdp_message_parse_buffer):
13739         Fix headers. 
13740         Add methods for getting multiple attributes with the same name.
13741         Increase buffer size when parsing.
13742         Fix parsing of a=foo fields.
13743
13744         * gst/rtsp/test.c: (main):
13745         Update to new connection API.
13746
13747         * gst/rtsp/rtspmessage.c: (rtsp_message_new_response),
13748         (rtsp_message_init_response), (rtsp_message_init_data),
13749         (rtsp_message_unset), (rtsp_message_free), (rtsp_message_dump):
13750         * gst/rtsp/rtspmessage.h:
13751         * gst/rtsp/rtsptransport.c: (rtsp_transport_free):
13752         * gst/rtsp/rtsptransport.h:
13753         * gst/rtsp/sdp.h:
13754         * gst/rtsp/sdpmessage.h:
13755         * gst/rtsp/gstrtsp.c:
13756         * gst/rtsp/gstrtsp.h:
13757         * gst/rtsp/gstrtpdec.c:
13758         * gst/rtsp/gstrtpdec.h:
13759         * gst/rtsp/rtsp.h:
13760         * gst/rtsp/rtspdefs.c:
13761         * gst/rtsp/rtspdefs.h:
13762         Dual licensed under MIT and LGPL now.
13763
13764 2006-09-19  Wim Taymans  <wim@fluendo.com>
13765
13766         * gst/rtsp/gstrtspsrc.c: (find_stream_by_pt),
13767         (gst_rtspsrc_create_stream), (gst_rtspsrc_free_stream),
13768         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13769         (gst_rtspsrc_stream_configure_transport), (find_stream_by_channel),
13770         (gst_rtspsrc_push_event), (gst_rtspsrc_loop), (gst_rtspsrc_send),
13771         (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
13772         (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):
13773         * gst/rtsp/gstrtspsrc.h:
13774         Reorganize stream parsing and creation.
13775         Detect container formats in interleaved mode.
13776         Keep more state about the streams.
13777         Assume a server also supports PLAY if it does not say.
13778         Add unicast and interleaved properties to TCP transport requests to make
13779         some servers happy (WMServer).
13780
13781         * gst/rtsp/sdpmessage.h:
13782         Add some defines for the standard Bandwidth types.
13783
13784 2006-09-19  Wim Taymans  <wim@fluendo.com>
13785
13786         * gst/rtsp/test.c: (main):
13787         Fix build.
13788
13789 2006-09-19  Wim Taymans  <wim@fluendo.com>
13790
13791         * gst/wavparse/gstwavparse.c:
13792         Add ms-gsm to the src template.
13793
13794 2006-09-18  Wim Taymans  <wim@fluendo.com>
13795
13796         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
13797         (gst_rtspsrc_send), (gst_rtspsrc_parse_methods),
13798         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
13799         (gst_rtspsrc_pause), (gst_rtspsrc_change_state),
13800         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13801         * gst/rtsp/gstrtspsrc.h:
13802         Small cleanups, added documentation.
13803         Try to clean up the requests and responses.
13804         Refactor parsing the supported methods.
13805
13806         * gst/rtsp/rtspconnection.c: (rtsp_connection_open),
13807         (rtsp_connection_create), (rtsp_connection_send),
13808         (parse_response_status), (parse_request_line),
13809         (rtsp_connection_receive), (rtsp_connection_close),
13810         (rtsp_connection_free):
13811         * gst/rtsp/rtsptransport.c: (rtsp_transport_new),
13812         (rtsp_transport_init), (rtsp_transport_parse),
13813         (rtsp_transport_free):
13814         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
13815         * gst/rtsp/sdpmessage.c: (sdp_message_new), (sdp_message_init),
13816         (sdp_message_clean), (sdp_message_free), (sdp_media_new),
13817         (sdp_media_init), (sdp_message_parse_buffer), (sdp_message_dump):
13818         Use g_return_val some more.
13819
13820         * gst/rtsp/rtspdefs.h:
13821         Add more enum values to track initial states.
13822
13823         * gst/rtsp/rtspmessage.c: (rtsp_message_new_request),
13824         (rtsp_message_init_request), (rtsp_message_new_response),
13825         (rtsp_message_init_response), (rtsp_message_init_data),
13826         (rtsp_message_unset), (rtsp_message_free),
13827         (rtsp_message_add_header), (rtsp_message_remove_header),
13828         (rtsp_message_get_header), (rtsp_message_set_body),
13829         (rtsp_message_take_body), (rtsp_message_get_body),
13830         (rtsp_message_steal_body), (rtsp_message_dump):
13831         * gst/rtsp/rtspmessage.h:
13832         Reorder arguments, object goes as the first one.
13833         Use g_return_val some more.
13834
13835 2006-09-18  Wim Taymans  <wim@fluendo.com>
13836
13837         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_base_init),
13838         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_push_event),
13839         (gst_rtspsrc_loop), (gst_rtspsrc_uri_set_uri):
13840         * gst/rtsp/gstrtspsrc.h:
13841         Export sometimes source pad with correct caps on the template, create
13842         the ghostpad from the template.
13843         Remove RTCP template as we never expose RTCP.
13844         Protect against invalid body size.
13845         Avoid memcpy when creating the output buffer.
13846         Properly post an error and send EOS when the loop function is shut down.
13847
13848 2006-09-18  Wim Taymans  <wim@fluendo.com>
13849
13850         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13851
13852         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
13853         (gst_rtspsrc_init), (gst_rtspsrc_set_property), (gst_rtspsrc_open),
13854         (gst_rtspsrc_uri_get_uri), (gst_rtspsrc_uri_set_uri):
13855         * gst/rtsp/gstrtspsrc.h:
13856         Make sure we can never set an invalid location.
13857
13858         * gst/rtsp/rtspmessage.c: (rtsp_message_steal_body):
13859         * gst/rtsp/rtspmessage.h:
13860         Added _steal_body method for future use.
13861
13862         * gst/rtsp/rtspurl.c: (rtsp_url_parse), (rtsp_url_free):
13863         Make freeing of NULL url return immediatly.
13864
13865 2006-09-18  Wim Taymans  <wim@fluendo.com>
13866
13867         Based on patch by: Lutz Mueller <lutz at topfrose dot de>
13868
13869         * gst/rtsp/gstrtspsrc.c: (_do_init), (gst_rtspsrc_class_init),
13870         (gst_rtspsrc_init), (gst_rtspsrc_stream_setup_rtp),
13871         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_play),
13872         (gst_rtspsrc_change_state):
13873         * gst/rtsp/gstrtspsrc.h:
13874         Use boilerplate.
13875         Make rtspsrc subclass GstBin to make state changes easier.
13876         Add Range header field on the PLAY request.
13877
13878 2006-09-18  Wim Taymans  <wim@fluendo.com>
13879
13880         Based on patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
13881
13882         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
13883         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
13884         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_open),
13885         (gst_rtspsrc_close), (gst_rtspsrc_play), (gst_rtspsrc_pause):
13886         * gst/rtsp/rtspconnection.c: (inet_aton):
13887         Small cleanups.
13888         when multicast is selected as the transport, create UDP sources and
13889         connect to the multicast group.
13890         Move parsing and setting of caps to a common place.
13891         Fixes #349894.
13892
13893 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
13894
13895         * ext/flac/gstflactag.c:
13896         * gst/alpha/gstalpha.c:
13897         * gst/debug/breakmydata.c:
13898         * gst/debug/negotiation.c:
13899         * gst/debug/testplugin.c:
13900         * gst/effectv/gstaging.c:
13901         * gst/effectv/gstdice.c:
13902         * gst/effectv/gstedge.c:
13903         * gst/effectv/gstquark.c:
13904         * gst/effectv/gstrev.c:
13905         * gst/effectv/gstshagadelic.c:
13906         * gst/effectv/gstvertigo.c:
13907         * gst/effectv/gstwarp.c:
13908         * gst/multipart/multipartdemux.c:
13909         * gst/multipart/multipartmux.c:
13910         * gst/videobox/gstvideobox.c:
13911         * gst/videofilter/gstgamma.c:
13912         * gst/videofilter/gstvideotemplate.c:
13913         * gst/videomixer/videomixer.c:
13914         * sys/sunaudio/gstsunaudiosrc.h:
13915         More G_OBJECT macro fixing.
13916
13917 2006-09-16  Wim Taymans  <wim@fluendo.com>
13918
13919         Patch by: Yves Lefebvre <ivanohe at abacom dot com>
13920
13921         * gst/avi/gstavimux.c: (gst_avi_mux_stop_file):
13922         Correctly set the dwLength in strh.
13923         With this patch, the file duration is now displayed correctly in window
13924         media player and the AVI plays completely. Fixes #356147
13925
13926 2006-09-15  Wim Taymans  <wim@fluendo.com>
13927
13928         Patch by: Darren Kenny <darren dot kenny at sun dot com>
13929
13930         * sys/sunaudio/gstsunaudiomixerctrl.c:
13931         (gst_sunaudiomixer_ctrl_build_list):
13932         Set the output track as the MASTER so that the gnome-settings-daemon
13933         keybindings for changing the volume using the keyboard works.
13934         Fixes #356142.
13935
13936 2006-09-15  Wim Taymans  <wim@fluendo.com>
13937
13938         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
13939         Fix documentation, it is not possible to control the framerate of jpegdec
13940         using filtered caps yet. Fixes #355210.
13941         Return the downstream GstFlowReturn instead of GST_FLOW_OK so that we
13942         stop when there is an error.
13943
13944 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13945
13946         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain_parse_tag):
13947         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
13948           Don't interpret a first buffer with an offset of NONE as
13949           'from the middle of the stream', but only a first buffer
13950           that has a valid buffer offset that's non-zero (see #345449).
13951
13952 2006-09-14  Tim-Philipp Müller  <tim at centricular dot net>
13953
13954         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
13955         (gst_icydemux_typefind_or_forward):
13956         * gst/icydemux/gsticydemux.h:
13957           When we merge/collect multiple incoming buffers for typefinding
13958           purposes, keep an initial 0 offset on the first outgoing buffer
13959           as well (otherwise id3demux won't work right). Fixes #345449.
13960           Also Make buffer metadata writable before setting buffer caps.
13961
13962         * tests/check/elements/icydemux.c: (typefind_succeed),
13963         (cleanup_icydemux), (push_data), (GST_START_TEST),
13964         (icydemux_suite):
13965           Small test case for the above.
13966
13967 2006-09-13  Stefan Kost  <ensonic@users.sf.net>
13968
13969         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_chunk),
13970         (gst_avi_demux_stream_index), (gst_avi_demux_sync),
13971         (gst_avi_demux_stream_header_push),
13972         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
13973         (gst_avi_demux_loop):
13974           More code reuse and better logging in _peek_chunk(). Reintroduce check
13975           for chunk sizes before reading them (avoid oom). Better handling for 
13976           invalid chunksizes when streaming.
13977
13978 2006-09-11  Stefan Kost  <ensonic@users.sf.net>
13979
13980         * gst/level/gstlevel.c: (gst_level_set_property):
13981         * gst/level/gstlevel.h:
13982           Fix type mixup in level->interval (gdouble<->guint64). Spotted by
13983           René Stadler
13984
13985 2006-09-06  Stefan Kost  <ensonic@users.sf.net>
13986
13987         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
13988         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
13989         (gst_avi_demux_stream_data):
13990           Revert one change to fix streaming avi (adapter size != data size).
13991
13992 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
13993
13994         Patch by: Frédéric Riss  <frederic.riss at gmail dot com>
13995
13996         * gst/matroska/matroska-demux.c: (gst_matroska_track_free),
13997         (gst_matroska_demux_reset),
13998         (gst_matroska_demux_read_track_encodings),
13999         (gst_matroska_demux_add_stream), (gst_matroska_decode_buffer),
14000         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14001         (gst_matroska_demux_subtitle_caps):
14002         * gst/matroska/matroska-ids.h:
14003           Add support for VOBSUB subtitle tracks and zlib-compressed
14004           tracks. Make sure we start on a keyframe after a seek. (#343348)
14005
14006 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
14007
14008         * gst/matroska/matroska-demux.c: (gst_matroska_demux_push_hdr_buf),
14009         (gst_matroska_demux_push_flac_codec_priv_data),
14010         (gst_matroska_demux_push_xiph_codec_priv_data),
14011         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
14012         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
14013         * gst/matroska/matroska-ids.h:
14014           Add basic FLAC support (#311586), not perfect yet though, needs some
14015           tweaking in flacdec; also, seeking could be better.
14016           Do better bounds checking when deserialising vorbis stream headers
14017           to make sure we don't read beyond the end of the buffer on bad input.
14018
14019 2006-09-04  Wim Taymans  <wim@fluendo.com>
14020
14021         Patch by: Alessandro Decina <alessandro at nnva dot org>
14022
14023         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_chain):
14024         Seeking back in a file containing a CMML stream errors out if the seek
14025         goes back up to the CMML headers. This is because after the seek the xml
14026         processing instruction <?xml ...?> is submitted to the xml parser again, 
14027         which results in an error. The attached patch fixes the problem. 
14028         Fixes #353908.
14029
14030         * ext/annodex/gstcmmlenc.h:
14031         Fix authors name.
14032
14033
14034 2006-08-28  Andy Wingo  <wingo@pobox.com>
14035
14036         * ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle):
14037         New helper function to lessen the ifdefs.
14038         (GST_INFO_OBJECT): 
14039         (gst_dv1394src_iso_receive): Use it.
14040         (gst_dv1394src_create): Also use the control sockets in iec61883
14041         mode.
14042         (gst_dv1394src_start, gst_dv1394src_stop): Always use a separate
14043         handle for AVC operations; fixes #348233.
14044
14045 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14046
14047         * configure.ac:
14048         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14049         * docs/plugins/inspect/plugin-audiofx.xml:
14050         * docs/plugins/inspect/plugin-audiofxgood.xml:
14051         * gst/audiofx/Makefile.am:
14052         * gst/audiofx/audiofx.c:
14053         * gst/audiofxgood/.cvsignore:
14054         * gst/audiofxgood/Makefile.am:
14055         * gst/audiofxgood/audiofx.c:
14056         * gst/audiofxgood/audiopanorama.c:
14057         * gst/audiofxgood/audiopanorama.h:
14058           Rename again (audiofxgood -> audiofx).
14059
14060 2006-08-27  Stefan Kost  <ensonic@users.sf.net>
14061
14062         * gst/avi/gstavidemux.c: (gst_avi_demux_next_data_buffer),
14063         (gst_avi_demux_stream_scan):
14064           Initialze variables.
14065
14066 2006-08-25  Wim Taymans  <wim@fluendo.com>
14067
14068         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14069         (gst_avi_demux_init), (gst_avi_demux_finalize),
14070         (gst_avi_demux_reset), (gst_avi_demux_index_last),
14071         (gst_avi_demux_index_next), (gst_avi_demux_index_entry_for_time),
14072         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_index),
14073         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14074         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
14075         (gst_avi_demux_massage_index),
14076         (gst_avi_demux_calculate_durations_from_index),
14077         (gst_avi_demux_stream_header_pull), (gst_avi_demux_do_seek),
14078         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14079         (gst_avi_demux_chain), (gst_avi_demux_sink_activate),
14080         (gst_avi_demux_change_state):
14081         * gst/avi/gstavidemux.h:
14082         More attempts to turn this into readable code.
14083         Don't leak adapters.
14084         Calculate duration according to index more efficiently.
14085         Don't try to act like we drive the pipeline in chain mode.
14086
14087 2006-08-25  Wim Taymans  <wim@fluendo.com>
14088
14089         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt):
14090         Fix build.
14091
14092 2006-08-25  Wim Taymans  <wim@fluendo.com>
14093
14094         Patch by: Alessandro Decina <alessandro at nnva dot org>
14095
14096         * ext/annodex/gstannodex.c: (gst_annodex_granule_to_time):
14097         Do some extra sanity checks.
14098         Fixes #350340.
14099
14100         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_change_state),
14101         (gst_cmml_enc_parse_tag_head), (gst_cmml_enc_parse_tag_clip),
14102         (gst_cmml_enc_push_clip), (gst_cmml_enc_push):
14103         Check if clip->start_time is valid before adding the clip to the
14104         track list.
14105         Reset enc->preamble going from PAUSED to READY.
14106         Don't use GST_FLOW_UNEXPECTED for wrong usage of the element, it is
14107         only used for EOS.
14108         Only post an error message if we were the one that created the fatal
14109         GstFlowReturn value.
14110
14111         * ext/annodex/gstcmmlutils.c: (gst_cmml_clock_time_from_npt),
14112         (gst_cmml_clock_time_to_granule), (gst_cmml_track_list_has_clip):
14113         Parse the seconds field of the npt-sec time format using %llu rather than
14114         %d and check that the value scaled by GST_SECOND doesn't overflow.
14115         Use guint64(s) to represent the keyindex and keyoffset fields of a granulepos.
14116         Lookup a clip's track with clip->track rather than clip->id which
14117         makes no sense.
14118         Identify a clip by its track and start time and not its xml id.
14119         do some more input checking and make sure we don't do undefined shifts.
14120
14121         * tests/check/elements/cmmldec.c: (setup_cmmldec),
14122         (teardown_cmmldec), (check_output_buffer_is_equal), (push_data),
14123         (cmml_tag_message_pop), (check_headers), (push_clip_full),
14124         (push_clip), (push_empty_clip), (check_output_clip),
14125         (GST_START_TEST), (cmmldec_suite):
14126         * tests/check/elements/cmmlenc.c: (setup_cmmlenc),
14127         (teardown_cmmlenc), (check_output_buffer_is_equal), (push_data),
14128         (check_headers), (push_clip), (check_clip_times), (check_clip),
14129         (check_empty_clip), (GST_START_TEST), (cmmlenc_suite):
14130         Added some more checks.
14131
14132 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14133
14134         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_class_init),
14135         (gst_audio_panorama_set_property),
14136         (gst_audio_panorama_get_property),
14137         (gst_audio_panorama_transform_m2s_int),
14138         (gst_audio_panorama_transform_s2s_int),
14139         (gst_audio_panorama_transform_m2s_float),
14140         (gst_audio_panorama_transform_s2s_float):
14141         * gst/audiofxgood/audiopanorama.h:
14142         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14143           Make also the pan-property float (saves scaling and yields better
14144           resolution)
14145
14146 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14147
14148         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14149         (gst_audio_panorama_transform_m2s_float),
14150         (gst_audio_panorama_transform_s2s_float):
14151           ChangeLog surgery to add cymax's real name
14152
14153
14154 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14155
14156         Patch by: René Stadler <mail@renestadler.de>
14157
14158         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_set_caps),
14159         (gst_audio_panorama_transform_m2s_int),
14160         (gst_audio_panorama_transform_s2s_int),
14161         (gst_audio_panorama_transform_m2s_float),
14162         (gst_audio_panorama_transform_s2s_float),
14163         (gst_audio_panorama_transform):
14164         * gst/audiofxgood/audiopanorama.h:
14165           Added float support
14166
14167 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14168
14169         * gst/audiofxgood/audiopanorama.c:
14170         (gst_audio_panorama_transform_m2s):
14171           Fix docs & debug category. Add Fixme for volume pan levels.
14172
14173 2006-08-24  Stefan Kost  <ensonic@users.sf.net>
14174
14175         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes_pull),
14176         (gst_avi_demux_sync), (gst_avi_demux_stream_header_push),
14177         (gst_avi_demux_stream_header_pull),
14178         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14179         (gst_avi_demux_chain):
14180           unbreak AVI index handling, some more debug, remove an obsolete
14181           adapter_flush that caused streaming to wander off in the wild
14182
14183 2006-08-24  Wim Taymans  <wim@fluendo.com>
14184
14185         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14186         (gst_avi_demux_parse_superindex), (gst_avi_demux_parse_subindex),
14187         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_odml),
14188         (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14189         (gst_avi_demux_calculate_durations_from_index),
14190         (gst_avi_demux_stream_header_push),
14191         (gst_avi_demux_stream_header_pull):
14192         * gst/avi/gstavidemux.h:
14193         Some more cleanups. 
14194         Fix totalFrames parsing in ODML.
14195         Disable use of index for length calculation in case of ODML as this is
14196         broken now.
14197
14198 2006-08-24  Tim-Philipp Müller  <tim at centricular dot net>
14199
14200         * ext/flac/gstflacdec.c: (gst_flac_dec_update_metadata):
14201           Use libgsttag helper function here too.
14202
14203 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
14204
14205         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14206         (gst_avi_demux_init), (gst_avi_demux_dispose),
14207         (gst_avi_demux_reset), (gst_avi_demux_index_next),
14208         (gst_avi_demux_index_entry_for_time), (gst_avi_demux_src_convert),
14209         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14210         (gst_avi_demux_peek_chunk_info), (gst_avi_demux_peek_chunk),
14211         (gst_avi_demux_stream_init_push), (gst_avi_demux_stream_init_pull),
14212         (gst_avi_demux_parse_subindex),
14213         (gst_avi_demux_read_subindexes_push),
14214         (gst_avi_demux_read_subindexes_pull), (gst_avi_demux_parse_stream),
14215         (sort), (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
14216         (gst_avi_demux_sync), (gst_avi_demux_peek_tag),
14217         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header_push),
14218         (gst_avi_demux_stream_header_pull),
14219         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
14220         (push_tag_lists), (gst_avi_demux_loop), (gst_avi_demux_chain),
14221         (gst_avi_demux_sink_activate), (gst_avi_demux_activate_push),
14222         (gst_avi_demux_change_state):
14223         * gst/avi/gstavidemux.h:
14224           Initial streaming support for avidemux (fixes #336465)
14225
14226 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14227
14228         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14229           There is no taglibmux element ...
14230
14231         * gst/rtsp/gstrtspsrc.c:
14232           Use '%' rather than '&perc;' in gtk-doc blurb, docs build
14233           was complaining about unknown entity here.
14234
14235 2006-08-22  Wim Taymans  <wim@fluendo.com>
14236
14237         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
14238         (gst_avi_demux_do_seek), (gst_avi_demux_handle_seek),
14239         (gst_avi_demux_process_next_entry):
14240         * gst/avi/gstavidemux.h:
14241         Mark DISCONT.
14242         Remove old unused fields and reorder the struct a bit.
14243
14244 2006-08-22  Wim Taymans  <wim@fluendo.com>
14245
14246         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
14247         (gst_rtspsrc_send), (gst_rtspsrc_close), (gst_rtspsrc_play),
14248         (gst_rtspsrc_pause):
14249         * gst/rtsp/gstrtspsrc.h:
14250         * sys/oss/gstosssink.c: (gst_oss_sink_open),
14251         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
14252         Small documentation updates.
14253
14254 2006-08-22  Wim Taymans  <wim@fluendo.com>
14255
14256         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14257         (gst_avi_demux_index_entry_for_time),
14258         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
14259         (gst_avi_demux_stream_init), (gst_avi_demux_parse_stream),
14260         (gst_avi_demux_stream_index), (gst_avi_demux_peek_tag),
14261         (gst_avi_demux_next_data_buffer),
14262         (gst_avi_demux_calculate_durations_from_index),
14263         (gst_avi_demux_stream_header), (gst_avi_demux_do_seek),
14264         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
14265         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop),
14266         (gst_avi_demux_sink_activate_pull), (gst_avi_demux_change_state):
14267         * gst/avi/gstavidemux.h:
14268         Precalc most of the duration query for each stream.
14269         Make seeking more correct.
14270         Use GstSegment to track position and duration.
14271         Code cleanups and leak fixes.
14272         Calculate correct total duration based on index length.
14273
14274 2006-08-22  Jan Schmidt  <thaytan@mad.scientist.com>
14275
14276         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
14277         (parse_insert_string_field):
14278           If strings in text fields are marked ISO8859-1, but contain
14279           valid UTF-8 already, then handle them as UTF-8 and ignore
14280           the encoding. (#351794)
14281
14282 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14283
14284         * ext/flac/gstflacdec.c: (gst_flac_dec_scan_got_frame),
14285         (gst_flac_dec_write), (gst_flac_dec_loop),
14286         (gst_flac_dec_sink_event), (gst_flac_dec_chain),
14287         (gst_flac_dec_src_query):
14288         * ext/flac/gstflacdec.h:
14289           Make flac-in-ogg work (#352100).
14290
14291 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14292
14293         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
14294           Don't unref buffers of which we've already given away
14295           ownership to the adapter.
14296
14297 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
14298
14299         * ext/speex/gstspeexdec.c: (speex_dec_chain_parse_comments):
14300           Make metadata extraction actually work.
14301
14302         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14303         (gst_speexenc_init), (gst_speexenc_create_metadata_buffer),
14304         (gst_speexenc_chain):
14305           Fix metadata writing: replace old code which wrote completely
14306           broken tags with libgsttag-based code. Plus miscellaneous
14307           code cleanups (use static pad templates etc.) and a bunch
14308           of leak fixes.
14309
14310 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14311
14312         * gst/audiopanorama/.cvsignore:
14313         * gst/audiopanorama/Makefile.am:
14314         * gst/audiopanorama/audiofx.c:
14315         * gst/audiopanorama/audiopanorama.c:
14316         * gst/audiopanorama/audiopanorama.h:
14317           die! die! die! you should never have been there
14318
14319 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
14320
14321         * tests/check/elements/audiopanorama.c: (GST_START_TEST):
14322         Fix invalid memory access in audiopanorama test suite.
14323
14324 2006-08-21  Edward Hervey  <edward@fluendo.com>
14325
14326         * tests/check/elements/.cvsignore:
14327         ignore built file
14328
14329 2006-08-21  Wim Taymans  <wim@fluendo.com>
14330
14331         * gst/rtp/Makefile.am:
14332         Fix the build again.
14333
14334 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
14335
14336         * gst/audiofxgood/.cvsignore:
14337         * gst/audiofxgood/Makefile.am:
14338         * gst/audiofxgood/audiofx.c: (plugin_init):
14339         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14340         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14341         (gst_audio_panorama_set_property),
14342         (gst_audio_panorama_get_property),
14343         (gst_audio_panorama_get_unit_size),
14344         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14345         (gst_audio_panorama_transform_m2s),
14346         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14347         * gst/audiofxgood/audiopanorama.h:
14348           resubmit with the desired name *again*
14349
14350 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14351
14352         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_get_unit_size):
14353         * gst/videobox/gstvideobox.c: (gst_video_box_get_unit_size):
14354           use g_assert in _get_unit_size
14355
14356 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14357
14358         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14359         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14360         * docs/plugins/inspect/plugin-audiofxgood.xml:
14361           cleanup -unused.txt to make it useful, add previously missing docs
14362
14363         * ext/Makefile.am:
14364           Quietly (accidentally) enable LADSPA for building by default, 
14365           despite the fact that it doesn't meet the plugin checklist.
14366             -- Added by Jan Schmidt 18 Dec 2006
14367
14368         * ext/esd/esdmon.c:
14369         * ext/esd/esdsink.c:
14370         * ext/esd/gstesd.c: (plugin_init):
14371           reflow to get rid of two external symbols
14372
14373         * gst/audiofxgood/audiofx.c: (plugin_init):
14374           re-add
14375
14376 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
14377
14378         * configure.ac:
14379         * gst/audiofxgood/.cvsignore:
14380         * gst/audiofxgood/Makefile.am:
14381         * gst/audiofxgood/audiofx.c
14382         * gst/audiofxgood/audiopanorama.c: (gst_audio_panorama_base_init),
14383         (gst_audio_panorama_class_init), (gst_audio_panorama_init),
14384         (gst_audio_panorama_set_property),
14385         (gst_audio_panorama_get_property),
14386         (gst_audio_panorama_get_unit_size),
14387         (gst_audio_panorama_transform_caps), (gst_audio_panorama_set_caps),
14388         (gst_audio_panorama_transform_m2s),
14389         (gst_audio_panorama_transform_s2s), (gst_audio_panorama_transform):
14390         * gst/audiofxgood/audiopanorama.h:
14391         * tests/check/Makefile.am:
14392         * tests/check/elements/audiopanorama.c: (setup_panorama_m),
14393         (setup_panorama_s), (cleanup_panorama), (GST_START_TEST),
14394         (panorama_suite), (main):
14395         Add audiofxgood plugin with audiopanorama element
14396
14397 2006-08-18  Wim Taymans  <wim@fluendo.com>
14398
14399         * docs/plugins/Makefile.am:
14400         More Oss docs fixage. 
14401
14402 2006-08-18  Wim Taymans  <wim@fluendo.com>
14403
14404         * gst/rtp/Makefile.am:
14405         * gst/rtp/gstrtp.c: (plugin_init):
14406         * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_base_init),
14407         (gst_rtp_sv3v_depay_class_init), (gst_rtp_sv3v_depay_init),
14408         (gst_rtp_sv3v_depay_finalize), (gst_rtp_sv3v_depay_setcaps),
14409         (gst_rtp_sv3v_depay_process), (gst_rtp_sv3v_depay_set_property),
14410         (gst_rtp_sv3v_depay_get_property),
14411         (gst_rtp_sv3v_depay_change_state),
14412         (gst_rtp_sv3v_depay_plugin_init):
14413         * gst/rtp/gstrtpsv3vdepay.h:
14414         Added experimental SVQ3 depayloader.
14415
14416 2006-08-18  Edward Hervey  <edward@fluendo.com>
14417
14418         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek),
14419         (gst_dvdemux_loop), (gst_dvdemux_change_state):
14420         * ext/dv/gstdvdemux.h:
14421         When handling seek requests, don't send the newsegment event from the
14422         calling thread. Instead save it so it can be sent from the streaming
14423         thread.
14424
14425 2006-08-17  Wim Taymans  <wim@fluendo.com>
14426
14427         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14428
14429         * gst/multipart/multipartdemux.c: (multipart_parse_header):
14430         Accept leading whitespace before the boundary
14431         This patch makes the demuxer allow some whitespace before the actual
14432         boundary. This makes the demuxer work with the ``old'' gstreamer
14433         multipartmuxer again (which placed an extra \n before the start
14434         of the stream) Fixes #349068.
14435
14436 2006-08-17  Wim Taymans  <wim@fluendo.com>
14437
14438         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_process):
14439         Error out on non-implemented stuff.
14440
14441 2006-08-16  Wim Taymans  <wim@fluendo.com>
14442
14443         Patch by: Andy Wingo <wingo at pobox dot com>
14444
14445         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setup),
14446         (gst_signal_processor_start), (gst_signal_processor_stop),
14447         (gst_signal_processor_cleanup), (gst_signal_processor_setcaps),
14448         (gst_signal_processor_pen_buffer), (gst_signal_processor_flush),
14449         (gst_signal_processor_do_pulls), (gst_signal_processor_do_pushes),
14450         (gst_signal_processor_change_state):
14451         Make ladspa elements reusable. Fixes #350006.
14452
14453 2006-08-16  Wim Taymans  <wim@fluendo.com>
14454
14455         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
14456         Convert ' ' into '_'. Try to keep as many characters in the padtemplate
14457         names as possible. Fixes #349901.
14458
14459 2006-08-16  Wim Taymans  <wim@fluendo.com>
14460
14461         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_flush),
14462         (gst_signal_processor_do_pushes):
14463         A push() gives away our refcount so we should not use the buffer on the
14464         pen anymore.
14465
14466 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14467
14468         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14469         (gst_oss_mixer_element_finalize):
14470           Don't leak device string.
14471
14472 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14473
14474         * configure.ac:
14475           Require CVS of GStreamer core and -base (for
14476           GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
14477
14478         * ext/taglib/gstid3v2mux.cc:
14479           Write extended comment tags properly (#348762).
14480
14481         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
14482         (parse_comment_frame):
14483           Extract COMM frames into extended comments, which makes it
14484           easier to properly retain the description bit of the tag
14485           and maintain this information when re-tagging (#348762).
14486
14487 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14488
14489         * tests/check/Makefile.am:
14490           Don't try to run annodex unit tests if the annodex
14491           plugin has not been built (Fixes #351116).
14492
14493 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14494
14495         * gst/autodetect/gstautoaudiosink.c:
14496         (gst_auto_audio_sink_find_best):
14497           When we can't find a usable audiosink, don't error out,
14498           but use a fake sink instead and post a warning message
14499           on the bus (#341278).
14500
14501 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
14502
14503         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init):
14504         * sys/oss/gstosssink.c:
14505         * sys/oss/gstosssrc.c:
14506           Document OSS elements; add gtk-doc blurb with 'Since 0.10.5' for
14507           ossmixer's new device property.
14508
14509         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14510         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14511           Add docs for OSS elements.
14512
14513         * docs/plugins/inspect/plugin-aasink.xml:
14514         * docs/plugins/inspect/plugin-alaw.xml:
14515         * docs/plugins/inspect/plugin-alpha.xml:
14516         * docs/plugins/inspect/plugin-alphacolor.xml:
14517         * docs/plugins/inspect/plugin-annodex.xml:
14518         * docs/plugins/inspect/plugin-apetag.xml:
14519         * docs/plugins/inspect/plugin-auparse.xml:
14520         * docs/plugins/inspect/plugin-autodetect.xml:
14521         * docs/plugins/inspect/plugin-avi.xml:
14522         * docs/plugins/inspect/plugin-cacasink.xml:
14523         * docs/plugins/inspect/plugin-cairo.xml:
14524         * docs/plugins/inspect/plugin-cdio.xml:
14525         * docs/plugins/inspect/plugin-cutter.xml:
14526         * docs/plugins/inspect/plugin-debug.xml:
14527         * docs/plugins/inspect/plugin-dv.xml:
14528         * docs/plugins/inspect/plugin-efence.xml:
14529         * docs/plugins/inspect/plugin-effectv.xml:
14530         * docs/plugins/inspect/plugin-esdsink.xml:
14531         * docs/plugins/inspect/plugin-flac.xml:
14532         * docs/plugins/inspect/plugin-flxdec.xml:
14533         * docs/plugins/inspect/plugin-gconfelements.xml:
14534         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14535         * docs/plugins/inspect/plugin-goom.xml:
14536         * docs/plugins/inspect/plugin-halelements.xml:
14537         * docs/plugins/inspect/plugin-icydemux.xml:
14538         * docs/plugins/inspect/plugin-id3demux.xml:
14539         * docs/plugins/inspect/plugin-jpeg.xml:
14540         * docs/plugins/inspect/plugin-level.xml:
14541         * docs/plugins/inspect/plugin-matroska.xml:
14542         * docs/plugins/inspect/plugin-mulaw.xml:
14543         * docs/plugins/inspect/plugin-multipart.xml:
14544         * docs/plugins/inspect/plugin-navigationtest.xml:
14545         * docs/plugins/inspect/plugin-ossaudio.xml:
14546         * docs/plugins/inspect/plugin-png.xml:
14547         * docs/plugins/inspect/plugin-rtp.xml:
14548         * docs/plugins/inspect/plugin-rtsp.xml:
14549         * docs/plugins/inspect/plugin-shout2send.xml:
14550         * docs/plugins/inspect/plugin-smpte.xml:
14551         * docs/plugins/inspect/plugin-speex.xml:
14552         * docs/plugins/inspect/plugin-taglib.xml:
14553         * docs/plugins/inspect/plugin-udp.xml:
14554         * docs/plugins/inspect/plugin-videobalance.xml:
14555         * docs/plugins/inspect/plugin-videobox.xml:
14556         * docs/plugins/inspect/plugin-videoflip.xml:
14557         * docs/plugins/inspect/plugin-videomixer.xml:
14558         * docs/plugins/inspect/plugin-wavenc.xml:
14559         * docs/plugins/inspect/plugin-wavparse.xml:
14560         * docs/plugins/inspect/plugin-ximagesrc.xml:
14561           Update to CVS version.
14562           
14563 2006-08-16  Wim Taymans  <wim@fluendo.com>
14564
14565         * gst/rtp/gstrtpamrdepay.c:
14566         * gst/rtp/gstrtpmp4gdepay.c:
14567         Caps extra properties must be defined as strings for
14568         depayloaders because they are generated from an SDP.
14569
14570         * gst/rtp/Makefile.am:
14571         * gst/rtp/gstrtp.c: (plugin_init):
14572         * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_base_init),
14573         (gst_rtp_h264_depay_class_init), (gst_rtp_h264_depay_init),
14574         (gst_rtp_h264_depay_finalize), (decode_base64),
14575         (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process),
14576         (gst_rtp_h264_depay_set_property),
14577         (gst_rtp_h264_depay_get_property),
14578         (gst_rtp_h264_depay_change_state),
14579         (gst_rtp_h264_depay_plugin_init):
14580         * gst/rtp/gstrtph264depay.h:
14581         Added basic, not completely functional RFC 3984 H264 depayloader.
14582
14583 2006-08-16  Wim Taymans  <wim@fluendo.com>
14584
14585         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
14586         Add pads after setting them up.
14587
14588         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init),
14589         (gst_rtspsrc_init), (gst_rtspsrc_finalize),
14590         (gst_rtspsrc_free_stream), (gst_rtspsrc_media_to_caps),
14591         (gst_rtspsrc_stream_setup_rtp),
14592         (gst_rtspsrc_stream_configure_transport),
14593         (gst_rtspsrc_combine_flows), (gst_rtspsrc_loop),
14594         (gst_rtspsrc_open), (gst_rtspsrc_close), (gst_rtspsrc_play),
14595         (gst_rtspsrc_pause):
14596         * gst/rtsp/gstrtspsrc.h:
14597         Fix interleaved mode.
14598          - Protect streaming with lock.
14599          - Combine flows
14600          - set caps on outgoing buffers.
14601          - strip trailing \0 from data packets.
14602          - Configure RTP/RTCP in stream.
14603         Use DEBUG_OBJECT more.
14604
14605 2006-08-16  Wim Taymans  <wim@fluendo.com>
14606
14607         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_add):
14608         Turn a g_print into a DEBUG line.
14609
14610 2006-08-13  Wim Taymans  <wim@fluendo.com>
14611
14612         * sys/oss/gstossmixer.c: (gst_ossmixer_open), (gst_ossmixer_new):
14613         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
14614         (gst_oss_mixer_element_init), (gst_oss_mixer_element_set_property),
14615         (gst_oss_mixer_element_get_property),
14616         (gst_oss_mixer_element_change_state):
14617         * sys/oss/gstossmixerelement.h:
14618         Small cleanups. Better error reporting.
14619         Add device property for the mixer instead of the hardcoded
14620         /dev/mixer. Fixes #350785.
14621         API: GstOssMixerElement::device property
14622
14623 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
14624
14625         Patch by: Jens Granseuer <jensgr at gmx net>
14626
14627         * gconf/Makefile.am:
14628           Make --disable-schemas work right (they still need
14629           to be copied to the installation directory, just not
14630           applied). Fixes #351347 (also #344100).
14631           
14632 2006-08-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14633
14634         * configure.ac: back to HEAD
14635
14636 === release 0.10.4 ===
14637
14638 2006-08-14  Thomas Vander Stichele <thomas at apestaart dot org>
14639
14640         * configure.ac:
14641           releasing 0.10.4, "Dear Leader"
14642
14643 2006-08-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14644
14645         Patch by: Edward Hervey <edward@fluendo.com>
14646
14647         * configure.ac:
14648         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
14649         (gst_wavparse_stream_data):
14650         Send the newsegment event in the streaming thread.
14651         Fixes #347529
14652
14653 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
14654
14655         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
14656         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
14657         (gst_smokeenc_resync), (gst_smokeenc_chain):
14658           Refuse sink caps in the encoder if width or height is not a
14659           multiple of 16, the encoder does not support that yet (#349939);
14660           along the same lines, check the return value of the encoder
14661           setup function; also remove some debug log clutter.
14662
14663 2006-08-04  Andy Wingo  <wingo@pobox.com>
14664
14665         * ext/ladspa/gstsignalprocessor.h: Add infrastructure for storing
14666         whether a processor can work in place or not, and for keeping
14667         track of its state. Change the FlowReturn instance variable from
14668         "state" to "flow_state", all callers changed.
14669
14670         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setup)
14671         (gst_signal_processor_start, gst_signal_processor_stop)
14672         (gst_signal_processor_cleanup): New functions to manage the
14673         processor's state.
14674         (gst_signal_processor_setcaps): start() as well as setup() here.
14675         (gst_signal_processor_prepare): Respect CAN_PROCESS_IN_PLACE.
14676         (gst_signal_processor_change_state): Stop and cleanup the
14677         processor as we go to NULL.
14678
14679         * ext/ladspa/gstladspa.c (gst_ladspa_base_init): Reuse buffers if
14680         INPLACE_BROKEN is not set.
14681
14682         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_prepare):
14683         Do the alloc_buffer in bytes, not frames.
14684         
14685 2006-08-04  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14686
14687         * sys/ximage/ximageutil.c: (ximageutil_xcontext_get):
14688         Fix rgb masks when recording in < 24bpp.
14689
14690 2006-08-04  Andy Wingo  <wingo@pobox.com>
14691
14692         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_setcaps)
14693         (gst_signal_processor_prepare)
14694         (gst_signal_processor_update_inputs)
14695         (gst_signal_processor_process, gst_signal_processor_pen_buffer)
14696         (gst_signal_processor_flush)
14697         (gst_signal_processor_sink_activate_push)
14698         (gst_signal_processor_src_activate_pull)
14699         (gst_signal_processor_change_state): Remove the last of the code
14700         that assumes that we process whole buffers at a time. Fix some
14701         debugging. Seems to work now in some cases.
14702         (gst_signal_processor_src_activate_pull): BPB
14703
14704 2006-08-01  Andy Wingo  <wingo@pobox.com>
14705
14706         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_process):
14707         Fix nframes-choosing.
14708         (gst_signal_processor_init): Init pending_in and pending_out.
14709
14710         * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): No
14711         more default sample rate, although we never check that the sample
14712         rate actually gets set. Something for the future.
14713         (gst_signal_processor_setcaps): Some refcount fixes, flow fixes.
14714         (gst_signal_processor_event): Refcount fixen.
14715         (gst_signal_processor_process): Pull the number of frames to
14716         process from the sizes of the buffers in the input pens.
14717         (gst_signal_processor_pen_buffer): Remove an incorrect FIXME :)
14718         (gst_signal_processor_do_pulls): Add an nframes argument, and use
14719         it instead of buffer_frames.
14720         (gst_signal_processor_getrange): Refcount fixen, pass nframes on
14721         to do_pulls.
14722         (gst_signal_processor_chain)
14723         (gst_signal_processor_sink_activate_push)
14724         (gst_signal_processor_src_activate_pull):  Refcount fixen.
14725
14726         * ext/ladspa/gstsignalprocessor.h: No more buffer_frames, yay.
14727
14728 2006-07-31  Stefan Kost  <ensonic@users.sf.net>
14729
14730         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_setcaps),
14731         (gst_signal_processor_process):
14732           don't query buffer-frames from caps, add lots of debug-log,
14733           try fix for assert (#349189)
14734
14735 2006-07-31  Wim Taymans  <wim@fluendo.com>
14736
14737         * gst/udp/gstudpsrc.c:
14738         Fix docs.
14739
14740 2006-07-29  Stefan Kost  <ensonic@users.sf.net>
14741
14742         * ext/ladspa/gstsignalprocessor.c:
14743         (gst_signal_processor_add_pad_from_template),
14744         (gst_signal_processor_init), (gst_signal_processor_setcaps),
14745         (gst_signal_processor_process), (gst_signal_processor_pen_buffer),
14746         (gst_signal_processor_do_pulls), (gst_signal_processor_getrange),
14747         (gst_signal_processor_sink_activate_push),
14748         (gst_signal_processor_src_activate_pull),
14749         (gst_signal_processor_change_state):
14750          Add debugs logs here and there, add more error handling, add some
14751          FIXME comments, filed #349189
14752
14753 2006-07-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14754
14755         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
14756         (gst_smokeenc_setcaps), (gst_smokeenc_chain):
14757         Set caps on buffer correctly.  Fixes bug #349155.
14758
14759 2006-07-28  Wim Taymans  <wim@fluendo.com>
14760
14761         Patch by: Sjoerd Simons <sjoerd at luon dot net>
14762
14763         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14764         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14765         (gst_multipart_demux_finalize), (get_line_end),
14766         (multipart_parse_header), (multipart_find_boundary),
14767         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
14768         (gst_multipart_set_property), (gst_multipart_get_property):
14769         Uses GstAdapter instead of own buffering.
14770         Actually parses the mime-type correctly (In tests the mime-type was
14771         always "" with the old version).
14772         Uses the Content-length header if available to speed up things.
14773         Reliably autoscans the boundary name by default.
14774         Fixes #349068.
14775
14776         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
14777         Don't start the stream with a \n.
14778
14779 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         Patch by: Brian Cameron <brian dot cameron at sun com>
14782
14783         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_open):
14784           Open source with O_NONBLOCK (#349015).
14785
14786 2006-07-28  Stefan Kost,,,  <ensonic@users.sf.net>
14787
14788         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14789         (gst_avi_demux_massage_index):
14790         * gst/avi/gstavidemux.h:
14791           Whitespace fixes and more debug
14792
14793 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14794
14795         * gst/autodetect/gstautoaudiosink.c:
14796         (gst_auto_audio_sink_create_element_with_pretty_name),
14797         (gst_auto_audio_sink_find_best),
14798         (gst_auto_audio_sink_change_state):
14799           Get rid of old and unused magic sound-server properties stuff.
14800           Add suffix to child sink's name that makes it easy to see from
14801           the name alone which type it actually is (alsa, oss, esd, etc.).
14802
14803 2006-07-27  Wim Taymans  <wim@fluendo.com>
14804
14805         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14806         (gst_udpsrc_set_property), (gst_udpsrc_get_property),
14807         (gst_udpsrc_start):
14808         * gst/udp/gstudpsrc.h:
14809         Rename "buffer" to "buffer-size" to make clear it is a size we set and
14810         not some sort of feature we enable.
14811
14812 2006-07-27  Tim-Philipp Müller  <tim at centricular dot net>
14813
14814         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
14815           Use CLOSE_SOCKET() here instead of close() to maintain
14816           win32 workiness.
14817
14818 2006-07-27  Wim Taymans  <wim@fluendo.com>
14819
14820         Patch by: Thijs Vermeir <thijs dot vermeir at barco dot com>
14821
14822         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
14823         (gst_udpsrc_create), (gst_udpsrc_set_property),
14824         (gst_udpsrc_get_property), (gst_udpsrc_start):
14825         * gst/udp/gstudpsrc.h:
14826         Added "buffer-size" property to control the kernel receive buffer size.
14827         Update documentation.
14828         Small cleanups. Fixes #348752.
14829         API: buffer-size property
14830
14831 2006-07-26  Wim Taymans  <wim@fluendo.com>
14832
14833         Patch by: Kai Vehmanen <kv2004 at eca dot cx>
14834
14835         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_flush),
14836         (gst_rtp_pcma_pay_handle_buffer):
14837         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_flush),
14838         (gst_rtp_pcmu_pay_handle_buffer):
14839         Fix timestamp calculation on outgoing RTP packets.
14840         Fixes #348675.
14841
14842 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14843
14844         * ext/taglib/gstid3v2mux.cc:
14845           Fix writing of comment frames (should be COMM not TCOM),
14846           is still sub-optimal though, since we don't retain or
14847           extract the comment descriptions properly (#334375,
14848           also see #334375).
14849
14850 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14851
14852         * gst/wavparse/gstwavparse.c:
14853           #define 'fact' RIFF chunk if we are not compiling against
14854           -base CVS (we don't want to depend on -base CVS for this
14855           one define only, and also not for release order reasons).
14856
14857 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
14858
14859         * ext/taglib/gstid3v2mux.cc:
14860           Handle multiple tags of the same type properly. Re-inject
14861           unparsed ID3v2 frames that we get as binary blobs from
14862           id3demux into the tag again so we don't lose information
14863           when retagging (#334375).
14864
14865 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14866
14867         * sys/ximage/gstximagesrc.c: (gst_ximage_src_class_init):
14868           Document newly-added properties properly, so that there is a
14869           'Since: 0.10.4' in the plugin docs. Convert some property
14870           names into canonical GObject style (GObject will do that
14871           internally anyway).
14872
14873 2006-07-25  Tim-Philipp Müller  <tim at centricular dot net>
14874
14875         * gst/id3demux/id3tags.c:
14876         (id3demux_add_id3v2_frame_blob_to_taglist):
14877           Extract frames for ID3v2 versions prior to ID3v2.3.0 properly as
14878           well, and add the version to the blob's buffer caps, since that
14879           information will be needed for deserialisation later on (#348644).
14880
14881 2006-07-25  Stefan Kost  <ensonic@users.sf.net>
14882
14883         * gst/avi/gstavidemux.c: (gst_avi_demux_read_subindexes),
14884         (gst_avi_demux_parse_stream):
14885          Moved win32 variant of GST_DEBUG_CATEGORY_EXTERN to gstinfo.h. Fixed
14886          indentation and spacing.
14887
14888 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14889
14890         * docs/plugins/Makefile.am:
14891         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
14892         * docs/plugins/gst-plugins-good-plugins-sections.txt:
14893         * docs/plugins/gst-plugins-good-plugins.args:
14894         * docs/plugins/inspect/plugin-1394.xml:
14895         * docs/plugins/inspect/plugin-aasink.xml:
14896         * docs/plugins/inspect/plugin-alaw.xml:
14897         * docs/plugins/inspect/plugin-alpha.xml:
14898         * docs/plugins/inspect/plugin-alphacolor.xml:
14899         * docs/plugins/inspect/plugin-annodex.xml:
14900         * docs/plugins/inspect/plugin-apetag.xml:
14901         * docs/plugins/inspect/plugin-auparse.xml:
14902         * docs/plugins/inspect/plugin-autodetect.xml:
14903         * docs/plugins/inspect/plugin-avi.xml:
14904         * docs/plugins/inspect/plugin-cacasink.xml:
14905         * docs/plugins/inspect/plugin-cairo.xml:
14906         * docs/plugins/inspect/plugin-cdio.xml:
14907         * docs/plugins/inspect/plugin-cutter.xml:
14908         * docs/plugins/inspect/plugin-debug.xml:
14909         * docs/plugins/inspect/plugin-dv.xml:
14910         * docs/plugins/inspect/plugin-efence.xml:
14911         * docs/plugins/inspect/plugin-effectv.xml:
14912         * docs/plugins/inspect/plugin-esdsink.xml:
14913         * docs/plugins/inspect/plugin-flac.xml:
14914         * docs/plugins/inspect/plugin-flxdec.xml:
14915         * docs/plugins/inspect/plugin-gconfelements.xml:
14916         * docs/plugins/inspect/plugin-gdkpixbuf.xml:
14917         * docs/plugins/inspect/plugin-goom.xml:
14918         * docs/plugins/inspect/plugin-halelements.xml:
14919         * docs/plugins/inspect/plugin-icydemux.xml:
14920         * docs/plugins/inspect/plugin-id3demux.xml:
14921         * docs/plugins/inspect/plugin-jpeg.xml:
14922         * docs/plugins/inspect/plugin-level.xml:
14923         * docs/plugins/inspect/plugin-matroska.xml:
14924         * docs/plugins/inspect/plugin-mulaw.xml:
14925         * docs/plugins/inspect/plugin-multipart.xml:
14926         * docs/plugins/inspect/plugin-navigationtest.xml:
14927         * docs/plugins/inspect/plugin-ossaudio.xml:
14928         * docs/plugins/inspect/plugin-png.xml:
14929         * docs/plugins/inspect/plugin-rtp.xml:
14930         * docs/plugins/inspect/plugin-rtsp.xml:
14931         * docs/plugins/inspect/plugin-shout2send.xml:
14932         * docs/plugins/inspect/plugin-smpte.xml:
14933         * docs/plugins/inspect/plugin-speex.xml:
14934         * docs/plugins/inspect/plugin-udp.xml:
14935         * docs/plugins/inspect/plugin-videobalance.xml:
14936         * docs/plugins/inspect/plugin-videobox.xml:
14937         * docs/plugins/inspect/plugin-videoflip.xml:
14938         * docs/plugins/inspect/plugin-videomixer.xml:
14939         * docs/plugins/inspect/plugin-wavenc.xml:
14940         * docs/plugins/inspect/plugin-wavparse.xml:
14941         * docs/plugins/inspect/plugin-ximagesrc.xml:
14942           Update files to CVS/Prerelease version, add esdsink docs.
14943
14944         * ext/esd/esdsink.c:
14945           Add gtk-doc blurb.
14946
14947         * gst/rtp/gstrtpmp4vpay.c:
14948           Fix typo in element description.
14949
14950 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14951
14952         * ext/esd/esdsink.c: (gst_esdsink_open),
14953         (gst_esdsink_factory_init):
14954           Prevent libesd from auto-spawning a sound daemon if it
14955           is not already running. Now that we don't do evil stuff
14956           like that any longer we can give esdsink a rank so that
14957           autoaudiosink will try it as well if all other audio
14958           sinks fail (#343051).
14959
14960 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14961
14962         * ext/esd/Makefile.am:
14963           Oops, need to remove README from EXTRA_DIST as well.
14964
14965 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14966
14967         * ext/esd/README:
14968           Remove, it contains nothing useful anyway.
14969
14970         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_prepare),
14971         (gst_esdsink_delay):
14972           Some small clean-ups; use GST_BOILERPLATE etc.
14973
14974 2006-07-24  Wim Taymans  <wim@fluendo.com>
14975
14976         * gst/law/alaw-decode.c: (alawdec_getcaps):
14977         * gst/law/alaw-encode.c: (alawenc_getcaps), (gst_alawenc_chain):
14978         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
14979         * gst/law/mulaw-encode.c: (mulawenc_getcaps):
14980         Fix negotiation to deal with ANY/EMPTY caps instead of leaking.
14981
14982 2006-07-24  Stefan Kost  <ensonic@users.sf.net>
14983
14984         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
14985         (gst_wavparse_other), (gst_wavparse_perform_seek),
14986         (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers),
14987         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
14988         (gst_wavparse_pad_query):
14989         * gst/wavparse/gstwavparse.h:
14990           Use information from 'fact' chunk for length calculation of compressed
14991           samples. Calculate bps if bogus value is found in wav header (embeded
14992           mp2/mp3).
14993           
14994
14995 2006-07-24  Tim-Philipp Müller  <tim at centricular dot net>
14996
14997         Based on patch by: Joni Valtanen  <joni dot valtanen at movial fi>
14998
14999         * configure.ac:
15000         * gst/udp/Makefile.am:
15001         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_init),
15002         (gst_dynudpsink_finalize), (gst_dynudpsink_close):
15003         * gst/udp/gstdynudpsink.h:
15004         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_init),
15005         (gst_multiudpsink_finalize), (gst_multiudpsink_close):
15006         * gst/udp/gstmultiudpsink.h:
15007         * gst/udp/gstudp.c: (plugin_init):
15008         * gst/udp/gstudpsink.h:
15009         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create),
15010         (gst_udpsrc_start), (gst_udpsrc_stop):
15011         * gst/udp/gstudpsrc.h:
15012         * gst/udp/gstudpnetutils.c: (gst_udp_net_utils_win32_inet_aton),
15013         (gst_udp_net_utils_win32_wsa_startup):
15014         * gst/udp/gstudpnetutils.h:
15015           Port udp plugin to win32 (#345288).
15016
15017 2006-07-24  Wim Taymans  <wim@fluendo.com>
15018
15019         * gst/rtsp/rtspconnection.c: (rtsp_connection_send):
15020         Remove unwanted DEBUG line.
15021
15022 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15023
15024         * gst/id3demux/gstid3demux.c: (plugin_init):
15025         * gst/id3demux/id3tags.c:
15026         (id3demux_add_id3v2_frame_blob_to_taglist):
15027         * gst/id3demux/id3tags.h:
15028           On second thought, it might be wiser and more efficient
15029           not to do tag registration from a streaming thread.
15030
15031 2006-07-23  Tim-Philipp Müller  <tim at centricular dot net>
15032
15033         * gst/id3demux/id3tags.c:
15034         (id3demux_add_id3v2_frame_blob_to_taglist),
15035         (id3demux_id3v2_frames_to_tag_list):
15036           Put ID3v2 frames we can't parse as binary blobs into private
15037           tags, so that they are not lost when retagging, at least once
15038           id3v2mux has been taught to re-inject those frames again.
15039           See bug #334375.
15040
15041 2006-07-21  Wim Taymans  <wim@fluendo.com>
15042
15043         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
15044         (gst_avi_demux_process_next_entry):
15045         Fix some leaks.
15046
15047         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
15048         Don't use \n in debug lines.
15049
15050 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
15051
15052         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15053         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15054           Add annodex and icydemux, cleanup the sections a bit
15055
15056 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
15057
15058         Patch by: Alex Lancaster <alexl at users sourceforge net>
15059
15060         * ext/taglib/gstid3v2mux.cc:
15061           Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION as
15062           ID3v2 TSSE frames (#347898).
15063
15064 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
15065
15066         * gst/avi/gstavimux.c: (gst_avi_mux_vidsink_set_caps):
15067           Respect mpegversion for "video/mpeg" and give message in case of
15068           unhandled versions.
15069
15070 2006-07-17  Wim Taymans  <wim@fluendo.com>
15071
15072         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (buffer_clip),
15073         (gst_pngdec_caps_create_and_set), (gst_pngdec_task),
15074         (gst_pngdec_chain), (gst_pngdec_sink_event),
15075         (gst_pngdec_libpng_init), (gst_pngdec_change_state),
15076         (gst_pngdec_sink_activate_push):
15077         * ext/libpng/gstpngdec.h:
15078         Use statically allocated segment instead of leaking.
15079         Various cleanups.
15080         Fix flush and seek handling.
15081
15082 2006-07-16  Wim Taymans  <wim@fluendo.com>
15083
15084         * gst/rtp/Makefile.am:
15085         * gst/rtp/gstrtp.c: (plugin_init):
15086         * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_base_init),
15087         (gst_rtp_mp4g_depay_class_init), (gst_rtp_mp4g_depay_init),
15088         (gst_rtp_mp4g_depay_setcaps), (gst_rtp_mp4g_depay_process),
15089         (gst_rtp_mp4g_depay_set_property),
15090         (gst_rtp_mp4g_depay_get_property),
15091         (gst_rtp_mp4g_depay_change_state),
15092         (gst_rtp_mp4g_depay_plugin_init):
15093         * gst/rtp/gstrtpmp4gdepay.h:
15094         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
15095         (gst_rtp_mp4g_pay_parse_audio_config), (gst_rtp_mp4g_pay_setcaps),
15096         (gst_rtp_mp4g_pay_flush):
15097         Added simple generic mpeg4 depayloader.
15098         Fix generic mpeg4 payloader.
15099
15100 2006-07-15  Tim-Philipp Müller  <tim at centricular dot net>
15101
15102         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state):
15103           Don't try doing state changes on a NULL pointer.
15104
15105 2006-07-14  Wim Taymans  <wim@fluendo.com>
15106
15107         Patch by: Sebastien Cote <sebas642 at yahoo dot ca>
15108
15109         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_base_init),
15110         (gst_rtp_amr_depay_class_init), (gst_rtp_amr_depay_init),
15111         (gst_rtp_amr_depay_setcaps), (gst_rtp_amr_depay_process):
15112         * gst/rtp/gstrtpamrdepay.h:
15113         rtpamrdec isn't a subclass of GstBaseRtpDepayload.
15114         Fixes #321191
15115
15116 2006-07-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15117
15118         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15119         (gst_ximage_src_get_caps), (gst_ximage_src_class_init):
15120         Fix segfault when moving mouse pointer to the bottom right corner.
15121
15122 2006-07-12  Wim Taymans  <wim@fluendo.com>
15123
15124         * gst/rtp/Makefile.am:
15125         * gst/rtp/gstrtp.c: (plugin_init):
15126         * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_base_init),
15127         (gst_rtp_mp2t_depay_class_init), (gst_rtp_mp2t_depay_init),
15128         (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_process),
15129         (gst_rtp_mp2t_depay_set_property),
15130         (gst_rtp_mp2t_depay_get_property),
15131         (gst_rtp_mp2t_depay_change_state),
15132         (gst_rtp_mp2t_depay_plugin_init):
15133         * gst/rtp/gstrtpmp2tdepay.h:
15134         Added mpeg2 TS depayloader. Closing #347234.
15135
15136 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
15137
15138         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_close):
15139           Remove g_assert that shouldn't be there and was triggered
15140           after trying to open a device that doesn't exist or can't
15141           be opened for some other reason (#347972).
15142
15143 2006-07-10  Edward Hervey  <edward@fluendo.com>
15144
15145         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15146         (gst_avi_demux_stream_header), (push_tag_lists):
15147         * gst/avi/gstavidemux.h:
15148         Don't push tag events found by gst_riff_parse_info() before outputting
15149         GST_EVENT_NEWSEGMENT.
15150
15151 2006-07-10  Wim Taymans  <wim@fluendo.com>
15152
15153         * gst/rtsp/Makefile.am:
15154         * gst/rtsp/rtspconnection.c: (rtsp_connection_send),
15155         (rtsp_connection_close):
15156         * gst/rtsp/rtspdefs.h:
15157         replaced closesocket and close in code with one CLOSE_SOCKET. 
15158         Some more cleanups. Fixes #345301.
15159
15160 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
15161
15162         * gst/autodetect/gstautoaudiosink.c:
15163           Fix example pipeline in docs.
15164
15165 2006-07-10  Wim Taymans  <wim@fluendo.com>
15166
15167         Patch by: Rob Taylor <robtaylor at floopily dot org>
15168
15169         * gst/udp/gstmultiudpsink.c: (join_multicast),
15170         (gst_multiudpsink_init_send), (gst_multiudpsink_add):
15171         If a destination is added before the stream is set to PAUSED, the
15172         multicast group is not joined as the socket is not created yet. 
15173         Also TTL and LOOP should also be set. Fixes #346921.
15174
15175 2006-07-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15176
15177         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15178         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15179         (gst_ximage_src_get_caps), (gst_ximage_src_class_init),
15180         (gst_ximage_src_init):
15181         * sys/ximage/gstximagesrc.h:
15182         Fix use-damage property to actually work :)
15183         Add startx, starty, endx, endy properties so screencasts other than full
15184         screen ones can work.
15185
15186 2006-07-08  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15187
15188         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get),
15189         (gst_ximage_src_set_property), (gst_ximage_src_get_property),
15190         (gst_ximage_src_class_init), (gst_ximage_src_init):
15191         * sys/ximage/gstximagesrc.h:
15192         Add use_damage property to offer ability to choose whether to use
15193         XDamage or not.
15194
15195 2006-07-07  Wim Taymans  <wim@fluendo.com>
15196
15197         * gst/goom/filters.c: (zoomFilterSetResolution):
15198         Avoid goom coredumping by clearing memory. 
15199         Fixes 345679.
15200
15201 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
15202
15203         * win32/vs6/libgstid3demux.dsp:
15204         Add a link to libgsttag-0.10.lib.
15205
15206 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15207
15208         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15209         (gst_tag_demux_read_range):
15210         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15211         (gst_id3demux_read_range):
15212           Don't return FLOW_UNEXPECTED when a buffer is before
15213           the start of the stream (which might happen with
15214           large ID3v2 tags if the tag reading was done pullrange
15215           based and we then switched to push mode later on).
15216           Fixes regression introduced by commit from June 29th.
15217
15218 2006-07-05  Tim-Philipp Müller  <tim at centricular dot net>
15219
15220         * ext/taglib/gstid3v2mux.cc:
15221           Make UTF-8 the default encoding when writing string
15222           tags (before, our UTF-8 strings would automatically
15223           be converted to ISO-8859-1 by taglib and written as
15224           ISO-8859-1 fields if that was possible).
15225
15226         * tests/check/elements/id3v2mux.c: (utf8_string_in_buf),
15227         (test_taglib_id3mux_check_tag_buffer), (identity_cb),
15228         (test_taglib_id3mux_with_tags):
15229           Add test case that makes sure our UTF-8 strings have
15230           actually been written into the tag as UTF-8.
15231
15232 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15233
15234         * configure.ac:
15235           Let's try that again.
15236
15237 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
15238
15239         * configure.ac:
15240           Disable monoscope plugin for now until it fulfills
15241           all the requirements.
15242
15243 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15244
15245         * configure.ac:
15246         * gst/monoscope/Makefile.am:
15247         * gst/monoscope/gstmonoscope.c: (gst_monoscope_base_init),
15248         (gst_monoscope_class_init), (gst_monoscope_init),
15249         (gst_monoscope_finalize), (gst_monoscope_reset),
15250         (gst_monoscope_sink_setcaps), (gst_monoscope_src_setcaps),
15251         (gst_monoscope_src_negotiate), (get_buffer), (gst_monoscope_chain),
15252         (gst_monoscope_sink_event), (gst_monoscope_src_event),
15253         (gst_monoscope_change_state), (plugin_init):
15254         * gst/monoscope/gstmonoscope.h:
15255           Port monoscope visualisation to 0.10.
15256
15257 2006-07-03  Tim-Philipp Müller  <tim at centricular dot net>
15258
15259         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
15260         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
15261           Return FLOW_UNEXPECTED when at the end of the file, not
15262           FLOW_ERROR. Fixes 'internal stream error' errors that
15263           would sometimes occur in totem when scrubbing to the
15264           end of an ID3v1 tagged mp3 file.
15265
15266 2006-07-03  Edward Hervey  <edward@fluendo.com>
15267
15268         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback),
15269         (buffer_clip), (user_end_callback), (gst_pngdec_chain),
15270         (gst_pngdec_sink_event), (gst_pngdec_change_state):
15271         * ext/libpng/gstpngdec.h:
15272         Implement buffer clipping/dropping using GstSegment.
15273         This provides accurate seeking.
15274
15275 2006-07-03  Edward Hervey  <edward@fluendo.com>
15276
15277         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
15278         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
15279         (gst_avi_demux_handle_seek), (gst_avi_demux_aggregated_flow),
15280         (gst_avi_demux_process_next_entry), (push_tag_lists),
15281         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
15282         * gst/avi/gstavidemux.h:
15283         Proper aggregation of each stream's GstFlowReturn in order to figure out
15284         whether the task should stop or not.
15285         Don't send inline events before pushing out a NEW_SEGMENT, more
15286         specifically for GST_TAG_EVENT.
15287         Change a GST_ERROR to a GST_WARNING for a non-fatal situation in reading
15288         sub-indexes.
15289
15290 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
15291
15292         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15293
15294         * sys/sunaudio/gstsunaudiomixerctrl.c:
15295         (gst_sunaudiomixer_ctrl_build_list):
15296           Move "Monitor" slider to input tab so it works more like
15297           sdtaudiocontrol, which is what people on Solaris are used
15298           to using for their mixer program (#346259).
15299
15300 2006-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15301
15302         * tests/check/elements/level.c: (GST_START_TEST):
15303           fix a leak, clean up at the end
15304
15305 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15306
15307         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15308         (gst_matroska_demux_send_event),
15309         (gst_matroska_demux_loop_stream_parse_id):
15310         * gst/matroska/matroska-ids.h:
15311           Send tag event after newsegment event.
15312
15313 2006-06-29  Tim-Philipp Müller  <tim at centricular dot net>
15314
15315         * gst/id3demux/gstid3demux.c: (gst_id3demux_trim_buffer),
15316         (gst_id3demux_read_range):
15317           Make sure we don't return GST_FLOW_OK with a NULL buffer in
15318           certain cases where a read beyond the end of the file is
15319           requested. Fixes #345930.
15320
15321         * gst/apetag/gsttagdemux.c: (gst_tag_demux_trim_buffer),
15322         (gst_tag_demux_read_range):
15323           Fix same issue here as well.
15324
15325 2006-06-29  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15326
15327         * sys/ximage/gstximagesrc.c: (gst_ximage_src_ximage_get):
15328         
15329         Fix hypothetical crash.
15330
15331 2006-06-28  Tim-Philipp Müller  <tim at centricular dot net>
15332
15333         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
15334
15335         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_prepare):
15336           Do not modify the ports value. If the user has turned off the
15337           built-in speakers, then we should not reset it in the prepare
15338           function, since this causes the built-in speakers to turn
15339           back on anytime the user changes a track in totem, rhythmbox,
15340           etc. (#346066).
15341
15342 2006-06-23  Wim Taymans  <wim@fluendo.com>
15343
15344         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
15345         Fix double caps unref when negotiation fails.
15346
15347 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15348
15349         * ext/annodex/gstcmmldec.c:
15350         * ext/annodex/gstcmmlenc.c:
15351         * ext/annodex/gstcmmlparser.c:
15352         * ext/dv/gstdvdec.c:
15353         * ext/dv/gstdvdemux.c:
15354         * ext/gdk_pixbuf/pixbufscale.c:
15355         * ext/jpeg/gstjpegenc.c:
15356         * ext/jpeg/gstsmokedec.c:
15357         * ext/jpeg/gstsmokeenc.c:
15358         * ext/libpng/gstpngdec.c:
15359         * ext/libpng/gstpngenc.c:
15360         * ext/speex/gstspeexenc.c:
15361         * gst/alpha/gstalphacolor.c:
15362         * gst/cutter/gstcutter.c:
15363         * gst/debug/gstnavigationtest.c:
15364         * gst/icydemux/gsticydemux.c:
15365         * gst/level/gstlevel.c:
15366         * gst/multipart/multipart.c:
15367         * gst/rtp/gstrtpamrpay.c:
15368         * gst/rtp/gstrtpdepay.c:
15369         * gst/rtp/gstrtpilbcpay.c:
15370         * gst/rtp/gstrtpmp4gpay.c:
15371         * gst/rtp/gstrtpmp4vpay.c:
15372         * gst/rtsp/gstrtpdec.c:
15373         * gst/rtsp/gstrtspsrc.c:
15374         * gst/udp/gstdynudpsink.c:
15375         * gst/udp/gstmultiudpsink.c:
15376         * gst/udp/gstudpsrc.c:
15377         * gst/videobox/gstvideobox.c:
15378         * gst/videofilter/gstvideoflip.c:
15379           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503)
15380           plus two minor macro fixes.
15381
15382 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15383
15384         * gst/matroska/matroska-demux.c:
15385         (gst_matroska_demux_check_subtitle_buffer),
15386         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15387         (gst_matroska_demux_subtitle_caps):
15388         * gst/matroska/matroska-ids.c:
15389         (gst_matroska_track_init_subtitle_context):
15390         * gst/matroska/matroska-ids.h:
15391           Try to fix up broken matroska files containing subtitle
15392           streams with non-UTF8 character encodings (courtesy of
15393           mkvmerge) using either the encoding specified in the
15394           GST_SUBTITLE_ENCODING environment variable or the
15395           current locale's character set if it is non-UTF8.
15396           Fixes #337076.
15397
15398 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
15399
15400         * gst/id3demux/id3v2frames.c: (parse_picture_frame):
15401           Set image type from APIC frame as "image-type" field
15402           of GST_TAG_IMAGE buffer caps (#344605).
15403
15404 2006-06-20  Tim-Philipp Müller  <tim at centricular dot net>
15405
15406         * ext/flac/Makefile.am:
15407         * ext/flac/gstflacdec.c: (gst_flac_dec_init),
15408         (gst_flac_dec_reset_decoders),
15409         (gst_flac_dec_setup_seekable_decoder),
15410         (gst_flac_dec_setup_stream_decoder), (gst_flac_dec_finalize),
15411         (gst_flac_dec_metadata_callback),
15412         (gst_flac_dec_metadata_callback_seekable),
15413         (gst_flac_dec_metadata_callback_stream),
15414         (gst_flac_dec_error_callback),
15415         (gst_flac_dec_error_callback_seekable),
15416         (gst_flac_dec_error_callback_stream), (gst_flac_dec_read_seekable),
15417         (gst_flac_dec_read_stream), (gst_flac_dec_write),
15418         (gst_flac_dec_write_seekable), (gst_flac_dec_write_stream),
15419         (gst_flac_dec_loop), (gst_flac_dec_sink_event),
15420         (gst_flac_dec_chain), (gst_flac_dec_convert_sink),
15421         (gst_flac_dec_get_sink_query_types), (gst_flac_dec_sink_query),
15422         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
15423         (gst_flac_dec_handle_seek_event), (gst_flac_dec_sink_activate),
15424         (gst_flac_dec_sink_activate_push),
15425         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
15426         * ext/flac/gstflacdec.h:
15427           Support chain-based operation, should make flac-over-DAAP
15428           work (#340492).
15429
15430 2006-06-20  Wim Taymans  <wim@fluendo.com>
15431
15432         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15433         Doc updates, merge some unused symbols.
15434
15435 2006-06-20  Wim Taymans  <wim@fluendo.com>
15436
15437         * docs/plugins/Makefile.am:
15438         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15439         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15440         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
15441         * gst/rtsp/gstrtspsrc.c:
15442         * gst/rtsp/gstrtspsrc.h:
15443         Added documentation for the rtsp plugin. Fixes #345393.
15444
15445 2006-06-20  Wim Taymans  <wim@fluendo.com>
15446
15447         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15448         (rtsp_connection_close), (rtsp_connection_free):
15449         Use better G_OS_* macros. Fixes #345301 some more.
15450
15451 2006-06-20  Wim Taymans  <wim@fluendo.com>
15452
15453         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15454
15455         * sys/sunaudio/Makefile.am:
15456         * sys/sunaudio/gstsunaudio.c: (plugin_init):
15457         * sys/sunaudio/gstsunaudiomixerctrl.c:
15458         (gst_sunaudiomixer_ctrl_build_list), (gst_sunaudiomixer_ctrl_new),
15459         (gst_sunaudiomixer_ctrl_list_tracks),
15460         (gst_sunaudiomixer_ctrl_get_volume),
15461         (gst_sunaudiomixer_ctrl_set_volume),
15462         (gst_sunaudiomixer_ctrl_set_mute),
15463         (gst_sunaudiomixer_ctrl_set_record):
15464         * sys/sunaudio/gstsunaudiomixerctrl.h:
15465         * sys/sunaudio/gstsunaudiomixertrack.c:
15466         (gst_sunaudiomixer_track_init), (gst_sunaudiomixer_track_new):
15467         * sys/sunaudio/gstsunaudiomixertrack.h:
15468         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_dispose),
15469         (gst_sunaudiosrc_base_init), (gst_sunaudiosrc_class_init),
15470         (gst_sunaudiosrc_init), (gst_sunaudiosrc_set_property),
15471         (gst_sunaudiosrc_get_property), (gst_sunaudiosrc_getcaps),
15472         (gst_sunaudiosrc_open), (gst_sunaudiosrc_close),
15473         (gst_sunaudiosrc_prepare), (gst_sunaudiosrc_unprepare),
15474         (gst_sunaudiosrc_read), (gst_sunaudiosrc_delay),
15475         (gst_sunaudiosrc_reset):
15476         * sys/sunaudio/gstsunaudiosrc.h:
15477         Add a SunAudio source plugin.
15478         Support stereo and right/left channel gain in the mixer plugin.
15479         Support the RECORD flag so that you can switch between line-input and
15480         microphone in gnome-volume-control.
15481         Code cleanups like using an enumerator for track number instead of an 
15482         integer. Fixes #344923.
15483
15484 2006-06-20  Wim Taymans  <wim@fluendo.com>
15485
15486         Patch by: Joni Valtanen <joni dot valtanen at movial dot fi>
15487
15488         * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send),
15489         (rtsp_connection_close):
15490         Make RTSP plugin compile on windows. Fixes #345301.
15491         Some changes to original patch to catch errors better.
15492         use ifdef WIN32 instead of ifndef.
15493
15494 2006-06-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15495
15496         * configure.ac:
15497         If we have libraw1394 >= 1.2.1, then we need libiec61883.
15498
15499 2006-06-18  Edward Hervey  <edward@fluendo.com>
15500
15501         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
15502         After a failed buffer alloc, we need to abort the jpeg decoding (it
15503         started when parsing headers to figure out how many bytes we need
15504         to request downstream).
15505
15506 2006-06-18  Tim-Philipp Müller  <tim at centricular dot net>
15507
15508         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15509
15510         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
15511           Make sure we don't read beyond the end of the file (#345232).
15512
15513 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
15514
15515         * configure.ac:
15516           Fix --disable-external (can't set conditionals conditionally,
15517           #343602).
15518
15519 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
15520
15521         * autogen.sh:
15522         * configure.ac:
15523         * docs/Makefile.am:
15524           Use GST_PLUGIN_DOCS, --enable-plugin-docs etc.
15525
15526         * docs/plugins/Makefile.am:
15527         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15528         * docs/plugins/inspect/plugin-taglib.xml:
15529           Add/fix apev2mux docs.
15530
15531 2006-06-14  Wim Taymans  <wim@fluendo.com>
15532
15533         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
15534         (gst_dvdec_finalize), (gst_dvdec_sink_event),
15535         (gst_dvdec_change_state):
15536         Reset segment info on flush.
15537         Alloc segment in _init, free in _finalize.
15538
15539         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_pull_seek):
15540         Don't send segments twice.
15541
15542 2006-06-14  Wim Taymans  <wim@fluendo.com>
15543
15544         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
15545         Respect segment.stop. Fixes #342592.
15546
15547 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15548
15549         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
15550           No language specified means the implied language is English
15551           according to the matroska spec (partially fixes #344708);
15552           add some more debug output.
15553
15554 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
15555
15556         * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
15557         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
15558         (gst_wavparse_chain):
15559           When operating chain-based, don't make any assumptions about the
15560           chunking of the incoming data and make streaming work on days other
15561           than the second Thursday after a full moon. Also fix up debug
15562           messages here and there and make use of the most excellent new
15563           gst_pad_query_peer_duration() utility function.
15564           Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
15565
15566         * gst/wavparse/gstwavparse.h:
15567           Remove trailing comma after last enum value, some compilers don't
15568           like that.
15569
15570 2006-06-13  Wim Taymans  <wim@fluendo.com>
15571
15572         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):
15573         Handle premature EOS gracefully.
15574
15575 2006-06-13  Tim-Philipp Müller  <tim at centricular dot net>
15576
15577         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
15578           Prevent out of bounds array access when scrubbing towards
15579           the end of the file between the last index entry and the
15580           end. Fixes occasional 'start <= stop' newsegment event
15581           assertions when scrubbing in MJPEG files.
15582
15583 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
15584
15585         * tests/check/elements/.cvsignore:
15586           And another one.
15587
15588 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15589
15590         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
15591         (scan_encoded_string), (parse_picture_frame):
15592           Extract images from ID3v2 tags (APIC frames). Fixes #339704.
15593
15594         * configure.ac:
15595           Require core >= 0.10.8 (for GST_TAG_IMAGE and
15596           GST_TAG_PPEVIEW_IMAGE used in the patch above).
15597
15598 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15599
15600         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_discover_avc_node):
15601           gratuitous comment changes
15602         * tests/check/elements/level.c: (GST_START_TEST):
15603           fix level test leaks
15604
15605 2006-06-11  Tim-Philipp Müller  <tim at centricular dot net>
15606
15607         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size):
15608         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size):
15609           Use gst_pad_query_peer_duration() utility function here.
15610
15611 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15612
15613         * autogen.sh:
15614           require am17
15615         * configure.ac:
15616         * ext/annodex/Makefile.am:
15617         * ext/cdio/Makefile.am:
15618         * ext/dv/Makefile.am:
15619         * ext/esd/Makefile.am:
15620         * ext/flac/Makefile.am:
15621         * ext/gdk_pixbuf/Makefile.am:
15622         * ext/ladspa/Makefile.am:
15623         * ext/libcaca/Makefile.am:
15624         * ext/speex/Makefile.am:
15625         * ext/taglib/Makefile.am:
15626         * sys/oss/Makefile.am:
15627         * sys/sunaudio/Makefile.am:
15628         * sys/ximage/Makefile.am:
15629           clean up build further
15630
15631 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15632
15633         * gconf/Makefile.am:
15634           Honour --disable-schemas-install configure option. Fixes #344100.
15635
15636 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15637
15638         * tests/examples/level/Makefile.am:
15639           Add -lm to LIBS for pow() function, don't assume one of our
15640           dependencies (such as libxml-2.0) drags it in automatically
15641           (#343603).
15642
15643 2006-06-09  Tim-Philipp Müller  <tim at centricular dot net>
15644
15645         Patch by: Peter Kjellerstedt  <pkj at axis dot com>
15646
15647         * configure.ac:
15648           We should use $SED and not $(SED) in configure.ac (#343678).
15649
15650 2006-06-09  Wim Taymans  <wim@fluendo.com>
15651
15652         Patch by: Brian Cameron <brian dot cameron at sun dot com>
15653
15654         * sys/sunaudio/gstsunaudiomixerctrl.c:
15655         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
15656         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_set_volume),
15657         (gst_sunaudiomixer_ctrl_set_mute):
15658         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init),
15659         (gst_sunaudiosink_init), (gst_sunaudiosink_prepare),
15660         (gst_sunaudiosink_write):
15661         Attached find a patch that fixes a number of bugs with the SunAudio
15662         mixer plugin and fixes #344101:
15663         1. The gst_sunaudiomixer_ctrl_build_list kept appending the same 3
15664            tracks onto the tracklist causing gnome-volume-control's preferences
15665            dialog to be messed up and would core dump if you checked/unchecked
15666            any item.
15667         2. We weren't previously setting the MUTE flag properly.  Fixing this
15668            makes gnome-volume-control work better.
15669         3. Now we properly define the input track to be GST_MIXER_TRACK_INPUT
15670            and the monitor to be GST_MIXER_TRACK_OUTPUT, so that makes
15671            gnome-volume-control look better.
15672         Also some minor cleanup in gstsunaudiosink.c.
15673
15674 2006-06-09  Wim Taymans  <wim@fluendo.com>
15675
15676         * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
15677         (gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
15678         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
15679         (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
15680         (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
15681         * ext/jpeg/gstjpegdec.h:
15682         API: Added IDCT method property
15683         Small cleanups.
15684         Avoid dynamic allocation of trivial fixed structure.
15685         Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
15686
15687 2006-06-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15688
15689         * configure.ac:
15690         We now require libraw1394 >= 1.1.0 and that version onwards all
15691         have .pc files.
15692
15693 2006-06-02  Edward Hervey  <edward@fluendo.com>
15694
15695         * gst/law/alaw-decode.c: (alawdec_getcaps): 
15696         Trying to get items from an ANY or EMPTY caps is ... stupid.
15697
15698 2006-06-02  Edward Hervey  <edward@fluendo.com>
15699
15700         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_event),
15701         (gst_dvdec_chain), (gst_dvdec_change_state):
15702         * ext/dv/gstdvdec.h:
15703         Added GstSegment handling, now implements dropping/clipping.
15704
15705 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
15706
15707         * ext/aalib/gstaasink.h:
15708         * ext/annodex/gstcmmldec.h:
15709         * ext/cairo/gsttimeoverlay.h:
15710         * ext/dv/gstdvdec.h:
15711         * ext/dv/gstdvdemux.h:
15712         * ext/esd/esdmon.h:
15713         * ext/esd/esdsink.h:
15714         * ext/flac/gstflacenc.h:
15715         * ext/gconf/gstgconfaudiosink.h:
15716         * ext/gconf/gstgconfaudiosrc.h:
15717         * ext/gconf/gstgconfvideosink.h:
15718         * ext/gconf/gstgconfvideosrc.h:
15719         * ext/gdk_pixbuf/gstgdkanimation.h:
15720         * ext/gdk_pixbuf/pixbufscale.h:
15721         * ext/hal/gsthalaudiosink.h:
15722         * ext/hal/gsthalaudiosrc.h:
15723         * ext/jpeg/gstjpegenc.h:
15724         * ext/jpeg/gstsmokedec.h:
15725         * ext/jpeg/gstsmokeenc.h:
15726         * ext/libcaca/gstcacasink.h:
15727         * ext/libmng/gstmngdec.h:
15728         * ext/libmng/gstmngenc.h:
15729         * ext/libpng/gstpngdec.h:
15730         * ext/libpng/gstpngenc.h:
15731         * ext/raw1394/gstdv1394src.h:
15732         * ext/speex/gstspeexenc.h:
15733         * gst/autodetect/gstautoaudiosink.h:
15734         * gst/autodetect/gstautovideosink.h:
15735         * gst/avi/gstavidemux.h:
15736         * gst/cutter/gstcutter.h:
15737         * gst/debug/efence.h:
15738         * gst/debug/gstnavigationtest.h:
15739         * gst/debug/gstnavseek.h:
15740         * gst/flx/gstflxdec.h:
15741         * gst/goom/gstgoom.h:
15742         * gst/icydemux/gsticydemux.h:
15743         * gst/id3demux/gstid3demux.h:
15744         * gst/law/alaw-decode.h:
15745         * gst/law/alaw-encode.h:
15746         * gst/law/mulaw-decode.h:
15747         * gst/law/mulaw-encode.h:
15748         * gst/matroska/matroska-mux.h:
15749         * gst/median/gstmedian.h:
15750         * gst/oldcore/gstaggregator.h:
15751         * gst/oldcore/gstfdsink.h:
15752         * gst/oldcore/gstmd5sink.h:
15753         * gst/oldcore/gstmultifilesrc.h:
15754         * gst/oldcore/gstpipefilter.h:
15755         * gst/oldcore/gstshaper.h:
15756         * gst/oldcore/gststatistics.h:
15757         * gst/rtp/gstasteriskh263.h:
15758         * gst/rtp/gstrtpL16depay.h:
15759         * gst/rtp/gstrtpL16pay.h:
15760         * gst/rtp/gstrtpamrdepay.h:
15761         * gst/rtp/gstrtpamrpay.h:
15762         * gst/rtp/gstrtpdepay.h:
15763         * gst/rtp/gstrtpgsmdepay.h:
15764         * gst/rtp/gstrtpgsmpay.h:
15765         * gst/rtp/gstrtph263pay.h:
15766         * gst/rtp/gstrtph263pdepay.h:
15767         * gst/rtp/gstrtph263ppay.h:
15768         * gst/rtp/gstrtpmp4gpay.h:
15769         * gst/rtp/gstrtpmp4vdepay.h:
15770         * gst/rtp/gstrtpmp4vpay.h:
15771         * gst/rtp/gstrtpmpadepay.h:
15772         * gst/rtp/gstrtpmpapay.h:
15773         * gst/rtp/gstrtppcmadepay.h:
15774         * gst/rtp/gstrtppcmapay.h:
15775         * gst/rtp/gstrtppcmudepay.h:
15776         * gst/rtp/gstrtppcmupay.h:
15777         * gst/rtp/gstrtpspeexdepay.h:
15778         * gst/rtp/gstrtpspeexpay.h:
15779         * gst/rtsp/gstrtpdec.h:
15780         * gst/rtsp/gstrtspsrc.h:
15781         * gst/smpte/gstsmpte.h:
15782         * gst/udp/gstdynudpsink.h:
15783         * gst/udp/gstmultiudpsink.h:
15784         * gst/udp/gstudpsink.h:
15785         * gst/udp/gstudpsrc.h:
15786         * gst/videofilter/gstvideobalance.h:
15787         * gst/videofilter/gstvideoflip.h:
15788         * sys/oss/gstossdmabuffer.h:
15789         * sys/oss/gstossmixerelement.h:
15790         * sys/oss/gstosssink.h:
15791         * sys/oss/gstosssrc.h:
15792         * sys/osxvideo/osxvideosink.h:
15793         * sys/sunaudio/gstsunaudiomixer.h:
15794         * sys/sunaudio/gstsunaudiosink.h:
15795         * sys/ximage/gstximagesrc.h:
15796         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
15797
15798 2006-05-31  Wim Taymans  <wim@fluendo.com>
15799
15800         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
15801         (gst_goom_finalize), (gst_goom_reset), (gst_goom_sink_setcaps),
15802         (gst_goom_src_setcaps), (gst_goom_src_event),
15803         (gst_goom_sink_event), (get_buffer), (gst_goom_chain),
15804         (gst_goom_change_state):
15805         * gst/goom/gstgoom.h:
15806         Handle QoS.
15807         Handle flushing, discont and events.
15808         Fix timestamps and various other cleanups.
15809
15810 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15811
15812         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset):
15813         Fix bus reset when using libiec61883
15814
15815 2006-05-31  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15816
15817         * configure.ac:
15818         Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.
15819         * ext/raw1394/Makefile.am:
15820         Add CFLAGS.
15821         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iec61883_receive),
15822         New method, to receive using libiec61883.
15823         (gst_dv1394src_iso_receive),
15824         #ifdef'd out if libiec61883 is present.
15825         (gst_dv1394src_bus_reset),
15826         Get userdata correctly if using libiec61883. 
15827         (gst_dv1394src_create),
15828         When using libiec61883, only poll one fd and no need to read.
15829         (gst_dv1394src_discover_avc_node),
15830         Replace g_warnings.
15831         (gst_dv1394src_start),
15832         Create new handle when we know which dv port.  More reliable
15833         than setting port on an existing handle.  Initialise libiec61883.
15834         (gst_dv1394src_stop):
15835         If using libiec61883, then cleanup its handle properly.
15836         * ext/raw1394/gstdv1394src.h:
15837         Add libiec61883 handle.
15838
15839 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
15840
15841         * gst/avi/gstavidemux.c:
15842           add an explicit dll imported declaration for GST_CAT_EVENT+WIN32
15843         * win32/MANIFEST:
15844           sort file listing
15845         * win32/vs6/libgstavi.dsp:
15846           add gstavimux.c to the project
15847         * win32/vs6/libgstid3demux.dsp:
15848           add link to zlib library
15849         * win32/vs6/libgstmatroska.dsp:
15850           add matroska-ids.c to the project
15851
15852 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
15853
15854         Patch by: Sebastian Dröge  <mail at slomosnail de >
15855
15856         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
15857         * docs/plugins/gst-plugins-good-plugins-sections.txt:
15858         * ext/taglib/Makefile.am:
15859         * ext/taglib/gstapev2mux.cc:
15860         * ext/taglib/gstapev2mux.h:
15861         * ext/taglib/gstid3v2mux.cc:
15862         * ext/taglib/gsttaglibmux.c: (plugin_init):
15863         * ext/taglib/gsttaglibmux.h:
15864           Add apev2mux element (#343122).
15865         
15866         * tests/check/Makefile.am:
15867         * tests/check/elements/apev2mux.c:
15868         (test_taglib_apev2mux_create_tags),
15869         (test_taglib_apev2mux_check_tags), (fill_mp3_buffer), (got_buffer),
15870         (demux_pad_added), (test_taglib_apev2mux_check_output_buffer),
15871         (test_taglib_apev2mux_with_tags), (GST_START_TEST),
15872         (apev2mux_suite), (main):
15873           Add unit test for apev2mux element.
15874
15875 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15876
15877         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
15878         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
15879         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
15880           GST_PTR_FORMAT should be used to print caps in debug statements.
15881
15882 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15883
15884         Patch by: Sebastian Dröge  <slomo at ubuntu dot com>
15885
15886         * gst/apetag/gstapedemux.c: (ape_demux_get_gst_tag_from_tag),
15887         (ape_demux_parse_tags):
15888           Some clean-ups and additions: map APE 'file' tag to
15889           GST_TAG_LOCATION (#343123); add support for extracting
15890           the track count and clean up parsing a bit (#343127).
15891
15892 2006-05-28  Edward Hervey  <edward@fluendo.com>
15893
15894         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_change_state):
15895         Initialize segment to GST_FORMAT_UNDEFINED in READY->PAUSED.
15896
15897 2006-05-28  Edward Hervey  <edward@fluendo.com>
15898
15899         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_finalize),
15900         (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
15901         (gst_jpeg_dec_sink_event), (gst_jpeg_dec_change_state):
15902         * ext/jpeg/gstjpegdec.h:
15903         Clip outgoing buffers according to currently configured segment.
15904
15905 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15906
15907         * ext/taglib/gstid3v2mux.cc:
15908           Handle  writing of track-count or album-volume-count without
15909           track-number or albume-volume-number (in this case the number
15910           will just be set to 0).
15911
15912         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_check_tags):
15913           It would be nice if we actually checked the values received for
15914           track/album-volume number/count in  _check_tags(), rather than
15915           setting them again ...
15916
15917 2006-05-28  Tim-Philipp Müller  <tim at centricular dot net>
15918
15919         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
15920           A track/volume number or count of 0 does not make sense,
15921           just ignore it along with negative numbers (a tag might
15922           only contain a track count without a track number).
15923
15924 2006-05-27  Edward Hervey  <edward@fluendo.com>
15925
15926         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
15927         (gst_jpeg_dec_sink_event):
15928         Abort decompression when receiving FLUSH_STOP. This should avoid
15929         issues when interrupting decoding with flushes.
15930
15931 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15932
15933         * ext/flac/gstflac.c:
15934           Don't #include file we don't dist any longer.
15935
15936 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
15937
15938         * README:
15939           Replace current README (containing the release notes from
15940           some 0.9.x version) with a proper README taken from the core.
15941
15942 2006-05-24  Wim Taymans  <wim@fluendo.com>
15943
15944         * ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
15945         Implement EOS correctly by either posting
15946         SEGMENT_DONE or pushing an EOS message depending
15947         on the seek type. Fixes #342592
15948
15949 2006-05-24  Wim Taymans  <wim@fluendo.com>
15950
15951         * gst/law/alaw-decode.c: (gst_alawdec_chain):
15952         * gst/law/alaw-decode.h:
15953         * gst/law/alaw-encode.c: (gst_alawenc_chain):
15954         * gst/law/alaw-encode.h:
15955         * gst/law/mulaw-decode.c: (gst_mulawdec_chain):
15956         * gst/law/mulaw-decode.h:
15957         * gst/law/mulaw-encode.c: (gst_mulawenc_chain):
15958         * gst/law/mulaw-encode.h:
15959         Some cleanups in the chain functions.
15960         Remove some GStreamer 0.0.2 bits.
15961
15962 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15963
15964         Patch by: Mark Nauwelaerts  <manauw at skynet be>
15965
15966         * gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
15967           gst_collect_pads_stop() needs to be called before chaining up
15968           to the parent class (#342734).
15969
15970 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15971
15972         * ext/flac/Makefile.am:
15973         * ext/flac/flac_compat.h:
15974         * ext/flac/gstflac.c:
15975         * ext/flac/gstflacdec.c: (gst_flac_dec_init):
15976         * ext/flac/gstflacenc.c:
15977           Remove backwards compatibility cruft for dealing with FLAC API
15978           changes in the 1.0.x series - we require 1.1.1 or newer these days.
15979
15980 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
15981
15982         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15983         (gst_matroska_demux_push_xiph_codec_priv_data),
15984         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
15985         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
15986         * gst/matroska/matroska-ids.h:
15987         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
15988         (gst_matroska_mux_video_pad_setcaps),
15989         (xiph3_streamheader_to_codecdata),
15990         (vorbis_streamheader_to_codecdata),
15991         (theora_streamheader_to_codecdata),
15992         (gst_matroska_mux_audio_pad_setcaps),
15993         (gst_matroska_mux_write_data):
15994           Add support for muxing/demuxing theora video (#342448; too bad
15995           none of the usual linux players can actually play this). Playback
15996           in GStreamer will require additional changes to theoradec in -base.
15997           Refactor streamheaders <=> CodecPrivateData code a bit; some small
15998           cleanups.
15999
16000 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16001
16002         * ext/jpeg/gstjpegdec.c: (hresamplecpy1),
16003         (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
16004           Fix crashes when the horizontal subsampling is 1.
16005           Fixes #342097.
16006
16007 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
16008
16009         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16010
16011         * gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
16012         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16013         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16014         (gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
16015         (gst_avi_mux_add_index), (gst_avi_mux_bigfile),
16016         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16017         (gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
16018         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16019         (gst_avi_mux_change_state):
16020         * gst/avi/gstavimux.h:
16021           Some enhancements for avimux (#342526):
16022            - add odml (large file) index support
16023            - store codec init data (e.g. huffyuv)
16024            - miscellaneous other fixes/cleanups
16025
16026 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
16027
16028         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
16029         Don't output any tag when we encounter a negative track number - the
16030         tag type is uint, so we end up outputting huge positive numbers
16031         instead. (Fixes: #342029)
16032
16033 2006-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16034
16035         * configure.ac:
16036           update for new GSTPB_PLUGINS_DIR
16037
16038 2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
16039
16040         * rtp/gst/gstrtph263pay.c:
16041         Properly set static caps for H263 at 34.
16042
16043 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
16044
16045         Patch by: James "Doc" Livingston  <doclivingston gmail com>
16046
16047         * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
16048           Merge event tags and tag setter tags correctly (#339918). Also,
16049           don't leak taglist in case of an error.
16050           
16051 2006-05-17  Edward Hervey  <edward@fluendo.com>
16052
16053         * gst/law/mulaw-decode.c: (mulawdec_getcaps): 
16054         We can only do caps intersection if the othercaps are non-empty and not
16055         ANY. Else we return the pad template (base_caps).
16056
16057 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
16058
16059         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16060           Fix crash when outputting debugging information for certain
16061           pictures (always good to use the right struct member for
16062           the number of records in an array).
16063
16064 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
16065
16066         Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
16067
16068         * gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
16069         (gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
16070         (gst_ebml_read_element_length), (gst_ebml_read_buffer),
16071         (gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
16072         (gst_ebml_read_float), (gst_ebml_read_ascii),
16073         (gst_ebml_read_binary):
16074           Don't create unnecessary sub-buffers all the time. Dramatically
16075           improves performance with multiple concurrently running
16076           matroskademux instances (#341818) (and avoids doing
16077           unnecessarily inefficient things in the general case).
16078
16079 2006-05-16  Edward Hervey  <edward@fluendo.com>
16080
16081         * ext/libpng/gstpngenc.c: (gst_pngenc_chain): 
16082         In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
16083         return value of gst_pad_push_event().
16084
16085 2006-05-16  Jan Schmidt  <thaytan@mad.scientist.com>
16086
16087         * gst/autodetect/gstautoaudiosink.c:
16088         (gst_auto_audio_sink_find_best):
16089         * gst/autodetect/gstautovideosink.c:
16090         (gst_auto_video_sink_find_best):
16091         Make the name of the child element be based on the name of the
16092         parent, so that debug output is more useful.
16093         
16094         * gst/id3demux/id3v2frames.c: (find_utf16_bom),
16095         (parse_insert_string_field), (parse_split_strings):
16096         Rework string parsing to always walk over BOM markers in UTF16
16097         strings, using the endianness indicated by the innermost one,
16098         then trying the opposite endianness if that fails to convert
16099         to valid UTF-8. Fixes #341774
16100
16101 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16102
16103         Patch from: Matthieu <matthieu at fluendo dot com>
16104
16105         * ext/libpng/Makefile.am:
16106         Add LIBPNG_CFLAGS.
16107
16108 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
16109
16110         * ext/taglib/gstid3v2mux.cc:
16111           Add support for writing images (APIC frames) into ID3v2
16112           tags (picture type always set to 'other' for now though).
16113
16114 2006-05-14  Michael Smith  <msmith@fluendo.com>
16115
16116         * gst/wavparse/gstwavparse.c:
16117           Update docs; wavparse implements push and pull modes.
16118
16119 2006-05-12  Wim Taymans  <wim@fluendo.com>
16120
16121         * gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
16122         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
16123         (gst_avi_demux_handle_seek), (gst_avi_demux_loop):
16124         Ooops, bitten by the copy-and-paste design paradigm, fixes
16125         seek again.
16126
16127 2006-05-12  Wim Taymans  <wim@fluendo.com>
16128
16129         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
16130         (gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
16131         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
16132         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
16133         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
16134         (gst_avi_demux_massage_index),
16135         (gst_avi_demux_calculate_durations_from_index),
16136         (gst_avi_demux_push_event), (gst_avi_demux_stream_header),
16137         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
16138         (gst_avi_demux_loop):
16139         * gst/avi/gstavidemux.h:
16140         Some cleanups, prepare to use GstSegment.
16141         Fix error in entry walking code.
16142         Fix VBR detection.
16143         Smarter timestamp calculation code.
16144         Uniform error/eos handling.
16145
16146 2006-05-12  Michael Smith  <msmith@fluendo.com>
16147
16148         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
16149         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
16150           Fix use of uninitialised values if we're NOT seeking in ready.
16151           Fix typos.
16152
16153 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
16154
16155         * gst/wavparse/Makefile.am:
16156           Add CFLAGS and LIBS for libgstbase, fixes build on
16157           Cygwin (#341489).
16158
16159 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16160
16161         * gst/id3demux/id3v2frames.c: (parse_insert_string_field):
16162           Some more debug info. No need to check whether the string
16163           returned by g_convert() is really UTF-8 - either it is or
16164           we get NULL returned.
16165
16166 2006-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
16167
16168         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
16169           Fix parsing of numeric genre strings some more, by ensuring that
16170           we only try and parse strings that a) Start with '(' and b) Consist
16171           only of digits.
16172           Also, when finding an escaping '((' sequence, bust it back to '(' by
16173           swallowing the first parenthesis
16174
16175 2006-05-10  Tim-Philipp Müller  <tim at centricular dot net>
16176
16177         * ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
16178         (gst_esdsink_open), (gst_esdsink_close):
16179         * ext/esd/esdsink.h:
16180           Move the esd_get_server_info() into gst_esdsink_open() and fail
16181           with a decent error message on errors.
16182
16183 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16184
16185         * ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
16186         (gst_esdmon_channels_get_type):
16187         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
16188         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
16189         * ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
16190         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
16191         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
16192         * gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
16193         * gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
16194         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
16195         * gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
16196         * gst/videomixer/videomixer.c:
16197         (gst_video_mixer_background_get_type):
16198           Const-ify GEnumValue arrays.
16199
16200 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
16201
16202         Patch by: Mark Nauwelaerts  <manauw at skynet bet>
16203
16204         * gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
16205         (gst_avi_mux_do_video_buffer):
16206           Work around gst_buffer_make_metadata_writable() bug that
16207           results in avimux marking all frames in the index as
16208           keyframes (#340859).
16209           
16210 2006-05-08  Wim Taymans  <wim@fluendo.com>
16211
16212         * gst/rtsp/rtspurl.c: (rtsp_url_parse):
16213         Make parsing of urls suck slightly less.
16214
16215 2006-05-08  Edward Hervey  <edward@fluendo.com>
16216
16217         * autogen.sh: (CONFIGURE_DEF_OPT): 
16218         libtoolize on Darwin/MacOSX is called glibtoolize.
16219
16220 2006-05-08  Wim Taymans  <wim@fluendo.com>
16221
16222         Patch by: Jens Granseuer <jensgr at gmx dot net>
16223
16224         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
16225         * gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
16226         C89 compliance fixes. Fixes #340980
16227
16228 2006-05-06  Tim-Philipp Müller  <tim at centricular dot net>
16229
16230         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16231         * ext/flac/gstflacdec.h:
16232           Handle segment seeks that include the end of the file as stop point
16233           properly: when the decoder hits EOS we want to send a SEGMENT_DONE
16234           message instead of an EOS event in case we're in segment seek
16235           mode (fixes #340699).
16236           
16237 2006-05-05  Maciej Katafiasz  <mathrick@freedesktop.org>
16238
16239         * ext/cairo/gsttextoverlay.c:
16240         * ext/flac/gstflacdec.c:
16241         * ext/gdk_pixbuf/pixbufscale.c:
16242         * gst/apetag/gstapedemux.c:
16243         * gst/debug/breakmydata.c:
16244         * gst/debug/testplugin.c:
16245         * gst/matroska/ebml-write.c:
16246         * gst/multipart/multipartdemux.c:
16247         * sys/osxaudio/gstosxaudiosink.c:
16248         * sys/osxaudio/gstosxaudiosrc.c:
16249         Add semicolons after GST_BOILERPLATE[_FULL] so that
16250         indent doesn't mess up following lines.
16251
16252 2006-05-04  Tim-Philipp Müller  <tim at centricular dot net>
16253
16254         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16255
16256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
16257           Don't leak caps when freeing the stream context (#340623).
16258
16259 2006-05-04  Jan Schmidt  <thaytan@mad.scientist.com>
16260
16261         * configure.ac:
16262           Back to CVS
16263
16264 === release 0.10.3 ===
16265
16266 2006-05-04  Jan Schmidt <thaytan@mad.scientist.com>
16267
16268         * configure.ac:
16269           releasing 0.10.3, "Desplazado"
16270
16271 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16272
16273         * gst/matroska/matroska-mux.c:
16274         (gst_matroska_mux_stream_is_vorbis_header),
16275         (gst_matroska_mux_write_data):
16276           Don't strcmp() NULL strings.
16277           Only start new clusters on video keyframes, not on any
16278           random audio buffer that doesn't have the DELTA_UNIT
16279           flag set (fixes 'make check' again).
16280
16281 2006-05-03  Tim-Philipp Müller  <tim at centricular dot net>
16282
16283         Patch by: Mark Nauwelaerts  <manauw at skynet be>
16284
16285         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
16286         (gst_matroska_mux_stream_is_vorbis_header),
16287         (gst_matroska_mux_write_data):
16288           Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
16289           value and then dead-lock when muxing vorbis audio streams
16290           (the three vorbis header buffers carry no timestamp, and it
16291           would try to mux these after all video buffers). Fixes #340346.
16292
16293           Improve clustering: start a new cluster also whenever we get
16294           a keyframe.     
16295
16296 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16297
16298         * win32/common/config.h:
16299         * win32/MANIFEST
16300           add the generated file as well
16301
16302 2006-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16303
16304         * Makefile.am:
16305         * configure.ac:
16306         * win32/common/config.h.in:
16307           add win32 stuff
16308
16309 2006-05-03  Michael Smith  <msmith@fluendo.com>
16310
16311         * ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
16312           Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
16313           SUCKS.
16314
16315 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
16316
16317         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
16318         * gst/debug/negotiation.c: (gst_negotiation_update_caps):
16319         * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
16320           don't leak caps-string
16321
16322 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16323
16324         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
16325         (gst_id3demux_sink_activate):
16326           Let core insert default error message for TYPE_NOT_FOUND
16327           errors, it's just as good as our own and has the added
16328           bonus of being translated.
16329
16330 2006-05-02  Tim-Philipp Müller  <tim at centricular dot net>
16331
16332         * gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
16333         (gst_tag_demux_sink_event):
16334         * gst/id3demux/gstid3demux.c: (gst_id3demux_init),
16335         (gst_id3demux_sink_event):
16336           Post an error message when we get an EOS event and were not
16337           able to find out the type of stream.
16338
16339         * tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
16340         (test_taglib_id3mux_with_tags):
16341           Decrease num-buffers to 16 per iteration again, otherwise the
16342           many memcpy()s and reallocations in the test will hammer slow
16343           CPUs completely and make the test timeout.
16344
16345 2006-05-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16346
16347         * configure.ac:
16348           figure out where plugins-base plugins are
16349         * tests/check/Makefile.am:
16350           use plugins-base plugins, so we have typefind functions
16351         * tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
16352           increase num-buffers, this makes sure the test errors out instead
16353           of timing out when no typefind functions are present
16354
16355 2006-05-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16356
16357         * docs/plugins/Makefile.am:
16358           also check .cc files for gtk-doc markup
16359         * configure.ac:
16360         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16361         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16362         * tests/check/Makefile.am:
16363         * tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
16364         * ext/Makefile.am:
16365         * ext/taglib/Makefile.am:
16366         * ext/taglib/gstid3v2mux.h:
16367         * ext/taglib/gsttaglibmux.c:
16368         * ext/taglib/gsttaglibmux.h:
16369           move taglib-based id3v2muxer to -good.  Fixes #336110.
16370
16371 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
16372
16373         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
16374           ... and fix multichannel/WAVFORMATEX support again.
16375
16376 2006-04-29  Stefan Kost  <ensonic@users.sf.net>
16377
16378         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16379         (gst_wavparse_class_init), (gst_wavparse_dispose),
16380         (gst_wavparse_reset), (gst_wavparse_init),
16381         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
16382         (gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
16383         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
16384         (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
16385         (gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
16386         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16387         (gst_wavparse_stream_data), (gst_wavparse_loop),
16388         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16389         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16390         (gst_wavparse_change_state), (plugin_init):
16391         * gst/wavparse/gstwavparse.h:
16392           Add push (streaming) mode to wavparse (fixes #337625)
16393
16394 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16395
16396         * configure.ac:
16397         * tests/Makefile.am:
16398           add ximagesrc icles test
16399
16400 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
16401
16402         * configure.ac:
16403         * docs/plugins/Makefile.am:
16404         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16405         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16406         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
16407         (gst_cmml_enc_push_clip):
16408         * sys/Makefile.am:
16409         * sys/ximage/Makefile.am:
16410         * sys/ximage/gstximagesrc.c:
16411           Move ximagesrc plug-in to good after review.  Fixes #336756.
16412
16413 2006-04-28  Michael Smith  <msmith@fluendo.com>
16414
16415         * gst/icydemux/gsticydemux.c: (gst_icydemux_reset),
16416         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
16417         (gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
16418         (gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
16419         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16420         (gst_icydemux_chain), (gst_icydemux_send_tag_event):
16421         * gst/icydemux/gsticydemux.h:
16422           Fix event handling: cache events when typefinding and forward later.
16423
16424 2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16425
16426         * sys/osxaudio/gstosxaudiosink.c:
16427         (plugin_init):
16428          Register osxaudiosrc to the plugin.
16429         * sys/osxaudio/gstosxaudiosrc.c:
16430         (gst_osx_audio_src_osxelement_do_init),
16431         (gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
16432         (gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
16433         (gst_osx_audio_src_get_property),
16434         (gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
16435         (gst_osx_audio_src_osxelement_init):
16436         * sys/osxaudio/gstosxaudiosrc.h:
16437           Port of osxaudiosrc to 0.10.
16438         * sys/osxaudio/Makefile.am:
16439           Add osxaudiosrc
16440
16441 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16442
16443         * sys/osxaudio/gstosxringbuffer.c:
16444         * sys/osxaudio/gstosxringbuffer.h:
16445           Forgot to commit earlier, part of the OSX audio plugin port
16446
16447 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
16448
16449         * gst/id3demux/id3v2frames.c: (has_utf16_bom),
16450         (parse_split_strings):
16451           Recognise and skip any byte order marker (BOM) in
16452           UTF-16 strings.
16453
16454 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16455
16456         * docs/plugins/Makefile.am:
16457         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
16458         * docs/plugins/gst-plugins-good-plugins-sections.txt:
16459         * docs/plugins/gst-plugins-good-plugins.hierarchy:
16460         * docs/plugins/inspect/plugin-avi.xml:
16461         * gst/avi/gstavidemux.c:
16462         * gst/avi/gstavimux.c:
16463           Add docs for both avidemux and avimux.
16464
16465 2006-04-27  Tim-Philipp Müller  <tim at centricular dot net>
16466
16467         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16468
16469         * gst/avi/Makefile.am:
16470         * gst/avi/gstavi.c: (plugin_init):
16471         * gst/avi/gstavimux.c: (gst_avi_mux_get_type),
16472         (gst_avi_mux_base_init), (gst_avi_mux_finalize),
16473         (gst_avi_mux_class_init), (gst_avi_mux_init),
16474         (gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
16475         (gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
16476         (gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
16477         (gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
16478         (gst_avi_mux_riff_get_avix_header),
16479         (gst_avi_mux_riff_get_video_header),
16480         (gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
16481         (gst_avi_mux_write_index), (gst_avi_mux_bigfile),
16482         (gst_avi_mux_start_file), (gst_avi_mux_stop_file),
16483         (gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
16484         (gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
16485         (gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
16486         (gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
16487         (gst_avi_mux_loop), (gst_avi_mux_collect_pads),
16488         (gst_avi_mux_get_property), (gst_avi_mux_set_property),
16489         (gst_avi_mux_change_state):
16490         * gst/avi/gstavimux.h:
16491           Port AVI muxer to GStreamer-0.10 (#332031).
16492
16493         * tests/check/Makefile.am:
16494         * tests/check/elements/avimux.c:
16495         * tests/check/elements/.cvsignore:
16496           Add unit test for AVI muxer.
16497
16498 2006-04-27  Stefan Kost  <ensonic@users.sf.net>
16499
16500         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16501         (gst_wavparse_class_init), (gst_wavparse_reset),
16502         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16503         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16504         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16505         (gst_wavparse_send_event), (gst_wavparse_add_src_pad),
16506         (gst_wavparse_stream_data), (gst_wavparse_loop),
16507         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
16508         (gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
16509         (plugin_init):
16510         * gst/wavparse/gstwavparse.h:
16511           reverted patch #337625 for the price of 1 hour sleep
16512
16513 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16514
16515         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16516         (gst_wavparse_class_init), (gst_wavparse_reset),
16517         (gst_wavparse_init), (gst_wavparse_create_sourcepad),
16518         (gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
16519         (gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
16520         (gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
16521         (gst_wavparse_stream_data), (gst_wavparse_loop),
16522         (gst_wavparse_chain), (plugin_init):
16523         * gst/wavparse/gstwavparse.h:
16524           correct partial implementation of push mode
16525           (from my last commit)
16526
16527 2006-04-26  Wim Taymans  <wim@fluendo.com>
16528
16529         * ext/esd/esdsink.c:
16530         Fix compile problem by defining ESD_MAX_WRITE_SIZE if
16531         it is not in esd.h
16532
16533 2006-04-26  Tim-Philipp Müller  <tim at centricular dot net>
16534
16535         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
16536         (gst_au_parse_class_init), (gst_au_parse_init),
16537         (gst_au_parse_reset), (gst_au_parse_add_srcpad),
16538         (gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
16539         (gst_au_parse_chain), (gst_au_parse_src_convert),
16540         (gst_au_parse_src_query), (gst_au_parse_handle_seek),
16541         (gst_au_parse_sink_event), (gst_au_parse_src_event),
16542         (gst_au_parse_change_state):
16543         * gst/auparse/gstauparse.h:
16544           Rewrite auparse to suck a little bit less: make source pad
16545           dynamic, so decodebin/playbin work with non-raw formats
16546           like alaw/mulaw; add query function for duration/position
16547           queries; check whether we have enough data before attempting
16548           to parse the header (instead of crashing when that is not the
16549           case); work around audioconvert sucking by swapping endianness
16550           to the native endianness ourselves for float formats; send
16551           initial newsegment event. Fixes #161712.
16552
16553 2006-04-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16554
16555         * sys/osxaudio/Makefile.am:
16556         * sys/osxaudio/gstosxaudioelement.c:
16557         (gst_osx_audio_element_get_type),
16558         (gst_osx_audio_element_class_init):
16559         * sys/osxaudio/gstosxaudioelement.h:
16560         * sys/osxaudio/gstosxaudiosink.c:
16561         (gst_osx_audio_sink_osxelement_do_init),
16562         (gst_osx_audio_sink_base_init), (gst_osx_audio_sink_class_init),
16563         (gst_osx_audio_sink_init), (gst_osx_audio_sink_set_property),
16564         (gst_osx_audio_sink_get_property), (gst_osx_audio_sink_getcaps),
16565         (gst_osx_audio_sink_create_ringbuffer),
16566         (gst_osx_audio_sink_io_proc), (gst_osx_audio_sink_osxelement_init),
16567         (plugin_init):
16568         * sys/osxaudio/gstosxaudiosink.h:
16569         Port of osxaudiosink to 0.10
16570
16571 2006-04-26  Wim Taymans  <wim@fluendo.com>
16572
16573         * ext/esd/esdsink.c: (gst_esdsink_prepare), (gst_esdsink_delay):
16574         Always write ESD_BUF_SIZE bytes and use ESD_MAX_WRITE_SIZE as
16575         the size of the ringbuffer. This should fix hangs with older 
16576         esd sound servers.
16577
16578 2006-04-26  Stefan Kost  <ensonic@users.sf.net>
16579
16580         * ext/aalib/gstaasink.c:
16581         * ext/annodex/gstcmmldec.c:
16582         * ext/annodex/gstcmmlenc.c:
16583         * ext/cairo/gsttextoverlay.c:
16584         * ext/cairo/gsttimeoverlay.c:
16585         * ext/cdio/gstcdiocddasrc.c:
16586         * ext/dv/gstdvdec.c:
16587         * ext/dv/gstdvdemux.c:
16588         * ext/esd/esdmon.c:
16589         * ext/esd/esdsink.c:
16590         * ext/flac/gstflacenc.c:
16591         * ext/flac/gstflactag.c:
16592         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
16593         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
16594         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
16595         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
16596         * ext/gdk_pixbuf/pixbufscale.c:
16597         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
16598         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
16599         * ext/jpeg/gstjpegdec.c:
16600         * ext/jpeg/gstjpegenc.c:
16601         * ext/jpeg/gstsmokedec.c:
16602         * ext/jpeg/gstsmokeenc.c:
16603         * ext/libcaca/gstcacasink.c:
16604         * ext/libmng/gstmngdec.c:
16605         * ext/libmng/gstmngenc.c:
16606         * ext/libpng/gstpngdec.c:
16607         * ext/libpng/gstpngenc.c:
16608         * ext/mikmod/gstmikmod.c:
16609         * ext/raw1394/gstdv1394src.c:
16610         * ext/shout2/gstshout2.c: (gst_shout2send_init):
16611         * ext/shout2/gstshout2.h:
16612         * ext/speex/gstspeexdec.c:
16613         * ext/speex/gstspeexenc.c:
16614         * gst/alpha/gstalpha.c:
16615         * gst/alpha/gstalphacolor.c:
16616         * gst/apetag/gstapedemux.c:
16617         * gst/auparse/gstauparse.c:
16618         * gst/autodetect/gstautoaudiosink.c:
16619         (gst_auto_audio_sink_base_init):
16620         * gst/autodetect/gstautovideosink.c:
16621         (gst_auto_video_sink_base_init):
16622         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init):
16623         * gst/avi/gstavimux.c: (gst_avimux_base_init):
16624         * gst/cutter/gstcutter.c:
16625         * gst/debug/breakmydata.c:
16626         * gst/debug/efence.c:
16627         * gst/debug/gstnavigationtest.c:
16628         * gst/debug/gstnavseek.c:
16629         * gst/debug/negotiation.c:
16630         * gst/debug/progressreport.c:
16631         * gst/debug/testplugin.c:
16632         * gst/effectv/gstaging.c:
16633         * gst/effectv/gstdice.c:
16634         * gst/effectv/gstedge.c:
16635         * gst/effectv/gstquark.c:
16636         * gst/effectv/gstrev.c:
16637         * gst/effectv/gstshagadelic.c:
16638         * gst/effectv/gstvertigo.c:
16639         * gst/effectv/gstwarp.c:
16640         * gst/flx/gstflxdec.c:
16641         * gst/goom/gstgoom.c:
16642         * gst/icydemux/gsticydemux.c:
16643         * gst/id3demux/gstid3demux.c:
16644         * gst/interleave/deinterleave.c:
16645         * gst/interleave/interleave.c:
16646         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
16647         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
16648         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
16649         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
16650         * gst/level/gstlevel.c:
16651         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
16652         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
16653         * gst/median/gstmedian.c:
16654         * gst/monoscope/gstmonoscope.c:
16655         * gst/multipart/multipartdemux.c:
16656         * gst/multipart/multipartmux.c:
16657         * gst/oldcore/gstaggregator.c:
16658         * gst/oldcore/gstfdsink.c:
16659         * gst/oldcore/gstmd5sink.c:
16660         * gst/oldcore/gstmultifilesrc.c:
16661         * gst/oldcore/gstpipefilter.c:
16662         * gst/oldcore/gstshaper.c:
16663         * gst/oldcore/gststatistics.c:
16664         * gst/rtp/gstasteriskh263.c:
16665         * gst/rtp/gstrtpL16depay.c:
16666         * gst/rtp/gstrtpL16pay.c:
16667         * gst/rtp/gstrtpamrdepay.c:
16668         * gst/rtp/gstrtpamrpay.c:
16669         * gst/rtp/gstrtpdepay.c:
16670         * gst/rtp/gstrtpgsmpay.c:
16671         * gst/rtp/gstrtph263pay.c:
16672         * gst/rtp/gstrtph263pdepay.c:
16673         * gst/rtp/gstrtph263ppay.c:
16674         * gst/rtp/gstrtpilbcdepay.c:
16675         * gst/rtp/gstrtpmp4gpay.c:
16676         * gst/rtp/gstrtpmp4vdepay.c:
16677         * gst/rtp/gstrtpmp4vpay.c:
16678         * gst/rtp/gstrtpmpadepay.c:
16679         * gst/rtp/gstrtpmpapay.c:
16680         * gst/rtp/gstrtppcmadepay.c:
16681         * gst/rtp/gstrtppcmapay.c:
16682         * gst/rtp/gstrtppcmudepay.c:
16683         * gst/rtp/gstrtppcmupay.c:
16684         * gst/rtp/gstrtpspeexdepay.c:
16685         * gst/rtp/gstrtpspeexpay.c:
16686         * gst/rtsp/gstrtpdec.c:
16687         * gst/rtsp/gstrtspsrc.c:
16688         * gst/smpte/gstsmpte.c:
16689         * gst/udp/gstdynudpsink.c:
16690         * gst/udp/gstmultiudpsink.c:
16691         * gst/udp/gstudpsink.c:
16692         * gst/udp/gstudpsrc.c:
16693         * gst/videobox/gstvideobox.c:
16694         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
16695         * gst/videofilter/gstvideobalance.c:
16696         * gst/videofilter/gstvideoflip.c:
16697         * gst/videofilter/gstvideotemplate.c:
16698         (gst_videotemplate_base_init):
16699         * gst/videomixer/videomixer.c:
16700         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
16701         (gst_wavparse_class_init), (gst_wavparse_dispose),
16702         (gst_wavparse_reset), (gst_wavparse_init),
16703         (gst_wavparse_perform_seek), (gst_wavparse_peek_chunk_info),
16704         (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
16705         (gst_wavparse_parse_stream_init), (gst_wavparse_send_event),
16706         (gst_wavparse_add_src_pad), (gst_wavparse_stream_data),
16707         (gst_wavparse_chain), (gst_wavparse_srcpad_event),
16708         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
16709         (gst_wavparse_change_state):
16710         * gst/wavparse/gstwavparse.h:
16711         * sys/oss/gstossmixerelement.c:
16712         * sys/oss/gstosssink.c:
16713         * sys/oss/gstosssrc.c:
16714         * sys/osxaudio/gstosxaudioelement.c:
16715         * sys/osxaudio/gstosxaudiosink.c:
16716         * sys/osxaudio/gstosxaudiosrc.c:
16717         * sys/sunaudio/gstsunaudiomixer.c:
16718         * sys/sunaudio/gstsunaudiosink.c:
16719           Define GstElementDetails as const and also static (when defined as
16720           global)
16721
16722 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16723
16724         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
16725           Source pad has fixed caps. If we don't set this, bad
16726           things happen when the window is resized.
16727
16728 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16729
16730         * gst/matroska/Makefile.am:
16731         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16732         (gst_matroska_demux_handle_src_event):
16733         * gst/matroska/matroska-ids.c:
16734         (gst_matroska_track_init_video_context),
16735         (gst_matroska_track_init_audio_context),
16736         (gst_matroska_track_init_subtitle_context),
16737         (gst_matroska_track_init_complex_context):
16738         * gst/matroska/matroska-ids.h:
16739           Handle case where the TrackType ebml chunk does not come before the
16740           TrackInfoAudio or TrackInfoVideo ebml chunk (#339446). Ignore QoS
16741           events.
16742
16743 2006-04-25  Wim Taymans  <wim@fluendo.com>
16744
16745         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_setcaps):
16746         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
16747         It's codec_data, not codec_info.
16748
16749 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16750
16751         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16752
16753         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16754           Handle codec_data for VfW compatibility codec IDs (#339451)
16755
16756         * gst/matroska/matroska-mux.c:
16757         (gst_matroska_mux_video_pad_setcaps):
16758           Same here, handle codec_data and add additional caps we can handle
16759           now to the pad template (huffyuv, dv and h263 video) (#339451)
16760
16761 2006-04-25  Tim-Philipp Müller  <tim at centricular dot net>
16762
16763         Patch by: Josef Zlomek  <josef dot zlomek at itonis dot tv>
16764
16765         * gst/matroska/matroska-mux.c:
16766         (gst_matroska_mux_create_buffer_header),
16767         (gst_matroska_mux_write_data):
16768           Fix timestamping of B-frames, use signed integers, do
16769           some rounding (#339678).
16770
16771 2006-04-24  Edgard Lima <edgard.lima@indt.org.br>
16772
16773         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_generic_error):
16774         just make it compile with --disable-gst-debug.
16775
16776 2006-04-23  Sebastien Moutte  <sebastien@moutte.net>
16777
16778         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16779         Fix a bad conversion using gst_guint64_to_gdouble.
16780         fabs ((gdouble) demux->index[entry].time - (gdouble) seek_pos) can not be 
16781         replaced by fabs (gst_guint64_to_gdouble (demux->index[entry].time - seek_pos)) as the
16782         difference could be negative. fabs (gst_guint64_to_gdouble (demux->index[entry].time) - 
16783     gst_guint64_to_gdouble (seek_pos)) is the good solution. Thanks to Tim who has seen my 
16784         mistake.
16785
16786 2006-04-21  Sebastien Moutte  <sebastien@moutte.net>
16787
16788         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
16789         Use gst_guint64_to_gdouble for conversions
16790         * win32/vs6/gst_plugins_good.dsw:
16791         * win32/vs6/libgsticydemux.dsp:
16792         Add a project file for icydemux
16793
16794 2006-04-21  Wim Taymans  <wim@fluendo.com>
16795
16796         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16797
16798         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
16799         (gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
16800         When splitting audio chunks, the block alignment is not taken in
16801         consideration, so the smaller chunks could be of size which is 
16802         not a multiple of the block alignment. Fixes #336904
16803
16804 2006-04-21  Wim Taymans  <wim@fluendo.com>
16805
16806         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_convert):
16807         Use scale functions
16808
16809 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16810
16811         * ext/dv/gstdv.c: (plugin_init):
16812           Fix build.
16813
16814 2006-04-21  Tim-Philipp Müller  <tim at centricular dot net>
16815
16816         * gst/debug/progressreport.c: (gst_progress_report_finalize),
16817         (gst_progress_report_class_init), (gst_progress_report_init),
16818         (gst_progress_report_do_query), (gst_progress_report_report),
16819         (gst_progress_report_set_property),
16820         (gst_progress_report_get_property):
16821           Add 'format' property to force querying to a particular format.
16822
16823 2006-04-21  Andy Wingo  <wingo@pobox.com>
16824
16825         * ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at
16826         best, on big endian systems. Drop its rank in that case. OTOH on
16827         x86 it's quite fine. See changes from today in gst-ffmpeg as well.
16828
16829 2006-04-21  Michael Smith  <msmith@fluendo.com>
16830
16831         * configure.ac:
16832         * gst/icydemux/Makefile.am:
16833         * gst/icydemux/gsticydemux.c: (gst_icydemux_get_type),
16834         (gst_icydemux_base_init), (gst_icydemux_class_init),
16835         (gst_icydemux_reset), (gst_icydemux_init),
16836         (gst_icydemux_sink_setcaps), (gst_icydemux_dispose),
16837         (gst_icydemux_add_srcpad), (gst_icydemux_remove_srcpad),
16838         (unicodify), (gst_icydemux_unicodify),
16839         (gst_icydemux_parse_and_send_tags),
16840         (gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
16841         (gst_icydemux_chain), (gst_icydemux_change_state),
16842         (gst_icydemux_send_tag_event), (plugin_init):
16843         * gst/icydemux/gsticydemux.h:
16844         * tests/check/Makefile.am:
16845         * tests/check/elements/icydemux.c: (typefind_succeed),
16846         (plugin_init), (icydemux_found_pad), (create_icydemux),
16847         (cleanup_icydemux), (push_data), (GST_START_TEST),
16848         (icydemux_suite), (main):
16849           Add icydemux, and tests.
16850
16851 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16852
16853         * ext/flac/gstflacdec.c: (gst_flac_dec_loop):
16854           Post SEGMENT_DONE message in TIME format.
16855
16856 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16857
16858         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16859
16860         * gst/avi/gstavidemux.c: (gst_avi_demux_peek_tag),
16861         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan):
16862           Fix index creation when we have to scan the file to create
16863           an index. There may be other types of RIFF 'LIST' chunks than
16864           'movi' and we need to skip them properly as well or we'll end up
16865           reading garbage (#336889). Some other cosmetic changes.
16866           
16867 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16868
16869         * ext/flac/gstflacdec.c: (gst_flac_dec_loop),
16870         (gst_flac_dec_handle_seek_event):
16871           Add support for segment seeks (fixes #338290). Also demote
16872           some recurring debug message from DEBUG to LOG level.
16873
16874 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16875
16876         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
16877         (gst_matroskademux_do_index_seek),
16878         (gst_matroska_demux_handle_seek_event),
16879         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
16880         * gst/matroska/matroska-ids.h:
16881           Set DISCONT flag on first buffer after a discontinuity.
16882           Fix newsegment events sent when seeking and honour KEY_UNIT
16883           seek flag. Create pad with bogus caps if we don't recognise
16884           the stream codec id.
16885
16886         * gst/matroska/matroska-demux.h:
16887           Fix GObject macros.
16888
16889 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16890
16891         Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
16892
16893         * gst/matroska/matroska-demux.c:
16894         (gst_matroska_demux_handle_seek_event), (gst_matroska_demux_loop):
16895           Handle end of segment properly when set; don't dead-lock when
16896           posting start of segment message when doing a segment seek.
16897           Fixes #338810.
16898
16899 2006-04-20  Tim-Philipp Müller  <tim at centricular dot net>
16900
16901         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
16902         (gst_matroska_demux_plugin_init):
16903           Make mpeg2 aac audio work: create artificial private codec data
16904           chunk which faad2 seems to require, just as we do for mpeg4 aac.
16905           Also call gst_riff_init(). Partially fixes #338767.
16906
16907 2006-04-19  Tim-Philipp Müller  <tim at centricular dot net>
16908
16909         * gst/wavenc/gstwavenc.c: (gst_wavenc_base_init),
16910         (gst_wavenc_class_init), (gst_wavenc_init),
16911         (gst_wavenc_create_header_buf), (gst_wavenc_push_header),
16912         (gst_wavenc_sink_setcaps), (get_id_from_name), (gst_wavenc_event),
16913         (gst_wavenc_chain), (gst_wavenc_change_state):
16914         * gst/wavenc/gstwavenc.h:
16915           Set caps on first outgoing buffer, so that it doesn't error out
16916           immediately with a non-negotiated error (#338716). Rewrite and
16917           clean up a bit; fix setcaps function to parse things properly;
16918           fix sink caps (8bit audio is unsigned and doesn't have depth);
16919           use boilerplate macros; remove unused properties stuff.
16920
16921 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16922
16923         * ext/gdk_pixbuf/gstgdkpixbuf.c:
16924           Leave JPEG decoding to our jpegdec plugin. gdkpixbufdec cannot
16925           handle MJPEG streams and might be autoplugged for those if the
16926           user doesn't have jpegdec installed (resulting in a cryptic error
16927           message about huffman tables). Better to disable JPEG decoding here
16928           and let the user figure out that she needs to install jpegdec.
16929
16930 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16931
16932         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
16933         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
16934         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_chain):
16935         * ext/gdk_pixbuf/gstgdkpixbuf.h:
16936           Make work with packetised/framed input (e.g. png-in-quicktime). Use
16937           GST_ELEMENT_ERROR when we return GST_FLOW_ERROR. Add some
16938           GST_DEBUG_FUNCPTR here and there. Use GST_LOG for recurring
16939           debug messages. Fix boilerplate macros.
16940
16941 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16942
16943         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16944         (gst_gdk_pixbuf_set_property), (gst_gdk_pixbuf_get_property):
16945           No need to special-case for Gdk-2.0 any longer, we require
16946           Gdk 2.2 or newer; minor clean-ups.
16947
16948 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16949
16950         * ext/shout2/gstshout2.c: (gst_shout2send_base_init),
16951         (gst_shout2send_class_init), (gst_shout2send_init),
16952         (set_shout_metadata), (gst_shout2send_set_metadata),
16953         (gst_shout2send_event), (gst_shout2send_start),
16954         (gst_shout2send_connect), (gst_shout2send_stop),
16955         (gst_shout2send_render), (gst_shout2send_set_property),
16956         (gst_shout2send_get_property), (gst_shout2send_setcaps),
16957         (plugin_init):
16958         * ext/shout2/gstshout2.h:
16959         * po/POTFILES.in:
16960           Rewrite a bit: use GstBaseSink::start and stop instead of a state
16961           change function; use GST_ELEMENT_ERROR for error reporting, not
16962           g_error() or GST_ERROR(); don't unref caps in setcaps function,
16963           will cause crashes or assertion failures; remove (unused) "sync"
16964           property, basesink already has such a property; misc. other
16965           minor fixes and cleanups.
16966
16967 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         * ext/esd/esdsink.c: (gst_esdsink_open), (gst_esdsink_prepare):
16970         * ext/esd/gstesd.c: (plugin_init):
16971         * po/POTFILES.in:
16972           Add translatable error message for when we cannot
16973           connect to the sound server, as "Cannot open resource
16974           for writing" isn't really an acceptable message to show
16975           to the user in this case.
16976
16977 2006-04-18  Tim-Philipp Müller  <tim at centricular dot net>
16978
16979         * sys/oss/gst-i18n-plugin.h:
16980           Remove bogus file that doesn't belong here.
16981
16982 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16983
16984         Patch by: Philippe Valembois
16985
16986         * ext/shout2/gstshout2.c: (gst_shout2send_init),
16987         (gst_shout2send_set_metadata), (gst_shout2send_event),
16988         (gst_shout2send_render), (gst_shout2send_change_state):
16989         * ext/shout2/gstshout2.h:
16990           Handle tags being received before the connection to
16991           the server is established properly (see #338636).
16992
16993 2006-04-17  Tim-Philipp Müller  <tim at centricular dot net>
16994
16995         * ext/shout2/gstshout2.c: (gst_shout2send_render):
16996           Don't crash in case the connection to the server fails:
16997           don't set pointer to NULL by assigning FALSE; error out
16998           properly by using GST_ELEMENT_ERROR and returning
16999           GST_FLOW_ERROR (fixes #338636). Lastly, free connection
17000           before resetting the pointer.
17001
17002 2006-04-17  Jan Schmidt  <thaytan@mad.scientist.com>
17003
17004         * gst/id3demux/id3tags.c:
17005         Recognise TCO (Genre) tags in ID3v2.2. Patch by Alex Lancaster
17006         (Fixes #338713)
17007
17008 2006-04-12  Wim Taymans  <wim@fluendo.com>
17009
17010         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17011         (gst_gdk_pixbuf_get_capslist), (gst_gdk_pixbuf_sink_getcaps),
17012         (gst_gdk_pixbuf_class_init), (gst_gdk_pixbuf_init),
17013         (gst_gdk_pixbuf_flush), (gst_gdk_pixbuf_sink_event),
17014         (gst_gdk_pixbuf_chain):
17015         Some cleanups.
17016         Added RGBA as a possible output format.
17017         Correctly free the supported mimetypes.
17018         deprecate silent arg, it's not used.
17019         Return result from _alloc_buffer to peer.
17020
17021 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17022
17023         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_process):
17024           Don't leak memory allocated by gst_buffer_new_and_alloc() by
17025           overwriting GST_BUFFER_MALLOCDATA.
17026
17027 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
17028
17029         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17030         (user_endrow_callback), (user_end_callback),
17031         (gst_pngdec_caps_create_and_set), (gst_pngdec_chain),
17032         (gst_pngdec_sink_setcaps), (gst_pngdec_sink_event),
17033         (gst_pngdec_libpng_clear), (gst_pngdec_change_state):
17034         * ext/libpng/gstpngdec.h:
17035           Handle more than one frame if the content is framed,
17036           like with png-in-quicktime (#331917).
17037
17038 2006-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17039
17040         * sys/oss/Makefile.am:
17041         * sys/oss/common.h:
17042         * sys/oss/gstosssink.c: (gst_oss_sink_init), (gst_oss_sink_open),
17043         (gst_oss_sink_prepare), (gst_oss_sink_unprepare):
17044         * sys/oss/gstosssrc.c: (gst_oss_src_prepare),
17045         (gst_oss_src_unprepare):
17046           - the user-visible error strings were in the wrong category
17047           - and the messages were not marked for translation
17048           - which is actually a good thing, because they were exactly
17049             the kind of message you would never want anyone to see
17050           - the macros were using variables that didn't exist in the macro
17051             arguments
17052           - and they were obviously copied from each other and then modified
17053           - so a common header makes sense
17054
17055 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17056
17057         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17058           Don't try to modify read-only data.
17059
17060         * gst/matroska/matroska-demux.c:
17061         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
17062           Fix comment (won't crash any longer now).
17063
17064 2006-04-10  Michael Smith  <msmith@fluendo.com>
17065
17066         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_set_header_on_caps):
17067           Use copies of header buffers for caps to avoid circular refcounting
17068           problems (as in theoradec, vorbisdec).
17069
17070         * tests/check/elements/cmmldec.c: (GST_START_TEST):
17071           Fix a typo in test that meant it was testing the wrong thing.
17072
17073         * tests/check/elements/cmmlenc.c: (check_headers):
17074           Fix refcount checks now that we use buffer-copies for caps.
17075
17076 2006-04-10  Tim-Philipp Müller  <tim at centricular dot net>
17077
17078         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init),
17079         (gst_matroska_demux_handle_seek_event),
17080         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
17081         (gst_matroska_demux_subtitle_caps),
17082         (gst_matroska_demux_plugin_init):
17083           Use static pad templates with ANY caps for audio and video
17084           source pads and get rid of a lot of unnecessary (and partially
17085           broken) code for the template caps. Clean up caps finding
17086           functions. Fixes playback of audio files/streams that do not
17087           contain the sample rate and/or number of channels in the audio
17088           context (happens a lot with vorbis/mp3 .mka files it seems).
17089           Fixes #337183.
17090           Also add myself to copyright holders.
17091
17092 2006-04-10  Michael Smith  <msmith@fluendo.com>
17093
17094         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
17095           Use g_list_delete_link () instead of g_list_remove_link () so that
17096           we free the link as well as the contained data.
17097
17098 2006-04-10  Wim Taymans  <wim@fluendo.com>
17099
17100         Patch by: Ryan Lortie (desrt) <desrt at destr dot ca>
17101
17102         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_superindex),
17103         (gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
17104         (gst_avi_demux_stream_header):
17105         Fix some crashers with empty chunks. (Fixes #337749)
17106
17107 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
17108
17109         * gst/level/gstlevel.c: (gst_level_set_caps),(gst_level_transform_ip):
17110           use G_GINT64_CONSTANT for INT64 constants
17111         * gst/videofilter/gstvideobalance.c:
17112           define rint for WIN32 #define rint(x) (floor((x)+0.5))
17113         * win32/vs6/libgstavi.dsp:
17114          add missing libraries for the link and remove avimux.c from
17115          the project as it isn't ported to 0.10 yet
17116         
17117 2006-04-09  Tim-Philipp Müller  <tim at centricular dot net>
17118
17119         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17120           Even better would be if we actually did the right thing
17121           here (also, G_GUINT64_CONSTANT only exists since GLib-2.10).
17122
17123 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17124
17125         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
17126           Can't just replace 1LL with 1L here just because MSVC doesn't
17127           support it, as it might lead to incorrect results when doing the
17128           bitshifting here. Using GLib's G_GUINT64_CONSTANT() macro to
17129           force a 64-bit constant in a way that all compilers are happy with.
17130
17131 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17132
17133         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17134         * ext/esd/esdsink.c: (gst_esdsink_class_init):
17135         * ext/flac/gstflactag.c: (gst_flac_tag_class_init):
17136         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_class_init):
17137         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17138         * ext/jpeg/gstsmokedec.c: (gst_smokedec_class_init):
17139         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init):
17140         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init):
17141         * ext/libmng/gstmngdec.c: (gst_mngdec_class_init):
17142         * ext/libmng/gstmngenc.c: (gst_mngenc_class_init):
17143         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init):
17144         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
17145         * ext/mikmod/gstmikmod.c: (gst_mikmod_class_init):
17146         * ext/shout2/gstshout2.c: (gst_shout2send_class_init):
17147         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17148         * gst/alpha/gstalpha.c: (gst_alpha_class_init):
17149         * gst/avi/gstavimux.c: (gst_avimux_class_init):
17150         * gst/debug/efence.c: (gst_efence_class_init):
17151         * gst/debug/negotiation.c: (gst_negotiation_class_init):
17152         * gst/flx/gstflxdec.c: (gst_flxdec_class_init):
17153         * gst/goom/gstgoom.c: (gst_goom_class_init):
17154         * gst/id3demux/gstid3demux.c: (gst_id3demux_class_init):
17155         * gst/interleave/deinterleave.c: (deinterleave_class_init):
17156         * gst/interleave/interleave.c: (interleave_class_init):
17157         * gst/law/alaw-decode.c: (gst_alawdec_class_init):
17158         * gst/law/alaw-encode.c: (gst_alawenc_class_init):
17159         * gst/law/mulaw-encode.c: (gst_mulawenc_class_init):
17160         * gst/median/gstmedian.c: (gst_median_class_init):
17161         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
17162         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init):
17163         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_class_init):
17164         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_class_init):
17165         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_class_init):
17166         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_class_init):
17167         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init):
17168         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_class_init):
17169         * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_class_init):
17170         * gst/rtp/gstrtpgsmpay.c: (gst_rtp_gsm_pay_class_init):
17171         * gst/rtp/gstrtph263pay.c: (gst_rtp_h263_pay_class_init):
17172         * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_class_init):
17173         * gst/rtp/gstrtph263ppay.c: (gst_rtp_h263p_pay_class_init):
17174         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init):
17175         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_class_init):
17176         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init):
17177         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_class_init):
17178         * gst/rtp/gstrtpmpapay.c: (gst_rtp_mpa_pay_class_init):
17179         * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_class_init):
17180         * gst/rtp/gstrtppcmapay.c: (gst_rtp_pcma_pay_class_init):
17181         * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_class_init):
17182         * gst/rtp/gstrtppcmupay.c: (gst_rtp_pcmu_pay_class_init):
17183         * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_class_init):
17184         * gst/rtp/gstrtpspeexpay.c: (gst_rtp_speex_pay_class_init):
17185         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init):
17186         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_class_init):
17187         * gst/smpte/gstsmpte.c: (gst_smpte_class_init):
17188         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17189         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
17190         * gst/udp/gstudpsink.c: (gst_udpsink_class_init):
17191         * gst/videomixer/videomixer.c: (gst_videomixer_class_init):
17192         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
17193         * sys/oss/gstossdmabuffer.c: (gst_ossdmabuffer_class_init):
17194         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
17195         * sys/osxaudio/gstosxaudioelement.c:
17196         (gst_osxaudioelement_class_init):
17197         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_class_init):
17198         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_class_init):
17199         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_class_init):
17200         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
17201
17202 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17203
17204         * ext/mikmod/gstmikmod.h:
17205         * gst/level/gstlevel.h:
17206         Fix more broken GObject macros
17207
17208 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
17209
17210         * ext/annodex/gstcmmldec.h:
17211         * ext/annodex/gstcmmlenc.h:
17212         * ext/annodex/gstcmmltag.h:
17213         * ext/cairo/gsttextoverlay.h:
17214         * ext/ladspa/gstsignalprocessor.h:
17215         * gst/matroska/ebml-read.h:
17216         * gst/matroska/ebml-write.h:
17217         * sys/osxaudio/gstosxaudioelement.h:
17218         Fix broken GObject macros
17219
17220 2006-04-08  Tim-Philipp Müller  <tim at centricular dot net>
17221
17222         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17223           Don't try to seek beyond the end of the file (would
17224           occasionally display error dialogs in totem when seeking
17225           to the end) (#335869). Will still throw an error though
17226           if the file is truncated and the total_samples value in
17227           the stream header is wrong.
17228
17229 2006-04-07  Tim-Philipp Müller  <tim at centricular dot net>
17230
17231         * ext/flac/gstflacdec.c: (gst_flac_calculate_crc8),
17232         (gst_flac_dec_scan_got_frame), (gst_flac_dec_scan_for_last_block),
17233         (gst_flac_dec_metadata_callback):
17234         * ext/flac/gstflacdec.h:
17235           If the stream header doesn't contain the total number of samples,
17236           search for the last flac frame at the end of the file and calculate
17237           the total duration from that frame's offset (fixes #337609).
17238
17239 2006-04-07  Edward Hervey  <edward@fluendo.com>
17240
17241         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream):
17242         Don't unref the GstPadTemplate returned by
17243         gst_element_class_get_pad_template().
17244
17245 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17246
17247         Patch by: Brian Cameron  <brian dot cameron at sun dot com>
17248
17249         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init),
17250         (gst_sunaudiosink_prepare), (gst_sunaudiosink_write):
17251         * sys/sunaudio/gstsunaudiosink.h:
17252           Use spec->segsize and spec->segtotal in the prepare function
17253           to initialise the ring buffer instead of using the buffer-time
17254           property (#337421).
17255
17256 2006-04-06  Tim-Philipp Müller  <tim at centricular dot net>
17257
17258         * configure.ac:
17259           Bump core requirements to CVS for gst_pad_query_peer_duration()
17260           which is used by speexdec.
17261
17262 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
17263
17264         * ext/speex/gstspeex.c: (plugin_init):
17265         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
17266         (gst_speex_dec_reset), (gst_speex_dec_init), (speex_dec_convert),
17267         (speex_get_sink_query_types), (speex_dec_sink_query),
17268         (speex_get_src_query_types), (speex_dec_src_query),
17269         (speex_dec_src_event), (speex_dec_sink_event),
17270         (speex_dec_chain_parse_header), (speex_dec_chain_parse_comments),
17271         (speex_dec_chain_parse_data), (speex_dec_chain),
17272         (gst_speex_dec_get_property), (gst_speex_dec_set_property),
17273         (speex_dec_change_state):
17274         * ext/speex/gstspeexdec.h:
17275           Fix seeking and duration queries (#337033); clean up and
17276           refactor a bit.
17277
17278 2006-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17279
17280         * ext/raw1394/gstdv1394src.c:
17281           distinguish between device not found and could not open for
17282           reading
17283
17284 2006-04-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17285
17286         * Makefile.am:
17287         * configure.ac:
17288         * pkgconfig/.cvsignore:
17289         * pkgconfig/Makefile.am:
17290         * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in:
17291           add a .pc file so other modules can use good plugins in tests
17292
17293 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17294
17295         * configure.ac:
17296           clean up, use AS_VERSION and AS_NANO
17297         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
17298           use PACKAGE_VERSION define
17299         * po/af.po:
17300         * po/az.po:
17301         * po/cs.po:
17302         * po/en_GB.po:
17303         * po/hu.po:
17304         * po/it.po:
17305         * po/nb.po:
17306         * po/nl.po:
17307         * po/or.po:
17308         * po/sq.po:
17309         * po/sr.po:
17310         * po/sv.po:
17311         * po/uk.po:
17312         * po/vi.po:
17313           updated
17314
17315 2006-03-31  Sebastien Moutte  <sebastien@moutte.net>
17316
17317         * ext\jpeg\smokecodec.c:
17318           use of GST_DEBUG instead of DEBUG(a...) for WIN32
17319         * ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
17320           move first instruction after all variables declarations
17321         * gst\alpha\gstalpha.c:
17322         * gst\effectv\gstshagadelic.c:
17323         * gst\smpte\paint.c:
17324         * gst\videofilter\gstvideobalance.c:
17325           define M_PI if it's not defined (it's not defined on WIN32)
17326         * gst\cutter\gstcutter.c: (gst_cutter_chain):
17327         * gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
17328         * gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
17329         * gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info), 
17330         (gst_matroska_demux_video_caps):
17331         * gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
17332         * gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
17333           use gst_guint64_to_gdouble for conversions
17334         * gst\goom\filters.c: (setPixelRGB_):
17335           fix a debug which was using undefined variable
17336         * gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
17337         * gst\matroska\ebml-read.c: (gst_ebml_read_sint):
17338           replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
17339         * win32/vs6:
17340           add vs6 projects files for most of plugins-good
17341         
17342 2006-03-30  j^  <j@bootlab.org>
17343
17344         * ext/aalib/gstaasink.c:
17345         * ext/annodex/gstcmmldec.c:
17346         * ext/annodex/gstcmmlenc.c:
17347         * ext/cairo/gsttextoverlay.c:
17348         * ext/cairo/gsttimeoverlay.c:
17349         * ext/cdio/gstcdiocddasrc.c:
17350         * ext/dv/gstdvdec.c:
17351         * ext/esd/esdmon.c:
17352         * ext/esd/esdsink.c:
17353         * ext/flac/gstflacdec.c:
17354         * ext/flac/gstflacenc.c:
17355         * ext/flac/gstflactag.c:
17356         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_base_init):
17357         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init):
17358         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_base_init):
17359         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init):
17360         * ext/gdk_pixbuf/gstgdkpixbuf.c:
17361         * ext/gdk_pixbuf/pixbufscale.c:
17362         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init):
17363         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init):
17364         * ext/jpeg/gstjpegdec.c:
17365         * ext/jpeg/gstjpegenc.c:
17366         * ext/jpeg/gstsmokedec.c:
17367         * ext/jpeg/gstsmokeenc.c:
17368         * ext/libcaca/gstcacasink.c:
17369         * ext/libmng/gstmngdec.c:
17370         * ext/libmng/gstmngenc.c:
17371         * ext/libpng/gstpngdec.c:
17372         * ext/libpng/gstpngenc.c:
17373         * ext/mikmod/gstmikmod.c:
17374         * ext/raw1394/gstdv1394src.c:
17375         * ext/shout2/gstshout2.c:
17376         * ext/speex/gstspeexdec.c:
17377         * ext/speex/gstspeexenc.c:
17378         * gst/alpha/gstalpha.c:
17379         * gst/alpha/gstalphacolor.c:
17380         * gst/auparse/gstauparse.c:
17381         * gst/autodetect/gstautoaudiosink.c:
17382         (gst_auto_audio_sink_base_init):
17383         * gst/autodetect/gstautovideosink.c:
17384         (gst_auto_video_sink_base_init):
17385         * gst/avi/gstavimux.c: (gst_avimux_base_init):
17386         * gst/cutter/gstcutter.c:
17387         * gst/debug/breakmydata.c:
17388         * gst/debug/efence.c:
17389         * gst/debug/gstnavigationtest.c:
17390         * gst/debug/negotiation.c:
17391         * gst/debug/progressreport.c:
17392         * gst/debug/testplugin.c:
17393         * gst/effectv/gstaging.c:
17394         * gst/effectv/gstdice.c:
17395         * gst/effectv/gstedge.c:
17396         * gst/effectv/gstquark.c:
17397         * gst/effectv/gstrev.c:
17398         * gst/effectv/gstvertigo.c:
17399         * gst/effectv/gstwarp.c:
17400         * gst/flx/gstflxdec.c:
17401         * gst/goom/gstgoom.c:
17402         * gst/interleave/deinterleave.c:
17403         * gst/interleave/interleave.c:
17404         * gst/law/alaw-decode.c: (gst_alawdec_base_init):
17405         * gst/law/alaw-encode.c: (gst_alawenc_base_init):
17406         * gst/law/mulaw-decode.c: (gst_mulawdec_base_init):
17407         * gst/law/mulaw-encode.c: (gst_mulawenc_base_init):
17408         * gst/level/gstlevel.c:
17409         * gst/matroska/matroska-demux.c: (gst_matroska_demux_base_init):
17410         * gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init):
17411         * gst/median/gstmedian.c:
17412         * gst/monoscope/gstmonoscope.c:
17413         * gst/multipart/multipartdemux.c:
17414         * gst/multipart/multipartmux.c:
17415         * gst/oldcore/gstmd5sink.c:
17416         * gst/oldcore/gstmultifilesrc.c:
17417         * gst/oldcore/gstpipefilter.c:
17418         * gst/oldcore/gstshaper.c:
17419         * gst/oldcore/gststatistics.c:
17420         * gst/rtp/gstasteriskh263.c:
17421         * gst/rtp/gstrtpL16depay.c:
17422         * gst/rtp/gstrtpL16pay.c:
17423         * gst/rtp/gstrtpamrdepay.c:
17424         * gst/rtp/gstrtpamrpay.c:
17425         * gst/rtp/gstrtpdepay.c:
17426         * gst/rtp/gstrtpgsmpay.c:
17427         * gst/rtp/gstrtph263pay.c:
17428         * gst/rtp/gstrtph263pdepay.c:
17429         * gst/rtp/gstrtph263ppay.c:
17430         * gst/rtp/gstrtpmp4gpay.c:
17431         * gst/rtp/gstrtpmp4vdepay.c:
17432         * gst/rtp/gstrtpmp4vpay.c:
17433         * gst/rtp/gstrtpmpadepay.c:
17434         * gst/rtp/gstrtpmpapay.c:
17435         * gst/rtp/gstrtppcmadepay.c:
17436         * gst/rtp/gstrtppcmapay.c:
17437         * gst/rtp/gstrtppcmudepay.c:
17438         * gst/rtp/gstrtppcmupay.c:
17439         * gst/rtp/gstrtpspeexdepay.c:
17440         * gst/rtp/gstrtpspeexpay.c:
17441         * gst/rtsp/gstrtpdec.c:
17442         * gst/smpte/gstsmpte.c:
17443         * gst/videobox/gstvideobox.c:
17444         * gst/videofilter/gstgamma.c: (gst_gamma_base_init):
17445         * gst/videofilter/gstvideobalance.c:
17446         * gst/videofilter/gstvideoflip.c:
17447         * gst/videofilter/gstvideotemplate.c:
17448         (gst_videotemplate_base_init):
17449         * gst/videomixer/videomixer.c:
17450         * gst/wavenc/gstwavenc.c:
17451         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init):
17452          better/unified long descriptions
17453          Fixed #336602
17454          Some cleanups to auparse, don't send multiple newsegments.
17455
17456 2006-03-29  Wim Taymans  <wim@fluendo.com>
17457
17458         From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl>
17459
17460         * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init),
17461         (gst_dvdemux_reset), (gst_dvdemux_src_convert),
17462         (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop),
17463         (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state):
17464         * ext/dv/gstdvdemux.h:
17465         Seek in READY patch. Only works for pull based mode.
17466         Fixes #323880
17467
17468 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
17469
17470         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_flush),
17471         (gst_gdk_pixbuf_event):
17472           Fix two crashers: don't unref the same caps twice, and
17473           set pixbuf loader to NULL after freeing it.
17474
17475 2006-03-27  Wim Taymans  <wim@fluendo.com>
17476
17477         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
17478         (gst_speexenc_finalize), (gst_speexenc_sink_setcaps),
17479         (gst_speexenc_chain):
17480         * ext/speex/gstspeexenc.h:
17481         Don't leak adapter.
17482         A push *always* takes ownership of the buffer, even on
17483         errors.
17484         Small cleanups.
17485
17486 2006-03-26  Tim-Philipp Müller  <tim at centricular dot net>
17487
17488         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
17489           Create source pad without leaking.
17490
17491 2006-03-24  Wim Taymans  <wim@fluendo.com>
17492
17493         * ext/flac/gstflacdec.c: (gst_flac_dec_handle_seek_event):
17494         * ext/flac/gstflacdec.h:
17495         * ext/flac/gstflacenc.h:
17496         Spifify a bit.
17497         Fix deadly lock order error in seeking code, STREAM_LOCK
17498         cannot be taken within LOCK and the streaming variables are
17499         protected with the STREAM_LOCK anyway.
17500
17501 2006-03-24  Wim Taymans  <wim@fluendo.com>
17502
17503         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_index),
17504         (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
17505         (gst_avi_demux_massage_index), (gst_avi_demux_handle_seek):
17506         this patch combines the global init_frames with the stream
17507         init_frames. Rationale being that the global delay should 
17508         be subtracted from any stream delay.
17509         Fixes #335858.
17510
17511 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
17512
17513         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init):
17514         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
17515         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17516         * gst/videomixer/videomixer.c: (gst_videomixer_init):
17517         use DEBUG_FUNCPTR for collectpads
17518
17519 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
17520
17521         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init), (gst_jpegenc_chain):
17522           Don't crash when encoding images where the number of rows isn't
17523           a multiple of 2*DCTSIZE. Add some GST_DEBUG_FUNCPTR.
17524
17525 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17526
17527         * ext/speex/gstspeexdec.c: (speex_dec_change_state):
17528         * gst/interleave/deinterleave.c: (deinterleave_change_state):
17529         * gst/interleave/interleave.c: (interleave_change_state):
17530         * gst/wavenc/gstwavenc.c: (gst_wavenc_change_state):
17531           More state change function fixes.
17532
17533 2006-03-23  Wim Taymans  <wim@fluendo.com>
17534
17535         * ext/esd/esdsink.c: (gst_esdsink_class_init),
17536         (gst_esdsink_getcaps), (gst_esdsink_open), (gst_esdsink_close),
17537         (gst_esdsink_prepare), (gst_esdsink_unprepare),
17538         (gst_esdsink_delay), (gst_esdsink_reset):
17539         * ext/esd/esdsink.h:
17540         Fix esd choppy playback by configuring audiosink
17541         correctly. Fixes #325191
17542
17543 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17544
17545         * ext/libpng/gstpngdec.c: (gst_pngdec_change_state):
17546           Make state change function thread-safe.
17547
17548 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17549
17550         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_upstream_size),
17551         (gst_wavparse_stream_headers), (gst_wavparse_stream_data):
17552           Don't try to read beyond the end of the file just because
17553           the header claims a bigger size (like with truncated files).
17554
17555 2006-03-23  Tim-Philipp Müller  <tim at centricular dot net>
17556
17557         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17558         (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad),
17559         (gst_wavparse_stream_data), (gst_wavparse_loop):
17560         * gst/wavparse/gstwavparse.h:
17561           Delay source pad creation until we have the first chunk of
17562           media data, so the we can examine the data and adjust the
17563           caps accordingly if required. This makes playback of .wav
17564           files with DTS-declared-as-PCM content work (#313266).
17565
17566 2006-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
17567
17568         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17569         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain):
17570         Don't attempt typefinding on too-short buffers that have been
17571         completely trimmed away. (Fixes #330239)
17572
17573         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
17574         Improve the debug output
17575
17576 2006-03-21  Wim Taymans  <wim@fluendo.com>
17577
17578         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17579         (gst_esdsink_finalize), (gst_esdsink_getcaps), (gst_esdsink_open),
17580         (gst_esdsink_close), (gst_esdsink_prepare), (gst_esdsink_write),
17581         (gst_esdsink_set_property), (gst_esdsink_get_property):
17582         Some cleanups.
17583         Reset fd to -1 when we close them.
17584
17585 2006-03-21  Wim Taymans  <wim@fluendo.com>
17586
17587         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_open):
17588         the OPTIONS request result is optional so don't
17589         fail on it.
17590
17591 2006-03-21  Edward Hervey  <edward@fluendo.com>
17592
17593         * gst/apetag/gsttagdemux.c: (gst_tag_demux_reset):
17594         * gst/id3demux/gstid3demux.c: (gst_id3demux_reset):
17595         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
17596         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17597         (gst_wavparse_change_state):
17598         gcc 4.1 unreferenced pointer fixes.
17599
17600 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
17601
17602         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17603
17604         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek):
17605           Fix block alignment calculation. Alignment should be done before
17606           adding the byte offset where the data starts (#335231).
17607
17608 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17609
17610         * gst/matroska/ebml-write.c: (gst_ebml_write_element_push):
17611           Ensure that we set correct caps on buffers that are transferred
17612           direct from the input.
17613
17614 2006-03-20  Jan Schmidt  <thaytan@mad.scientist.com>
17615
17616         * gst/goom/filters.c: (zoomFilterDestroy):
17617         * gst/goom/goom_core.c: (goom_close):
17618           Free filter data when cleaning up. (Fixes: #334995)
17619
17620 2006-03-17  Tim-Philipp Müller  <tim at centricular dot net>
17621
17622         * configure.ac:
17623           Don't compile udp and rtsp plugins on win32 (mingw) or other
17624           systems that don't have <sys/socket.h> for some reason (#316203).
17625
17626 2006-03-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17627
17628         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),
17629         (gst_dv1394src_discover_avc_node), (gst_dv1394src_start):
17630         * ext/raw1394/gstdv1394src.h:
17631           Change bus reset handler so it reports useful information such as
17632           whether the device being used connected or disconnected
17633
17634 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17635
17636         * gst/id3demux/id3v2frames.c:
17637         (parse_relative_volume_adjustment_two):
17638           We only care about gain and peak data for the master volume.
17639
17640 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
17641
17642         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17643         (parse_id_string), (parse_unique_file_identifier),
17644         (parse_relative_volume_adjustment_two), (id3v2_tag_to_taglist):
17645           Read replay gain tags (#323721).
17646
17647 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
17648
17649         * configure.ac:
17650           Bump requirements to gst-plugins-base CVS because
17651           of buggy gst_tag_from_id3_user_tag() in 0.10.5.
17652
17653 2006-03-15  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
17654
17655         * rtp/gst/gstrtppcmadepay.c:
17656         Fixed one of the caps in the code from mulaw to alaw.
17657
17658 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
17659
17660         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain):
17661           Ensure that we set caps on the buffers we pass.
17662
17663         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
17664         (gst_id3demux_sink_activate):
17665           Ensure that we set caps on the buffers we pass.
17666
17667           Use STREAM, TYPE_NOT_FOUND as the error class when
17668           typefinding fails.
17669
17670 2006-03-15  Edward Hervey  <edward@fluendo.com>
17671
17672         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init):
17673         * ext/dv/gstdvdemux.c: (gst_dvdemux_init), (gst_dvdemux_add_pads):
17674         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
17675         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init),
17676         (gst_jpeg_dec_setcaps):
17677         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
17678         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init):
17679         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_init):
17680         * ext/libmng/gstmngdec.c: (gst_mngdec_init),
17681         (gst_mngdec_src_getcaps):
17682         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
17683         (gst_pngdec_caps_create_and_set):
17684         * ext/libpng/gstpngenc.c: (gst_pngenc_init):
17685         * ext/mikmod/gstmikmod.c: (gst_mikmod_init):
17686         * ext/speex/gstspeexdec.c: (gst_speex_dec_init):
17687         * gst/alpha/gstalpha.c: (gst_alpha_init):
17688         * gst/auparse/gstauparse.c: (gst_au_parse_init):
17689         * gst/avi/gstavidemux.c: (gst_avi_demux_init),
17690         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream):
17691         * gst/cutter/gstcutter.c: (gst_cutter_init):
17692         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
17693         (gst_efence_checkgetrange):
17694         * gst/debug/negotiation.c: (gst_negotiation_init):
17695         * gst/flx/gstflxdec.c: (gst_flxdec_init):
17696         * gst/goom/gstgoom.c: (gst_goom_init):
17697         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_init):
17698         * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_init):
17699         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_init):
17700         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_init):
17701         * gst/rtp/gstrtpdepay.c: (gst_rtp_depay_init):
17702         * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_init):
17703         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_init):
17704         * gst/smpte/gstsmpte.c: (gst_smpte_init):
17705         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17706         (gst_wavparse_create_sourcepad):
17707         Fix memleak with gst_static_pad_template_get().
17708         This uses gst_pad_new_from_static_template() instead.
17709         Fixes #333512
17710
17711 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17712
17713         * configure.ac:
17714           Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(),
17715           used by id3demux.
17716
17717         * gst/id3demux/gstid3demux.c: (plugin_init):
17718         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
17719         (parse_user_text_identification_frame),
17720         (parse_unique_file_identifier):
17721           Add support for UFID and TXXX frames and extract musicbrainz tags.
17722
17723 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17724
17725         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
17726           Catch short reads, like they might happen with truncated
17727           files (see #305279); remove unnecessary indentation.
17728
17729 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17730
17731         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
17732           Fix DIB image inversion for pictures with a
17733           depth != 8 (#305279).
17734
17735 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
17736
17737         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_class_init),
17738         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
17739         * ext/jpeg/gstjpegdec.h:
17740           Fix durations on outgoing buffers after seeking
17741           in MJPEG files (#334083); some minor clean-ups.
17742
17743 2006-03-13  Wim Taymans  <wim@fluendo.com>
17744
17745         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
17746         (gst_wavparse_change_state):
17747         Implement seek in READY (re-fixes #327658)
17748
17749 2006-03-13  Wim Taymans  <wim@fluendo.com>
17750
17751         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_setcaps):
17752         * ext/esd/esdmon.c: (gst_esdmon_get):
17753         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17754         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_setcaps),
17755         (gst_gdk_pixbuf_sink_getcaps):
17756         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_getcaps),
17757         (gst_jpegenc_setcaps):
17758         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
17759         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_getcaps),
17760         (gst_smokeenc_setcaps):
17761         * ext/libmng/gstmngdec.c: (gst_mngdec_sinklink),
17762         (gst_mngdec_src_getcaps):
17763         * ext/libmng/gstmngenc.c: (gst_mngenc_sinklink),
17764         (gst_mngenc_chain):
17765         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
17766         * ext/mikmod/gstmikmod.c: (gst_mikmod_srclink):
17767         * ext/speex/gstspeexdec.c: (speex_dec_convert),
17768         (speex_dec_src_event), (speex_dec_chain):
17769         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect),
17770         (gst_avimux_audsinkconnect), (gst_avimux_handle_event):
17771         * gst/debug/negotiation.c: (gst_negotiation_getcaps),
17772         (gst_negotiation_pad_link), (gst_negotiation_chain):
17773         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
17774         (gst_flxdec_chain):
17775         * gst/interleave/deinterleave.c: (deinterleave_sink_link),
17776         (deinterleave_chain):
17777         * gst/law/mulaw-encode.c: (mulawenc_setcaps):
17778         * gst/median/gstmedian.c: (gst_median_link):
17779         * gst/monoscope/gstmonoscope.c: (gst_monoscope_srcconnect),
17780         (gst_monoscope_chain):
17781         * gst/rtp/gstrtpL16pay.c: (gst_rtpL16pay_sinkconnect):
17782         * gst/wavenc/gstwavenc.c: (gst_wavenc_sink_setcaps):
17783         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_chain):
17784         * sys/osxaudio/gstosxaudiosrc.c: (gst_osxaudiosrc_get):
17785         close #333784 unref the result of gst_pad_get_parent()
17786         by: Christophe Fergeau.
17787
17788 2006-03-09  Wim Taymans  <wim@fluendo.com>
17789
17790         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
17791         (gst_dvdemux_convert_segment), (gst_dvdemux_demux_frame):
17792         Handle events in push mode better, can now do non-flushing
17793         seeks in push mode as well.
17794
17795 2006-03-07  Wim Taymans  <wim@fluendo.com>
17796
17797         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_class_init):
17798         Applied patch from Kai Vehmanen, fixes #333624.
17799
17800 2006-03-06  Julien MOUTTE  <julien@moutte.net>
17801
17802         * ext/libpng/gstpngdec.c: (gst_pngdec_caps_create_and_set): 
17803         Implement paletted and grayscale png files handling.
17804         (#150363).
17805
17806 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17807
17808         * ext/speex/gstspeexenc.c: (gst_speexenc_set_header_on_caps),
17809         (gst_speexenc_chain):
17810           fix a tag list assert
17811           follow gst-plugins-base/ext/ogg/README; set OFFSET
17812           and OFFSET_END.  Muxes correctly with gst-plugins-base
17813           > 0.9.3
17814
17815 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17816
17817         * gst/id3demux/Makefile.am:
17818         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad),
17819         (gst_id3demux_chain), (gst_id3demux_sink_activate):
17820           Use new typefind helper functions here as well, and
17821           do typefinding in pull-mode if upstream supports that.
17822
17823 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
17824
17825         * sys/sunaudio/gstsunaudiomixerctrl.c:
17826         (gst_sunaudiomixer_ctrl_get_volume),
17827         (gst_sunaudiomixer_ctrl_set_volume):
17828         * sys/sunaudio/gstsunaudiomixertrack.c:
17829         (gst_sunaudiomixer_track_new):
17830           Remove unused variables, breaks build from CVS
17831           with -Werror (#333392, patch by: Benjamin Pineau)
17832
17833 2006-03-03  Wim Taymans  <wim@fluendo.com>
17834
17835         * docs/plugins/Makefile.am:
17836         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17837         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17838         Added wavparse docs.
17839
17840         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
17841         (gst_wavparse_reset), (gst_wavparse_init),
17842         (gst_wavparse_create_sourcepad), (gst_wavparse_parse_file_header),
17843         (gst_wavparse_stream_init), (gst_wavparse_perform_seek),
17844         (gst_wavparse_stream_headers), (gst_wavparse_send_event),
17845         (gst_wavparse_stream_data), (gst_wavparse_loop),
17846         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull),
17847         (gst_wavparse_change_state):
17848         * gst/wavparse/gstwavparse.h:
17849         Implement seek in READY (fixes #327658)
17850         Added docs and did some cleanups.
17851
17852 2006-03-03  Tim-Philipp Müller  <tim at centricular dot net>
17853
17854         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
17855         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
17856         (gst_avi_demux_calculate_durations_from_index),
17857         (gst_avi_demux_stream_header):
17858         * gst/avi/gstavidemux.h:
17859           If we have an index, use a duration based on the index instead
17860           of blindly trusting the information in the stream headers
17861           (fixes #331817).
17862
17863 2006-03-03  Wim Taymans  <wim@fluendo.com>
17864
17865         * docs/plugins/Makefile.am:
17866         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17867         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17868         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17869         Added smoke and jpeg to the docs.
17870
17871         * ext/jpeg/Makefile.am:
17872         * ext/jpeg/gstjpeg.c: (plugin_init):
17873         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
17874         * ext/jpeg/gstjpegenc.h:
17875         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
17876         (gst_smokedec_chain):
17877         * ext/jpeg/gstsmokedec.h:
17878         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
17879         * ext/jpeg/gstsmokeenc.h:
17880         * ext/jpeg/smokecodec.h:
17881         Port smokedec (fixes #331905).
17882         Added some docs.
17883         Some cleanups.
17884
17885 2006-03-03  Wim Taymans  <wim@fluendo.com>
17886
17887         * docs/plugins/Makefile.am:
17888         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17889         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17890         * docs/plugins/gst-plugins-good-plugins.hierarchy:
17891         Added videobalance and videoflip to the docs.
17892
17893         * gst/videofilter/Makefile.am:
17894         * gst/videofilter/gstvideobalance.c:
17895         (gst_video_balance_update_tables_planar411),
17896         (gst_video_balance_is_passthrough),
17897         (gst_video_balance_update_properties), (oil_tablelookup_u8),
17898         (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
17899         (gst_video_balance_transform_ip), (gst_video_balance_base_init),
17900         (gst_video_balance_finalize), (gst_video_balance_class_init),
17901         (gst_video_balance_init), (gst_video_balance_interface_supported),
17902         (gst_video_balance_interface_init),
17903         (gst_video_balance_colorbalance_list_channels),
17904         (gst_video_balance_colorbalance_set_value),
17905         (gst_video_balance_colorbalance_get_value),
17906         (gst_video_balance_colorbalance_init),
17907         (gst_video_balance_set_property), (gst_video_balance_get_property),
17908         (gst_video_balance_get_type), (plugin_init):
17909         * gst/videofilter/gstvideobalance.h:
17910         Ported to 0.10. (Fixes #326160)
17911         Added docs.
17912
17913         * gst/videofilter/gstvideoflip.c:
17914         * gst/videofilter/gstvideoflip.h:
17915         Added docs.
17916
17917 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
17918
17919         * configure.ac:
17920           Bump requirements to current core and -base CVS
17921           (core for new typefind helper API, and -base for the
17922           WAVFORMATEX support that was added to libgstriff and
17923           is needed by wavparse).
17924         
17925         * gst/apetag/Makefile.am:
17926         * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain),
17927         (gst_tag_demux_sink_activate):
17928           Use new typefind helpers for typefinding instead of our
17929           home-grown stuff; also, do typefinding in pull-mode if
17930           upstream supports that.
17931
17932 2006-02-28 Jürg Billeter  <j (at) bitron.ch>
17933
17934         Reviewed by: Christian Schaller <christian@fluendo.com>
17935
17936         This patch fixes bug: 329107
17937
17938         This Changelog entry is for a commit done on February 17
17939
17940         * ext/gconf/gconf.c
17941         * ext/gconf/gconf.h
17942         * ext/gconf/gstgconfaudiosink.c
17943         * ext/gconf/gstgconfaudiosink.h
17944         * gconf/gstreamer.schemas.in
17945
17946 2006-02-28  Wim Taymans  <wim@fluendo.com>
17947
17948         * gst/wavparse/gstwavparse.c: (gst_wavparse_perform_seek),
17949         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
17950         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event),
17951         (gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull):
17952         Use DEBUG_OBJECT more.
17953
17954 2006-02-28  Wim Taymans  <wim@fluendo.com>
17955
17956         * docs/plugins/Makefile.am:
17957         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
17958         * docs/plugins/gst-plugins-good-plugins-sections.txt:
17959         Added dvdec and dvdemux to docs.
17960
17961         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_chain):
17962         Added docs.
17963         Check frame sizes so we don't crash when don't have enough
17964         data.
17965         Send nice error messages on error.
17966
17967         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init),
17968         (gst_dvdemux_class_init), (gst_dvdemux_init),
17969         (gst_dvdemux_finalize), (gst_dvdemux_reset),
17970         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
17971         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
17972         (gst_dvdemux_push_event), (gst_dvdemux_handle_sink_event),
17973         (gst_dvdemux_convert_src_pair), (gst_dvdemux_convert_sink_pair),
17974         (gst_dvdemux_convert_src_to_sink), (gst_dvdemux_handle_push_seek),
17975         (gst_dvdemux_do_seek), (gst_dvdemux_handle_pull_seek),
17976         (gst_dvdemux_handle_src_event), (gst_dvdemux_demux_audio),
17977         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
17978         (gst_dvdemux_flush), (gst_dvdemux_chain), (gst_dvdemux_loop),
17979         (gst_dvdemux_sink_activate_push), (gst_dvdemux_sink_activate_pull),
17980         (gst_dvdemux_sink_activate), (gst_dvdemux_change_state):
17981         * ext/dv/gstdvdemux.h:
17982         Added docs.
17983         Implement pull mode.
17984         Fix memleaks.
17985         Reduce memcpy for the video demuxing.
17986
17987 2006-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
17988
17989         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_sink_event),
17990         (gst_cmml_dec_new_buffer), (gst_cmml_dec_parse_preamble),
17991         (gst_cmml_dec_parse_head), (gst_cmml_dec_push_clip):
17992         * ext/annodex/gstcmmlparser.c: (gst_cmml_parser_parse_chunk):
17993           Add a little extra debug. Make the decoder not return NOT_LINKED,
17994           as we want to continue decoding all CMML and emitting tags.
17995
17996 2006-02-27  Michael Smith  <msmith@fluendo.com>
17997
17998         * ext/annodex/gstskeltag.c:
17999         * ext/annodex/gstskeltag.h:
18000           Deleted; these files aren't used any more either.
18001
18002 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18003
18004         * ext/Makefile.am: Fix dist-check.
18005
18006 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18007
18008         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_push_clip): Fix another
18009         memleak.
18010
18011 2006-02-25  Alessandro Decina <alessandro@nnva.org>
18012
18013         * ext/annodex/Makefile.am:
18014         * ext/annodex/gstannodex.c:
18015         * ext/annodex/gstcmmldec.c:
18016         * ext/annodex/gstcmmlenc.c:
18017         * ext/annodex/gstcmmlparser.c:
18018         * ext/annodex/gstcmmlparser.h:
18019         * ext/annodex/gstcmmlutils.c:
18020         * tests/check/elements/cmmldec.c:
18021         * tests/check/elements/cmmlenc.c:
18022           Fix a memleak in gst_cmml_track_list_add_clip.
18023           Handle overflows in clip's start and end times.
18024           Add the "encoded" parameter to cmmldec and cmmlenc caps.
18025           Do not parse junk at the end of a CMML preamble buffer.
18026           Register a libxml error handler to not print stuff on stderr.
18027           Check for bad clip start and end times in the testsuites.
18028
18029 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18030
18031         * ext/annodex/gstcmmldec.c: (gst_cmml_dec_class_init),
18032         (gst_cmml_dec_finalize), (gst_cmml_dec_change_state):
18033         * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
18034         (gst_cmml_enc_finalize), (gst_cmml_enc_change_state):
18035         * ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_destroy): Fix
18036         possible memleaks.
18037
18038 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18039
18040         * tests/check/Makefile.am:
18041         * tests/check/elements/cmmldec.c:
18042         * tests/check/elements/cmmlenc.c: Fix tests so that they use
18043         the plugins-base tags.
18044
18045 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18046
18047         * ext/Makefile.am: Re-enable module.
18048
18049 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18050
18051         * tests/check/Makefile.am: Forgot to remove that test.
18052
18053 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18054
18055         * ext/annodex/Makefile.am:
18056         * ext/annodex/gstannodex.c: (plugin_init):
18057         * ext/annodex/gstcmmldec.c:
18058         * ext/annodex/gstskeldec.c:
18059         * ext/annodex/gstskeldec.h:
18060         * tests/check/Makefile.am:
18061         * tests/check/elements/skeldec.c: Try to fix Annodex plugin.
18062
18063 2006-02-25  Julien MOUTTE  <julien@moutte.net>
18064
18065         * tests/check/Makefile.am: Disable those checks as well.
18066
18067 2006-02-24  Julien MOUTTE  <julien@moutte.net>
18068
18069         * ext/Makefile.am: Disable annodex for now until we figure out
18070         how to make it build.
18071         * ext/gdk_pixbuf/Makefile.am: Note for Thomas :
18072         Add a rule to your checklist : "please try to at least build 
18073         what you are going to commit into -good, or if you are too lazy
18074         to do that, please check that the buildbots are not crying because
18075         of your commit."
18076
18077 2006-02-24  Edgard Lima  <edgard.lima@indt.org.br>
18078
18079         * configure.ac:
18080         * ext/Makefile.am:
18081         * ext/gdk_pixbuf/Makefile.am:
18082         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18083         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18084         * ext/gdk_pixbuf/pixbufscale.c:
18085         * ext/gdk_pixbuf/pixbufscale.h:
18086           Gdkpixbuf ported from 0.8 to 0.10 by
18087           Renato Filho <renato.filho@indt.org.br>.
18088           gst_loader and gdkpixbufanimation still need port.
18089
18090 2006-02-24  Michael Smith  <msmith@fluendo.com>
18091
18092         * configure.ac:
18093         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18094         * ext/Makefile.am:
18095         * ext/annodex/Makefile.am:
18096         * ext/annodex/gstannodex.c:
18097         * ext/annodex/gstannodex.h:
18098         * ext/annodex/gstcmmldec.c:
18099         * ext/annodex/gstcmmldec.h:
18100         * ext/annodex/gstcmmlenc.c:
18101         * ext/annodex/gstcmmlenc.h:
18102         * ext/annodex/gstcmmlparser.c:
18103         * ext/annodex/gstcmmlparser.h:
18104         * ext/annodex/gstcmmltag.c:
18105         * ext/annodex/gstcmmltag.h:
18106         * ext/annodex/gstcmmlutils.c:
18107         * ext/annodex/gstcmmlutils.h:
18108         * ext/annodex/gstskeldec.c:
18109         * ext/annodex/gstskeldec.h:
18110         * ext/annodex/gstskeltag.c:
18111         * ext/annodex/gstskeltag.h:
18112         * tests/check/Makefile.am:
18113         * tests/check/elements/cmmldec.c:
18114         * tests/check/elements/cmmlenc.c:
18115         * tests/check/elements/skeldec.c:
18116           Add Annodex elements from Alessendro Decina: skeleton and CMML. 
18117           Includes tests & docs, oh my! Passes Thomas's -good checklist
18118           entirely. Wow.
18119
18120 2006-02-24  Michael Smith  <msmith@fluendo.com>
18121
18122         * autogen.sh:
18123           Check for automake 1.9 as well.
18124
18125 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
18126
18127         * ext/flac/gstflacenc.c:
18128           Change min. sample rate to 8kHz to match flacdec's.
18129           
18130 2006-02-23  Tim-Philipp Müller  <tim at centricular dot net>
18131
18132         * ext/cdio/Makefile.am:
18133           Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be
18134           required for Cygwin, see #317048)
18135
18136         * gst/rtp/gstasteriskh263.c:
18137           Cygwin has includes for both the unix network socket API
18138           and the windows API, but only one can be included, so fix
18139           includes to only use one or the other, prefering the unxi
18140           one (#317048).
18141
18142 2006-02-23  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>
18143
18144         * rtp/gst/gstrtppcmadepay.c:
18145         * rtp/gst/gstrtppcmadepay.h:
18146         * rtp/gst/gstgstrtppcmapay.c:
18147         * rtp/gst/gstgstrtppcmapay.h:
18148         * rtp/gst/gstrtppcmudepay.c:
18149         * rtp/gst/gstrtppcmudepay.h:
18150         * rtp/gst/gstrtppcmupay.c:
18151         * rtp/gst/gstrtppcmupay.h:
18152         * rtp/gst/Makefile.am:
18153         * rtp/gst/gstrtp.c:
18154         * rtp/gst/README:
18155         Separated the G711 payloaders/depayloaders into separate elements for
18156         mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
18157
18158 2006-02-22  Wim Taymans  <wim@fluendo.com>
18159
18160         * ext/dv/gstdvdec.c: (gst_dvdec_base_init), (gst_dvdec_init),
18161         (gst_dvdec_change_state):
18162         * ext/dv/gstdvdec.h:
18163         * ext/dv/gstdvdemux.c: (gst_dvdemux_base_init), (gst_dvdemux_init),
18164         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
18165         (gst_dvdemux_src_query), (gst_dvdemux_sink_query),
18166         (gst_dvdemux_handle_sink_event), (gst_dvdemux_demux_frame),
18167         (gst_dvdemux_flush), (gst_dvdemux_chain),
18168         (gst_dvdemux_change_state):
18169         * ext/dv/gstdvdemux.h:
18170         Ueber spiffify some more, added debug category.
18171         Use _scale.
18172         Use segments, respect playback rate from newsegment.
18173         Fix refcount issue.
18174
18175 2006-02-20  Jan Schmidt  <thaytan@mad.scientist.com>
18176
18177         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
18178         (gst_signal_processor_process):
18179         Fix compilation of LADPSA. It doesn't seem to work, and isn't
18180         enabled for the build, but it helps me win the feature-count
18181         competitions ooh yeah.
18182
18183 2006-02-19  Wim Taymans  <wim@fluendo.com>
18184
18185         * gst/avi/gstavidemux.c: (gst_avi_demux_src_convert),
18186         (gst_avi_demux_handle_src_query), (gst_avi_demux_handle_src_event),
18187         (gst_avi_demux_parse_file_header), (gst_avi_demux_stream_init),
18188         (gst_avi_demux_parse_avih), (gst_avi_demux_parse_superindex),
18189         (gst_avi_demux_parse_subindex), (gst_avi_demux_parse_stream),
18190         (gst_avi_demux_stream_header), (gst_avi_demux_change_state):
18191         Use scaling code for added precission and more correct stop
18192         position in case scale==0.
18193
18194 2006-02-19  Wim Taymans  <wim@fluendo.com>
18195
18196         * gst/flx/gstflxdec.c: (gst_flxdec_src_query_handler),
18197         (gst_flxdec_chain):
18198         * gst/flx/gstflxdec.h:
18199         Implement DURATION query.
18200
18201 2006-02-19  Wim Taymans  <wim@fluendo.com>
18202
18203         * gst/flx/flx_color.h:
18204         * gst/flx/flx_fmt.h:
18205         * gst/flx/gstflxdec.c: (gst_flxdec_init),
18206         (gst_flxdec_src_query_handler), (flx_decode_color),
18207         (gst_flxdec_chain):
18208         * gst/flx/gstflxdec.h:
18209         Set MALLOCDATA for the temp buffers so we don't leak.
18210         Some debug cleanups.
18211         Consume all data in the adapter before leaving the chain
18212         function. Fixes #330678.
18213
18214 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
18215
18216         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18217         * gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
18218          Handle 0 data size in otherwise valid frames.
18219          Handle numeric strings in 2.4.0 even when not in parentheses 
18220
18221 2006-02-18  Tim-Philipp Müller  <tim at centricular dot net>
18222
18223         * gst/matroska/matroska-demux.c:
18224         (gst_matroska_demux_subtitle_caps),
18225         (gst_matroska_demux_plugin_init):
18226         * gst/matroska/matroska-ids.h:
18227           Recognise SSA/ASS and USF subtitle formats and
18228           set proper caps when they are found.
18229
18230 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18231
18232         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_decode_direct),
18233         (gst_jpeg_dec_chain):
18234           Fix invalid memory access for some odd-sized images
18235           (see image contained in quicktime stream in #327083);
18236           use g_malloc() instead of g_alloca().
18237
18238 2006-02-17  Wim Taymans  <wim@fluendo.com>
18239
18240         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18241         Patch from Sebastien Cote, fixes #319884
18242
18243 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
18244
18245         * ext/cdio/gstcdio.c: (plugin_init):
18246           Init debug category (#331253).
18247
18248 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18249
18250         * gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
18251           Pass extra_data to gst_riff_create_audio_caps(), so that
18252           WAVEFORMATEX stuff works. Post audio codec name and post
18253           it as taglist on the bus. Allow up to 8 channesl for raw
18254           PCM in the source pad template caps.
18255
18256 2006-02-16  Wim Taymans  <wim@fluendo.com>
18257
18258         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18259         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18260         (gst_multipart_demux_finalize), (gst_multipart_find_pad_by_mime),
18261         (gst_multipart_demux_chain), (gst_multipart_demux_change_state),
18262         (gst_multipart_set_property), (gst_multipart_get_property):
18263         Applied #318663. Gives quite a few false positives in
18264         autoscan mode, but it's better than nothing. Not closing yet.
18265
18266 2006-02-16  Wim Taymans  <wim@fluendo.com>
18267
18268         * docs/plugins/Makefile.am:
18269         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18270         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18271         * docs/plugins/gst-plugins-good-plugins.args:
18272         * docs/plugins/inspect/plugin-udp.xml:
18273         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), (gst_udpsrc_init),
18274         (gst_udpsrc_start):
18275         Update documentation.
18276         Fix args.
18277
18278 2006-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
18279
18280         * gst/id3demux/id3tags.c: (id3demux_id3v2_frames_to_tag_list):
18281         ID3 2.3.0 used synch-safe integers for the tag size, but not for the
18282         frame size. (Fixes #331368)
18283
18284 2006-02-16  Wim Taymans  <wim@fluendo.com>
18285
18286         * gst/rtsp/README:
18287         Updated README.
18288
18289         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
18290         (gst_rtspsrc_class_init), (gst_rtspsrc_set_property),
18291         (gst_rtspsrc_get_property), (gst_rtspsrc_stream_setup_rtp):
18292         * gst/rtsp/gstrtspsrc.h:
18293         Make sure the RTP port is an even port an try to allocate 
18294         another if not.
18295         Added retry property to control max retries for port allocation.
18296         Make sure RTCP port is RTP port+1.
18297         Cleanup when port allocation fails.
18298         Fixes #319183.
18299         
18300 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
18301
18302         * gst/alpha/gstalpha.c: (gst_alpha_change_state):
18303           Don't ignore return value of the parent class's state
18304           change function (#331385, patch by: Wouter Paesen).
18305
18306 2006-02-15  Wim Taymans  <wim@fluendo.com>
18307
18308         * configure.ac:
18309         * docs/plugins/Makefile.am:
18310         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18311         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18312         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18313         * ext/Makefile.am:
18314         * ext/hal/Makefile.am:
18315         * ext/hal/gsthalaudiosink.c: (gst_hal_audio_sink_base_init),
18316         (gst_hal_audio_sink_class_init), (gst_hal_audio_sink_reset),
18317         (gst_hal_audio_sink_init), (gst_hal_audio_sink_dispose),
18318         (do_toggle_element), (gst_hal_audio_sink_set_property),
18319         (gst_hal_audio_sink_get_property),
18320         (gst_hal_audio_sink_change_state):
18321         * ext/hal/gsthalaudiosink.h:
18322         * ext/hal/gsthalaudiosrc.c: (gst_hal_audio_src_base_init),
18323         (gst_hal_audio_src_class_init), (gst_hal_audio_src_reset),
18324         (gst_hal_audio_src_init), (gst_hal_audio_src_dispose),
18325         (do_toggle_element), (gst_hal_audio_src_set_property),
18326         (gst_hal_audio_src_get_property), (gst_hal_audio_src_change_state):
18327         * ext/hal/gsthalaudiosrc.h:
18328         * ext/hal/gsthalelements.c: (plugin_init):
18329         * ext/hal/gsthalelements.h:
18330         * ext/hal/hal.c: (gst_hal_get_string),
18331         (gst_hal_render_bin_from_udi), (gst_hal_get_audio_sink),
18332         (gst_hal_get_audio_src):
18333         * ext/hal/hal.h:
18334         Add HAL sound device wrapper plugins. Closes #329106
18335
18336 2006-02-15  Wim Taymans  <wim@fluendo.com>
18337
18338         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
18339         Add comment in a fultile attempt to stop the copy-and-paste 
18340         paradigm leading to duplication of bad code.
18341
18342         * gst/rtsp/rtsptransport.c: (rtsp_transport_parse):
18343         Mime parameters have to be checked case insensitive
18344
18345 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
18346
18347         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
18348           Advance stream time for lagging subtitle streams by sending
18349           newsegment events with the update flag set.
18350
18351 2006-02-14  Edward Hervey  <edward@fluendo.com>
18352
18353         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
18354         There can be bogus data before the hdrl LIST tag in the RIFF header.
18355         It's hard to say if it's not respecting the AVI specifications or not,
18356         but since Google Video is producing AVIs like that and the other player
18357         don't seem to complain, I guess we should do the same.
18358
18359 2006-02-13  Jan Schmidt  <thaytan@mad.scientist.com>
18360
18361         * gst/id3demux/id3v2frames.c: (parse_insert_string_field),
18362         (parse_split_strings):
18363         Add more validation to ensure that a char encoding conversion
18364         produced a valid UTF-8 string.
18365
18366 2006-02-13  Mark Nauwelaerts <manauw@skynet.be>
18367
18368         Reviewed by: Edward Hervey  <edward@fluendo.com>
18369
18370         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18371         Properly handle end of segment. Closes #330885.
18372
18373 2006-02-13  Wim Taymans  <wim@fluendo.com>
18374
18375         * gst/rtp/gstrtpmp4gpay.h:
18376         For got to commit this one.
18377
18378 2006-02-12  Wim Taymans  <wim@fluendo.com>
18379
18380         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),
18381         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_parse_audio_config),
18382         (gst_rtp_mp4g_pay_parse_video_config), (gst_rtp_mp4g_pay_new_caps),
18383         (gst_rtp_mp4g_pay_setcaps), (gst_rtp_mp4g_pay_flush):
18384         * gst/rtp/gstrtpmp4gpay.h:
18385         Make more things work.
18386         Handle ACC config strings.
18387
18388 2006-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18389
18390         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_handle_buffer):
18391           set timestamps if no incoming timestamps set
18392
18393 2006-02-11  Tim-Philipp Müller  <tim at centricular dot net>
18394
18395         * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size),
18396         (gst_tag_demux_do_typefind):
18397           ... and fix the very same leaks in GstTagDemux.
18398
18399 2006-02-11  Jan Schmidt  <thaytan@mad.scientist.com>
18400
18401         * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size),
18402         (gst_id3demux_do_typefind):
18403         Fix a couple of mem leaks. (Patch by Jonathan Matthew
18404         <jonathan at kaolin dot wh9 dot net>)
18405
18406 2006-02-10  Wim Taymans  <wim@fluendo.com>
18407
18408         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
18409         First set options, then set caps or else the baseclass
18410         will not know about the options, duh.
18411
18412 2006-02-10  Wim Taymans  <wim@fluendo.com>
18413
18414         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init),
18415         (gst_rtp_mp4v_pay_setcaps):
18416         Don't waste time looking for a config string if we have codec_info
18417         on the incomming caps.
18418
18419 2006-02-10  Wim Taymans  <wim@fluendo.com>
18420
18421         * gst/rtp/README:
18422         Say something about case-sensitivity of caps vs mime-attributes.
18423
18424         * gst/rtp/Makefile.am:
18425         * gst/rtp/gstrtp.c: (plugin_init):
18426         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18427         (gst_rtp_amr_pay_handle_buffer):
18428         * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_get_type),
18429         (gst_rtp_mp4g_pay_base_init), (gst_rtp_mp4g_pay_class_init),
18430         (gst_rtp_mp4g_pay_init), (gst_rtp_mp4g_pay_finalize),
18431         (gst_rtp_mp4g_pay_new_caps), (gst_rtp_mp4g_pay_setcaps),
18432         (gst_rtp_mp4g_pay_flush), (gst_rtp_mp4g_pay_handle_buffer),
18433         (gst_rtp_mp4g_pay_set_property), (gst_rtp_mp4g_pay_get_property),
18434         (gst_rtp_mp4g_pay_plugin_init):
18435         * gst/rtp/gstrtpmp4gpay.h:
18436         Added beginnings of mpeg4-generic payloader (RFC 3640)
18437
18438 2006-02-09  Wim Taymans  <wim@fluendo.com>
18439
18440         * gst/rtsp/Makefile.am:
18441         * gst/rtsp/gstrtpdec.c: (gst_rtpdec_get_type),
18442         (gst_rtpdec_class_init), (gst_rtpdec_init), (gst_rtpdec_getcaps),
18443         (gst_rtpdec_chain_rtp), (gst_rtpdec_chain_rtcp),
18444         (gst_rtpdec_set_property), (gst_rtpdec_get_property),
18445         (gst_rtpdec_change_state):
18446         * gst/rtsp/gstrtpdec.h:
18447         * gst/rtsp/gstrtsp.c: (plugin_init):
18448         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_stream_configure_transport):
18449         * gst/rtsp/rtspconnection.c: (read_body),
18450         (rtsp_connection_receive):
18451         * gst/rtsp/rtspmessage.c: (rtsp_message_dump):
18452         Resurected rtpdec to make rtspsrc happy again.
18453         Skip attributes from the session id.
18454         Don't crash when dumping a message with an empty body.
18455
18456
18457 2006-02-09  Wim Taymans  <wim@fluendo.com>
18458
18459         * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_chain):
18460         Added more meaningfull warnings when something goes wrong.
18461         Clear F bit on outgoing AMR packets.
18462
18463         * gst/rtp/gstrtpamrpay.c: (gst_rtp_amr_pay_class_init),
18464         (gst_rtp_amr_pay_handle_buffer):
18465         Added debugging category
18466         Support payloading of multiple AMR frames.
18467
18468         * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_depay_data):
18469         Added some debugging.
18470
18471 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
18472
18473         * configure.ac:
18474           Back to CVS
18475
18476 === release 0.10.2 ===
18477
18478 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
18479
18480         * configure.ac:
18481           releasing 0.10.2, "Papa was a rolling stone"
18482
18483 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
18484
18485         * configure.ac:
18486           Bump core and plugins-base requirement to 0.10.2.2
18487           for API additions (and 1 migration of gst_bin_find_unconnected_pad)
18488
18489 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18490
18491         * ext/flac/gstflac.c: (plugin_init):
18492         * ext/speex/gstspeex.c: (plugin_init):
18493           Register musicbrainz tags.
18494
18495 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
18496
18497         * ext/gconf/gconf.h:
18498           Remove declaration of function that no longer exists.
18499
18500 2006-02-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18501
18502         * ext/shout2/gstshout2.c: (gst_shout2send_render),
18503         (gst_shout2send_setcaps), (gst_shout2send_change_state):
18504         Make shout2 work for non ogg streams
18505
18506 2006-02-06  Wim Taymans  <wim@fluendo.com>
18507
18508         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18509         (gst_multiudpsink_render), (gst_multiudpsink_get_property),
18510         (gst_multiudpsink_init_send), (gst_multiudpsink_add),
18511         (gst_multiudpsink_remove), (gst_multiudpsink_clear),
18512         (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
18513         * gst/udp/gstmultiudpsink.h:
18514         Updated docs.
18515         Added properties bytes-served, bytes_to_serve.
18516         Post proper error messages,
18517         Emit client added signal too.
18518
18519 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18520
18521         * docs/plugins/Makefile.am:
18522         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18523         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18524         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
18525         (gst_multiudpsink_get_stats):
18526           adding docs for multiudpsink
18527
18528 2006-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18529
18530         * gst/level/gstlevel.c: (gst_level_transform_ip):
18531           peak below decay is not necessarily an error, so don't ERROR log
18532
18533 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18534
18535         * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
18536         (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
18537         (gst_ebml_write_seek):
18538         * gst/matroska/ebml-write.h:
18539           Make sure we send a newsegment event in BYTES format
18540           before sending buffers (#328531).
18541
18542 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18543
18544         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
18545         (gst_dvdemux_sink_query):
18546         * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
18547         * ext/speex/gstspeexdec.c: (speex_get_query_types),
18548         (speex_dec_src_query):
18549         * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
18550         (gst_speexenc_sink_query):
18551         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18552         * gst/matroska/matroska-demux.c:
18553         (gst_matroska_demux_get_src_query_types),
18554         (gst_matroska_demux_handle_src_query):
18555         * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
18556         (gst_wavparse_pad_query):
18557           Pass unhandled queries upstream instead of just dropping
18558           them (#326446). Update query type arrays here and there.
18559
18560 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18561
18562         * tests/check/elements/matroskamux.c: (setup_src_pad):
18563           Collectpads in core got changed and now also holds a
18564           reference to any pad that is part of it. Fix refcount
18565           checks in test case accordingly.
18566
18567 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18568
18569         * gst/apetag/gstapedemux.h:
18570           Fix include, for now GstTagDemux is in the apetag dir.
18571
18572 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18573
18574         * docs/plugins/Makefile.am:
18575         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18576         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18577         * docs/plugins/inspect/plugin-cdio.xml:
18578           Add cdio plugin to docs.
18579
18580         * ext/cdio/gstcdiocddasrc.c:
18581           Add gtk-doc blurb.
18582
18583         * ext/cdio/gstcdio.c:
18584           The plugin is called 'cdio' not 'cddio'.
18585
18586 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
18587
18588         * configure.ac:
18589         * docs/plugins/Makefile.am:
18590         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
18591         * docs/plugins/gst-plugins-good-plugins-sections.txt:
18592         * docs/plugins/gst-plugins-good-plugins.hierarchy:
18593         * docs/plugins/inspect/plugin-apetag.xml:
18594         * gst/apetag/Makefile.am:
18595         * gst/apetag/gstapedemux.c:
18596         * gst/apetag/gstapedemux.h:
18597         * gst/apetag/gsttagdemux.c:
18598         * gst/apetag/gsttagdemux.h:
18599           Add APE tag demuxer (#325649).
18600
18601 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18602
18603         * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
18604         (gst_gconf_get_default_video_sink),
18605         (gst_gconf_get_default_audio_src),
18606         (gst_gconf_get_default_video_src):
18607         * ext/gconf/gconf.h:
18608         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
18609         (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
18610         (do_toggle_element):
18611         * ext/gconf/gstgconfaudiosink.h:
18612         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
18613         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18614         (do_toggle_element):
18615         * ext/gconf/gstgconfaudiosrc.h:
18616         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
18617         (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
18618         (do_toggle_element):
18619         * ext/gconf/gstgconfvideosink.h:
18620         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
18621         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18622         (do_toggle_element):
18623         * ext/gconf/gstgconfvideosrc.h:
18624           Ignore changing the GConf key to "". Ignore GConf key updates
18625           that don't actually change the string.
18626           For now, ignore the GConf key when the state is > READY, as
18627           it breaks streaming. Sometime it will be nice to bring the
18628           new sink online even mid-stream, by sending NEWSEGMENT info
18629           and possibly prerolling.
18630           (Fixes #326736)
18631
18632 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
18633
18634         * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
18635         (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
18636         (zoomFilterSetResolution), (zoomFilterDestroy),
18637         (zoomFilterFastRGB), (pointFilter):
18638         * gst/goom/filters.h:
18639         * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
18640         (goom_update), (goom_close):
18641         * gst/goom/goom_core.h:
18642         * gst/goom/goom_tools.h:
18643         * gst/goom/graphic.c:
18644         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18645         (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
18646         * gst/goom/gstgoom.h:
18647         * gst/goom/lines.c: (goom_lines):
18648         * gst/goom/lines.h:
18649           Make goom reentrant by moving all important static variables
18650           into instance structures.
18651           (Fixes #329181)
18652
18653 2006-02-04  Tim-Philipp Müller  <tim at centricular dot net>
18654
18655         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
18656         (gst_avi_demux_all_source_pads_unlinked),
18657         (gst_avi_demux_process_next_entry):
18658         * gst/avi/gstavidemux.h:
18659           Third attempt, use gst_pad_is_linked() this time.
18660
18661 2006-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
18662
18663         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18664         (parse_split_strings):
18665         Adjust for data length indicators when parsing (Fixes #329810)
18666         Fix stupid bug parsing UTF-8 tag text.
18667         Output tag strings with multiple fields as multiple tags, so the
18668         app gets all the data.
18669
18670 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18671
18672         * ext/flac/gstflacenc.c:
18673         Fixed a bug add in last commit, where no event is send. Thanks Tim to
18674         show me.
18675         
18676 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
18677
18678         * ext/flac/gstflacenc.c:
18679         * gst/matroska/ebml-read.c:
18680         Just make it compile with --disable-gst-debug.
18681
18682 2006-02-03  Jan Schmidt  <thaytan@mad.scientist.com>
18683
18684         * gst/id3demux/id3v2frames.c: (parse_text_identification_frame),
18685         (id3v2_tag_to_taglist), (id3v2_genre_string_to_taglist),
18686         (id3v2_genre_fields_to_taglist):
18687           Never output a tag with a null contents string.
18688
18689 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18690
18691         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked):
18692           Only pause if all pads are unlinked AND we've tried to send data
18693           on all of them at least once.
18694
18695 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18696
18697         * gst/avi/gstavidemux.c: (gst_avi_demux_all_source_pads_unlinked),
18698         (gst_avi_demux_process_next_entry), (gst_avi_demux_loop):
18699           Make loop function/task pause itself when all source pads are
18700           unlinked.
18701
18702 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
18703
18704         * configure.ac:
18705         * ext/gconf/gconf.c: (gst_gconf_render_bin_from_key):
18706           Use new functions from core to render a bin from a
18707           string. Fixes build. Up requirements to core CVS.
18708
18709 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
18710
18711         * gst/auparse/gstauparse.c: (gst_au_parse_chain):
18712           Don't push buffers into the adapter that we are going to
18713           push downstream again without framing anyway. Also, the
18714           adaptor takes ownership of buffers put into it (fixes
18715           auparse pushing invalid buffers for .au files with
18716           ADPCM contents). Finally, set caps on all outgoing buffers.
18717
18718 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
18719
18720         * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
18721         (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
18722         (gst_id3demux_send_tag_event):
18723         * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
18724         Someone should kick my butt. Remove ID3v1 tags from the end of the
18725         file.
18726
18727         Improve error messages. Send the TAG message as soon as we complete
18728         typefinding, instead of waiting until we send the first buffer.
18729         Downstream tag event is still sent before the first buffer.
18730
18731 2006-01-27  Jan Gerber  <j@bootlab.org>
18732
18733         Reviewed by: Andy Wingo <wingo@pobox.com>
18734
18735         * ext/dv/gstdvdec.c (gst_dvdec_change_state):
18736         * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
18737         Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
18738         to not have warings flooding stderr. this is the suggested way
18739         also used in dvgrab and kino. (#328336)
18740
18741 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
18742
18743         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
18744         (gst_oss_sink_init), (gst_oss_sink_finalise):
18745           Free the device name string when finalised.
18746
18747 2006-01-25  Tim-Philipp Müller  <tim at centricular dot net>
18748
18749         * gst/id3demux/gstid3demux.c: (gst_id3demux_remove_srcpad):
18750           Don't put function calls in g_return_if_fail() statements,
18751           or they'll be replaced with NOOPs if someone compiles with
18752           G_DISABLE_CHECKS defined.
18753           
18754 2006-01-25  Jan Schmidt  <thaytan@mad.scientist.com>
18755
18756         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18757         Never trust ANY information encoded in a media file, especially
18758         when it's giving you sizes. (Fixes #328452)
18759
18760 2006-01-24  Edgard Lima <edgard.lima@indt.org.br>
18761
18762         * gst/rtp/gstrtpg711pay.c:
18763         Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See
18764         bug #325148.
18765
18766 2006-01-23  Edward Hervey  <edward@fluendo.com>
18767
18768         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps),
18769         (gst_matroska_demux_audio_caps), (gst_matroska_demux_plugin_init):
18770         * gst/matroska/matroska-ids.h:
18771         Added recognition of Real Audio and Video streams in matroska demuxer.
18772
18773 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18774
18775         * gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
18776           Remove errant break statement, and fix compilation with
18777           older GCC.
18778
18779 2006-01-23  Brian Cameron  <brian dot cameron at sun dot com>
18780
18781         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18782
18783         * sys/sunaudio/gstsunaudiomixerctrl.c:
18784         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_init):
18785           Export functions that are needed in other parts of the code,
18786           makes the mixer actually work; adjust magic minimum buffer-time
18787           value from 3ms to 5ms to work around stuttering during mp3
18788           playback (#327765).
18789
18790 2006-01-23  Michal Benes  <michal dot benes at xeris dot cz>
18791
18792         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18793
18794         * gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
18795         (gst_matroska_mux_write_data), (gst_matroska_mux_collected):
18796           Fix possible deadlock in matroska muxer (#327825).
18797
18798 2006-01-23  Tim-Philipp Müller  <tim at centricular dot net>
18799
18800         * ext/libpng/gstpngenc.c: (gst_pngenc_chain):
18801         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
18802         * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_setcaps):
18803         * gst/rtsp/sdpmessage.h:
18804         * gst/udp/gstdynudpsink.c: (gst_dynudpsink_render):
18805         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_get_stats):
18806           C89 fixes: declare variables at the beginning of a block and
18807           make gcc-2.9x happy (#328264; patch by: Jens Granseuer
18808           <jensgr at gmx dot net>).
18809
18810 2006-01-23  Jan Schmidt  <thaytan@mad.scientist.com>
18811
18812         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
18813         * gst/id3demux/id3tags.h:
18814         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
18815         (parse_comment_frame), (parse_text_identification_frame),
18816         (id3v2_tag_to_taglist), (id3v2_are_digits),
18817         (id3v2_genre_string_to_taglist), (id3v2_genre_fields_to_taglist),
18818         (parse_split_strings), (free_tag_strings):
18819           Rewrite parsing of text tags to handle multiple NULL terminated
18820           strings. Parse numeric genre strings and ID3v2 type
18821           "(3)(6)Alternative" style genre strings.
18822           Parse dates that are only YYYY or YYYY-mm format.
18823           (Fixes #328241 and #322154)
18824
18825 2006-01-20  Tim-Philipp Müller  <tim at centricular dot net>
18826
18827         * gst/videobox/gstvideobox.c: (gst_video_box_class_init):
18828           Don't forget to initialize liboil, otherwise our oil functions
18829           will crash (fixes #327871; patch by: Christoph Burghardt
18830           <hawkes at web dot de>).
18831
18832 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18833
18834         * configure.ac:
18835           Use plain AS_LIBTOOL_TAGS instead of AS_LIBTOOL_TAGS([CXX]), just
18836           like in the core and gst-plugins-base. Fixes #324367 and #326683;
18837           patch by: Brian Cameron <brian dot cameron at sun dot com>
18838
18839 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18840
18841         * ext/cdio/gstcdio.c: (gst_cdio_add_cdtext_field), (plugin_init):
18842         * ext/cdio/gstcdio.h:
18843         * ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_get_cdtext):
18844           Fix build for libcdio versions >= 76; give slightly lower rank
18845           than cdparanoia.
18846
18847 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18848
18849         * configure.ac:
18850         * ext/Makefile.am:
18851         * ext/cdio/Makefile.am:
18852         * ext/cdio/gstcdio.c:
18853         * ext/cdio/gstcdio.h:
18854         * ext/cdio/gstcdiocddasrc.c:
18855         * ext/cdio/gstcdiocddasrc.h:
18856           Port libcdio cdda source, formerly known as cddasrc, now known as
18857           cdiocddasrc (fixes #323327). Should also read CD-TEXT if available,
18858           but that's not tested (fixes #317658).
18859
18860 2006-01-18  Tim-Philipp Müller  <tim at centricular dot net>
18861
18862         * gst/wavparse/gstwavparse.c: (gst_wavparse_pad_convert):
18863           Fix conversion from TIME to BYTES format (fixes #326864;
18864           patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>)
18865
18866 2006-01-15  Jan Schmidt  <thaytan@mad.scientist.com>
18867
18868         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame):
18869           Fix compilation of id3demux when zlib is not present.
18870           (Fixes #326602; patch by: Sergey Scobich)
18871
18872 2006-01-15  Tim-Philipp Müller  <tim at centricular dot net>
18873
18874         * ext/esd/Makefile.am:
18875           Add $(ESD_CFLAGS), otherwise build will fail for folks
18876           with libesd in a non-standard prefix (#327009).
18877
18878 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18879
18880         * configure.ac:
18881           back to HEAD
18882
18883 === release 0.10.1 ===
18884
18885 2006-01-13  Thomas Vander Stichele <thomas at apestaart dot org>
18886
18887         * configure.ac:
18888           releasing 0.10.1, "Li"
18889
18890 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18891
18892           patch by: Wim Taymans
18893
18894         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
18895           fix memleak.  Fixes #326618
18896
18897 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18898
18899           patch by: Mike Smith
18900
18901         * gst/level/gstlevel.c: (gst_level_message_new),
18902         (gst_level_message_append_channel):
18903           Fix memleak.  Fixes #326612
18904
18905 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18906
18907         * configure.ac:
18908           prereleasing
18909         * po/af.po:
18910         * po/az.po:
18911         * po/cs.po:
18912         * po/en_GB.po:
18913         * po/hu.po:
18914         * po/it.po:
18915         * po/nb.po:
18916         * po/nl.po:
18917         * po/or.po:
18918         * po/sq.po:
18919         * po/sr.po:
18920         * po/sv.po:
18921         * po/uk.po:
18922         * po/vi.po:
18923           update translations
18924
18925 2006-01-10  Michael Smith  <msmith@fluendo.com>
18926
18927         * gst/level/gstlevel.c: (gst_level_class_init),
18928         (gst_level_dispose):
18929           Don't leak filter arrays.
18930
18931 2006-01-09 Brian Cameron <brian.cameron@sun.com>
18932
18933         reviewed by: Christian Schaller <uraeus@gnome.org>
18934         
18935         * configure.ac:
18936         * gst-plugins-good.spec.in:
18937         * sys/Makefile.am:
18938         * sys/sunaudio/Makefile.am:
18939         * sys/sunaudio/gstsunaudio.c: (plugin_init):
18940         * sys/sunaudio/gstsunaudiomixer.c: (gst_sunaudiomixer_base_init),
18941         (gst_sunaudiomixer_class_init), (gst_sunaudiomixer_init),
18942         (gst_sunaudiomixer_change_state):
18943         * sys/sunaudio/gstsunaudiomixer.h:
18944         * sys/sunaudio/gstsunaudiomixerctrl.c:
18945         (gst_sunaudiomixer_ctrl_open), (gst_sunaudiomixer_ctrl_build_list),
18946         (gst_sunaudiomixer_ctrl_new), (gst_sunaudiomixer_ctrl_free),
18947         (gst_sunaudiomixer_ctrl_list_tracks),
18948         (gst_sunaudiomixer_ctrl_get_volume),
18949         (gst_sunaudiomixer_ctrl_set_volume),
18950         (gst_sunaudiomixer_ctrl_set_mute),
18951         (gst_sunaudiomixer_ctrl_set_record):
18952         * sys/sunaudio/gstsunaudiomixerctrl.h:
18953         * sys/sunaudio/gstsunaudiomixertrack.c:
18954         (gst_sunaudiomixer_track_class_init),
18955         (gst_sunaudiomixer_track_init), (fill_labels),
18956         (gst_sunaudiomixer_track_new):
18957         * sys/sunaudio/gstsunaudiomixertrack.h:
18958         * sys/sunaudio/gstsunaudiosink.c: (gst_sunaudiosink_get_type),
18959         (gst_sunaudiosink_dispose), (gst_sunaudiosink_base_init),
18960         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property),
18961         (gst_sunaudiosink_getcaps), (gst_sunaudiosink_open),
18962         (gst_sunaudiosink_close), (gst_sunaudiosink_prepare),
18963         (gst_sunaudiosink_unprepare), (gst_sunaudiosink_write),
18964         (gst_sunaudiosink_delay), (gst_sunaudiosink_reset):
18965         * sys/sunaudio/gstsunaudiosink.h:
18966
18967         Add SunAudio plugin - tested to make sure it doesn't break
18968         the build under GNU/Linux.      
18969
18970 2005-01-07  Philippe Khalaf  <philippe.kalaf@collabora.co.uk>
18971
18972         * gst-plugins-good/gst/udp/gstdynudpsink.c:
18973         * gst-plugins-good/gst/udp/gstudpsrc.c:
18974         Allow udpsrc and dynudpsink to take a sockfd as a parameter. For udpsrc,
18975         overrides the port or multicast parameters. Fixes bugs #323021.
18976         API addition: adds GstUDPSrc::sockfd property   
18977
18978 2006-01-06  Tim-Philipp Müller  <tim at centricular dot net>
18979
18980         * ext/gconf/Makefile.am:
18981         * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_base_init),
18982         (gst_gconf_audio_src_class_init), (gst_gconf_audio_src_reset),
18983         (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
18984         (do_toggle_element), (cb_toggle_element),
18985         (gst_gconf_audio_src_change_state):
18986         * ext/gconf/gstgconfaudiosrc.h:
18987         * ext/gconf/gstgconfelements.c: (plugin_init):
18988         * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_base_init),
18989         (gst_gconf_video_src_class_init), (gst_gconf_video_src_reset),
18990         (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
18991         (do_toggle_element), (cb_toggle_element),
18992         (gst_gconf_video_src_change_state):
18993         * ext/gconf/gstgconfvideosrc.h:
18994           Add new gconfaudiosrc and gconfvideosrc elements
18995           (needed for gnome-sound-recorder).
18996
18997 2006-01-06  Edward Hervey  <edward@fluendo.com>
18998
18999         * gst/id3demux/gstid3demux.c: (gst_id3demux_add_srcpad):
19000         Add gst_element_no_more_pads() for proper decodebin behaviour.
19001         * gst/id3demux/id3v2frames.c: (parse_comment_frame),
19002         (parse_text_identification_frame), (parse_split_strings):
19003         Failure to decode some tags is not a GST_ERROR() but a
19004         GST_WARNING()
19005         When iterating over a chunk of text, check that we haven't gone too
19006         far.
19007
19008 2006-01-05  Stefan Kost  <ensonic@users.sf.net>
19009
19010         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
19011         (plugin_init):
19012           call oil_init() when using liboil
19013
19014 2006-01-04  Wim Taymans  <wim@fluendo.com>
19015
19016         * ext/jpeg/gstsmokedec.c: (gst_smokedec_chain):
19017         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
19018         Fix leaks.
19019
19020 2006-01-02  Alessandro Decina  <alessandro at nnva dot org>
19021
19022         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19023
19024         * ext/flac/gstflacdec.c: (gst_flac_dec_write),
19025         (gst_flac_dec_convert_src), (gst_flac_dec_src_query),
19026         (gst_flac_dec_change_state):
19027           Don't g_assert() where we should just return FALSE; remove
19028           unnecessary g_assert(); initialize some fields properly in
19029           state change function (fixes #325504). Also, use
19030           GST_DEBUG_OBJECT in two more places.
19031
19032 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19033
19034         * configure.ac:
19035           also remove smoothwave's Makefile.am
19036         * docs/plugins/Makefile.am:
19037           fix plugin docs
19038
19039 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19040
19041         * tests/examples/Makefile.am:
19042           added missing Makefile.am
19043
19044 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
19045
19046         * configure.ac:
19047         * gst/level/Makefile.am:
19048         * gst/level/level-example.c:
19049         * tests/Makefile.am:
19050         * tests/examples/level/Makefile.am:
19051         * tests/examples/level/level-example.c: (message_handler), (main):
19052           moved level-example to tests/examples/level-example
19053         * tests/old/examples/level/demo.c: (main):
19054         * tests/old/examples/level/plot.c: (main):
19055           some initial fixes
19056
19057 2005-12-29  Michael Smith  <msmith@fluendo.com>
19058
19059         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19060         (gst_multiudpsink_remove), (gst_multiudpsink_get_stats):
19061         * gst/udp/gstmultiudpsink.h:
19062           Track packets sent per client in addition to bytes sent; provide
19063           this info through get-stats signal
19064
19065 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
19066
19067         * gst/auparse/gstauparse.c: (gst_au_parse_dispose):
19068           Can't use gst_object_unref() on a GstAdapter (#325191).
19069
19070 2005-12-28  Jan Schmidt  <thaytan@mad.scientist.com>
19071
19072         * gst/id3demux/id3tags.c: (id3demux_read_id3v2_tag):
19073         If a broken tag has 0 bytes payload, at least still skip
19074         the 10 byte header
19075
19076 2005-12-22  Philippe Khalaf  <burger@speedy.org>
19077
19078         * gst-plugins-good/gst/rtp/gstrtph263pdepay.h:
19079         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19080         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.h:
19081         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19082           Making these depayloaders (H263+ and mpeg4 video) inherit from
19083           RtpBaseDepayloaderClass. Fixes bugs #323922 and #323908.
19084
19085 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19086
19087         * docs/plugins/gst-plugins-good-plugins.args:
19088         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19089         Regenerate the plugin hiearchy.
19090
19091 2005-12-21  Jan Schmidt  <thaytan@mad.scientist.com>
19092
19093         * docs/plugins/Makefile.am:
19094         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19095         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19096         * docs/plugins/gst-plugins-good-plugins.args:
19097         * gst/id3demux/gstid3demux.c: (gst_id3demux_get_type),
19098         (gst_id3demux_base_init), (gst_id3demux_class_init),
19099         (gst_id3demux_chain):
19100         * gst/id3demux/gstid3demux.h:
19101           Add documentation for id3demux.
19102           Don't fail if the first buffer is not at offset 0, just
19103           attempt to typefind and do pass through
19104           Rename the gst_type function from gst_gst_id3demux..
19105
19106 2005-12-20  Michael Smith  <msmith@fluendo.com>
19107
19108         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_render),
19109         (gst_multiudpsink_add), (gst_multiudpsink_remove),
19110         (gst_multiudpsink_get_stats):
19111         * gst/udp/gstmultiudpsink.h:
19112           Collect statistics; return them from get_stats.
19113
19114 2005-12-19  Edward Hervey  <edward@fluendo.com>
19115
19116         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_scan):
19117         Stupid signedness issue...
19118
19119 2005-12-19  Edward Hervey  <edward@fluendo.com>
19120
19121         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
19122         (gst_avi_demux_handle_src_event), (gst_avi_demux_parse_stream),
19123         (gst_avi_demux_parse_odml), (gst_avi_demux_peek_tag),
19124         (gst_avi_demux_next_data_buffer), (gst_avi_demux_stream_scan),
19125         (gst_avi_demux_stream_header), (gst_avi_demux_loop):
19126         Construct index for indexless files.
19127         Make sure pad/buffers are correctly reset to NULL once we don't need
19128         them anymore, else we get lovely segfaults/assertions.
19129         * gst/wavparse/gstwavparse.c:
19130         Yes, you can have 96KHz audio and wma in wav :(
19131
19132 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
19133
19134         * configure.ac:
19135           Check for optional dependency on zlib for id3demux
19136
19137         * gst/id3demux/Makefile.am:
19138         * gst/id3demux/gstid3demux.c: (gst_gst_id3demux_get_type),
19139         (gst_id3demux_base_init), (gst_id3demux_class_init),
19140         (gst_id3demux_reset), (gst_id3demux_init), (gst_id3demux_dispose),
19141         (gst_id3demux_add_srcpad), (gst_id3demux_remove_srcpad),
19142         (gst_id3demux_trim_buffer), (gst_id3demux_chain),
19143         (gst_id3demux_set_property), (gst_id3demux_get_property),
19144         (id3demux_get_upstream_size), (gst_id3demux_srcpad_event),
19145         (gst_id3demux_read_id3v1), (gst_id3demux_read_id3v2),
19146         (gst_id3demux_sink_activate), (gst_id3demux_src_activate_pull),
19147         (gst_id3demux_src_checkgetrange), (gst_id3demux_read_range),
19148         (gst_id3demux_src_getrange), (gst_id3demux_change_state),
19149         (gst_id3demux_pad_query), (gst_id3demux_get_query_types),
19150         (simple_find_peek), (simple_find_suggest),
19151         (gst_id3demux_do_typefind), (gst_id3demux_send_tag_event),
19152         (plugin_init):
19153         * gst/id3demux/gstid3demux.h:
19154         * gst/id3demux/id3tags.c: (read_synch_uint),
19155         (id3demux_read_id3v1_tag), (id3demux_read_id3v2_tag),
19156         (id3demux_id3v2_frame_hdr_size), (convert_fid_to_v240),
19157         (id3demux_id3v2_frames_to_tag_list):
19158         * gst/id3demux/id3tags.h:
19159         * gst/id3demux/id3v2.4.0-frames.txt:
19160         * gst/id3demux/id3v2.4.0-structure.txt:
19161         * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
19162         (parse_comment_frame), (parse_text_identification_frame),
19163         (id3v2_tag_to_taglist), (parse_split_strings):
19164           All new LGPL id3 demuxer. Can use zlib for compressed frames, 
19165           otherwise it discards them. Works on my test files. 
19166
19167         * gst/wavparse/gstwavparse.c: (gst_wavparse_loop):
19168           Don't send EOS to a non-existing srcpad
19169           The debug category can be static
19170
19171 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
19172
19173         * ext/esd/esdmon.c: (gst_esdmon_open_audio):
19174         * ext/esd/esdsink.c: (gst_esdsink_prepare):
19175         * gst/multipart/multipartdemux.c:
19176           change some char* into char[]
19177
19178 2005-12-16  Wim Taymans  <wim@fluendo.com>
19179
19180         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
19181         (gst_wavparse_other), (gst_wavparse_perform_seek),
19182         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
19183         (gst_wavparse_loop), (gst_wavparse_pad_convert),
19184         (gst_wavparse_srcpad_event), (gst_wavparse_sink_activate_pull):
19185         * gst/wavparse/gstwavparse.h:
19186         Use GstSegment to implement more seeking features.
19187
19188 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
19189
19190         * gst/rtsp/rtspconnection.c:
19191           Add <netinet/in.h> include and move <arpa/inet.h> include
19192           to make things work on OpenBSD as well (fixes #323717;
19193           patch by: Benjamin Pineau)
19194
19195 2005-12-14  Edgard Lima <edgard.lima@indt.org.br>
19196
19197         * gst/rtp/gstrtpspeexdepay.c:
19198         * gst/rtp/gstrtpspeexpay.c:
19199         Set clock rate to be fixed in 8000. It fixes bug #324012.
19200
19201 2005-12-14  Philippe Khalaf  <burger@speedy.org>
19202
19203         * gst-plugins-good/gst/rtp/gstasteriskh263.c:
19204         * gst-plugins-good/gst/rtp/gstrtpamrdepay.c:
19205         * gst-plugins-good/gst/rtp/gstrtpamrpay.c:
19206         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19207         * gst-plugins-good/gst/rtp/gstrtpg711depay.c:
19208         * gst-plugins-good/gst/rtp/gstrtpgsmdepay.c:
19209         * gst-plugins-good/gst/rtp/gstrtph263pay.c:
19210         * gst-plugins-good/gst/rtp/gstrtph263pdepay.c:
19211         * gst-plugins-good/gst/rtp/gstrtph263ppay.c:
19212         * gst-plugins-good/gst/rtp/gstrtpmp4vdepay.c:
19213         * gst-plugins-good/gst/rtp/gstrtpmp4vpay.c:
19214         * gst-plugins-good/gst/rtp/gstrtpmpadepay.c:
19215         * gst-plugins-good/gst/rtp/gstrtpmpapay.c:
19216         * gst-plugins-good/gst/rtp/README:
19217         Fixed payload range in payloder caps. Removed payload range completely
19218         from depayloaders as they don't require payload type in their caps.
19219         In effect, there isn't any specific payload type for any given codec,
19220         only suggestions.
19221         Fixes bug #324011.
19222
19223 2005-12-13  Julien MOUTTE  <julien@moutte.net>
19224
19225         * gst/videomixer/videomixer.c: (gst_videomixer_init),
19226         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
19227         (gst_videomixer_collected): Code cleanup and re-enabling 
19228         queued time validity check for correct EOS handling.
19229
19230 2005-12-13  Tim-Philipp Müller  <tim at centricular dot net>
19231
19232         * sys/oss/gstossmixerelement.c: (gst_oss_mixer_element_class_init),
19233         (gst_oss_mixer_element_get_property),
19234         (gst_oss_mixer_element_change_state):
19235         Add 'device-name' property and fix state change function.
19236
19237 2005-12-13  Edward Hervey  <edward@fluendo.com>
19238
19239         * gst/flx/gstflxdec.c: (gst_flxdec_chain): 
19240         If the speed of the file is null in the header, set the frame_time to
19241         the default setting of GST_SECOND / 70. Which is the default
19242         frame_delay for .fli files as stated in this document :
19243         http://www.compuphase.com/flic.htm
19244         Would be nice to have the time conversion done properly too (duration =
19245         flxh->frames * flxdec->frame_time)
19246
19247 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19248
19249         * docs/plugins/Makefile.am:
19250         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19251         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19252         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19253         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19254         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19255         (gst_videomixer_update_queues), (gst_videomixer_collected): Adding
19256         documentation for videomixer on my way with a funny sample
19257         pipeline.
19258
19259 2005-12-12  Julien MOUTTE  <julien@moutte.net>
19260
19261         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
19262         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
19263         (gst_videomixer_update_queues), (gst_videomixer_collected):
19264         Fix caps negotiation. (#323896)
19265
19266 2005-12-12  Arwed v. Merkatz  <v.merkatz@gmx.net>
19267
19268         * gst/matroska/matroska-demux.c:
19269         (gst_matroska_demux_parse_blockgroup_or_simpleblock):
19270           Set correct timestamps on audio laces, fixes playback of mp3 from
19271                 matroska.
19272
19273 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
19274
19275         * gst/auparse/gstauparse.c: (gst_au_parse_base_init),
19276         (gst_au_parse_class_init), (gst_au_parse_init),
19277         (gst_au_parse_dispose), (gst_au_parse_chain),
19278         (gst_au_parse_change_state), (plugin_init):
19279         * gst/auparse/gstauparse.h:
19280           Use gst_object_unref() for GstObjects instead of
19281           g_object_unref() and fix a mem leak in a debug
19282           statement; while we're at it, also borgify, use
19283           boilerplate macros and clean up a little bit.
19284
19285 2005-12-11  Edward Hervey  <edward@fluendo.com>
19286
19287         * gst/debug/efence.c: (gst_efence_init), (gst_efence_getrange),
19288         (gst_efence_checkgetrange), (gst_efence_activate_src_pull):
19289         Added pull mode.
19290
19291 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19292
19293         * gst/goom/gstgoom.c:
19294         * gst/level/level-example.c: (main):
19295         * gst/smoothwave/demo-osssrc.c: (main):
19296           Use audiotestsrc instead of sinesrc (#323798).
19297
19298 2005-12-11  Stefan Kost  <ensonic@users.sf.net>
19299
19300         * sys/oss/gstosssink.c: (gst_oss_sink_class_init):
19301           more debug-func-ptr usage
19302
19303 2005-12-11  Zeeshan Ali <zeenix at gmail dot com>
19304
19305         * gst/flx/flx_color.c: (flx_colorspace_convert):
19306         * gst/flx/flx_color.h:
19307         * gst/flx/flx_fmt.h:
19308         * gst/flx/gstflxdec.c: (flx_decode_chunks), (gst_flxdec_chain):
19309         * gst/flx/gstflxdec.h:
19310           Now flxdec works on big-endian machines as well.
19311
19312 2005-12-11  Tim-Philipp Müller  <tim at centricular dot net>
19313
19314         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
19315         (gst_fenced_buffer_copy):
19316           Make sure GST_BUFFER_DATA is set on fenced copied buffers; fix
19317           GST_DEBUG crasher where GST_TIME_FORMAT was not used in
19318           conjunction with GST_TIME_ARGS. Also, don't leak pad templates
19319           and use GST_DEBUG_FUNCPTR for pad functions.
19320
19321 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19322
19323         * ext/flac/gstflacdec.c: (gst_flac_dec_base_init),
19324         (gst_flac_dec_class_init), (gst_flac_dec_init),
19325         (gst_flac_dec_metadata_callback), (gst_flac_dec_error_callback),
19326         (gst_flac_dec_eof), (gst_flac_dec_write), (gst_flac_dec_loop),
19327         (gst_flac_dec_convert_src), (gst_flac_dec_get_src_query_types),
19328         (gst_flac_dec_src_query), (gst_flac_dec_send_newsegment),
19329         (gst_flac_dec_handle_seek_event), (gst_flac_dec_src_event),
19330         (gst_flac_dec_change_state):
19331         * ext/flac/gstflacdec.h:
19332           Rewrite flacdec a bit, so that even seeking might work now. Most
19333           importantly, don't act upon any flow return values we get, just tell
19334           the decoder everything's dandy and act on the flow return values
19335           later on in the loop function. We don't want to mess up the internal
19336           decoder state for non-fatal things like flushing pads etc. Other
19337           than that, use GstSegment (segment seeks don't work yet though, but
19338           should be easy to add), use boilerplate macros, drop the superfluous
19339           'flacdec:' from debug messages, use gst_util_uint64_scale_int, and
19340           lots of other things.
19341
19342 2005-12-10  Tim-Philipp Müller  <tim at centricular dot net>
19343
19344         * configure.ac:
19345           Update comment in OSS includes check.
19346
19347         * sys/oss/gstossdmabuffer.c:
19348         * sys/oss/gstosshelper.c:
19349         * sys/oss/gstossmixer.c:
19350         * sys/oss/gstossmixertrack.c:
19351         * sys/oss/gstosssink.c:
19352         * sys/oss/gstosssrc.c:
19353         * sys/oss/oss_probe.c:
19354           Don't assume the OSS soundcard.h include is always in
19355           the sys/ directory. Instead, use the existing defines
19356           from config.h to include the right file. Fixes
19357           compilation on OpenBSD 3.8 (#323718).
19358
19359 2005-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19360
19361         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19362         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19363         * docs/plugins/inspect/plugin-1394.xml:
19364         * docs/plugins/inspect/plugin-aasink.xml:
19365         * docs/plugins/inspect/plugin-alaw.xml:
19366         * docs/plugins/inspect/plugin-alpha.xml:
19367         * docs/plugins/inspect/plugin-alphacolor.xml:
19368         * docs/plugins/inspect/plugin-auparse.xml:
19369         * docs/plugins/inspect/plugin-autodetect.xml:
19370         * docs/plugins/inspect/plugin-avi.xml:
19371         * docs/plugins/inspect/plugin-cacasink.xml:
19372         * docs/plugins/inspect/plugin-cairo.xml:
19373         * docs/plugins/inspect/plugin-cutter.xml:
19374         * docs/plugins/inspect/plugin-debug.xml:
19375         * docs/plugins/inspect/plugin-dv.xml:
19376         * docs/plugins/inspect/plugin-efence.xml:
19377         * docs/plugins/inspect/plugin-effectv.xml:
19378         * docs/plugins/inspect/plugin-esdsink.xml:
19379         * docs/plugins/inspect/plugin-flac.xml:
19380         * docs/plugins/inspect/plugin-flxdec.xml:
19381         * docs/plugins/inspect/plugin-gconfelements.xml:
19382         * docs/plugins/inspect/plugin-goom.xml:
19383         * docs/plugins/inspect/plugin-jpeg.xml:
19384         * docs/plugins/inspect/plugin-level.xml:
19385         * docs/plugins/inspect/plugin-matroska.xml:
19386         * docs/plugins/inspect/plugin-mulaw.xml:
19387         * docs/plugins/inspect/plugin-multipart.xml:
19388         * docs/plugins/inspect/plugin-navigationtest.xml:
19389         * docs/plugins/inspect/plugin-ossaudio.xml:
19390         * docs/plugins/inspect/plugin-png.xml:
19391         * docs/plugins/inspect/plugin-rtp.xml:
19392         * docs/plugins/inspect/plugin-rtsp.xml:
19393         * docs/plugins/inspect/plugin-shout2send.xml:
19394         * docs/plugins/inspect/plugin-smpte.xml:
19395         * docs/plugins/inspect/plugin-speex.xml:
19396         * docs/plugins/inspect/plugin-udp.xml:
19397         * docs/plugins/inspect/plugin-videobox.xml:
19398         * docs/plugins/inspect/plugin-videoflip.xml:
19399         * docs/plugins/inspect/plugin-videomixer.xml:
19400         * docs/plugins/inspect/plugin-wavenc.xml:
19401         * docs/plugins/inspect/plugin-wavparse.xml:
19402         * ext/flac/gstflac.c: (plugin_init):
19403         * ext/flac/gstflacdec.c: (flacdec_get_type),
19404         (gst_flac_dec_base_init), (gst_flac_dec_class_init),
19405         (gst_flac_dec_init), (gst_flac_dec_finalize),
19406         (gst_flac_dec_update_metadata), (gst_flac_dec_metadata_callback),
19407         (gst_flac_dec_error_callback), (gst_flac_dec_seek),
19408         (gst_flac_dec_tell), (gst_flac_dec_length), (gst_flac_dec_eof),
19409         (gst_flac_dec_read), (gst_flac_dec_write), (gst_flac_dec_loop),
19410         (gst_flac_dec_get_src_formats), (gst_flac_dec_convert_src),
19411         (gst_flac_dec_get_src_query_types), (gst_flac_dec_src_query),
19412         (gst_flac_dec_src_event), (gst_flac_dec_sink_activate),
19413         (gst_flac_dec_sink_activate_pull), (gst_flac_dec_change_state):
19414         * ext/flac/gstflacdec.h:
19415         * ext/flac/gstflacenc.c: (gst_flac_enc_quality_get_type),
19416         (gst_flac_enc_base_init), (gst_flac_enc_class_init),
19417         (gst_flac_enc_init), (gst_flac_enc_finalize), (add_one_tag),
19418         (gst_flac_enc_set_metadata), (gst_flac_enc_sink_setcaps),
19419         (gst_flac_enc_update_quality), (gst_flac_enc_seek_callback),
19420         (gst_flac_enc_write_callback), (gst_flac_enc_tell_callback),
19421         (gst_flac_enc_sink_event), (gst_flac_enc_chain),
19422         (gst_flac_enc_set_property), (gst_flac_enc_get_property),
19423         (gst_flac_enc_change_state):
19424         * ext/flac/gstflacenc.h:
19425           borgify and fix up documentation
19426
19427 2005-12-09  Michael Smith  <msmith@fluendo.com>
19428
19429         * ext/flac/gstflacdec.c: (raw_caps_factory), (gst_flacdec_write):
19430           Accept a wider range of flac files, more closely matching flac spec.
19431
19432 2005-12-08  Julien MOUTTE  <julien@moutte.net>
19433
19434         * docs/plugins/Makefile.am: Add multipart elements.
19435         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19436         * docs/plugins/gst-plugins-good-plugins-sections.txt: Fix flac.
19437         * docs/plugins/gst-plugins-good-plugins.hierarchy:
19438         * gst/multipart/multipartdemux.c:
19439         * gst/multipart/multipartmux.c: Add docs.
19440
19441 2005-12-07  Edward Hervey  <edward@fluendo.com>
19442
19443         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event),
19444         (gst_avi_demux_parse_stream), (gst_avi_demux_stream_header),
19445         (gst_avi_demux_invert):
19446         Memleak and crasher fixes.
19447         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
19448         (gst_wavparse_create_sourcepad), (gst_wavparse_stream_headers):
19449         Memleak fixes
19450
19451 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
19452
19453         * ext/aalib/gstaasink.h:
19454         * ext/cairo/gsttextoverlay.h:
19455         * ext/dv/gstdvdec.h:
19456         * ext/dv/gstdvdemux.c:
19457         * ext/dv/gstdvdemux.h:
19458         * ext/esd/esdsink.h:
19459         * ext/flac/flac_compat.h:
19460         * ext/flac/gstflacdec.h:
19461         * ext/flac/gstflacenc.h:
19462         * ext/gconf/gconf.h:
19463         * ext/gconf/gstgconfaudiosink.h:
19464         * ext/gconf/gstgconfvideosink.h:
19465         * ext/gdk_pixbuf/gstgdkanimation.h:
19466         * ext/jpeg/gstjpegdec.h:
19467         * ext/jpeg/smokecodec.h:
19468         * ext/jpeg/smokeformat.h:
19469         * ext/ladspa/gstsignalprocessor.h:
19470         * ext/ladspa/search.c: (LADSPAPluginSearch):
19471         * ext/ladspa/utils.h:
19472         * ext/libmng/gstmng.c:
19473         * ext/libmng/gstmngdec.h:
19474         * ext/libmng/gstmngenc.c:
19475         * ext/libmng/gstmngenc.h:
19476         * ext/libpng/gstpng.c:
19477         * ext/libpng/gstpngenc.c:
19478         * ext/libpng/gstpngenc.h:
19479         * ext/shout2/gstshout2.h:
19480         * ext/speex/gstspeexdec.h:
19481         * ext/speex/gstspeexenc.c:
19482         * ext/speex/gstspeexenc.h:
19483         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19484         * gst/autodetect/gstautoaudiosink.h:
19485         * gst/autodetect/gstautovideosink.h:
19486         * gst/avi/gstavidemux.h:
19487         * gst/cutter/gstcutter.c: (gst_cutter_chain),
19488         (gst_cutter_set_property), (gst_cutter_get_caps):
19489         * gst/cutter/gstcutter.h:
19490         * gst/debug/tests.c: (md5_process_block):
19491         * gst/debug/tests.h:
19492         * gst/effectv/gstwarp.c:
19493         * gst/flx/flx_fmt.h:
19494         * gst/flx/gstflxdec.h:
19495         * gst/goom/filters.c: (setPixelRGB), (getPixelRGB), (getPixelRGB_),
19496         (zoomFilterFastRGB):
19497         * gst/goom/filters.h:
19498         * gst/goom/goom_tools.h:
19499         * gst/law/alaw-encode.c:
19500         * gst/level/gstlevel.c:
19501         * gst/level/gstlevel.h:
19502         * gst/matroska/ebml-write.h:
19503         * gst/matroska/matroska-demux.h:
19504         * gst/matroska/matroska-ids.h:
19505         * gst/matroska/matroska-mux.h:
19506         * gst/monoscope/convolve.c: (convolve_match):
19507         * gst/monoscope/convolve.h:
19508         * gst/multipart/multipartmux.c:
19509         * gst/oldcore/gstaggregator.c:
19510         * gst/oldcore/gstaggregator.h:
19511         * gst/oldcore/gstmd5sink.c: (md5_process_block):
19512         * gst/oldcore/gstmd5sink.h:
19513         * gst/oldcore/gstmultifilesrc.c:
19514         * gst/oldcore/gstmultifilesrc.h:
19515         * gst/oldcore/gstpipefilter.h:
19516         * gst/oldcore/gstshaper.h:
19517         * gst/rtp/gstrtpL16depay.h:
19518         * gst/rtp/gstrtpL16pay.h:
19519         * gst/rtp/gstrtpdepay.h:
19520         * gst/rtp/gstrtpmp4vpay.c:
19521         * gst/rtp/gstrtpmp4vpay.h:
19522         * gst/rtsp/gstrtspsrc.c:
19523         * gst/rtsp/gstrtspsrc.h:
19524         * gst/rtsp/rtspconnection.h:
19525         * gst/rtsp/rtspdefs.h:
19526         * gst/rtsp/rtspmessage.h:
19527         * gst/rtsp/rtsptransport.h:
19528         * gst/rtsp/rtspurl.c:
19529         * gst/rtsp/rtspurl.h:
19530         * gst/rtsp/sdpmessage.c:
19531         * gst/rtsp/sdpmessage.h:
19532         * gst/smpte/barboxwipes.c:
19533         * gst/smpte/gstmask.h:
19534         * gst/smpte/gstsmpte.h:
19535         * gst/smpte/paint.c:
19536         * gst/smpte/paint.h:
19537         * gst/udp/gstdynudpsink.h:
19538         * gst/udp/gstmultiudpsink.h:
19539         * gst/udp/gstudpsink.c:
19540         * gst/udp/gstudpsink.h:
19541         * gst/udp/gstudpsrc.c:
19542         * gst/videomixer/videomixer.c:
19543         * gst/wavenc/riff.h:
19544         * gst/wavparse/gstwavparse.h:
19545         * sys/oss/gstossdmabuffer.h:
19546         * sys/oss/gstossmixer.h:
19547         * sys/oss/gstossmixerelement.h:
19548         * sys/oss/gstossmixertrack.h:
19549         * sys/oss/gstosssink.c:
19550         * sys/oss/gstosssink.h:
19551         * sys/oss/gstosssrc.c:
19552         * sys/oss/gstosssrc.h:
19553         * sys/osxaudio/gstosxaudioelement.h:
19554         * sys/osxaudio/gstosxaudiosink.h:
19555         * sys/osxaudio/gstosxaudiosrc.h:
19556           expand tabs
19557
19558 === release 0.10.0 ===
19559
19560 2005-12-05   <thomas (at) apestaart (dot) org>
19561
19562         * configure.ac:
19563           releasing 0.10.0, "Abondance"
19564
19565 2005-12-05  Andy Wingo  <wingo@pobox.com>
19566
19567         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19568         * ext/flac/gstflacdec.c: (gst_flacdec_write):
19569         * ext/flac/gstflacenc.c: (gst_flacenc_write_callback):
19570         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19571         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_chain):
19572         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
19573         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_chain):
19574         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_process):
19575         * ext/libpng/gstpngdec.c: (user_info_callback), (gst_pngdec_task):
19576         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19577         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19578         * gst/auparse/gstauparse.c: (gst_auparse_chain):
19579         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
19580         * gst/goom/gstgoom.c: (gst_goom_chain):
19581         * gst/matroska/matroska-demux.c:
19582         (gst_matroska_demux_push_vorbis_codec_priv_data),
19583         (gst_matroska_demux_add_wvpk_header):
19584         * gst/multipart/multipartdemux.c: (gst_multipart_demux_chain):
19585         * gst/multipart/multipartmux.c: (gst_multipart_mux_collected):
19586         * gst/videomixer/videomixer.c: (gst_videomixer_collected):
19587         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Update for
19588         alloc_buffer changes.
19589
19590 2005-12-05  Michael Smith  <msmith@fluendo.com>
19591
19592         * docs/plugins/gst-plugins-good-plugins.args:
19593           Remove args for plugins that aren't in -good.
19594
19595 === release 0.9.7 ===
19596
19597 2005-12-01   <thomas (at) apestaart (dot) org>
19598
19599         * configure.ac:
19600           releasing 0.9.7, "Mijn Hond Heeft Geen Neus"
19601
19602 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19603
19604         * docs/plugins/.cvsignore:
19605         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19606         * docs/plugins/inspect/plugin-multipart.xml:
19607         * docs/plugins/inspect/plugin-rtp.xml:
19608           add multipart plugin to docs
19609
19610 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19611
19612         * configure.ac:
19613         * ext/Makefile.am:
19614         * ext/pango/Makefile.am:
19615         * ext/pango/gstclockoverlay.c:
19616         * ext/pango/gstclockoverlay.h:
19617         * ext/pango/gsttextoverlay.c:
19618         * ext/pango/gsttextoverlay.h:
19619         * ext/pango/gsttextrender.c:
19620         * ext/pango/gsttextrender.h:
19621         * ext/pango/gsttimeoverlay.c:
19622         * ext/pango/gsttimeoverlay.h:
19623           move pango to base
19624
19625 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19626
19627         * gst/rtp/Makefile.am:
19628         * gst/rtp/gstrtpL16depay.c:
19629         * gst/rtp/gstrtpL16depay.h:
19630         * gst/rtp/gstrtpL16parse.c:
19631         * gst/rtp/gstrtpL16parse.h:
19632         * gst/rtp/gstrtpgsmdepay.c:
19633         * gst/rtp/gstrtpgsmdepay.h:
19634         * gst/rtp/gstrtpgsmparse.c:
19635         * gst/rtp/gstrtpgsmparse.h:
19636           parsers are depayers
19637
19638 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19639
19640         * gst/rtp/Makefile.am:
19641         * gst/rtp/gstasteriskh263.c:
19642         * gst/rtp/gstrtp.c:
19643         * gst/rtp/gstrtpL16enc.c:
19644         * gst/rtp/gstrtpL16enc.h:
19645         * gst/rtp/gstrtpL16parse.c:
19646         * gst/rtp/gstrtpL16parse.h:
19647         * gst/rtp/gstrtpL16pay.c:
19648         * gst/rtp/gstrtpL16pay.h:
19649         * gst/rtp/gstrtpamrdec.c:
19650         * gst/rtp/gstrtpamrdec.h:
19651         * gst/rtp/gstrtpamrdepay.c:
19652         * gst/rtp/gstrtpamrdepay.h:
19653         * gst/rtp/gstrtpamrenc.c:
19654         * gst/rtp/gstrtpamrenc.h:
19655         * gst/rtp/gstrtpamrpay.c:
19656         * gst/rtp/gstrtpamrpay.h:
19657         * gst/rtp/gstrtpdec.c:
19658         * gst/rtp/gstrtpdec.h:
19659         * gst/rtp/gstrtpdepay.c:
19660         * gst/rtp/gstrtpdepay.h:
19661         * gst/rtp/gstrtpg711dec.c:
19662         * gst/rtp/gstrtpg711dec.h:
19663         * gst/rtp/gstrtpg711depay.c:
19664         * gst/rtp/gstrtpg711depay.h:
19665         * gst/rtp/gstrtpg711enc.c:
19666         * gst/rtp/gstrtpg711enc.h:
19667         * gst/rtp/gstrtpg711pay.c:
19668         * gst/rtp/gstrtpg711pay.h:
19669         * gst/rtp/gstrtpgsmenc.c:
19670         * gst/rtp/gstrtpgsmenc.h:
19671         * gst/rtp/gstrtpgsmparse.c:
19672         * gst/rtp/gstrtpgsmparse.h:
19673         * gst/rtp/gstrtpgsmpay.c:
19674         * gst/rtp/gstrtpgsmpay.h:
19675         * gst/rtp/gstrtph263enc.c:
19676         * gst/rtp/gstrtph263enc.h:
19677         * gst/rtp/gstrtph263pay.c:
19678         * gst/rtp/gstrtph263pay.h:
19679         * gst/rtp/gstrtph263pdec.c:
19680         * gst/rtp/gstrtph263pdec.h:
19681         * gst/rtp/gstrtph263pdepay.c:
19682         * gst/rtp/gstrtph263pdepay.h:
19683         * gst/rtp/gstrtph263penc.c:
19684         * gst/rtp/gstrtph263penc.h:
19685         * gst/rtp/gstrtph263ppay.c:
19686         * gst/rtp/gstrtph263ppay.h:
19687         * gst/rtp/gstrtpmp4vdec.c:
19688         * gst/rtp/gstrtpmp4vdec.h:
19689         * gst/rtp/gstrtpmp4vdepay.c:
19690         * gst/rtp/gstrtpmp4vdepay.h:
19691         * gst/rtp/gstrtpmp4venc.c:
19692         * gst/rtp/gstrtpmp4venc.h:
19693         * gst/rtp/gstrtpmp4vpay.c:
19694         * gst/rtp/gstrtpmp4vpay.h:
19695         * gst/rtp/gstrtpmpadec.c:
19696         * gst/rtp/gstrtpmpadec.h:
19697         * gst/rtp/gstrtpmpadepay.c:
19698         * gst/rtp/gstrtpmpadepay.h:
19699         * gst/rtp/gstrtpmpaenc.c:
19700         * gst/rtp/gstrtpmpaenc.h:
19701         * gst/rtp/gstrtpmpapay.c:
19702         * gst/rtp/gstrtpmpapay.h:
19703         * gst/rtp/gstrtpspeexdec.c:
19704         * gst/rtp/gstrtpspeexdec.h:
19705         * gst/rtp/gstrtpspeexdepay.c:
19706         * gst/rtp/gstrtpspeexdepay.h:
19707         * gst/rtp/gstrtpspeexenc.c:
19708         * gst/rtp/gstrtpspeexenc.h:
19709         * gst/rtp/gstrtpspeexpay.c:
19710         * gst/rtp/gstrtpspeexpay.h:
19711           Do burger's rename for rtp payloaders and depayloaders
19712
19713 2005-11-30  Wim Taymans  <wim@fluendo.com>
19714
19715         * ext/dv/gstdvdec.c: (gst_dvdec_chain):
19716         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
19717         * ext/dv/gstdvdemux.h:
19718         Fix seeking in dvdemux again, add some more debug info.
19719
19720 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19721
19722         * configure.ac:
19723           fix tests
19724
19725 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19726
19727         * PORTED_09:
19728         * docs/random/PORTED_09:
19729           move
19730         * tests/Makefile.am:
19731           add
19732         * win32/gst.sln:
19733           remove
19734
19735 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19736
19737         * Makefile.am:
19738         * check/.cvsignore:
19739         * check/Makefile.am:
19740         * check/elements/.cvsignore:
19741         * check/elements/level.c:
19742         * check/elements/matroskamux.c:
19743         * configure.ac:
19744         * examples/Makefile.am:
19745         * examples/capsfilter/Makefile.am:
19746         * examples/capsfilter/capsfilter1.c:
19747         * examples/gob/Makefile.am:
19748         * examples/gob/gst-identity2.gob:
19749         * examples/gstplay/.cvsignore:
19750         * examples/gstplay/Makefile.am:
19751         * examples/gstplay/player.c:
19752         * examples/indexing/.cvsignore:
19753         * examples/indexing/Makefile.am:
19754         * examples/indexing/indexmpeg.c:
19755         * examples/level/Makefile.am:
19756         * examples/level/README:
19757         * examples/level/demo.c:
19758         * examples/level/plot.c:
19759         * examples/stats/Makefile.am:
19760         * examples/stats/mp2ogg.c:
19761         * examples/switch/.cvsignore:
19762         * examples/switch/Makefile.am:
19763         * examples/switch/switcher.c:
19764           move under tests/
19765
19766 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19767
19768         * ext/pango/gsttextrender.c: (gst_text_render_base_init),
19769         (gst_text_render_class_init), (resize_bitmap),
19770         (gst_text_render_render_text), (gst_text_render_setcaps),
19771         (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv),
19772         (gst_text_render_chain), (gst_text_render_finalize),
19773         (gst_text_render_init), (gst_text_render_set_property):
19774         * ext/pango/gsttextrender.h:
19775           Add missing files.
19776
19777 2005-11-30  Tim-Philipp Müller  <tim at centricular dot net>
19778
19779         * configure.ac:
19780         * ext/Makefile.am:
19781         * ext/pango/Makefile.am:
19782         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init),
19783         (gst_clock_overlay_render_time), (gst_clock_overlay_get_text),
19784         (gst_clock_overlay_class_init), (gst_clock_overlay_init):
19785         * ext/pango/gstclockoverlay.h:
19786         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
19787         (gst_text_overlay_get_text), (gst_text_overlay_class_init),
19788         (gst_text_overlay_finalize), (gst_text_overlay_init),
19789         (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps),
19790         (gst_text_overlay_text_pad_linked),
19791         (gst_text_overlay_text_pad_unlinked),
19792         (gst_text_overlay_set_property), (gst_text_overlay_getcaps),
19793         (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420),
19794         (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text),
19795         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19796         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19797         (gst_text_overlay_change_state), (plugin_init):
19798         * ext/pango/gsttextoverlay.h:
19799         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init),
19800         (gst_time_overlay_render_time), (gst_time_overlay_get_text),
19801         (gst_time_overlay_class_init), (gst_time_overlay_init):
19802         * ext/pango/gsttimeoverlay.h:
19803           Port pango-based textoverlay, timeoverlay and textrender to 0.9 
19804           and add background shading and text wrapping modes. Make 
19805           timoverlay derive from textoverlay. Also add new clockoverlay
19806           element.
19807
19808 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19809
19810         * gst/udp/Makefile.am: Moved to netbuffer.
19811
19812 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19813
19814         * configure.ac:
19815         * PORTED_O9:
19816         * gst/multipart/Makefile.am:
19817         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
19818         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
19819         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
19820         (gst_multipart_demux_change_state),
19821         (gst_multipart_demux_plugin_init):
19822         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
19823         (gst_multipart_mux_init), (gst_multipart_mux_finalize),
19824         (gst_multipart_mux_sinkconnect),
19825         (gst_multipart_mux_request_new_pad),
19826         (gst_multipart_mux_handle_src_event),
19827         (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected),
19828         (gst_multipart_mux_change_state): Ported multipart mux/demux to
19829         0.9.
19830
19831 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19832
19833         * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type):
19834         * gst/debug/gstnavigationtest.h:
19835         * gst/effectv/gstaging.c: (gst_agingtv_get_type):
19836         * gst/effectv/gstdice.c: (gst_dicetv_get_type):
19837         * gst/effectv/gstedge.c: (gst_edgetv_get_type):
19838         * gst/effectv/gstquark.c: (gst_quarktv_get_type):
19839         * gst/effectv/gstrev.c: (gst_revtv_get_type):
19840         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type):
19841         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type):
19842         * gst/effectv/gstwarp.c: (gst_warptv_get_type):
19843         * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property),
19844         (gst_video_flip_get_type):
19845         * gst/videofilter/gstvideoflip.h:
19846           update for symbols change
19847
19848 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19849
19850         * gst/udp/gstdynudpsink.c:
19851         * gst/udp/gstudpsrc.c:
19852           the old gstnet lib was renamed gstnetbuffer (#322257)
19853
19854 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19855
19856         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text),
19857         (gst_text_overlay_collected):
19858           Actually render the text from the text pad.
19859
19860 2005-11-29  Edward Hervey  <edward@fluendo.com>
19861
19862         * gst/debug/gstnavseek.c: (gst_navseek_event):
19863         * gst/debug/progressreport.c: (gst_progress_report_event):
19864         Update for GstBaseTransform event virtual method
19865
19866 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19867
19868         * ext/cairo/Makefile.am:
19869           no need to link to videofilter
19870
19871 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19872
19873         * gst/debug/Makefile.am:
19874         * gst/debug/gstnavigationtest.h:
19875         * gst/effectv/Makefile.am:
19876         * gst/effectv/gstaging.c:
19877         * gst/effectv/gstdice.c:
19878         * gst/effectv/gstedge.c:
19879         * gst/effectv/gstquark.c:
19880         * gst/effectv/gstrev.c:
19881         * gst/effectv/gstshagadelic.c:
19882         * gst/effectv/gstvertigo.c:
19883         * gst/effectv/gstwarp.c:
19884         * gst/videofilter/Makefile.am:
19885         * gst/videofilter/gstvideofilter.c:
19886         * gst/videofilter/gstvideofilter.h:
19887         * gst/videofilter/gstvideoflip.h:
19888           remove the videofilter library and link to the one in base
19889
19890 2005-11-28  Edward Hervey  <edward@fluendo.com>
19891
19892         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
19893         Useless check now we're setting the current entry correctly.
19894
19895 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19896
19897         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain),
19898         (gst_jpegenc_set_property), (gst_jpegenc_get_property),
19899         (gst_jpegenc_change_state):
19900           Don't leak input buffer in chain function (fixes #322667); make 
19901           state change function thread-safe; don't repeat the current function
19902           name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use
19903           gst_pad_alloc_buffer(); misc. minor cleanups.
19904
19905 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19906
19907         * gst/matroska/matroska-mux.c:
19908         (gst_matroska_mux_video_pad_setcaps):
19909         Look for pixel-aspect-ratio in caps, not pixel_width and
19910         pixel_height (Fixes: #322645)
19911
19912 2005-11-28  Jan Schmidt  <thaytan@mad.scientist.com>
19913
19914         * gst/matroska/matroska-mux.c:
19915         (gst_matroska_mux_video_pad_setcaps):
19916         From Michal Benes:
19917         frame duration should be GST_SECOND / framerate, not
19918         GST_SECOND * framerate. (Fixes: #322643)
19919
19920 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19921
19922         * configure.ac:
19923           fix up GST_PLUGIN_LDFLAGS
19924         * gst/rtsp/rtspconnection.c:
19925           fix includes (see #317043)
19926         * gst/videofilter/Makefile.am:
19927           stop installing this library
19928
19929 2005-11-26  Edward Hervey  <edward@fluendo.com>
19930
19931         * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps):
19932         Handle the case where the incoming Video dv stream doesn't have
19933         a pixel aspect ratio set.
19934
19935 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19936
19937         * docs/plugins/Makefile.am:
19938         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19939         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19940         * ext/flac/gstflacdec.c:
19941           document flacdec
19942
19943 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19944
19945         * docs/plugins/Makefile.am:
19946         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19947         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19948         * docs/plugins/inspect/plugin-autodetect.xml:
19949         * ext/cairo/gstcairo.c: (plugin_init):
19950         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
19951         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
19952         (gst_text_overlay_init), (gst_text_overlay_font_init),
19953         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
19954         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
19955         (gst_text_overlay_text_pad_linked),
19956         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
19957         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
19958         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
19959         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
19960         (gst_text_overlay_change_state):
19961         * ext/cairo/gsttextoverlay.h:
19962         * ext/cairo/gsttimeoverlay.c:
19963         (gst_cairo_time_overlay_update_font_height),
19964         (gst_cairo_time_overlay_set_caps),
19965         (gst_cairo_time_overlay_get_unit_size),
19966         (gst_cairo_time_overlay_print_smpte_time),
19967         (gst_cairo_time_overlay_transform),
19968         (gst_cairo_time_overlay_base_init),
19969         (gst_cairo_time_overlay_class_init), (gst_cairo_time_overlay_init),
19970         (gst_cairo_time_overlay_get_type):
19971         * ext/cairo/gsttimeoverlay.h:
19972           do some name borgifying
19973           document
19974
19975 2005-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19976
19977         * docs/plugins/Makefile.am:
19978         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
19979         * docs/plugins/gst-plugins-good-plugins-sections.txt:
19980         * gst/autodetect/gstautoaudiosink.c:
19981         (gst_auto_audio_sink_base_init):
19982         * gst/autodetect/gstautovideosink.c:
19983         (gst_auto_video_sink_base_init),
19984         (gst_auto_video_sink_factory_filter):
19985           documenting auto*sink
19986           using strstr for the video sink lookup, class field is not ordered
19987         * docs/plugins/inspect/plugin-1394.xml:
19988         * docs/plugins/inspect/plugin-aasink.xml:
19989         * docs/plugins/inspect/plugin-alaw.xml:
19990         * docs/plugins/inspect/plugin-alpha.xml:
19991         * docs/plugins/inspect/plugin-alphacolor.xml:
19992         * docs/plugins/inspect/plugin-auparse.xml:
19993         * docs/plugins/inspect/plugin-autodetect.xml:
19994         * docs/plugins/inspect/plugin-avi.xml:
19995         * docs/plugins/inspect/plugin-cacasink.xml:
19996         * docs/plugins/inspect/plugin-cairo.xml:
19997         * docs/plugins/inspect/plugin-cutter.xml:
19998         * docs/plugins/inspect/plugin-debug.xml:
19999         * docs/plugins/inspect/plugin-dv.xml:
20000         * docs/plugins/inspect/plugin-efence.xml:
20001         * docs/plugins/inspect/plugin-effectv.xml:
20002         * docs/plugins/inspect/plugin-esdsink.xml:
20003         * docs/plugins/inspect/plugin-flac.xml:
20004         * docs/plugins/inspect/plugin-flxdec.xml:
20005         * docs/plugins/inspect/plugin-gconfelements.xml:
20006         * docs/plugins/inspect/plugin-goom.xml:
20007         * docs/plugins/inspect/plugin-jpeg.xml:
20008         * docs/plugins/inspect/plugin-level.xml:
20009         * docs/plugins/inspect/plugin-matroska.xml:
20010         * docs/plugins/inspect/plugin-mulaw.xml:
20011         * docs/plugins/inspect/plugin-navigationtest.xml:
20012         * docs/plugins/inspect/plugin-ossaudio.xml:
20013         * docs/plugins/inspect/plugin-png.xml:
20014         * docs/plugins/inspect/plugin-rtp.xml:
20015         * docs/plugins/inspect/plugin-rtsp.xml:
20016         * docs/plugins/inspect/plugin-shout2send.xml:
20017         * docs/plugins/inspect/plugin-smpte.xml:
20018         * docs/plugins/inspect/plugin-speex.xml:
20019         * docs/plugins/inspect/plugin-udp.xml:
20020         * docs/plugins/inspect/plugin-videobox.xml:
20021         * docs/plugins/inspect/plugin-videoflip.xml:
20022         * docs/plugins/inspect/plugin-videomixer.xml:
20023         * docs/plugins/inspect/plugin-wavenc.xml:
20024         * docs/plugins/inspect/plugin-wavparse.xml:
20025           update for HEAD version
20026
20027 2005-11-25  Michael Smith  <msmith@fluendo.com>
20028
20029         * gst/udp/gstudpsrc.c: (gst_udpsrc_stop):
20030           Patch from Sebastien Cote to close control sockets in udpsrc.
20031
20032 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20033
20034         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20035         (gst_quarktv_get_unit_size), (gst_quarktv_transform),
20036         (gst_quarktv_planetable_clear), (gst_quarktv_change_state),
20037         (gst_quarktv_base_init), (gst_quarktv_class_init),
20038         (gst_quarktv_init): Flush the planes list on reverse caps
20039         negotiation. This was crashing because of differently sized
20040         buffers.
20041
20042 2005-11-24  Julien MOUTTE  <julien@moutte.net>
20043
20044         * gst/debug/gstnavigationtest.c: (draw_box_planar411):
20045         * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type),
20046         (gst_videoflip_set_caps), (gst_videoflip_transform_caps),
20047         (gst_videoflip_get_unit_size), (gst_videoflip_flip),
20048         (gst_videoflip_transform), (gst_videoflip_handle_src_event),
20049         (gst_videoflip_set_property), (gst_videoflip_base_init),
20050         (gst_videoflip_class_init), (gst_videoflip_init): Handle strides
20051         correctly, fix identity flipping, convert navigation event 
20052         correctly again.
20053
20054 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20055
20056         * configure.ac: back to HEAD
20057
20058 === release 0.9.6 ===
20059
20060 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
20061
20062         * configure.ac:
20063           releasing 0.9.6, "Everything's Not Lost"
20064
20065 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20066
20067         * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
20068         Oops, initialise the framerate GValue
20069
20070 2005-11-23  Julien MOUTTE  <julien@moutte.net>
20071
20072         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
20073         (gst_timeoverlay_set_caps), (gst_timeoverlay_get_unit_size),
20074         (gst_timeoverlay_transform), (gst_timeoverlay_base_init),
20075         (gst_timeoverlay_class_init), (gst_timeoverlay_init),
20076         (gst_timeoverlay_get_type):
20077         * ext/cairo/gsttimeoverlay.h:
20078         * gst/debug/Makefile.am:
20079         * gst/debug/gstnavigationtest.c:
20080         (gst_navigationtest_handle_src_event),
20081         (gst_navigationtest_get_unit_size), (gst_navigationtest_set_caps),
20082         (gst_navigationtest_transform), (gst_navigationtest_change_state),
20083         (gst_navigationtest_base_init), (gst_navigationtest_class_init),
20084         (gst_navigationtest_init), (gst_navigationtest_get_type),
20085         (plugin_init):
20086         * gst/debug/gstnavigationtest.h:
20087         * gst/effectv/Makefile.am:
20088         * gst/effectv/gstaging.c: (gst_agingtv_set_caps),
20089         (gst_agingtv_get_unit_size), (gst_agingtv_transform),
20090         (gst_agingtv_base_init), (gst_agingtv_class_init),
20091         (gst_agingtv_init), (gst_agingtv_get_type):
20092         * gst/effectv/gstdice.c: (gst_dicetv_set_caps),
20093         (gst_dicetv_get_unit_size), (gst_dicetv_transform),
20094         (gst_dicetv_base_init), (gst_dicetv_class_init), (gst_dicetv_init),
20095         (gst_dicetv_get_type):
20096         * gst/effectv/gstedge.c: (gst_edgetv_set_caps),
20097         (gst_edgetv_get_unit_size), (gst_edgetv_transform),
20098         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20099         (gst_edgetv_get_type):
20100         * gst/effectv/gsteffectv.c:
20101         * gst/effectv/gsteffectv.h:
20102         * gst/effectv/gstquark.c: (gst_quarktv_set_caps),
20103         (gst_quarktv_get_unit_size), (fastrand), (gst_quarktv_transform),
20104         (gst_quarktv_change_state), (gst_quarktv_base_init),
20105         (gst_quarktv_class_init), (gst_quarktv_init),
20106         (gst_quarktv_get_type):
20107         * gst/effectv/gstrev.c: (gst_revtv_set_caps),
20108         (gst_revtv_get_unit_size), (gst_revtv_transform),
20109         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20110         (gst_revtv_get_type):
20111         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_set_caps),
20112         (gst_shagadelictv_get_unit_size), (gst_shagadelictv_transform),
20113         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20114         (gst_shagadelictv_init), (gst_shagadelictv_get_type):
20115         * gst/effectv/gstvertigo.c: (gst_vertigotv_set_caps),
20116         (gst_vertigotv_get_unit_size), (gst_vertigotv_transform),
20117         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20118         (gst_vertigotv_init), (gst_vertigotv_get_type):
20119         * gst/effectv/gstwarp.c: (gst_warptv_set_caps),
20120         (gst_warptv_get_unit_size), (gst_warptv_transform),
20121         (gst_warptv_base_init), (gst_warptv_class_init), (gst_warptv_init),
20122         (gst_warptv_get_type):
20123         * gst/videofilter/Makefile.am:
20124         * gst/videofilter/gstvideobalance.c:
20125         * gst/videofilter/gstvideobalance.h:
20126         * gst/videofilter/gstvideofilter.c: (gst_videofilter_get_type),
20127         (gst_videofilter_class_init), (gst_videofilter_init):
20128         * gst/videofilter/gstvideofilter.h:
20129         * gst/videofilter/gstvideoflip.c: (gst_videoflip_set_caps),
20130         (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size),
20131         (gst_videoflip_flip), (gst_videoflip_transform),
20132         (gst_videoflip_handle_src_event), (gst_videoflip_set_property),
20133         (gst_videoflip_base_init), (gst_videoflip_class_init),
20134         (gst_videoflip_init), (plugin_init), (gst_videoflip_get_type):
20135         * gst/videofilter/gstvideoflip.h: VideoFilter inherits from
20136         BaseTransform, it's just a place holder for now and every video
20137         effect plugin has been ported to use BaseTransform features 
20138         directly. QuarkTV was fixed too (was broken), navigationtest works
20139         and best for the end, videoflip converts navigation events depending
20140         on flip method ! Fixes #320953
20141
20142 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
20143
20144         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20145         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_collected):
20146         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20147         (gst_goom_src_negotiate), (gst_goom_chain):
20148         * gst/matroska/matroska-mux.c:
20149         (gst_matroska_mux_video_pad_setcaps):
20150         * sys/osxvideo/osxvideosink.m:
20151           Fixes for API changes
20152
20153 2005-11-23  Michael Smith <msmith@fluendo.com>
20154
20155         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_setcaps),
20156         (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state):
20157         * ext/jpeg/gstjpegdec.h:
20158         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_setcaps):
20159         * ext/jpeg/gstjpegenc.h:
20160         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_setcaps),
20161         (gst_smokeenc_resync):
20162         * ext/jpeg/gstsmokeenc.h:
20163           JPEG fractiony goodness.
20164
20165 2005-11-22  Michael Smith <msmith@fluendo.com>
20166
20167         * gst/goom/filters.c:
20168         * gst/goom/graphic.h:
20169           Fix compilation by making some functions static inline instead of
20170           extern inline, matching the way they're used.
20171
20172 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20173
20174         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_init),
20175         (gst_text_overlay_setcaps), (gst_text_overlay_collected):
20176         * ext/cairo/gsttextoverlay.h:
20177         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link):
20178         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20179         * ext/libpng/gstpngdec.c: (gst_pngdec_init),
20180         (gst_pngdec_caps_create_and_set):
20181         * ext/libpng/gstpngdec.h:
20182         * ext/libpng/gstpngenc.c: (gst_pngenc_setcaps):
20183         * gst/alpha/gstalphacolor.c: (gst_alpha_color_set_caps):
20184         * gst/avi/gstavimux.c: (gst_avimux_init),
20185         (gst_avimux_vidsinkconnect):
20186         * gst/flx/gstflxdec.c: (gst_flxdec_chain):
20187         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_setcaps),
20188         (gst_goom_src_negotiate), (gst_goom_chain):
20189         * gst/goom/gstgoom.h:
20190         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20191         * gst/matroska/matroska-mux.c:
20192         (gst_matroska_mux_video_pad_setcaps):
20193         * sys/osxvideo/osxvideosink.h:
20194         * sys/osxvideo/osxvideosink.m:
20195           More fractional framerate conversions 
20196
20197 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
20198
20199         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20200         * gst/debug/gstnavigationtest.c:
20201         (gst_navigationtest_handle_src_event):
20202         * gst/videofilter/gstvideofilter.c:
20203         (gst_videofilter_format_get_structure), (gst_videofilter_setcaps),
20204         (gst_videofilter_init):
20205         * gst/videofilter/gstvideofilter.h:
20206           Convert to fractional framerates.
20207
20208 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20209
20210         * ext/aalib/gstaasink.c:
20211         * ext/dv/gstdvdec.c:
20212         * ext/esd/esdmon.c:
20213         * ext/flac/gstflacenc.c:
20214         * ext/gdk_pixbuf/pixbufscale.c:
20215         * ext/libcaca/gstcacasink.c:
20216         * ext/shout2/gstshout2.c:
20217         * gst/alpha/gstalpha.c:
20218         * gst/oldcore/gstaggregator.c:
20219         * gst/oldcore/gstshaper.c:
20220         * gst/smpte/barboxwipes.c:
20221         * gst/smpte/gstsmpte.c:
20222         * gst/videobox/gstvideobox.c:
20223         * gst/videofilter/gstvideoflip.c:
20224         * gst/videomixer/videomixer.c:
20225           fix up more enums
20226
20227 2005-11-22  Michael Smith <msmith@fluendo.com>
20228
20229         * gst/videomixer/videomixer.c: (gst_videomixer_pad_sink_setcaps),
20230         (gst_videomixer_getcaps), (gst_videomixer_fill_queues),
20231         (gst_videomixer_update_queues):
20232           Fractional framerates, videomixer.
20233
20234 2005-11-22  Michael Smith <msmith@fluendo.com>
20235
20236         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_sink_setcaps):
20237         * ext/dv/gstdvdec.h:
20238         * ext/dv/gstdvdemux.c: (gst_dvdemux_init),
20239         (gst_dvdemux_src_convert), (gst_dvdemux_sink_convert),
20240         (gst_dvdemux_demux_video), (gst_dvdemux_demux_frame),
20241         (gst_dvdemux_flush):
20242         * ext/dv/gstdvdemux.h:
20243           Fractional framerates for DV. 
20244
20245 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20246
20247         * gst/autodetect/gstautoaudiosink.c:
20248         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20249         * gst/autodetect/gstautovideosink.c:
20250         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
20251           Use gst_plugin_feature_list_free() to free feature list and
20252           in the case of autovideosink free the list at all. Also
20253           miscellaneous cosmetic fixes.
20254
20255 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
20256
20257         * gst/cutter/gstcutter.c: (gst_cutter_chain),
20258         (gst_cutter_set_property), (gst_cutter_get_caps):
20259           copy calculation code from level; remove use of some audio
20260           functions
20261
20262 2005-11-22  Andy Wingo  <wingo@pobox.com>
20263
20264         * Update for gst_tag_setter API changes.
20265
20266 2005-11-22  Andy Wingo  <wingo@pobox.com>
20267
20268         * ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event)
20269         (gst_dvdemux_demux_frame)
20270         * ext/flac/gstflacdec.c (gst_flacdec_write)
20271         * ext/flac/gstflacenc.c (gst_flacenc_seek_callback)
20272         (gst_flacenc_sink_event)
20273         * ext/gconf/gstgconfaudiosink.c (gst_gconf_audio_sink_init)
20274         * ext/gconf/gstgconfvideosink.c (gst_gconf_video_sink_init)
20275         * ext/libpng/gstpngdec.c (gst_pngdec_caps_create_and_set)
20276         * ext/speex/gstspeexdec.c (speex_dec_event, speex_dec_chain)
20277         * gst/auparse/gstauparse.c (gst_auparse_chain)
20278         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_init)
20279         * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_init)
20280         * gst/avi/gstavidemux.c (gst_avi_demux_stream_header)
20281         (gst_avi_demux_handle_seek)
20282         * gst/goom/gstgoom.c (gst_goom_event)
20283         * gst/matroska/ebml-write.c (gst_ebml_write_seek)
20284         * gst/matroska/matroska-demux.c
20285         (gst_matroska_demux_handle_seek_event)
20286         (gst_matroska_demux_loop_stream_parse_id)
20287         * gst/wavenc/gstwavenc.c (gst_wavenc_stop_file)
20288         * gst/wavparse/gstwavparse.c (gst_wavparse_handle_seek)
20289         (gst_wavparse_stream_headers): Run update-funcnames.
20290
20291 2005-11-22  Edward Hervey  <edward@fluendo.com>
20292
20293         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20294         (gst_dv1394src_init), (gst_dv1394src_dispose),
20295         (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
20296         (gst_dv1394src_uri_set_uri):
20297         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
20298         (gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
20299         (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
20300         URIHandler interface and element properties are now properly
20301         synchronized for DV1394src and UDPSrc
20302
20303 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
20304
20305         * ext/flac/Makefile.am:
20306         * ext/speex/Makefile.am:
20307           libgsttagedit has been renamed to libgsttag.
20308
20309 2005-11-21  Wim Taymans  <wim@fluendo.com>
20310
20311         * gst/rtsp/rtspconnection.c: (read_body):
20312         Apply patch from Sebastien Cote to fix #319184.
20313
20314 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
20315
20316         * configure.ac:
20317         * gst/cutter/Makefile.am:
20318         * gst/cutter/gstcutter.c: (gst_cutter_class_init),
20319         (gst_cutter_init), (gst_cutter_message_new), (gst_cutter_chain),
20320         (gst_cutter_set_property), (gst_cutter_get_property),
20321         (plugin_init), (gst_cutter_get_caps):
20322           port cutter
20323         * gst/level/gstlevel.c:
20324           fix up plugin details
20325
20326 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20327
20328         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event):
20329         * ext/flac/gstflacdec.c: (gst_flacdec_loop),
20330         (gst_flacdec_src_event):
20331         * ext/flac/gstflacenc.c: (gst_flacenc_sink_event):
20332         * ext/ladspa/gstsignalprocessor.c: (gst_signal_processor_event),
20333         (gst_signal_processor_getrange), (gst_signal_processor_chain):
20334         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
20335         * gst/flx/gstflxdec.c: (gst_flxdec_src_event_handler),
20336         (gst_flxdec_sink_event_handler):
20337         * gst/matroska/matroska-demux.c:
20338         (gst_matroska_demux_handle_seek_event):
20339         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek):
20340           Update for stream lock API changes: don't take stream log
20341           in sink event handlers any longer and change GST_STREAM_LOCK
20342           to GST_PAD_STREAM_LOCK. Don't leak references in flxdec event
20343           functions.
20344
20345 2005-11-21  Michael Smith <msmith@fluendo.com>
20346
20347         * gst/auparse/gstauparse.c: (gst_auparse_dispose):
20348           gst_object_unref, not g_object_unref
20349
20350 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20351
20352         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20353         (gst_wavparse_create_sourcepad), (gst_wavparse_sink_activate):
20354           Use GST_DEBUG_FUNCPTR; add debug message in pad activate function.
20355
20356 2005-11-21  Michael Smith <msmith@fluendo.com>
20357
20358         * gst/auparse/Makefile.am:
20359         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
20360         (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
20361         (gst_auparse_change_state):
20362         * gst/auparse/gstauparse.h:
20363           Partially fix #161712. playbin still doesn't work on these files,
20364           (on the bug report, Andy says we aren't typefinding it for some
20365           reason?) but at least auparse isn't totally busted like it was before.
20366
20367 2005-11-21  Andy Wingo  <wingo@pobox.com>
20368
20369         * *.h:
20370         * *.c: Ran scripts/update-macros. Oh yes.
20371
20372 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20373
20374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_sync_streams):
20375           Filler events are gone for now, comment out section generating
20376           them.
20377
20378 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
20379
20380         * ext/aalib/gstaasink.c: (gst_aasink_fixate):
20381         * ext/mikmod/gstmikmod.c: (gst_mikmod_srcfixate):
20382         * gst/goom/gstgoom.c: (gst_goom_src_negotiate):
20383         * sys/osxvideo/osxvideosink.m:
20384           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20385           (#322027)
20386
20387 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20388
20389         * ext/aalib/gstaasink.c: (gst_aasink_setcaps):
20390         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_file_header),
20391         (gst_avi_demux_read_subindexes), (gst_avi_demux_parse_stream),
20392         (gst_avi_demux_parse_odml), (gst_avi_demux_stream_index),
20393         (gst_avi_demux_sync), (gst_avi_demux_stream_header),
20394         (gst_avi_demux_stream_data):
20395         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
20396         * gst/wavenc/gstwavenc.c: (write_metadata):
20397         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_adtl),
20398         (gst_wavparse_parse_file_header), (gst_wavparse_stream_headers):
20399         Fixes for GST_FOURCC_FORMAT API change.
20400
20401 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20402
20403         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_finalize),
20404         (gst_text_overlay_init), (gst_text_overlay_text_pad_linked),
20405         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_pop_video),
20406         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20407         (gst_text_overlay_change_state):
20408         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
20409         (gst_matroska_mux_reset), (gst_matroska_mux_request_new_pad),
20410         (gst_matroska_mux_best_pad), (gst_matroska_mux_change_state):
20411         * gst/smpte/gstsmpte.c: (gst_smpte_init), (gst_smpte_collected):
20412         * gst/videomixer/videomixer.c: (gst_videomixer_init),
20413         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
20414         (gst_videomixer_change_state):
20415           Fix for collect pads API change. Also fix textoverlay state
20416           change function.
20417
20418 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20419
20420         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Replace
20421         GST_PAD_IS_USABLE by something approaching it.
20422
20423 2005-11-20  Julien MOUTTE  <julien@moutte.net>
20424
20425         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start): Fix for
20426         API changes.
20427         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix for API changes,
20428         but also fix the code that was not checking return values from
20429         pad_push neither using pad_alloc_buffer.
20430
20431 2005-11-18  Edward Hervey  <edward@fluendo.com>
20432
20433         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
20434         (gst_pngenc_chain):
20435         Added debug category
20436         Return GST_FLOW_UNEXPECTED when sending an EOS, so the whole pipeline
20437         goes to EOS.
20438
20439 2005-11-17  Edgard Lima <edgard.lima@indt.org.br>
20440
20441         * gst/rtp/Makefile.am
20442         * gst/rtp/gstrtp.c
20443         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_src_template),
20444         (gst_rtpg711enc_class_init), (gst_rtpg711enc_init),
20445         (gst_rtpg711enc_finalize), (gst_rtpg711enc_setcaps),
20446         (gst_rtpg711enc_flush), (gst_rtpg711enc_handle_buffer):
20447         * gst/rtp/gstrtpg711enc.h:
20448         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_sink_template):
20449         * gst/rtp/gstrtpspeexenc.c:
20450         * gst/rtp/gstrtpspeexenc.h:
20451         * gst/rtp/gstrtpspeexdec.c:
20452         * gst/rtp/gstrtpspeexdec.h:
20453         Created Speex payloader and depayloader; Optimize G711 payloader to
20454         use adapter and send packets until MTU size.
20455
20456 2005-11-16  Wim Taymans  <wim@fluendo.com>
20457
20458         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad):
20459         Fix leak in check.
20460
20461 2005-11-16  Wim Taymans  <wim@fluendo.com>
20462
20463         * gst/flx/gstflxdec.c: (gst_flxdec_change_state):
20464         Fix state change.
20465
20466 2005-11-16  Andy Wingo  <wingo@pobox.com>
20467
20468         * gst/udp/gstudpsrc.c: Clean up with the boilerplate macro.
20469         (gst_udpsrc_create): Move comment.
20470
20471 2005-11-15  Vincent Torri  <torri at iecn dot u-nancy dot fr>
20472
20473         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20474
20475         * gst/matroska/matroska-demux.c: (gst_matroskademux_do_index_seek):
20476           When seeking, seek to closest index entry at or before the requested
20477           seek position, not just the closest one (#321001).
20478
20479 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20480
20481         * gst/avi/gstavidemux.c: (swap_line), (gst_avi_demux_invert),
20482         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data):
20483           Invert DIB images again (see #132341).
20484
20485 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20486
20487         * configure.ac:
20488           rework configure.ac file
20489         * ext/aalib/gstaasink.c:
20490         * ext/cairo/gstcairo.c:
20491         * ext/dv/gstdv.c:
20492         * ext/esd/gstesd.c:
20493         * ext/flac/gstflac.c:
20494         * ext/gconf/gstgconfelements.c:
20495         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20496         * ext/jpeg/gstjpeg.c:
20497         * ext/ladspa/gstladspa.c:
20498         * ext/libcaca/gstcacasink.c:
20499         * ext/libmng/gstmng.c:
20500         * ext/libpng/gstpng.c:
20501         * ext/mikmod/gstmikmod.c:
20502         * ext/pango/gsttextoverlay.c:
20503         * ext/pango/gsttimeoverlay.c:
20504         * ext/raw1394/gst1394.c:
20505         * ext/speex/gstspeex.c:
20506         * gst/alpha/Makefile.am:
20507         * gst/alpha/gstalpha.c:
20508         * gst/alpha/gstalphacolor.c:
20509         * gst/auparse/gstauparse.c:
20510         * gst/autodetect/gstautoaudiosink.c:
20511         (gst_auto_audio_sink_factory_filter),
20512         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
20513         * gst/autodetect/gstautodetect.c:
20514         * gst/avi/gstavi.c:
20515         * gst/cutter/gstcutter.c:
20516         * gst/debug/efence.c:
20517         * gst/debug/gstdebug.c:
20518         * gst/debug/gstnavigationtest.c:
20519         * gst/effectv/gsteffectv.c:
20520         * gst/flx/gstflxdec.c:
20521         * gst/goom/gstgoom.c:
20522         * gst/interleave/plugin.c:
20523         * gst/law/alaw.c:
20524         * gst/law/mulaw.c:
20525         * gst/level/gstlevel.c:
20526         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20527         * gst/matroska/matroska.c:
20528         * gst/median/gstmedian.c:
20529         * gst/monoscope/gstmonoscope.c:
20530         * gst/multipart/multipart.c:
20531         * gst/oldcore/gstelements.c:
20532         * gst/rtp/gstrtp.c:
20533         * gst/rtsp/gstrtsp.c:
20534         * gst/smoothwave/gstsmoothwave.c:
20535         * gst/smpte/gstsmpte.c:
20536         * gst/udp/gstudp.c:
20537         * gst/videobox/gstvideobox.c:
20538         * gst/videofilter/gstgamma.c:
20539         * gst/videofilter/gstvideobalance.c:
20540         * gst/videofilter/gstvideoflip.c:
20541         * gst/videofilter/gstvideotemplate.c:
20542         * gst/videomixer/videomixer.c:
20543         * gst/wavenc/gstwavenc.c:
20544         * gst/wavparse/gstwavparse.c:
20545         * sys/oss/gstossaudio.c:
20546         * sys/osxaudio/gstosxaudio.c:
20547           update GST_PLUGIN_DEFINE
20548         * gst/rtp/Makefile.am:
20549         * gst/rtp/gstasteriskh263.c:
20550           check for htons/htonl headers and possibly link to winsock2 lib
20551
20552 2005-11-12  Edward Hervey  <edward@fluendo.com>
20553
20554         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): 
20555         Only GST_DEBUG() information on the valid components.
20556
20557 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20558
20559         * configure.ac: back to HEAD
20560
20561 === release 0.9.5 ===
20562
20563 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20564
20565         * configure.ac:
20566           releasing 0.9.5, "Phone Alarm"
20567
20568 2005-11-11  Edward Hervey  <edward@fluendo.com>
20569
20570         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20571         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_event),
20572         (gst_avi_demux_stream_header), (gst_avi_demux_handle_seek),
20573         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20574         (gst_avi_demux_loop):
20575         * gst/avi/gstavidemux.h:
20576         Yeah, implement proper seeking. Exact seeking and segment seeking.
20577         Still need to do some checks for segment_stop.
20578
20579 2005-11-10  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20580
20581         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20582
20583         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20584           Don't try to ready buffer duration from buffer that we don't
20585           own any  longer and that might already have been unreffed.
20586           (#321136)
20587
20588 2005-11-09  Zeeshan Ali  <zeenix@gmail.com>
20589
20590         * gst/flx/gstflxdec.c: (flx_decode_delta_fli),
20591         (flx_decode_delta_flc), (gst_flxdec_chain):
20592         Attempting to optimize the code for embedded systems.
20593
20594 2005-11-08  Alessandro Decina  <alessandro at nnva dot org>
20595
20596         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20597
20598         * sys/oss/gstosssink.c: (gst_oss_sink_close):
20599           Don't re-use already closed file descriptor. (#320920)
20600
20601 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20602
20603         * sys/oss/gstosssink.c: (gst_oss_sink_dispose),
20604         (gst_oss_sink_set_property), (gst_oss_sink_getcaps),
20605         (gst_oss_sink_prepare):
20606         * sys/oss/gstosssink.h:
20607           Cache probed caps; fix debug output for SET_PARAM macros.
20608
20609 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20610
20611         * ext/cairo/Makefile.am:
20612         * ext/cairo/gstcairo.c: (plugin_init):
20613         * ext/cairo/gsttextoverlay.c: (gst_text_overlay_base_init),
20614         (gst_text_overlay_class_init), (gst_text_overlay_finalize),
20615         (gst_text_overlay_init), (gst_text_overlay_font_init),
20616         (gst_text_overlay_set_property), (gst_text_overlay_render_text),
20617         (gst_text_overlay_getcaps), (gst_text_overlay_setcaps),
20618         (gst_text_overlay_text_pad_linked),
20619         (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_shade_y),
20620         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
20621         (gst_text_overlay_push_frame), (gst_text_overlay_pop_video),
20622         (gst_text_overlay_pop_text), (gst_text_overlay_collected),
20623         (gst_text_overlay_change_state):
20624         * ext/cairo/gsttextoverlay.h:
20625           Port cairo textoverlay plugin to 0.9. Add 'shaded-background'
20626           property and redo positioning. Doesn't handle upstream renegotiation
20627           yet though.
20628
20629 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20630
20631         * gst/avi/gstavidemux.c: (gst_avi_demux_parse_stream),
20632         (gst_avi_demux_process_next_entry), (gst_avi_demux_stream_data),
20633         (gst_avi_demux_loop):
20634           No need to take the STREAM_LOCK in the loop function. Improve
20635           some debug messages. Don't leak pad names in debug messages.
20636
20637 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20638
20639         * gst/matroska/matroska-demux.c:
20640         (gst_matroska_demux_push_vorbis_codec_priv_data),
20641         (gst_matroska_demux_add_wvpk_header):
20642           Don't error out when the source pad isn't linked.
20643
20644 2005-11-02  Tim-Philipp Müller  <tim at centricular dot net>
20645
20646         * ext/gconf/gstgconfaudiosink.c: (do_toggle_element),
20647         (gst_gconf_audio_sink_change_state):
20648         * ext/gconf/gstgconfvideosink.c: (do_toggle_element),
20649         (gst_gconf_video_sink_change_state):
20650           Fix state change functions here as well and set kid
20651           to NULL state before removing it.
20652
20653 2005-11-01  Edward Hervey  <edward@fluendo.com>
20654
20655         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file),
20656         (gst_wavenc_init), (gst_wavenc_event), (gst_wavenc_chain):
20657         Added proper event handlind, 
20658         made downstream newsegment event use GST_FORMAT_BYTES (otherwise it's
20659         ignored),
20660         and don't set a duration of 0 for buffers otherwise they are discarded
20661         by GstBaseSink.
20662
20663         GstWavEnc needs some serious loving, after going through the code I'm
20664         really wondering how this can stay in -good ...
20665
20666 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20667
20668         * check/elements/matroskamux.c: (setup_src_pad), (setup_sink_pad),
20669         (setup_matroskamux), (check_buffer_data), (GST_START_TEST):
20670         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finalize),
20671         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_setcaps),
20672         (gst_matroska_mux_start), (gst_matroska_mux_write_data),
20673         (gst_matroska_mux_collected):
20674           Fix leaks and invalid memory access as reported by valgrind
20675
20676 2005-11-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20677
20678         Patch by: Michal Benes <michal.benes@xeris.cz>
20679
20680         * check/Makefile.am:
20681         * gst/matroska/ebml-write.c: (gst_ebml_write_seek):
20682         * gst/matroska/matroska-mux.c: (gst_matroska_mux_handle_src_event),
20683         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
20684           add a unit test for matroskamux
20685           fix the bugs that the unit test exposed
20686
20687 2005-11-01  Tim-Philipp Müller  <tim at centricular dot net>
20688
20689         * gst/autodetect/gstautoaudiosink.c:
20690         (gst_auto_audio_sink_class_init),
20691         (gst_auto_audio_sink_change_state):
20692         * gst/autodetect/gstautovideosink.c:
20693         (gst_auto_video_sink_class_init),
20694         (gst_auto_video_sink_change_state):
20695           Fix state change function and use GST_DEBUG_FUNCPTR in
20696           class_init.
20697
20698 2005-11-01  Josef Zlomek  <josef dot zlomek at xeris dot cz>
20699
20700         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20701
20702         * gst/matroska/ebml-write.c: (gst_ebml_write_new),
20703         (gst_ebml_write_reset), (gst_ebml_write_element_new):
20704         * gst/matroska/ebml-write.h:
20705         * gst/matroska/matroska-mux.c: (gst_matroska_mux_write_data):
20706           Set timestamps on outgoing ebml headers as well, so that the
20707           element after matroskamux can get the timestamp already when
20708           reading the first ebml element and doesn't have to wait for
20709           the actual data buffer for that (#320308).
20710           
20711 2005-10-31  Andy Wingo  <wingo@pobox.com>
20712
20713         * gst/videomixer/videomixer.c (gst_videomixer_pad_unlink)
20714         (gst_videomixer_pad_link): Kill some memleaks.
20715         (gst_videomixer_pad_get_property): Style fix.
20716         (gst_videomixer_pad_set_property): Style fix.
20717         (gst_videomixer_pad_init): Style fix.
20718         (gst_videomixer_update_queues): Kill memleak.
20719         (gst_videomixer_loop): Kill memleak.
20720         (gst_videomixer_collected): Kill memleak.
20721
20722 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20723
20724         * gst/auparse/gstauparse.c: gst_auparse_init, gst_auparse_chain,
20725         gst_auparse_change_state:
20726         Just some cleanup.
20727
20728 2005-10-31  Edgard Lima <edgard.lima@indt.org.br>
20729
20730         * ext/speex/gstspeexenc.c: (gst_speexenc_chain)
20731         Add checks to GST_FLOW_NOT_LINKED for values returned
20732         from gst_pad_push.
20733         
20734 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20735
20736         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_setcaps),
20737         (gst_rtpg711dec_process):
20738         * gst/rtp/gstrtpgsmenc.c:
20739         Payloader now sets some default caps on the srcpad if caps on the sinkpad
20740         are never set. This is important for the g711 to work with burger's rtpbin
20741         element.
20742
20743 2005-10-28  Edgard Lima <edgard.lima@cin.ufpe.br>
20744
20745         * ext/speex/gstspeexenc.c: (gst_speexenc_chain), 
20746         (gst_speexenc_push_buffer):
20747         Add checks for return values from gst_pad_push and
20748         gst_pad_alloc_buffer.
20749
20750 2005-10-28  Michal Benes  <michal dot benes at xeris dot cz>
20751
20752         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20753
20754         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20755         (gst_matroska_demux_parse_info),
20756         (gst_matroska_demux_parse_blockgroup_or_simpleblock),
20757         (gst_matroska_demux_parse_cluster):
20758         * gst/matroska/matroska-ids.h:
20759         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init),
20760         (gst_matroska_mux_init), (gst_matroska_mux_start),
20761         (gst_matroska_mux_create_buffer_header),
20762         (gst_matroska_mux_write_data), (gst_matroska_mux_set_property),
20763         (gst_matroska_mux_get_property):
20764         * gst/matroska/matroska-mux.h:
20765           Add SimpleBlock support to matroska demuxer and muxer (part of
20766           Matroska v2). (#319731)
20767
20768 2005-10-28  Wim Taymans  <wim@fluendo.com>
20769
20770         * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_init), (gst_jpeg_dec_chain),
20771         (gst_jpeg_dec_change_state):
20772         * ext/jpeg/gstjpegdec.h:
20773         Cleanups. Don't create caps for every chain.
20774
20775 2005-10-27  Edgard Lima  Edgard Lima  <edgard.lima@indt.org.br>
20776
20777         * gst/law/alaw-encode.c: (gst_alawenc_init),
20778         (alawenc_setcaps), (gst_alawenc_chain)
20779         * gst/law/alaw-encode.h:
20780         * gst/law/mulaw-encode.c: (gst_mulawenc_init),
20781         (mulawenc_setcaps), (gst_mulawenc_chain)
20782         * gst/law/mulaw-encode.h:
20783         Set timestamp on buffer and it allows RTP G711 elements
20784         work properly.
20785
20786 2005-10-27  Wim Taymans  <wim@fluendo.com>
20787
20788         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20789         Set correct format on oss instead of a silly value. 
20790
20791 2005-10-27  Julien MOUTTE  <julien@moutte.net>
20792
20793         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20794         (gst_video_box_transform_caps), (gst_video_box_set_caps),
20795         (gst_video_box_get_unit_size), (gst_video_box_copy_plane_i420),
20796         (gst_video_box_i420), (gst_video_box_ayuv): Use liboil for
20797         I420 rendering as well, doesn't bring much for my platform.
20798         Might help on some other platforms.
20799
20800 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20801
20802         * gst/rtp/gstrtpgsmenc.c:
20803         * gst/rtp/gstrtpgsmparse.c:
20804         Declaring the padtemplate correctly.
20805
20806 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20807
20808         * gst/rtp/gstrtpg711dec.c:
20809         * gst/rtp/gstrtpg711enc.c:
20810         * gst/rtp/gstrtpgsmenc.c:
20811         * gst/rtp/gstrtpgsmparse.c:
20812         Setting the proper copyright notice.
20813
20814 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20815
20816         * gst/videobox/Makefile.am: Use liboil.
20817         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20818         (gst_video_box_set_property), (gst_video_box_transform_caps),
20819         (gst_video_box_set_caps), (gst_video_box_get_unit_size),
20820         (gst_video_box_ayuv): Lot of optimization in AYUV rendering
20821         using liboil. Will dot the same to I420 border generation
20822         tomorrow.
20823
20824 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20825
20826         * gst/rtp/gstrtpg711dec.c: (gst_rtpg711dec_base_init),
20827         (gst_rtpg711dec_class_init), (gst_rtpg711dec_init),
20828         (gst_rtpg711dec_setcaps), (gst_rtpg711dec_process):
20829         * gst/rtp/gstrtpg711dec.h:
20830         * gst/rtp/gstrtpg711enc.c: (gst_rtpg711enc_base_init),
20831         (gst_rtpg711enc_init), (gst_rtpg711enc_handle_buffer):
20832         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_base_init),
20833         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20834         (gst_rtpgsmenc_handle_buffer):
20835         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_base_init),
20836         (gst_rtpgsmparse_class_init), (gst_rtpgsmparse_init),
20837         (gst_rtpgsmparse_setcaps), (gst_rtpgsmparse_process):
20838         * gst/rtp/gstrtpgsmparse.h:
20839         Hacked the G711 (de)payloader to try to make things right. rtpg711dec now
20840         inherits from the basertpdepayloader.
20841
20842 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20843
20844         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20845         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20846         (gst_video_box_ayuv): Removing this forgotten debug.
20847
20848 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20849
20850         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20851         (gst_video_box_transform_caps), (gst_video_box_get_unit_size),
20852         (gst_video_box_ayuv): Fix the stride issue when boxing to AYUV.
20853
20854 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20855
20856         * sys/oss/gstossaudio.c:
20857         * sys/oss/gstossdmabuffer.c:
20858         * sys/oss/gstosshelper.c:
20859         * sys/oss/gstossmixer.c:
20860         * sys/oss/gstossmixerelement.c:
20861         * sys/oss/gstossmixertrack.c:
20862         * sys/oss/gstosssink.c:
20863         * sys/oss/gstosssrc.c:
20864           Actually use the 'oss' debug category we register.
20865
20866 2005-10-26  Julien MOUTTE  <julien@moutte.net>
20867
20868         * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property),
20869         (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps):
20870         Use gst_pad_get_parent and drop the ref that was added through
20871         that call.
20872
20873 2005-10-26  Thomas Vander Stichele  <thomas at apestaart dot org>
20874
20875         * gst/rtp/gstrtpgsmenc.c:
20876           Fix compilation
20877
20878 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20879
20880         * gst/rtp/gstrtpg711dec.c
20881         Just removed a couple of lines of weird code used during
20882         development/test time.
20883
20884 2005-10-25  Edgard Lima  <edgard.lima@indt.org.br>
20885
20886         * gst/rtp/Makefile.am
20887         * gst/rtp/gstrtp.c
20888         * gst/rtp/gstrtpg711enc.c
20889         * gst/rtp/gstrtpg711enc.h
20890         * gst/rtp/gstrtpg711dec.c
20891         * gst/rtp/gstrtpg711dec.h
20892         Created G711 payloader and depayloader (it supports mulaw and alaw
20893         (dec)encoders)
20894
20895 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20896
20897         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20898         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20899         Doh ! I introduced wingo's bug again ! Sorry...
20900
20901 2005-10-25  Christian Schaller <christian@fluendo.com> 
20902
20903         * gst/rtp/Makefile.am: add missing header files for disting
20904
20905 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20906
20907         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
20908         (gst_rtpgsmenc_base_init), (gst_rtpgsmenc_class_init),
20909         (gst_rtpgsmenc_init), (gst_rtpgsmenc_setcaps),
20910         (gst_rtpgsmenc_handle_buffer):
20911         * gst/rtp/gstrtpgsmenc.h:
20912         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_get_type),
20913         (gst_rtpgsmparse_base_init), (gst_rtpgsmparse_class_init),
20914         (gst_rtpgsmparse_init), (gst_rtpgsmparse_setcaps),
20915         (gst_rtpgsmparse_finalize), (gst_rtpgsmparse_process):
20916         * gst/rtp/gstrtpgsmparse.h:
20917         Getting the GSM (de)payloader working and compatible with our plans for RTP.
20918
20919 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20920
20921         * ext/libpng/gstpngdec.c: (user_info_callback),
20922         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Push
20923         a newsegment event, move some redundant code in a single place.
20924
20925 2005-10-25  Julien MOUTTE  <julien@moutte.net>
20926
20927         * ext/libpng/gstpngdec.c: (user_info_callback),
20928         (gst_pngdec_caps_create_and_set), (gst_pngdec_task): Temporary
20929         hack to get correct colors order when we have a png image with
20930         alpha channel.
20931
20932 2005-10-24  Edward Hervey  <edward@fluendo.com>
20933
20934         * ext/dv/gstdvdemux.c: (gst_dvdemux_add_pads): 
20935         Call gst_element_no_more_pads when there will be no more pads.
20936
20937 2005-10-24  Wim Taymans  <wim@fluendo.com>
20938
20939         * gst/rtp/Makefile.am:
20940         * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_get_type),
20941         (gst_asteriskh263_base_init), (gst_asteriskh263_class_init),
20942         (gst_asteriskh263_init), (gst_asteriskh263_finalize),
20943         (gst_asteriskh263_chain), (gst_asteriskh263_set_property),
20944         (gst_asteriskh263_get_property), (gst_asteriskh263_change_state),
20945         (gst_asteriskh263_plugin_init):
20946         * gst/rtp/gstasteriskh263.h:
20947         * gst/rtp/gstrtp.c: (plugin_init):
20948         * gst/rtp/gstrtph263enc.c: (gst_rtph263enc_get_type),
20949         (gst_rtph263enc_base_init), (gst_rtph263enc_class_init),
20950         (gst_rtph263enc_init), (gst_rtph263enc_finalize),
20951         (gst_rtph263enc_setcaps), (gst_rtph263enc_gobfiner),
20952         (gst_rtph263enc_flush), (gst_rtph263enc_handle_buffer),
20953         (gst_rtph263enc_plugin_init):
20954         * gst/rtp/gstrtph263enc.h:
20955         Added two new payloaders, an RFC 2190 payloader for h263 and
20956         a payload convertor for an asterisk server.
20957
20958 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20959
20960         * sys/oss/gstosssrc.c: (gst_oss_src_prepare):
20961           Set bytes_per_sample correctly (is not always 4, but 
20962           depends on width and number of channels).
20963
20964 2005-10-24  Tim-Philipp Müller  <tim at centricular dot net>
20965
20966         * ext/flac/gstflacenc.c: (gst_flacenc_base_init),
20967         (gst_flacenc_init), (gst_flacenc_sink_setcaps),
20968         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
20969         (gst_flacenc_sink_event), (gst_flacenc_chain),
20970         (gst_flacenc_set_property), (gst_flacenc_get_property),
20971         (gst_flacenc_change_state):
20972         * ext/flac/gstflacenc.h:
20973           Fix seeking, so that flacenc can rewrite the header with the
20974           correct duration and amount of samples and all that at EOS;
20975           also set timestamps and granulepos on outgoing buffers; add
20976           debug category; fix state change function.
20977           
20978 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20979
20980         * gst/videomixer/videomixer.c: Don't restrict video geometry
20981         from 16 to 4096.
20982
20983 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20984
20985         * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
20986         (gst_video_box_transform_caps), (gst_video_box_get_unit_size):
20987         Fix caps negotiation correctly, add debugging category.
20988
20989 2005-10-24  Christian Schaller  <christian@fluendo.com>
20990
20991         * configure.ac: Port over Thomas's change from base listing all plugins
20992
20993 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20994
20995         * ext/libpng/gstpngdec.c: (gst_pngdec_init): Don't use fixed caps on
20996         a sink pad.
20997
20998 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20999
21000         * configure.ac:
21001         * docs/upload.mak:
21002           back to HEAD
21003
21004 === release 0.9.4 ===
21005
21006 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21007
21008         * configure.ac:
21009           Releasing 0.9.4, "Dromiceiomimus"
21010
21011 2005-10-21  Tim-Philipp Müller  <tim at centricular dot net>
21012
21013         * ext/speex/gstspeexenc.c: (gst_speexenc_get_query_types),
21014         (gst_speexenc_src_query):
21015           Add position and duration query, fix query type function.
21016           
21017         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21018         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
21019           Let's not set non-fixed caps on source pads.
21020
21021 2005-10-21  Wim Taymans  <wim@fluendo.com>
21022
21023         * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame):
21024         * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types),
21025         (gst_avi_demux_handle_seek):
21026         Set correct stream_time in newsegment event.
21027         avi can also handle a duration query now.
21028
21029 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
21030
21031         * gst/matroska/matroska-demux.c:
21032         (gst_matroska_demux_handle_src_query),
21033         (gst_matroska_demux_handle_seek_event),
21034         (gst_matroska_demux_loop_stream_parse_id):
21035           Fix duration query; fix basetime in newsegment event after
21036           seek; fix duration in initial newsegment event.
21037
21038         * gst/matroska/matroska-mux.c:
21039         (gst_matroska_mux_audio_pad_setcaps), (gst_matroska_mux_start):
21040           Extract number of channels and samplerate from vorbis headers;
21041           add some debug messages when querying the durations of the
21042           input streams.
21043
21044 2005-10-20  Wim Taymans  <wim@fluendo.com>
21045
21046         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21047         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21048         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21049         Set stream time correctly in newsegment.
21050
21051 2005-10-20  Wim Taymans  <wim@fluendo.com>
21052
21053         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_seek):
21054         Correctly fill in the stream time.
21055
21056 2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21057
21058         * check/elements/level.c: (GST_START_TEST):
21059         * gst/level/gstlevel.c: (gst_level_message_new):
21060         * gst/level/level-example.c: (message_handler):
21061           use ELEMENT messages instead
21062
21063 2005-10-19  Wim Taymans  <wim@fluendo.com>
21064
21065         * ext/dv/gstdvdemux.c: (gst_dvdemux_get_src_query_types),
21066         (gst_dvdemux_src_query):
21067         * ext/flac/gstflacdec.c: (gst_flacdec_length),
21068         (gst_flacdec_src_query):
21069         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_query):
21070         * ext/speex/gstspeexdec.c: (speex_dec_src_query):
21071         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
21072         * gst/debug/gstnavseek.c: (gst_navseek_seek):
21073         * gst/debug/progressreport.c: (gst_progress_report_report):
21074         * gst/matroska/ebml-read.c: (gst_ebml_read_get_length):
21075         * gst/matroska/matroska-demux.c:
21076         (gst_matroska_demux_handle_src_query):
21077         * gst/matroska/matroska-mux.c: (gst_matroska_mux_start):
21078         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21079         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21080         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21081         (gst_wavparse_srcpad_event):
21082         API change fix.
21083
21084 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
21085
21086         * gst/goom/filters.c:
21087         * gst/goom/graphic.h:
21088         * gst/goom/lines.c:
21089           Make inline functions either 'static inline' or 'extern inline',
21090           otherwise the Forte compiler apparently won't inline them (#317300).
21091
21092 2005-10-19  Julien MOUTTE  <julien@moutte.net>
21093
21094         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21095         (gst_pngdec_init), (user_error_fn), (user_warning_fn),
21096         (user_info_callback), (user_endrow_callback), (user_end_callback),
21097         (user_read_data), (gst_pngdec_caps_create_and_set),
21098         (gst_pngdec_task), (gst_pngdec_chain), (gst_pngdec_sink_event),
21099         (gst_pngdec_libpng_clear), (gst_pngdec_libpng_init),
21100         (gst_pngdec_change_state), (gst_pngdec_sink_activate_push),
21101         (gst_pngdec_sink_activate_pull), (gst_pngdec_sink_activate):
21102         * ext/libpng/gstpngdec.h: Complete rewrite of pngdec. It's now
21103         very nice and handle push/pull based model. if you have filesrc
21104         connected to it, it will do random access to load the png file.
21105         If you have a network source that can't do _getrange, it does 
21106         progressive loading through the chain function.
21107         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21108         (transform_rgb), (transform_bgr): Fix caps negotiation correctly
21109         thanks to Master Wim Taymans ;-)
21110
21111 2005-10-18  Tim-Philipp Müller  <tim at centricular dot net>
21112
21113         * gst/matroska/Makefile.am:
21114         * gst/matroska/ebml-read.c:
21115         * gst/matroska/ebml-read.h:
21116         * gst/matroska/matroska-demux.c:
21117         * gst/matroska/matroska-demux.h:
21118         * gst/matroska/matroska.c: (plugin_init):
21119           Ported matroska demuxer to 0.9.
21120
21121 2005-10-18  Michal Benes  <michal dot benes at xeris dot cz>
21122
21123         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21124
21125         * gst/matroska/matroska-mux.c:
21126         (gst_matroska_mux_video_pad_setcaps),
21127         (gst_matroska_mux_audio_pad_setcaps):
21128           Fix mpeg4 input handling (#318847); also, while we're at it,
21129           fix media type for Motion-JPEG: should be image/jpeg.
21130
21131 2005-10-18  Wim Taymans  <wim@fluendo.com>
21132
21133         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21134         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21135         (gst_wavparse_pad_convert), (gst_wavparse_srcpad_event):
21136         Fix for segment-start/stop API change.
21137
21138 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21139
21140         * gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps),
21141         (transform_rgb), (transform_bgr): Handle caps negotiation in a better
21142         way.
21143
21144 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21145
21146         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21147         (gst_video_box_get_unit_size): Fix caps nego some more to get AYUV
21148         output declared in transform_caps.
21149
21150 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21151
21152         * ext/libpng/gstpngdec.c: (gst_pngdec_init): We use fixed caps.
21153
21154 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21155
21156         * gst/videobox/gstvideobox.c: (gst_video_box_transform_caps),
21157         (gst_video_box_get_unit_size): Fix wrong size calculations and
21158         implement get_unit_size correctly.
21159
21160 2005-10-17  Tim-Philipp Müller  <tim at centricular dot net>
21161
21162         * configure.ac:
21163           Enable flx plugin.
21164
21165         * gst/flx/gstflxdec.c: (flx_decode_chunks):
21166           Fix gcc4 signedness issue.
21167
21168 2005-10-17  Julien MOUTTE  <julien@moutte.net>
21169
21170         * configure.ac: Adding videomixer.
21171         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21172         (user_read_data), (gst_pngdec_chain): More debugging.
21173         * gst/alpha/Makefile.am: Adding alphacolor
21174         * gst/alpha/gstalphacolor.c: (gst_alpha_color_base_init),
21175         (gst_alpha_color_class_init), (gst_alpha_color_init),
21176         (gst_alpha_color_transform_caps), (gst_alpha_color_set_caps),
21177         (transform_rgb), (transform_bgr), (gst_alpha_color_transform_ip),
21178         (plugin_init): Ported to 0.9 using in place base tranform.
21179         * gst/videomixer/Makefile.am:
21180         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
21181         (gst_videomixer_pad_class_init), (gst_videomixer_pad_sink_setcaps),
21182         (gst_videomixer_pad_link), (gst_videomixer_pad_unlink),
21183         (gst_videomixer_pad_init), (gst_videomixer_class_init),
21184         (gst_videomixer_init), (gst_videomixer_getcaps),
21185         (gst_videomixer_request_new_pad), (gst_videomixer_fill_queues),
21186         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
21187         (gst_videomixer_collected), (gst_videomixer_change_state): Ported
21188         to 0.9 using collectpads.
21189
21190 2005-10-17  Zeeshan Ali  <zeenix at gmail dot com>
21191
21192         * configure.ac:
21193         * gst/flx/Makefile.am:
21194         * gst/flx/gstflxdec.c: (gst_flxdec_init),
21195         (gst_flxdec_src_event_handler), (gst_flxdec_sink_event_handler),
21196         (gst_flxdec_chain), (gst_flxdec_change_state), (plugin_init):
21197         * gst/flx/gstflxdec.h:
21198         flx plugin ported to 0.9
21199
21200 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21201
21202         * ext/shout2/gstshout2.c: (gst_shout2send_change_state):
21203           use new gst_version_string()
21204
21205 2005-10-16  Andy Wingo  <wingo@pobox.com>
21206
21207         * configure.ac: GLIB_CHECK.
21208
21209 2005-10-15  Julien MOUTTE  <julien@moutte.net>
21210
21211         * ext/libpng/Makefile.am:
21212         * ext/libpng/gstpng.c: (plugin_init):
21213         * ext/libpng/gstpngdec.c: (gst_pngdec_class_init),
21214         (gst_pngdec_init), (user_read_data), (gst_pngdec_chain):
21215         * ext/libpng/gstpngdec.h: Ported pngdec to 0.9
21216
21217 2005-10-14  Michal Benes  <michal dot benes at xeris dot cz>
21218
21219         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21220
21221         * configure.ac:
21222         * gst/matroska/Makefile.am:
21223         * gst/matroska/ebml-ids.h:
21224         * gst/matroska/ebml-write.c:
21225         * gst/matroska/ebml-write.h:
21226         * gst/matroska/matroska-ids.h:
21227         * gst/matroska/matroska-mux.c:
21228         * gst/matroska/matroska-mux.h:
21229         * gst/matroska/matroska.c: (plugin_init):
21230           Port matroska muxer to 0.9 (#318847).
21231
21232 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21233
21234         * ext/speex/gstspeexenc.c: (gst_speexenc_get_tag_value),
21235         (comment_init), (comment_add):
21236           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE;
21237           use GST_READ_UINT32_LE() and friends rather than the private
21238           implementation of those same macros.
21239
21240 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21241
21242         * examples/stats/mp2ogg.c:
21243           more typo fixes
21244
21245 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21246
21247         * examples/indexing/indexmpeg.c: (main):
21248         * ext/esd/esdmon.c: (gst_esdmon_open_audio),
21249         (gst_esdmon_close_audio), (gst_esdmon_change_state):
21250         * ext/esd/esdmon.h:
21251         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init):
21252         * ext/pango/gsttextoverlay.c: (gst_textoverlay_init):
21253         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21254         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21255         * gst/avi/gstavimux.c: (gst_avimux_init):
21256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init):
21257         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init):
21258         * gst/multipart/multipartmux.c: (gst_multipart_mux_init):
21259         * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init),
21260         (gst_multifilesrc_get), (gst_multifilesrc_open_file),
21261         (gst_multifilesrc_close_file), (gst_multifilesrc_change_state):
21262         * gst/oldcore/gstmultifilesrc.h:
21263         * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init),
21264         (gst_pipefilter_open_file), (gst_pipefilter_close_file),
21265         (gst_pipefilter_change_state):
21266         * gst/oldcore/gstpipefilter.h:
21267         * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
21268         * gst/videomixer/videomixer.c: (gst_videomixer_init):
21269         * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init):
21270         * sys/osxaudio/gstosxaudiosink.h:
21271         * sys/osxaudio/gstosxaudiosrc.h:
21272           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21273           moved bitshift from macro to enum definition
21274
21275 2005-10-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21276
21277         * ext/Makefile.am:
21278         * ext/cairo/Makefile.am:
21279         * ext/cairo/gstcairo.c: (plugin_init):
21280         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state):
21281         * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
21282         (gst_timeoverlay_setup), (gst_timeoverlay_planar411):
21283         * ext/cairo/gsttimeoverlay.h:
21284           update of cairo-based timeoverlay to 1.0 Cairo API
21285           doesn't work yet for resizing of output sink
21286
21287 2005-10-11  Wim Taymans  <wim@fluendo.com>
21288
21289         * ext/speex/gstspeexdec.c: (speex_dec_event), (speex_dec_chain):
21290         newsegment API fix.
21291
21292 2005-10-11  Wim Taymans  <wim@fluendo.com>
21293
21294         * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_sink_event),
21295         (gst_dvdemux_demux_frame):
21296         * ext/flac/gstflacdec.c: (gst_flacdec_write):
21297         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21298         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header),
21299         (gst_avi_demux_handle_seek):
21300         * gst/goom/gstgoom.c: (gst_goom_event):
21301         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
21302         * gst/wavparse/gstwavparse.c: (gst_wavparse_handle_seek),
21303         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21304         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21305         (gst_wavparse_srcpad_event):
21306         newsegment API update.
21307
21308 2005-10-11  Andy Wingo  <wingo@pobox.com>
21309
21310         * ext/speex/gstspeexenc.c: Signedness cleanups.
21311
21312 2005-10-10  Edgard Lima <edgard.lima@indt.org.br>
21313
21314         * PORTED_09:
21315         * ext/speex/Makefile.am:
21316         * ext/speex/gstspeex.c:
21317         * ext/speex/gstspeexenc.c:
21318         Speexenc ported to 0.9
21319
21320 2005-10-10  Wim Taymans  <wim@fluendo.com>
21321
21322         * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
21323         (gst_oss_sink_init), (gst_oss_sink_set_property),
21324         (gst_oss_sink_get_property), (gst_oss_sink_open),
21325         (gst_oss_sink_prepare), (gst_oss_sink_reset):
21326         * sys/oss/gstosssink.h:
21327         * sys/oss/gstosssrc.c: (gst_oss_src_class_init),
21328         (gst_oss_src_set_property), (gst_oss_src_init), (gst_oss_src_open),
21329         (gst_oss_src_prepare):
21330         Cleanups, make device configurable in the sink, handle and report
21331         errors.
21332
21333 2005-10-10  Wim Taymans  <wim@fluendo.com>
21334
21335         * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset):
21336         * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset):
21337         Make sure element is NULL before removing from the bin.
21338
21339 2005-10-07  Andy Wingo  <wingo@pobox.com>
21340
21341         * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
21342         block forever in a read().
21343         (gst_dv1394src_bus_reset): Post a message when the cable is
21344         unplugged.
21345         (gst_dv1394src_create, gst_dv1394src_unlock): Remove some prints.
21346         (gst_dv1394src_bus_reset): Don't unref the message.
21347
21348         * ext/raw1394/gstdv1394src.c: Clean up for style before doing some
21349         hacking. The only change should be that the state change stuff was
21350         put into basesrc's start() and stop() routines, which coalesces
21351         some steps.
21352
21353 2005-10-07  Tim-Philipp Müller  <tim at centricular dot net>
21354
21355         * configure.ac:
21356           Add check for mmap
21357           
21358         * gst/debug/Makefile.am:
21359           Only compile efence plugin on systems that have mmap.
21360
21361 2005-10-05  Tim-Philipp Müller  <tim at centricular dot net>
21362
21363         * gst/debug/Makefile.am:
21364         * gst/debug/breakmydata.c:
21365         * gst/debug/gstdebug.c:
21366         * gst/debug/gstnavigationtest.c:
21367         * gst/debug/gstnavseek.c: 
21368         * gst/debug/gstnavseek.h:
21369         * gst/debug/progressreport.c: 
21370         * gst/debug/testplugin.c:
21371           Port progressreport, navseek, navigationtest, testsink and
21372           breakmydata.
21373
21374 2005-10-05  Edward Hervey  <edward@fluendo.com>
21375
21376         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_convert),
21377         (gst_dvdemux_src_query):
21378         Fixes for better conversion
21379
21380 2005-10-04  Michael Smith <msmith@fluendo.com>
21381
21382         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_reset),
21383         (gst_auto_audio_sink_find_best), (gst_auto_audio_sink_detect):
21384         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_reset),
21385         (gst_auto_video_sink_find_best), (gst_auto_video_sink_detect):
21386           Set state of elements to NULL before removing from bins.
21387           Set state of test element to NULL if we failed to move it to READY
21388
21389 2005-10-04  Edward Hervey  <edward@fluendo.com>
21390
21391         * ext/dv/Makefile.am:
21392         * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): 
21393         Added DEFAULT <==> BYTES, TIME conversions on srcpad,
21394         Corrected the query function for position so it doesn't forget what
21395         format was asked, and calls the conversion functions on the correct pad.
21396
21397 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21398
21399         * configure.ac:
21400           back to development
21401
21402 === release 0.9.3 ===
21403
21404 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21405
21406         * configure.ac:
21407           Releasing 0.9.3, "Aramis"
21408
21409 2005-10-03  Andy Wingo  <wingo@pobox.com>
21410
21411         * ext/flac/gstflacdec.c (gst_flacdec_write): Deal with pad_alloc
21412         error returns.
21413
21414 2005-10-02  Andy Wingo  <wingo@pobox.com>
21415
21416         * configure.ac (GST_PLUGIN_LDFLAGS): Change to be like -base.
21417
21418         * ext/flac/gstflacenc.c: Ported to 0.9.
21419
21420         * ext/flac/gstflacdec.c (gst_flacdec_loop): Handle errors better.
21421
21422         * ext/flac/Makefile.am: Add the GST_PLUGINS_BASE cflags and libs,
21423         and link to gsttagedit. Enable flacenc.
21424
21425         * ext/flac/gstflacdec.c: Re-enable tag reading.
21426
21427 2005-09-30  Wim Taymans  <wim@fluendo.com>
21428
21429         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21430         * gst/rtp/gstrtpgsmparse.c:
21431         * gst/rtp/gstrtph263penc.c:
21432         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21433         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21434         (gst_rtpmp4venc_set_property):
21435         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21436         Various class and caps fixes from Andre Magalhaes (andrunko)
21437
21438 2005-09-29  Wim Taymans  <wim@fluendo.com>
21439
21440         * gst/level/level-example.c: (main):
21441         Update for new bus API.
21442
21443 2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
21444
21445         * configure.ac:
21446           Fix unexpanded autoconf macro GST_DOC, which has been renamed
21447           to GST_DOCBOOK_CHECK (see common/m4/gst-doc.m4) (#316202).
21448
21449 2005-09-27  Tim-Philipp Müller  <tim at centricular dot net>
21450
21451         * sys/oss/gstosssink.c: (gst_oss_sink_prepare):
21452           Fix playback of mono streams (bytes_per_sample should be set
21453           from the sample width and the number of channels negotiated,
21454           and not just be set to 4) (#317338)
21455
21456 2005-09-26  Wim Taymans  <wim@fluendo.com>
21457
21458         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush),
21459         (gst_rtpmpaenc_handle_buffer):
21460         Set buffer duration correctly.
21461
21462 2005-09-26  Tim-Philipp Müller  <tim at centricular dot net>
21463
21464         * gst/avi/gstavidemux.c: (gst_avi_demux_base_init),
21465         (gst_avi_demux_class_init), (gst_avi_demux_parse_stream),
21466         (gst_avi_demux_change_state):
21467           Don't crash when encountering a stream with an unknown fourcc or
21468           codec id. Instead, create a pad of type video/x-avi-unknown or
21469           audio/x-avi-unknown, which as a side-effect also results in less
21470           confusing error messages in players ('no decoder' vs. 'no streams');
21471           minor fixes to state change function and class_init function.
21472
21473 2005-09-24  Wim Taymans  <wim@fluendo.com>
21474
21475         * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init):
21476         * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init):
21477         These are sinks.
21478
21479 2005-09-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21480
21481         * check/elements/level.c: (GST_START_TEST):
21482           fix test for new GstClockTime use
21483         * gst/level/gstlevel.c: (gst_level_init), (gst_level_set_caps),
21484         (gst_level_transform_ip):
21485         * gst/level/gstlevel.h:
21486           fix up the decay peak, ensuring the decay peak is never lower
21487           than the peak for that interval
21488
21489 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21490
21491         * docs/plugins/gst-plugins-good-plugins.args:
21492         * docs/plugins/inspect/plugin-alpha.xml:
21493         * docs/plugins/inspect/plugin-rtp.xml:
21494         * gst/level/gstlevel.c: (gst_level_set_caps),
21495         (gst_level_transform_ip):
21496           updating docs
21497
21498 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21499
21500         * Makefile.am:
21501         * check/elements/level.c: (GST_START_TEST):
21502         * gst/level/Makefile.am:
21503         * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_init),
21504         (gst_level_set_property), (gst_level_get_property),
21505         (gst_level_set_caps), (gst_level_message_new),
21506         (gst_level_transform_ip):
21507         * gst/level/gstlevel.h:
21508         * gst/level/level-example.c: (message_handler), (main):
21509           convert to using GstClockTime for all time values, finally.
21510
21511 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21512
21513         * gst/auparse/Makefile.am:
21514         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21515           fix up build
21516         * configure.ac:
21517         * ext/cairo/Makefile.am:
21518         * ext/dv/Makefile.am:
21519         * ext/esd/Makefile.am:
21520         * ext/flac/Makefile.am:
21521         * ext/gconf/Makefile.am:
21522         * ext/gdk_pixbuf/Makefile.am:
21523         * ext/jpeg/Makefile.am:
21524         * ext/ladspa/Makefile.am:
21525         * ext/libcaca/Makefile.am:
21526         * ext/libmng/Makefile.am:
21527         * ext/libpng/Makefile.am:
21528         * ext/mikmod/Makefile.am:
21529         * ext/pango/Makefile.am:
21530         * ext/raw1394/Makefile.am:
21531         * ext/shout2/Makefile.am:
21532         * ext/speex/Makefile.am:
21533         * gst/alpha/Makefile.am:
21534         * gst/autodetect/Makefile.am:
21535         * gst/avi/Makefile.am:
21536         * gst/cutter/Makefile.am:
21537         * gst/debug/Makefile.am:
21538         * gst/effectv/Makefile.am:
21539         * gst/flx/Makefile.am:
21540         * gst/goom/Makefile.am:
21541         * gst/interleave/Makefile.am:
21542         * gst/law/Makefile.am:
21543         * gst/matroska/Makefile.am:
21544         * gst/median/Makefile.am:
21545         * gst/monoscope/Makefile.am:
21546         * gst/multipart/Makefile.am:
21547         * gst/oldcore/Makefile.am:
21548         * gst/rtp/Makefile.am:
21549         * gst/rtsp/Makefile.am:
21550         * gst/smoothwave/Makefile.am:
21551         * gst/smpte/Makefile.am:
21552         * gst/videobox/Makefile.am:
21553         * gst/videofilter/Makefile.am:
21554         * gst/videomixer/Makefile.am:
21555         * gst/wavenc/Makefile.am:
21556         * gst/wavparse/Makefile.am:
21557         * sys/oss/Makefile.am:
21558         * sys/osxaudio/Makefile.am:
21559         * sys/osxvideo/Makefile.am:
21560           fix up GST_LIBS use
21561
21562 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21563
21564         * gst/auparse/Makefile.am:
21565         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21566           fix build of auparse
21567
21568 2005-09-22 Edgard Lima (edgard.lima@indt.org.br)
21569
21570         * configure.ac:
21571         * PORTED_09:
21572         * gst/auparse/gstauparse.c:
21573         * gst/auparse/gstauparse.h:
21574         Auparse ported to 0.9.
21575
21576 2005-09-22  Wim Taymans  <wim@fluendo.com>
21577
21578         * gst/rtp/TODO:
21579         * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps):
21580         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21581         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21582         (gst_rtpmp4venc_set_property):
21583         * gst/rtp/gstrtpmp4venc.h:
21584         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer):
21585         * gst/rtp/gstrtpmpaenc.h:
21586         Use is_filled to both check MTU and max-ptime of base class.
21587
21588 2005-09-22  Wim Taymans  <wim@fluendo.com>
21589
21590         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21591         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer),
21592         (gst_rtpmp4venc_set_property):
21593         Don't fragment packets with multiple frames.
21594
21595 2005-09-22  Wim Taymans  <wim@fluendo.com>
21596
21597         * gst/rtp/TODO:
21598         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21599         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init),
21600         (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data),
21601         (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property),
21602         (gst_rtpmp4venc_get_property):
21603         * gst/rtp/gstrtpmp4venc.h:
21604         Remove g_print.
21605         Update TODO
21606         Make payload encoder a bit smarter and more correct with
21607         timestamps.
21608         Added option in payloader to include config string in-band.
21609
21610 2005-09-21  Wim Taymans  <wim@fluendo.com>
21611
21612         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21613         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21614         (gst_rtspsrc_send):
21615         Strip spaces for key/value pairs.
21616
21617 2005-09-21  Wim Taymans  <wim@fluendo.com>
21618
21619         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
21620         (gst_rtspsrc_media_to_caps), (gst_rtspsrc_stream_setup_rtp),
21621         (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_send),
21622         (gst_rtspsrc_change_state):
21623         More SDP parsing and caps setting.
21624         Do NO_PREROLL differently.
21625         add pads only after negotiated.
21626
21627         * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
21628         (gst_udpsrc_getcaps):
21629         Implement the getcaps function.
21630
21631 2005-09-21  Wim Taymans  <wim@fluendo.com>
21632
21633         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps),
21634         (gst_rtpamrdec_chain):
21635         Handle multiple AMr packets per payload. Handle CRC and
21636         parse ILL/ILP.
21637
21638         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps):
21639         Make caps params strings for easy SDP mapping.
21640         
21641         * gst/rtp/gstrtpdec.c: (gst_rtpdec_init), (gst_rtpdec_getcaps):
21642         Handle capsnego better.
21643
21644         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps):
21645         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_new_caps):
21646         Generate and parse config string in the caps.
21647
21648 2005-09-21  Wim Taymans  <wim@fluendo.com>
21649
21650         * gst/rtp/README:
21651         Update README
21652
21653         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_sink_setcaps):
21654         Make extra params as strings.
21655
21656         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_set_state),
21657         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21658         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send):
21659         Make state change return NO_PREROLL as this is a live
21660         source.
21661
21662         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21663         Don't unref old caps when NULL.
21664
21665 2005-09-20  Wim Taymans  <wim@fluendo.com>
21666
21667         * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_type),
21668         (gst_rtspsrc_parse_rtpmap), (gst_rtspsrc_media_to_caps),
21669         (gst_rtspsrc_stream_setup_rtp), (gst_rtspsrc_send),
21670         (gst_rtspsrc_open), (gst_rtspsrc_uri_get_type),
21671         (gst_rtspsrc_uri_get_protocols), (gst_rtspsrc_uri_get_uri),
21672         (gst_rtspsrc_uri_set_uri), (gst_rtspsrc_uri_handler_init):
21673         * gst/rtsp/sdpmessage.c: (sdp_media_get_format):
21674         * gst/rtsp/sdpmessage.h:
21675         Add URI handler.
21676         Parse SDP and create caps.
21677
21678 2005-09-20  Stefan Kost  <ensonic@users.sf.net>
21679
21680         * gst/alpha/gstalpha.c:
21681           fix element description
21682
21683 2005-09-19  Wim Taymans  <wim@fluendo.com>
21684
21685         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain):
21686         Don't check payload for now.
21687
21688 2005-09-19  Wim Taymans  <wim@fluendo.com>
21689
21690         * gst/wavparse/gstwavparse.c: (gst_wavparse_reset),
21691         (gst_wavparse_init), (gst_wavparse_parse_file_header),
21692         (gst_wavparse_stream_init), (gst_wavparse_handle_seek),
21693         (gst_wavparse_stream_headers), (gst_wavparse_stream_data),
21694         (gst_wavparse_loop), (gst_wavparse_pad_convert),
21695         (gst_wavparse_pad_query), (gst_wavparse_srcpad_event),
21696         (gst_wavparse_change_state):
21697         * gst/wavparse/gstwavparse.h:
21698         Fix wavparse some more.
21699
21700 2005-09-19  Wim Taymans  <wim@fluendo.com>
21701
21702         * check/elements/level.c: (GST_START_TEST):
21703         Fix for bus API change.
21704
21705 2005-09-19  Wim Taymans  <wim@fluendo.com>
21706
21707         * gst/level/level-example.c: (main):
21708         Fix for new bus API.
21709
21710         * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property):
21711         Set caps on pads.
21712
21713 2005-09-15  Wim Taymans  <wim@fluendo.com>
21714
21715         * gst/rtp/Makefile.am:
21716         * gst/rtp/README:
21717         * gst/rtp/gstrtp.c: (plugin_init):
21718         * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init),
21719         (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain),
21720         (gst_rtpamrdec_change_state):
21721         * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_get_type),
21722         (gst_rtpamrenc_class_init), (gst_rtpamrenc_init),
21723         (gst_rtpamrenc_setcaps), (gst_rtpamrenc_handle_buffer):
21724         * gst/rtp/gstrtpamrenc.h:
21725         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_get_type),
21726         (gst_rtpgsmenc_class_init), (gst_rtpgsmenc_init),
21727         (gst_rtpgsmenc_setcaps), (gst_rtpgsmenc_handle_buffer):
21728         * gst/rtp/gstrtpgsmenc.h:
21729         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsmparse_class_init),
21730         (gst_rtpgsm_caps_nego), (gst_rtpgsmparse_chain),
21731         (gst_rtpgsmparse_set_property), (gst_rtpgsmparse_get_property),
21732         (gst_rtpgsmparse_change_state):
21733         * gst/rtp/gstrtpgsmparse.h:
21734         * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_class_init),
21735         (gst_rtph263pdec_finalize), (gst_rtph263pdec_change_state):
21736         * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_get_type),
21737         (gst_rtph263penc_class_init), (gst_rtph263penc_init),
21738         (gst_rtph263penc_finalize), (gst_rtph263penc_setcaps),
21739         (gst_rtph263penc_flush), (gst_rtph263penc_handle_buffer):
21740         * gst/rtp/gstrtph263penc.h:
21741         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps),
21742         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_change_state):
21743         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21744         (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init),
21745         (gst_rtpmp4venc_finalize), (gst_rtpmp4venc_new_caps),
21746         (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush),
21747         (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer):
21748         * gst/rtp/gstrtpmp4venc.h:
21749         * gst/rtp/gstrtpmpadec.c:
21750         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_get_type),
21751         (gst_rtpmpaenc_class_init), (gst_rtpmpaenc_init),
21752         (gst_rtpmpaenc_finalize), (gst_rtpmpaenc_setcaps),
21753         (gst_rtpmpaenc_flush), (gst_rtpmpaenc_handle_buffer):
21754         * gst/rtp/gstrtpmpaenc.h:
21755         Updates to payloader/depayloaders, make payloaders use
21756         the base classes.
21757         Updated README with suggested RTP caps and how to convert
21758         to/from SDP.
21759         Added config descriptor in mp4v payloader.
21760
21761 2005-09-15  Andy Wingo  <wingo@pobox.com>
21762
21763         * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): 
21764         * gst/autodetect/gstautovideosink.c
21765         (gst_auto_video_sink_find_best): Update for new registry API.
21766
21767 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21768
21769         * common/c-to-xml.py:
21770         * common/gtk-doc-plugins.mak:
21771           a simple py script to generate valid xml from a C example
21772           probably also need to strip an MIT license when we decide
21773         * docs/plugins/Makefile.am:
21774         * gst/level/Makefile.am:
21775         * gst/level/gstlevel.c: (gst_level_init):
21776         * gst/level/level-example.c: (message_handler), (main):
21777           add an example to level that will show up in the docs
21778         * gst/rtp/TODO:
21779           add a note for the future
21780
21781 2005-09-14  Michael Smith <msmith@fluendo.com>
21782
21783         * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init):
21784           Actually define the debug object being used in wavenc. Fixes #316205
21785
21786 2005-09-14  Michael Smith <msmith@fluendo.com>
21787
21788         * gst/smpte/Makefile.am:
21789           Link against GST_BASE_LIBS, to get it linked against libgstbase;
21790           needed to build on windows (bug 316204)
21791
21792 2005-09-12  Andy Wingo  <wingo@pobox.com>
21793
21794         * autogen.sh (package): Now type 'make' to build gst-plugins-good.
21795
21796 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21797
21798         * configure.ac:
21799         * gst/fdsrc/Makefile.am:
21800         * gst/fdsrc/gstfdsrc.c:
21801         * gst/fdsrc/gstfdsrc.h:
21802           Move fdsrc back into gstreamer core elements.
21803
21804         * gst/level/gstlevel.c: (gst_level_class_init),
21805         (gst_level_transform_ip):
21806         * gst/videobox/gstvideobox.c: (gst_video_box_set_property):
21807           Basetransform changes.
21808
21809 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21810
21811         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
21812         * ext/jpeg/smokecodec.c: (find_best_size):
21813           fix compiler warnings
21814
21815 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21816
21817         * gst-plugins-good.spec.in:
21818           spec file fixes
21819         * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
21820         (gst_multiudpsink_render), (gst_multiudpsink_add),
21821         (gst_multiudpsink_clear):
21822           it actually helps to actually stream if we hook up the
21823           "add" signal to an actual implementation
21824         * gst/udp/gstudpsrc.c: (gst_udpsrc_start):
21825           some debugging
21826
21827 2005-09-08  Flavio Oliveira  <flavio.oliveira@indt.org.br>
21828
21829         * ext/jpeg/Makefile.am:
21830         * ext/jpeg/gstjpeg.c
21831         * ext/jpeg/gstjpegenc.c:
21832         * ext/jpeg/gstsmokeenc.c:
21833
21834 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21835
21836         * ext/flac/gstflacdec.c:
21837         * ext/flac/gstflacenc.c:
21838         * ext/flac/gstflactag.c:
21839         * ext/speex/gstspeexenc.c:
21840           gsttaginterface.h -> gsttagsetter.h
21841
21842 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21843
21844         * configure.ac:
21845         * gst/debug/Makefile.am:
21846         * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init),
21847         (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init),
21848         (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy),
21849         (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init),
21850         (gst_fenced_buffer_init), (gst_fenced_buffer_get_type):
21851           Port to 0.9 and re-enable efence plugin.
21852
21853 2005-09-06  Tim-Philipp Müller  <tim at centricular dot net>
21854
21855         * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory),
21856         (gst_flacdec_write), (gst_flacdec_convert_src):
21857         * ext/flac/gstflacdec.h:
21858           Add support for flac files with 24/32 bits per sample; and misc.
21859           minor clean-ups. Seeking is still partly broken (for me at least).
21860
21861 2005-09-06  Wim Taymans  <wim@fluendo.com>
21862
21863         * gst/rtp/Makefile.am:
21864         * gst/rtp/gstrtp.c: (plugin_init):
21865         * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type),
21866         (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init),
21867         (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps),
21868         (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property),
21869         (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state),
21870         (gst_rtpmp4vdec_plugin_init):
21871         * gst/rtp/gstrtpmp4vdec.h:
21872         * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type),
21873         (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init),
21874         (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps),
21875         (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain),
21876         (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property),
21877         (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init):
21878         * gst/rtp/gstrtpmp4venc.h:
21879         * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain):
21880         * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush):
21881         Added mpeg4 video payload encoder/decoder.
21882         Added some docs in mpa payloader.
21883
21884 === release 0.9.1 ===
21885
21886 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21887
21888         * NEWS:
21889         * README:
21890         * RELEASE:
21891         * autogen.sh:
21892         * configure.ac:
21893           releasing 0.9.1, "Blondie"
21894
21895 2005-09-05  Andy Wingo  <wingo@pobox.com>
21896
21897         * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding
21898         here from the state change handler, so we fire signals without
21899         holding the state lock.
21900
21901 2005-09-02  Andy Wingo  <wingo@pobox.com>
21902
21903         * All plugins updated for element state changes.
21904
21905 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21906
21907         * Makefile.am:
21908         * check/.cvsignore:
21909         * check/Makefile.am:
21910         * check/elements/.cvsignore:
21911         * check/elements/level.c: (setup_level), (cleanup_level),
21912         (GST_START_TEST), (level_suite), (main):
21913           add a test for level
21914         * common/release.mak:
21915           move the enum checking to release.mak
21916         * configure.ac:
21917           add valgrind and check checking
21918         * gst/level/gstlevel.c: (gst_level_transform):
21919         * gst/level/gstlevel.h:
21920           fix Andy's cast bug
21921           convert a field to int
21922           fix the arithmetic to int when checking for emit so that a
21923           100-sample buffer of a 1000Hz stream triggers after 0.1 sec
21924
21925 2005-09-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21926
21927         * Makefile.am:
21928         * configure.ac:
21929           add docs to build
21930         * common/plugins.xsl:
21931           wrap Description into a refsect2
21932         * docs/Makefile.am:
21933         * docs/plugins/Makefile.am:
21934         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21935         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21936         * gst/goom/Makefile.am:
21937         * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init),
21938         (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose),
21939         (gst_goom_sink_setcaps), (gst_goom_src_setcaps),
21940         (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain),
21941         (gst_goom_change_state):
21942         * gst/goom/gstgoom.h:
21943           GstGOOM -> GstGoom
21944           add an example launch line
21945         * gst/level/gstlevel.h:
21946         * gst/monoscope/gstmonoscope.c:
21947           cleanups
21948
21949 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21950
21951         * configure.ac:
21952         * docs/plugins/Makefile.am:
21953         * docs/plugins/gst-plugins-good-plugins-docs.sgml:
21954         * docs/plugins/gst-plugins-good-plugins-sections.txt:
21955         * docs/plugins/gst-plugins-good-plugins.types:
21956           document elements and plugins.  Shazam !
21957
21958 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21959
21960         * split off gst-plugins-good from gst-plugins.  Old ChangeLog can
21961           be found under doc/random/ChangeLog-0.8